diff --git a/.github/workflows/ci-check-fmt.yaml b/.github/workflows/ci-check-fmt.yaml index 2a23787bc..91ce925d3 100644 --- a/.github/workflows/ci-check-fmt.yaml +++ b/.github/workflows/ci-check-fmt.yaml @@ -35,12 +35,5 @@ jobs: - name: Format shfmt run: bazel run //tools/shfmt -- -w . - - name: Format cedar - run: | - binary=$(bazel cquery //tools/cedar --output=files --build) - exec_root=$(bazel info execution_root) - cedar="${exec_root}/${binary}" - git ls-files "*.cedar" | xargs ls 2>/dev/null | xargs -I {} "${cedar}" format -w -p {} - - name: Exit on diff run: git diff --exit-code diff --git a/.github/workflows/ci-check-vendor.yaml b/.github/workflows/ci-check-vendor.yaml index dca8d2fc1..960177f38 100644 --- a/.github/workflows/ci-check-vendor.yaml +++ b/.github/workflows/ci-check-vendor.yaml @@ -26,8 +26,5 @@ jobs: - name: Vendor Cargo run: bazel run //vendor:cargo_vendor - - name: Vendor Bindeps - run: bazel run //vendor:bindeps - - name: Exit on change run: git diff --exit-code diff --git a/BUILD.bazel b/BUILD.bazel index 7df6000eb..e6b607fa8 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -17,7 +17,6 @@ bazel_env( "cargo": "//tools/cargo", "cargo-deny": "//tools/cargo/deny", "cargo-insta": "//tools/cargo/insta", - "cedar": "//tools/cedar", "buf": "//tools/buf", "buildifier": "//tools/buildifier", "dprint": "//tools/dprint", diff --git a/Justfile b/Justfile index df786adc7..788f184e5 100644 --- a/Justfile +++ b/Justfile @@ -13,7 +13,6 @@ fmt: buf format -w --disable-symlinks --debug just --unstable --fmt shfmt -w . - git ls-files "*.cedar" | xargs ls 2>/dev/null | xargs -I {} cedar format -w -p {} lint: bazel run //tools/cargo/clippy:fix @@ -91,7 +90,7 @@ test *targets="//...": #!/usr/bin/env bash set -exuo pipefail - cargo insta reject > /dev/null + cargo-insta reject > /dev/null targets=$(bazel query 'tests(set({{ targets }}))') @@ -107,7 +106,7 @@ test *targets="//...": ln -sf "$(realpath "$snap")" "$(dirname "$rel_path")/$(basename "$rel_path")" done - cargo insta review + cargo-insta review rm lcov.info || true ln -s "$(bazel info output_path)"/_coverage/_coverage_report.dat lcov.info @@ -120,7 +119,6 @@ alias vendor := lockfile lockfile: cargo update --workspace bazel run //vendor:cargo_vendor - bazel run //vendor:bindeps pnpm install --lockfile-only grind *targets="//...": @@ -144,4 +142,4 @@ doc-serve: doc miniserve "$(bazel info execution_root)"/"$(bazel cquery --config=wrapper {{ rustdoc_target }} --output=files)" --index index.html --port 3000 deny: - bazel run //tools/cargo/deny check + cargo-deny check diff --git a/MODULE.bazel b/MODULE.bazel index 5739cfddf..69f2bb7b6 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -13,6 +13,7 @@ bazel_dep(name = "rules_python", version = "1.5.3") bazel_dep(name = "rules_go", version = "0.57.0") bazel_dep(name = "rules_java", version = "8.15.2") bazel_dep(name = "bazel_features", version = "1.32.0") +bazel_dep(name = "rules_multitool", version = "1.9.0") bazel_dep(name = "bazel_env.bzl", version = "0.5.0", dev_dependency = True) @@ -28,14 +29,14 @@ include("//misc/toolchains:js.MODULE.bazel") include("//misc/toolchains:ffmpeg.MODULE.bazel") -include("//misc/toolchains:ibazel.MODULE.bazel") - -include("//misc/toolchains:shfmt.MODULE.bazel") - -include("//misc/toolchains:bazel-diff.MODULE.bazel") - include("//misc/toolchains:valgrind.MODULE.bazel") include("//misc/toolchains:assets.MODULE.bazel") +include("//misc/toolchains:bazel-diff.MODULE.bazel") + include("//misc/toolchains:openssl.MODULE.bazel") + +multitool = use_extension("@rules_multitool//multitool:extension.bzl", "multitool") +multitool.hub(lockfile = "//:multitool.lock.json") +use_repo(multitool, "multitool") diff --git a/dprint.json b/dprint.json index 3e66a17cd..50db2b381 100644 --- a/dprint.json +++ b/dprint.json @@ -6,15 +6,12 @@ "indentWidth": 4, "trailingCommas": "never" }, - "markdown": { - }, + "markdown": {}, "toml": { "indentWidth": 4 }, - "dockerfile": { - }, - "malva": { - }, + "dockerfile": {}, + "malva": {}, "markup": { "indentWidth": 4, "svelteAttrShorthand": true, @@ -22,8 +19,8 @@ "scriptIndent": true, "styleIndent": true }, - "yaml": { - }, + "cedar": {}, + "yaml": {}, "excludes": [ "**/node_modules", "**/*-lock.json", @@ -40,6 +37,7 @@ "https://plugins.dprint.dev/g-plane/malva-v0.14.2.wasm", "https://plugins.dprint.dev/g-plane/markup_fmt-v0.23.2.wasm", "https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.1.wasm", - "https://plugins.dprint.dev/ruff-0.4.8.wasm" + "https://plugins.dprint.dev/ruff-0.4.8.wasm", + "https://github.com/ScuffleCloud/dprint-plugin-cedar/releases/download/commit-79d0bfa58bb082c19b8955c19159c3f81e677857/dprint_plugin_cedar.wasm" ] } diff --git a/misc/toolchains/ibazel.MODULE.bazel b/misc/toolchains/ibazel.MODULE.bazel deleted file mode 100644 index 22961cf40..000000000 --- a/misc/toolchains/ibazel.MODULE.bazel +++ /dev/null @@ -1,43 +0,0 @@ -http_file = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_file") - -build_url = "https://github.com/bazelbuild/bazel-watcher/releases/download/v0.26.10/" - -http_file( - name = "ibazel-linux-x86_64", - executable = True, - sha256 = "83e7f76cbcbc721dc544b88edc25edc777faa8b95475a301d4d01fb6bed54b00", - url = "{url}/{name}".format( - name = "ibazel_linux_amd64", - url = build_url, - ), -) - -http_file( - name = "ibazel-linux-aarch64", - executable = True, - sha256 = "c535714662b8704a3ae55cd5b3cdf6c1939f5ba6ba82eb96cdac54b75ac28ffa", - url = "{url}/{name}".format( - name = "ibazel_linux_arm64", - url = build_url, - ), -) - -http_file( - name = "ibazel-macos-x86_64", - executable = True, - sha256 = "ad30c44210bb0bf8663aaf29e2820dcfa0be75fe3bd81218bf7b70fbaba849b9", - url = "{url}/{name}".format( - name = "ibazel_darwin_amd64", - url = build_url, - ), -) - -http_file( - name = "ibazel-macos-aarch64", - executable = True, - sha256 = "3e3e609e3447204289b36c0f279f4d155e583f3289eb1ff9dcb92eae8c3fc505", - url = "{url}/{name}".format( - name = "ibazel_darwin_arm64", - url = build_url, - ), -) diff --git a/misc/toolchains/js.MODULE.bazel b/misc/toolchains/js.MODULE.bazel index bdc17fa17..3422ac343 100644 --- a/misc/toolchains/js.MODULE.bazel +++ b/misc/toolchains/js.MODULE.bazel @@ -17,8 +17,8 @@ use_repo(npm, "npm") pnpm = use_extension("@aspect_rules_js//npm:extensions.bzl", "pnpm") pnpm.pnpm( - pnpm_version = "10.15.0", - pnpm_version_integrity = "sha512-SG68JZ0+mZpOhpHOA7XKxKccvso5Nyqbdiy1AM/fCHPiyxar49lRse4s8BJQPwJ7mLZYTk3yJSTgx0UNnseqew==", + pnpm_version = "10.18.2", + pnpm_version_integrity = "sha512-n7lp+nSbOt5gNeDxCfC4pgtdCKGof99y4zfakNzJMzbiKAyk5E8jWKZJuDwXlZ6Zk+d3wggIefOAHm8NmZrT3Q==", ) use_repo(pnpm, "pnpm") diff --git a/misc/toolchains/rust.MODULE.bazel b/misc/toolchains/rust.MODULE.bazel index c1c0deee0..dde474ecb 100644 --- a/misc/toolchains/rust.MODULE.bazel +++ b/misc/toolchains/rust.MODULE.bazel @@ -338,17 +338,3 @@ use_repo( "cargo_vendor__walkdir-2.5.0", "cargo_vendor__webauthn-rs-0.5.2", ) - -bindeps = use_extension("//vendor:cargo_ext.bzl", "bindeps") -use_repo( - bindeps, - "bindeps", - "bindeps__cargo-deny-0.18.4", - "bindeps__cargo-insta-1.43.2", - "bindeps__cedar-policy-cli-4.5.1", - "bindeps__diesel_cli-2.3.2", - "bindeps__dprint-0.50.2", - "bindeps__just-1.42.4", - "bindeps__miniserve-0.31.0", - "bindeps__rust-analyzer-0.0.0", -) diff --git a/misc/toolchains/shfmt.MODULE.bazel b/misc/toolchains/shfmt.MODULE.bazel deleted file mode 100644 index 62d89827b..000000000 --- a/misc/toolchains/shfmt.MODULE.bazel +++ /dev/null @@ -1,43 +0,0 @@ -http_file = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_file") - -build_url = "https://github.com/mvdan/sh/releases/download/v3.12.0/" - -http_file( - name = "shfmt-linux-x86_64", - executable = True, - sha256 = "d9fbb2a9c33d13f47e7618cf362a914d029d02a6df124064fff04fd688a745ea", - url = "{url}/{name}".format( - name = "shfmt_v3.12.0_linux_amd64", - url = build_url, - ), -) - -http_file( - name = "shfmt-linux-aarch64", - executable = True, - sha256 = "5f3fe3fa6a9f766e6a182ba79a94bef8afedafc57db0b1ad32b0f67fae971ba4", - url = "{url}/{name}".format( - name = "shfmt_v3.12.0_linux_arm64", - url = build_url, - ), -) - -http_file( - name = "shfmt-macos-x86_64", - executable = True, - sha256 = "c31548693de6584e6164b7ed5fbb7b4a083f2d937ca94b4e0ddf59aa461a85e4", - url = "{url}/{name}".format( - name = "shfmt_v3.12.0_darwin_amd64", - url = build_url, - ), -) - -http_file( - name = "shfmt-macos-aarch64", - executable = True, - sha256 = "d903802e0ce3ecbc82b98512f55ba370b0d37a93f3f78de394f5b657052b33dd", - url = "{url}/{name}".format( - name = "shfmt_v3.12.0_darwin_arm64", - url = build_url, - ), -) diff --git a/misc/utils/run_under.sh b/misc/utils/run_under.sh index 6c2caaa10..f1319f482 100755 --- a/misc/utils/run_under.sh +++ b/misc/utils/run_under.sh @@ -3,14 +3,6 @@ set -euo pipefail if [[ ${SCUFFLE_RUN_UNDER:-1} == "1" ]]; then - runfiles="${1}.runfiles" - if [[ -d ${runfiles} ]]; then - export RUNFILES_DIR="${runfiles}" - if [[ -f "${runfiles}/MANIFEST" ]]; then - export RUNFILES_MANIFEST_FILE="${runfiles}/MANIFEST" - fi - fi - cd "${BUILD_WORKING_DIRECTORY}" fi diff --git a/multitool.lock.json b/multitool.lock.json new file mode 100644 index 000000000..80457d464 --- /dev/null +++ b/multitool.lock.json @@ -0,0 +1,384 @@ +{ + "$schema": "https://raw.githubusercontent.com/bazel-contrib/rules_multitool/main/lockfile.schema.json", + "dprint": { + "binaries": [ + { + "kind": "archive", + "url": "https://github.com/dprint/dprint/releases/download/0.50.2/dprint-aarch64-apple-darwin.zip", + "sha256": "f534bcc054947ab2a42c069b5f6027914d252729bd15c1109812313b35a662a5", + "file": "dprint", + "os": "macos", + "cpu": "arm64" + }, + { + "kind": "archive", + "url": "https://github.com/dprint/dprint/releases/download/0.50.2/dprint-x86_64-apple-darwin.zip", + "sha256": "61becbf8d1b16540e364a4f00be704266ae322ee0ff3ba66a4a21033f66a8d55", + "file": "dprint", + "os": "macos", + "cpu": "x86_64" + }, + { + "kind": "archive", + "url": "https://github.com/dprint/dprint/releases/download/0.50.2/dprint-aarch64-unknown-linux-musl.zip", + "sha256": "a4982964a68aefc2720b4c79c51a57e49b32f8944c1641fd9e714503fcf01847", + "file": "dprint", + "os": "linux", + "cpu": "arm64" + }, + { + "kind": "archive", + "url": "https://github.com/dprint/dprint/releases/download/0.50.2/dprint-x86_64-unknown-linux-musl.zip", + "sha256": "4b0e7911262049ccb8e1ac5968bf7a66dc490968fe1552a123bb2d6dadf2ad95", + "file": "dprint", + "os": "linux", + "cpu": "x86_64" + }, + { + "kind": "archive", + "url": "https://github.com/dprint/dprint/releases/download/0.50.2/dprint-x86_64-pc-windows-msvc.zip", + "sha256": "2dbdb57106818acd930a00bc0c2c33370bd4c7265f78a6cda000e3621f2d3c1c", + "file": "dprint.exe", + "os": "windows", + "cpu": "x86_64" + } + ] + }, + "just": { + "binaries": [ + { + "kind": "archive", + "url": "https://github.com/casey/just/releases/download/1.43.0/just-1.43.0-aarch64-apple-darwin.tar.gz", + "sha256": "bb0d35f6ca04709b798a19217693c16f4086170c580cc3b5c2531ad2794d2e32", + "file": "just", + "os": "macos", + "cpu": "arm64" + }, + { + "kind": "archive", + "url": "https://github.com/casey/just/releases/download/1.43.0/just-1.43.0-x86_64-apple-darwin.tar.gz", + "sha256": "687f66a6bd4d7d946ef5ff1e3efebb3d39dadad151a8c6b1de884cc93adc06a5", + "file": "just", + "os": "macos", + "cpu": "x86_64" + }, + { + "kind": "archive", + "url": "https://github.com/casey/just/releases/download/1.43.0/just-1.43.0-aarch64-unknown-linux-musl.tar.gz", + "sha256": "4fcd8310081c32742eb984b1fdd0eee2e5d4d0f1be9629318012d42606ec9b3e", + "file": "just", + "os": "linux", + "cpu": "arm64" + }, + { + "kind": "archive", + "url": "https://github.com/casey/just/releases/download/1.43.0/just-1.43.0-x86_64-unknown-linux-musl.tar.gz", + "sha256": "a1bc93654f31669fd964ea3011a5e5e9676b9b6f8adcd762606e5140632ea72d", + "file": "just", + "os": "linux", + "cpu": "x86_64" + }, + { + "kind": "archive", + "url": "https://github.com/casey/just/releases/download/1.43.0/just-1.43.0-aarch64-pc-windows-msvc.zip", + "sha256": "4abcc7ac09473f01b6837738e6bb4c3cdc167d6ebfa6c2cfd8b5656aa1b03d6c", + "file": "just.exe", + "os": "windows", + "cpu": "arm64" + }, + { + "kind": "archive", + "url": "https://github.com/casey/just/releases/download/1.43.0/just-1.43.0-x86_64-pc-windows-msvc.zip", + "sha256": "04be7b6d7f8419288ce75532f1962cee1756992e494e6c8063bb3ab8db21b52c", + "file": "just.exe", + "os": "windows", + "cpu": "x86_64" + } + ] + }, + "shfmt": { + "binaries": [ + { + "kind": "file", + "url": "https://github.com/mvdan/sh/releases/download/v3.12.0/shfmt_v3.12.0_darwin_amd64", + "sha256": "c31548693de6584e6164b7ed5fbb7b4a083f2d937ca94b4e0ddf59aa461a85e4", + "os": "macos", + "cpu": "x86_64" + }, + { + "kind": "file", + "url": "https://github.com/mvdan/sh/releases/download/v3.12.0/shfmt_v3.12.0_darwin_arm64", + "sha256": "d903802e0ce3ecbc82b98512f55ba370b0d37a93f3f78de394f5b657052b33dd", + "os": "macos", + "cpu": "arm64" + }, + { + "kind": "file", + "url": "https://github.com/mvdan/sh/releases/download/v3.12.0/shfmt_v3.12.0_linux_amd64", + "sha256": "d9fbb2a9c33d13f47e7618cf362a914d029d02a6df124064fff04fd688a745ea", + "os": "linux", + "cpu": "x86_64" + }, + { + "kind": "file", + "url": "https://github.com/mvdan/sh/releases/download/v3.12.0/shfmt_v3.12.0_linux_arm64", + "sha256": "a93c1ed5be25ce9dd0fd62c4cf0af7453740d234725877b973e6c6a8c7598500", + "os": "linux", + "cpu": "arm64" + }, + { + "kind": "file", + "url": "https://github.com/mvdan/sh/releases/download/v3.12.0/shfmt_v3.12.0_windows_amd64.exe", + "sha256": "c8bda517ba1c640ce4a715c0fa665439ddbe4357ba5e9b77b0e51e70e2b9c94b", + "os": "windows", + "cpu": "x86_64" + } + ] + }, + "miniserve": { + "binaries": [ + { + "kind": "file", + "url": "https://github.com/svenstaro/miniserve/releases/download/v0.32.0/miniserve-0.32.0-aarch64-apple-darwin", + "sha256": "a34c405705f9ba4fbdbe345f02fe69089f286c6280aad8ce66d9a2dfe105f5d0", + "os": "macos", + "cpu": "arm64" + }, + { + "kind": "file", + "url": "https://github.com/svenstaro/miniserve/releases/download/v0.32.0/miniserve-0.32.0-x86_64-apple-darwin", + "sha256": "262372c3b897ff0609b983730450eed6bda06fbd62a8ebdfc44463e6b64e7f5b", + "os": "macos", + "cpu": "x86_64" + }, + { + "kind": "file", + "url": "https://github.com/svenstaro/miniserve/releases/download/v0.32.0/miniserve-0.32.0-aarch64-unknown-linux-musl", + "sha256": "b0a2e760050f90eb04b02b399993df5a263c1b5287475771f06f1214b688ecda", + "os": "linux", + "cpu": "arm64" + }, + { + "kind": "file", + "url": "https://github.com/svenstaro/miniserve/releases/download/v0.32.0/miniserve-0.32.0-x86_64-unknown-linux-musl", + "sha256": "e7d58a06b84c5c12b8e14993921198a310ba5f9537224dc1082a33d817ccd7e1", + "os": "linux", + "cpu": "x86_64" + }, + { + "kind": "file", + "url": "https://github.com/svenstaro/miniserve/releases/download/v0.32.0/miniserve-0.32.0-x86_64-pc-windows-msvc.exe", + "sha256": "93dc71ed5bcf70c54bc1eb4e01d41ae197e85c363485203dc820c080e99965b9", + "os": "windows", + "cpu": "x86_64" + } + ] + }, + "cargo-deny": { + "binaries": [ + { + "kind": "archive", + "url": "https://github.com/EmbarkStudios/cargo-deny/releases/download/0.18.5/cargo-deny-0.18.5-aarch64-apple-darwin.tar.gz", + "sha256": "bf95a666c6f91dde978f4703621d3c877ee5f64aa28404cd837b70e9dfdc1f3a", + "file": "cargo-deny-0.18.5-aarch64-apple-darwin/cargo-deny", + "os": "macos", + "cpu": "arm64" + }, + { + "kind": "archive", + "url": "https://github.com/EmbarkStudios/cargo-deny/releases/download/0.18.5/cargo-deny-0.18.5-x86_64-apple-darwin.tar.gz", + "sha256": "c83dcab58da77aeef639d324a0718b0d2a325821fcf89c78fc1abd7830229c89", + "file": "cargo-deny-0.18.5-x86_64-apple-darwin/cargo-deny", + "os": "macos", + "cpu": "x86_64" + }, + { + "kind": "archive", + "url": "https://github.com/EmbarkStudios/cargo-deny/releases/download/0.18.5/cargo-deny-0.18.5-aarch64-unknown-linux-musl.tar.gz", + "sha256": "b31f5b9140a8a842228285186ac66b6b3c12e5a866060bce246554d9fc1ffabf", + "file": "cargo-deny-0.18.5-aarch64-unknown-linux-musl/cargo-deny", + "os": "linux", + "cpu": "arm64" + }, + { + "kind": "archive", + "url": "https://github.com/EmbarkStudios/cargo-deny/releases/download/0.18.5/cargo-deny-0.18.5-x86_64-unknown-linux-musl.tar.gz", + "sha256": "3e139780452310f922239f683b5c14f7d8f6f9b97fcc08d30696e1b90158527c", + "file": "cargo-deny-0.18.5-x86_64-unknown-linux-musl/cargo-deny", + "os": "linux", + "cpu": "x86_64" + }, + { + "kind": "archive", + "url": "https://github.com/EmbarkStudios/cargo-deny/releases/download/0.18.5/cargo-deny-0.18.5-x86_64-pc-windows-msvc.tar.gz", + "sha256": "6fb561015a964443dd2f64229aae2dc263c42cbddeaffe36e1bbb5a5939986f3", + "file": "cargo-deny-0.18.5-x86_64-pc-windows-msvc/cargo-deny.exe", + "os": "windows", + "cpu": "x86_64" + } + ] + }, + "cargo-insta": { + "binaries": [ + { + "kind": "archive", + "url": "https://github.com/mitsuhiko/insta/releases/download/1.43.2/cargo-insta-aarch64-apple-darwin.tar.xz", + "sha256": "11800f3e57b9955b8d315d07496277e3541b194acd18db6743d916090acd4946", + "file": "cargo-insta-aarch64-apple-darwin/cargo-insta", + "os": "macos", + "cpu": "arm64" + }, + { + "kind": "archive", + "url": "https://github.com/mitsuhiko/insta/releases/download/1.43.2/cargo-insta-x86_64-apple-darwin.tar.xz", + "sha256": "03d6724b027ce4825b0cedfb0fb75bedd9edf70fc027c90f39d6a87c3f2162cd", + "file": "cargo-insta-x86_64-apple-darwin/cargo-insta", + "os": "macos", + "cpu": "x86_64" + }, + { + "kind": "archive", + "url": "https://github.com/mitsuhiko/insta/releases/download/1.43.2/cargo-insta-x86_64-unknown-linux-musl.tar.xz", + "sha256": "14db7b4a73b0182b993da8516c3fd70d9ba95dcf036d25c54f5f2813e3eb801f", + "file": "cargo-insta-x86_64-unknown-linux-musl/cargo-insta", + "os": "linux", + "cpu": "x86_64" + }, + { + "kind": "archive", + "url": "https://github.com/mitsuhiko/insta/releases/download/1.43.2/cargo-insta-x86_64-pc-windows-msvc.zip", + "sha256": "60b208290c75def07ba727fe423d45e04521126ab8c86aed9bb4bc8a1c626eee", + "file": "cargo-insta.exe", + "os": "windows", + "cpu": "x86_64" + } + ] + }, + "ibazel": { + "binaries": [ + { + "kind": "file", + "url": "https://github.com/bazelbuild/bazel-watcher/releases/download/v0.26.10/ibazel_darwin_arm64", + "sha256": "3e3e609e3447204289b36c0f279f4d155e583f3289eb1ff9dcb92eae8c3fc505", + "os": "macos", + "cpu": "arm64" + }, + { + "kind": "file", + "url": "https://github.com/bazelbuild/bazel-watcher/releases/download/v0.26.10/ibazel_darwin_amd64", + "sha256": "ad30c44210bb0bf8663aaf29e2820dcfa0be75fe3bd81218bf7b70fbaba849b9", + "os": "macos", + "cpu": "x86_64" + }, + { + "kind": "file", + "url": "https://github.com/bazelbuild/bazel-watcher/releases/download/v0.26.10/ibazel_linux_arm64", + "sha256": "c535714662b8704a3ae55cd5b3cdf6c1939f5ba6ba82eb96cdac54b75ac28ffa", + "os": "linux", + "cpu": "arm64" + }, + { + "kind": "file", + "url": "https://github.com/bazelbuild/bazel-watcher/releases/download/v0.26.10/ibazel_linux_amd64", + "sha256": "83e7f76cbcbc721dc544b88edc25edc777faa8b95475a301d4d01fb6bed54b00", + "os": "linux", + "cpu": "x86_64" + }, + { + "kind": "file", + "url": "https://github.com/bazelbuild/bazel-watcher/releases/download/v0.26.10/ibazel_windows_amd64.exe", + "sha256": "50bbf4d9b10ffb2bc7a29f96c03b72e434bbf2deaa4a3a6b201b5196fa2586f9", + "os": "windows", + "cpu": "x86_64" + } + ] + }, + "rust-analyzer": { + "binaries": [ + { + "kind": "archive", + "url": "https://github.com/ScuffleCloud/rust-analyzer/releases/download/commit-602498a1fbe88277470a28354921a59fd30ba802/rust-analyzer-darwin-aarch64.tar.zst", + "sha256": "a0c9c32ed4cafc642548476f055bbaf486a4e5d21bcd1720f7a5331bb54ac58a", + "file": "rust-analyzer-darwin-aarch64/rust-analyzer", + "os": "macos", + "cpu": "arm64" + }, + { + "kind": "archive", + "url": "https://github.com/ScuffleCloud/rust-analyzer/releases/download/commit-602498a1fbe88277470a28354921a59fd30ba802/rust-analyzer-darwin-x86_64.tar.zst", + "sha256": "6dc6089b8aa3ed4570a18cfa6d6c6175a39bbe3c2f4985f8b521cb276dda63fd", + "file": "rust-analyzer-darwin-x86_64/rust-analyzer", + "os": "macos", + "cpu": "x86_64" + }, + { + "kind": "archive", + "url": "https://github.com/ScuffleCloud/rust-analyzer/releases/download/commit-602498a1fbe88277470a28354921a59fd30ba802/rust-analyzer-linux-aarch64.tar.zst", + "sha256": "1dbb57192db64df8b15980ce611dfb685517a552d2ba1277c912c0ba1e94df68", + "file": "rust-analyzer-linux-aarch64/rust-analyzer", + "os": "linux", + "cpu": "arm64" + }, + { + "kind": "archive", + "url": "https://github.com/ScuffleCloud/rust-analyzer/releases/download/commit-602498a1fbe88277470a28354921a59fd30ba802/rust-analyzer-linux-x86_64.tar.zst", + "sha256": "d02fba255e9d52ca6998cc8ffcdea91e3ae5c0bdc05a85991c8a06463087822d", + "file": "rust-analyzer-linux-x86_64/rust-analyzer", + "os": "linux", + "cpu": "x86_64" + }, + { + "kind": "archive", + "url": "https://github.com/ScuffleCloud/rust-analyzer/releases/download/commit-602498a1fbe88277470a28354921a59fd30ba802/rust-analyzer-windows-x86_64.tar.zst", + "sha256": "fd09b56c105b6e80019c70e60522875f3c5450a29fcd4ec6904a9d0db7159956", + "file": "rust-analyzer-windows-x86_64/rust-analyzer.exe", + "os": "windows", + "cpu": "x86_64" + } + ] + }, + "diesel": { + "binaries": [ + { + "kind": "archive", + "url": "https://github.com/diesel-rs/diesel/releases/download/v2.3.2/diesel_cli-aarch64-apple-darwin.tar.xz", + "sha256": "eb6ac9b6c1804a9b83d8d4521ee7f54cc02b59be06012d532ba029f9f870f621", + "file": "diesel_cli-aarch64-apple-darwin/diesel", + "os": "macos", + "cpu": "arm64" + }, + { + "kind": "archive", + "url": "https://github.com/diesel-rs/diesel/releases/download/v2.3.2/diesel_cli-x86_64-apple-darwin.tar.xz", + "sha256": "e32589d16bea3195ab7da37a32200996c3d98bff7f5644d16c8acc91ef54d2b9", + "file": "diesel_cli-x86_64-apple-darwin/diesel", + "os": "macos", + "cpu": "x86_64" + }, + { + "kind": "archive", + "url": "https://github.com/diesel-rs/diesel/releases/download/v2.3.2/diesel_cli-aarch64-unknown-linux-gnu.tar.xz", + "sha256": "a1f6005b7fae79d27d2eb1c642d800c8a2ae883b3849b39b054dee234a872e78", + "file": "diesel_cli-aarch64-unknown-linux-gnu/diesel", + "os": "linux", + "cpu": "arm64" + }, + { + "kind": "archive", + "url": "https://github.com/diesel-rs/diesel/releases/download/v2.3.2/diesel_cli-x86_64-unknown-linux-gnu.tar.xz", + "sha256": "63267a24efc591a61ed5be77c938377aed0e0829f3075be13504f42297d29c50", + "file": "diesel_cli-x86_64-unknown-linux-gnu/diesel", + "os": "linux", + "cpu": "x86_64" + }, + { + "kind": "archive", + "url": "https://github.com/diesel-rs/diesel/releases/download/v2.3.2/diesel_cli-x86_64-pc-windows-msvc.zip", + "sha256": "a3ee515a8f4be8c77b864b8802d2bda7a0cc3e6a802b07942fad1a5c01d92f47", + "file": "diesel_cli-x86_64-pc-windows-msvc/diesel.exe", + "os": "windows", + "cpu": "x86_64" + } + ] + } +} diff --git a/package.json b/package.json index cf131dccc..9b2ec1b95 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "packageManager": "pnpm@10.15.0", + "packageManager": "pnpm@10.18.1", "private": true, "scripts": { "dev": "turbo run dev", diff --git a/tools/cargo/deny/BUILD.bazel b/tools/cargo/deny/BUILD.bazel index 1abf221b5..e8eabf790 100644 --- a/tools/cargo/deny/BUILD.bazel +++ b/tools/cargo/deny/BUILD.bazel @@ -1,8 +1,6 @@ -load("//misc/utils:exec_alias_rules.bzl", "exec_transition_alias_opt") - -exec_transition_alias_opt( +alias( name = "deny", - actual = "@bindeps//:cargo-deny__cargo-deny", + actual = "@multitool//tools/cargo-deny", tags = ["manual"], visibility = ["//visibility:public"], ) diff --git a/tools/cargo/insta/BUILD.bazel b/tools/cargo/insta/BUILD.bazel index a9b11e35f..4c0ee631a 100644 --- a/tools/cargo/insta/BUILD.bazel +++ b/tools/cargo/insta/BUILD.bazel @@ -1,8 +1,6 @@ -load("//misc/utils:exec_alias_rules.bzl", "exec_transition_alias_opt") - -exec_transition_alias_opt( +alias( name = "insta", - actual = "@bindeps//:cargo-insta__cargo-insta", + actual = "@multitool//tools/cargo-insta", tags = ["manual"], visibility = ["//visibility:public"], ) diff --git a/tools/cedar/BUILD.bazel b/tools/cedar/BUILD.bazel deleted file mode 100644 index 17d01807c..000000000 --- a/tools/cedar/BUILD.bazel +++ /dev/null @@ -1,8 +0,0 @@ -load("//misc/utils:exec_alias_rules.bzl", "exec_transition_alias_opt") - -exec_transition_alias_opt( - name = "cedar", - actual = "@bindeps//:cedar-policy-cli__cedar", - tags = ["manual"], - visibility = ["//visibility:public"], -) diff --git a/tools/diesel/BUILD.bazel b/tools/diesel/BUILD.bazel index b485048d3..57264b014 100644 --- a/tools/diesel/BUILD.bazel +++ b/tools/diesel/BUILD.bazel @@ -1,8 +1,6 @@ -load("//misc/utils:exec_alias_rules.bzl", "exec_transition_alias_opt") - -exec_transition_alias_opt( +alias( name = "diesel", - actual = "@bindeps//:diesel_cli__diesel", + actual = "@multitool//tools/diesel", tags = ["manual"], visibility = ["//visibility:public"], ) diff --git a/tools/dprint/BUILD.bazel b/tools/dprint/BUILD.bazel index 00e915b35..7b35b0d78 100644 --- a/tools/dprint/BUILD.bazel +++ b/tools/dprint/BUILD.bazel @@ -1,8 +1,6 @@ -load("//misc/utils:exec_alias_rules.bzl", "exec_transition_alias_opt") - -exec_transition_alias_opt( +alias( name = "dprint", - actual = "@bindeps//:dprint__dprint", + actual = "@multitool//tools/dprint", tags = ["manual"], visibility = ["//visibility:public"], ) diff --git a/tools/ibazel/BUILD.bazel b/tools/ibazel/BUILD.bazel index 04dc2a808..f35c0a892 100644 --- a/tools/ibazel/BUILD.bazel +++ b/tools/ibazel/BUILD.bazel @@ -1,19 +1,6 @@ -load("@rules_shell//shell:sh_binary.bzl", "sh_binary") - alias( - name = "ibazel_file", - actual = select({ - "//misc/platforms:linux-aarch64": "@ibazel-linux-aarch64//file", - "//misc/platforms:linux-x86_64": "@ibazel-linux-x86_64//file", - "//misc/platforms:macos-aarch64": "@ibazel-macos-aarch64//file", - "//misc/platforms:macos-x86_64": "@ibazel-macos-x86_64//file", - }), - tags = ["manual"], -) - -sh_binary( name = "ibazel", - srcs = [":ibazel_file"], + actual = "@multitool//tools/ibazel", tags = ["manual"], visibility = ["//visibility:public"], ) diff --git a/tools/just/BUILD.bazel b/tools/just/BUILD.bazel index 22088a4c0..acc3921bd 100644 --- a/tools/just/BUILD.bazel +++ b/tools/just/BUILD.bazel @@ -1,8 +1,6 @@ -load("//misc/utils:exec_alias_rules.bzl", "exec_transition_alias_opt") - -exec_transition_alias_opt( +alias( name = "just", - actual = "@bindeps//:just__just", + actual = "@multitool//tools/just", tags = ["manual"], visibility = ["//visibility:public"], ) diff --git a/tools/miniserve/BUILD.bazel b/tools/miniserve/BUILD.bazel index d7347f54f..81229c633 100644 --- a/tools/miniserve/BUILD.bazel +++ b/tools/miniserve/BUILD.bazel @@ -1,8 +1,6 @@ -load("//misc/utils:exec_alias_rules.bzl", "exec_transition_alias_opt") - -exec_transition_alias_opt( +alias( name = "miniserve", - actual = "@bindeps//:miniserve__miniserve", + actual = "@multitool//tools/miniserve", tags = ["manual"], visibility = ["//visibility:public"], ) diff --git a/tools/rust-analyzer/BUILD.bazel b/tools/rust-analyzer/BUILD.bazel index bf5a0e1bb..6c8e9551f 100644 --- a/tools/rust-analyzer/BUILD.bazel +++ b/tools/rust-analyzer/BUILD.bazel @@ -1,8 +1,8 @@ load("//misc/utils:exec_alias_rules.bzl", "exec_transition_alias_opt") -exec_transition_alias_opt( +alias( name = "rust-analyzer", - actual = "@bindeps//:rust-analyzer__rust-analyzer", + actual = "@multitool//tools/rust-analyzer", tags = ["manual"], visibility = ["//visibility:public"], ) diff --git a/tools/shfmt/BUILD.bazel b/tools/shfmt/BUILD.bazel index f0613e3d7..3035ae422 100644 --- a/tools/shfmt/BUILD.bazel +++ b/tools/shfmt/BUILD.bazel @@ -1,19 +1,6 @@ -load("@rules_shell//shell:sh_binary.bzl", "sh_binary") - alias( - name = "shfmt_file", - actual = select({ - "//misc/platforms:linux-aarch64": "@shfmt-linux-aarch64//file", - "//misc/platforms:linux-x86_64": "@shfmt-linux-x86_64//file", - "//misc/platforms:macos-aarch64": "@shfmt-macos-aarch64//file", - "//misc/platforms:macos-x86_64": "@shfmt-macos-x86_64//file", - }), - tags = ["manual"], -) - -sh_binary( name = "shfmt", - srcs = [":shfmt_file"], + actual = "@multitool//tools/shfmt", tags = ["manual"], visibility = ["//visibility:public"], ) diff --git a/vendor/BUILD.bazel b/vendor/BUILD.bazel index 3a9ffd68d..c5385049f 100644 --- a/vendor/BUILD.bazel +++ b/vendor/BUILD.bazel @@ -83,116 +83,3 @@ crates_vendor( vendor_path = "cargo", visibility = ["//visibility:public"], ) - -crates_vendor( - name = "bindeps", - annotations = { - binary: [crate.annotation(gen_binaries = True)] - for binary in [ - "cargo-deny", - "cargo-insta", - "just", - "miniserve", - "cedar-policy-cli", - "diesel_cli", - ] - } | { - "rust-analyzer": [ - crate.annotation( - build_script_rustc_env = { - # This env var is used to tell RA to compile as if it - # were to be released to the public, hiding some errors / warnings. - "CFG_RELEASE": "1", - }, - gen_binaries = True, - ), - ], - "dprint": [ - crate.annotation( - gen_binaries = True, - gen_build_script = False, - rustc_env = { - "TARGET": "", - "RUSTC_VERSION_TEXT": "", - }, - ), - ], - "bzip2-sys": [ - crate.annotation( - build_script_env = { - "CFLAGS": "$(CFLAGS) -Wno-error -w", - }, - ), - ], - "openssl-sys": [ - openssl_annotation, - ], - "pq-src": [ - crate.annotation( - build_script_data = [ - "@//misc/toolchains/openssl:include", - ], - build_script_env = { - "BINDGEN_EXTRA_CLANG_ARGS": "$(CFLAGS) -I$(location @//misc/toolchains/openssl:include)", - }, - ), - ], - }, - cargo_bazel = "//misc/toolchains/rust:cargo-bazel", - cargo_config = ":rust.bindeps.cargo.toml", - cargo_lockfile = ":Cargo.bindeps.lock", - generate_build_scripts = True, - mode = "remote", - packages = { - "cargo-deny": crate.spec( - artifact = "bin", - version = "0.18.4", - ), - "cargo-insta": crate.spec( - artifact = "bin", - version = "1.43.2", - ), - # Currently using a fork due to https://github.com/dprint/dprint/issues/1020 - "dprint": crate.spec( - artifact = "bin", - git = "https://github.com/TroyKomodo/dprint.git", - rev = "7babe9ccce1edad98635256f4fe3cd71129739ec", - ), - "just": crate.spec( - artifact = "bin", - version = "1.42.4", - ), - "miniserve": crate.spec( - artifact = "bin", - version = "0.31.0", - ), - # Currently using a fork due to https://github.com/rust-lang/rust-analyzer/issues/20359 - "rust-analyzer": crate.spec( - artifact = "bin", - git = "https://github.com/scufflecloud/rust-analyzer.git", - rev = "123f57bff97627e8a5553a5ba1d67918f877dc24", - ), - "cedar-policy-cli": crate.spec( - artifact = "bin", - version = "4.5.1", - ), - "diesel_cli": crate.spec( - artifact = "bin", - default_features = False, - features = ["postgres-bundled"], - version = "2.3.2", - ), - }, - stable_as_nightly = True, - supported_platform_triples = [ - "x86_64-unknown-linux-gnu", - "aarch64-unknown-linux-gnu", - "x86_64-apple-darwin", - "aarch64-apple-darwin", - "x86_64-pc-windows-msvc", - "aarch64-pc-windows-msvc", - ], - tags = ["manual"], - vendor_path = "bindeps", - visibility = ["//visibility:public"], -) diff --git a/vendor/Cargo.bindeps.lock b/vendor/Cargo.bindeps.lock deleted file mode 100644 index 34899d0e0..000000000 --- a/vendor/Cargo.bindeps.lock +++ /dev/null @@ -1,9764 +0,0 @@ -# This file is automatically @generated by Cargo. -# It is not intended for manual editing. -version = 4 - -[[package]] -name = "actix-codec" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f7b0a21988c1bf877cf4759ef5ddaac04c1c9fe808c9142ecb78ba97d97a28a" -dependencies = [ - "bitflags 2.9.4", - "bytes", - "futures-core", - "futures-sink", - "memchr", - "pin-project-lite", - "tokio", - "tokio-util", - "tracing", -] - -[[package]] -name = "actix-files" -version = "0.6.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c0d87f10d70e2948ad40e8edea79c8e77c6c66e0250a4c1f09b690465199576" -dependencies = [ - "actix-http", - "actix-service", - "actix-utils", - "actix-web", - "bitflags 2.9.4", - "bytes", - "derive_more 2.0.1", - "futures-core", - "http-range", - "log", - "mime", - "mime_guess", - "percent-encoding", - "pin-project-lite", - "v_htmlescape", -] - -[[package]] -name = "actix-http" -version = "3.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44cceded2fb55f3c4b67068fa64962e2ca59614edc5b03167de9ff82ae803da0" -dependencies = [ - "actix-codec", - "actix-rt", - "actix-service", - "actix-tls", - "actix-utils", - "base64", - "bitflags 2.9.4", - "brotli", - "bytes", - "bytestring", - "derive_more 2.0.1", - "encoding_rs", - "flate2", - "foldhash", - "futures-core", - "h2 0.3.27", - "http 0.2.12", - "httparse", - "httpdate", - "itoa", - "language-tags", - "local-channel", - "mime", - "percent-encoding", - "pin-project-lite", - "rand 0.9.2", - "sha1", - "smallvec", - "tokio", - "tokio-util", - "tracing", - "zstd", -] - -[[package]] -name = "actix-macros" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb" -dependencies = [ - "quote", - "syn 2.0.106", -] - -[[package]] -name = "actix-multipart" -version = "0.7.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5118a26dee7e34e894f7e85aa0ee5080ae4c18bf03c0e30d49a80e418f00a53" -dependencies = [ - "actix-multipart-derive", - "actix-utils", - "actix-web", - "derive_more 0.99.20", - "futures-core", - "futures-util", - "httparse", - "local-waker", - "log", - "memchr", - "mime", - "rand 0.8.5", - "serde", - "serde_json", - "serde_plain", - "tempfile", - "tokio", -] - -[[package]] -name = "actix-multipart-derive" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e11eb847f49a700678ea2fa73daeb3208061afa2b9d1a8527c03390f4c4a1c6b" -dependencies = [ - "darling 0.20.11", - "parse-size", - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "actix-router" -version = "0.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13d324164c51f63867b57e73ba5936ea151b8a41a1d23d1031eeb9f70d0236f8" -dependencies = [ - "bytestring", - "cfg-if", - "http 0.2.12", - "regex", - "regex-lite", - "serde", - "tracing", -] - -[[package]] -name = "actix-rt" -version = "2.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92589714878ca59a7626ea19734f0e07a6a875197eec751bb5d3f99e64998c63" -dependencies = [ - "futures-core", - "tokio", -] - -[[package]] -name = "actix-server" -version = "2.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a65064ea4a457eaf07f2fba30b4c695bf43b721790e9530d26cb6f9019ff7502" -dependencies = [ - "actix-rt", - "actix-service", - "actix-utils", - "futures-core", - "futures-util", - "mio 1.0.4", - "socket2 0.5.10", - "tokio", - "tracing", -] - -[[package]] -name = "actix-service" -version = "2.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e46f36bf0e5af44bdc4bdb36fbbd421aa98c79a9bce724e1edeb3894e10dc7f" -dependencies = [ - "futures-core", - "pin-project-lite", -] - -[[package]] -name = "actix-tls" -version = "3.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac453898d866cdbecdbc2334fe1738c747b4eba14a677261f2b768ba05329389" -dependencies = [ - "actix-rt", - "actix-service", - "actix-utils", - "futures-core", - "impl-more", - "pin-project-lite", - "rustls-pki-types", - "tokio", - "tokio-rustls", - "tokio-util", - "tracing", -] - -[[package]] -name = "actix-utils" -version = "3.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88a1dcdff1466e3c2488e1cb5c36a71822750ad43839937f85d2f4d9f8b705d8" -dependencies = [ - "local-waker", - "pin-project-lite", -] - -[[package]] -name = "actix-web" -version = "4.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a597b77b5c6d6a1e1097fddde329a83665e25c5437c696a3a9a4aa514a614dea" -dependencies = [ - "actix-codec", - "actix-http", - "actix-macros", - "actix-router", - "actix-rt", - "actix-server", - "actix-service", - "actix-tls", - "actix-utils", - "actix-web-codegen", - "bytes", - "bytestring", - "cfg-if", - "cookie", - "derive_more 2.0.1", - "encoding_rs", - "foldhash", - "futures-core", - "futures-util", - "impl-more", - "itoa", - "language-tags", - "log", - "mime", - "once_cell", - "pin-project-lite", - "regex", - "regex-lite", - "serde", - "serde_json", - "serde_urlencoded", - "smallvec", - "socket2 0.5.10", - "time", - "tracing", - "url", -] - -[[package]] -name = "actix-web-codegen" -version = "4.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f591380e2e68490b5dfaf1dd1aa0ebe78d84ba7067078512b4ea6e4492d622b8" -dependencies = [ - "actix-router", - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "actix-web-httpauth" -version = "0.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "456348ed9dcd72a13a1f4a660449fafdecee9ac8205552e286809eb5b0b29bd3" -dependencies = [ - "actix-utils", - "actix-web", - "base64", - "futures-core", - "futures-util", - "log", - "pin-project-lite", -] - -[[package]] -name = "addr2line" -version = "0.24.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" -dependencies = [ - "gimli 0.31.1", -] - -[[package]] -name = "adler2" -version = "2.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" - -[[package]] -name = "adler32" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234" - -[[package]] -name = "aes" -version = "0.8.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" -dependencies = [ - "cfg-if", - "cipher", - "cpufeatures", -] - -[[package]] -name = "ahash" -version = "0.8.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" -dependencies = [ - "cfg-if", - "once_cell", - "version_check", - "zerocopy", -] - -[[package]] -name = "aho-corasick" -version = "1.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" -dependencies = [ - "memchr", -] - -[[package]] -name = "alloc-no-stdlib" -version = "2.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" - -[[package]] -name = "alloc-stdlib" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" -dependencies = [ - "alloc-no-stdlib", -] - -[[package]] -name = "allocator-api2" -version = "0.2.21" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" - -[[package]] -name = "alphanumeric-sort" -version = "1.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d67c60c5f10f11c6ee04de72b2dd98bb9d2548cbc314d22a609bfa8bd9e87e8f" - -[[package]] -name = "android_system_properties" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" -dependencies = [ - "libc", -] - -[[package]] -name = "ansi_term" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" -dependencies = [ - "winapi", -] - -[[package]] -name = "anstream" -version = "0.6.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ae563653d1938f79b1ab1b5e668c87c76a9930414574a6583a7b7e11a8e6192" -dependencies = [ - "anstyle", - "anstyle-parse", - "anstyle-query", - "anstyle-wincon", - "colorchoice", - "is_terminal_polyfill", - "utf8parse", -] - -[[package]] -name = "anstyle" -version = "1.0.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd" - -[[package]] -name = "anstyle-parse" -version = "0.2.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" -dependencies = [ - "utf8parse", -] - -[[package]] -name = "anstyle-query" -version = "1.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2" -dependencies = [ - "windows-sys 0.60.2", -] - -[[package]] -name = "anstyle-wincon" -version = "3.0.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a" -dependencies = [ - "anstyle", - "once_cell_polyfill", - "windows-sys 0.60.2", -] - -[[package]] -name = "anyhow" -version = "1.0.99" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100" - -[[package]] -name = "arbitrary" -version = "1.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1" -dependencies = [ - "derive_arbitrary", -] - -[[package]] -name = "arc-swap" -version = "1.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" - -[[package]] -name = "arrayref" -version = "0.3.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" - -[[package]] -name = "arrayvec" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" - -[[package]] -name = "arrayvec" -version = "0.7.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" - -[[package]] -name = "ascii-canvas" -version = "4.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef1e3e699d84ab1b0911a1010c5c106aa34ae89aeac103be5ce0c3859db1e891" -dependencies = [ - "term", -] - -[[package]] -name = "askalono" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46676ccec8213bcc35a7e8562a8459138b8ae82c380bbc9ae7ffcfa247352972" -dependencies = [ - "anyhow", - "flate2", - "lazy_static", - "log", - "rayon", - "regex", - "rmp-serde", - "serde", - "unicode-normalization", - "zstd", -] - -[[package]] -name = "async-channel" -version = "2.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" -dependencies = [ - "concurrent-queue", - "event-listener-strategy", - "futures-core", - "pin-project-lite", -] - -[[package]] -name = "async-compression" -version = "0.4.30" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "977eb15ea9efd848bb8a4a1a2500347ed7f0bf794edf0dc3ddcf439f43d36b23" -dependencies = [ - "compression-codecs", - "compression-core", - "futures-core", - "pin-project-lite", - "tokio", -] - -[[package]] -name = "async-fs" -version = "2.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5" -dependencies = [ - "async-lock", - "blocking", - "futures-lite", -] - -[[package]] -name = "async-lock" -version = "3.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc" -dependencies = [ - "event-listener", - "event-listener-strategy", - "pin-project-lite", -] - -[[package]] -name = "async-task" -version = "4.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" - -[[package]] -name = "async-trait" -version = "0.1.89" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "async-walkdir" -version = "2.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37672978ae0febce7516ae0a85b53e6185159a9a28787391eb63fc44ec36037d" -dependencies = [ - "async-fs", - "futures-lite", - "thiserror 2.0.16", -] - -[[package]] -name = "atomic-waker" -version = "1.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" - -[[package]] -name = "auto_impl" -version = "1.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffdcb70bdbc4d478427380519163274ac86e52916e10f0a8889adf0f96d3fee7" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "autocfg" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" - -[[package]] -name = "backtrace" -version = "0.3.75" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002" -dependencies = [ - "addr2line", - "cfg-if", - "libc", - "miniz_oxide", - "object 0.36.7", - "rustc-demangle", - "windows-targets 0.52.6", -] - -[[package]] -name = "backtrace-ext" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "537beee3be4a18fb023b570f80e3ae28003db9167a751266b259926e25539d50" -dependencies = [ - "backtrace", -] - -[[package]] -name = "base-db" -version = "0.0.0" -source = "git+https://github.com/scufflecloud/rust-analyzer.git?rev=123f57bff97627e8a5553a5ba1d67918f877dc24#123f57bff97627e8a5553a5ba1d67918f877dc24" -dependencies = [ - "cfg", - "dashmap 6.1.0", - "indexmap 2.11.3", - "intern", - "la-arena", - "query-group-macro", - "rustc-hash 2.1.1", - "salsa", - "salsa-macros", - "semver 1.0.27", - "span", - "syntax", - "tracing", - "triomphe", - "vfs", -] - -[[package]] -name = "base64" -version = "0.22.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" - -[[package]] -name = "beef" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1" - -[[package]] -name = "bindgen" -version = "0.70.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f" -dependencies = [ - "bitflags 2.9.4", - "cexpr", - "clang-sys", - "itertools 0.13.0", - "log", - "prettyplease", - "proc-macro2", - "quote", - "regex", - "rustc-hash 1.1.0", - "shlex", - "syn 2.0.106", -] - -[[package]] -name = "bit-set" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" -dependencies = [ - "bit-vec", -] - -[[package]] -name = "bit-vec" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" - -[[package]] -name = "bitflags" -version = "1.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" - -[[package]] -name = "bitflags" -version = "2.9.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394" - -[[package]] -name = "bitvec" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" -dependencies = [ - "funty", - "radium", - "tap", - "wyz", -] - -[[package]] -name = "blake3" -version = "1.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0" -dependencies = [ - "arrayref", - "arrayvec 0.7.6", - "cc", - "cfg-if", - "constant_time_eq", - "memmap2 0.9.8", - "rayon-core", -] - -[[package]] -name = "block-buffer" -version = "0.10.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" -dependencies = [ - "generic-array", -] - -[[package]] -name = "blocking" -version = "1.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21" -dependencies = [ - "async-channel", - "async-task", - "futures-io", - "futures-lite", - "piper", -] - -[[package]] -name = "borsh" -version = "1.5.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce" -dependencies = [ - "cfg_aliases", -] - -[[package]] -name = "boxcar" -version = "0.2.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36f64beae40a84da1b4b26ff2761a5b895c12adc41dc25aaee1c4f2bbfe97a6e" - -[[package]] -name = "brotli" -version = "8.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560" -dependencies = [ - "alloc-no-stdlib", - "alloc-stdlib", - "brotli-decompressor", -] - -[[package]] -name = "brotli-decompressor" -version = "5.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03" -dependencies = [ - "alloc-no-stdlib", - "alloc-stdlib", -] - -[[package]] -name = "bstr" -version = "1.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4" -dependencies = [ - "memchr", - "regex-automata", - "serde", -] - -[[package]] -name = "bumpalo" -version = "3.19.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" -dependencies = [ - "allocator-api2", -] - -[[package]] -name = "bytecheck" -version = "0.6.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2" -dependencies = [ - "bytecheck_derive 0.6.12", - "ptr_meta 0.1.4", - "simdutf8", -] - -[[package]] -name = "bytecheck" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50690fb3370fb9fe3550372746084c46f2ac8c9685c583d2be10eefd89d3d1a3" -dependencies = [ - "bytecheck_derive 0.8.1", - "ptr_meta 0.3.0", - "rancor", - "simdutf8", -] - -[[package]] -name = "bytecheck_derive" -version = "0.6.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "bytecheck_derive" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efb7846e0cb180355c2dec69e721edafa36919850f1a9f52ffba4ebc0393cb71" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "byteorder" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" - -[[package]] -name = "bytes" -version = "1.10.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" - -[[package]] -name = "bytesize" -version = "2.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5c434ae3cf0089ca203e9019ebe529c47ff45cefe8af7c85ecb734ef541822f" - -[[package]] -name = "bytestring" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "113b4343b5f6617e7ad401ced8de3cc8b012e73a594347c307b90db3e9271289" -dependencies = [ - "bytes", -] - -[[package]] -name = "bzip2" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49ecfb22d906f800d4fe833b6282cf4dc1c298f5057ca0b5445e5c209735ca47" -dependencies = [ - "bzip2-sys", -] - -[[package]] -name = "bzip2-sys" -version = "0.1.13+1.0.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14" -dependencies = [ - "cc", - "pkg-config", -] - -[[package]] -name = "camino" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1de8bc0aa9e9385ceb3bf0c152e3a9b9544f6c4a912c8ae504e80c1f0368603" -dependencies = [ - "serde_core", -] - -[[package]] -name = "cargo-deny" -version = "0.18.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6449f9d5a53854443256df7889daea09a59d06ee00a36b5ea8b08517179b9dcb" -dependencies = [ - "anyhow", - "askalono", - "bitvec", - "camino", - "cfg-expr", - "clap", - "codespan", - "codespan-reporting", - "crossbeam", - "fern", - "gix", - "globset", - "goblin", - "home", - "krates", - "log", - "memchr", - "nu-ansi-term", - "parking_lot", - "rayon", - "regex", - "reqwest", - "ring", - "rustsec", - "semver 1.0.27", - "serde", - "serde_json", - "smallvec", - "spdx", - "strum", - "tame-index", - "time", - "toml-span", - "twox-hash 2.1.2", - "url", - "walkdir", -] - -[[package]] -name = "cargo-insta" -version = "1.43.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95fdff5830c251a7d7d3c414f0bc0a43aef796a07b725d6b43c6f533384a793b" -dependencies = [ - "cargo_metadata 0.18.1", - "clap", - "console", - "ignore", - "insta", - "itertools 0.10.5", - "open", - "proc-macro2", - "semver 1.0.27", - "serde", - "serde_json", - "syn 2.0.106", - "tempfile", - "uuid", -] - -[[package]] -name = "cargo-lock" -version = "10.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c06acb4f71407ba205a07cb453211e0e6a67b21904e47f6ba1f9589e38f2e454" -dependencies = [ - "semver 1.0.27", - "serde", - "toml 0.8.23", - "url", -] - -[[package]] -name = "cargo-platform" -version = "0.1.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea" -dependencies = [ - "serde", -] - -[[package]] -name = "cargo-platform" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84982c6c0ae343635a3a4ee6dedef965513735c8b183caa7289fa6e27399ebd4" -dependencies = [ - "serde", -] - -[[package]] -name = "cargo-util-schemas" -version = "0.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7dc1a6f7b5651af85774ae5a34b4e8be397d9cf4bc063b7e6dbd99a841837830" -dependencies = [ - "semver 1.0.27", - "serde", - "serde-untagged", - "serde-value", - "thiserror 2.0.16", - "toml 0.8.23", - "unicode-xid", - "url", -] - -[[package]] -name = "cargo_metadata" -version = "0.18.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037" -dependencies = [ - "camino", - "cargo-platform 0.1.9", - "semver 1.0.27", - "serde", - "serde_json", - "thiserror 1.0.69", -] - -[[package]] -name = "cargo_metadata" -version = "0.21.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cfca2aaa699835ba88faf58a06342a314a950d2b9686165e038286c30316868" -dependencies = [ - "camino", - "cargo-platform 0.2.0", - "cargo-util-schemas", - "semver 1.0.27", - "serde", - "serde_json", - "thiserror 2.0.16", -] - -[[package]] -name = "caseless" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b6fd507454086c8edfd769ca6ada439193cdb209c7681712ef6275cccbfe5d8" -dependencies = [ - "unicode-normalization", -] - -[[package]] -name = "cc" -version = "1.2.37" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65193589c6404eb80b450d618eaf9a2cafaaafd57ecce47370519ef674a7bd44" -dependencies = [ - "find-msvc-tools", - "jobserver", - "libc", - "shlex", -] - -[[package]] -name = "cedar-policy" -version = "4.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c48e6e6d7a17aabe41cf70c5613413ce0cc82f5f651357843bd02b8d41ca08a4" -dependencies = [ - "cedar-policy-core", - "cedar-policy-formatter", - "itertools 0.14.0", - "lalrpop-util", - "lazy_static", - "miette", - "nonempty", - "ref-cast", - "semver 1.0.27", - "serde", - "serde_json", - "serde_with", - "smol_str", - "thiserror 2.0.16", -] - -[[package]] -name = "cedar-policy-cli" -version = "4.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3908affb949114778c78e8cb082b82b8520f94b84d8cb33f01b81b3e7af057a5" -dependencies = [ - "cedar-policy", - "cedar-policy-formatter", - "clap", - "miette", - "semver 1.0.27", - "serde", - "serde_json", - "thiserror 2.0.16", -] - -[[package]] -name = "cedar-policy-core" -version = "4.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02b45be5c965ce63bec3d284fefe0e042342f4e77f149a1e7aafc045119df738" -dependencies = [ - "chrono", - "educe", - "either", - "itertools 0.14.0", - "lalrpop", - "lalrpop-util", - "lazy_static", - "miette", - "nonempty", - "ref-cast", - "regex", - "rustc_lexer", - "serde", - "serde_json", - "serde_with", - "smol_str", - "stacker", - "thiserror 2.0.16", - "unicode-security", -] - -[[package]] -name = "cedar-policy-formatter" -version = "4.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ddec9c888e3afff8000f92d7c93e20a32559301c65fb80683335fb8bb8bf2f35" -dependencies = [ - "cedar-policy-core", - "itertools 0.14.0", - "lazy_static", - "logos", - "miette", - "pretty", - "regex", - "smol_str", -] - -[[package]] -name = "cexpr" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" -dependencies = [ - "nom", -] - -[[package]] -name = "cfg" -version = "0.0.0" -source = "git+https://github.com/scufflecloud/rust-analyzer.git?rev=123f57bff97627e8a5553a5ba1d67918f877dc24#123f57bff97627e8a5553a5ba1d67918f877dc24" -dependencies = [ - "intern", - "rustc-hash 2.1.1", - "tracing", - "tt", -] - -[[package]] -name = "cfg-expr" -version = "0.20.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8d458d63f0f0f482c8da9b7c8b76c21bd885a02056cc94c6404d861ca2b8206" -dependencies = [ - "smallvec", - "target-lexicon 0.13.2", -] - -[[package]] -name = "cfg-if" -version = "1.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" - -[[package]] -name = "cfg_aliases" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" - -[[package]] -name = "chalk-derive" -version = "0.104.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ea9b1e80910f66ae87c772247591432032ef3f6a67367ff17f8343db05beafa" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", - "synstructure", -] - -[[package]] -name = "chalk-ir" -version = "0.104.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7047a516de16226cd17344d41a319d0ea1064bf9e60bd612ab341ab4a34bbfa8" -dependencies = [ - "bitflags 2.9.4", - "chalk-derive", -] - -[[package]] -name = "chrono" -version = "0.4.42" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" -dependencies = [ - "iana-time-zone", - "js-sys", - "num-traits", - "serde", - "wasm-bindgen", - "windows-link 0.2.0", -] - -[[package]] -name = "chrono-humanize" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "799627e6b4d27827a814e837b9d8a504832086081806d45b1afa34dc982b023b" -dependencies = [ - "chrono", -] - -[[package]] -name = "cipher" -version = "0.4.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" -dependencies = [ - "crypto-common", - "inout", -] - -[[package]] -name = "clang-sys" -version = "1.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" -dependencies = [ - "glob", - "libc", - "libloading", -] - -[[package]] -name = "clap" -version = "4.5.47" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7eac00902d9d136acd712710d71823fb8ac8004ca445a89e73a41d45aa712931" -dependencies = [ - "clap_builder", - "clap_derive", -] - -[[package]] -name = "clap_builder" -version = "4.5.47" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ad9bbf750e73b5884fb8a211a9424a1906c1e156724260fdae972f31d70e1d6" -dependencies = [ - "anstream", - "anstyle", - "clap_lex", - "strsim", - "terminal_size", -] - -[[package]] -name = "clap_complete" -version = "4.5.48" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be8c97f3a6f02b9e24cadc12aaba75201d18754b53ea0a9d99642f806ccdb4c9" -dependencies = [ - "clap", -] - -[[package]] -name = "clap_derive" -version = "4.5.47" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c" -dependencies = [ - "heck", - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "clap_lex" -version = "0.7.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" - -[[package]] -name = "clap_mangen" -version = "0.2.29" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27b4c3c54b30f0d9adcb47f25f61fcce35c4dd8916638c6b82fbd5f4fb4179e2" -dependencies = [ - "clap", - "roff", -] - -[[package]] -name = "clru" -version = "0.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59" - -[[package]] -name = "cmake" -version = "0.1.54" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0" -dependencies = [ - "cc", -] - -[[package]] -name = "codemap" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9e769b5c8c8283982a987c6e948e540254f1058d5a74b8794914d4ef5fc2a24" - -[[package]] -name = "codespan" -version = "0.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e4b418d52c9206820a56fc1aa28db73d67e346ba8ba6aa90987e8d6becef7e4" -dependencies = [ - "codespan-reporting", - "serde", -] - -[[package]] -name = "codespan-reporting" -version = "0.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81" -dependencies = [ - "serde", - "termcolor", - "unicode-width 0.2.1", -] - -[[package]] -name = "colorchoice" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" - -[[package]] -name = "colored" -version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffde2f7efed5fe7c9bb00e5bfb915e" -dependencies = [ - "windows-sys 0.59.0", -] - -[[package]] -name = "compression-codecs" -version = "0.4.30" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "485abf41ac0c8047c07c87c72c8fb3eb5197f6e9d7ded615dfd1a00ae00a0f64" -dependencies = [ - "compression-core", - "flate2", - "memchr", -] - -[[package]] -name = "compression-core" -version = "0.4.29" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb" - -[[package]] -name = "comrak" -version = "0.39.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fefab951771fc3beeed0773ce66a4f7b706273fc6c4c95b08dd1615744abcf5" -dependencies = [ - "caseless", - "entities", - "memchr", - "slug", - "typed-arena", - "unicode_categories", -] - -[[package]] -name = "concurrent-queue" -version = "2.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" -dependencies = [ - "crossbeam-utils", -] - -[[package]] -name = "console" -version = "0.15.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" -dependencies = [ - "encode_unicode", - "libc", - "once_cell", - "unicode-width 0.2.1", - "windows-sys 0.59.0", -] - -[[package]] -name = "console_static_text" -version = "0.8.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55d8a913e62f6444b79e038be3eb09839e9cfc34d55d85f9336460710647d2f6" -dependencies = [ - "unicode-width 0.1.14", - "vte", -] - -[[package]] -name = "constant_time_eq" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" - -[[package]] -name = "convert_case" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" - -[[package]] -name = "cookie" -version = "0.16.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb" -dependencies = [ - "percent-encoding", - "time", - "version_check", -] - -[[package]] -name = "core-foundation" -version = "0.9.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" -dependencies = [ - "core-foundation-sys", - "libc", -] - -[[package]] -name = "core-foundation-sys" -version = "0.8.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" - -[[package]] -name = "core2" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" -dependencies = [ - "memchr", -] - -[[package]] -name = "corosensei" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d1ea1c2a2f898d2a6ff149587b8a04f41ee708d248c723f01ac2f0f01edc0b3" -dependencies = [ - "autocfg", - "cfg-if", - "libc", - "scopeguard", - "windows-sys 0.59.0", -] - -[[package]] -name = "countme" -version = "3.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7704b5fdd17b18ae31c4c1da5a2e0305a2bf17b5249300a9ee9ed7b72114c636" - -[[package]] -name = "cov-mark" -version = "2.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f1d92727879fb4f24cec33a35e3bff74035541326cbc12ad44ba8886d1927b0" - -[[package]] -name = "cpufeatures" -version = "0.2.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" -dependencies = [ - "libc", -] - -[[package]] -name = "cranelift-bforest" -version = "0.110.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "305d51c180ebdc46ef61bc60c54ae6512db3bc9a05842a1f1e762e45977019ab" -dependencies = [ - "cranelift-entity", -] - -[[package]] -name = "cranelift-bitset" -version = "0.110.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "690d8ae6c73748e5ce3d8fe59034dceadb8823e6c8994ba324141c5eae909b0e" - -[[package]] -name = "cranelift-codegen" -version = "0.110.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd7ca95e831c18d1356da783765c344207cbdffea91e13e47fa9327dbb2e0719" -dependencies = [ - "bumpalo", - "cranelift-bforest", - "cranelift-bitset", - "cranelift-codegen-meta", - "cranelift-codegen-shared", - "cranelift-control", - "cranelift-entity", - "cranelift-isle", - "gimli 0.28.1", - "hashbrown 0.14.5", - "log", - "regalloc2", - "rustc-hash 1.1.0", - "smallvec", - "target-lexicon 0.12.16", -] - -[[package]] -name = "cranelift-codegen-meta" -version = "0.110.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0a2d2ab65e6cbf91f81781d8da65ec2005510f18300eff21a99526ed6785863" -dependencies = [ - "cranelift-codegen-shared", -] - -[[package]] -name = "cranelift-codegen-shared" -version = "0.110.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efcff860573cf3db9ae98fbd949240d78b319df686cc306872e7fab60e9c84d7" - -[[package]] -name = "cranelift-control" -version = "0.110.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69d70e5b75c2d5541ef80a99966ccd97aaa54d2a6af19ea31759a28538e1685a" -dependencies = [ - "arbitrary", -] - -[[package]] -name = "cranelift-entity" -version = "0.110.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a48cb0a194c9ba82fec35a1e492055388d89b2e3c03dee9dcf2488892be8004d" -dependencies = [ - "cranelift-bitset", -] - -[[package]] -name = "cranelift-frontend" -version = "0.110.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8327afc6c1c05f4be62fefce5b439fa83521c65363a322e86ea32c85e7ceaf64" -dependencies = [ - "cranelift-codegen", - "log", - "smallvec", - "target-lexicon 0.12.16", -] - -[[package]] -name = "cranelift-isle" -version = "0.110.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56b08621c00321efcfa3eee6a3179adc009e21ea8d24ca7adc3c326184bc3f48" - -[[package]] -name = "crc" -version = "3.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675" -dependencies = [ - "crc-catalog", -] - -[[package]] -name = "crc-catalog" -version = "2.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" - -[[package]] -name = "crc32fast" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" -dependencies = [ - "cfg-if", -] - -[[package]] -name = "crossbeam" -version = "0.8.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8" -dependencies = [ - "crossbeam-channel", - "crossbeam-deque", - "crossbeam-epoch", - "crossbeam-queue", - "crossbeam-utils", -] - -[[package]] -name = "crossbeam-channel" -version = "0.5.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" -dependencies = [ - "crossbeam-utils", -] - -[[package]] -name = "crossbeam-deque" -version = "0.8.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" -dependencies = [ - "crossbeam-epoch", - "crossbeam-utils", -] - -[[package]] -name = "crossbeam-epoch" -version = "0.9.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" -dependencies = [ - "crossbeam-utils", -] - -[[package]] -name = "crossbeam-queue" -version = "0.3.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" -dependencies = [ - "crossbeam-utils", -] - -[[package]] -name = "crossbeam-utils" -version = "0.8.21" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" - -[[package]] -name = "crossterm" -version = "0.27.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df" -dependencies = [ - "bitflags 2.9.4", - "crossterm_winapi", - "libc", - "mio 0.8.11", - "parking_lot", - "signal-hook", - "signal-hook-mio", - "winapi", -] - -[[package]] -name = "crossterm_winapi" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" -dependencies = [ - "winapi", -] - -[[package]] -name = "crypto-common" -version = "0.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" -dependencies = [ - "generic-array", - "typenum", -] - -[[package]] -name = "ctrlc" -version = "3.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3" -dependencies = [ - "dispatch", - "nix", - "windows-sys 0.61.0", -] - -[[package]] -name = "cvss" -version = "2.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4f643e062e9a8e26edea270945e05011c441ca6a56e9d9d4464c6b0be1352bd" -dependencies = [ - "serde", -] - -[[package]] -name = "darling" -version = "0.20.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" -dependencies = [ - "darling_core 0.20.11", - "darling_macro 0.20.11", -] - -[[package]] -name = "darling" -version = "0.21.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0" -dependencies = [ - "darling_core 0.21.3", - "darling_macro 0.21.3", -] - -[[package]] -name = "darling_core" -version = "0.20.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" -dependencies = [ - "fnv", - "ident_case", - "proc-macro2", - "quote", - "strsim", - "syn 2.0.106", -] - -[[package]] -name = "darling_core" -version = "0.21.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4" -dependencies = [ - "fnv", - "ident_case", - "proc-macro2", - "quote", - "strsim", - "syn 2.0.106", -] - -[[package]] -name = "darling_macro" -version = "0.20.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" -dependencies = [ - "darling_core 0.20.11", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "darling_macro" -version = "0.21.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81" -dependencies = [ - "darling_core 0.21.3", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "dary_heap" -version = "0.3.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04d2cd9c18b9f454ed67da600630b021a8a80bf33f8c95896ab33aaf1c26b728" - -[[package]] -name = "dashmap" -version = "5.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" -dependencies = [ - "cfg-if", - "hashbrown 0.14.5", - "lock_api", - "once_cell", - "parking_lot_core", -] - -[[package]] -name = "dashmap" -version = "6.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" -dependencies = [ - "cfg-if", - "crossbeam-utils", - "hashbrown 0.14.5", - "lock_api", - "once_cell", - "parking_lot_core", -] - -[[package]] -name = "dav-server" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1325ec68fa2627b069d06d5096d6109da5ebf46d45099e01e2dc59a4bcc4641e" -dependencies = [ - "actix-web", - "bytes", - "derivative", - "dyn-clone", - "futures-channel", - "futures-util", - "headers", - "htmlescape", - "http 1.3.1", - "http-body", - "http-body-util", - "lazy_static", - "libc", - "log", - "lru", - "mime_guess", - "parking_lot", - "percent-encoding", - "pin-project", - "pin-utils", - "reflink-copy", - "regex", - "time", - "tokio", - "url", - "uuid", - "xml-rs", - "xmltree", -] - -[[package]] -name = "deflate64" -version = "0.1.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b" - -[[package]] -name = "deranged" -version = "0.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d630bccd429a5bb5a64b5e94f693bfc48c9f8566418fda4c494cc94f911f87cc" -dependencies = [ - "powerfmt", - "serde", -] - -[[package]] -name = "derivative" -version = "2.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "derive-where" -version = "1.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef941ded77d15ca19b40374869ac6000af1c9f2a4c0f3d4c70926287e6364a8f" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "derive_arbitrary" -version = "1.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "derive_more" -version = "0.99.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f" -dependencies = [ - "convert_case", - "proc-macro2", - "quote", - "rustc_version 0.4.1", - "syn 2.0.106", -] - -[[package]] -name = "derive_more" -version = "2.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678" -dependencies = [ - "derive_more-impl", -] - -[[package]] -name = "derive_more-impl" -version = "2.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", - "unicode-xid", -] - -[[package]] -name = "deunicode" -version = "1.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04" - -[[package]] -name = "diesel" -version = "2.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8496eeb328dce26ee9d9b73275d396d9bddb433fa30106cf6056dd8c3c2764c" -dependencies = [ - "bitflags 2.9.4", - "byteorder", - "diesel_derives", - "downcast-rs", - "itoa", - "pq-sys", -] - -[[package]] -name = "diesel_cli" -version = "2.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85e9c4ebe505638506ee07bba7476d02944c0e36daa8b27158f0f5914418c046" -dependencies = [ - "chrono", - "clap", - "clap_complete", - "diesel", - "diesel_migrations", - "diesel_table_macro_syntax", - "diffy", - "dotenvy", - "fd-lock", - "heck", - "openssl-sys", - "pq-sys", - "regex", - "serde", - "serde_regex", - "similar-asserts", - "syn 2.0.106", - "thiserror 2.0.16", - "toml 0.9.7", - "tracing", - "tracing-subscriber", - "url", -] - -[[package]] -name = "diesel_derives" -version = "2.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09af0e983035368439f1383011cd87c46f41da81d0f21dc3727e2857d5a43c8e" -dependencies = [ - "diesel_table_macro_syntax", - "dsl_auto_type", - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "diesel_migrations" -version = "2.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee060f709c3e3b1cadd83fcd0f61711f7a8cf493348f758d3a1c1147d70b3c97" -dependencies = [ - "diesel", - "migrations_internals", - "migrations_macros", -] - -[[package]] -name = "diesel_table_macro_syntax" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe2444076b48641147115697648dc743c2c00b61adade0f01ce67133c7babe8c" -dependencies = [ - "syn 2.0.106", -] - -[[package]] -name = "diffy" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291" -dependencies = [ - "nu-ansi-term", -] - -[[package]] -name = "digest" -version = "0.10.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" -dependencies = [ - "block-buffer", - "crypto-common", - "subtle", -] - -[[package]] -name = "direct-cargo-bazel-deps" -version = "0.0.1" -dependencies = [ - "cargo-deny", - "cargo-insta", - "cedar-policy-cli", - "diesel_cli", - "dprint", - "just", - "miniserve", - "rust-analyzer", -] - -[[package]] -name = "dirs" -version = "6.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" -dependencies = [ - "dirs-sys", -] - -[[package]] -name = "dirs-sys" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" -dependencies = [ - "libc", - "option-ext", - "redox_users", - "windows-sys 0.61.0", -] - -[[package]] -name = "dispatch" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" - -[[package]] -name = "displaydoc" -version = "0.2.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "dissimilar" -version = "1.0.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8975ffdaa0ef3661bfe02dbdcc06c9f829dfafe6a3c474de366a8d5e44276921" - -[[package]] -name = "dot" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a74b6c4d4a1cff5f454164363c16b72fa12463ca6b31f4b5f2035a65fa3d5906" - -[[package]] -name = "dotenvy" -version = "0.15.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" - -[[package]] -name = "downcast-rs" -version = "2.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "117240f60069e65410b3ae1bb213295bd828f707b5bec6596a1afc8793ce0cbc" - -[[package]] -name = "dprint" -version = "0.50.2" -source = "git+https://github.com/TroyKomodo/dprint.git?rev=7babe9ccce1edad98635256f4fe3cd71129739ec#7babe9ccce1edad98635256f4fe3cd71129739ec" -dependencies = [ - "anyhow", - "clap", - "clap_complete", - "console_static_text", - "crossterm", - "dirs", - "dissimilar", - "dprint-core", - "dunce", - "fs3", - "ignore", - "indexmap 2.11.3", - "ipnet", - "jsonc-parser", - "once_cell", - "parking_lot", - "percent-encoding", - "rand 0.9.2", - "rkyv", - "rustls", - "rustls-native-certs", - "rustls-pemfile", - "serde", - "serde_json", - "sha2", - "similar", - "sysinfo", - "text-size", - "thiserror 2.0.16", - "tokio", - "tokio-util", - "tower-lsp", - "twox-hash 2.1.2", - "ureq", - "url", - "wasmer", - "wasmer-compiler", - "webpki-roots 0.26.11", - "winreg", - "zip 2.4.2", -] - -[[package]] -name = "dprint-core" -version = "0.67.4" -source = "git+https://github.com/TroyKomodo/dprint.git?rev=7babe9ccce1edad98635256f4fe3cd71129739ec#7babe9ccce1edad98635256f4fe3cd71129739ec" -dependencies = [ - "anyhow", - "async-trait", - "bumpalo", - "crossbeam-channel", - "futures", - "hashbrown 0.15.5", - "indexmap 2.11.3", - "libc", - "parking_lot", - "rustc-hash 2.1.1", - "serde", - "serde_json", - "tokio", - "tokio-util", - "unicode-width 0.2.1", - "winapi", -] - -[[package]] -name = "drop_bomb" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9bda8e21c04aca2ae33ffc2fd8c23134f3cac46db123ba97bd9d3f3b8a4a85e1" - -[[package]] -name = "dsl_auto_type" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd122633e4bef06db27737f21d3738fb89c8f6d5360d6d9d7635dda142a7757e" -dependencies = [ - "darling 0.21.3", - "either", - "heck", - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "dunce" -version = "1.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" - -[[package]] -name = "dyn-clone" -version = "1.0.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" - -[[package]] -name = "edit-distance" -version = "2.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3f497e87b038c09a155dfd169faa5ec940d0644635555ef6bd464ac20e97397" - -[[package]] -name = "edition" -version = "0.0.0" -source = "git+https://github.com/scufflecloud/rust-analyzer.git?rev=123f57bff97627e8a5553a5ba1d67918f877dc24#123f57bff97627e8a5553a5ba1d67918f877dc24" - -[[package]] -name = "educe" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d7bc049e1bd8cdeb31b68bbd586a9464ecf9f3944af3958a7a9d0f8b9799417" -dependencies = [ - "enum-ordinalize", - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "either" -version = "1.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" - -[[package]] -name = "ena" -version = "0.14.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d248bdd43ce613d87415282f69b9bb99d947d290b10962dd6c56233312c2ad5" -dependencies = [ - "log", -] - -[[package]] -name = "encode_unicode" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" - -[[package]] -name = "encoding_rs" -version = "0.8.35" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" -dependencies = [ - "cfg-if", -] - -[[package]] -name = "entities" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca" - -[[package]] -name = "enum-iterator" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4eeac5c5edb79e4e39fe8439ef35207780a11f69c52cbe424ce3dfad4cb78de6" -dependencies = [ - "enum-iterator-derive", -] - -[[package]] -name = "enum-iterator-derive" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c134c37760b27a871ba422106eedbb8247da973a09e82558bf26d619c882b159" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "enum-ordinalize" -version = "4.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fea0dcfa4e54eeb516fe454635a95753ddd39acda650ce703031c6973e315dd5" -dependencies = [ - "enum-ordinalize-derive", -] - -[[package]] -name = "enum-ordinalize-derive" -version = "4.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d28318a75d4aead5c4db25382e8ef717932d0346600cacae6357eb5941bc5ff" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "enumset" -version = "1.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25b07a8dfbbbfc0064c0a6bdf9edcf966de6b1c33ce344bdeca3b41615452634" -dependencies = [ - "enumset_derive", -] - -[[package]] -name = "enumset_derive" -version = "0.14.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f43e744e4ea338060faee68ed933e46e722fb7f3617e722a5772d7e856d8b3ce" -dependencies = [ - "darling 0.21.3", - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "equivalent" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" - -[[package]] -name = "erased-serde" -version = "0.4.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "259d404d09818dec19332e31d94558aeb442fea04c817006456c24b5460bbd4b" -dependencies = [ - "serde", - "serde_core", - "typeid", -] - -[[package]] -name = "errno" -version = "0.3.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" -dependencies = [ - "libc", - "windows-sys 0.61.0", -] - -[[package]] -name = "event-listener" -version = "5.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" -dependencies = [ - "concurrent-queue", - "parking", - "pin-project-lite", -] - -[[package]] -name = "event-listener-strategy" -version = "0.5.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" -dependencies = [ - "event-listener", - "pin-project-lite", -] - -[[package]] -name = "fallible-iterator" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" - -[[package]] -name = "fast_qr" -version = "0.13.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f5ea9788036fedaf55f43a2db0ba01eedf47d26fd6852f01e5cf51952571d57" - -[[package]] -name = "faster-hex" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73" -dependencies = [ - "heapless", - "serde", -] - -[[package]] -name = "fastrand" -version = "2.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" - -[[package]] -name = "fd-lock" -version = "4.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78" -dependencies = [ - "cfg-if", - "rustix", - "windows-sys 0.59.0", -] - -[[package]] -name = "fern" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4316185f709b23713e41e3195f90edef7fb00c3ed4adc79769cf09cc762a3b29" -dependencies = [ - "log", -] - -[[package]] -name = "filetime" -version = "0.2.26" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed" -dependencies = [ - "cfg-if", - "libc", - "libredox", - "windows-sys 0.60.2", -] - -[[package]] -name = "find-msvc-tools" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fd99930f64d146689264c637b5af2f0233a933bef0d8570e2526bf9e083192d" - -[[package]] -name = "fixedbitset" -version = "0.5.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99" - -[[package]] -name = "flate2" -version = "1.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d" -dependencies = [ - "crc32fast", - "libz-rs-sys", - "miniz_oxide", -] - -[[package]] -name = "fnv" -version = "1.0.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" - -[[package]] -name = "foldhash" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" - -[[package]] -name = "form_urlencoded" -version = "1.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" -dependencies = [ - "percent-encoding", -] - -[[package]] -name = "fs-err" -version = "3.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44f150ffc8782f35521cec2b23727707cb4045706ba3c854e86bef66b3a8cdbd" -dependencies = [ - "autocfg", -] - -[[package]] -name = "fs3" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb17cf6ed704f72485332f6ab65257460c4f9f3083934cf402bf9f5b3b600a90" -dependencies = [ - "libc", - "rustc_version 0.2.3", - "winapi", -] - -[[package]] -name = "fsevent-sys" -version = "4.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" -dependencies = [ - "libc", -] - -[[package]] -name = "fst" -version = "0.4.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ab85b9b05e3978cc9a9cf8fea7f01b494e1a09ed3037e16ba39edc7a29eb61a" - -[[package]] -name = "funty" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" - -[[package]] -name = "futures" -version = "0.3.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" -dependencies = [ - "futures-channel", - "futures-core", - "futures-executor", - "futures-io", - "futures-sink", - "futures-task", - "futures-util", -] - -[[package]] -name = "futures-channel" -version = "0.3.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" -dependencies = [ - "futures-core", - "futures-sink", -] - -[[package]] -name = "futures-core" -version = "0.3.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" - -[[package]] -name = "futures-executor" -version = "0.3.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" -dependencies = [ - "futures-core", - "futures-task", - "futures-util", -] - -[[package]] -name = "futures-io" -version = "0.3.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" - -[[package]] -name = "futures-lite" -version = "2.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" -dependencies = [ - "fastrand", - "futures-core", - "futures-io", - "parking", - "pin-project-lite", -] - -[[package]] -name = "futures-macro" -version = "0.3.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "futures-sink" -version = "0.3.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" - -[[package]] -name = "futures-task" -version = "0.3.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" - -[[package]] -name = "futures-util" -version = "0.3.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" -dependencies = [ - "futures-channel", - "futures-core", - "futures-io", - "futures-macro", - "futures-sink", - "futures-task", - "memchr", - "pin-project-lite", - "pin-utils", - "slab", -] - -[[package]] -name = "generic-array" -version = "0.14.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" -dependencies = [ - "typenum", - "version_check", -] - -[[package]] -name = "getrandom" -version = "0.2.16" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" -dependencies = [ - "cfg-if", - "js-sys", - "libc", - "wasi 0.11.1+wasi-snapshot-preview1", - "wasm-bindgen", -] - -[[package]] -name = "getrandom" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" -dependencies = [ - "cfg-if", - "js-sys", - "libc", - "r-efi", - "wasi 0.14.7+wasi-0.2.4", - "wasm-bindgen", -] - -[[package]] -name = "gimli" -version = "0.28.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" -dependencies = [ - "fallible-iterator", - "indexmap 2.11.3", - "stable_deref_trait", -] - -[[package]] -name = "gimli" -version = "0.31.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" - -[[package]] -name = "gix" -version = "0.73.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "514c29cc879bdc0286b0cbc205585a49b252809eb86c69df4ce4f855ee75f635" -dependencies = [ - "gix-actor", - "gix-attributes", - "gix-command", - "gix-commitgraph", - "gix-config", - "gix-credentials", - "gix-date", - "gix-diff", - "gix-discover", - "gix-features", - "gix-filter", - "gix-fs", - "gix-glob", - "gix-hash", - "gix-hashtable", - "gix-ignore", - "gix-index", - "gix-lock", - "gix-negotiate", - "gix-object", - "gix-odb", - "gix-pack", - "gix-path", - "gix-pathspec", - "gix-prompt", - "gix-protocol", - "gix-ref", - "gix-refspec", - "gix-revision", - "gix-revwalk", - "gix-sec", - "gix-shallow", - "gix-submodule", - "gix-tempfile", - "gix-trace", - "gix-transport", - "gix-traverse", - "gix-url", - "gix-utils", - "gix-validate", - "gix-worktree", - "gix-worktree-state", - "once_cell", - "parking_lot", - "signal-hook", - "smallvec", - "thiserror 2.0.16", -] - -[[package]] -name = "gix-actor" -version = "0.35.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d36dcf9efe32b51b12dfa33cedff8414926124e760a32f9e7a6b5580d280967" -dependencies = [ - "bstr", - "gix-date", - "gix-utils", - "itoa", - "thiserror 2.0.16", - "winnow", -] - -[[package]] -name = "gix-attributes" -version = "0.27.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45442188216d08a5959af195f659cb1f244a50d7d2d0c3873633b1cd7135f638" -dependencies = [ - "bstr", - "gix-glob", - "gix-path", - "gix-quote", - "gix-trace", - "kstring", - "smallvec", - "thiserror 2.0.16", - "unicode-bom", -] - -[[package]] -name = "gix-bitmap" -version = "0.2.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1db9765c69502650da68f0804e3dc2b5f8ccc6a2d104ca6c85bc40700d37540" -dependencies = [ - "thiserror 2.0.16", -] - -[[package]] -name = "gix-chunk" -version = "0.4.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b1f1d8764958699dc764e3f727cef280ff4d1bd92c107bbf8acd85b30c1bd6f" -dependencies = [ - "thiserror 2.0.16", -] - -[[package]] -name = "gix-command" -version = "0.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b31b65ca48a352ae86312b27a514a0c661935f96b481ac8b4371f65815eb196" -dependencies = [ - "bstr", - "gix-path", - "gix-quote", - "gix-trace", - "shell-words", -] - -[[package]] -name = "gix-commitgraph" -version = "0.29.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bb23121e952f43a5b07e3e80890336cb847297467a410475036242732980d06" -dependencies = [ - "bstr", - "gix-chunk", - "gix-hash", - "memmap2 0.9.8", - "thiserror 2.0.16", -] - -[[package]] -name = "gix-config" -version = "0.46.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dfb898c5b695fd4acfc3c0ab638525a65545d47706064dcf7b5ead6cdb136c0" -dependencies = [ - "bstr", - "gix-config-value", - "gix-features", - "gix-glob", - "gix-path", - "gix-ref", - "gix-sec", - "memchr", - "once_cell", - "smallvec", - "thiserror 2.0.16", - "unicode-bom", - "winnow", -] - -[[package]] -name = "gix-config-value" -version = "0.15.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f012703eb67e263c6c1fc96649fec47694dd3e5d2a91abfc65e4a6a6dc85309" -dependencies = [ - "bitflags 2.9.4", - "bstr", - "gix-path", - "libc", - "thiserror 2.0.16", -] - -[[package]] -name = "gix-credentials" -version = "0.30.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0039dd3ac606dd80b16353a41b61fc237ca5cb8b612f67a9f880adfad4be4e05" -dependencies = [ - "bstr", - "gix-command", - "gix-config-value", - "gix-date", - "gix-path", - "gix-prompt", - "gix-sec", - "gix-trace", - "gix-url", - "thiserror 2.0.16", -] - -[[package]] -name = "gix-date" -version = "0.10.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "996b6b90bafb287330af92b274c3e64309dc78359221d8612d11cd10c8b9fe1c" -dependencies = [ - "bstr", - "itoa", - "jiff", - "smallvec", - "thiserror 2.0.16", -] - -[[package]] -name = "gix-diff" -version = "0.53.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de854852010d44a317f30c92d67a983e691c9478c8a3fb4117c1f48626bcdea8" -dependencies = [ - "bstr", - "gix-hash", - "gix-object", - "thiserror 2.0.16", -] - -[[package]] -name = "gix-discover" -version = "0.41.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffb180c91ca1a2cf53e828bb63d8d8f8fa7526f49b83b33d7f46cbeb5d79d30a" -dependencies = [ - "bstr", - "dunce", - "gix-fs", - "gix-hash", - "gix-path", - "gix-ref", - "gix-sec", - "thiserror 2.0.16", -] - -[[package]] -name = "gix-features" -version = "0.43.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd1543cd9b8abcbcebaa1a666a5c168ee2cda4dea50d3961ee0e6d1c42f81e5b" -dependencies = [ - "bytes", - "crc32fast", - "flate2", - "gix-path", - "gix-trace", - "gix-utils", - "libc", - "once_cell", - "prodash", - "thiserror 2.0.16", - "walkdir", -] - -[[package]] -name = "gix-filter" -version = "0.20.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa6571a3927e7ab10f64279a088e0dae08e8da05547771796d7389bbe28ad9ff" -dependencies = [ - "bstr", - "encoding_rs", - "gix-attributes", - "gix-command", - "gix-hash", - "gix-object", - "gix-packetline-blocking", - "gix-path", - "gix-quote", - "gix-trace", - "gix-utils", - "smallvec", - "thiserror 2.0.16", -] - -[[package]] -name = "gix-fs" -version = "0.16.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a4d90307d064fa7230e0f87b03231be28f8ba63b913fc15346f489519d0c304" -dependencies = [ - "bstr", - "fastrand", - "gix-features", - "gix-path", - "gix-utils", - "thiserror 2.0.16", -] - -[[package]] -name = "gix-glob" -version = "0.21.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b947db8366823e7a750c254f6bb29e27e17f27e457bf336ba79b32423db62cd5" -dependencies = [ - "bitflags 2.9.4", - "bstr", - "gix-features", - "gix-path", -] - -[[package]] -name = "gix-hash" -version = "0.19.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "251fad79796a731a2a7664d9ea95ee29a9e99474de2769e152238d4fdb69d50e" -dependencies = [ - "faster-hex", - "gix-features", - "sha1-checked", - "thiserror 2.0.16", -] - -[[package]] -name = "gix-hashtable" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c35300b54896153e55d53f4180460931ccd69b7e8d2f6b9d6401122cdedc4f07" -dependencies = [ - "gix-hash", - "hashbrown 0.15.5", - "parking_lot", -] - -[[package]] -name = "gix-ignore" -version = "0.16.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "564d6fddf46e2c981f571b23d6ad40cb08bddcaf6fc7458b1d49727ad23c2870" -dependencies = [ - "bstr", - "gix-glob", - "gix-path", - "gix-trace", - "unicode-bom", -] - -[[package]] -name = "gix-index" -version = "0.41.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2af39fde3ce4ce11371d9ce826f2936ec347318f2d1972fe98c2e7134e267e25" -dependencies = [ - "bitflags 2.9.4", - "bstr", - "filetime", - "fnv", - "gix-bitmap", - "gix-features", - "gix-fs", - "gix-hash", - "gix-lock", - "gix-object", - "gix-traverse", - "gix-utils", - "gix-validate", - "hashbrown 0.15.5", - "itoa", - "libc", - "memmap2 0.9.8", - "rustix", - "smallvec", - "thiserror 2.0.16", -] - -[[package]] -name = "gix-lock" -version = "18.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9fa71da90365668a621e184eb5b979904471af1b3b09b943a84bc50e8ad42ed" -dependencies = [ - "gix-tempfile", - "gix-utils", - "thiserror 2.0.16", -] - -[[package]] -name = "gix-negotiate" -version = "0.21.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d58d4c9118885233be971e0d7a589f5cfb1a8bd6cb6e2ecfb0fc6b1b293c83b" -dependencies = [ - "bitflags 2.9.4", - "gix-commitgraph", - "gix-date", - "gix-hash", - "gix-object", - "gix-revwalk", - "smallvec", - "thiserror 2.0.16", -] - -[[package]] -name = "gix-object" -version = "0.50.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d69ce108ab67b65fbd4fb7e1331502429d78baeb2eee10008bdef55765397c07" -dependencies = [ - "bstr", - "gix-actor", - "gix-date", - "gix-features", - "gix-hash", - "gix-hashtable", - "gix-path", - "gix-utils", - "gix-validate", - "itoa", - "smallvec", - "thiserror 2.0.16", - "winnow", -] - -[[package]] -name = "gix-odb" -version = "0.70.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c9d7af10fda9df0bb4f7f9bd507963560b3c66cb15a5b825caf752e0eb109ac" -dependencies = [ - "arc-swap", - "gix-date", - "gix-features", - "gix-fs", - "gix-hash", - "gix-hashtable", - "gix-object", - "gix-pack", - "gix-path", - "gix-quote", - "parking_lot", - "tempfile", - "thiserror 2.0.16", -] - -[[package]] -name = "gix-pack" -version = "0.60.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8571df89bfca5abb49c3e3372393f7af7e6f8b8dbe2b96303593cef5b263019" -dependencies = [ - "clru", - "gix-chunk", - "gix-features", - "gix-hash", - "gix-hashtable", - "gix-object", - "gix-path", - "gix-tempfile", - "memmap2 0.9.8", - "parking_lot", - "smallvec", - "thiserror 2.0.16", -] - -[[package]] -name = "gix-packetline" -version = "0.19.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2592fbd36249a2fea11056f7055cc376301ef38d903d157de41998335bbf1f93" -dependencies = [ - "bstr", - "faster-hex", - "gix-trace", - "thiserror 2.0.16", -] - -[[package]] -name = "gix-packetline-blocking" -version = "0.19.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc4e706f328cd494cc8f932172e123a72b9a4711b0db5e411681432a89bd4c94" -dependencies = [ - "bstr", - "faster-hex", - "gix-trace", - "thiserror 2.0.16", -] - -[[package]] -name = "gix-path" -version = "0.10.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06d37034a4c67bbdda76f7bcd037b2f7bc0fba0c09a6662b19697a5716e7b2fd" -dependencies = [ - "bstr", - "gix-trace", - "gix-validate", - "home", - "once_cell", - "thiserror 2.0.16", -] - -[[package]] -name = "gix-pathspec" -version = "0.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "daedead611c9bd1f3640dc90a9012b45f790201788af4d659f28d94071da7fba" -dependencies = [ - "bitflags 2.9.4", - "bstr", - "gix-attributes", - "gix-config-value", - "gix-glob", - "gix-path", - "thiserror 2.0.16", -] - -[[package]] -name = "gix-prompt" -version = "0.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ffa1a7a34c81710aaa666a428c142b6c5d640492fcd41267db0740d923c7906" -dependencies = [ - "gix-command", - "gix-config-value", - "parking_lot", - "rustix", - "thiserror 2.0.16", -] - -[[package]] -name = "gix-protocol" -version = "0.51.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12b4b807c47ffcf7c1e5b8119585368a56449f3493da93b931e1d4239364e922" -dependencies = [ - "bstr", - "gix-credentials", - "gix-date", - "gix-features", - "gix-hash", - "gix-lock", - "gix-negotiate", - "gix-object", - "gix-ref", - "gix-refspec", - "gix-revwalk", - "gix-shallow", - "gix-trace", - "gix-transport", - "gix-utils", - "maybe-async", - "thiserror 2.0.16", - "winnow", -] - -[[package]] -name = "gix-quote" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a375a75b4d663e8bafe3bf4940a18a23755644c13582fa326e99f8f987d83fd" -dependencies = [ - "bstr", - "gix-utils", - "thiserror 2.0.16", -] - -[[package]] -name = "gix-ref" -version = "0.53.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b966f578079a42f4a51413b17bce476544cca1cf605753466669082f94721758" -dependencies = [ - "gix-actor", - "gix-features", - "gix-fs", - "gix-hash", - "gix-lock", - "gix-object", - "gix-path", - "gix-tempfile", - "gix-utils", - "gix-validate", - "memmap2 0.9.8", - "thiserror 2.0.16", - "winnow", -] - -[[package]] -name = "gix-refspec" -version = "0.31.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d29cae1ae31108826e7156a5e60bffacab405f4413f5bc0375e19772cce0055" -dependencies = [ - "bstr", - "gix-hash", - "gix-revision", - "gix-validate", - "smallvec", - "thiserror 2.0.16", -] - -[[package]] -name = "gix-revision" -version = "0.35.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f651f2b1742f760bb8161d6743229206e962b73d9c33c41f4e4aefa6586cbd3d" -dependencies = [ - "bstr", - "gix-commitgraph", - "gix-date", - "gix-hash", - "gix-object", - "gix-revwalk", - "thiserror 2.0.16", -] - -[[package]] -name = "gix-revwalk" -version = "0.21.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06e74f91709729e099af6721bd0fa7d62f243f2005085152301ca5cdd86ec02c" -dependencies = [ - "gix-commitgraph", - "gix-date", - "gix-hash", - "gix-hashtable", - "gix-object", - "smallvec", - "thiserror 2.0.16", -] - -[[package]] -name = "gix-sec" -version = "0.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09f7053ed7c66633b56c57bc6ed3377be3166eaf3dc2df9f1c5ec446df6fdf2c" -dependencies = [ - "bitflags 2.9.4", - "gix-path", - "libc", - "windows-sys 0.59.0", -] - -[[package]] -name = "gix-shallow" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d936745103243ae4c510f19e0760ce73fb0f08096588fdbe0f0d7fb7ce8944b7" -dependencies = [ - "bstr", - "gix-hash", - "gix-lock", - "thiserror 2.0.16", -] - -[[package]] -name = "gix-submodule" -version = "0.20.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "657cc5dd43cbc7a14d9c5aaf02cfbe9c2a15d077cded3f304adb30ef78852d3e" -dependencies = [ - "bstr", - "gix-config", - "gix-path", - "gix-pathspec", - "gix-refspec", - "gix-url", - "thiserror 2.0.16", -] - -[[package]] -name = "gix-tempfile" -version = "18.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "666c0041bcdedf5fa05e9bef663c897debab24b7dc1741605742412d1d47da57" -dependencies = [ - "gix-fs", - "libc", - "once_cell", - "parking_lot", - "signal-hook", - "signal-hook-registry", - "tempfile", -] - -[[package]] -name = "gix-trace" -version = "0.1.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2ccaf54b0b1743a695b482ca0ab9d7603744d8d10b2e5d1a332fef337bee658" - -[[package]] -name = "gix-transport" -version = "0.48.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12f7cc0179fc89d53c54e1f9ce51229494864ab4bf136132d69db1b011741ca3" -dependencies = [ - "base64", - "bstr", - "gix-command", - "gix-credentials", - "gix-features", - "gix-packetline", - "gix-quote", - "gix-sec", - "gix-url", - "reqwest", - "thiserror 2.0.16", -] - -[[package]] -name = "gix-traverse" -version = "0.47.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7cdc82509d792ba0ad815f86f6b469c7afe10f94362e96c4494525a6601bdd5" -dependencies = [ - "bitflags 2.9.4", - "gix-commitgraph", - "gix-date", - "gix-hash", - "gix-hashtable", - "gix-object", - "gix-revwalk", - "smallvec", - "thiserror 2.0.16", -] - -[[package]] -name = "gix-url" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b76a9d266254ad287ffd44467cd88e7868799b08f4d52e02d942b93e514d16f" -dependencies = [ - "bstr", - "gix-features", - "gix-path", - "percent-encoding", - "thiserror 2.0.16", - "url", -] - -[[package]] -name = "gix-utils" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5351af2b172caf41a3728eb4455326d84e0d70fe26fc4de74ab0bd37df4191c5" -dependencies = [ - "fastrand", - "unicode-normalization", -] - -[[package]] -name = "gix-validate" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77b9e00cacde5b51388d28ed746c493b18a6add1f19b5e01d686b3b9ece66d4d" -dependencies = [ - "bstr", - "thiserror 2.0.16", -] - -[[package]] -name = "gix-worktree" -version = "0.42.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55f625ac9126c19bef06dbc6d2703cdd7987e21e35b497bb265ac37d383877b1" -dependencies = [ - "bstr", - "gix-attributes", - "gix-features", - "gix-fs", - "gix-glob", - "gix-hash", - "gix-ignore", - "gix-index", - "gix-object", - "gix-path", - "gix-validate", -] - -[[package]] -name = "gix-worktree-state" -version = "0.20.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06ba9b17cbacc02b25801197b20100f7f9bd621db1e7fce9d3c8ab3175207bf8" -dependencies = [ - "bstr", - "gix-features", - "gix-filter", - "gix-fs", - "gix-glob", - "gix-hash", - "gix-index", - "gix-object", - "gix-path", - "gix-worktree", - "io-close", - "thiserror 2.0.16", -] - -[[package]] -name = "glob" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" - -[[package]] -name = "globset" -version = "0.4.16" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5" -dependencies = [ - "aho-corasick", - "bstr", - "log", - "regex-automata", - "regex-syntax", -] - -[[package]] -name = "goblin" -version = "0.10.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6a80adfd63bd7ffd94fefc3d22167880c440a724303080e5aa686fa36abaa96" -dependencies = [ - "log", - "plain", - "scroll", -] - -[[package]] -name = "grass" -version = "0.13.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7a68216437ef68f0738e48d6c7bb9e6e6a92237e001b03d838314b068f33c94" -dependencies = [ - "getrandom 0.2.16", - "grass_compiler 0.13.4", - "include_sass", -] - -[[package]] -name = "grass_compiler" -version = "0.13.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d9e3df7f0222ce5184154973d247c591d9aadc28ce7a73c6cd31100c9facff6" -dependencies = [ - "codemap", - "indexmap 2.11.3", - "lasso", - "once_cell", - "phf", -] - -[[package]] -name = "grass_compiler" -version = "0.13.4" -source = "git+https://github.com/TroyKomodo/grass.git?rev=437c274bfa45a474a6f2e7c700c994d4e5e278b8#437c274bfa45a474a6f2e7c700c994d4e5e278b8" -dependencies = [ - "codemap", - "indexmap 2.11.3", - "lasso", - "once_cell", - "phf", - "rand 0.8.5", -] - -[[package]] -name = "h2" -version = "0.3.27" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d" -dependencies = [ - "bytes", - "fnv", - "futures-core", - "futures-sink", - "futures-util", - "http 0.2.12", - "indexmap 2.11.3", - "slab", - "tokio", - "tokio-util", - "tracing", -] - -[[package]] -name = "h2" -version = "0.4.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386" -dependencies = [ - "atomic-waker", - "bytes", - "fnv", - "futures-core", - "futures-sink", - "http 1.3.1", - "indexmap 2.11.3", - "slab", - "tokio", - "tokio-util", - "tracing", -] - -[[package]] -name = "hash32" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606" -dependencies = [ - "byteorder", -] - -[[package]] -name = "hashbrown" -version = "0.12.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" - -[[package]] -name = "hashbrown" -version = "0.13.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" -dependencies = [ - "ahash", -] - -[[package]] -name = "hashbrown" -version = "0.14.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" -dependencies = [ - "ahash", - "allocator-api2", -] - -[[package]] -name = "hashbrown" -version = "0.15.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" -dependencies = [ - "allocator-api2", - "equivalent", - "foldhash", -] - -[[package]] -name = "hashlink" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" -dependencies = [ - "hashbrown 0.15.5", -] - -[[package]] -name = "headers" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3314d5adb5d94bcdf56771f2e50dbbc80bb4bdf88967526706205ac9eff24eb" -dependencies = [ - "base64", - "bytes", - "headers-core", - "http 1.3.1", - "httpdate", - "mime", - "sha1", -] - -[[package]] -name = "headers-core" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4" -dependencies = [ - "http 1.3.1", -] - -[[package]] -name = "heapless" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad" -dependencies = [ - "hash32", - "stable_deref_trait", -] - -[[package]] -name = "heck" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" - -[[package]] -name = "hermit-abi" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" - -[[package]] -name = "hex" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" - -[[package]] -name = "hir" -version = "0.0.0" -source = "git+https://github.com/scufflecloud/rust-analyzer.git?rev=123f57bff97627e8a5553a5ba1d67918f877dc24#123f57bff97627e8a5553a5ba1d67918f877dc24" -dependencies = [ - "arrayvec 0.7.6", - "base-db", - "cfg", - "either", - "hir-def", - "hir-expand", - "hir-ty", - "indexmap 2.11.3", - "intern", - "itertools 0.14.0", - "ra-ap-rustc_type_ir", - "rustc-hash 2.1.1", - "smallvec", - "span", - "stdx", - "syntax", - "tracing", - "triomphe", - "tt", -] - -[[package]] -name = "hir-def" -version = "0.0.0" -source = "git+https://github.com/scufflecloud/rust-analyzer.git?rev=123f57bff97627e8a5553a5ba1d67918f877dc24#123f57bff97627e8a5553a5ba1d67918f877dc24" -dependencies = [ - "arrayvec 0.7.6", - "base-db", - "bitflags 2.9.4", - "cfg", - "cov-mark", - "drop_bomb", - "either", - "fst", - "hir-expand", - "indexmap 2.11.3", - "intern", - "itertools 0.14.0", - "la-arena", - "mbe", - "query-group-macro", - "ra-ap-rustc_abi", - "ra-ap-rustc_parse_format", - "rustc-hash 2.1.1", - "rustc_apfloat", - "salsa", - "salsa-macros", - "smallvec", - "span", - "stdx", - "syntax", - "text-size", - "thin-vec", - "tracing", - "triomphe", - "tt", -] - -[[package]] -name = "hir-expand" -version = "0.0.0" -source = "git+https://github.com/scufflecloud/rust-analyzer.git?rev=123f57bff97627e8a5553a5ba1d67918f877dc24#123f57bff97627e8a5553a5ba1d67918f877dc24" -dependencies = [ - "base-db", - "cfg", - "cov-mark", - "either", - "intern", - "itertools 0.14.0", - "mbe", - "parser", - "query-group-macro", - "rustc-hash 2.1.1", - "salsa", - "salsa-macros", - "smallvec", - "span", - "stdx", - "syntax", - "syntax-bridge", - "tracing", - "triomphe", - "tt", -] - -[[package]] -name = "hir-ty" -version = "0.0.0" -source = "git+https://github.com/scufflecloud/rust-analyzer.git?rev=123f57bff97627e8a5553a5ba1d67918f877dc24#123f57bff97627e8a5553a5ba1d67918f877dc24" -dependencies = [ - "arrayvec 0.7.6", - "base-db", - "bitflags 2.9.4", - "chalk-derive", - "chalk-ir", - "cov-mark", - "either", - "ena", - "hir-def", - "hir-expand", - "indexmap 2.11.3", - "intern", - "itertools 0.14.0", - "la-arena", - "oorandom", - "petgraph 0.8.2", - "query-group-macro", - "ra-ap-rustc_abi", - "ra-ap-rustc_ast_ir", - "ra-ap-rustc_index", - "ra-ap-rustc_next_trait_solver", - "ra-ap-rustc_pattern_analysis", - "ra-ap-rustc_type_ir", - "rustc-hash 2.1.1", - "rustc_apfloat", - "salsa", - "salsa-macros", - "scoped-tls", - "smallvec", - "span", - "stdx", - "syntax", - "tracing", - "tracing-subscriber", - "tracing-tree", - "triomphe", - "typed-arena", -] - -[[package]] -name = "hmac" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" -dependencies = [ - "digest", -] - -[[package]] -name = "home" -version = "0.5.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" -dependencies = [ - "windows-sys 0.59.0", -] - -[[package]] -name = "htmlescape" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163" - -[[package]] -name = "http" -version = "0.2.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" -dependencies = [ - "bytes", - "fnv", - "itoa", -] - -[[package]] -name = "http" -version = "1.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" -dependencies = [ - "bytes", - "fnv", - "itoa", -] - -[[package]] -name = "http-body" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" -dependencies = [ - "bytes", - "http 1.3.1", -] - -[[package]] -name = "http-body-util" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" -dependencies = [ - "bytes", - "futures-core", - "http 1.3.1", - "http-body", - "pin-project-lite", -] - -[[package]] -name = "http-range" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573" - -[[package]] -name = "httparse" -version = "1.10.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" - -[[package]] -name = "httpdate" -version = "1.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" - -[[package]] -name = "hyper" -version = "1.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e" -dependencies = [ - "atomic-waker", - "bytes", - "futures-channel", - "futures-core", - "h2 0.4.12", - "http 1.3.1", - "http-body", - "httparse", - "itoa", - "pin-project-lite", - "pin-utils", - "smallvec", - "tokio", - "want", -] - -[[package]] -name = "hyper-rustls" -version = "0.27.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" -dependencies = [ - "http 1.3.1", - "hyper", - "hyper-util", - "rustls", - "rustls-pki-types", - "tokio", - "tokio-rustls", - "tower-service", - "webpki-roots 1.0.2", -] - -[[package]] -name = "hyper-util" -version = "0.1.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8" -dependencies = [ - "base64", - "bytes", - "futures-channel", - "futures-core", - "futures-util", - "http 1.3.1", - "http-body", - "hyper", - "ipnet", - "libc", - "percent-encoding", - "pin-project-lite", - "socket2 0.6.0", - "system-configuration", - "tokio", - "tower-service", - "tracing", - "windows-registry", -] - -[[package]] -name = "iana-time-zone" -version = "0.1.64" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb" -dependencies = [ - "android_system_properties", - "core-foundation-sys", - "iana-time-zone-haiku", - "js-sys", - "log", - "wasm-bindgen", - "windows-core 0.62.0", -] - -[[package]] -name = "iana-time-zone-haiku" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" -dependencies = [ - "cc", -] - -[[package]] -name = "icu_collections" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" -dependencies = [ - "displaydoc", - "potential_utf", - "yoke", - "zerofrom", - "zerovec", -] - -[[package]] -name = "icu_locale_core" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" -dependencies = [ - "displaydoc", - "litemap", - "tinystr", - "writeable", - "zerovec", -] - -[[package]] -name = "icu_normalizer" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" -dependencies = [ - "displaydoc", - "icu_collections", - "icu_normalizer_data", - "icu_properties", - "icu_provider", - "smallvec", - "zerovec", -] - -[[package]] -name = "icu_normalizer_data" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" - -[[package]] -name = "icu_properties" -version = "2.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" -dependencies = [ - "displaydoc", - "icu_collections", - "icu_locale_core", - "icu_properties_data", - "icu_provider", - "potential_utf", - "zerotrie", - "zerovec", -] - -[[package]] -name = "icu_properties_data" -version = "2.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" - -[[package]] -name = "icu_provider" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" -dependencies = [ - "displaydoc", - "icu_locale_core", - "stable_deref_trait", - "tinystr", - "writeable", - "yoke", - "zerofrom", - "zerotrie", - "zerovec", -] - -[[package]] -name = "ide" -version = "0.0.0" -source = "git+https://github.com/scufflecloud/rust-analyzer.git?rev=123f57bff97627e8a5553a5ba1d67918f877dc24#123f57bff97627e8a5553a5ba1d67918f877dc24" -dependencies = [ - "arrayvec 0.7.6", - "cfg", - "cov-mark", - "dot", - "either", - "hir", - "ide-assists", - "ide-completion", - "ide-db", - "ide-diagnostics", - "ide-ssr", - "itertools 0.14.0", - "nohash-hasher", - "oorandom", - "profile", - "pulldown-cmark", - "pulldown-cmark-to-cmark", - "rustc_apfloat", - "smallvec", - "span", - "stdx", - "syntax", - "toolchain", - "tracing", - "triomphe", - "url", -] - -[[package]] -name = "ide-assists" -version = "0.0.0" -source = "git+https://github.com/scufflecloud/rust-analyzer.git?rev=123f57bff97627e8a5553a5ba1d67918f877dc24#123f57bff97627e8a5553a5ba1d67918f877dc24" -dependencies = [ - "cov-mark", - "either", - "hir", - "ide-db", - "itertools 0.14.0", - "smallvec", - "stdx", - "syntax", - "tracing", -] - -[[package]] -name = "ide-completion" -version = "0.0.0" -source = "git+https://github.com/scufflecloud/rust-analyzer.git?rev=123f57bff97627e8a5553a5ba1d67918f877dc24#123f57bff97627e8a5553a5ba1d67918f877dc24" -dependencies = [ - "base-db", - "cov-mark", - "hir", - "ide-db", - "itertools 0.14.0", - "smallvec", - "stdx", - "syntax", - "tracing", -] - -[[package]] -name = "ide-db" -version = "0.0.0" -source = "git+https://github.com/scufflecloud/rust-analyzer.git?rev=123f57bff97627e8a5553a5ba1d67918f877dc24#123f57bff97627e8a5553a5ba1d67918f877dc24" -dependencies = [ - "arrayvec 0.7.6", - "base-db", - "bitflags 2.9.4", - "cov-mark", - "crossbeam-channel", - "either", - "fst", - "hir", - "indexmap 2.11.3", - "itertools 0.14.0", - "line-index", - "memchr", - "nohash-hasher", - "parser", - "profile", - "query-group-macro", - "rayon", - "rustc-hash 2.1.1", - "salsa", - "salsa-macros", - "span", - "stdx", - "syntax", - "tracing", - "triomphe", - "vfs", -] - -[[package]] -name = "ide-diagnostics" -version = "0.0.0" -source = "git+https://github.com/scufflecloud/rust-analyzer.git?rev=123f57bff97627e8a5553a5ba1d67918f877dc24#123f57bff97627e8a5553a5ba1d67918f877dc24" -dependencies = [ - "cfg", - "cov-mark", - "either", - "hir", - "ide-db", - "itertools 0.14.0", - "paths", - "serde_json", - "stdx", - "syntax", - "tracing", -] - -[[package]] -name = "ide-ssr" -version = "0.0.0" -source = "git+https://github.com/scufflecloud/rust-analyzer.git?rev=123f57bff97627e8a5553a5ba1d67918f877dc24#123f57bff97627e8a5553a5ba1d67918f877dc24" -dependencies = [ - "cov-mark", - "hir", - "ide-db", - "itertools 0.14.0", - "parser", - "syntax", -] - -[[package]] -name = "ident_case" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" - -[[package]] -name = "idna" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" -dependencies = [ - "idna_adapter", - "smallvec", - "utf8_iter", -] - -[[package]] -name = "idna_adapter" -version = "1.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" -dependencies = [ - "icu_normalizer", - "icu_properties", -] - -[[package]] -name = "if-addrs" -version = "0.13.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69b2eeee38fef3aa9b4cc5f1beea8a2444fc00e7377cafae396de3f5c2065e24" -dependencies = [ - "libc", - "windows-sys 0.59.0", -] - -[[package]] -name = "ignore" -version = "0.4.23" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b" -dependencies = [ - "crossbeam-deque", - "globset", - "log", - "memchr", - "regex-automata", - "same-file", - "walkdir", - "winapi-util", -] - -[[package]] -name = "impl-more" -version = "0.1.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8a5a9a0ff0086c7a148acb942baaabeadf9504d10400b5a05645853729b9cd2" - -[[package]] -name = "include_sass" -version = "0.13.4" -source = "git+https://github.com/TroyKomodo/grass.git?rev=437c274bfa45a474a6f2e7c700c994d4e5e278b8#437c274bfa45a474a6f2e7c700c994d4e5e278b8" -dependencies = [ - "grass_compiler 0.13.4", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "indexmap" -version = "1.9.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" -dependencies = [ - "autocfg", - "hashbrown 0.12.3", - "serde", -] - -[[package]] -name = "indexmap" -version = "2.11.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92119844f513ffa41556430369ab02c295a3578af21cf945caa3e9e0c2481ac3" -dependencies = [ - "equivalent", - "hashbrown 0.15.5", - "serde", - "serde_core", -] - -[[package]] -name = "inotify" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3" -dependencies = [ - "bitflags 2.9.4", - "inotify-sys", - "libc", -] - -[[package]] -name = "inotify-sys" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" -dependencies = [ - "libc", -] - -[[package]] -name = "inout" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01" -dependencies = [ - "generic-array", -] - -[[package]] -name = "insta" -version = "1.43.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46fdb647ebde000f43b5b53f773c30cf9b0cb4300453208713fa38b2c70935a0" -dependencies = [ - "clap", - "console", - "once_cell", - "pest", - "pest_derive", - "serde", - "similar", -] - -[[package]] -name = "intern" -version = "0.0.0" -source = "git+https://github.com/scufflecloud/rust-analyzer.git?rev=123f57bff97627e8a5553a5ba1d67918f877dc24#123f57bff97627e8a5553a5ba1d67918f877dc24" -dependencies = [ - "dashmap 6.1.0", - "hashbrown 0.14.5", - "rustc-hash 2.1.1", - "triomphe", -] - -[[package]] -name = "intrusive-collections" -version = "0.9.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "189d0897e4cbe8c75efedf3502c18c887b05046e59d28404d4d8e46cbc4d1e86" -dependencies = [ - "memoffset", -] - -[[package]] -name = "io-close" -version = "0.3.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cadcf447f06744f8ce713d2d6239bb5bde2c357a452397a9ed90c625da390bc" -dependencies = [ - "libc", - "winapi", -] - -[[package]] -name = "io-uring" -version = "0.7.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b" -dependencies = [ - "bitflags 2.9.4", - "cfg-if", - "libc", -] - -[[package]] -name = "ipnet" -version = "2.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" - -[[package]] -name = "iri-string" -version = "0.7.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2" -dependencies = [ - "memchr", - "serde", -] - -[[package]] -name = "is-docker" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3" -dependencies = [ - "once_cell", -] - -[[package]] -name = "is-wsl" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5" -dependencies = [ - "is-docker", - "once_cell", -] - -[[package]] -name = "is_ci" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45" - -[[package]] -name = "is_executable" -version = "1.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4" -dependencies = [ - "windows-sys 0.60.2", -] - -[[package]] -name = "is_terminal_polyfill" -version = "1.70.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" - -[[package]] -name = "itertools" -version = "0.10.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" -dependencies = [ - "either", -] - -[[package]] -name = "itertools" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" -dependencies = [ - "either", -] - -[[package]] -name = "itertools" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" -dependencies = [ - "either", -] - -[[package]] -name = "itertools" -version = "0.14.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" -dependencies = [ - "either", -] - -[[package]] -name = "itoa" -version = "1.0.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" - -[[package]] -name = "jiff" -version = "0.2.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49" -dependencies = [ - "jiff-static", - "jiff-tzdb-platform", - "log", - "portable-atomic", - "portable-atomic-util", - "serde", - "windows-sys 0.59.0", -] - -[[package]] -name = "jiff-static" -version = "0.2.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "jiff-tzdb" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524" - -[[package]] -name = "jiff-tzdb-platform" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8" -dependencies = [ - "jiff-tzdb", -] - -[[package]] -name = "jobserver" -version = "0.1.34" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" -dependencies = [ - "getrandom 0.3.3", - "libc", -] - -[[package]] -name = "jod-thread" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a037eddb7d28de1d0fc42411f501b53b75838d313908078d6698d064f3029b24" - -[[package]] -name = "js-sys" -version = "0.3.78" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c0b063578492ceec17683ef2f8c5e89121fbd0b172cbc280635ab7567db2738" -dependencies = [ - "once_cell", - "wasm-bindgen", -] - -[[package]] -name = "jsonc-parser" -version = "0.26.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d6d80e6d70e7911a29f3cf3f44f452df85d06f73572b494ca99a2cad3fcf8f4" -dependencies = [ - "indexmap 2.11.3", - "serde_json", -] - -[[package]] -name = "just" -version = "1.42.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d26a2ff78b980d1de1078473e13dbd5fe72a1837a42e68d5c7327426f1254d34" -dependencies = [ - "ansi_term", - "blake3", - "camino", - "chrono", - "clap", - "clap_complete", - "clap_mangen", - "ctrlc", - "derive-where", - "dirs", - "dotenvy", - "edit-distance", - "heck", - "is_executable", - "lexiclean", - "libc", - "nix", - "num_cpus", - "once_cell", - "percent-encoding", - "rand 0.9.2", - "regex", - "rustversion", - "semver 1.0.27", - "serde", - "serde_json", - "sha2", - "shellexpand", - "similar", - "snafu", - "strum", - "target", - "tempfile", - "typed-arena", - "unicode-width 0.2.1", - "uuid", -] - -[[package]] -name = "keccak" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654" -dependencies = [ - "cpufeatures", -] - -[[package]] -name = "kqueue" -version = "1.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a" -dependencies = [ - "kqueue-sys", - "libc", -] - -[[package]] -name = "kqueue-sys" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b" -dependencies = [ - "bitflags 1.3.2", - "libc", -] - -[[package]] -name = "krates" -version = "0.20.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c432bb7d7a968a338f6c7cbd8782f38ffd87a793ff06c3a20257f45e1d003f6d" -dependencies = [ - "camino", - "cfg-expr", - "petgraph 0.8.2", - "semver 1.0.27", - "serde", - "serde_json", -] - -[[package]] -name = "kstring" -version = "2.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1" -dependencies = [ - "static_assertions", -] - -[[package]] -name = "la-arena" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3752f229dcc5a481d60f385fa479ff46818033d881d2d801aa27dffcfb5e8306" - -[[package]] -name = "lalrpop" -version = "0.22.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba4ebbd48ce411c1d10fb35185f5a51a7bfa3d8b24b4e330d30c9e3a34129501" -dependencies = [ - "ascii-canvas", - "bit-set", - "ena", - "itertools 0.14.0", - "lalrpop-util", - "petgraph 0.7.1", - "pico-args", - "regex", - "regex-syntax", - "sha3", - "string_cache", - "term", - "unicode-xid", - "walkdir", -] - -[[package]] -name = "lalrpop-util" -version = "0.22.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5baa5e9ff84f1aefd264e6869907646538a52147a755d494517a8007fb48733" -dependencies = [ - "regex-automata", - "rustversion", -] - -[[package]] -name = "language-tags" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388" - -[[package]] -name = "lasso" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e14eda50a3494b3bf7b9ce51c52434a761e383d7238ce1dd5dcec2fbc13e9fb" -dependencies = [ - "hashbrown 0.14.5", -] - -[[package]] -name = "lazy_static" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" - -[[package]] -name = "leb128" -version = "0.2.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" - -[[package]] -name = "leb128fmt" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" - -[[package]] -name = "lexiclean" -version = "0.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "441225017b106b9f902e97947a6d31e44ebcf274b91bdbfb51e5c477fcd468e5" - -[[package]] -name = "libc" -version = "0.2.175" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543" - -[[package]] -name = "libflate" -version = "2.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45d9dfdc14ea4ef0900c1cddbc8dcd553fbaacd8a4a282cf4018ae9dd04fb21e" -dependencies = [ - "adler32", - "core2", - "crc32fast", - "dary_heap", - "libflate_lz77", -] - -[[package]] -name = "libflate_lz77" -version = "2.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6e0d73b369f386f1c44abd9c570d5318f55ccde816ff4b562fa452e5182863d" -dependencies = [ - "core2", - "hashbrown 0.14.5", - "rle-decode-fast", -] - -[[package]] -name = "libloading" -version = "0.8.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667" -dependencies = [ - "cfg-if", - "windows-targets 0.53.3", -] - -[[package]] -name = "libredox" -version = "0.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb" -dependencies = [ - "bitflags 2.9.4", - "libc", - "redox_syscall", -] - -[[package]] -name = "libunwind" -version = "1.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c6639b70a7ce854b79c70d7e83f16b5dc0137cc914f3d7d03803b513ecc67ac" - -[[package]] -name = "libz-rs-sys" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "840db8cf39d9ec4dd794376f38acc40d0fc65eec2a8f484f7fd375b84602becd" -dependencies = [ - "zlib-rs", -] - -[[package]] -name = "line-index" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e27e0ed5a392a7f5ba0b3808a2afccff16c64933312c84b57618b49d1209bd2" -dependencies = [ - "nohash-hasher", - "text-size", -] - -[[package]] -name = "linux-raw-sys" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" - -[[package]] -name = "litemap" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" - -[[package]] -name = "load-cargo" -version = "0.0.0" -source = "git+https://github.com/scufflecloud/rust-analyzer.git?rev=123f57bff97627e8a5553a5ba1d67918f877dc24#123f57bff97627e8a5553a5ba1d67918f877dc24" -dependencies = [ - "anyhow", - "crossbeam-channel", - "hir-expand", - "ide-db", - "intern", - "itertools 0.14.0", - "proc-macro-api", - "project-model", - "span", - "tracing", - "tt", - "vfs", - "vfs-notify", -] - -[[package]] -name = "local-channel" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6cbc85e69b8df4b8bb8b89ec634e7189099cea8927a276b7384ce5488e53ec8" -dependencies = [ - "futures-core", - "futures-sink", - "local-waker", -] - -[[package]] -name = "local-waker" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d873d7c67ce09b42110d801813efbc9364414e356be9935700d368351657487" - -[[package]] -name = "lock_api" -version = "0.4.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765" -dependencies = [ - "autocfg", - "scopeguard", -] - -[[package]] -name = "log" -version = "0.4.28" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" - -[[package]] -name = "logos" -version = "0.15.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff472f899b4ec2d99161c51f60ff7075eeb3097069a36050d8037a6325eb8154" -dependencies = [ - "logos-derive", -] - -[[package]] -name = "logos-codegen" -version = "0.15.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "192a3a2b90b0c05b27a0b2c43eecdb7c415e29243acc3f89cc8247a5b693045c" -dependencies = [ - "beef", - "fnv", - "lazy_static", - "proc-macro2", - "quote", - "regex-syntax", - "rustc_version 0.4.1", - "syn 2.0.106", -] - -[[package]] -name = "logos-derive" -version = "0.15.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "605d9697bcd5ef3a42d38efc51541aa3d6a4a25f7ab6d1ed0da5ac632a26b470" -dependencies = [ - "logos-codegen", -] - -[[package]] -name = "lru" -version = "0.14.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f8cc7106155f10bdf99a6f379688f543ad6596a415375b36a59a054ceda1198" -dependencies = [ - "hashbrown 0.15.5", -] - -[[package]] -name = "lru-slab" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" - -[[package]] -name = "lsp-server" -version = "0.7.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d6ada348dbc2703cbe7637b2dda05cff84d3da2819c24abcb305dd613e0ba2e" -dependencies = [ - "crossbeam-channel", - "log", - "serde", - "serde_derive", - "serde_json", -] - -[[package]] -name = "lsp-types" -version = "0.94.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c66bfd44a06ae10647fe3f8214762e9369fd4248df1350924b4ef9e770a85ea1" -dependencies = [ - "bitflags 1.3.2", - "serde", - "serde_json", - "serde_repr", - "url", -] - -[[package]] -name = "lsp-types" -version = "0.95.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "158c1911354ef73e8fe42da6b10c0484cb65c7f1007f28022e847706c1ab6984" -dependencies = [ - "bitflags 1.3.2", - "serde", - "serde_json", - "serde_repr", - "url", -] - -[[package]] -name = "lzma-rs" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "297e814c836ae64db86b36cf2a557ba54368d03f6afcd7d947c266692f71115e" -dependencies = [ - "byteorder", - "crc", -] - -[[package]] -name = "lzma-sys" -version = "0.1.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27" -dependencies = [ - "cc", - "libc", - "pkg-config", -] - -[[package]] -name = "mach2" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44" -dependencies = [ - "libc", -] - -[[package]] -name = "macho-unwind-info" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb4bdc8b0ce69932332cf76d24af69c3a155242af95c226b2ab6c2e371ed1149" -dependencies = [ - "thiserror 2.0.16", - "zerocopy", - "zerocopy-derive", -] - -[[package]] -name = "matchers" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" -dependencies = [ - "regex-automata", -] - -[[package]] -name = "maud" -version = "0.27.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8156733e27020ea5c684db5beac5d1d611e1272ab17901a49466294b84fc217e" -dependencies = [ - "itoa", - "maud_macros", -] - -[[package]] -name = "maud_macros" -version = "0.27.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7261b00f3952f617899bc012e3dbd56e4f0110a038175929fa5d18e5a19913ca" -dependencies = [ - "proc-macro2", - "proc-macro2-diagnostics", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "maybe-async" -version = "0.2.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "mbe" -version = "0.0.0" -source = "git+https://github.com/scufflecloud/rust-analyzer.git?rev=123f57bff97627e8a5553a5ba1d67918f877dc24#123f57bff97627e8a5553a5ba1d67918f877dc24" -dependencies = [ - "arrayvec 0.7.6", - "cov-mark", - "intern", - "parser", - "ra-ap-rustc_lexer", - "rustc-hash 2.1.1", - "smallvec", - "span", - "stdx", - "syntax-bridge", - "tt", -] - -[[package]] -name = "memchr" -version = "2.7.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" - -[[package]] -name = "memmap2" -version = "0.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d28bba84adfe6646737845bc5ebbfa2c08424eb1c37e94a1fd2a82adb56a872" -dependencies = [ - "libc", -] - -[[package]] -name = "memmap2" -version = "0.9.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7" -dependencies = [ - "libc", -] - -[[package]] -name = "memoffset" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" -dependencies = [ - "autocfg", -] - -[[package]] -name = "miette" -version = "7.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7" -dependencies = [ - "backtrace", - "backtrace-ext", - "cfg-if", - "miette-derive", - "owo-colors", - "serde", - "supports-color", - "supports-hyperlinks", - "supports-unicode", - "terminal_size", - "textwrap", - "unicode-width 0.1.14", -] - -[[package]] -name = "miette-derive" -version = "7.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "migrations_internals" -version = "2.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36c791ecdf977c99f45f23280405d7723727470f6689a5e6dbf513ac547ae10d" -dependencies = [ - "serde", - "toml 0.9.7", -] - -[[package]] -name = "migrations_macros" -version = "2.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36fc5ac76be324cfd2d3f2cf0fdf5d5d3c4f14ed8aaebadb09e304ba42282703" -dependencies = [ - "migrations_internals", - "proc-macro2", - "quote", -] - -[[package]] -name = "mime" -version = "0.3.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" - -[[package]] -name = "mime_guess" -version = "2.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" -dependencies = [ - "mime", - "unicase", -] - -[[package]] -name = "minimal-lexical" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" - -[[package]] -name = "miniserve" -version = "0.31.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cbfe3411f43036b8387b54b614750c53793f618e60aec06a7cf0bc19e1ef324" -dependencies = [ - "actix-files", - "actix-multipart", - "actix-web", - "actix-web-httpauth", - "alphanumeric-sort", - "anyhow", - "async-walkdir", - "bytesize", - "chrono", - "chrono-humanize", - "clap", - "clap_complete", - "clap_mangen", - "colored", - "comrak", - "dav-server", - "fast_qr", - "futures", - "grass", - "hex", - "httparse", - "if-addrs", - "libflate", - "log", - "maud", - "mime", - "nanoid", - "percent-encoding", - "port_check", - "regex", - "rustls", - "rustls-pemfile", - "serde", - "sha2", - "simplelog", - "socket2 0.5.10", - "strum", - "tar", - "tempfile", - "thiserror 2.0.16", - "tokio", - "zip 4.6.1", -] - -[[package]] -name = "miniz_oxide" -version = "0.8.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" -dependencies = [ - "adler2", -] - -[[package]] -name = "mio" -version = "0.8.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" -dependencies = [ - "libc", - "log", - "wasi 0.11.1+wasi-snapshot-preview1", - "windows-sys 0.48.0", -] - -[[package]] -name = "mio" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" -dependencies = [ - "libc", - "log", - "wasi 0.11.1+wasi-snapshot-preview1", - "windows-sys 0.59.0", -] - -[[package]] -name = "miow" -version = "0.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08" -dependencies = [ - "windows-sys 0.61.0", -] - -[[package]] -name = "more-asserts" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389" - -[[package]] -name = "munge" -version = "0.4.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7feb0b48aa0a25f9fe0899482c6e1379ee7a11b24a53073eacdecb9adb6dc60" -dependencies = [ - "munge_macro", -] - -[[package]] -name = "munge_macro" -version = "0.4.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2e3795a5d2da581a8b252fec6022eee01aea10161a4d1bf237d4cbe47f7e988" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "nanoid" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8" -dependencies = [ - "rand 0.8.5", -] - -[[package]] -name = "new_debug_unreachable" -version = "1.0.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" - -[[package]] -name = "nix" -version = "0.30.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" -dependencies = [ - "bitflags 2.9.4", - "cfg-if", - "cfg_aliases", - "libc", -] - -[[package]] -name = "nohash-hasher" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" - -[[package]] -name = "nom" -version = "7.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" -dependencies = [ - "memchr", - "minimal-lexical", -] - -[[package]] -name = "nonempty" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "303e8749c804ccd6ca3b428de7fe0d86cb86bc7606bc15291f100fd487960bb8" -dependencies = [ - "serde", -] - -[[package]] -name = "notify" -version = "8.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d3d07927151ff8575b7087f245456e549fea62edf0ec4e565a5ee50c8402bc3" -dependencies = [ - "bitflags 2.9.4", - "fsevent-sys", - "inotify", - "kqueue", - "libc", - "log", - "mio 1.0.4", - "notify-types", - "walkdir", - "windows-sys 0.60.2", -] - -[[package]] -name = "notify-types" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d" - -[[package]] -name = "ntapi" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" -dependencies = [ - "winapi", -] - -[[package]] -name = "nu-ansi-term" -version = "0.50.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399" -dependencies = [ - "windows-sys 0.52.0", -] - -[[package]] -name = "num-conv" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" - -[[package]] -name = "num-traits" -version = "0.2.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" -dependencies = [ - "autocfg", -] - -[[package]] -name = "num_cpus" -version = "1.17.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" -dependencies = [ - "hermit-abi", - "libc", -] - -[[package]] -name = "num_threads" -version = "0.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" -dependencies = [ - "libc", -] - -[[package]] -name = "objc2-core-foundation" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166" -dependencies = [ - "bitflags 2.9.4", -] - -[[package]] -name = "objc2-io-kit" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71c1c64d6120e51cd86033f67176b1cb66780c2efe34dec55176f77befd93c0a" -dependencies = [ - "libc", - "objc2-core-foundation", -] - -[[package]] -name = "object" -version = "0.32.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" -dependencies = [ - "crc32fast", - "flate2", - "hashbrown 0.14.5", - "indexmap 2.11.3", - "memchr", - "ruzstd", -] - -[[package]] -name = "object" -version = "0.36.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" -dependencies = [ - "memchr", -] - -[[package]] -name = "once_cell" -version = "1.21.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" - -[[package]] -name = "once_cell_polyfill" -version = "1.70.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" - -[[package]] -name = "oorandom" -version = "11.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e" - -[[package]] -name = "open" -version = "5.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95" -dependencies = [ - "is-wsl", - "libc", - "pathdiff", -] - -[[package]] -name = "openssl-probe" -version = "0.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" - -[[package]] -name = "openssl-src" -version = "300.5.2+3.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d270b79e2926f5150189d475bc7e9d2c69f9c4697b185fa917d5a32b792d21b4" -dependencies = [ - "cc", -] - -[[package]] -name = "openssl-sys" -version = "0.9.109" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571" -dependencies = [ - "cc", - "libc", - "openssl-src", - "pkg-config", - "vcpkg", -] - -[[package]] -name = "option-ext" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" - -[[package]] -name = "ordered-float" -version = "2.10.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c" -dependencies = [ - "num-traits", -] - -[[package]] -name = "owo-colors" -version = "4.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48dd4f4a2c8405440fd0462561f0e5806bd0f77e86f51c761481bdd4018b545e" - -[[package]] -name = "papaya" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f92dd0b07c53a0a0c764db2ace8c541dc47320dad97c2200c2a637ab9dd2328f" -dependencies = [ - "equivalent", - "seize", -] - -[[package]] -name = "parking" -version = "2.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" - -[[package]] -name = "parking_lot" -version = "0.12.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13" -dependencies = [ - "lock_api", - "parking_lot_core", -] - -[[package]] -name = "parking_lot_core" -version = "0.9.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5" -dependencies = [ - "cfg-if", - "libc", - "redox_syscall", - "smallvec", - "windows-targets 0.52.6", -] - -[[package]] -name = "parse-size" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "487f2ccd1e17ce8c1bfab3a65c89525af41cfad4c8659021a1e9a2aacd73b89b" - -[[package]] -name = "parser" -version = "0.0.0" -source = "git+https://github.com/scufflecloud/rust-analyzer.git?rev=123f57bff97627e8a5553a5ba1d67918f877dc24#123f57bff97627e8a5553a5ba1d67918f877dc24" -dependencies = [ - "drop_bomb", - "edition", - "ra-ap-rustc_lexer", - "rustc-literal-escaper 0.0.4", - "tracing", -] - -[[package]] -name = "paste" -version = "1.0.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" - -[[package]] -name = "pathdiff" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3" - -[[package]] -name = "paths" -version = "0.0.0" -source = "git+https://github.com/scufflecloud/rust-analyzer.git?rev=123f57bff97627e8a5553a5ba1d67918f877dc24#123f57bff97627e8a5553a5ba1d67918f877dc24" -dependencies = [ - "camino", -] - -[[package]] -name = "pbkdf2" -version = "0.12.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" -dependencies = [ - "digest", - "hmac", -] - -[[package]] -name = "percent-encoding" -version = "2.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" - -[[package]] -name = "perf-event" -version = "0.4.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5396562cd2eaa828445d6d34258ae21ee1eb9d40fe626ca7f51c8dccb4af9d66" -dependencies = [ - "libc", - "perf-event-open-sys", -] - -[[package]] -name = "perf-event-open-sys" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce9bedf5da2c234fdf2391ede2b90fabf585355f33100689bc364a3ea558561a" -dependencies = [ - "libc", -] - -[[package]] -name = "pest" -version = "2.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21e0a3a33733faeaf8651dfee72dd0f388f0c8e5ad496a3478fa5a922f49cfa8" -dependencies = [ - "memchr", - "thiserror 2.0.16", - "ucd-trie", -] - -[[package]] -name = "pest_derive" -version = "2.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc58706f770acb1dbd0973e6530a3cff4746fb721207feb3a8a6064cd0b6c663" -dependencies = [ - "pest", - "pest_generator", -] - -[[package]] -name = "pest_generator" -version = "2.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d4f36811dfe07f7b8573462465d5cb8965fffc2e71ae377a33aecf14c2c9a2f" -dependencies = [ - "pest", - "pest_meta", - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "pest_meta" -version = "2.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42919b05089acbd0a5dcd5405fb304d17d1053847b81163d09c4ad18ce8e8420" -dependencies = [ - "pest", - "sha2", -] - -[[package]] -name = "petgraph" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772" -dependencies = [ - "fixedbitset", - "indexmap 2.11.3", -] - -[[package]] -name = "petgraph" -version = "0.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54acf3a685220b533e437e264e4d932cfbdc4cc7ec0cd232ed73c08d03b8a7ca" -dependencies = [ - "fixedbitset", - "hashbrown 0.15.5", - "indexmap 2.11.3", -] - -[[package]] -name = "phf" -version = "0.11.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" -dependencies = [ - "phf_macros", - "phf_shared", -] - -[[package]] -name = "phf_generator" -version = "0.11.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" -dependencies = [ - "phf_shared", - "rand 0.8.5", -] - -[[package]] -name = "phf_macros" -version = "0.11.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" -dependencies = [ - "phf_generator", - "phf_shared", - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "phf_shared" -version = "0.11.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" -dependencies = [ - "siphasher", -] - -[[package]] -name = "pico-args" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315" - -[[package]] -name = "pin-project" -version = "1.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" -dependencies = [ - "pin-project-internal", -] - -[[package]] -name = "pin-project-internal" -version = "1.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "pin-project-lite" -version = "0.2.16" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" - -[[package]] -name = "pin-utils" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" - -[[package]] -name = "piper" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" -dependencies = [ - "atomic-waker", - "fastrand", - "futures-io", -] - -[[package]] -name = "pkg-config" -version = "0.3.32" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" - -[[package]] -name = "plain" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" - -[[package]] -name = "platforms" -version = "3.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b02ffed1bc8c2234bb6f8e760e34613776c5102a041f25330b869a78153a68c" -dependencies = [ - "serde", -] - -[[package]] -name = "port_check" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2110609fb863cdb367d4e69d6c43c81ba6a8c7d18e80082fe9f3ef16b23afeed" - -[[package]] -name = "portable-atomic" -version = "1.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" - -[[package]] -name = "portable-atomic-util" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507" -dependencies = [ - "portable-atomic", -] - -[[package]] -name = "potential_utf" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a" -dependencies = [ - "zerovec", -] - -[[package]] -name = "powerfmt" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" - -[[package]] -name = "ppv-lite86" -version = "0.2.21" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" -dependencies = [ - "zerocopy", -] - -[[package]] -name = "pq-src" -version = "0.3.9+libpq-17.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24ee82a51d19317d15e43b82e496db215ad5bf09a245786e7ac75cb859e5ba46" -dependencies = [ - "cc", - "openssl-sys", -] - -[[package]] -name = "pq-sys" -version = "0.7.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfd6cf44cca8f9624bc19df234fc4112873432f5fda1caff174527846d026fa9" -dependencies = [ - "libc", - "pq-src", - "vcpkg", -] - -[[package]] -name = "precomputed-hash" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" - -[[package]] -name = "pretty" -version = "0.12.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac98773b7109bc75f475ab5a134c9b64b87e59d776d31098d8f346922396a477" -dependencies = [ - "arrayvec 0.5.2", - "typed-arena", - "unicode-width 0.1.14", -] - -[[package]] -name = "prettyplease" -version = "0.2.37" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" -dependencies = [ - "proc-macro2", - "syn 2.0.106", -] - -[[package]] -name = "proc-macro-api" -version = "0.0.0" -source = "git+https://github.com/scufflecloud/rust-analyzer.git?rev=123f57bff97627e8a5553a5ba1d67918f877dc24#123f57bff97627e8a5553a5ba1d67918f877dc24" -dependencies = [ - "indexmap 2.11.3", - "intern", - "paths", - "rustc-hash 2.1.1", - "serde", - "serde_derive", - "serde_json", - "span", - "stdx", - "tracing", - "tt", -] - -[[package]] -name = "proc-macro-error-attr2" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5" -dependencies = [ - "proc-macro2", - "quote", -] - -[[package]] -name = "proc-macro-error2" -version = "2.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802" -dependencies = [ - "proc-macro-error-attr2", - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "proc-macro2" -version = "1.0.101" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" -dependencies = [ - "unicode-ident", -] - -[[package]] -name = "proc-macro2-diagnostics" -version = "0.10.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", - "version_check", -] - -[[package]] -name = "process-wrap" -version = "8.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3ef4f2f0422f23a82ec9f628ea2acd12871c81a9362b02c43c1aa86acfc3ba1" -dependencies = [ - "indexmap 2.11.3", - "nix", - "tracing", - "windows 0.61.3", -] - -[[package]] -name = "prodash" -version = "30.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a6efc566849d3d9d737c5cb06cc50e48950ebe3d3f9d70631490fff3a07b139" -dependencies = [ - "parking_lot", -] - -[[package]] -name = "profile" -version = "0.0.0" -source = "git+https://github.com/scufflecloud/rust-analyzer.git?rev=123f57bff97627e8a5553a5ba1d67918f877dc24#123f57bff97627e8a5553a5ba1d67918f877dc24" -dependencies = [ - "cfg-if", - "libc", - "perf-event", - "windows-sys 0.60.2", -] - -[[package]] -name = "project-model" -version = "0.0.0" -source = "git+https://github.com/scufflecloud/rust-analyzer.git?rev=123f57bff97627e8a5553a5ba1d67918f877dc24#123f57bff97627e8a5553a5ba1d67918f877dc24" -dependencies = [ - "anyhow", - "base-db", - "cargo_metadata 0.21.0", - "cfg", - "intern", - "itertools 0.14.0", - "la-arena", - "paths", - "rustc-hash 2.1.1", - "semver 1.0.27", - "serde", - "serde_derive", - "serde_json", - "span", - "stdx", - "temp-dir", - "toolchain", - "tracing", - "triomphe", -] - -[[package]] -name = "protobuf" -version = "3.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3a7c64d9bf75b1b8d981124c14c179074e8caa7dfe7b6a12e6222ddcd0c8f72" -dependencies = [ - "once_cell", - "protobuf-support", - "thiserror 1.0.69", -] - -[[package]] -name = "protobuf-support" -version = "3.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b088fd20b938a875ea00843b6faf48579462630015c3788d397ad6a786663252" -dependencies = [ - "thiserror 1.0.69", -] - -[[package]] -name = "psm" -version = "0.1.26" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e944464ec8536cd1beb0bbfd96987eb5e3b72f2ecdafdc5c769a37f1fa2ae1f" -dependencies = [ - "cc", -] - -[[package]] -name = "ptr_meta" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1" -dependencies = [ - "ptr_meta_derive 0.1.4", -] - -[[package]] -name = "ptr_meta" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe9e76f66d3f9606f44e45598d155cb13ecf09f4a28199e48daf8c8fc937ea90" -dependencies = [ - "ptr_meta_derive 0.3.0", -] - -[[package]] -name = "ptr_meta_derive" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "ptr_meta_derive" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca414edb151b4c8d125c12566ab0d74dc9cdba36fb80eb7b848c15f495fd32d1" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "pulldown-cmark" -version = "0.9.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b" -dependencies = [ - "bitflags 2.9.4", - "memchr", - "unicase", -] - -[[package]] -name = "pulldown-cmark-to-cmark" -version = "10.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0194e6e1966c23cc5fd988714f85b18d548d773e81965413555d96569931833d" -dependencies = [ - "pulldown-cmark", -] - -[[package]] -name = "query-group-macro" -version = "0.0.0" -source = "git+https://github.com/scufflecloud/rust-analyzer.git?rev=123f57bff97627e8a5553a5ba1d67918f877dc24#123f57bff97627e8a5553a5ba1d67918f877dc24" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "quinn" -version = "0.11.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" -dependencies = [ - "bytes", - "cfg_aliases", - "pin-project-lite", - "quinn-proto", - "quinn-udp", - "rustc-hash 2.1.1", - "rustls", - "socket2 0.6.0", - "thiserror 2.0.16", - "tokio", - "tracing", - "web-time", -] - -[[package]] -name = "quinn-proto" -version = "0.11.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31" -dependencies = [ - "bytes", - "getrandom 0.3.3", - "lru-slab", - "rand 0.9.2", - "ring", - "rustc-hash 2.1.1", - "rustls", - "rustls-pki-types", - "slab", - "thiserror 2.0.16", - "tinyvec", - "tracing", - "web-time", -] - -[[package]] -name = "quinn-udp" -version = "0.5.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" -dependencies = [ - "cfg_aliases", - "libc", - "once_cell", - "socket2 0.6.0", - "tracing", - "windows-sys 0.60.2", -] - -[[package]] -name = "quote" -version = "1.0.40" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" -dependencies = [ - "proc-macro2", -] - -[[package]] -name = "r-efi" -version = "5.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" - -[[package]] -name = "ra-ap-rustc_abi" -version = "0.132.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "597bb303548ddcca3a2eb05af254508aaf39cf334d4350bb5da51de1eb728859" -dependencies = [ - "bitflags 2.9.4", - "ra-ap-rustc_hashes", - "ra-ap-rustc_index", - "tracing", -] - -[[package]] -name = "ra-ap-rustc_ast_ir" -version = "0.132.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78982b4e4432ee4b938e47bb5c8f1a5a5a88c27c782f193aefcc12a3250bd2e2" - -[[package]] -name = "ra-ap-rustc_hashes" -version = "0.132.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f7f33a422f724cc1ab43972cdd76a556b17fc256f301d23be620adfc8351df7" -dependencies = [ - "rustc-stable-hash", -] - -[[package]] -name = "ra-ap-rustc_index" -version = "0.132.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a6006023c8be18c3ac225d69c1b42f55b3f597f3db03fb40764b4cf1454fd13" -dependencies = [ - "ra-ap-rustc_index_macros", - "smallvec", -] - -[[package]] -name = "ra-ap-rustc_index_macros" -version = "0.132.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9217c29f7fcc30d07ed13a62262144f665410ef1460202599ae924f9ae47ad78" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "ra-ap-rustc_lexer" -version = "0.132.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "573ad4f5da620e8ba1849d8862866abd7bc765c3d81cb2488c3ecbef33ce2c69" -dependencies = [ - "memchr", - "unicode-properties", - "unicode-xid", -] - -[[package]] -name = "ra-ap-rustc_next_trait_solver" -version = "0.132.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d42b095b99e988aeb94622ae62ebda4b7de55d7d98846eec352b8a5a2b8a858" -dependencies = [ - "derive-where", - "ra-ap-rustc_index", - "ra-ap-rustc_type_ir", - "ra-ap-rustc_type_ir_macros", - "tracing", -] - -[[package]] -name = "ra-ap-rustc_parse_format" -version = "0.132.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a21b4e95cb45f840c172493c05f5b9471cf44adb2eccf95d76a0d76e88007870" -dependencies = [ - "ra-ap-rustc_lexer", - "rustc-literal-escaper 0.0.5", -] - -[[package]] -name = "ra-ap-rustc_pattern_analysis" -version = "0.132.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6aeacef1248066f7b67e7296ef135eeab6446d5d2a5c7f02b8d7b747b41e39b" -dependencies = [ - "ra-ap-rustc_index", - "rustc-hash 2.1.1", - "rustc_apfloat", - "smallvec", - "tracing", -] - -[[package]] -name = "ra-ap-rustc_type_ir" -version = "0.132.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52e35ee9e052406035016b8e6d54ca202bc39ccba1702780b33b2d5fb10d1da8" -dependencies = [ - "arrayvec 0.7.6", - "bitflags 2.9.4", - "derive-where", - "ena", - "indexmap 2.11.3", - "ra-ap-rustc_ast_ir", - "ra-ap-rustc_index", - "ra-ap-rustc_type_ir_macros", - "rustc-hash 2.1.1", - "smallvec", - "thin-vec", - "tracing", -] - -[[package]] -name = "ra-ap-rustc_type_ir_macros" -version = "0.132.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b934c956b0c88df8176803416b69d85d2c392a69c8aa794a4c338f22c527d38" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", - "synstructure", -] - -[[package]] -name = "radium" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" - -[[package]] -name = "rancor" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "caf5f7161924b9d1cea0e4cabc97c372cea92b5f927fc13c6bca67157a0ad947" -dependencies = [ - "ptr_meta 0.3.0", -] - -[[package]] -name = "rand" -version = "0.8.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" -dependencies = [ - "libc", - "rand_chacha 0.3.1", - "rand_core 0.6.4", -] - -[[package]] -name = "rand" -version = "0.9.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" -dependencies = [ - "rand_chacha 0.9.0", - "rand_core 0.9.3", -] - -[[package]] -name = "rand_chacha" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" -dependencies = [ - "ppv-lite86", - "rand_core 0.6.4", -] - -[[package]] -name = "rand_chacha" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" -dependencies = [ - "ppv-lite86", - "rand_core 0.9.3", -] - -[[package]] -name = "rand_core" -version = "0.6.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" -dependencies = [ - "getrandom 0.2.16", -] - -[[package]] -name = "rand_core" -version = "0.9.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" -dependencies = [ - "getrandom 0.3.3", -] - -[[package]] -name = "rayon" -version = "1.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" -dependencies = [ - "either", - "rayon-core", -] - -[[package]] -name = "rayon-core" -version = "1.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" -dependencies = [ - "crossbeam-deque", - "crossbeam-utils", -] - -[[package]] -name = "redox_syscall" -version = "0.5.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77" -dependencies = [ - "bitflags 2.9.4", -] - -[[package]] -name = "redox_users" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" -dependencies = [ - "getrandom 0.2.16", - "libredox", - "thiserror 2.0.16", -] - -[[package]] -name = "ref-cast" -version = "1.0.24" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf" -dependencies = [ - "ref-cast-impl", -] - -[[package]] -name = "ref-cast-impl" -version = "1.0.24" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "reflink-copy" -version = "0.1.28" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23bbed272e39c47a095a5242218a67412a220006842558b03fe2935e8f3d7b92" -dependencies = [ - "cfg-if", - "libc", - "rustix", - "windows 0.62.0", -] - -[[package]] -name = "regalloc2" -version = "0.9.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6" -dependencies = [ - "hashbrown 0.13.2", - "log", - "rustc-hash 1.1.0", - "slice-group-by", - "smallvec", -] - -[[package]] -name = "regex" -version = "1.11.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912" -dependencies = [ - "aho-corasick", - "memchr", - "regex-automata", - "regex-syntax", -] - -[[package]] -name = "regex-automata" -version = "0.4.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b9458fa0bfeeac22b5ca447c63aaf45f28439a709ccd244698632f9aa6394d6" -dependencies = [ - "aho-corasick", - "memchr", - "regex-syntax", -] - -[[package]] -name = "regex-lite" -version = "0.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "943f41321c63ef1c92fd763bfe054d2668f7f225a5c29f0105903dc2fc04ba30" - -[[package]] -name = "regex-syntax" -version = "0.8.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001" - -[[package]] -name = "region" -version = "3.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6b6ebd13bc009aef9cd476c1310d49ac354d36e240cf1bd753290f3dc7199a7" -dependencies = [ - "bitflags 1.3.2", - "libc", - "mach2", - "windows-sys 0.52.0", -] - -[[package]] -name = "rend" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a35e8a6bf28cd121053a66aa2e6a2e3eaffad4a60012179f0e864aa5ffeff215" -dependencies = [ - "bytecheck 0.8.1", -] - -[[package]] -name = "reqwest" -version = "0.12.23" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb" -dependencies = [ - "async-compression", - "base64", - "bytes", - "encoding_rs", - "futures-channel", - "futures-core", - "futures-util", - "h2 0.4.12", - "http 1.3.1", - "http-body", - "http-body-util", - "hyper", - "hyper-rustls", - "hyper-util", - "js-sys", - "log", - "mime", - "percent-encoding", - "pin-project-lite", - "quinn", - "rustls", - "rustls-pki-types", - "serde", - "serde_json", - "serde_urlencoded", - "sync_wrapper", - "tokio", - "tokio-rustls", - "tokio-util", - "tower 0.5.2", - "tower-http", - "tower-service", - "url", - "wasm-bindgen", - "wasm-bindgen-futures", - "web-sys", - "webpki-roots 1.0.2", -] - -[[package]] -name = "ring" -version = "0.17.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" -dependencies = [ - "cc", - "cfg-if", - "getrandom 0.2.16", - "libc", - "untrusted", - "windows-sys 0.52.0", -] - -[[package]] -name = "rkyv" -version = "0.8.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19f5c3e5da784cd8c69d32cdc84673f3204536ca56e1fa01be31a74b92c932ac" -dependencies = [ - "bytecheck 0.8.1", - "bytes", - "hashbrown 0.15.5", - "indexmap 2.11.3", - "munge", - "ptr_meta 0.3.0", - "rancor", - "rend", - "rkyv_derive", - "tinyvec", - "uuid", -] - -[[package]] -name = "rkyv_derive" -version = "0.8.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4270433626cffc9c4c1d3707dd681f2a2718d3d7b09ad754bec137acecda8d22" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "rle-decode-fast" -version = "1.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422" - -[[package]] -name = "rmp" -version = "0.8.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4" -dependencies = [ - "byteorder", - "num-traits", - "paste", -] - -[[package]] -name = "rmp-serde" -version = "1.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52e599a477cf9840e92f2cde9a7189e67b42c57532749bf90aea6ec10facd4db" -dependencies = [ - "byteorder", - "rmp", - "serde", -] - -[[package]] -name = "roff" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88f8660c1ff60292143c98d08fc6e2f654d722db50410e3f3797d40baaf9d8f3" - -[[package]] -name = "rowan" -version = "0.15.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32a58fa8a7ccff2aec4f39cc45bf5f985cec7125ab271cf681c279fd00192b49" -dependencies = [ - "countme", - "hashbrown 0.14.5", - "memoffset", - "rustc-hash 1.1.0", - "text-size", -] - -[[package]] -name = "rust-analyzer" -version = "0.0.0" -source = "git+https://github.com/scufflecloud/rust-analyzer.git?rev=123f57bff97627e8a5553a5ba1d67918f877dc24#123f57bff97627e8a5553a5ba1d67918f877dc24" -dependencies = [ - "anyhow", - "base64", - "cargo_metadata 0.21.0", - "cfg", - "crossbeam-channel", - "dirs", - "dissimilar", - "hir", - "hir-def", - "hir-ty", - "ide", - "ide-completion", - "ide-db", - "ide-ssr", - "indexmap 2.11.3", - "intern", - "itertools 0.14.0", - "load-cargo", - "lsp-server", - "lsp-types 0.95.0", - "memchr", - "nohash-hasher", - "num_cpus", - "oorandom", - "parking_lot", - "parser", - "paths", - "proc-macro-api", - "process-wrap", - "profile", - "project-model", - "ra-ap-rustc_type_ir", - "rayon", - "rustc-hash 2.1.1", - "scip", - "semver 1.0.27", - "serde", - "serde_derive", - "serde_json", - "stdx", - "syntax", - "tenthash", - "toml 0.8.23", - "toolchain", - "tracing", - "tracing-subscriber", - "tracing-tree", - "triomphe", - "vfs", - "vfs-notify", - "walkdir", - "windows-sys 0.60.2", - "xflags", -] - -[[package]] -name = "rustc-demangle" -version = "0.1.26" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace" - -[[package]] -name = "rustc-hash" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" - -[[package]] -name = "rustc-hash" -version = "2.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" - -[[package]] -name = "rustc-literal-escaper" -version = "0.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab03008eb631b703dd16978282ae36c73282e7922fe101a4bd072a40ecea7b8b" - -[[package]] -name = "rustc-literal-escaper" -version = "0.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4ee29da77c5a54f42697493cd4c9b9f31b74df666a6c04dfc4fde77abe0438b" - -[[package]] -name = "rustc-stable-hash" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "781442f29170c5c93b7185ad559492601acdc71d5bb0706f5868094f45cfcd08" - -[[package]] -name = "rustc_apfloat" -version = "0.2.3+llvm-462a31f5a5ab" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "486c2179b4796f65bfe2ee33679acf0927ac83ecf583ad6c91c3b4570911b9ad" -dependencies = [ - "bitflags 2.9.4", - "smallvec", -] - -[[package]] -name = "rustc_lexer" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c86aae0c77166108c01305ee1a36a1e77289d7dc6ca0a3cd91ff4992de2d16a5" -dependencies = [ - "unicode-xid", -] - -[[package]] -name = "rustc_version" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" -dependencies = [ - "semver 0.9.0", -] - -[[package]] -name = "rustc_version" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" -dependencies = [ - "semver 1.0.27", -] - -[[package]] -name = "rustix" -version = "1.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" -dependencies = [ - "bitflags 2.9.4", - "errno", - "libc", - "linux-raw-sys", - "windows-sys 0.61.0", -] - -[[package]] -name = "rustls" -version = "0.23.31" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0ebcbd2f03de0fc1122ad9bb24b127a5a6cd51d72604a3f3c50ac459762b6cc" -dependencies = [ - "log", - "once_cell", - "ring", - "rustls-pki-types", - "rustls-webpki", - "subtle", - "zeroize", -] - -[[package]] -name = "rustls-native-certs" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5" -dependencies = [ - "openssl-probe", - "rustls-pemfile", - "rustls-pki-types", - "schannel", - "security-framework", -] - -[[package]] -name = "rustls-pemfile" -version = "2.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" -dependencies = [ - "rustls-pki-types", -] - -[[package]] -name = "rustls-pki-types" -version = "1.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" -dependencies = [ - "web-time", - "zeroize", -] - -[[package]] -name = "rustls-webpki" -version = "0.103.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8572f3c2cb9934231157b45499fc41e1f58c589fdfb81a844ba873265e80f8eb" -dependencies = [ - "ring", - "rustls-pki-types", - "untrusted", -] - -[[package]] -name = "rustsec" -version = "0.30.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eccae2aa94039c2c566f833e592af94dfbbc5854a53d2602bdb2a1ab21349c03" -dependencies = [ - "cargo-lock", - "cvss", - "fs-err", - "platforms", - "semver 1.0.27", - "serde", - "thiserror 2.0.16", - "toml 0.8.23", - "url", -] - -[[package]] -name = "rustversion" -version = "1.0.22" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" - -[[package]] -name = "ruzstd" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58c4eb8a81997cf040a091d1f7e1938aeab6749d3a0dfa73af43cdc32393483d" -dependencies = [ - "byteorder", - "derive_more 0.99.20", - "twox-hash 1.6.3", -] - -[[package]] -name = "ryu" -version = "1.0.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" - -[[package]] -name = "salsa" -version = "0.23.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e235afdb8e510f38a07138fbe5a0b64691894358a9c0cbd813b1aade110efc9" -dependencies = [ - "boxcar", - "crossbeam-queue", - "crossbeam-utils", - "hashbrown 0.15.5", - "hashlink", - "indexmap 2.11.3", - "intrusive-collections", - "papaya", - "parking_lot", - "portable-atomic", - "rayon", - "rustc-hash 2.1.1", - "salsa-macro-rules", - "salsa-macros", - "smallvec", - "thin-vec", - "tracing", -] - -[[package]] -name = "salsa-macro-rules" -version = "0.23.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2edb86a7e9c91f6d30c9ce054312721dbe773a162db27bbfae834d16177b30ce" - -[[package]] -name = "salsa-macros" -version = "0.23.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0778d6e209051bc4e75acfe83bcd7848601ec3dbe9c3dbb982829020e9128af" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", - "synstructure", -] - -[[package]] -name = "same-file" -version = "1.0.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" -dependencies = [ - "winapi-util", -] - -[[package]] -name = "schannel" -version = "0.1.28" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" -dependencies = [ - "windows-sys 0.61.0", -] - -[[package]] -name = "schemars" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f" -dependencies = [ - "dyn-clone", - "ref-cast", - "serde", - "serde_json", -] - -[[package]] -name = "schemars" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0" -dependencies = [ - "dyn-clone", - "ref-cast", - "serde", - "serde_json", -] - -[[package]] -name = "scip" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb2b449a5e4660ce817676a0871cd1b4e2ff1023e33a1ac046670fa594b543a2" -dependencies = [ - "protobuf", -] - -[[package]] -name = "scoped-tls" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" - -[[package]] -name = "scopeguard" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" - -[[package]] -name = "scroll" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1257cd4248b4132760d6524d6dda4e053bc648c9070b960929bf50cfb1e7add" -dependencies = [ - "scroll_derive", -] - -[[package]] -name = "scroll_derive" -version = "0.13.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed76efe62313ab6610570951494bdaa81568026e0318eaa55f167de70eeea67d" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "security-framework" -version = "2.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" -dependencies = [ - "bitflags 2.9.4", - "core-foundation", - "core-foundation-sys", - "libc", - "security-framework-sys", -] - -[[package]] -name = "security-framework-sys" -version = "2.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" -dependencies = [ - "core-foundation-sys", - "libc", -] - -[[package]] -name = "seize" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b55fb86dfd3a2f5f76ea78310a88f96c4ea21a3031f8d212443d56123fd0521" -dependencies = [ - "libc", - "windows-sys 0.61.0", -] - -[[package]] -name = "self_cell" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749" - -[[package]] -name = "semver" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" -dependencies = [ - "semver-parser", -] - -[[package]] -name = "semver" -version = "1.0.27" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" -dependencies = [ - "serde", - "serde_core", -] - -[[package]] -name = "semver-parser" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" - -[[package]] -name = "serde" -version = "1.0.225" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd6c24dee235d0da097043389623fb913daddf92c76e9f5a1db88607a0bcbd1d" -dependencies = [ - "serde_core", - "serde_derive", -] - -[[package]] -name = "serde-untagged" -version = "0.1.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9faf48a4a2d2693be24c6289dbe26552776eb7737074e6722891fadbe6c5058" -dependencies = [ - "erased-serde", - "serde", - "serde_core", - "typeid", -] - -[[package]] -name = "serde-value" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c" -dependencies = [ - "ordered-float", - "serde", -] - -[[package]] -name = "serde-wasm-bindgen" -version = "0.6.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8302e169f0eddcc139c70f139d19d6467353af16f9fce27e8c30158036a1e16b" -dependencies = [ - "js-sys", - "serde", - "wasm-bindgen", -] - -[[package]] -name = "serde_core" -version = "1.0.225" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "659356f9a0cb1e529b24c01e43ad2bdf520ec4ceaf83047b83ddcc2251f96383" -dependencies = [ - "serde_derive", -] - -[[package]] -name = "serde_derive" -version = "1.0.225" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ea936adf78b1f766949a4977b91d2f5595825bd6ec079aa9543ad2685fc4516" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "serde_json" -version = "1.0.145" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" -dependencies = [ - "indexmap 2.11.3", - "itoa", - "memchr", - "ryu", - "serde", - "serde_core", -] - -[[package]] -name = "serde_plain" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ce1fc6db65a611022b23a0dec6975d63fb80a302cb3388835ff02c097258d50" -dependencies = [ - "serde", -] - -[[package]] -name = "serde_regex" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8136f1a4ea815d7eac4101cfd0b16dc0cb5e1fe1b8609dfd728058656b7badf" -dependencies = [ - "regex", - "serde", -] - -[[package]] -name = "serde_repr" -version = "0.1.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "serde_spanned" -version = "0.6.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" -dependencies = [ - "serde", -] - -[[package]] -name = "serde_spanned" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5417783452c2be558477e104686f7de5dae53dba813c28435e0e70f82d9b04ee" -dependencies = [ - "serde_core", -] - -[[package]] -name = "serde_urlencoded" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" -dependencies = [ - "form_urlencoded", - "itoa", - "ryu", - "serde", -] - -[[package]] -name = "serde_with" -version = "3.14.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2c45cd61fefa9db6f254525d46e392b852e0e61d9a1fd36e5bd183450a556d5" -dependencies = [ - "base64", - "chrono", - "hex", - "indexmap 1.9.3", - "indexmap 2.11.3", - "schemars 0.9.0", - "schemars 1.0.4", - "serde", - "serde_derive", - "serde_json", - "serde_with_macros", - "time", -] - -[[package]] -name = "serde_with_macros" -version = "3.14.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de90945e6565ce0d9a25098082ed4ee4002e047cb59892c318d66821e14bb30f" -dependencies = [ - "darling 0.20.11", - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "sha1" -version = "0.10.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" -dependencies = [ - "cfg-if", - "cpufeatures", - "digest", -] - -[[package]] -name = "sha1-checked" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423" -dependencies = [ - "digest", - "sha1", -] - -[[package]] -name = "sha2" -version = "0.10.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" -dependencies = [ - "cfg-if", - "cpufeatures", - "digest", -] - -[[package]] -name = "sha3" -version = "0.10.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60" -dependencies = [ - "digest", - "keccak", -] - -[[package]] -name = "sharded-slab" -version = "0.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" -dependencies = [ - "lazy_static", -] - -[[package]] -name = "shared-buffer" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6c99835bad52957e7aa241d3975ed17c1e5f8c92026377d117a606f36b84b16" -dependencies = [ - "bytes", - "memmap2 0.6.2", -] - -[[package]] -name = "shell-words" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" - -[[package]] -name = "shellexpand" -version = "3.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb" -dependencies = [ - "dirs", -] - -[[package]] -name = "shlex" -version = "1.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" - -[[package]] -name = "signal-hook" -version = "0.3.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2" -dependencies = [ - "libc", - "signal-hook-registry", -] - -[[package]] -name = "signal-hook-mio" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd" -dependencies = [ - "libc", - "mio 0.8.11", - "signal-hook", -] - -[[package]] -name = "signal-hook-registry" -version = "1.4.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b" -dependencies = [ - "libc", -] - -[[package]] -name = "simd-adler32" -version = "0.3.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" - -[[package]] -name = "simdutf8" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" - -[[package]] -name = "similar" -version = "2.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa" -dependencies = [ - "bstr", - "unicode-segmentation", -] - -[[package]] -name = "similar-asserts" -version = "1.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5b441962c817e33508847a22bd82f03a30cff43642dc2fae8b050566121eb9a" -dependencies = [ - "console", - "similar", -] - -[[package]] -name = "simplelog" -version = "0.12.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0" -dependencies = [ - "log", - "termcolor", - "time", -] - -[[package]] -name = "siphasher" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" - -[[package]] -name = "slab" -version = "0.4.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" - -[[package]] -name = "slice-group-by" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" - -[[package]] -name = "slug" -version = "0.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "882a80f72ee45de3cc9a5afeb2da0331d58df69e4e7d8eeb5d3c7784ae67e724" -dependencies = [ - "deunicode", - "wasm-bindgen", -] - -[[package]] -name = "smallvec" -version = "1.15.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" - -[[package]] -name = "smol_str" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9676b89cd56310a87b93dec47b11af744f34d5fc9f367b829474eec0a891350d" -dependencies = [ - "borsh", - "serde", -] - -[[package]] -name = "snafu" -version = "0.8.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2" -dependencies = [ - "snafu-derive", -] - -[[package]] -name = "snafu-derive" -version = "0.8.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451" -dependencies = [ - "heck", - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "socket2" -version = "0.5.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" -dependencies = [ - "libc", - "windows-sys 0.52.0", -] - -[[package]] -name = "socket2" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807" -dependencies = [ - "libc", - "windows-sys 0.59.0", -] - -[[package]] -name = "socks" -version = "0.3.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0c3dbbd9ae980613c6dd8e28a9407b50509d3803b57624d5dfe8315218cd58b" -dependencies = [ - "byteorder", - "libc", - "winapi", -] - -[[package]] -name = "span" -version = "0.0.0" -source = "git+https://github.com/scufflecloud/rust-analyzer.git?rev=123f57bff97627e8a5553a5ba1d67918f877dc24#123f57bff97627e8a5553a5ba1d67918f877dc24" -dependencies = [ - "hashbrown 0.14.5", - "la-arena", - "rustc-hash 2.1.1", - "salsa", - "stdx", - "syntax", - "text-size", - "vfs", -] - -[[package]] -name = "spdx" -version = "0.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0aded48062d3edf302c1f35ff8ec18a8882b243a84f76eefc168f870ed6b9cfc" -dependencies = [ - "smallvec", -] - -[[package]] -name = "stable_deref_trait" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" - -[[package]] -name = "stacker" -version = "0.1.21" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cddb07e32ddb770749da91081d8d0ac3a16f1a569a18b20348cd371f5dead06b" -dependencies = [ - "cc", - "cfg-if", - "libc", - "psm", - "windows-sys 0.59.0", -] - -[[package]] -name = "static_assertions" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" - -[[package]] -name = "stdx" -version = "0.0.0" -source = "git+https://github.com/scufflecloud/rust-analyzer.git?rev=123f57bff97627e8a5553a5ba1d67918f877dc24#123f57bff97627e8a5553a5ba1d67918f877dc24" -dependencies = [ - "crossbeam-channel", - "crossbeam-utils", - "itertools 0.14.0", - "jod-thread", - "libc", - "miow", - "tracing", - "windows-sys 0.60.2", -] - -[[package]] -name = "string_cache" -version = "0.8.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f" -dependencies = [ - "new_debug_unreachable", - "parking_lot", - "phf_shared", - "precomputed-hash", -] - -[[package]] -name = "strsim" -version = "0.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" - -[[package]] -name = "strum" -version = "0.27.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" -dependencies = [ - "strum_macros", -] - -[[package]] -name = "strum_macros" -version = "0.27.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" -dependencies = [ - "heck", - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "subtle" -version = "2.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" - -[[package]] -name = "supports-color" -version = "3.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c64fc7232dd8d2e4ac5ce4ef302b1d81e0b80d055b9d77c7c4f51f6aa4c867d6" -dependencies = [ - "is_ci", -] - -[[package]] -name = "supports-hyperlinks" -version = "3.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "804f44ed3c63152de6a9f90acbea1a110441de43006ea51bcce8f436196a288b" - -[[package]] -name = "supports-unicode" -version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2" - -[[package]] -name = "syn" -version = "1.0.109" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" -dependencies = [ - "proc-macro2", - "quote", - "unicode-ident", -] - -[[package]] -name = "syn" -version = "2.0.106" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6" -dependencies = [ - "proc-macro2", - "quote", - "unicode-ident", -] - -[[package]] -name = "sync_wrapper" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" -dependencies = [ - "futures-core", -] - -[[package]] -name = "synstructure" -version = "0.13.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "syntax" -version = "0.0.0" -source = "git+https://github.com/scufflecloud/rust-analyzer.git?rev=123f57bff97627e8a5553a5ba1d67918f877dc24#123f57bff97627e8a5553a5ba1d67918f877dc24" -dependencies = [ - "either", - "itertools 0.14.0", - "parser", - "rowan", - "rustc-hash 2.1.1", - "rustc-literal-escaper 0.0.4", - "smol_str", - "stdx", - "tracing", - "triomphe", -] - -[[package]] -name = "syntax-bridge" -version = "0.0.0" -source = "git+https://github.com/scufflecloud/rust-analyzer.git?rev=123f57bff97627e8a5553a5ba1d67918f877dc24#123f57bff97627e8a5553a5ba1d67918f877dc24" -dependencies = [ - "intern", - "parser", - "rustc-hash 2.1.1", - "span", - "stdx", - "syntax", - "tt", -] - -[[package]] -name = "sysinfo" -version = "0.35.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c3ffa3e4ff2b324a57f7aeb3c349656c7b127c3c189520251a648102a92496e" -dependencies = [ - "libc", - "memchr", - "ntapi", - "objc2-core-foundation", - "objc2-io-kit", - "windows 0.61.3", -] - -[[package]] -name = "system-configuration" -version = "0.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" -dependencies = [ - "bitflags 2.9.4", - "core-foundation", - "system-configuration-sys", -] - -[[package]] -name = "system-configuration-sys" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" -dependencies = [ - "core-foundation-sys", - "libc", -] - -[[package]] -name = "tame-index" -version = "0.23.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ee1412760d33e443bd048ceca650053cf26e7dee73daae39fb4932ebeebafe9" -dependencies = [ - "bytes", - "camino", - "crossbeam-channel", - "gix", - "home", - "http 1.3.1", - "libc", - "memchr", - "rayon", - "reqwest", - "rustc-stable-hash", - "semver 1.0.27", - "serde", - "serde_json", - "sha2", - "smol_str", - "thiserror 2.0.16", - "tokio", - "toml-span", - "twox-hash 2.1.2", -] - -[[package]] -name = "tap" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" - -[[package]] -name = "tar" -version = "0.4.44" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a" -dependencies = [ - "filetime", - "libc", - "xattr", -] - -[[package]] -name = "target" -version = "2.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e8f05f774b2db35bdad5a8237a90be1102669f8ea013fea9777b366d34ab145" - -[[package]] -name = "target-lexicon" -version = "0.12.16" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" - -[[package]] -name = "target-lexicon" -version = "0.13.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a" - -[[package]] -name = "temp-dir" -version = "0.1.16" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83176759e9416cf81ee66cb6508dbfe9c96f20b8b56265a39917551c23c70964" - -[[package]] -name = "tempfile" -version = "3.22.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84fa4d11fadde498443cca10fd3ac23c951f0dc59e080e9f4b93d4df4e4eea53" -dependencies = [ - "fastrand", - "getrandom 0.3.3", - "once_cell", - "rustix", - "windows-sys 0.61.0", -] - -[[package]] -name = "tenthash" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5c4bcc0a4fa333239f43662d15fbf995f384b2aeaf89c4ab4c83353d6cbb952" - -[[package]] -name = "term" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2111ef44dae28680ae9752bb89409e7310ca33a8c621ebe7b106cf5c928b3ac0" -dependencies = [ - "windows-sys 0.61.0", -] - -[[package]] -name = "termcolor" -version = "1.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" -dependencies = [ - "winapi-util", -] - -[[package]] -name = "terminal_size" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0" -dependencies = [ - "rustix", - "windows-sys 0.60.2", -] - -[[package]] -name = "text-size" -version = "1.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f18aa187839b2bdb1ad2fa35ead8c4c2976b64e4363c386d45ac0f7ee85c9233" - -[[package]] -name = "textwrap" -version = "0.16.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057" -dependencies = [ - "unicode-linebreak", - "unicode-width 0.2.1", -] - -[[package]] -name = "thin-vec" -version = "0.2.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "144f754d318415ac792f9d69fc87abbbfc043ce2ef041c60f16ad828f638717d" - -[[package]] -name = "thiserror" -version = "1.0.69" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" -dependencies = [ - "thiserror-impl 1.0.69", -] - -[[package]] -name = "thiserror" -version = "2.0.16" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0" -dependencies = [ - "thiserror-impl 2.0.16", -] - -[[package]] -name = "thiserror-impl" -version = "1.0.69" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "thiserror-impl" -version = "2.0.16" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "thread_local" -version = "1.1.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" -dependencies = [ - "cfg-if", -] - -[[package]] -name = "time" -version = "0.3.43" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83bde6f1ec10e72d583d91623c939f623002284ef622b87de38cfd546cbf2031" -dependencies = [ - "deranged", - "libc", - "num-conv", - "num_threads", - "powerfmt", - "serde", - "time-core", - "time-macros", -] - -[[package]] -name = "time-core" -version = "0.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" - -[[package]] -name = "time-macros" -version = "0.2.24" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3" -dependencies = [ - "num-conv", - "time-core", -] - -[[package]] -name = "tinystr" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" -dependencies = [ - "displaydoc", - "zerovec", -] - -[[package]] -name = "tinyvec" -version = "1.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" -dependencies = [ - "tinyvec_macros", -] - -[[package]] -name = "tinyvec_macros" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" - -[[package]] -name = "tokio" -version = "1.47.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038" -dependencies = [ - "backtrace", - "bytes", - "io-uring", - "libc", - "mio 1.0.4", - "parking_lot", - "pin-project-lite", - "signal-hook-registry", - "slab", - "socket2 0.6.0", - "tokio-macros", - "windows-sys 0.59.0", -] - -[[package]] -name = "tokio-macros" -version = "2.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "tokio-rustls" -version = "0.26.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b" -dependencies = [ - "rustls", - "tokio", -] - -[[package]] -name = "tokio-util" -version = "0.7.16" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5" -dependencies = [ - "bytes", - "futures-core", - "futures-sink", - "pin-project-lite", - "tokio", -] - -[[package]] -name = "toml" -version = "0.8.23" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" -dependencies = [ - "serde", - "serde_spanned 0.6.9", - "toml_datetime 0.6.11", - "toml_edit", -] - -[[package]] -name = "toml" -version = "0.9.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00e5e5d9bf2475ac9d4f0d9edab68cc573dc2fd644b0dba36b0c30a92dd9eaa0" -dependencies = [ - "serde_core", - "serde_spanned 1.0.2", - "toml_datetime 0.7.2", - "toml_parser", - "winnow", -] - -[[package]] -name = "toml-span" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d36acfca70d66f9b5f9c4786fec60096c3594169bf77b8d4207174dc862e6a4" -dependencies = [ - "codespan-reporting", - "smallvec", -] - -[[package]] -name = "toml_datetime" -version = "0.6.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" -dependencies = [ - "serde", -] - -[[package]] -name = "toml_datetime" -version = "0.7.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32f1085dec27c2b6632b04c80b3bb1b4300d6495d1e129693bdda7d91e72eec1" -dependencies = [ - "serde_core", -] - -[[package]] -name = "toml_edit" -version = "0.22.27" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" -dependencies = [ - "indexmap 2.11.3", - "serde", - "serde_spanned 0.6.9", - "toml_datetime 0.6.11", - "toml_write", - "winnow", -] - -[[package]] -name = "toml_parser" -version = "1.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4cf893c33be71572e0e9aa6dd15e6677937abd686b066eac3f8cd3531688a627" -dependencies = [ - "winnow", -] - -[[package]] -name = "toml_write" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" - -[[package]] -name = "toolchain" -version = "0.0.0" -source = "git+https://github.com/scufflecloud/rust-analyzer.git?rev=123f57bff97627e8a5553a5ba1d67918f877dc24#123f57bff97627e8a5553a5ba1d67918f877dc24" -dependencies = [ - "camino", - "home", -] - -[[package]] -name = "tower" -version = "0.4.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" -dependencies = [ - "futures-core", - "futures-util", - "pin-project", - "pin-project-lite", - "tower-layer", - "tower-service", -] - -[[package]] -name = "tower" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" -dependencies = [ - "futures-core", - "futures-util", - "pin-project-lite", - "sync_wrapper", - "tokio", - "tower-layer", - "tower-service", -] - -[[package]] -name = "tower-http" -version = "0.6.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" -dependencies = [ - "bitflags 2.9.4", - "bytes", - "futures-util", - "http 1.3.1", - "http-body", - "iri-string", - "pin-project-lite", - "tower 0.5.2", - "tower-layer", - "tower-service", -] - -[[package]] -name = "tower-layer" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" - -[[package]] -name = "tower-lsp" -version = "0.20.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4ba052b54a6627628d9b3c34c176e7eda8359b7da9acd497b9f20998d118508" -dependencies = [ - "async-trait", - "auto_impl", - "bytes", - "dashmap 5.5.3", - "futures", - "httparse", - "lsp-types 0.94.1", - "memchr", - "serde", - "serde_json", - "tokio", - "tokio-util", - "tower 0.4.13", - "tower-lsp-macros", - "tracing", -] - -[[package]] -name = "tower-lsp-macros" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84fd902d4e0b9a4b27f2f440108dc034e1758628a9b702f8ec61ad66355422fa" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "tower-service" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" - -[[package]] -name = "tracing" -version = "0.1.41" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" -dependencies = [ - "log", - "pin-project-lite", - "tracing-attributes", - "tracing-core", -] - -[[package]] -name = "tracing-attributes" -version = "0.1.30" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "tracing-core" -version = "0.1.34" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" -dependencies = [ - "once_cell", - "valuable", -] - -[[package]] -name = "tracing-log" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" -dependencies = [ - "log", - "once_cell", - "tracing-core", -] - -[[package]] -name = "tracing-subscriber" -version = "0.3.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5" -dependencies = [ - "matchers", - "nu-ansi-term", - "once_cell", - "regex-automata", - "sharded-slab", - "smallvec", - "thread_local", - "time", - "tracing", - "tracing-core", - "tracing-log", -] - -[[package]] -name = "tracing-tree" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f459ca79f1b0d5f71c54ddfde6debfc59c8b6eeb46808ae492077f739dc7b49c" -dependencies = [ - "nu-ansi-term", - "tracing-core", - "tracing-log", - "tracing-subscriber", -] - -[[package]] -name = "triomphe" -version = "0.1.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef8f7726da4807b58ea5c96fdc122f80702030edc33b35aff9190a51148ccc85" - -[[package]] -name = "try-lock" -version = "0.2.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" - -[[package]] -name = "tt" -version = "0.0.0" -source = "git+https://github.com/scufflecloud/rust-analyzer.git?rev=123f57bff97627e8a5553a5ba1d67918f877dc24#123f57bff97627e8a5553a5ba1d67918f877dc24" -dependencies = [ - "arrayvec 0.7.6", - "intern", - "ra-ap-rustc_lexer", - "stdx", - "text-size", -] - -[[package]] -name = "twox-hash" -version = "1.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" -dependencies = [ - "cfg-if", - "static_assertions", -] - -[[package]] -name = "twox-hash" -version = "2.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c" -dependencies = [ - "rand 0.9.2", -] - -[[package]] -name = "typed-arena" -version = "2.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a" - -[[package]] -name = "typeid" -version = "1.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c" - -[[package]] -name = "typenum" -version = "1.18.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" - -[[package]] -name = "ucd-trie" -version = "0.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" - -[[package]] -name = "unicase" -version = "2.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" - -[[package]] -name = "unicode-bom" -version = "2.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217" - -[[package]] -name = "unicode-ident" -version = "1.0.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d" - -[[package]] -name = "unicode-linebreak" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" - -[[package]] -name = "unicode-normalization" -version = "0.1.24" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956" -dependencies = [ - "tinyvec", -] - -[[package]] -name = "unicode-properties" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0" - -[[package]] -name = "unicode-script" -version = "0.5.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f" - -[[package]] -name = "unicode-security" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e4ddba1535dd35ed8b61c52166b7155d7f4e4b8847cec6f48e71dc66d8b5e50" -dependencies = [ - "unicode-normalization", - "unicode-script", -] - -[[package]] -name = "unicode-segmentation" -version = "1.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" - -[[package]] -name = "unicode-width" -version = "0.1.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" - -[[package]] -name = "unicode-width" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c" - -[[package]] -name = "unicode-xid" -version = "0.2.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" - -[[package]] -name = "unicode_categories" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" - -[[package]] -name = "untrusted" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" - -[[package]] -name = "ureq" -version = "2.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02d1a66277ed75f640d608235660df48c8e3c19f3b4edb6a263315626cc3c01d" -dependencies = [ - "base64", - "flate2", - "log", - "once_cell", - "rustls", - "rustls-pki-types", - "socks", - "url", - "webpki-roots 0.26.11", -] - -[[package]] -name = "url" -version = "2.5.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" -dependencies = [ - "form_urlencoded", - "idna", - "percent-encoding", - "serde", -] - -[[package]] -name = "utf8_iter" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" - -[[package]] -name = "utf8parse" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" - -[[package]] -name = "uuid" -version = "1.18.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2" -dependencies = [ - "getrandom 0.3.3", - "js-sys", - "wasm-bindgen", -] - -[[package]] -name = "v_htmlescape" -version = "0.15.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e8257fbc510f0a46eb602c10215901938b5c2a7d5e70fc11483b1d3c9b5b18c" - -[[package]] -name = "valuable" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" - -[[package]] -name = "vcpkg" -version = "0.2.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" - -[[package]] -name = "version_check" -version = "0.9.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" - -[[package]] -name = "vfs" -version = "0.0.0" -source = "git+https://github.com/scufflecloud/rust-analyzer.git?rev=123f57bff97627e8a5553a5ba1d67918f877dc24#123f57bff97627e8a5553a5ba1d67918f877dc24" -dependencies = [ - "crossbeam-channel", - "fst", - "indexmap 2.11.3", - "nohash-hasher", - "paths", - "rustc-hash 2.1.1", - "stdx", - "tracing", -] - -[[package]] -name = "vfs-notify" -version = "0.0.0" -source = "git+https://github.com/scufflecloud/rust-analyzer.git?rev=123f57bff97627e8a5553a5ba1d67918f877dc24#123f57bff97627e8a5553a5ba1d67918f877dc24" -dependencies = [ - "crossbeam-channel", - "notify", - "paths", - "rayon", - "rustc-hash 2.1.1", - "stdx", - "tracing", - "vfs", - "walkdir", -] - -[[package]] -name = "vte" -version = "0.13.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a0b683b20ef64071ff03745b14391751f6beab06a54347885459b77a3f2caa5" -dependencies = [ - "arrayvec 0.7.6", - "utf8parse", - "vte_generate_state_changes", -] - -[[package]] -name = "vte_generate_state_changes" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e" -dependencies = [ - "proc-macro2", - "quote", -] - -[[package]] -name = "walkdir" -version = "2.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" -dependencies = [ - "same-file", - "winapi-util", -] - -[[package]] -name = "want" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" -dependencies = [ - "try-lock", -] - -[[package]] -name = "wasi" -version = "0.11.1+wasi-snapshot-preview1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" - -[[package]] -name = "wasi" -version = "0.14.7+wasi-0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c" -dependencies = [ - "wasip2", -] - -[[package]] -name = "wasip2" -version = "1.0.1+wasi-0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" -dependencies = [ - "wit-bindgen", -] - -[[package]] -name = "wasm-bindgen" -version = "0.2.101" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e14915cadd45b529bb8d1f343c4ed0ac1de926144b746e2710f9cd05df6603b" -dependencies = [ - "cfg-if", - "once_cell", - "rustversion", - "wasm-bindgen-macro", - "wasm-bindgen-shared", -] - -[[package]] -name = "wasm-bindgen-backend" -version = "0.2.101" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e28d1ba982ca7923fd01448d5c30c6864d0a14109560296a162f80f305fb93bb" -dependencies = [ - "bumpalo", - "log", - "proc-macro2", - "quote", - "syn 2.0.106", - "wasm-bindgen-shared", -] - -[[package]] -name = "wasm-bindgen-futures" -version = "0.4.51" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ca85039a9b469b38336411d6d6ced91f3fc87109a2a27b0c197663f5144dffe" -dependencies = [ - "cfg-if", - "js-sys", - "once_cell", - "wasm-bindgen", - "web-sys", -] - -[[package]] -name = "wasm-bindgen-macro" -version = "0.2.101" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c3d463ae3eff775b0c45df9da45d68837702ac35af998361e2c84e7c5ec1b0d" -dependencies = [ - "quote", - "wasm-bindgen-macro-support", -] - -[[package]] -name = "wasm-bindgen-macro-support" -version = "0.2.101" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7bb4ce89b08211f923caf51d527662b75bdc9c9c7aab40f86dcb9fb85ac552aa" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", - "wasm-bindgen-backend", - "wasm-bindgen-shared", -] - -[[package]] -name = "wasm-bindgen-shared" -version = "0.2.101" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f143854a3b13752c6950862c906306adb27c7e839f7414cec8fea35beab624c1" -dependencies = [ - "unicode-ident", -] - -[[package]] -name = "wasm-encoder" -version = "0.239.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5be00faa2b4950c76fe618c409d2c3ea5a3c9422013e079482d78544bb2d184c" -dependencies = [ - "leb128fmt", - "wasmparser 0.239.0", -] - -[[package]] -name = "wasmer" -version = "6.1.0-rc.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e588d83a5ac7eb5e6af54ac4d34183442e4dd2a7358d2a11793b17c03b7df0b" -dependencies = [ - "bindgen", - "bytes", - "cfg-if", - "cmake", - "derive_more 2.0.1", - "indexmap 2.11.3", - "js-sys", - "more-asserts", - "paste", - "rustc-demangle", - "serde", - "serde-wasm-bindgen", - "shared-buffer", - "tar", - "target-lexicon 0.12.16", - "thiserror 1.0.69", - "tracing", - "wasm-bindgen", - "wasmer-compiler", - "wasmer-compiler-cranelift", - "wasmer-derive", - "wasmer-types", - "wasmer-vm", - "wasmparser 0.224.1", - "wat", - "windows-sys 0.59.0", -] - -[[package]] -name = "wasmer-compiler" -version = "6.1.0-rc.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9542eb21b9a0f7811101e26e40e360a9ac02d093e3089c8fa62dfa102478edb" -dependencies = [ - "backtrace", - "bytes", - "cfg-if", - "enum-iterator", - "enumset", - "leb128", - "libc", - "macho-unwind-info", - "memmap2 0.6.2", - "more-asserts", - "object 0.32.2", - "region", - "rkyv", - "self_cell", - "shared-buffer", - "smallvec", - "target-lexicon 0.12.16", - "thiserror 1.0.69", - "wasmer-types", - "wasmer-vm", - "wasmparser 0.224.1", - "windows-sys 0.59.0", - "xxhash-rust", -] - -[[package]] -name = "wasmer-compiler-cranelift" -version = "6.1.0-rc.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a69f548bcccd4791b2647e0d748eb8ddd4d0856233778867c8b0db3781a82ca1" -dependencies = [ - "cranelift-codegen", - "cranelift-entity", - "cranelift-frontend", - "gimli 0.28.1", - "itertools 0.12.1", - "more-asserts", - "rayon", - "smallvec", - "target-lexicon 0.12.16", - "tracing", - "wasmer-compiler", - "wasmer-types", -] - -[[package]] -name = "wasmer-derive" -version = "6.1.0-rc.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8db532c73814748214276f878b8382a8885769fdd86d0bee2792c438b0d28c62" -dependencies = [ - "proc-macro-error2", - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "wasmer-types" -version = "6.1.0-rc.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81b900743ecb272e8e8a760a42e069f19d158d9fd03c6ac256026407bdc91833" -dependencies = [ - "bytecheck 0.6.12", - "enum-iterator", - "enumset", - "getrandom 0.2.16", - "hex", - "indexmap 2.11.3", - "more-asserts", - "rkyv", - "sha2", - "target-lexicon 0.12.16", - "thiserror 1.0.69", - "xxhash-rust", -] - -[[package]] -name = "wasmer-vm" -version = "6.1.0-rc.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40956bcf167d5bed1a940649f638e2d610e5a066863b4ab6c1ab1341fef97a9a" -dependencies = [ - "backtrace", - "cc", - "cfg-if", - "corosensei", - "crossbeam-queue", - "dashmap 6.1.0", - "enum-iterator", - "fnv", - "indexmap 2.11.3", - "libc", - "libunwind", - "mach2", - "memoffset", - "more-asserts", - "region", - "rustversion", - "scopeguard", - "thiserror 1.0.69", - "wasmer-types", - "windows-sys 0.59.0", -] - -[[package]] -name = "wasmparser" -version = "0.224.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04f17a5917c2ddd3819e84c661fae0d6ba29d7b9c1f0e96c708c65a9c4188e11" -dependencies = [ - "bitflags 2.9.4", -] - -[[package]] -name = "wasmparser" -version = "0.239.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c9d90bb93e764f6beabf1d02028c70a2156a6583e63ac4218dd07ef733368b0" -dependencies = [ - "bitflags 2.9.4", - "indexmap 2.11.3", - "semver 1.0.27", -] - -[[package]] -name = "wast" -version = "239.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9139176fe8a2590e0fb174cdcaf373b224cb93c3dde08e4297c1361d2ba1ea5d" -dependencies = [ - "bumpalo", - "leb128fmt", - "memchr", - "unicode-width 0.2.1", - "wasm-encoder", -] - -[[package]] -name = "wat" -version = "1.239.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e1c941927d34709f255558166f8901a2005f8ab4a9650432e9281b7cc6f3b75" -dependencies = [ - "wast", -] - -[[package]] -name = "web-sys" -version = "0.3.78" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77e4b637749ff0d92b8fad63aa1f7cff3cbe125fd49c175cd6345e7272638b12" -dependencies = [ - "js-sys", - "wasm-bindgen", -] - -[[package]] -name = "web-time" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" -dependencies = [ - "js-sys", - "wasm-bindgen", -] - -[[package]] -name = "webpki-roots" -version = "0.26.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9" -dependencies = [ - "webpki-roots 1.0.2", -] - -[[package]] -name = "webpki-roots" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e8983c3ab33d6fb807cfcdad2491c4ea8cbc8ed839181c7dfd9c67c83e261b2" -dependencies = [ - "rustls-pki-types", -] - -[[package]] -name = "winapi" -version = "0.3.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" -dependencies = [ - "winapi-i686-pc-windows-gnu", - "winapi-x86_64-pc-windows-gnu", -] - -[[package]] -name = "winapi-i686-pc-windows-gnu" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" - -[[package]] -name = "winapi-util" -version = "0.1.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" -dependencies = [ - "windows-sys 0.61.0", -] - -[[package]] -name = "winapi-x86_64-pc-windows-gnu" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" - -[[package]] -name = "windows" -version = "0.61.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" -dependencies = [ - "windows-collections 0.2.0", - "windows-core 0.61.2", - "windows-future 0.2.1", - "windows-link 0.1.3", - "windows-numerics 0.2.0", -] - -[[package]] -name = "windows" -version = "0.62.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9579d0e6970fd5250aa29aba5994052385ff55cf7b28a059e484bb79ea842e42" -dependencies = [ - "windows-collections 0.3.0", - "windows-core 0.62.0", - "windows-future 0.3.0", - "windows-link 0.2.0", - "windows-numerics 0.3.0", -] - -[[package]] -name = "windows-collections" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" -dependencies = [ - "windows-core 0.61.2", -] - -[[package]] -name = "windows-collections" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a90dd7a7b86859ec4cdf864658b311545ef19dbcf17a672b52ab7cefe80c336f" -dependencies = [ - "windows-core 0.62.0", -] - -[[package]] -name = "windows-core" -version = "0.61.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" -dependencies = [ - "windows-implement", - "windows-interface", - "windows-link 0.1.3", - "windows-result 0.3.4", - "windows-strings 0.4.2", -] - -[[package]] -name = "windows-core" -version = "0.62.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57fe7168f7de578d2d8a05b07fd61870d2e73b4020e9f49aa00da8471723497c" -dependencies = [ - "windows-implement", - "windows-interface", - "windows-link 0.2.0", - "windows-result 0.4.0", - "windows-strings 0.5.0", -] - -[[package]] -name = "windows-future" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" -dependencies = [ - "windows-core 0.61.2", - "windows-link 0.1.3", - "windows-threading 0.1.0", -] - -[[package]] -name = "windows-future" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2194dee901458cb79e1148a4e9aac2b164cc95fa431891e7b296ff0b2f1d8a6" -dependencies = [ - "windows-core 0.62.0", - "windows-link 0.2.0", - "windows-threading 0.2.0", -] - -[[package]] -name = "windows-implement" -version = "0.60.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "windows-interface" -version = "0.59.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "windows-link" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" - -[[package]] -name = "windows-link" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65" - -[[package]] -name = "windows-numerics" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" -dependencies = [ - "windows-core 0.61.2", - "windows-link 0.1.3", -] - -[[package]] -name = "windows-numerics" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ce3498fe0aba81e62e477408383196b4b0363db5e0c27646f932676283b43d8" -dependencies = [ - "windows-core 0.62.0", - "windows-link 0.2.0", -] - -[[package]] -name = "windows-registry" -version = "0.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e" -dependencies = [ - "windows-link 0.1.3", - "windows-result 0.3.4", - "windows-strings 0.4.2", -] - -[[package]] -name = "windows-result" -version = "0.3.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" -dependencies = [ - "windows-link 0.1.3", -] - -[[package]] -name = "windows-result" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f" -dependencies = [ - "windows-link 0.2.0", -] - -[[package]] -name = "windows-strings" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" -dependencies = [ - "windows-link 0.1.3", -] - -[[package]] -name = "windows-strings" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda" -dependencies = [ - "windows-link 0.2.0", -] - -[[package]] -name = "windows-sys" -version = "0.48.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" -dependencies = [ - "windows-targets 0.48.5", -] - -[[package]] -name = "windows-sys" -version = "0.52.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" -dependencies = [ - "windows-targets 0.52.6", -] - -[[package]] -name = "windows-sys" -version = "0.59.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" -dependencies = [ - "windows-targets 0.52.6", -] - -[[package]] -name = "windows-sys" -version = "0.60.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" -dependencies = [ - "windows-targets 0.53.3", -] - -[[package]] -name = "windows-sys" -version = "0.61.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa" -dependencies = [ - "windows-link 0.2.0", -] - -[[package]] -name = "windows-targets" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" -dependencies = [ - "windows_aarch64_gnullvm 0.48.5", - "windows_aarch64_msvc 0.48.5", - "windows_i686_gnu 0.48.5", - "windows_i686_msvc 0.48.5", - "windows_x86_64_gnu 0.48.5", - "windows_x86_64_gnullvm 0.48.5", - "windows_x86_64_msvc 0.48.5", -] - -[[package]] -name = "windows-targets" -version = "0.52.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" -dependencies = [ - "windows_aarch64_gnullvm 0.52.6", - "windows_aarch64_msvc 0.52.6", - "windows_i686_gnu 0.52.6", - "windows_i686_gnullvm 0.52.6", - "windows_i686_msvc 0.52.6", - "windows_x86_64_gnu 0.52.6", - "windows_x86_64_gnullvm 0.52.6", - "windows_x86_64_msvc 0.52.6", -] - -[[package]] -name = "windows-targets" -version = "0.53.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91" -dependencies = [ - "windows-link 0.1.3", - "windows_aarch64_gnullvm 0.53.0", - "windows_aarch64_msvc 0.53.0", - "windows_i686_gnu 0.53.0", - "windows_i686_gnullvm 0.53.0", - "windows_i686_msvc 0.53.0", - "windows_x86_64_gnu 0.53.0", - "windows_x86_64_gnullvm 0.53.0", - "windows_x86_64_msvc 0.53.0", -] - -[[package]] -name = "windows-threading" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" -dependencies = [ - "windows-link 0.1.3", -] - -[[package]] -name = "windows-threading" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab47f085ad6932defa48855254c758cdd0e2f2d48e62a34118a268d8f345e118" -dependencies = [ - "windows-link 0.2.0", -] - -[[package]] -name = "windows_aarch64_gnullvm" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" - -[[package]] -name = "windows_aarch64_gnullvm" -version = "0.52.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" - -[[package]] -name = "windows_aarch64_gnullvm" -version = "0.53.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" - -[[package]] -name = "windows_aarch64_msvc" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" - -[[package]] -name = "windows_aarch64_msvc" -version = "0.52.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" - -[[package]] -name = "windows_aarch64_msvc" -version = "0.53.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" - -[[package]] -name = "windows_i686_gnu" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" - -[[package]] -name = "windows_i686_gnu" -version = "0.52.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" - -[[package]] -name = "windows_i686_gnu" -version = "0.53.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" - -[[package]] -name = "windows_i686_gnullvm" -version = "0.52.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" - -[[package]] -name = "windows_i686_gnullvm" -version = "0.53.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" - -[[package]] -name = "windows_i686_msvc" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" - -[[package]] -name = "windows_i686_msvc" -version = "0.52.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" - -[[package]] -name = "windows_i686_msvc" -version = "0.53.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" - -[[package]] -name = "windows_x86_64_gnu" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" - -[[package]] -name = "windows_x86_64_gnu" -version = "0.52.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" - -[[package]] -name = "windows_x86_64_gnu" -version = "0.53.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" - -[[package]] -name = "windows_x86_64_gnullvm" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" - -[[package]] -name = "windows_x86_64_gnullvm" -version = "0.52.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" - -[[package]] -name = "windows_x86_64_gnullvm" -version = "0.53.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" - -[[package]] -name = "windows_x86_64_msvc" -version = "0.48.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" - -[[package]] -name = "windows_x86_64_msvc" -version = "0.52.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" - -[[package]] -name = "windows_x86_64_msvc" -version = "0.53.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" - -[[package]] -name = "winnow" -version = "0.7.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf" -dependencies = [ - "memchr", -] - -[[package]] -name = "winreg" -version = "0.55.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97" -dependencies = [ - "cfg-if", - "windows-sys 0.59.0", -] - -[[package]] -name = "wit-bindgen" -version = "0.46.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" - -[[package]] -name = "writeable" -version = "0.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" - -[[package]] -name = "wyz" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" -dependencies = [ - "tap", -] - -[[package]] -name = "xattr" -version = "1.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af3a19837351dc82ba89f8a125e22a3c475f05aba604acc023d62b2739ae2909" -dependencies = [ - "libc", - "rustix", -] - -[[package]] -name = "xflags" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d9e15fbb3de55454b0106e314b28e671279009b363e6f1d8e39fdc3bf048944" -dependencies = [ - "xflags-macros", -] - -[[package]] -name = "xflags-macros" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "672423d4fea7ffa2f6c25ba60031ea13dc6258070556f125cc4d790007d4a155" - -[[package]] -name = "xml-rs" -version = "0.8.27" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fd8403733700263c6eb89f192880191f1b83e332f7a20371ddcf421c4a337c7" - -[[package]] -name = "xmltree" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b619f8c85654798007fb10afa5125590b43b088c225a25fc2fec100a9fad0fc6" -dependencies = [ - "xml-rs", -] - -[[package]] -name = "xxhash-rust" -version = "0.8.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3" - -[[package]] -name = "xz2" -version = "0.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2" -dependencies = [ - "lzma-sys", -] - -[[package]] -name = "yoke" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" -dependencies = [ - "serde", - "stable_deref_trait", - "yoke-derive", - "zerofrom", -] - -[[package]] -name = "yoke-derive" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", - "synstructure", -] - -[[package]] -name = "zerocopy" -version = "0.8.27" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c" -dependencies = [ - "zerocopy-derive", -] - -[[package]] -name = "zerocopy-derive" -version = "0.8.27" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "zerofrom" -version = "0.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" -dependencies = [ - "zerofrom-derive", -] - -[[package]] -name = "zerofrom-derive" -version = "0.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", - "synstructure", -] - -[[package]] -name = "zeroize" -version = "1.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" -dependencies = [ - "zeroize_derive", -] - -[[package]] -name = "zeroize_derive" -version = "1.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "zerotrie" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" -dependencies = [ - "displaydoc", - "yoke", - "zerofrom", -] - -[[package]] -name = "zerovec" -version = "0.11.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b" -dependencies = [ - "yoke", - "zerofrom", - "zerovec-derive", -] - -[[package]] -name = "zerovec-derive" -version = "0.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.106", -] - -[[package]] -name = "zip" -version = "2.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fabe6324e908f85a1c52063ce7aa26b68dcb7eb6dbc83a2d148403c9bc3eba50" -dependencies = [ - "aes", - "arbitrary", - "bzip2", - "constant_time_eq", - "crc32fast", - "crossbeam-utils", - "deflate64", - "displaydoc", - "flate2", - "getrandom 0.3.3", - "hmac", - "indexmap 2.11.3", - "lzma-rs", - "memchr", - "pbkdf2", - "sha1", - "thiserror 2.0.16", - "time", - "xz2", - "zeroize", - "zopfli", - "zstd", -] - -[[package]] -name = "zip" -version = "4.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "caa8cd6af31c3b31c6631b8f483848b91589021b28fffe50adada48d4f4d2ed1" -dependencies = [ - "arbitrary", - "crc32fast", - "indexmap 2.11.3", - "memchr", -] - -[[package]] -name = "zlib-rs" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f06ae92f42f5e5c42443fd094f245eb656abf56dd7cce9b8b263236565e00f2" - -[[package]] -name = "zopfli" -version = "0.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edfc5ee405f504cd4984ecc6f14d02d55cfda60fa4b689434ef4102aae150cd7" -dependencies = [ - "bumpalo", - "crc32fast", - "log", - "simd-adler32", -] - -[[package]] -name = "zstd" -version = "0.13.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" -dependencies = [ - "zstd-safe", -] - -[[package]] -name = "zstd-safe" -version = "7.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d" -dependencies = [ - "zstd-sys", -] - -[[package]] -name = "zstd-sys" -version = "2.0.16+zstd.1.5.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748" -dependencies = [ - "cc", - "pkg-config", -] diff --git a/vendor/bindeps/BUILD.actix-codec-0.5.2.bazel b/vendor/bindeps/BUILD.actix-codec-0.5.2.bazel deleted file mode 100644 index 761353747..000000000 --- a/vendor/bindeps/BUILD.actix-codec-0.5.2.bazel +++ /dev/null @@ -1,73 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "actix_codec", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=actix-codec", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.5.2", - deps = [ - "@bindeps__bitflags-2.9.4//:bitflags", - "@bindeps__bytes-1.10.1//:bytes", - "@bindeps__futures-core-0.3.31//:futures_core", - "@bindeps__futures-sink-0.3.31//:futures_sink", - "@bindeps__memchr-2.7.5//:memchr", - "@bindeps__pin-project-lite-0.2.16//:pin_project_lite", - "@bindeps__tokio-1.47.1//:tokio", - "@bindeps__tokio-util-0.7.16//:tokio_util", - "@bindeps__tracing-0.1.41//:tracing", - ], -) diff --git a/vendor/bindeps/BUILD.actix-files-0.6.8.bazel b/vendor/bindeps/BUILD.actix-files-0.6.8.bazel deleted file mode 100644 index f4e20857f..000000000 --- a/vendor/bindeps/BUILD.actix-files-0.6.8.bazel +++ /dev/null @@ -1,79 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "actix_files", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=actix-files", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.6.8", - deps = [ - "@bindeps__actix-http-3.11.1//:actix_http", - "@bindeps__actix-service-2.0.3//:actix_service", - "@bindeps__actix-utils-3.0.1//:actix_utils", - "@bindeps__actix-web-4.11.0//:actix_web", - "@bindeps__bitflags-2.9.4//:bitflags", - "@bindeps__bytes-1.10.1//:bytes", - "@bindeps__derive_more-2.0.1//:derive_more", - "@bindeps__futures-core-0.3.31//:futures_core", - "@bindeps__http-range-0.1.5//:http_range", - "@bindeps__log-0.4.28//:log", - "@bindeps__mime-0.3.17//:mime", - "@bindeps__mime_guess-2.0.5//:mime_guess", - "@bindeps__percent-encoding-2.3.2//:percent_encoding", - "@bindeps__pin-project-lite-0.2.16//:pin_project_lite", - "@bindeps__v_htmlescape-0.15.8//:v_htmlescape", - ], -) diff --git a/vendor/bindeps/BUILD.actix-http-3.11.1.bazel b/vendor/bindeps/BUILD.actix-http-3.11.1.bazel deleted file mode 100644 index 3b8ed1c0a..000000000 --- a/vendor/bindeps/BUILD.actix-http-3.11.1.bazel +++ /dev/null @@ -1,108 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "actix_http", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "__compress", - "__tls", - "actix-tls", - "compress-brotli", - "compress-gzip", - "compress-zstd", - "default", - "http2", - "rustls-0_23", - "ws", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=actix-http", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "3.11.1", - deps = [ - "@bindeps__actix-codec-0.5.2//:actix_codec", - "@bindeps__actix-rt-2.11.0//:actix_rt", - "@bindeps__actix-service-2.0.3//:actix_service", - "@bindeps__actix-tls-3.4.0//:actix_tls", - "@bindeps__actix-utils-3.0.1//:actix_utils", - "@bindeps__base64-0.22.1//:base64", - "@bindeps__bitflags-2.9.4//:bitflags", - "@bindeps__brotli-8.0.2//:brotli", - "@bindeps__bytes-1.10.1//:bytes", - "@bindeps__bytestring-1.5.0//:bytestring", - "@bindeps__derive_more-2.0.1//:derive_more", - "@bindeps__encoding_rs-0.8.35//:encoding_rs", - "@bindeps__flate2-1.1.2//:flate2", - "@bindeps__foldhash-0.1.5//:foldhash", - "@bindeps__futures-core-0.3.31//:futures_core", - "@bindeps__h2-0.3.27//:h2", - "@bindeps__http-0.2.12//:http", - "@bindeps__httparse-1.10.1//:httparse", - "@bindeps__httpdate-1.0.3//:httpdate", - "@bindeps__itoa-1.0.15//:itoa", - "@bindeps__language-tags-0.3.2//:language_tags", - "@bindeps__local-channel-0.1.5//:local_channel", - "@bindeps__mime-0.3.17//:mime", - "@bindeps__percent-encoding-2.3.2//:percent_encoding", - "@bindeps__pin-project-lite-0.2.16//:pin_project_lite", - "@bindeps__rand-0.9.2//:rand", - "@bindeps__sha1-0.10.6//:sha1", - "@bindeps__smallvec-1.15.1//:smallvec", - "@bindeps__tokio-1.47.1//:tokio", - "@bindeps__tokio-util-0.7.16//:tokio_util", - "@bindeps__tracing-0.1.41//:tracing", - "@bindeps__zstd-0.13.3//:zstd", - ], -) diff --git a/vendor/bindeps/BUILD.actix-macros-0.2.4.bazel b/vendor/bindeps/BUILD.actix-macros-0.2.4.bazel deleted file mode 100644 index 1496026ae..000000000 --- a/vendor/bindeps/BUILD.actix-macros-0.2.4.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "actix_macros", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=actix-macros", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.4", - deps = [ - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.actix-multipart-0.7.2.bazel b/vendor/bindeps/BUILD.actix-multipart-0.7.2.bazel deleted file mode 100644 index 7abd9a4c5..000000000 --- a/vendor/bindeps/BUILD.actix-multipart-0.7.2.bazel +++ /dev/null @@ -1,89 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "actix_multipart", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "actix-multipart-derive", - "default", - "derive", - "tempfile", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__actix-multipart-derive-0.7.0//:actix_multipart_derive", - "@bindeps__derive_more-0.99.20//:derive_more", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=actix-multipart", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.7.2", - deps = [ - "@bindeps__actix-utils-3.0.1//:actix_utils", - "@bindeps__actix-web-4.11.0//:actix_web", - "@bindeps__futures-core-0.3.31//:futures_core", - "@bindeps__futures-util-0.3.31//:futures_util", - "@bindeps__httparse-1.10.1//:httparse", - "@bindeps__local-waker-0.1.4//:local_waker", - "@bindeps__log-0.4.28//:log", - "@bindeps__memchr-2.7.5//:memchr", - "@bindeps__mime-0.3.17//:mime", - "@bindeps__rand-0.8.5//:rand", - "@bindeps__serde-1.0.225//:serde", - "@bindeps__serde_json-1.0.145//:serde_json", - "@bindeps__serde_plain-1.0.2//:serde_plain", - "@bindeps__tempfile-3.22.0//:tempfile", - "@bindeps__tokio-1.47.1//:tokio", - ], -) diff --git a/vendor/bindeps/BUILD.actix-multipart-derive-0.7.0.bazel b/vendor/bindeps/BUILD.actix-multipart-derive-0.7.0.bazel deleted file mode 100644 index 45c08522f..000000000 --- a/vendor/bindeps/BUILD.actix-multipart-derive-0.7.0.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "actix_multipart_derive", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=actix-multipart-derive", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.7.0", - deps = [ - "@bindeps__darling-0.20.11//:darling", - "@bindeps__parse-size-1.1.0//:parse_size", - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.actix-router-0.5.3.bazel b/vendor/bindeps/BUILD.actix-router-0.5.3.bazel deleted file mode 100644 index 088fbde76..000000000 --- a/vendor/bindeps/BUILD.actix-router-0.5.3.bazel +++ /dev/null @@ -1,75 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "actix_router", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "http", - "unicode", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=actix-router", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.5.3", - deps = [ - "@bindeps__bytestring-1.5.0//:bytestring", - "@bindeps__cfg-if-1.0.3//:cfg_if", - "@bindeps__http-0.2.12//:http", - "@bindeps__regex-1.11.2//:regex", - "@bindeps__regex-lite-0.1.7//:regex_lite", - "@bindeps__serde-1.0.225//:serde", - "@bindeps__tracing-0.1.41//:tracing", - ], -) diff --git a/vendor/bindeps/BUILD.actix-rt-2.11.0.bazel b/vendor/bindeps/BUILD.actix-rt-2.11.0.bazel deleted file mode 100644 index 2b0a8111f..000000000 --- a/vendor/bindeps/BUILD.actix-rt-2.11.0.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "actix_rt", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=actix-rt", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.11.0", - deps = [ - "@bindeps__futures-core-0.3.31//:futures_core", - "@bindeps__tokio-1.47.1//:tokio", - ], -) diff --git a/vendor/bindeps/BUILD.actix-server-2.6.0.bazel b/vendor/bindeps/BUILD.actix-server-2.6.0.bazel deleted file mode 100644 index 0e3421b08..000000000 --- a/vendor/bindeps/BUILD.actix-server-2.6.0.bazel +++ /dev/null @@ -1,76 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "actix_server", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=actix-server", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.6.0", - deps = [ - "@bindeps__actix-rt-2.11.0//:actix_rt", - "@bindeps__actix-service-2.0.3//:actix_service", - "@bindeps__actix-utils-3.0.1//:actix_utils", - "@bindeps__futures-core-0.3.31//:futures_core", - "@bindeps__futures-util-0.3.31//:futures_util", - "@bindeps__mio-1.0.4//:mio", - "@bindeps__socket2-0.5.10//:socket2", - "@bindeps__tokio-1.47.1//:tokio", - "@bindeps__tracing-0.1.41//:tracing", - ], -) diff --git a/vendor/bindeps/BUILD.actix-service-2.0.3.bazel b/vendor/bindeps/BUILD.actix-service-2.0.3.bazel deleted file mode 100644 index adf2969e0..000000000 --- a/vendor/bindeps/BUILD.actix-service-2.0.3.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "actix_service", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=actix-service", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.0.3", - deps = [ - "@bindeps__futures-core-0.3.31//:futures_core", - "@bindeps__pin-project-lite-0.2.16//:pin_project_lite", - ], -) diff --git a/vendor/bindeps/BUILD.actix-tls-3.4.0.bazel b/vendor/bindeps/BUILD.actix-tls-3.4.0.bazel deleted file mode 100644 index 9b4f135cc..000000000 --- a/vendor/bindeps/BUILD.actix-tls-3.4.0.bazel +++ /dev/null @@ -1,83 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "actix_tls", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - aliases = { - "@bindeps__rustls-pki-types-1.12.0//:rustls_pki_types": "rustls_pki_types_1", - "@bindeps__tokio-rustls-0.26.2//:tokio_rustls": "tokio_rustls_026", - }, - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "accept", - "rustls-0_23", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=actix-tls", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "3.4.0", - deps = [ - "@bindeps__actix-rt-2.11.0//:actix_rt", - "@bindeps__actix-service-2.0.3//:actix_service", - "@bindeps__actix-utils-3.0.1//:actix_utils", - "@bindeps__futures-core-0.3.31//:futures_core", - "@bindeps__impl-more-0.1.9//:impl_more", - "@bindeps__pin-project-lite-0.2.16//:pin_project_lite", - "@bindeps__rustls-pki-types-1.12.0//:rustls_pki_types", - "@bindeps__tokio-1.47.1//:tokio", - "@bindeps__tokio-rustls-0.26.2//:tokio_rustls", - "@bindeps__tokio-util-0.7.16//:tokio_util", - "@bindeps__tracing-0.1.41//:tracing", - ], -) diff --git a/vendor/bindeps/BUILD.actix-utils-3.0.1.bazel b/vendor/bindeps/BUILD.actix-utils-3.0.1.bazel deleted file mode 100644 index 7b4f29676..000000000 --- a/vendor/bindeps/BUILD.actix-utils-3.0.1.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "actix_utils", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=actix-utils", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "3.0.1", - deps = [ - "@bindeps__local-waker-0.1.4//:local_waker", - "@bindeps__pin-project-lite-0.2.16//:pin_project_lite", - ], -) diff --git a/vendor/bindeps/BUILD.actix-web-4.11.0.bazel b/vendor/bindeps/BUILD.actix-web-4.11.0.bazel deleted file mode 100644 index 92ac144f9..000000000 --- a/vendor/bindeps/BUILD.actix-web-4.11.0.bazel +++ /dev/null @@ -1,118 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "actix_web", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "__compress", - "__tls", - "actix-tls", - "compat", - "compat-routing-macros-force-pub", - "compress-brotli", - "compress-gzip", - "compress-zstd", - "cookies", - "default", - "http2", - "macros", - "rustls-0_23", - "unicode", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__actix-macros-0.2.4//:actix_macros", - "@bindeps__actix-web-codegen-4.3.0//:actix_web_codegen", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=actix-web", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "4.11.0", - deps = [ - "@bindeps__actix-codec-0.5.2//:actix_codec", - "@bindeps__actix-http-3.11.1//:actix_http", - "@bindeps__actix-router-0.5.3//:actix_router", - "@bindeps__actix-rt-2.11.0//:actix_rt", - "@bindeps__actix-server-2.6.0//:actix_server", - "@bindeps__actix-service-2.0.3//:actix_service", - "@bindeps__actix-tls-3.4.0//:actix_tls", - "@bindeps__actix-utils-3.0.1//:actix_utils", - "@bindeps__bytes-1.10.1//:bytes", - "@bindeps__bytestring-1.5.0//:bytestring", - "@bindeps__cfg-if-1.0.3//:cfg_if", - "@bindeps__cookie-0.16.2//:cookie", - "@bindeps__derive_more-2.0.1//:derive_more", - "@bindeps__encoding_rs-0.8.35//:encoding_rs", - "@bindeps__foldhash-0.1.5//:foldhash", - "@bindeps__futures-core-0.3.31//:futures_core", - "@bindeps__futures-util-0.3.31//:futures_util", - "@bindeps__impl-more-0.1.9//:impl_more", - "@bindeps__itoa-1.0.15//:itoa", - "@bindeps__language-tags-0.3.2//:language_tags", - "@bindeps__log-0.4.28//:log", - "@bindeps__mime-0.3.17//:mime", - "@bindeps__once_cell-1.21.3//:once_cell", - "@bindeps__pin-project-lite-0.2.16//:pin_project_lite", - "@bindeps__regex-1.11.2//:regex", - "@bindeps__regex-lite-0.1.7//:regex_lite", - "@bindeps__serde-1.0.225//:serde", - "@bindeps__serde_json-1.0.145//:serde_json", - "@bindeps__serde_urlencoded-0.7.1//:serde_urlencoded", - "@bindeps__smallvec-1.15.1//:smallvec", - "@bindeps__socket2-0.5.10//:socket2", - "@bindeps__time-0.3.43//:time", - "@bindeps__tracing-0.1.41//:tracing", - "@bindeps__url-2.5.7//:url", - ], -) diff --git a/vendor/bindeps/BUILD.actix-web-codegen-4.3.0.bazel b/vendor/bindeps/BUILD.actix-web-codegen-4.3.0.bazel deleted file mode 100644 index f1ef23398..000000000 --- a/vendor/bindeps/BUILD.actix-web-codegen-4.3.0.bazel +++ /dev/null @@ -1,71 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "actix_web_codegen", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "compat-routing-macros-force-pub", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=actix-web-codegen", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "4.3.0", - deps = [ - "@bindeps__actix-router-0.5.3//:actix_router", - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.actix-web-httpauth-0.8.2.bazel b/vendor/bindeps/BUILD.actix-web-httpauth-0.8.2.bazel deleted file mode 100644 index 2f3b73f41..000000000 --- a/vendor/bindeps/BUILD.actix-web-httpauth-0.8.2.bazel +++ /dev/null @@ -1,71 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "actix_web_httpauth", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=actix-web-httpauth", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.8.2", - deps = [ - "@bindeps__actix-utils-3.0.1//:actix_utils", - "@bindeps__actix-web-4.11.0//:actix_web", - "@bindeps__base64-0.22.1//:base64", - "@bindeps__futures-core-0.3.31//:futures_core", - "@bindeps__futures-util-0.3.31//:futures_util", - "@bindeps__log-0.4.28//:log", - "@bindeps__pin-project-lite-0.2.16//:pin_project_lite", - ], -) diff --git a/vendor/bindeps/BUILD.addr2line-0.24.2.bazel b/vendor/bindeps/BUILD.addr2line-0.24.2.bazel deleted file mode 100644 index fd4b23b1a..000000000 --- a/vendor/bindeps/BUILD.addr2line-0.24.2.bazel +++ /dev/null @@ -1,63 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "addr2line", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=addr2line", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.24.2", - deps = [ - "@bindeps__gimli-0.31.1//:gimli", - ], -) diff --git a/vendor/bindeps/BUILD.adler2-2.0.1.bazel b/vendor/bindeps/BUILD.adler2-2.0.1.bazel deleted file mode 100644 index 9f6044f80..000000000 --- a/vendor/bindeps/BUILD.adler2-2.0.1.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "adler2", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=adler2", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.0.1", -) diff --git a/vendor/bindeps/BUILD.adler32-1.2.0.bazel b/vendor/bindeps/BUILD.adler32-1.2.0.bazel deleted file mode 100644 index 4a7ebc091..000000000 --- a/vendor/bindeps/BUILD.adler32-1.2.0.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "adler32", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=adler32", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.2.0", -) diff --git a/vendor/bindeps/BUILD.aes-0.8.4.bazel b/vendor/bindeps/BUILD.aes-0.8.4.bazel deleted file mode 100644 index 5f98b409d..000000000 --- a/vendor/bindeps/BUILD.aes-0.8.4.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "aes", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=aes", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.8.4", - deps = [ - "@bindeps__cfg-if-1.0.3//:cfg_if", - "@bindeps__cipher-0.4.4//:cipher", - "@bindeps__cpufeatures-0.2.17//:cpufeatures", # cfg(any(target_arch = "aarch64", target_arch = "x86_64", target_arch = "x86")) - ], -) diff --git a/vendor/bindeps/BUILD.ahash-0.8.12.bazel b/vendor/bindeps/BUILD.ahash-0.8.12.bazel deleted file mode 100644 index f9776a3cc..000000000 --- a/vendor/bindeps/BUILD.ahash-0.8.12.bazel +++ /dev/null @@ -1,133 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "ahash", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ahash", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.8.12", - deps = [ - "@bindeps__ahash-0.8.12//:build_script_build", - "@bindeps__cfg-if-1.0.3//:cfg_if", - "@bindeps__once_cell-1.21.3//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none"))) - "@bindeps__zerocopy-0.8.27//:zerocopy", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2018", - pkg_name = "ahash", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ahash", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.8.12", - visibility = ["//visibility:private"], - deps = [ - "@bindeps__version_check-0.9.5//:version_check", - ], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.aho-corasick-1.1.3.bazel b/vendor/bindeps/BUILD.aho-corasick-1.1.3.bazel deleted file mode 100644 index 6a99eceeb..000000000 --- a/vendor/bindeps/BUILD.aho-corasick-1.1.3.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "aho_corasick", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "perf-literal", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=aho-corasick", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.1.3", - deps = [ - "@bindeps__memchr-2.7.5//:memchr", - ], -) diff --git a/vendor/bindeps/BUILD.alloc-no-stdlib-2.0.4.bazel b/vendor/bindeps/BUILD.alloc-no-stdlib-2.0.4.bazel deleted file mode 100644 index a7297edde..000000000 --- a/vendor/bindeps/BUILD.alloc-no-stdlib-2.0.4.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "alloc_no_stdlib", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=alloc-no-stdlib", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.0.4", -) diff --git a/vendor/bindeps/BUILD.alloc-stdlib-0.2.2.bazel b/vendor/bindeps/BUILD.alloc-stdlib-0.2.2.bazel deleted file mode 100644 index 78b0e25f7..000000000 --- a/vendor/bindeps/BUILD.alloc-stdlib-0.2.2.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "alloc_stdlib", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=alloc-stdlib", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.2", - deps = [ - "@bindeps__alloc-no-stdlib-2.0.4//:alloc_no_stdlib", - ], -) diff --git a/vendor/bindeps/BUILD.allocator-api2-0.2.21.bazel b/vendor/bindeps/BUILD.allocator-api2-0.2.21.bazel deleted file mode 100644 index a35264ebd..000000000 --- a/vendor/bindeps/BUILD.allocator-api2-0.2.21.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "allocator_api2", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=allocator-api2", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.21", -) diff --git a/vendor/bindeps/BUILD.alphanumeric-sort-1.5.3.bazel b/vendor/bindeps/BUILD.alphanumeric-sort-1.5.3.bazel deleted file mode 100644 index c729c1616..000000000 --- a/vendor/bindeps/BUILD.alphanumeric-sort-1.5.3.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "alphanumeric_sort", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=alphanumeric-sort", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.5.3", -) diff --git a/vendor/bindeps/BUILD.ansi_term-0.12.1.bazel b/vendor/bindeps/BUILD.ansi_term-0.12.1.bazel deleted file mode 100644 index dcc48b382..000000000 --- a/vendor/bindeps/BUILD.ansi_term-0.12.1.bazel +++ /dev/null @@ -1,71 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "ansi_term", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ansi_term", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.12.1", - deps = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__winapi-0.3.9//:winapi", # cfg(target_os = "windows") - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__winapi-0.3.9//:winapi", # cfg(target_os = "windows") - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.anstream-0.6.20.bazel b/vendor/bindeps/BUILD.anstream-0.6.20.bazel deleted file mode 100644 index 408528312..000000000 --- a/vendor/bindeps/BUILD.anstream-0.6.20.bazel +++ /dev/null @@ -1,83 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "anstream", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "auto", - "default", - "wincon", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=anstream", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.6.20", - deps = [ - "@bindeps__anstyle-1.0.11//:anstyle", - "@bindeps__anstyle-parse-0.2.7//:anstyle_parse", - "@bindeps__anstyle-query-1.1.4//:anstyle_query", - "@bindeps__colorchoice-1.0.4//:colorchoice", - "@bindeps__is_terminal_polyfill-1.70.1//:is_terminal_polyfill", - "@bindeps__utf8parse-0.2.2//:utf8parse", - ] + select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__anstyle-wincon-3.0.10//:anstyle_wincon", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__anstyle-wincon-3.0.10//:anstyle_wincon", # cfg(windows) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.anstyle-1.0.11.bazel b/vendor/bindeps/BUILD.anstyle-1.0.11.bazel deleted file mode 100644 index e4e6ee799..000000000 --- a/vendor/bindeps/BUILD.anstyle-1.0.11.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "anstyle", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=anstyle", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.11", -) diff --git a/vendor/bindeps/BUILD.anstyle-parse-0.2.7.bazel b/vendor/bindeps/BUILD.anstyle-parse-0.2.7.bazel deleted file mode 100644 index af5b5727f..000000000 --- a/vendor/bindeps/BUILD.anstyle-parse-0.2.7.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "anstyle_parse", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "utf8", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=anstyle-parse", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.7", - deps = [ - "@bindeps__utf8parse-0.2.2//:utf8parse", - ], -) diff --git a/vendor/bindeps/BUILD.anstyle-query-1.1.4.bazel b/vendor/bindeps/BUILD.anstyle-query-1.1.4.bazel deleted file mode 100644 index bc627fd3d..000000000 --- a/vendor/bindeps/BUILD.anstyle-query-1.1.4.bazel +++ /dev/null @@ -1,71 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "anstyle_query", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=anstyle-query", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.1.4", - deps = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.60.2//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.60.2//:windows_sys", # cfg(windows) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.anstyle-wincon-3.0.10.bazel b/vendor/bindeps/BUILD.anstyle-wincon-3.0.10.bazel deleted file mode 100644 index 1f68894f7..000000000 --- a/vendor/bindeps/BUILD.anstyle-wincon-3.0.10.bazel +++ /dev/null @@ -1,63 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "anstyle_wincon", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=anstyle-wincon", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "3.0.10", - deps = [ - "@bindeps__anstyle-1.0.11//:anstyle", - "@bindeps__once_cell_polyfill-1.70.1//:once_cell_polyfill", # cfg(windows) - "@bindeps__windows-sys-0.60.2//:windows_sys", # cfg(windows) - ], -) diff --git a/vendor/bindeps/BUILD.anyhow-1.0.99.bazel b/vendor/bindeps/BUILD.anyhow-1.0.99.bazel deleted file mode 100644 index 41345a0f2..000000000 --- a/vendor/bindeps/BUILD.anyhow-1.0.99.bazel +++ /dev/null @@ -1,135 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "anyhow", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=anyhow", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.99", - deps = [ - "@bindeps__anyhow-1.0.99//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2018", - pkg_name = "anyhow", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=anyhow", - "manual", - "noclippy", - "norustfmt", - ], - version = "1.0.99", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.arbitrary-1.4.2.bazel b/vendor/bindeps/BUILD.arbitrary-1.4.2.bazel deleted file mode 100644 index bb01973d1..000000000 --- a/vendor/bindeps/BUILD.arbitrary-1.4.2.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "arbitrary", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=arbitrary", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.4.2", -) diff --git a/vendor/bindeps/BUILD.arc-swap-1.7.1.bazel b/vendor/bindeps/BUILD.arc-swap-1.7.1.bazel deleted file mode 100644 index fa9239a7c..000000000 --- a/vendor/bindeps/BUILD.arc-swap-1.7.1.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "arc_swap", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=arc-swap", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.7.1", -) diff --git a/vendor/bindeps/BUILD.arrayref-0.3.9.bazel b/vendor/bindeps/BUILD.arrayref-0.3.9.bazel deleted file mode 100644 index 7a9cc208f..000000000 --- a/vendor/bindeps/BUILD.arrayref-0.3.9.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "arrayref", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=arrayref", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.9", -) diff --git a/vendor/bindeps/BUILD.arrayvec-0.5.2.bazel b/vendor/bindeps/BUILD.arrayvec-0.5.2.bazel deleted file mode 100644 index 49650088e..000000000 --- a/vendor/bindeps/BUILD.arrayvec-0.5.2.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "arrayvec", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=arrayvec", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.5.2", -) diff --git a/vendor/bindeps/BUILD.arrayvec-0.7.6.bazel b/vendor/bindeps/BUILD.arrayvec-0.7.6.bazel deleted file mode 100644 index a55e78115..000000000 --- a/vendor/bindeps/BUILD.arrayvec-0.7.6.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "arrayvec", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=arrayvec", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.7.6", -) diff --git a/vendor/bindeps/BUILD.ascii-canvas-4.0.0.bazel b/vendor/bindeps/BUILD.ascii-canvas-4.0.0.bazel deleted file mode 100644 index c98aa5a9f..000000000 --- a/vendor/bindeps/BUILD.ascii-canvas-4.0.0.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "ascii_canvas", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ascii-canvas", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "4.0.0", - deps = [ - "@bindeps__term-1.2.0//:term", - ], -) diff --git a/vendor/bindeps/BUILD.askalono-0.5.0.bazel b/vendor/bindeps/BUILD.askalono-0.5.0.bazel deleted file mode 100644 index 645f0c762..000000000 --- a/vendor/bindeps/BUILD.askalono-0.5.0.bazel +++ /dev/null @@ -1,73 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "askalono", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=askalono", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.5.0", - deps = [ - "@bindeps__anyhow-1.0.99//:anyhow", - "@bindeps__lazy_static-1.5.0//:lazy_static", - "@bindeps__log-0.4.28//:log", - "@bindeps__rayon-1.11.0//:rayon", # cfg(not(target_arch = "wasm32")) - "@bindeps__regex-1.11.2//:regex", - "@bindeps__rmp-serde-1.3.0//:rmp_serde", - "@bindeps__serde-1.0.225//:serde", - "@bindeps__unicode-normalization-0.1.24//:unicode_normalization", - "@bindeps__zstd-0.13.3//:zstd", # cfg(not(target_arch = "wasm32")) - ], -) diff --git a/vendor/bindeps/BUILD.async-channel-2.5.0.bazel b/vendor/bindeps/BUILD.async-channel-2.5.0.bazel deleted file mode 100644 index 105d80dca..000000000 --- a/vendor/bindeps/BUILD.async-channel-2.5.0.bazel +++ /dev/null @@ -1,72 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "async_channel", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=async-channel", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.5.0", - deps = [ - "@bindeps__concurrent-queue-2.5.0//:concurrent_queue", - "@bindeps__event-listener-strategy-0.5.4//:event_listener_strategy", - "@bindeps__futures-core-0.3.31//:futures_core", - "@bindeps__pin-project-lite-0.2.16//:pin_project_lite", - ], -) diff --git a/vendor/bindeps/BUILD.async-compression-0.4.30.bazel b/vendor/bindeps/BUILD.async-compression-0.4.30.bazel deleted file mode 100644 index ef4b56fe9..000000000 --- a/vendor/bindeps/BUILD.async-compression-0.4.30.bazel +++ /dev/null @@ -1,73 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "async_compression", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "gzip", - "tokio", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=async-compression", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.4.30", - deps = [ - "@bindeps__compression-codecs-0.4.30//:compression_codecs", - "@bindeps__compression-core-0.4.29//:compression_core", - "@bindeps__futures-core-0.3.31//:futures_core", - "@bindeps__pin-project-lite-0.2.16//:pin_project_lite", - "@bindeps__tokio-1.47.1//:tokio", - ], -) diff --git a/vendor/bindeps/BUILD.async-fs-2.2.0.bazel b/vendor/bindeps/BUILD.async-fs-2.2.0.bazel deleted file mode 100644 index 67d256666..000000000 --- a/vendor/bindeps/BUILD.async-fs-2.2.0.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "async_fs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=async-fs", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.2.0", - deps = [ - "@bindeps__async-lock-3.4.1//:async_lock", - "@bindeps__blocking-1.6.2//:blocking", - "@bindeps__futures-lite-2.6.1//:futures_lite", - ], -) diff --git a/vendor/bindeps/BUILD.async-lock-3.4.1.bazel b/vendor/bindeps/BUILD.async-lock-3.4.1.bazel deleted file mode 100644 index 3d88e6843..000000000 --- a/vendor/bindeps/BUILD.async-lock-3.4.1.bazel +++ /dev/null @@ -1,71 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "async_lock", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=async-lock", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "3.4.1", - deps = [ - "@bindeps__event-listener-5.4.1//:event_listener", - "@bindeps__event-listener-strategy-0.5.4//:event_listener_strategy", - "@bindeps__pin-project-lite-0.2.16//:pin_project_lite", - ], -) diff --git a/vendor/bindeps/BUILD.async-task-4.7.1.bazel b/vendor/bindeps/BUILD.async-task-4.7.1.bazel deleted file mode 100644 index 3528818b9..000000000 --- a/vendor/bindeps/BUILD.async-task-4.7.1.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "async_task", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=async-task", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "4.7.1", -) diff --git a/vendor/bindeps/BUILD.async-trait-0.1.89.bazel b/vendor/bindeps/BUILD.async-trait-0.1.89.bazel deleted file mode 100644 index 8eeafc1e4..000000000 --- a/vendor/bindeps/BUILD.async-trait-0.1.89.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "async_trait", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=async-trait", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.89", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.async-walkdir-2.1.0.bazel b/vendor/bindeps/BUILD.async-walkdir-2.1.0.bazel deleted file mode 100644 index a58803d1f..000000000 --- a/vendor/bindeps/BUILD.async-walkdir-2.1.0.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "async_walkdir", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=async-walkdir", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.1.0", - deps = [ - "@bindeps__async-fs-2.2.0//:async_fs", - "@bindeps__futures-lite-2.6.1//:futures_lite", - "@bindeps__thiserror-2.0.16//:thiserror", - ], -) diff --git a/vendor/bindeps/BUILD.atomic-waker-1.1.2.bazel b/vendor/bindeps/BUILD.atomic-waker-1.1.2.bazel deleted file mode 100644 index 071480758..000000000 --- a/vendor/bindeps/BUILD.atomic-waker-1.1.2.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "atomic_waker", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=atomic-waker", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.1.2", -) diff --git a/vendor/bindeps/BUILD.auto_impl-1.3.0.bazel b/vendor/bindeps/BUILD.auto_impl-1.3.0.bazel deleted file mode 100644 index 0b63a9fd8..000000000 --- a/vendor/bindeps/BUILD.auto_impl-1.3.0.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "auto_impl", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=auto_impl", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.3.0", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.autocfg-1.5.0.bazel b/vendor/bindeps/BUILD.autocfg-1.5.0.bazel deleted file mode 100644 index eeac5c347..000000000 --- a/vendor/bindeps/BUILD.autocfg-1.5.0.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "autocfg", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=autocfg", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.5.0", -) diff --git a/vendor/bindeps/BUILD.backtrace-0.3.75.bazel b/vendor/bindeps/BUILD.backtrace-0.3.75.bazel deleted file mode 100644 index e0acea11f..000000000 --- a/vendor/bindeps/BUILD.backtrace-0.3.75.bazel +++ /dev/null @@ -1,102 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "backtrace", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=backtrace", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.75", - deps = [ - "@bindeps__cfg-if-1.0.3//:cfg_if", - "@bindeps__rustc-demangle-0.1.26//:rustc_demangle", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__addr2line-0.24.2//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@bindeps__libc-0.2.175//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@bindeps__miniz_oxide-0.8.9//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@bindeps__object-0.36.7//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - ], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__windows-targets-0.52.6//:windows_targets", # cfg(any(windows, target_os = "cygwin")) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__addr2line-0.24.2//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@bindeps__libc-0.2.175//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@bindeps__miniz_oxide-0.8.9//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@bindeps__object-0.36.7//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__addr2line-0.24.2//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@bindeps__libc-0.2.175//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@bindeps__miniz_oxide-0.8.9//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@bindeps__object-0.36.7//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__windows-targets-0.52.6//:windows_targets", # cfg(any(windows, target_os = "cygwin")) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__addr2line-0.24.2//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@bindeps__libc-0.2.175//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@bindeps__miniz_oxide-0.8.9//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@bindeps__object-0.36.7//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.backtrace-ext-0.2.1.bazel b/vendor/bindeps/BUILD.backtrace-ext-0.2.1.bazel deleted file mode 100644 index b5f2bde9b..000000000 --- a/vendor/bindeps/BUILD.backtrace-ext-0.2.1.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "backtrace_ext", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=backtrace-ext", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.1", - deps = [ - "@bindeps__backtrace-0.3.75//:backtrace", - ], -) diff --git a/vendor/bindeps/BUILD.base-db-0.0.0.bazel b/vendor/bindeps/BUILD.base-db-0.0.0.bazel deleted file mode 100644 index d78b25736..000000000 --- a/vendor/bindeps/BUILD.base-db-0.0.0.bazel +++ /dev/null @@ -1,84 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "base_db", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - aliases = { - "@bindeps__query-group-macro-0.0.0//:query_group_macro": "query_group", - }, - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - proc_macro_deps = [ - "@bindeps__query-group-macro-0.0.0//:query_group_macro", - "@bindeps__salsa-macros-0.23.0//:salsa_macros", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=base-db", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.0.0", - deps = [ - "@bindeps__cfg-0.0.0//:cfg", - "@bindeps__dashmap-6.1.0//:dashmap", - "@bindeps__indexmap-2.11.3//:indexmap", - "@bindeps__intern-0.0.0//:intern", - "@bindeps__la-arena-0.3.1//:la_arena", - "@bindeps__rustc-hash-2.1.1//:rustc_hash", - "@bindeps__salsa-0.23.0//:salsa", - "@bindeps__semver-1.0.27//:semver", - "@bindeps__span-0.0.0//:span", - "@bindeps__syntax-0.0.0//:syntax", - "@bindeps__tracing-0.1.41//:tracing", - "@bindeps__triomphe-0.1.14//:triomphe", - "@bindeps__vfs-0.0.0//:vfs", - ], -) diff --git a/vendor/bindeps/BUILD.base64-0.22.1.bazel b/vendor/bindeps/BUILD.base64-0.22.1.bazel deleted file mode 100644 index 3548deb80..000000000 --- a/vendor/bindeps/BUILD.base64-0.22.1.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "base64", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=base64", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.22.1", -) diff --git a/vendor/bindeps/BUILD.bazel b/vendor/bindeps/BUILD.bazel deleted file mode 100644 index ac7047138..000000000 --- a/vendor/bindeps/BUILD.bazel +++ /dev/null @@ -1,129 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -package(default_visibility = ["//visibility:public"]) - -exports_files( - [ - "cargo-bazel.json", - "crates.bzl", - "defs.bzl", - ] + glob( - include = ["*.bazel"], - allow_empty = True, - ), -) - -filegroup( - name = "srcs", - srcs = glob( - include = [ - "*.bazel", - "*.bzl", - ], - allow_empty = True, - ), -) - -# Workspace Member Dependencies -alias( - name = "cargo-deny-0.18.4", - actual = "@bindeps__cargo-deny-0.18.4//:cargo_deny", - tags = ["manual"], -) - -alias( - name = "cargo-deny", - actual = "@bindeps__cargo-deny-0.18.4//:cargo_deny", - tags = ["manual"], -) - -alias( - name = "cedar-policy-cli-4.5.1", - actual = "@bindeps__cedar-policy-cli-4.5.1//:cedar_policy_cli", - tags = ["manual"], -) - -alias( - name = "cedar-policy-cli", - actual = "@bindeps__cedar-policy-cli-4.5.1//:cedar_policy_cli", - tags = ["manual"], -) - -alias( - name = "just-1.42.4", - actual = "@bindeps__just-1.42.4//:just", - tags = ["manual"], -) - -alias( - name = "just", - actual = "@bindeps__just-1.42.4//:just", - tags = ["manual"], -) - -alias( - name = "rust-analyzer-0.0.0", - actual = "@bindeps__rust-analyzer-0.0.0//:rust_analyzer", - tags = ["manual"], -) - -alias( - name = "rust-analyzer", - actual = "@bindeps__rust-analyzer-0.0.0//:rust_analyzer", - tags = ["manual"], -) - -# Binaries -alias( - name = "cargo-deny__cargo-deny", - actual = "@bindeps__cargo-deny-0.18.4//:cargo-deny__bin", - tags = ["manual"], -) - -alias( - name = "cargo-insta__cargo-insta", - actual = "@bindeps__cargo-insta-1.43.2//:cargo-insta__bin", - tags = ["manual"], -) - -alias( - name = "cedar-policy-cli__cedar", - actual = "@bindeps__cedar-policy-cli-4.5.1//:cedar__bin", - tags = ["manual"], -) - -alias( - name = "diesel_cli__diesel", - actual = "@bindeps__diesel_cli-2.3.2//:diesel__bin", - tags = ["manual"], -) - -alias( - name = "dprint__dprint", - actual = "@bindeps__dprint-0.50.2//:dprint__bin", - tags = ["manual"], -) - -alias( - name = "just__just", - actual = "@bindeps__just-1.42.4//:just__bin", - tags = ["manual"], -) - -alias( - name = "miniserve__miniserve", - actual = "@bindeps__miniserve-0.31.0//:miniserve__bin", - tags = ["manual"], -) - -alias( - name = "rust-analyzer__rust-analyzer", - actual = "@bindeps__rust-analyzer-0.0.0//:rust-analyzer__bin", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.beef-0.5.2.bazel b/vendor/bindeps/BUILD.beef-0.5.2.bazel deleted file mode 100644 index 8cfe2eba5..000000000 --- a/vendor/bindeps/BUILD.beef-0.5.2.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "beef", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=beef", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.5.2", -) diff --git a/vendor/bindeps/BUILD.bindgen-0.70.1.bazel b/vendor/bindeps/BUILD.bindgen-0.70.1.bazel deleted file mode 100644 index 107be5010..000000000 --- a/vendor/bindeps/BUILD.bindgen-0.70.1.bazel +++ /dev/null @@ -1,155 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "bindgen", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "logging", - "prettyplease", - "runtime", - ], - crate_root = "lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=bindgen", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.70.1", - deps = [ - "@bindeps__bindgen-0.70.1//:build_script_build", - "@bindeps__bitflags-2.9.4//:bitflags", - "@bindeps__cexpr-0.6.0//:cexpr", - "@bindeps__clang-sys-1.8.1//:clang_sys", - "@bindeps__itertools-0.13.0//:itertools", - "@bindeps__log-0.4.28//:log", - "@bindeps__prettyplease-0.2.37//:prettyplease", - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__regex-1.11.2//:regex", - "@bindeps__rustc-hash-1.1.0//:rustc_hash", - "@bindeps__shlex-1.3.0//:shlex", - "@bindeps__syn-2.0.106//:syn", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "logging", - "prettyplease", - "runtime", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2018", - link_deps = [ - "@bindeps__clang-sys-1.8.1//:clang_sys", - "@bindeps__prettyplease-0.2.37//:prettyplease", - ], - pkg_name = "bindgen", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=bindgen", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.70.1", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.bit-set-0.8.0.bazel b/vendor/bindeps/BUILD.bit-set-0.8.0.bazel deleted file mode 100644 index bb7beddab..000000000 --- a/vendor/bindeps/BUILD.bit-set-0.8.0.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "bit_set", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=bit-set", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.8.0", - deps = [ - "@bindeps__bit-vec-0.8.0//:bit_vec", - ], -) diff --git a/vendor/bindeps/BUILD.bit-vec-0.8.0.bazel b/vendor/bindeps/BUILD.bit-vec-0.8.0.bazel deleted file mode 100644 index b8867b528..000000000 --- a/vendor/bindeps/BUILD.bit-vec-0.8.0.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "bit_vec", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=bit-vec", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.8.0", -) diff --git a/vendor/bindeps/BUILD.bitflags-1.3.2.bazel b/vendor/bindeps/BUILD.bitflags-1.3.2.bazel deleted file mode 100644 index cd820f3eb..000000000 --- a/vendor/bindeps/BUILD.bitflags-1.3.2.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "bitflags", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=bitflags", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.3.2", -) diff --git a/vendor/bindeps/BUILD.bitflags-2.9.4.bazel b/vendor/bindeps/BUILD.bitflags-2.9.4.bazel deleted file mode 100644 index 37168ed50..000000000 --- a/vendor/bindeps/BUILD.bitflags-2.9.4.bazel +++ /dev/null @@ -1,77 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "bitflags", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "std", - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "std", - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "std", - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "std", - ], - "//conditions:default": [], - }), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=bitflags", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.9.4", -) diff --git a/vendor/bindeps/BUILD.bitvec-1.0.1.bazel b/vendor/bindeps/BUILD.bitvec-1.0.1.bazel deleted file mode 100644 index 0b1f6dd66..000000000 --- a/vendor/bindeps/BUILD.bitvec-1.0.1.bazel +++ /dev/null @@ -1,74 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "bitvec", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "atomic", - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=bitvec", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.1", - deps = [ - "@bindeps__funty-2.0.0//:funty", - "@bindeps__radium-0.7.0//:radium", - "@bindeps__tap-1.0.1//:tap", - "@bindeps__wyz-0.5.1//:wyz", - ], -) diff --git a/vendor/bindeps/BUILD.blake3-1.8.2.bazel b/vendor/bindeps/BUILD.blake3-1.8.2.bazel deleted file mode 100644 index 1b37020be..000000000 --- a/vendor/bindeps/BUILD.blake3-1.8.2.bazel +++ /dev/null @@ -1,151 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "blake3", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "mmap", - "rayon", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=blake3", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.8.2", - deps = [ - "@bindeps__arrayref-0.3.9//:arrayref", - "@bindeps__arrayvec-0.7.6//:arrayvec", - "@bindeps__blake3-1.8.2//:build_script_build", - "@bindeps__cfg-if-1.0.3//:cfg_if", - "@bindeps__constant_time_eq-0.3.1//:constant_time_eq", - "@bindeps__memmap2-0.9.8//:memmap2", - "@bindeps__rayon-core-1.13.0//:rayon_core", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "mmap", - "rayon", - "std", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - link_deps = [ - "@bindeps__rayon-core-1.13.0//:rayon_core", - ], - pkg_name = "blake3", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=blake3", - "manual", - "noclippy", - "norustfmt", - ], - version = "1.8.2", - visibility = ["//visibility:private"], - deps = [ - "@bindeps__cc-1.2.37//:cc", - ], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.block-buffer-0.10.4.bazel b/vendor/bindeps/BUILD.block-buffer-0.10.4.bazel deleted file mode 100644 index bc3284345..000000000 --- a/vendor/bindeps/BUILD.block-buffer-0.10.4.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "block_buffer", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=block-buffer", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.10.4", - deps = [ - "@bindeps__generic-array-0.14.7//:generic_array", - ], -) diff --git a/vendor/bindeps/BUILD.blocking-1.6.2.bazel b/vendor/bindeps/BUILD.blocking-1.6.2.bazel deleted file mode 100644 index 63207b6e8..000000000 --- a/vendor/bindeps/BUILD.blocking-1.6.2.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "blocking", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=blocking", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.6.2", - deps = [ - "@bindeps__async-channel-2.5.0//:async_channel", - "@bindeps__async-task-4.7.1//:async_task", - "@bindeps__futures-io-0.3.31//:futures_io", - "@bindeps__futures-lite-2.6.1//:futures_lite", - "@bindeps__piper-0.2.4//:piper", - ], -) diff --git a/vendor/bindeps/BUILD.boxcar-0.2.14.bazel b/vendor/bindeps/BUILD.boxcar-0.2.14.bazel deleted file mode 100644 index 744e3df2d..000000000 --- a/vendor/bindeps/BUILD.boxcar-0.2.14.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "boxcar", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=boxcar", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.14", -) diff --git a/vendor/bindeps/BUILD.brotli-8.0.2.bazel b/vendor/bindeps/BUILD.brotli-8.0.2.bazel deleted file mode 100644 index fa680e3cf..000000000 --- a/vendor/bindeps/BUILD.brotli-8.0.2.bazel +++ /dev/null @@ -1,72 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "brotli", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc-stdlib", - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=brotli", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "8.0.2", - deps = [ - "@bindeps__alloc-no-stdlib-2.0.4//:alloc_no_stdlib", - "@bindeps__alloc-stdlib-0.2.2//:alloc_stdlib", - "@bindeps__brotli-decompressor-5.0.0//:brotli_decompressor", - ], -) diff --git a/vendor/bindeps/BUILD.brotli-decompressor-5.0.0.bazel b/vendor/bindeps/BUILD.brotli-decompressor-5.0.0.bazel deleted file mode 100644 index 3585ca71a..000000000 --- a/vendor/bindeps/BUILD.brotli-decompressor-5.0.0.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "brotli_decompressor", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc-stdlib", - "std", - ], - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=brotli-decompressor", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "5.0.0", - deps = [ - "@bindeps__alloc-no-stdlib-2.0.4//:alloc_no_stdlib", - "@bindeps__alloc-stdlib-0.2.2//:alloc_stdlib", - ], -) diff --git a/vendor/bindeps/BUILD.bstr-1.12.0.bazel b/vendor/bindeps/BUILD.bstr-1.12.0.bazel deleted file mode 100644 index 0a3f77249..000000000 --- a/vendor/bindeps/BUILD.bstr-1.12.0.bazel +++ /dev/null @@ -1,72 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "bstr", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "default", - "std", - "unicode", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=bstr", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.12.0", - deps = [ - "@bindeps__memchr-2.7.5//:memchr", - "@bindeps__regex-automata-0.4.10//:regex_automata", - ], -) diff --git a/vendor/bindeps/BUILD.bumpalo-3.19.0.bazel b/vendor/bindeps/BUILD.bumpalo-3.19.0.bazel deleted file mode 100644 index d7f951339..000000000 --- a/vendor/bindeps/BUILD.bumpalo-3.19.0.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "bumpalo", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "allocator-api2", - "collections", - "default", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=bumpalo", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "3.19.0", - deps = [ - "@bindeps__allocator-api2-0.2.21//:allocator_api2", - ], -) diff --git a/vendor/bindeps/BUILD.bytecheck-0.6.12.bazel b/vendor/bindeps/BUILD.bytecheck-0.6.12.bazel deleted file mode 100644 index 899e49416..000000000 --- a/vendor/bindeps/BUILD.bytecheck-0.6.12.bazel +++ /dev/null @@ -1,142 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "bytecheck", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "simdutf8", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__bytecheck_derive-0.6.12//:bytecheck_derive", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=bytecheck", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.6.12", - deps = [ - "@bindeps__bytecheck-0.6.12//:build_script_build", - "@bindeps__ptr_meta-0.1.4//:ptr_meta", - "@bindeps__simdutf8-0.1.5//:simdutf8", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "simdutf8", - "std", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "bytecheck", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=bytecheck", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.6.12", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.bytecheck-0.8.1.bazel b/vendor/bindeps/BUILD.bytecheck-0.8.1.bazel deleted file mode 100644 index 09aa8c9b7..000000000 --- a/vendor/bindeps/BUILD.bytecheck-0.8.1.bazel +++ /dev/null @@ -1,73 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "bytecheck", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "simdutf8", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__bytecheck_derive-0.8.1//:bytecheck_derive", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=bytecheck", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.8.1", - deps = [ - "@bindeps__ptr_meta-0.3.0//:ptr_meta", - "@bindeps__rancor-0.1.0//:rancor", - "@bindeps__simdutf8-0.1.5//:simdutf8", - ], -) diff --git a/vendor/bindeps/BUILD.bytecheck_derive-0.6.12.bazel b/vendor/bindeps/BUILD.bytecheck_derive-0.6.12.bazel deleted file mode 100644 index 0cd625bcf..000000000 --- a/vendor/bindeps/BUILD.bytecheck_derive-0.6.12.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "bytecheck_derive", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=bytecheck_derive", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.6.12", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-1.0.109//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.bytecheck_derive-0.8.1.bazel b/vendor/bindeps/BUILD.bytecheck_derive-0.8.1.bazel deleted file mode 100644 index 9e9ab6b36..000000000 --- a/vendor/bindeps/BUILD.bytecheck_derive-0.8.1.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "bytecheck_derive", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=bytecheck_derive", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.8.1", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.byteorder-1.5.0.bazel b/vendor/bindeps/BUILD.byteorder-1.5.0.bazel deleted file mode 100644 index 42256e41d..000000000 --- a/vendor/bindeps/BUILD.byteorder-1.5.0.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "byteorder", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=byteorder", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.5.0", -) diff --git a/vendor/bindeps/BUILD.bytes-1.10.1.bazel b/vendor/bindeps/BUILD.bytes-1.10.1.bazel deleted file mode 100644 index 4c75edef8..000000000 --- a/vendor/bindeps/BUILD.bytes-1.10.1.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "bytes", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=bytes", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.10.1", -) diff --git a/vendor/bindeps/BUILD.bytesize-2.1.0.bazel b/vendor/bindeps/BUILD.bytesize-2.1.0.bazel deleted file mode 100644 index f1c42d3d7..000000000 --- a/vendor/bindeps/BUILD.bytesize-2.1.0.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "bytesize", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=bytesize", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.1.0", -) diff --git a/vendor/bindeps/BUILD.bytestring-1.5.0.bazel b/vendor/bindeps/BUILD.bytestring-1.5.0.bazel deleted file mode 100644 index a6c7a0446..000000000 --- a/vendor/bindeps/BUILD.bytestring-1.5.0.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "bytestring", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=bytestring", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.5.0", - deps = [ - "@bindeps__bytes-1.10.1//:bytes", - ], -) diff --git a/vendor/bindeps/BUILD.bzip2-0.5.2.bazel b/vendor/bindeps/BUILD.bzip2-0.5.2.bazel deleted file mode 100644 index 0be3b1702..000000000 --- a/vendor/bindeps/BUILD.bzip2-0.5.2.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "bzip2", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=bzip2", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.5.2", - deps = [ - "@bindeps__bzip2-sys-0.1.13-1.0.8//:bzip2_sys", - ], -) diff --git a/vendor/bindeps/BUILD.bzip2-sys-0.1.13+1.0.8.bazel b/vendor/bindeps/BUILD.bzip2-sys-0.1.13+1.0.8.bazel deleted file mode 100644 index 3365d20c0..000000000 --- a/vendor/bindeps/BUILD.bzip2-sys-0.1.13+1.0.8.bazel +++ /dev/null @@ -1,135 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "bzip2_sys", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=bzip2-sys", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.13+1.0.8", - deps = [ - "@bindeps__bzip2-sys-0.1.13-1.0.8//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - build_script_env = { - "CFLAGS": "$(CFLAGS) -Wno-error -w", - }, - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2015", - links = "bzip2", - pkg_name = "bzip2-sys", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=bzip2-sys", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.1.13+1.0.8", - visibility = ["//visibility:private"], - deps = [ - "@bindeps__cc-1.2.37//:cc", - "@bindeps__pkg-config-0.3.32//:pkg_config", - ], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.camino-1.2.0.bazel b/vendor/bindeps/BUILD.camino-1.2.0.bazel deleted file mode 100644 index 0127063c4..000000000 --- a/vendor/bindeps/BUILD.camino-1.2.0.bazel +++ /dev/null @@ -1,134 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "camino", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "serde1", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=camino", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.2.0", - deps = [ - "@bindeps__camino-1.2.0//:build_script_build", - "@bindeps__serde_core-1.0.225//:serde_core", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "serde1", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "camino", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=camino", - "manual", - "noclippy", - "norustfmt", - ], - version = "1.2.0", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.cargo-deny-0.18.4.bazel b/vendor/bindeps/BUILD.cargo-deny-0.18.4.bazel deleted file mode 100644 index ec9222196..000000000 --- a/vendor/bindeps/BUILD.cargo-deny-0.18.4.bazel +++ /dev/null @@ -1,194 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load( - "@rules_rust//rust:defs.bzl", - "rust_binary", - "rust_library", -) - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "cargo_deny", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_root = "src/lib.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=cargo-deny", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.18.4", - deps = [ - "@bindeps__anyhow-1.0.99//:anyhow", - "@bindeps__askalono-0.5.0//:askalono", - "@bindeps__bitvec-1.0.1//:bitvec", - "@bindeps__camino-1.2.0//:camino", - "@bindeps__cfg-expr-0.20.2//:cfg_expr", - "@bindeps__clap-4.5.47//:clap", - "@bindeps__codespan-0.12.0//:codespan", - "@bindeps__codespan-reporting-0.12.0//:codespan_reporting", - "@bindeps__crossbeam-0.8.4//:crossbeam", - "@bindeps__fern-0.7.1//:fern", - "@bindeps__gix-0.73.0//:gix", - "@bindeps__globset-0.4.16//:globset", - "@bindeps__goblin-0.10.1//:goblin", - "@bindeps__home-0.5.11//:home", - "@bindeps__krates-0.20.0//:krates", - "@bindeps__log-0.4.28//:log", - "@bindeps__memchr-2.7.5//:memchr", - "@bindeps__nu-ansi-term-0.50.1//:nu_ansi_term", - "@bindeps__parking_lot-0.12.4//:parking_lot", - "@bindeps__rayon-1.11.0//:rayon", - "@bindeps__regex-1.11.2//:regex", - "@bindeps__reqwest-0.12.23//:reqwest", - "@bindeps__ring-0.17.14//:ring", - "@bindeps__rustsec-0.30.4//:rustsec", - "@bindeps__semver-1.0.27//:semver", - "@bindeps__serde-1.0.225//:serde", - "@bindeps__serde_json-1.0.145//:serde_json", - "@bindeps__smallvec-1.15.1//:smallvec", - "@bindeps__spdx-0.11.1//:spdx", - "@bindeps__strum-0.27.2//:strum", - "@bindeps__tame-index-0.23.0//:tame_index", - "@bindeps__time-0.3.43//:time", - "@bindeps__toml-span-0.5.2//:toml_span", - "@bindeps__twox-hash-2.1.2//:twox_hash", - "@bindeps__url-2.5.7//:url", - "@bindeps__walkdir-2.5.0//:walkdir", - ], -) - -rust_binary( - name = "cargo-deny__bin", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_root = "src/cargo-deny/main.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=cargo-deny", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.18.4", - deps = [ - ":cargo_deny", - "@bindeps__anyhow-1.0.99//:anyhow", - "@bindeps__askalono-0.5.0//:askalono", - "@bindeps__bitvec-1.0.1//:bitvec", - "@bindeps__camino-1.2.0//:camino", - "@bindeps__cfg-expr-0.20.2//:cfg_expr", - "@bindeps__clap-4.5.47//:clap", - "@bindeps__codespan-0.12.0//:codespan", - "@bindeps__codespan-reporting-0.12.0//:codespan_reporting", - "@bindeps__crossbeam-0.8.4//:crossbeam", - "@bindeps__fern-0.7.1//:fern", - "@bindeps__gix-0.73.0//:gix", - "@bindeps__globset-0.4.16//:globset", - "@bindeps__goblin-0.10.1//:goblin", - "@bindeps__home-0.5.11//:home", - "@bindeps__krates-0.20.0//:krates", - "@bindeps__log-0.4.28//:log", - "@bindeps__memchr-2.7.5//:memchr", - "@bindeps__nu-ansi-term-0.50.1//:nu_ansi_term", - "@bindeps__parking_lot-0.12.4//:parking_lot", - "@bindeps__rayon-1.11.0//:rayon", - "@bindeps__regex-1.11.2//:regex", - "@bindeps__reqwest-0.12.23//:reqwest", - "@bindeps__ring-0.17.14//:ring", - "@bindeps__rustsec-0.30.4//:rustsec", - "@bindeps__semver-1.0.27//:semver", - "@bindeps__serde-1.0.225//:serde", - "@bindeps__serde_json-1.0.145//:serde_json", - "@bindeps__smallvec-1.15.1//:smallvec", - "@bindeps__spdx-0.11.1//:spdx", - "@bindeps__strum-0.27.2//:strum", - "@bindeps__tame-index-0.23.0//:tame_index", - "@bindeps__time-0.3.43//:time", - "@bindeps__toml-span-0.5.2//:toml_span", - "@bindeps__twox-hash-2.1.2//:twox_hash", - "@bindeps__url-2.5.7//:url", - "@bindeps__walkdir-2.5.0//:walkdir", - ], -) diff --git a/vendor/bindeps/BUILD.cargo-insta-1.43.2.bazel b/vendor/bindeps/BUILD.cargo-insta-1.43.2.bazel deleted file mode 100644 index 648911b62..000000000 --- a/vendor/bindeps/BUILD.cargo-insta-1.43.2.bazel +++ /dev/null @@ -1,78 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_binary") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_binary( - name = "cargo-insta__bin", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/main.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=cargo-insta", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.43.2", - deps = [ - "@bindeps__cargo_metadata-0.18.1//:cargo_metadata", - "@bindeps__clap-4.5.47//:clap", - "@bindeps__console-0.15.11//:console", - "@bindeps__ignore-0.4.23//:ignore", - "@bindeps__insta-1.43.2//:insta", - "@bindeps__itertools-0.10.5//:itertools", - "@bindeps__open-5.3.2//:open", - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__semver-1.0.27//:semver", - "@bindeps__serde-1.0.225//:serde", - "@bindeps__serde_json-1.0.145//:serde_json", - "@bindeps__syn-2.0.106//:syn", - "@bindeps__tempfile-3.22.0//:tempfile", - "@bindeps__uuid-1.18.1//:uuid", - ], -) diff --git a/vendor/bindeps/BUILD.cargo-lock-10.1.0.bazel b/vendor/bindeps/BUILD.cargo-lock-10.1.0.bazel deleted file mode 100644 index 56afe962e..000000000 --- a/vendor/bindeps/BUILD.cargo-lock-10.1.0.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "cargo_lock", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=cargo-lock", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "10.1.0", - deps = [ - "@bindeps__semver-1.0.27//:semver", - "@bindeps__serde-1.0.225//:serde", - "@bindeps__toml-0.8.23//:toml", - "@bindeps__url-2.5.7//:url", - ], -) diff --git a/vendor/bindeps/BUILD.cargo-platform-0.1.9.bazel b/vendor/bindeps/BUILD.cargo-platform-0.1.9.bazel deleted file mode 100644 index 5d943c011..000000000 --- a/vendor/bindeps/BUILD.cargo-platform-0.1.9.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "cargo_platform", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=cargo-platform", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.9", - deps = [ - "@bindeps__serde-1.0.225//:serde", - ], -) diff --git a/vendor/bindeps/BUILD.cargo-platform-0.2.0.bazel b/vendor/bindeps/BUILD.cargo-platform-0.2.0.bazel deleted file mode 100644 index be52e0e98..000000000 --- a/vendor/bindeps/BUILD.cargo-platform-0.2.0.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "cargo_platform", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=cargo-platform", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.0", - deps = [ - "@bindeps__serde-1.0.225//:serde", - ], -) diff --git a/vendor/bindeps/BUILD.cargo-util-schemas-0.8.2.bazel b/vendor/bindeps/BUILD.cargo-util-schemas-0.8.2.bazel deleted file mode 100644 index 2bb5940be..000000000 --- a/vendor/bindeps/BUILD.cargo-util-schemas-0.8.2.bazel +++ /dev/null @@ -1,72 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "cargo_util_schemas", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=cargo-util-schemas", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.8.2", - deps = [ - "@bindeps__semver-1.0.27//:semver", - "@bindeps__serde-1.0.225//:serde", - "@bindeps__serde-untagged-0.1.9//:serde_untagged", - "@bindeps__serde-value-0.7.0//:serde_value", - "@bindeps__thiserror-2.0.16//:thiserror", - "@bindeps__toml-0.8.23//:toml", - "@bindeps__unicode-xid-0.2.6//:unicode_xid", - "@bindeps__url-2.5.7//:url", - ], -) diff --git a/vendor/bindeps/BUILD.cargo_metadata-0.18.1.bazel b/vendor/bindeps/BUILD.cargo_metadata-0.18.1.bazel deleted file mode 100644 index 9f05b2a47..000000000 --- a/vendor/bindeps/BUILD.cargo_metadata-0.18.1.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "cargo_metadata", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=cargo_metadata", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.18.1", - deps = [ - "@bindeps__camino-1.2.0//:camino", - "@bindeps__cargo-platform-0.1.9//:cargo_platform", - "@bindeps__semver-1.0.27//:semver", - "@bindeps__serde-1.0.225//:serde", - "@bindeps__serde_json-1.0.145//:serde_json", - "@bindeps__thiserror-1.0.69//:thiserror", - ], -) diff --git a/vendor/bindeps/BUILD.cargo_metadata-0.21.0.bazel b/vendor/bindeps/BUILD.cargo_metadata-0.21.0.bazel deleted file mode 100644 index f5f9ac60d..000000000 --- a/vendor/bindeps/BUILD.cargo_metadata-0.21.0.bazel +++ /dev/null @@ -1,74 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "cargo_metadata", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=cargo_metadata", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.21.0", - deps = [ - "@bindeps__camino-1.2.0//:camino", - "@bindeps__cargo-platform-0.2.0//:cargo_platform", - "@bindeps__cargo-util-schemas-0.8.2//:cargo_util_schemas", - "@bindeps__semver-1.0.27//:semver", - "@bindeps__serde-1.0.225//:serde", - "@bindeps__serde_json-1.0.145//:serde_json", - "@bindeps__thiserror-2.0.16//:thiserror", - ], -) diff --git a/vendor/bindeps/BUILD.caseless-0.2.2.bazel b/vendor/bindeps/BUILD.caseless-0.2.2.bazel deleted file mode 100644 index 8457f72da..000000000 --- a/vendor/bindeps/BUILD.caseless-0.2.2.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "caseless", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=caseless", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.2", - deps = [ - "@bindeps__unicode-normalization-0.1.24//:unicode_normalization", - ], -) diff --git a/vendor/bindeps/BUILD.cc-1.2.37.bazel b/vendor/bindeps/BUILD.cc-1.2.37.bazel deleted file mode 100644 index afdb1c4f8..000000000 --- a/vendor/bindeps/BUILD.cc-1.2.37.bazel +++ /dev/null @@ -1,84 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "cc", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "parallel", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=cc", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.2.37", - deps = [ - "@bindeps__find-msvc-tools-0.1.1//:find_msvc_tools", - "@bindeps__jobserver-0.1.34//:jobserver", - "@bindeps__shlex-1.3.0//:shlex", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.cedar-policy-4.5.1.bazel b/vendor/bindeps/BUILD.cedar-policy-4.5.1.bazel deleted file mode 100644 index d9cca6162..000000000 --- a/vendor/bindeps/BUILD.cedar-policy-4.5.1.bazel +++ /dev/null @@ -1,153 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "cedar_policy", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "datetime", - "decimal", - "default", - "ipaddr", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=cedar-policy", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "4.5.1", - deps = [ - "@bindeps__cedar-policy-4.5.1//:build_script_build", - "@bindeps__cedar-policy-core-4.5.1//:cedar_policy_core", - "@bindeps__cedar-policy-formatter-4.5.1//:cedar_policy_formatter", - "@bindeps__itertools-0.14.0//:itertools", - "@bindeps__lalrpop-util-0.22.2//:lalrpop_util", - "@bindeps__lazy_static-1.5.0//:lazy_static", - "@bindeps__miette-7.6.0//:miette", - "@bindeps__nonempty-0.10.0//:nonempty", - "@bindeps__ref-cast-1.0.24//:ref_cast", - "@bindeps__semver-1.0.27//:semver", - "@bindeps__serde-1.0.225//:serde", - "@bindeps__serde_json-1.0.145//:serde_json", - "@bindeps__serde_with-3.14.0//:serde_with", - "@bindeps__smol_str-0.3.2//:smol_str", - "@bindeps__thiserror-2.0.16//:thiserror", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "datetime", - "decimal", - "default", - "ipaddr", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "cedar-policy", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=cedar-policy", - "manual", - "noclippy", - "norustfmt", - ], - version = "4.5.1", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.cedar-policy-cli-4.5.1.bazel b/vendor/bindeps/BUILD.cedar-policy-cli-4.5.1.bazel deleted file mode 100644 index ca2da9ef2..000000000 --- a/vendor/bindeps/BUILD.cedar-policy-cli-4.5.1.bazel +++ /dev/null @@ -1,138 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load( - "@rules_rust//rust:defs.bzl", - "rust_binary", - "rust_library", -) - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "cedar_policy_cli", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=cedar-policy-cli", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "4.5.1", - deps = [ - "@bindeps__cedar-policy-4.5.1//:cedar_policy", - "@bindeps__cedar-policy-formatter-4.5.1//:cedar_policy_formatter", - "@bindeps__clap-4.5.47//:clap", - "@bindeps__miette-7.6.0//:miette", - "@bindeps__semver-1.0.27//:semver", - "@bindeps__serde-1.0.225//:serde", - "@bindeps__serde_json-1.0.145//:serde_json", - "@bindeps__thiserror-2.0.16//:thiserror", - ], -) - -rust_binary( - name = "cedar__bin", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_root = "src/main.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=cedar-policy-cli", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "4.5.1", - deps = [ - ":cedar_policy_cli", - "@bindeps__cedar-policy-4.5.1//:cedar_policy", - "@bindeps__cedar-policy-formatter-4.5.1//:cedar_policy_formatter", - "@bindeps__clap-4.5.47//:clap", - "@bindeps__miette-7.6.0//:miette", - "@bindeps__semver-1.0.27//:semver", - "@bindeps__serde-1.0.225//:serde", - "@bindeps__serde_json-1.0.145//:serde_json", - "@bindeps__thiserror-2.0.16//:thiserror", - ], -) diff --git a/vendor/bindeps/BUILD.cedar-policy-core-4.5.1.bazel b/vendor/bindeps/BUILD.cedar-policy-core-4.5.1.bazel deleted file mode 100644 index abdcca9b9..000000000 --- a/vendor/bindeps/BUILD.cedar-policy-core-4.5.1.bazel +++ /dev/null @@ -1,162 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "cedar_policy_core", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "datetime", - "decimal", - "default", - "ipaddr", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__educe-0.6.0//:educe", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=cedar-policy-core", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "4.5.1", - deps = [ - "@bindeps__cedar-policy-core-4.5.1//:build_script_build", - "@bindeps__chrono-0.4.42//:chrono", - "@bindeps__either-1.15.0//:either", - "@bindeps__itertools-0.14.0//:itertools", - "@bindeps__lalrpop-util-0.22.2//:lalrpop_util", - "@bindeps__lazy_static-1.5.0//:lazy_static", - "@bindeps__miette-7.6.0//:miette", - "@bindeps__nonempty-0.10.0//:nonempty", - "@bindeps__ref-cast-1.0.24//:ref_cast", - "@bindeps__regex-1.11.2//:regex", - "@bindeps__rustc_lexer-0.1.0//:rustc_lexer", - "@bindeps__serde-1.0.225//:serde", - "@bindeps__serde_json-1.0.145//:serde_json", - "@bindeps__serde_with-3.14.0//:serde_with", - "@bindeps__smol_str-0.3.2//:smol_str", - "@bindeps__stacker-0.1.21//:stacker", - "@bindeps__thiserror-2.0.16//:thiserror", - "@bindeps__unicode-security-0.1.2//:unicode_security", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "datetime", - "decimal", - "default", - "ipaddr", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "cedar-policy-core", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=cedar-policy-core", - "manual", - "noclippy", - "norustfmt", - ], - version = "4.5.1", - visibility = ["//visibility:private"], - deps = [ - "@bindeps__lalrpop-0.22.2//:lalrpop", - ], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.cedar-policy-formatter-4.5.1.bazel b/vendor/bindeps/BUILD.cedar-policy-formatter-4.5.1.bazel deleted file mode 100644 index dbcbbe7b8..000000000 --- a/vendor/bindeps/BUILD.cedar-policy-formatter-4.5.1.bazel +++ /dev/null @@ -1,72 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "cedar_policy_formatter", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=cedar-policy-formatter", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "4.5.1", - deps = [ - "@bindeps__cedar-policy-core-4.5.1//:cedar_policy_core", - "@bindeps__itertools-0.14.0//:itertools", - "@bindeps__lazy_static-1.5.0//:lazy_static", - "@bindeps__logos-0.15.1//:logos", - "@bindeps__miette-7.6.0//:miette", - "@bindeps__pretty-0.12.4//:pretty", - "@bindeps__regex-1.11.2//:regex", - "@bindeps__smol_str-0.3.2//:smol_str", - ], -) diff --git a/vendor/bindeps/BUILD.cexpr-0.6.0.bazel b/vendor/bindeps/BUILD.cexpr-0.6.0.bazel deleted file mode 100644 index 096a1d044..000000000 --- a/vendor/bindeps/BUILD.cexpr-0.6.0.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "cexpr", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=cexpr", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.6.0", - deps = [ - "@bindeps__nom-7.1.3//:nom", - ], -) diff --git a/vendor/bindeps/BUILD.cfg-0.0.0.bazel b/vendor/bindeps/BUILD.cfg-0.0.0.bazel deleted file mode 100644 index 472496d2a..000000000 --- a/vendor/bindeps/BUILD.cfg-0.0.0.bazel +++ /dev/null @@ -1,71 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "cfg", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "tt", - ], - crate_root = "src/lib.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=cfg", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.0.0", - deps = [ - "@bindeps__intern-0.0.0//:intern", - "@bindeps__rustc-hash-2.1.1//:rustc_hash", - "@bindeps__tracing-0.1.41//:tracing", - "@bindeps__tt-0.0.0//:tt", - ], -) diff --git a/vendor/bindeps/BUILD.cfg-expr-0.20.2.bazel b/vendor/bindeps/BUILD.cfg-expr-0.20.2.bazel deleted file mode 100644 index cfbb55db1..000000000 --- a/vendor/bindeps/BUILD.cfg-expr-0.20.2.bazel +++ /dev/null @@ -1,71 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "cfg_expr", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "target-lexicon", - "targets", - ], - crate_root = "src/lib.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=cfg-expr", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.20.2", - deps = [ - "@bindeps__smallvec-1.15.1//:smallvec", - "@bindeps__target-lexicon-0.13.2//:target_lexicon", - ], -) diff --git a/vendor/bindeps/BUILD.cfg-if-1.0.3.bazel b/vendor/bindeps/BUILD.cfg-if-1.0.3.bazel deleted file mode 100644 index dc5dc4b41..000000000 --- a/vendor/bindeps/BUILD.cfg-if-1.0.3.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "cfg_if", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=cfg-if", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.3", -) diff --git a/vendor/bindeps/BUILD.cfg_aliases-0.2.1.bazel b/vendor/bindeps/BUILD.cfg_aliases-0.2.1.bazel deleted file mode 100644 index 272ebf1a0..000000000 --- a/vendor/bindeps/BUILD.cfg_aliases-0.2.1.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "cfg_aliases", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=cfg_aliases", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.1", -) diff --git a/vendor/bindeps/BUILD.chalk-derive-0.104.0.bazel b/vendor/bindeps/BUILD.chalk-derive-0.104.0.bazel deleted file mode 100644 index 4b0d7f202..000000000 --- a/vendor/bindeps/BUILD.chalk-derive-0.104.0.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "chalk_derive", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=chalk-derive", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.104.0", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - "@bindeps__synstructure-0.13.2//:synstructure", - ], -) diff --git a/vendor/bindeps/BUILD.chalk-ir-0.104.0.bazel b/vendor/bindeps/BUILD.chalk-ir-0.104.0.bazel deleted file mode 100644 index 990196a54..000000000 --- a/vendor/bindeps/BUILD.chalk-ir-0.104.0.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "chalk_ir", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - proc_macro_deps = [ - "@bindeps__chalk-derive-0.104.0//:chalk_derive", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=chalk-ir", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.104.0", - deps = [ - "@bindeps__bitflags-2.9.4//:bitflags", - ], -) diff --git a/vendor/bindeps/BUILD.chrono-0.4.42.bazel b/vendor/bindeps/BUILD.chrono-0.4.42.bazel deleted file mode 100644 index 1920c390a..000000000 --- a/vendor/bindeps/BUILD.chrono-0.4.42.bazel +++ /dev/null @@ -1,99 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "chrono", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "clock", - "default", - "iana-time-zone", - "js-sys", - "now", - "oldtime", - "std", - "wasm-bindgen", - "wasmbind", - "winapi", - "windows-link", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=chrono", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.4.42", - deps = [ - "@bindeps__num-traits-0.2.19//:num_traits", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__iana-time-zone-0.1.64//:iana_time_zone", # cfg(unix) - ], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__windows-link-0.2.0//:windows_link", # cfg(windows) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__iana-time-zone-0.1.64//:iana_time_zone", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__iana-time-zone-0.1.64//:iana_time_zone", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__windows-link-0.2.0//:windows_link", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__iana-time-zone-0.1.64//:iana_time_zone", # cfg(unix) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.chrono-humanize-0.2.3.bazel b/vendor/bindeps/BUILD.chrono-humanize-0.2.3.bazel deleted file mode 100644 index 7f8dfa46d..000000000 --- a/vendor/bindeps/BUILD.chrono-humanize-0.2.3.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "chrono_humanize", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=chrono-humanize", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.3", - deps = [ - "@bindeps__chrono-0.4.42//:chrono", - ], -) diff --git a/vendor/bindeps/BUILD.cipher-0.4.4.bazel b/vendor/bindeps/BUILD.cipher-0.4.4.bazel deleted file mode 100644 index dcd2f6b08..000000000 --- a/vendor/bindeps/BUILD.cipher-0.4.4.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "cipher", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=cipher", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.4.4", - deps = [ - "@bindeps__crypto-common-0.1.6//:crypto_common", - "@bindeps__inout-0.1.4//:inout", - ], -) diff --git a/vendor/bindeps/BUILD.clang-sys-1.8.1.bazel b/vendor/bindeps/BUILD.clang-sys-1.8.1.bazel deleted file mode 100644 index 922cf98e5..000000000 --- a/vendor/bindeps/BUILD.clang-sys-1.8.1.bazel +++ /dev/null @@ -1,158 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "clang_sys", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "clang_3_5", - "clang_3_6", - "clang_3_7", - "clang_3_8", - "clang_3_9", - "clang_4_0", - "clang_5_0", - "clang_6_0", - "libloading", - "runtime", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=clang-sys", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.8.1", - deps = [ - "@bindeps__clang-sys-1.8.1//:build_script_build", - "@bindeps__glob-0.3.3//:glob", - "@bindeps__libc-0.2.175//:libc", - "@bindeps__libloading-0.8.8//:libloading", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "clang_3_5", - "clang_3_6", - "clang_3_7", - "clang_3_8", - "clang_3_9", - "clang_4_0", - "clang_5_0", - "clang_6_0", - "libloading", - "runtime", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - links = "clang", - pkg_name = "clang-sys", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=clang-sys", - "manual", - "noclippy", - "norustfmt", - ], - version = "1.8.1", - visibility = ["//visibility:private"], - deps = [ - "@bindeps__glob-0.3.3//:glob", - ], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.clap-4.5.47.bazel b/vendor/bindeps/BUILD.clap-4.5.47.bazel deleted file mode 100644 index 1f0e77351..000000000 --- a/vendor/bindeps/BUILD.clap-4.5.47.bazel +++ /dev/null @@ -1,83 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "clap", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "cargo", - "color", - "default", - "deprecated", - "derive", - "env", - "error-context", - "help", - "std", - "string", - "suggestions", - "usage", - "wrap_help", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__clap_derive-4.5.47//:clap_derive", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=clap", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "4.5.47", - deps = [ - "@bindeps__clap_builder-4.5.47//:clap_builder", - ], -) diff --git a/vendor/bindeps/BUILD.clap_builder-4.5.47.bazel b/vendor/bindeps/BUILD.clap_builder-4.5.47.bazel deleted file mode 100644 index 588464dc9..000000000 --- a/vendor/bindeps/BUILD.clap_builder-4.5.47.bazel +++ /dev/null @@ -1,82 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "clap_builder", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "cargo", - "color", - "deprecated", - "env", - "error-context", - "help", - "std", - "string", - "suggestions", - "usage", - "wrap_help", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=clap_builder", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "4.5.47", - deps = [ - "@bindeps__anstream-0.6.20//:anstream", - "@bindeps__anstyle-1.0.11//:anstyle", - "@bindeps__clap_lex-0.7.5//:clap_lex", - "@bindeps__strsim-0.11.1//:strsim", - "@bindeps__terminal_size-0.4.3//:terminal_size", - ], -) diff --git a/vendor/bindeps/BUILD.clap_complete-4.5.48.bazel b/vendor/bindeps/BUILD.clap_complete-4.5.48.bazel deleted file mode 100644 index 463103a90..000000000 --- a/vendor/bindeps/BUILD.clap_complete-4.5.48.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "clap_complete", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=clap_complete", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "4.5.48", - deps = [ - "@bindeps__clap-4.5.47//:clap", - ], -) diff --git a/vendor/bindeps/BUILD.clap_derive-4.5.47.bazel b/vendor/bindeps/BUILD.clap_derive-4.5.47.bazel deleted file mode 100644 index d3142397a..000000000 --- a/vendor/bindeps/BUILD.clap_derive-4.5.47.bazel +++ /dev/null @@ -1,72 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "clap_derive", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "deprecated", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=clap_derive", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "4.5.47", - deps = [ - "@bindeps__heck-0.5.0//:heck", - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.clap_lex-0.7.5.bazel b/vendor/bindeps/BUILD.clap_lex-0.7.5.bazel deleted file mode 100644 index 68a332561..000000000 --- a/vendor/bindeps/BUILD.clap_lex-0.7.5.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "clap_lex", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=clap_lex", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.7.5", -) diff --git a/vendor/bindeps/BUILD.clap_mangen-0.2.29.bazel b/vendor/bindeps/BUILD.clap_mangen-0.2.29.bazel deleted file mode 100644 index a93ae5106..000000000 --- a/vendor/bindeps/BUILD.clap_mangen-0.2.29.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "clap_mangen", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=clap_mangen", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.29", - deps = [ - "@bindeps__clap-4.5.47//:clap", - "@bindeps__roff-0.2.2//:roff", - ], -) diff --git a/vendor/bindeps/BUILD.clru-0.6.2.bazel b/vendor/bindeps/BUILD.clru-0.6.2.bazel deleted file mode 100644 index 3ce2c301a..000000000 --- a/vendor/bindeps/BUILD.clru-0.6.2.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "clru", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=clru", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.6.2", -) diff --git a/vendor/bindeps/BUILD.cmake-0.1.54.bazel b/vendor/bindeps/BUILD.cmake-0.1.54.bazel deleted file mode 100644 index 13a39e09d..000000000 --- a/vendor/bindeps/BUILD.cmake-0.1.54.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "cmake", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=cmake", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.54", - deps = [ - "@bindeps__cc-1.2.37//:cc", - ], -) diff --git a/vendor/bindeps/BUILD.codemap-0.1.3.bazel b/vendor/bindeps/BUILD.codemap-0.1.3.bazel deleted file mode 100644 index 4655da44c..000000000 --- a/vendor/bindeps/BUILD.codemap-0.1.3.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "codemap", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=codemap", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.3", -) diff --git a/vendor/bindeps/BUILD.codespan-0.12.0.bazel b/vendor/bindeps/BUILD.codespan-0.12.0.bazel deleted file mode 100644 index f3c246dda..000000000 --- a/vendor/bindeps/BUILD.codespan-0.12.0.bazel +++ /dev/null @@ -1,73 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "codespan", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "serde", - "serialization", - "std", - "termcolor", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=codespan", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.12.0", - deps = [ - "@bindeps__codespan-reporting-0.12.0//:codespan_reporting", - "@bindeps__serde-1.0.225//:serde", - ], -) diff --git a/vendor/bindeps/BUILD.codespan-reporting-0.12.0.bazel b/vendor/bindeps/BUILD.codespan-reporting-0.12.0.bazel deleted file mode 100644 index ae3800b6e..000000000 --- a/vendor/bindeps/BUILD.codespan-reporting-0.12.0.bazel +++ /dev/null @@ -1,74 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "codespan_reporting", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "serde", - "serialization", - "std", - "termcolor", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=codespan-reporting", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.12.0", - deps = [ - "@bindeps__serde-1.0.225//:serde", - "@bindeps__termcolor-1.4.1//:termcolor", - "@bindeps__unicode-width-0.2.1//:unicode_width", - ], -) diff --git a/vendor/bindeps/BUILD.colorchoice-1.0.4.bazel b/vendor/bindeps/BUILD.colorchoice-1.0.4.bazel deleted file mode 100644 index da47b1a3d..000000000 --- a/vendor/bindeps/BUILD.colorchoice-1.0.4.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "colorchoice", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=colorchoice", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.4", -) diff --git a/vendor/bindeps/BUILD.colored-3.0.0.bazel b/vendor/bindeps/BUILD.colored-3.0.0.bazel deleted file mode 100644 index 729263440..000000000 --- a/vendor/bindeps/BUILD.colored-3.0.0.bazel +++ /dev/null @@ -1,71 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "colored", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=colored", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "3.0.0", - deps = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.59.0//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.59.0//:windows_sys", # cfg(windows) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.compression-codecs-0.4.30.bazel b/vendor/bindeps/BUILD.compression-codecs-0.4.30.bazel deleted file mode 100644 index b5e1ab96e..000000000 --- a/vendor/bindeps/BUILD.compression-codecs-0.4.30.bazel +++ /dev/null @@ -1,72 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "compression_codecs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "flate2", - "gzip", - "memchr", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=compression-codecs", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.4.30", - deps = [ - "@bindeps__compression-core-0.4.29//:compression_core", - "@bindeps__flate2-1.1.2//:flate2", - "@bindeps__memchr-2.7.5//:memchr", - ], -) diff --git a/vendor/bindeps/BUILD.compression-core-0.4.29.bazel b/vendor/bindeps/BUILD.compression-core-0.4.29.bazel deleted file mode 100644 index ba703cec0..000000000 --- a/vendor/bindeps/BUILD.compression-core-0.4.29.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "compression_core", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=compression-core", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.4.29", -) diff --git a/vendor/bindeps/BUILD.comrak-0.39.1.bazel b/vendor/bindeps/BUILD.comrak-0.39.1.bazel deleted file mode 100644 index 7cd424598..000000000 --- a/vendor/bindeps/BUILD.comrak-0.39.1.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "comrak", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=comrak", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.39.1", - deps = [ - "@bindeps__caseless-0.2.2//:caseless", - "@bindeps__entities-1.0.1//:entities", - "@bindeps__memchr-2.7.5//:memchr", - "@bindeps__slug-0.1.6//:slug", - "@bindeps__typed-arena-2.0.2//:typed_arena", - "@bindeps__unicode_categories-0.1.1//:unicode_categories", - ], -) diff --git a/vendor/bindeps/BUILD.concurrent-queue-2.5.0.bazel b/vendor/bindeps/BUILD.concurrent-queue-2.5.0.bazel deleted file mode 100644 index 4a3086d80..000000000 --- a/vendor/bindeps/BUILD.concurrent-queue-2.5.0.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "concurrent_queue", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=concurrent-queue", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.5.0", - deps = [ - "@bindeps__crossbeam-utils-0.8.21//:crossbeam_utils", - ], -) diff --git a/vendor/bindeps/BUILD.console-0.15.11.bazel b/vendor/bindeps/BUILD.console-0.15.11.bazel deleted file mode 100644 index c674b80b1..000000000 --- a/vendor/bindeps/BUILD.console-0.15.11.bazel +++ /dev/null @@ -1,82 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "console", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "ansi-parsing", - "default", - "unicode-width", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=console", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.15.11", - deps = [ - "@bindeps__libc-0.2.175//:libc", - "@bindeps__once_cell-1.21.3//:once_cell", - "@bindeps__unicode-width-0.2.1//:unicode_width", - ] + select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__encode_unicode-1.0.0//:encode_unicode", # cfg(windows) - "@bindeps__windows-sys-0.59.0//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__encode_unicode-1.0.0//:encode_unicode", # cfg(windows) - "@bindeps__windows-sys-0.59.0//:windows_sys", # cfg(windows) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.console_static_text-0.8.3.bazel b/vendor/bindeps/BUILD.console_static_text-0.8.3.bazel deleted file mode 100644 index 88d71da2a..000000000 --- a/vendor/bindeps/BUILD.console_static_text-0.8.3.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "console_static_text", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=console_static_text", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.8.3", - deps = [ - "@bindeps__unicode-width-0.1.14//:unicode_width", - "@bindeps__vte-0.13.1//:vte", - ], -) diff --git a/vendor/bindeps/BUILD.constant_time_eq-0.3.1.bazel b/vendor/bindeps/BUILD.constant_time_eq-0.3.1.bazel deleted file mode 100644 index 4f95265fc..000000000 --- a/vendor/bindeps/BUILD.constant_time_eq-0.3.1.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "constant_time_eq", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=constant_time_eq", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.1", -) diff --git a/vendor/bindeps/BUILD.convert_case-0.4.0.bazel b/vendor/bindeps/BUILD.convert_case-0.4.0.bazel deleted file mode 100644 index e02bdd832..000000000 --- a/vendor/bindeps/BUILD.convert_case-0.4.0.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "convert_case", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=convert_case", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.4.0", -) diff --git a/vendor/bindeps/BUILD.cookie-0.16.2.bazel b/vendor/bindeps/BUILD.cookie-0.16.2.bazel deleted file mode 100644 index eb27b8a0b..000000000 --- a/vendor/bindeps/BUILD.cookie-0.16.2.bazel +++ /dev/null @@ -1,140 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "cookie", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "percent-encode", - "percent-encoding", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=cookie", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.16.2", - deps = [ - "@bindeps__cookie-0.16.2//:build_script_build", - "@bindeps__percent-encoding-2.3.2//:percent_encoding", - "@bindeps__time-0.3.43//:time", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "percent-encode", - "percent-encoding", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2018", - pkg_name = "cookie", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=cookie", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.16.2", - visibility = ["//visibility:private"], - deps = [ - "@bindeps__version_check-0.9.5//:version_check", - ], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.core-foundation-0.9.4.bazel b/vendor/bindeps/BUILD.core-foundation-0.9.4.bazel deleted file mode 100644 index e2988b7f2..000000000 --- a/vendor/bindeps/BUILD.core-foundation-0.9.4.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "core_foundation", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "link", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=core-foundation", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.9.4", - deps = [ - "@bindeps__core-foundation-sys-0.8.7//:core_foundation_sys", - "@bindeps__libc-0.2.175//:libc", - ], -) diff --git a/vendor/bindeps/BUILD.core-foundation-sys-0.8.7.bazel b/vendor/bindeps/BUILD.core-foundation-sys-0.8.7.bazel deleted file mode 100644 index 3473bc763..000000000 --- a/vendor/bindeps/BUILD.core-foundation-sys-0.8.7.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "core_foundation_sys", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "link", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=core-foundation-sys", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.8.7", -) diff --git a/vendor/bindeps/BUILD.core2-0.4.0.bazel b/vendor/bindeps/BUILD.core2-0.4.0.bazel deleted file mode 100644 index 240772ddb..000000000 --- a/vendor/bindeps/BUILD.core2-0.4.0.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "core2", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=core2", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.4.0", - deps = [ - "@bindeps__memchr-2.7.5//:memchr", - ], -) diff --git a/vendor/bindeps/BUILD.corosensei-0.2.2.bazel b/vendor/bindeps/BUILD.corosensei-0.2.2.bazel deleted file mode 100644 index f5d13acb0..000000000 --- a/vendor/bindeps/BUILD.corosensei-0.2.2.bazel +++ /dev/null @@ -1,166 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "corosensei", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "default-stack", - "libc", - "unwind", - "windows-sys", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=corosensei", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.2", - deps = [ - "@bindeps__cfg-if-1.0.3//:cfg_if", - "@bindeps__corosensei-0.2.2//:build_script_build", - "@bindeps__scopeguard-1.2.0//:scopeguard", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.59.0//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.59.0//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "//conditions:default": [], - }), -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "default-stack", - "libc", - "unwind", - "windows-sys", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "corosensei", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=corosensei", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.2.2", - visibility = ["//visibility:private"], - deps = [ - "@bindeps__autocfg-1.5.0//:autocfg", - ], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.countme-3.0.1.bazel b/vendor/bindeps/BUILD.countme-3.0.1.bazel deleted file mode 100644 index 6a2046f99..000000000 --- a/vendor/bindeps/BUILD.countme-3.0.1.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "countme", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=countme", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "3.0.1", -) diff --git a/vendor/bindeps/BUILD.cov-mark-2.1.0.bazel b/vendor/bindeps/BUILD.cov-mark-2.1.0.bazel deleted file mode 100644 index a6839ae87..000000000 --- a/vendor/bindeps/BUILD.cov-mark-2.1.0.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "cov_mark", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "enable", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=cov-mark", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.1.0", -) diff --git a/vendor/bindeps/BUILD.cpufeatures-0.2.17.bazel b/vendor/bindeps/BUILD.cpufeatures-0.2.17.bazel deleted file mode 100644 index 143502015..000000000 --- a/vendor/bindeps/BUILD.cpufeatures-0.2.17.bazel +++ /dev/null @@ -1,71 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "cpufeatures", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=cpufeatures", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.17", - deps = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(all(target_arch = "aarch64", target_vendor = "apple")) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(all(target_arch = "aarch64", target_os = "linux")) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.cranelift-bforest-0.110.2.bazel b/vendor/bindeps/BUILD.cranelift-bforest-0.110.2.bazel deleted file mode 100644 index 39a41d483..000000000 --- a/vendor/bindeps/BUILD.cranelift-bforest-0.110.2.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "cranelift_bforest", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=cranelift-bforest", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.110.2", - deps = [ - "@bindeps__cranelift-entity-0.110.2//:cranelift_entity", - ], -) diff --git a/vendor/bindeps/BUILD.cranelift-bitset-0.110.3.bazel b/vendor/bindeps/BUILD.cranelift-bitset-0.110.3.bazel deleted file mode 100644 index 876dcbbcf..000000000 --- a/vendor/bindeps/BUILD.cranelift-bitset-0.110.3.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "cranelift_bitset", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=cranelift-bitset", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.110.3", -) diff --git a/vendor/bindeps/BUILD.cranelift-codegen-0.110.2.bazel b/vendor/bindeps/BUILD.cranelift-codegen-0.110.2.bazel deleted file mode 100644 index ee1d3720d..000000000 --- a/vendor/bindeps/BUILD.cranelift-codegen-0.110.2.bazel +++ /dev/null @@ -1,162 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "cranelift_codegen", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "arm64", - "gimli", - "riscv64", - "std", - "trace-log", - "unwind", - "x86", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=cranelift-codegen", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.110.2", - deps = [ - "@bindeps__bumpalo-3.19.0//:bumpalo", - "@bindeps__cranelift-bforest-0.110.2//:cranelift_bforest", - "@bindeps__cranelift-bitset-0.110.3//:cranelift_bitset", - "@bindeps__cranelift-codegen-0.110.2//:build_script_build", - "@bindeps__cranelift-codegen-shared-0.110.3//:cranelift_codegen_shared", - "@bindeps__cranelift-control-0.110.3//:cranelift_control", - "@bindeps__cranelift-entity-0.110.2//:cranelift_entity", - "@bindeps__gimli-0.28.1//:gimli", - "@bindeps__hashbrown-0.14.5//:hashbrown", - "@bindeps__log-0.4.28//:log", - "@bindeps__regalloc2-0.9.3//:regalloc2", - "@bindeps__rustc-hash-1.1.0//:rustc_hash", - "@bindeps__smallvec-1.15.1//:smallvec", - "@bindeps__target-lexicon-0.12.16//:target_lexicon", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "arm64", - "gimli", - "riscv64", - "std", - "trace-log", - "unwind", - "x86", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "cranelift-codegen", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=cranelift-codegen", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.110.2", - visibility = ["//visibility:private"], - deps = [ - "@bindeps__cranelift-codegen-meta-0.110.3//:cranelift_codegen_meta", - "@bindeps__cranelift-isle-0.110.2//:cranelift_isle", - ], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.cranelift-codegen-meta-0.110.3.bazel b/vendor/bindeps/BUILD.cranelift-codegen-meta-0.110.3.bazel deleted file mode 100644 index a82751d5e..000000000 --- a/vendor/bindeps/BUILD.cranelift-codegen-meta-0.110.3.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "cranelift_codegen_meta", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=cranelift-codegen-meta", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.110.3", - deps = [ - "@bindeps__cranelift-codegen-shared-0.110.3//:cranelift_codegen_shared", - ], -) diff --git a/vendor/bindeps/BUILD.cranelift-codegen-shared-0.110.3.bazel b/vendor/bindeps/BUILD.cranelift-codegen-shared-0.110.3.bazel deleted file mode 100644 index ba83c1155..000000000 --- a/vendor/bindeps/BUILD.cranelift-codegen-shared-0.110.3.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "cranelift_codegen_shared", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=cranelift-codegen-shared", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.110.3", -) diff --git a/vendor/bindeps/BUILD.cranelift-control-0.110.3.bazel b/vendor/bindeps/BUILD.cranelift-control-0.110.3.bazel deleted file mode 100644 index 57d001022..000000000 --- a/vendor/bindeps/BUILD.cranelift-control-0.110.3.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "cranelift_control", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=cranelift-control", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.110.3", - deps = [ - "@bindeps__arbitrary-1.4.2//:arbitrary", - ], -) diff --git a/vendor/bindeps/BUILD.cranelift-entity-0.110.2.bazel b/vendor/bindeps/BUILD.cranelift-entity-0.110.2.bazel deleted file mode 100644 index 1fd35c197..000000000 --- a/vendor/bindeps/BUILD.cranelift-entity-0.110.2.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "cranelift_entity", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=cranelift-entity", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.110.2", - deps = [ - "@bindeps__cranelift-bitset-0.110.3//:cranelift_bitset", - ], -) diff --git a/vendor/bindeps/BUILD.cranelift-frontend-0.110.2.bazel b/vendor/bindeps/BUILD.cranelift-frontend-0.110.2.bazel deleted file mode 100644 index 2ca92e775..000000000 --- a/vendor/bindeps/BUILD.cranelift-frontend-0.110.2.bazel +++ /dev/null @@ -1,71 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "cranelift_frontend", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=cranelift-frontend", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.110.2", - deps = [ - "@bindeps__cranelift-codegen-0.110.2//:cranelift_codegen", - "@bindeps__log-0.4.28//:log", - "@bindeps__smallvec-1.15.1//:smallvec", - "@bindeps__target-lexicon-0.12.16//:target_lexicon", - ], -) diff --git a/vendor/bindeps/BUILD.cranelift-isle-0.110.2.bazel b/vendor/bindeps/BUILD.cranelift-isle-0.110.2.bazel deleted file mode 100644 index 903917e25..000000000 --- a/vendor/bindeps/BUILD.cranelift-isle-0.110.2.bazel +++ /dev/null @@ -1,133 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "cranelift_isle", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=cranelift-isle", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.110.2", - deps = [ - "@bindeps__cranelift-isle-0.110.2//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "cranelift-isle", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=cranelift-isle", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.110.2", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.crc-3.3.0.bazel b/vendor/bindeps/BUILD.crc-3.3.0.bazel deleted file mode 100644 index d22545438..000000000 --- a/vendor/bindeps/BUILD.crc-3.3.0.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "crc", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=crc", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "3.3.0", - deps = [ - "@bindeps__crc-catalog-2.4.0//:crc_catalog", - ], -) diff --git a/vendor/bindeps/BUILD.crc-catalog-2.4.0.bazel b/vendor/bindeps/BUILD.crc-catalog-2.4.0.bazel deleted file mode 100644 index b29dc843f..000000000 --- a/vendor/bindeps/BUILD.crc-catalog-2.4.0.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "crc_catalog", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=crc-catalog", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.4.0", -) diff --git a/vendor/bindeps/BUILD.crc32fast-1.5.0.bazel b/vendor/bindeps/BUILD.crc32fast-1.5.0.bazel deleted file mode 100644 index c4b43c277..000000000 --- a/vendor/bindeps/BUILD.crc32fast-1.5.0.bazel +++ /dev/null @@ -1,136 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "crc32fast", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=crc32fast", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.5.0", - deps = [ - "@bindeps__cfg-if-1.0.3//:cfg_if", - "@bindeps__crc32fast-1.5.0//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "crc32fast", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=crc32fast", - "manual", - "noclippy", - "norustfmt", - ], - version = "1.5.0", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.crossbeam-0.8.4.bazel b/vendor/bindeps/BUILD.crossbeam-0.8.4.bazel deleted file mode 100644 index c62119f06..000000000 --- a/vendor/bindeps/BUILD.crossbeam-0.8.4.bazel +++ /dev/null @@ -1,78 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "crossbeam", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "crossbeam-channel", - "crossbeam-deque", - "crossbeam-epoch", - "crossbeam-queue", - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=crossbeam", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.8.4", - deps = [ - "@bindeps__crossbeam-channel-0.5.15//:crossbeam_channel", - "@bindeps__crossbeam-deque-0.8.6//:crossbeam_deque", - "@bindeps__crossbeam-epoch-0.9.18//:crossbeam_epoch", - "@bindeps__crossbeam-queue-0.3.12//:crossbeam_queue", - "@bindeps__crossbeam-utils-0.8.21//:crossbeam_utils", - ], -) diff --git a/vendor/bindeps/BUILD.crossbeam-channel-0.5.15.bazel b/vendor/bindeps/BUILD.crossbeam-channel-0.5.15.bazel deleted file mode 100644 index a5857467b..000000000 --- a/vendor/bindeps/BUILD.crossbeam-channel-0.5.15.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "crossbeam_channel", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=crossbeam-channel", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.5.15", - deps = [ - "@bindeps__crossbeam-utils-0.8.21//:crossbeam_utils", - ], -) diff --git a/vendor/bindeps/BUILD.crossbeam-deque-0.8.6.bazel b/vendor/bindeps/BUILD.crossbeam-deque-0.8.6.bazel deleted file mode 100644 index dd3b80aef..000000000 --- a/vendor/bindeps/BUILD.crossbeam-deque-0.8.6.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "crossbeam_deque", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=crossbeam-deque", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.8.6", - deps = [ - "@bindeps__crossbeam-epoch-0.9.18//:crossbeam_epoch", - "@bindeps__crossbeam-utils-0.8.21//:crossbeam_utils", - ], -) diff --git a/vendor/bindeps/BUILD.crossbeam-epoch-0.9.18.bazel b/vendor/bindeps/BUILD.crossbeam-epoch-0.9.18.bazel deleted file mode 100644 index 1a3388411..000000000 --- a/vendor/bindeps/BUILD.crossbeam-epoch-0.9.18.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "crossbeam_epoch", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=crossbeam-epoch", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.9.18", - deps = [ - "@bindeps__crossbeam-utils-0.8.21//:crossbeam_utils", - ], -) diff --git a/vendor/bindeps/BUILD.crossbeam-queue-0.3.12.bazel b/vendor/bindeps/BUILD.crossbeam-queue-0.3.12.bazel deleted file mode 100644 index d603a04ef..000000000 --- a/vendor/bindeps/BUILD.crossbeam-queue-0.3.12.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "crossbeam_queue", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=crossbeam-queue", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.12", - deps = [ - "@bindeps__crossbeam-utils-0.8.21//:crossbeam_utils", - ], -) diff --git a/vendor/bindeps/BUILD.crossbeam-utils-0.8.21.bazel b/vendor/bindeps/BUILD.crossbeam-utils-0.8.21.bazel deleted file mode 100644 index 5b71966c1..000000000 --- a/vendor/bindeps/BUILD.crossbeam-utils-0.8.21.bazel +++ /dev/null @@ -1,135 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "crossbeam_utils", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=crossbeam-utils", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.8.21", - deps = [ - "@bindeps__crossbeam-utils-0.8.21//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "crossbeam-utils", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=crossbeam-utils", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.8.21", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.crossterm-0.27.0.bazel b/vendor/bindeps/BUILD.crossterm-0.27.0.bazel deleted file mode 100644 index 0164fd01e..000000000 --- a/vendor/bindeps/BUILD.crossterm-0.27.0.bazel +++ /dev/null @@ -1,106 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "crossterm", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "bracketed-paste", - "default", - "events", - "windows", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=crossterm", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.27.0", - deps = [ - "@bindeps__bitflags-2.9.4//:bitflags", - "@bindeps__parking_lot-0.12.4//:parking_lot", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - "@bindeps__mio-0.8.11//:mio", # cfg(unix) - "@bindeps__signal-hook-0.3.18//:signal_hook", # cfg(unix) - "@bindeps__signal-hook-mio-0.2.4//:signal_hook_mio", # cfg(unix) - ], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__crossterm_winapi-0.9.1//:crossterm_winapi", # cfg(windows) - "@bindeps__winapi-0.3.9//:winapi", # cfg(windows) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - "@bindeps__mio-0.8.11//:mio", # cfg(unix) - "@bindeps__signal-hook-0.3.18//:signal_hook", # cfg(unix) - "@bindeps__signal-hook-mio-0.2.4//:signal_hook_mio", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - "@bindeps__mio-0.8.11//:mio", # cfg(unix) - "@bindeps__signal-hook-0.3.18//:signal_hook", # cfg(unix) - "@bindeps__signal-hook-mio-0.2.4//:signal_hook_mio", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__crossterm_winapi-0.9.1//:crossterm_winapi", # cfg(windows) - "@bindeps__winapi-0.3.9//:winapi", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - "@bindeps__mio-0.8.11//:mio", # cfg(unix) - "@bindeps__signal-hook-0.3.18//:signal_hook", # cfg(unix) - "@bindeps__signal-hook-mio-0.2.4//:signal_hook_mio", # cfg(unix) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.crossterm_winapi-0.9.1.bazel b/vendor/bindeps/BUILD.crossterm_winapi-0.9.1.bazel deleted file mode 100644 index f3453469c..000000000 --- a/vendor/bindeps/BUILD.crossterm_winapi-0.9.1.bazel +++ /dev/null @@ -1,61 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "crossterm_winapi", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=crossterm_winapi", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.9.1", - deps = [ - "@bindeps__winapi-0.3.9//:winapi", # cfg(windows) - ], -) diff --git a/vendor/bindeps/BUILD.crypto-common-0.1.6.bazel b/vendor/bindeps/BUILD.crypto-common-0.1.6.bazel deleted file mode 100644 index ee2bbce87..000000000 --- a/vendor/bindeps/BUILD.crypto-common-0.1.6.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "crypto_common", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=crypto-common", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.6", - deps = [ - "@bindeps__generic-array-0.14.7//:generic_array", - "@bindeps__typenum-1.18.0//:typenum", - ], -) diff --git a/vendor/bindeps/BUILD.ctrlc-3.5.0.bazel b/vendor/bindeps/BUILD.ctrlc-3.5.0.bazel deleted file mode 100644 index 2e23f6111..000000000 --- a/vendor/bindeps/BUILD.ctrlc-3.5.0.bazel +++ /dev/null @@ -1,88 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "ctrlc", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "termination", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ctrlc", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "3.5.0", - deps = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__dispatch-0.2.0//:dispatch", # cfg(target_vendor = "apple") - "@bindeps__nix-0.30.1//:nix", # cfg(unix) - ], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.61.0//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__nix-0.30.1//:nix", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__dispatch-0.2.0//:dispatch", # cfg(target_vendor = "apple") - "@bindeps__nix-0.30.1//:nix", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.61.0//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__nix-0.30.1//:nix", # cfg(unix) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.cvss-2.1.1.bazel b/vendor/bindeps/BUILD.cvss-2.1.1.bazel deleted file mode 100644 index 0d6672f5c..000000000 --- a/vendor/bindeps/BUILD.cvss-2.1.1.bazel +++ /dev/null @@ -1,72 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "cvss", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "serde", - "std", - "v3", - "v4", - ], - crate_root = "src/lib.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=cvss", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.1.1", - deps = [ - "@bindeps__serde-1.0.225//:serde", - ], -) diff --git a/vendor/bindeps/BUILD.darling-0.20.11.bazel b/vendor/bindeps/BUILD.darling-0.20.11.bazel deleted file mode 100644 index ac69644aa..000000000 --- a/vendor/bindeps/BUILD.darling-0.20.11.bazel +++ /dev/null @@ -1,72 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "darling", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "suggestions", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__darling_macro-0.20.11//:darling_macro", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=darling", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.20.11", - deps = [ - "@bindeps__darling_core-0.20.11//:darling_core", - ], -) diff --git a/vendor/bindeps/BUILD.darling-0.21.3.bazel b/vendor/bindeps/BUILD.darling-0.21.3.bazel deleted file mode 100644 index d87c10fc1..000000000 --- a/vendor/bindeps/BUILD.darling-0.21.3.bazel +++ /dev/null @@ -1,72 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "darling", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "suggestions", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__darling_macro-0.21.3//:darling_macro", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=darling", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.21.3", - deps = [ - "@bindeps__darling_core-0.21.3//:darling_core", - ], -) diff --git a/vendor/bindeps/BUILD.darling_core-0.20.11.bazel b/vendor/bindeps/BUILD.darling_core-0.20.11.bazel deleted file mode 100644 index 56cb801c7..000000000 --- a/vendor/bindeps/BUILD.darling_core-0.20.11.bazel +++ /dev/null @@ -1,74 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "darling_core", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "strsim", - "suggestions", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=darling_core", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.20.11", - deps = [ - "@bindeps__fnv-1.0.7//:fnv", - "@bindeps__ident_case-1.0.1//:ident_case", - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__strsim-0.11.1//:strsim", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.darling_core-0.21.3.bazel b/vendor/bindeps/BUILD.darling_core-0.21.3.bazel deleted file mode 100644 index cc055906f..000000000 --- a/vendor/bindeps/BUILD.darling_core-0.21.3.bazel +++ /dev/null @@ -1,74 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "darling_core", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "strsim", - "suggestions", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=darling_core", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.21.3", - deps = [ - "@bindeps__fnv-1.0.7//:fnv", - "@bindeps__ident_case-1.0.1//:ident_case", - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__strsim-0.11.1//:strsim", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.darling_macro-0.20.11.bazel b/vendor/bindeps/BUILD.darling_macro-0.20.11.bazel deleted file mode 100644 index dd03de68c..000000000 --- a/vendor/bindeps/BUILD.darling_macro-0.20.11.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "darling_macro", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=darling_macro", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.20.11", - deps = [ - "@bindeps__darling_core-0.20.11//:darling_core", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.darling_macro-0.21.3.bazel b/vendor/bindeps/BUILD.darling_macro-0.21.3.bazel deleted file mode 100644 index ea6701128..000000000 --- a/vendor/bindeps/BUILD.darling_macro-0.21.3.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "darling_macro", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=darling_macro", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.21.3", - deps = [ - "@bindeps__darling_core-0.21.3//:darling_core", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.dary_heap-0.3.7.bazel b/vendor/bindeps/BUILD.dary_heap-0.3.7.bazel deleted file mode 100644 index e47af15f4..000000000 --- a/vendor/bindeps/BUILD.dary_heap-0.3.7.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "dary_heap", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=dary_heap", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.7", -) diff --git a/vendor/bindeps/BUILD.dashmap-5.5.3.bazel b/vendor/bindeps/BUILD.dashmap-5.5.3.bazel deleted file mode 100644 index 6e433585c..000000000 --- a/vendor/bindeps/BUILD.dashmap-5.5.3.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "dashmap", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=dashmap", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "5.5.3", - deps = [ - "@bindeps__cfg-if-1.0.3//:cfg_if", - "@bindeps__hashbrown-0.14.5//:hashbrown", - "@bindeps__lock_api-0.4.13//:lock_api", - "@bindeps__once_cell-1.21.3//:once_cell", - "@bindeps__parking_lot_core-0.9.11//:parking_lot_core", - ], -) diff --git a/vendor/bindeps/BUILD.dashmap-6.1.0.bazel b/vendor/bindeps/BUILD.dashmap-6.1.0.bazel deleted file mode 100644 index 81906f0a6..000000000 --- a/vendor/bindeps/BUILD.dashmap-6.1.0.bazel +++ /dev/null @@ -1,74 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "dashmap", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "inline", - "raw-api", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=dashmap", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "6.1.0", - deps = [ - "@bindeps__cfg-if-1.0.3//:cfg_if", - "@bindeps__crossbeam-utils-0.8.21//:crossbeam_utils", - "@bindeps__hashbrown-0.14.5//:hashbrown", - "@bindeps__lock_api-0.4.13//:lock_api", - "@bindeps__once_cell-1.21.3//:once_cell", - "@bindeps__parking_lot_core-0.9.11//:parking_lot_core", - ], -) diff --git a/vendor/bindeps/BUILD.dav-server-0.8.0.bazel b/vendor/bindeps/BUILD.dav-server-0.8.0.bazel deleted file mode 100644 index 6fa1abfa8..000000000 --- a/vendor/bindeps/BUILD.dav-server-0.8.0.bazel +++ /dev/null @@ -1,105 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "dav_server", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "actix-compat", - "actix-web", - "default", - "libc", - "localfs", - "lru", - "memfs", - "parking_lot", - "reflink-copy", - ], - crate_root = "src/lib.rs", - edition = "2018", - proc_macro_deps = [ - "@bindeps__derivative-2.2.0//:derivative", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=dav-server", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.8.0", - deps = [ - "@bindeps__actix-web-4.11.0//:actix_web", - "@bindeps__bytes-1.10.1//:bytes", - "@bindeps__dyn-clone-1.0.20//:dyn_clone", - "@bindeps__futures-channel-0.3.31//:futures_channel", - "@bindeps__futures-util-0.3.31//:futures_util", - "@bindeps__headers-0.4.1//:headers", - "@bindeps__htmlescape-0.3.1//:htmlescape", - "@bindeps__http-1.3.1//:http", - "@bindeps__http-body-1.0.1//:http_body", - "@bindeps__http-body-util-0.1.3//:http_body_util", - "@bindeps__lazy_static-1.5.0//:lazy_static", - "@bindeps__libc-0.2.175//:libc", - "@bindeps__log-0.4.28//:log", - "@bindeps__lru-0.14.0//:lru", - "@bindeps__mime_guess-2.0.5//:mime_guess", - "@bindeps__parking_lot-0.12.4//:parking_lot", - "@bindeps__percent-encoding-2.3.2//:percent_encoding", - "@bindeps__pin-project-1.1.10//:pin_project", - "@bindeps__pin-utils-0.1.0//:pin_utils", - "@bindeps__reflink-copy-0.1.28//:reflink_copy", - "@bindeps__regex-1.11.2//:regex", - "@bindeps__time-0.3.43//:time", - "@bindeps__tokio-1.47.1//:tokio", - "@bindeps__url-2.5.7//:url", - "@bindeps__uuid-1.18.1//:uuid", - "@bindeps__xml-rs-0.8.27//:xml", - "@bindeps__xmltree-0.11.0//:xmltree", - ], -) diff --git a/vendor/bindeps/BUILD.deflate64-0.1.9.bazel b/vendor/bindeps/BUILD.deflate64-0.1.9.bazel deleted file mode 100644 index 10c4f6264..000000000 --- a/vendor/bindeps/BUILD.deflate64-0.1.9.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "deflate64", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=deflate64", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.9", -) diff --git a/vendor/bindeps/BUILD.deranged-0.5.3.bazel b/vendor/bindeps/BUILD.deranged-0.5.3.bazel deleted file mode 100644 index 768493144..000000000 --- a/vendor/bindeps/BUILD.deranged-0.5.3.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "deranged", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "powerfmt", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=deranged", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.5.3", - deps = [ - "@bindeps__powerfmt-0.2.0//:powerfmt", - ], -) diff --git a/vendor/bindeps/BUILD.derivative-2.2.0.bazel b/vendor/bindeps/BUILD.derivative-2.2.0.bazel deleted file mode 100644 index 1a08a0b03..000000000 --- a/vendor/bindeps/BUILD.derivative-2.2.0.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "derivative", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=derivative", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.2.0", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-1.0.109//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.derive-where-1.6.0.bazel b/vendor/bindeps/BUILD.derive-where-1.6.0.bazel deleted file mode 100644 index 604823d6e..000000000 --- a/vendor/bindeps/BUILD.derive-where-1.6.0.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "derive_where", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=derive-where", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.6.0", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.derive_more-0.99.20.bazel b/vendor/bindeps/BUILD.derive_more-0.99.20.bazel deleted file mode 100644 index 7c52bee4c..000000000 --- a/vendor/bindeps/BUILD.derive_more-0.99.20.bazel +++ /dev/null @@ -1,96 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "derive_more", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "add", - "add_assign", - "as_mut", - "as_ref", - "constructor", - "convert_case", - "default", - "deref", - "deref_mut", - "display", - "error", - "from", - "from_str", - "index", - "index_mut", - "into", - "into_iterator", - "is_variant", - "iterator", - "mul", - "mul_assign", - "not", - "rustc_version", - "sum", - "try_into", - "unwrap", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=derive_more", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.99.20", - deps = [ - "@bindeps__convert_case-0.4.0//:convert_case", - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.derive_more-2.0.1.bazel b/vendor/bindeps/BUILD.derive_more-2.0.1.bazel deleted file mode 100644 index ce1864ee0..000000000 --- a/vendor/bindeps/BUILD.derive_more-2.0.1.bazel +++ /dev/null @@ -1,76 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "derive_more", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "as_ref", - "debug", - "default", - "deref", - "deref_mut", - "display", - "error", - "from", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__derive_more-impl-2.0.1//:derive_more_impl", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=derive_more", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.0.1", -) diff --git a/vendor/bindeps/BUILD.derive_more-impl-2.0.1.bazel b/vendor/bindeps/BUILD.derive_more-impl-2.0.1.bazel deleted file mode 100644 index 520580897..000000000 --- a/vendor/bindeps/BUILD.derive_more-impl-2.0.1.bazel +++ /dev/null @@ -1,78 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "derive_more_impl", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "as_ref", - "debug", - "default", - "deref", - "deref_mut", - "display", - "error", - "from", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=derive_more-impl", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.0.1", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - "@bindeps__unicode-xid-0.2.6//:unicode_xid", - ], -) diff --git a/vendor/bindeps/BUILD.deunicode-1.6.2.bazel b/vendor/bindeps/BUILD.deunicode-1.6.2.bazel deleted file mode 100644 index 7d045a8a0..000000000 --- a/vendor/bindeps/BUILD.deunicode-1.6.2.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "deunicode", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "default", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=deunicode", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.6.2", -) diff --git a/vendor/bindeps/BUILD.diesel-2.3.2.bazel b/vendor/bindeps/BUILD.diesel-2.3.2.bazel deleted file mode 100644 index e1e22e732..000000000 --- a/vendor/bindeps/BUILD.diesel-2.3.2.bazel +++ /dev/null @@ -1,76 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "diesel", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "postgres", - "postgres_backend", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__diesel_derives-2.3.3//:diesel_derives", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=diesel", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.3.2", - deps = [ - "@bindeps__bitflags-2.9.4//:bitflags", - "@bindeps__byteorder-1.5.0//:byteorder", - "@bindeps__downcast-rs-2.0.2//:downcast_rs", - "@bindeps__itoa-1.0.15//:itoa", - "@bindeps__pq-sys-0.7.2//:pq_sys", - ], -) diff --git a/vendor/bindeps/BUILD.diesel_cli-2.3.2.bazel b/vendor/bindeps/BUILD.diesel_cli-2.3.2.bazel deleted file mode 100644 index 5f1214e10..000000000 --- a/vendor/bindeps/BUILD.diesel_cli-2.3.2.bazel +++ /dev/null @@ -1,91 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_binary") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_binary( - name = "diesel__bin", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "postgres", - "postgres-bundled", - "uses_information_schema", - ], - crate_root = "src/main.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=diesel_cli", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.3.2", - deps = [ - "@bindeps__chrono-0.4.42//:chrono", - "@bindeps__clap-4.5.47//:clap", - "@bindeps__clap_complete-4.5.48//:clap_complete", - "@bindeps__diesel-2.3.2//:diesel", - "@bindeps__diesel_migrations-2.3.0//:diesel_migrations", - "@bindeps__diesel_table_macro_syntax-0.3.0//:diesel_table_macro_syntax", - "@bindeps__diffy-0.4.2//:diffy", - "@bindeps__dotenvy-0.15.7//:dotenvy", - "@bindeps__fd-lock-4.0.4//:fd_lock", - "@bindeps__heck-0.5.0//:heck", - "@bindeps__openssl-sys-0.9.109//:openssl_sys", - "@bindeps__pq-sys-0.7.2//:pq_sys", - "@bindeps__regex-1.11.2//:regex", - "@bindeps__serde-1.0.225//:serde", - "@bindeps__serde_regex-1.1.0//:serde_regex", - "@bindeps__similar-asserts-1.7.0//:similar_asserts", - "@bindeps__syn-2.0.106//:syn", - "@bindeps__thiserror-2.0.16//:thiserror", - "@bindeps__toml-0.9.7//:toml", - "@bindeps__tracing-0.1.41//:tracing", - "@bindeps__tracing-subscriber-0.3.20//:tracing_subscriber", - "@bindeps__url-2.5.7//:url", - ], -) diff --git a/vendor/bindeps/BUILD.diesel_derives-2.3.3.bazel b/vendor/bindeps/BUILD.diesel_derives-2.3.3.bazel deleted file mode 100644 index fba2f20cd..000000000 --- a/vendor/bindeps/BUILD.diesel_derives-2.3.3.bazel +++ /dev/null @@ -1,140 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "diesel_derives", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "postgres", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=diesel_derives", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.3.3", - deps = [ - "@bindeps__diesel_derives-2.3.3//:build_script_build", - "@bindeps__diesel_table_macro_syntax-0.3.0//:diesel_table_macro_syntax", - "@bindeps__dsl_auto_type-0.2.0//:dsl_auto_type", - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "postgres", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "diesel_derives", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=diesel_derives", - "manual", - "noclippy", - "norustfmt", - ], - version = "2.3.3", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.diesel_migrations-2.3.0.bazel b/vendor/bindeps/BUILD.diesel_migrations-2.3.0.bazel deleted file mode 100644 index 3d0c9d69c..000000000 --- a/vendor/bindeps/BUILD.diesel_migrations-2.3.0.bazel +++ /dev/null @@ -1,72 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "diesel_migrations", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__migrations_macros-2.3.0//:migrations_macros", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=diesel_migrations", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.3.0", - deps = [ - "@bindeps__diesel-2.3.2//:diesel", - "@bindeps__migrations_internals-2.3.0//:migrations_internals", - ], -) diff --git a/vendor/bindeps/BUILD.diesel_table_macro_syntax-0.3.0.bazel b/vendor/bindeps/BUILD.diesel_table_macro_syntax-0.3.0.bazel deleted file mode 100644 index 6cbda03f1..000000000 --- a/vendor/bindeps/BUILD.diesel_table_macro_syntax-0.3.0.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "diesel_table_macro_syntax", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=diesel_table_macro_syntax", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.0", - deps = [ - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.diffy-0.4.2.bazel b/vendor/bindeps/BUILD.diffy-0.4.2.bazel deleted file mode 100644 index 945129b40..000000000 --- a/vendor/bindeps/BUILD.diffy-0.4.2.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "diffy", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=diffy", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.4.2", - deps = [ - "@bindeps__nu-ansi-term-0.50.1//:nu_ansi_term", - ], -) diff --git a/vendor/bindeps/BUILD.digest-0.10.7.bazel b/vendor/bindeps/BUILD.digest-0.10.7.bazel deleted file mode 100644 index 50d9b856f..000000000 --- a/vendor/bindeps/BUILD.digest-0.10.7.bazel +++ /dev/null @@ -1,76 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "digest", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "block-buffer", - "core-api", - "default", - "mac", - "std", - "subtle", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=digest", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.10.7", - deps = [ - "@bindeps__block-buffer-0.10.4//:block_buffer", - "@bindeps__crypto-common-0.1.6//:crypto_common", - "@bindeps__subtle-2.6.1//:subtle", - ], -) diff --git a/vendor/bindeps/BUILD.dirs-6.0.0.bazel b/vendor/bindeps/BUILD.dirs-6.0.0.bazel deleted file mode 100644 index 53451d4bf..000000000 --- a/vendor/bindeps/BUILD.dirs-6.0.0.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "dirs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=dirs", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "6.0.0", - deps = [ - "@bindeps__dirs-sys-0.5.0//:dirs_sys", - ], -) diff --git a/vendor/bindeps/BUILD.dirs-sys-0.5.0.bazel b/vendor/bindeps/BUILD.dirs-sys-0.5.0.bazel deleted file mode 100644 index 5960a29fd..000000000 --- a/vendor/bindeps/BUILD.dirs-sys-0.5.0.bazel +++ /dev/null @@ -1,85 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "dirs_sys", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=dirs-sys", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.5.0", - deps = [ - "@bindeps__option-ext-0.2.0//:option_ext", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.61.0//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.61.0//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.dispatch-0.2.0.bazel b/vendor/bindeps/BUILD.dispatch-0.2.0.bazel deleted file mode 100644 index ca012bda7..000000000 --- a/vendor/bindeps/BUILD.dispatch-0.2.0.bazel +++ /dev/null @@ -1,58 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "dispatch", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=dispatch", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.0", -) diff --git a/vendor/bindeps/BUILD.displaydoc-0.2.5.bazel b/vendor/bindeps/BUILD.displaydoc-0.2.5.bazel deleted file mode 100644 index b170c4536..000000000 --- a/vendor/bindeps/BUILD.displaydoc-0.2.5.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "displaydoc", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=displaydoc", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.5", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.dissimilar-1.0.10.bazel b/vendor/bindeps/BUILD.dissimilar-1.0.10.bazel deleted file mode 100644 index 392b55411..000000000 --- a/vendor/bindeps/BUILD.dissimilar-1.0.10.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "dissimilar", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=dissimilar", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.10", -) diff --git a/vendor/bindeps/BUILD.dot-0.1.4.bazel b/vendor/bindeps/BUILD.dot-0.1.4.bazel deleted file mode 100644 index ea6607cdd..000000000 --- a/vendor/bindeps/BUILD.dot-0.1.4.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "dot", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=dot", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.4", -) diff --git a/vendor/bindeps/BUILD.dotenvy-0.15.7.bazel b/vendor/bindeps/BUILD.dotenvy-0.15.7.bazel deleted file mode 100644 index a33dc8cc3..000000000 --- a/vendor/bindeps/BUILD.dotenvy-0.15.7.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "dotenvy", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=dotenvy", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.15.7", -) diff --git a/vendor/bindeps/BUILD.downcast-rs-2.0.2.bazel b/vendor/bindeps/BUILD.downcast-rs-2.0.2.bazel deleted file mode 100644 index 19cf77640..000000000 --- a/vendor/bindeps/BUILD.downcast-rs-2.0.2.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "downcast_rs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - "sync", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=downcast-rs", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.0.2", -) diff --git a/vendor/bindeps/BUILD.dprint-0.50.2.bazel b/vendor/bindeps/BUILD.dprint-0.50.2.bazel deleted file mode 100644 index 0b68db67b..000000000 --- a/vendor/bindeps/BUILD.dprint-0.50.2.bazel +++ /dev/null @@ -1,115 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_binary") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_binary( - name = "dprint__bin", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/main.rs", - edition = "2021", - rustc_env = { - "RUSTC_VERSION_TEXT": "", - "TARGET": "", - }, - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=dprint", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.50.2", - deps = [ - "@bindeps__anyhow-1.0.99//:anyhow", - "@bindeps__clap-4.5.47//:clap", - "@bindeps__clap_complete-4.5.48//:clap_complete", - "@bindeps__console_static_text-0.8.3//:console_static_text", - "@bindeps__crossterm-0.27.0//:crossterm", - "@bindeps__dirs-6.0.0//:dirs", - "@bindeps__dissimilar-1.0.10//:dissimilar", - "@bindeps__dprint-core-0.67.4//:dprint_core", - "@bindeps__dunce-1.0.5//:dunce", - "@bindeps__fs3-0.5.0//:fs3", - "@bindeps__ignore-0.4.23//:ignore", - "@bindeps__indexmap-2.11.3//:indexmap", - "@bindeps__ipnet-2.11.0//:ipnet", - "@bindeps__jsonc-parser-0.26.3//:jsonc_parser", - "@bindeps__once_cell-1.21.3//:once_cell", - "@bindeps__parking_lot-0.12.4//:parking_lot", - "@bindeps__percent-encoding-2.3.2//:percent_encoding", - "@bindeps__rand-0.9.2//:rand", - "@bindeps__rkyv-0.8.11//:rkyv", - "@bindeps__rustls-0.23.31//:rustls", - "@bindeps__rustls-native-certs-0.7.3//:rustls_native_certs", - "@bindeps__rustls-pemfile-2.2.0//:rustls_pemfile", - "@bindeps__serde-1.0.225//:serde", - "@bindeps__serde_json-1.0.145//:serde_json", - "@bindeps__sha2-0.10.9//:sha2", - "@bindeps__similar-2.7.0//:similar", - "@bindeps__sysinfo-0.35.2//:sysinfo", - "@bindeps__text-size-1.1.1//:text_size", - "@bindeps__thiserror-2.0.16//:thiserror", - "@bindeps__tokio-1.47.1//:tokio", - "@bindeps__tokio-util-0.7.16//:tokio_util", - "@bindeps__tower-lsp-0.20.0//:tower_lsp", - "@bindeps__twox-hash-2.1.2//:twox_hash", - "@bindeps__ureq-2.12.1//:ureq", - "@bindeps__url-2.5.7//:url", - "@bindeps__wasmer-6.1.0-rc.3//:wasmer", - "@bindeps__wasmer-compiler-6.1.0-rc.3//:wasmer_compiler", - "@bindeps__webpki-roots-0.26.11//:webpki_roots", - "@bindeps__zip-2.4.2//:zip", - ] + select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__winreg-0.55.0//:winreg", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__winreg-0.55.0//:winreg", # cfg(windows) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.dprint-core-0.67.4.bazel b/vendor/bindeps/BUILD.dprint-core-0.67.4.bazel deleted file mode 100644 index 696e6c592..000000000 --- a/vendor/bindeps/BUILD.dprint-core-0.67.4.bazel +++ /dev/null @@ -1,110 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "dprint_core", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "async-trait", - "async_runtime", - "bumpalo", - "communication", - "crossbeam-channel", - "default", - "formatting", - "futures", - "hashbrown", - "libc", - "parking_lot", - "process", - "rustc-hash", - "serde_json", - "tokio", - "tokio-util", - "unicode-width", - "wasm", - "winapi", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__async-trait-0.1.89//:async_trait", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=dprint-core", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.67.4", - deps = [ - "@bindeps__anyhow-1.0.99//:anyhow", - "@bindeps__bumpalo-3.19.0//:bumpalo", - "@bindeps__crossbeam-channel-0.5.15//:crossbeam_channel", - "@bindeps__futures-0.3.31//:futures", - "@bindeps__hashbrown-0.15.5//:hashbrown", - "@bindeps__indexmap-2.11.3//:indexmap", - "@bindeps__libc-0.2.175//:libc", # cfg(not(any(target_os = "unknown", target_arch = "wasm32"))) - "@bindeps__parking_lot-0.12.4//:parking_lot", - "@bindeps__rustc-hash-2.1.1//:rustc_hash", - "@bindeps__serde-1.0.225//:serde", - "@bindeps__serde_json-1.0.145//:serde_json", - "@bindeps__tokio-1.47.1//:tokio", - "@bindeps__tokio-util-0.7.16//:tokio_util", - "@bindeps__unicode-width-0.2.1//:unicode_width", - ] + select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__winapi-0.3.9//:winapi", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__winapi-0.3.9//:winapi", # cfg(windows) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.drop_bomb-0.1.5.bazel b/vendor/bindeps/BUILD.drop_bomb-0.1.5.bazel deleted file mode 100644 index c0e47db47..000000000 --- a/vendor/bindeps/BUILD.drop_bomb-0.1.5.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "drop_bomb", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=drop_bomb", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.5", -) diff --git a/vendor/bindeps/BUILD.dsl_auto_type-0.2.0.bazel b/vendor/bindeps/BUILD.dsl_auto_type-0.2.0.bazel deleted file mode 100644 index 4d04bae8c..000000000 --- a/vendor/bindeps/BUILD.dsl_auto_type-0.2.0.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "dsl_auto_type", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=dsl_auto_type", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.0", - deps = [ - "@bindeps__darling-0.21.3//:darling", - "@bindeps__either-1.15.0//:either", - "@bindeps__heck-0.5.0//:heck", - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.dunce-1.0.5.bazel b/vendor/bindeps/BUILD.dunce-1.0.5.bazel deleted file mode 100644 index 90319797f..000000000 --- a/vendor/bindeps/BUILD.dunce-1.0.5.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "dunce", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=dunce", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.5", -) diff --git a/vendor/bindeps/BUILD.dyn-clone-1.0.20.bazel b/vendor/bindeps/BUILD.dyn-clone-1.0.20.bazel deleted file mode 100644 index ce3383919..000000000 --- a/vendor/bindeps/BUILD.dyn-clone-1.0.20.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "dyn_clone", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=dyn-clone", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.20", -) diff --git a/vendor/bindeps/BUILD.edit-distance-2.1.3.bazel b/vendor/bindeps/BUILD.edit-distance-2.1.3.bazel deleted file mode 100644 index 06fae1975..000000000 --- a/vendor/bindeps/BUILD.edit-distance-2.1.3.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "edit_distance", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=edit-distance", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.1.3", -) diff --git a/vendor/bindeps/BUILD.edition-0.0.0.bazel b/vendor/bindeps/BUILD.edition-0.0.0.bazel deleted file mode 100644 index 078daa38e..000000000 --- a/vendor/bindeps/BUILD.edition-0.0.0.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "edition", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=edition", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.0.0", -) diff --git a/vendor/bindeps/BUILD.educe-0.6.0.bazel b/vendor/bindeps/BUILD.educe-0.6.0.bazel deleted file mode 100644 index 5e1f8b5f9..000000000 --- a/vendor/bindeps/BUILD.educe-0.6.0.bazel +++ /dev/null @@ -1,83 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "educe", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "Clone", - "Copy", - "Debug", - "Default", - "Deref", - "DerefMut", - "Eq", - "Hash", - "Into", - "Ord", - "PartialEq", - "PartialOrd", - "default", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=educe", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.6.0", - deps = [ - "@bindeps__enum-ordinalize-4.3.0//:enum_ordinalize", - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.either-1.15.0.bazel b/vendor/bindeps/BUILD.either-1.15.0.bazel deleted file mode 100644 index 092a61906..000000000 --- a/vendor/bindeps/BUILD.either-1.15.0.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "either", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - "use_std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=either", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.15.0", -) diff --git a/vendor/bindeps/BUILD.ena-0.14.3.bazel b/vendor/bindeps/BUILD.ena-0.14.3.bazel deleted file mode 100644 index caf7e6aa0..000000000 --- a/vendor/bindeps/BUILD.ena-0.14.3.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "ena", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ena", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.14.3", - deps = [ - "@bindeps__log-0.4.28//:log", - ], -) diff --git a/vendor/bindeps/BUILD.encode_unicode-1.0.0.bazel b/vendor/bindeps/BUILD.encode_unicode-1.0.0.bazel deleted file mode 100644 index 5fef69eaa..000000000 --- a/vendor/bindeps/BUILD.encode_unicode-1.0.0.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "encode_unicode", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=encode_unicode", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.0", -) diff --git a/vendor/bindeps/BUILD.encoding_rs-0.8.35.bazel b/vendor/bindeps/BUILD.encoding_rs-0.8.35.bazel deleted file mode 100644 index a9f13665e..000000000 --- a/vendor/bindeps/BUILD.encoding_rs-0.8.35.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "encoding_rs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "default", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=encoding_rs", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.8.35", - deps = [ - "@bindeps__cfg-if-1.0.3//:cfg_if", - ], -) diff --git a/vendor/bindeps/BUILD.entities-1.0.1.bazel b/vendor/bindeps/BUILD.entities-1.0.1.bazel deleted file mode 100644 index 91354ac8a..000000000 --- a/vendor/bindeps/BUILD.entities-1.0.1.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "entities", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=entities", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.1", -) diff --git a/vendor/bindeps/BUILD.enum-iterator-0.7.0.bazel b/vendor/bindeps/BUILD.enum-iterator-0.7.0.bazel deleted file mode 100644 index b25c299ac..000000000 --- a/vendor/bindeps/BUILD.enum-iterator-0.7.0.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "enum_iterator", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - proc_macro_deps = [ - "@bindeps__enum-iterator-derive-0.7.0//:enum_iterator_derive", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=enum-iterator", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.7.0", -) diff --git a/vendor/bindeps/BUILD.enum-iterator-derive-0.7.0.bazel b/vendor/bindeps/BUILD.enum-iterator-derive-0.7.0.bazel deleted file mode 100644 index ea068f5c4..000000000 --- a/vendor/bindeps/BUILD.enum-iterator-derive-0.7.0.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "enum_iterator_derive", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=enum-iterator-derive", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.7.0", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-1.0.109//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.enum-ordinalize-4.3.0.bazel b/vendor/bindeps/BUILD.enum-ordinalize-4.3.0.bazel deleted file mode 100644 index 231d9f269..000000000 --- a/vendor/bindeps/BUILD.enum-ordinalize-4.3.0.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "enum_ordinalize", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "derive", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__enum-ordinalize-derive-4.3.1//:enum_ordinalize_derive", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=enum-ordinalize", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "4.3.0", -) diff --git a/vendor/bindeps/BUILD.enum-ordinalize-derive-4.3.1.bazel b/vendor/bindeps/BUILD.enum-ordinalize-derive-4.3.1.bazel deleted file mode 100644 index a3d19c865..000000000 --- a/vendor/bindeps/BUILD.enum-ordinalize-derive-4.3.1.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "enum_ordinalize_derive", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=enum-ordinalize-derive", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "4.3.1", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.enumset-1.1.10.bazel b/vendor/bindeps/BUILD.enumset-1.1.10.bazel deleted file mode 100644 index d9007bea7..000000000 --- a/vendor/bindeps/BUILD.enumset-1.1.10.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "enumset", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__enumset_derive-0.14.0//:enumset_derive", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=enumset", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.1.10", -) diff --git a/vendor/bindeps/BUILD.enumset_derive-0.14.0.bazel b/vendor/bindeps/BUILD.enumset_derive-0.14.0.bazel deleted file mode 100644 index d786c9462..000000000 --- a/vendor/bindeps/BUILD.enumset_derive-0.14.0.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "enumset_derive", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=enumset_derive", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.14.0", - deps = [ - "@bindeps__darling-0.21.3//:darling", - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.equivalent-1.0.2.bazel b/vendor/bindeps/BUILD.equivalent-1.0.2.bazel deleted file mode 100644 index f6fbf6c6c..000000000 --- a/vendor/bindeps/BUILD.equivalent-1.0.2.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "equivalent", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=equivalent", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.2", -) diff --git a/vendor/bindeps/BUILD.erased-serde-0.4.8.bazel b/vendor/bindeps/BUILD.erased-serde-0.4.8.bazel deleted file mode 100644 index 47fbeb345..000000000 --- a/vendor/bindeps/BUILD.erased-serde-0.4.8.bazel +++ /dev/null @@ -1,135 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "erased_serde", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=erased-serde", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.4.8", - deps = [ - "@bindeps__erased-serde-0.4.8//:build_script_build", - "@bindeps__serde_core-1.0.225//:serde_core", - "@bindeps__typeid-1.0.3//:typeid", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "erased-serde", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=erased-serde", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.4.8", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.errno-0.3.14.bazel b/vendor/bindeps/BUILD.errno-0.3.14.bazel deleted file mode 100644 index 739cee220..000000000 --- a/vendor/bindeps/BUILD.errno-0.3.14.bazel +++ /dev/null @@ -1,64 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "errno", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=errno", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.14", - deps = [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], -) diff --git a/vendor/bindeps/BUILD.event-listener-5.4.1.bazel b/vendor/bindeps/BUILD.event-listener-5.4.1.bazel deleted file mode 100644 index cc8382e30..000000000 --- a/vendor/bindeps/BUILD.event-listener-5.4.1.bazel +++ /dev/null @@ -1,71 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "event_listener", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "parking", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=event-listener", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "5.4.1", - deps = [ - "@bindeps__concurrent-queue-2.5.0//:concurrent_queue", - "@bindeps__parking-2.2.1//:parking", # cfg(not(target_family = "wasm")) - "@bindeps__pin-project-lite-0.2.16//:pin_project_lite", - ], -) diff --git a/vendor/bindeps/BUILD.event-listener-strategy-0.5.4.bazel b/vendor/bindeps/BUILD.event-listener-strategy-0.5.4.bazel deleted file mode 100644 index de693a1e0..000000000 --- a/vendor/bindeps/BUILD.event-listener-strategy-0.5.4.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "event_listener_strategy", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=event-listener-strategy", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.5.4", - deps = [ - "@bindeps__event-listener-5.4.1//:event_listener", - "@bindeps__pin-project-lite-0.2.16//:pin_project_lite", - ], -) diff --git a/vendor/bindeps/BUILD.fallible-iterator-0.3.0.bazel b/vendor/bindeps/BUILD.fallible-iterator-0.3.0.bazel deleted file mode 100644 index ee3cd9b9d..000000000 --- a/vendor/bindeps/BUILD.fallible-iterator-0.3.0.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "fallible_iterator", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=fallible-iterator", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.0", -) diff --git a/vendor/bindeps/BUILD.fast_qr-0.13.1.bazel b/vendor/bindeps/BUILD.fast_qr-0.13.1.bazel deleted file mode 100644 index a65504a43..000000000 --- a/vendor/bindeps/BUILD.fast_qr-0.13.1.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "fast_qr", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "svg", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=fast_qr", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.13.1", -) diff --git a/vendor/bindeps/BUILD.faster-hex-0.10.0.bazel b/vendor/bindeps/BUILD.faster-hex-0.10.0.bazel deleted file mode 100644 index 933b48641..000000000 --- a/vendor/bindeps/BUILD.faster-hex-0.10.0.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "faster_hex", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=faster-hex", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.10.0", - deps = [ - "@bindeps__heapless-0.8.0//:heapless", # cfg(not(feature = "alloc")) - ], -) diff --git a/vendor/bindeps/BUILD.fastrand-2.3.0.bazel b/vendor/bindeps/BUILD.fastrand-2.3.0.bazel deleted file mode 100644 index 8e462e582..000000000 --- a/vendor/bindeps/BUILD.fastrand-2.3.0.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "fastrand", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=fastrand", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.3.0", -) diff --git a/vendor/bindeps/BUILD.fd-lock-4.0.4.bazel b/vendor/bindeps/BUILD.fd-lock-4.0.4.bazel deleted file mode 100644 index 690dd1330..000000000 --- a/vendor/bindeps/BUILD.fd-lock-4.0.4.bazel +++ /dev/null @@ -1,85 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "fd_lock", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=fd-lock", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "4.0.4", - deps = [ - "@bindeps__cfg-if-1.0.3//:cfg_if", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__rustix-1.1.2//:rustix", # cfg(unix) - ], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.59.0//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__rustix-1.1.2//:rustix", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__rustix-1.1.2//:rustix", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.59.0//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__rustix-1.1.2//:rustix", # cfg(unix) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.fern-0.7.1.bazel b/vendor/bindeps/BUILD.fern-0.7.1.bazel deleted file mode 100644 index 35e8ebf5c..000000000 --- a/vendor/bindeps/BUILD.fern-0.7.1.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "fern", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=fern", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.7.1", - deps = [ - "@bindeps__log-0.4.28//:log", - ], -) diff --git a/vendor/bindeps/BUILD.filetime-0.2.26.bazel b/vendor/bindeps/BUILD.filetime-0.2.26.bazel deleted file mode 100644 index f3acf521d..000000000 --- a/vendor/bindeps/BUILD.filetime-0.2.26.bazel +++ /dev/null @@ -1,85 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "filetime", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=filetime", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.26", - deps = [ - "@bindeps__cfg-if-1.0.3//:cfg_if", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.60.2//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.60.2//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.find-msvc-tools-0.1.1.bazel b/vendor/bindeps/BUILD.find-msvc-tools-0.1.1.bazel deleted file mode 100644 index 0909a79cb..000000000 --- a/vendor/bindeps/BUILD.find-msvc-tools-0.1.1.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "find_msvc_tools", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=find-msvc-tools", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.1", -) diff --git a/vendor/bindeps/BUILD.fixedbitset-0.5.7.bazel b/vendor/bindeps/BUILD.fixedbitset-0.5.7.bazel deleted file mode 100644 index bc5bf8d3c..000000000 --- a/vendor/bindeps/BUILD.fixedbitset-0.5.7.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "fixedbitset", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=fixedbitset", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.5.7", -) diff --git a/vendor/bindeps/BUILD.flate2-1.1.2.bazel b/vendor/bindeps/BUILD.flate2-1.1.2.bazel deleted file mode 100644 index 19916a642..000000000 --- a/vendor/bindeps/BUILD.flate2-1.1.2.bazel +++ /dev/null @@ -1,76 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "flate2", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "any_impl", - "any_zlib", - "default", - "libz-rs-sys", - "miniz_oxide", - "rust_backend", - "zlib-rs", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=flate2", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.1.2", - deps = [ - "@bindeps__crc32fast-1.5.0//:crc32fast", - "@bindeps__libz-rs-sys-0.5.2//:libz_rs_sys", - "@bindeps__miniz_oxide-0.8.9//:miniz_oxide", - ], -) diff --git a/vendor/bindeps/BUILD.fnv-1.0.7.bazel b/vendor/bindeps/BUILD.fnv-1.0.7.bazel deleted file mode 100644 index 1d99a3107..000000000 --- a/vendor/bindeps/BUILD.fnv-1.0.7.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "fnv", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=fnv", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.7", -) diff --git a/vendor/bindeps/BUILD.foldhash-0.1.5.bazel b/vendor/bindeps/BUILD.foldhash-0.1.5.bazel deleted file mode 100644 index 3b1477073..000000000 --- a/vendor/bindeps/BUILD.foldhash-0.1.5.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "foldhash", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=foldhash", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.5", -) diff --git a/vendor/bindeps/BUILD.form_urlencoded-1.2.2.bazel b/vendor/bindeps/BUILD.form_urlencoded-1.2.2.bazel deleted file mode 100644 index 615ffb3ea..000000000 --- a/vendor/bindeps/BUILD.form_urlencoded-1.2.2.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "form_urlencoded", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=form_urlencoded", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.2.2", - deps = [ - "@bindeps__percent-encoding-2.3.2//:percent_encoding", - ], -) diff --git a/vendor/bindeps/BUILD.fs-err-3.1.2.bazel b/vendor/bindeps/BUILD.fs-err-3.1.2.bazel deleted file mode 100644 index b6cd9cc73..000000000 --- a/vendor/bindeps/BUILD.fs-err-3.1.2.bazel +++ /dev/null @@ -1,130 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "fs_err", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=fs-err", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "3.1.2", - deps = [ - "@bindeps__fs-err-3.1.2//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2018", - pkg_name = "fs-err", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=fs-err", - "manual", - "noclippy", - "norustfmt", - ], - version = "3.1.2", - visibility = ["//visibility:private"], - deps = [ - "@bindeps__autocfg-1.5.0//:autocfg", - ], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.fs3-0.5.0.bazel b/vendor/bindeps/BUILD.fs3-0.5.0.bazel deleted file mode 100644 index d850a7f72..000000000 --- a/vendor/bindeps/BUILD.fs3-0.5.0.bazel +++ /dev/null @@ -1,150 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "fs3", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=fs3", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.5.0", - deps = [ - "@bindeps__fs3-0.5.0//:build_script_build", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__winapi-0.3.9//:winapi", # cfg(windows) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__winapi-0.3.9//:winapi", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "//conditions:default": [], - }), -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2018", - pkg_name = "fs3", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=fs3", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.5.0", - visibility = ["//visibility:private"], - deps = [ - "@bindeps__rustc_version-0.2.3//:rustc_version", - ], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.fsevent-sys-4.1.0.bazel b/vendor/bindeps/BUILD.fsevent-sys-4.1.0.bazel deleted file mode 100644 index 8f967a5f1..000000000 --- a/vendor/bindeps/BUILD.fsevent-sys-4.1.0.bazel +++ /dev/null @@ -1,61 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "fsevent_sys", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=fsevent-sys", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "4.1.0", - deps = [ - "@bindeps__libc-0.2.175//:libc", - ], -) diff --git a/vendor/bindeps/BUILD.fst-0.4.7.bazel b/vendor/bindeps/BUILD.fst-0.4.7.bazel deleted file mode 100644 index 92da2a7e1..000000000 --- a/vendor/bindeps/BUILD.fst-0.4.7.bazel +++ /dev/null @@ -1,133 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "fst", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=fst", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.4.7", - deps = [ - "@bindeps__fst-0.4.7//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2018", - pkg_name = "fst", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=fst", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.4.7", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.funty-2.0.0.bazel b/vendor/bindeps/BUILD.funty-2.0.0.bazel deleted file mode 100644 index f56503caf..000000000 --- a/vendor/bindeps/BUILD.funty-2.0.0.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "funty", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=funty", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.0.0", -) diff --git a/vendor/bindeps/BUILD.futures-0.3.31.bazel b/vendor/bindeps/BUILD.futures-0.3.31.bazel deleted file mode 100644 index 16f712007..000000000 --- a/vendor/bindeps/BUILD.futures-0.3.31.bazel +++ /dev/null @@ -1,79 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "futures", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "async-await", - "default", - "executor", - "futures-executor", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=futures", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.31", - deps = [ - "@bindeps__futures-channel-0.3.31//:futures_channel", - "@bindeps__futures-core-0.3.31//:futures_core", - "@bindeps__futures-executor-0.3.31//:futures_executor", - "@bindeps__futures-io-0.3.31//:futures_io", - "@bindeps__futures-sink-0.3.31//:futures_sink", - "@bindeps__futures-task-0.3.31//:futures_task", - "@bindeps__futures-util-0.3.31//:futures_util", - ], -) diff --git a/vendor/bindeps/BUILD.futures-channel-0.3.31.bazel b/vendor/bindeps/BUILD.futures-channel-0.3.31.bazel deleted file mode 100644 index ee808549e..000000000 --- a/vendor/bindeps/BUILD.futures-channel-0.3.31.bazel +++ /dev/null @@ -1,73 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "futures_channel", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "default", - "futures-sink", - "sink", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=futures-channel", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.31", - deps = [ - "@bindeps__futures-core-0.3.31//:futures_core", - "@bindeps__futures-sink-0.3.31//:futures_sink", - ], -) diff --git a/vendor/bindeps/BUILD.futures-core-0.3.31.bazel b/vendor/bindeps/BUILD.futures-core-0.3.31.bazel deleted file mode 100644 index da59ce3d4..000000000 --- a/vendor/bindeps/BUILD.futures-core-0.3.31.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "futures_core", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=futures-core", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.31", -) diff --git a/vendor/bindeps/BUILD.futures-executor-0.3.31.bazel b/vendor/bindeps/BUILD.futures-executor-0.3.31.bazel deleted file mode 100644 index 32293da65..000000000 --- a/vendor/bindeps/BUILD.futures-executor-0.3.31.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "futures_executor", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=futures-executor", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.31", - deps = [ - "@bindeps__futures-core-0.3.31//:futures_core", - "@bindeps__futures-task-0.3.31//:futures_task", - "@bindeps__futures-util-0.3.31//:futures_util", - ], -) diff --git a/vendor/bindeps/BUILD.futures-io-0.3.31.bazel b/vendor/bindeps/BUILD.futures-io-0.3.31.bazel deleted file mode 100644 index 6a2ebe3d2..000000000 --- a/vendor/bindeps/BUILD.futures-io-0.3.31.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "futures_io", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=futures-io", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.31", -) diff --git a/vendor/bindeps/BUILD.futures-lite-2.6.1.bazel b/vendor/bindeps/BUILD.futures-lite-2.6.1.bazel deleted file mode 100644 index c66071005..000000000 --- a/vendor/bindeps/BUILD.futures-lite-2.6.1.bazel +++ /dev/null @@ -1,78 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "futures_lite", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "default", - "fastrand", - "futures-io", - "parking", - "race", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=futures-lite", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.6.1", - deps = [ - "@bindeps__fastrand-2.3.0//:fastrand", - "@bindeps__futures-core-0.3.31//:futures_core", - "@bindeps__futures-io-0.3.31//:futures_io", - "@bindeps__parking-2.2.1//:parking", - "@bindeps__pin-project-lite-0.2.16//:pin_project_lite", - ], -) diff --git a/vendor/bindeps/BUILD.futures-macro-0.3.31.bazel b/vendor/bindeps/BUILD.futures-macro-0.3.31.bazel deleted file mode 100644 index 8b6beacab..000000000 --- a/vendor/bindeps/BUILD.futures-macro-0.3.31.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "futures_macro", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=futures-macro", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.31", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.futures-sink-0.3.31.bazel b/vendor/bindeps/BUILD.futures-sink-0.3.31.bazel deleted file mode 100644 index 27dfcce49..000000000 --- a/vendor/bindeps/BUILD.futures-sink-0.3.31.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "futures_sink", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=futures-sink", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.31", -) diff --git a/vendor/bindeps/BUILD.futures-task-0.3.31.bazel b/vendor/bindeps/BUILD.futures-task-0.3.31.bazel deleted file mode 100644 index 70e580841..000000000 --- a/vendor/bindeps/BUILD.futures-task-0.3.31.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "futures_task", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=futures-task", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.31", -) diff --git a/vendor/bindeps/BUILD.futures-util-0.3.31.bazel b/vendor/bindeps/BUILD.futures-util-0.3.31.bazel deleted file mode 100644 index d1f30fc32..000000000 --- a/vendor/bindeps/BUILD.futures-util-0.3.31.bazel +++ /dev/null @@ -1,92 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "futures_util", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "async-await", - "async-await-macro", - "channel", - "default", - "futures-channel", - "futures-io", - "futures-macro", - "futures-sink", - "io", - "memchr", - "sink", - "slab", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - proc_macro_deps = [ - "@bindeps__futures-macro-0.3.31//:futures_macro", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=futures-util", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.31", - deps = [ - "@bindeps__futures-channel-0.3.31//:futures_channel", - "@bindeps__futures-core-0.3.31//:futures_core", - "@bindeps__futures-io-0.3.31//:futures_io", - "@bindeps__futures-sink-0.3.31//:futures_sink", - "@bindeps__futures-task-0.3.31//:futures_task", - "@bindeps__memchr-2.7.5//:memchr", - "@bindeps__pin-project-lite-0.2.16//:pin_project_lite", - "@bindeps__pin-utils-0.1.0//:pin_utils", - "@bindeps__slab-0.4.11//:slab", - ], -) diff --git a/vendor/bindeps/BUILD.generic-array-0.14.7.bazel b/vendor/bindeps/BUILD.generic-array-0.14.7.bazel deleted file mode 100644 index ec0a9563d..000000000 --- a/vendor/bindeps/BUILD.generic-array-0.14.7.bazel +++ /dev/null @@ -1,137 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "generic_array", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "more_lengths", - ], - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=generic-array", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.14.7", - deps = [ - "@bindeps__generic-array-0.14.7//:build_script_build", - "@bindeps__typenum-1.18.0//:typenum", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "more_lengths", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2015", - pkg_name = "generic-array", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=generic-array", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.14.7", - visibility = ["//visibility:private"], - deps = [ - "@bindeps__version_check-0.9.5//:version_check", - ], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.getrandom-0.2.16.bazel b/vendor/bindeps/BUILD.getrandom-0.2.16.bazel deleted file mode 100644 index cd79fbac4..000000000 --- a/vendor/bindeps/BUILD.getrandom-0.2.16.bazel +++ /dev/null @@ -1,85 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "getrandom", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "js", - "js-sys", - "std", - "wasm-bindgen", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=getrandom", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.16", - deps = [ - "@bindeps__cfg-if-1.0.3//:cfg_if", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.getrandom-0.3.3.bazel b/vendor/bindeps/BUILD.getrandom-0.3.3.bazel deleted file mode 100644 index 0e02aaea6..000000000 --- a/vendor/bindeps/BUILD.getrandom-0.3.3.bazel +++ /dev/null @@ -1,150 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "getrandom", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "std", - "wasm_js", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=getrandom", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.3", - deps = [ - "@bindeps__cfg-if-1.0.3//:cfg_if", - "@bindeps__getrandom-0.3.3//:build_script_build", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(any(target_os = "macos", target_os = "openbsd", target_os = "vita", target_os = "emscripten")) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # 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:x86_64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(any(target_os = "macos", target_os = "openbsd", target_os = "vita", target_os = "emscripten")) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # 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")))) - ], - "//conditions:default": [], - }), -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "std", - "wasm_js", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "getrandom", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=getrandom", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.3.3", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.gimli-0.28.1.bazel b/vendor/bindeps/BUILD.gimli-0.28.1.bazel deleted file mode 100644 index c8a1e0fcf..000000000 --- a/vendor/bindeps/BUILD.gimli-0.28.1.bazel +++ /dev/null @@ -1,77 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gimli", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "endian-reader", - "fallible-iterator", - "read", - "read-all", - "read-core", - "std", - "write", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gimli", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.28.1", - deps = [ - "@bindeps__fallible-iterator-0.3.0//:fallible_iterator", - "@bindeps__indexmap-2.11.3//:indexmap", - "@bindeps__stable_deref_trait-1.2.0//:stable_deref_trait", - ], -) diff --git a/vendor/bindeps/BUILD.gimli-0.31.1.bazel b/vendor/bindeps/BUILD.gimli-0.31.1.bazel deleted file mode 100644 index 969069f60..000000000 --- a/vendor/bindeps/BUILD.gimli-0.31.1.bazel +++ /dev/null @@ -1,64 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gimli", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "read", - "read-core", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gimli", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.31.1", -) diff --git a/vendor/bindeps/BUILD.gix-0.73.0.bazel b/vendor/bindeps/BUILD.gix-0.73.0.bazel deleted file mode 100644 index 7e6120024..000000000 --- a/vendor/bindeps/BUILD.gix-0.73.0.bazel +++ /dev/null @@ -1,122 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "attributes", - "blocking-http-transport-reqwest", - "blocking-network-client", - "command", - "credentials", - "excludes", - "index", - "interrupt", - "worktree-mutation", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.73.0", - deps = [ - "@bindeps__gix-actor-0.35.4//:gix_actor", - "@bindeps__gix-attributes-0.27.0//:gix_attributes", - "@bindeps__gix-command-0.6.2//:gix_command", - "@bindeps__gix-commitgraph-0.29.0//:gix_commitgraph", - "@bindeps__gix-config-0.46.0//:gix_config", - "@bindeps__gix-credentials-0.30.0//:gix_credentials", - "@bindeps__gix-date-0.10.5//:gix_date", - "@bindeps__gix-diff-0.53.0//:gix_diff", - "@bindeps__gix-discover-0.41.0//:gix_discover", - "@bindeps__gix-features-0.43.1//:gix_features", - "@bindeps__gix-filter-0.20.0//:gix_filter", - "@bindeps__gix-fs-0.16.1//:gix_fs", - "@bindeps__gix-glob-0.21.0//:gix_glob", - "@bindeps__gix-hash-0.19.0//:gix_hash", - "@bindeps__gix-hashtable-0.9.0//:gix_hashtable", - "@bindeps__gix-ignore-0.16.0//:gix_ignore", - "@bindeps__gix-index-0.41.0//:gix_index", - "@bindeps__gix-lock-18.0.0//:gix_lock", - "@bindeps__gix-negotiate-0.21.0//:gix_negotiate", - "@bindeps__gix-object-0.50.2//:gix_object", - "@bindeps__gix-odb-0.70.0//:gix_odb", - "@bindeps__gix-pack-0.60.0//:gix_pack", - "@bindeps__gix-path-0.10.20//:gix_path", - "@bindeps__gix-pathspec-0.12.0//:gix_pathspec", - "@bindeps__gix-prompt-0.11.1//:gix_prompt", - "@bindeps__gix-protocol-0.51.0//:gix_protocol", - "@bindeps__gix-ref-0.53.1//:gix_ref", - "@bindeps__gix-refspec-0.31.0//:gix_refspec", - "@bindeps__gix-revision-0.35.0//:gix_revision", - "@bindeps__gix-revwalk-0.21.0//:gix_revwalk", - "@bindeps__gix-sec-0.12.0//:gix_sec", - "@bindeps__gix-shallow-0.5.0//:gix_shallow", - "@bindeps__gix-submodule-0.20.0//:gix_submodule", - "@bindeps__gix-tempfile-18.0.0//:gix_tempfile", - "@bindeps__gix-trace-0.1.13//:gix_trace", - "@bindeps__gix-transport-0.48.0//:gix_transport", - "@bindeps__gix-traverse-0.47.0//:gix_traverse", - "@bindeps__gix-url-0.32.0//:gix_url", - "@bindeps__gix-utils-0.3.0//:gix_utils", - "@bindeps__gix-validate-0.10.0//:gix_validate", - "@bindeps__gix-worktree-0.42.0//:gix_worktree", - "@bindeps__gix-worktree-state-0.20.0//:gix_worktree_state", - "@bindeps__once_cell-1.21.3//:once_cell", - "@bindeps__parking_lot-0.12.4//:parking_lot", - "@bindeps__signal-hook-0.3.18//:signal_hook", - "@bindeps__smallvec-1.15.1//:smallvec", - "@bindeps__thiserror-2.0.16//:thiserror", - ], -) diff --git a/vendor/bindeps/BUILD.gix-actor-0.35.4.bazel b/vendor/bindeps/BUILD.gix-actor-0.35.4.bazel deleted file mode 100644 index 6c2a42903..000000000 --- a/vendor/bindeps/BUILD.gix-actor-0.35.4.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_actor", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-actor", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.35.4", - deps = [ - "@bindeps__bstr-1.12.0//:bstr", - "@bindeps__gix-date-0.10.5//:gix_date", - "@bindeps__gix-utils-0.3.0//:gix_utils", - "@bindeps__itoa-1.0.15//:itoa", - "@bindeps__thiserror-2.0.16//:thiserror", - "@bindeps__winnow-0.7.13//:winnow", - ], -) diff --git a/vendor/bindeps/BUILD.gix-attributes-0.27.0.bazel b/vendor/bindeps/BUILD.gix-attributes-0.27.0.bazel deleted file mode 100644 index 48b466c8b..000000000 --- a/vendor/bindeps/BUILD.gix-attributes-0.27.0.bazel +++ /dev/null @@ -1,73 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_attributes", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-attributes", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.27.0", - deps = [ - "@bindeps__bstr-1.12.0//:bstr", - "@bindeps__gix-glob-0.21.0//:gix_glob", - "@bindeps__gix-path-0.10.20//:gix_path", - "@bindeps__gix-quote-0.6.0//:gix_quote", - "@bindeps__gix-trace-0.1.13//:gix_trace", - "@bindeps__kstring-2.0.2//:kstring", - "@bindeps__smallvec-1.15.1//:smallvec", - "@bindeps__thiserror-2.0.16//:thiserror", - "@bindeps__unicode-bom-2.0.3//:unicode_bom", - ], -) diff --git a/vendor/bindeps/BUILD.gix-bitmap-0.2.14.bazel b/vendor/bindeps/BUILD.gix-bitmap-0.2.14.bazel deleted file mode 100644 index 593c3a1dc..000000000 --- a/vendor/bindeps/BUILD.gix-bitmap-0.2.14.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_bitmap", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-bitmap", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.14", - deps = [ - "@bindeps__thiserror-2.0.16//:thiserror", - ], -) diff --git a/vendor/bindeps/BUILD.gix-chunk-0.4.11.bazel b/vendor/bindeps/BUILD.gix-chunk-0.4.11.bazel deleted file mode 100644 index a74a52680..000000000 --- a/vendor/bindeps/BUILD.gix-chunk-0.4.11.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_chunk", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-chunk", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.4.11", - deps = [ - "@bindeps__thiserror-2.0.16//:thiserror", - ], -) diff --git a/vendor/bindeps/BUILD.gix-command-0.6.2.bazel b/vendor/bindeps/BUILD.gix-command-0.6.2.bazel deleted file mode 100644 index b10bf4522..000000000 --- a/vendor/bindeps/BUILD.gix-command-0.6.2.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_command", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-command", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.6.2", - deps = [ - "@bindeps__bstr-1.12.0//:bstr", - "@bindeps__gix-path-0.10.20//:gix_path", - "@bindeps__gix-quote-0.6.0//:gix_quote", - "@bindeps__gix-trace-0.1.13//:gix_trace", - "@bindeps__shell-words-1.1.0//:shell_words", - ], -) diff --git a/vendor/bindeps/BUILD.gix-commitgraph-0.29.0.bazel b/vendor/bindeps/BUILD.gix-commitgraph-0.29.0.bazel deleted file mode 100644 index 5dd19c13b..000000000 --- a/vendor/bindeps/BUILD.gix-commitgraph-0.29.0.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_commitgraph", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-commitgraph", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.29.0", - deps = [ - "@bindeps__bstr-1.12.0//:bstr", - "@bindeps__gix-chunk-0.4.11//:gix_chunk", - "@bindeps__gix-hash-0.19.0//:gix_hash", - "@bindeps__memmap2-0.9.8//:memmap2", - "@bindeps__thiserror-2.0.16//:thiserror", - ], -) diff --git a/vendor/bindeps/BUILD.gix-config-0.46.0.bazel b/vendor/bindeps/BUILD.gix-config-0.46.0.bazel deleted file mode 100644 index e7b80f57d..000000000 --- a/vendor/bindeps/BUILD.gix-config-0.46.0.bazel +++ /dev/null @@ -1,77 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_config", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-config", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.46.0", - deps = [ - "@bindeps__bstr-1.12.0//:bstr", - "@bindeps__gix-config-value-0.15.1//:gix_config_value", - "@bindeps__gix-features-0.43.1//:gix_features", - "@bindeps__gix-glob-0.21.0//:gix_glob", - "@bindeps__gix-path-0.10.20//:gix_path", - "@bindeps__gix-ref-0.53.1//:gix_ref", - "@bindeps__gix-sec-0.12.0//:gix_sec", - "@bindeps__memchr-2.7.5//:memchr", - "@bindeps__once_cell-1.21.3//:once_cell", - "@bindeps__smallvec-1.15.1//:smallvec", - "@bindeps__thiserror-2.0.16//:thiserror", - "@bindeps__unicode-bom-2.0.3//:unicode_bom", - "@bindeps__winnow-0.7.13//:winnow", - ], -) diff --git a/vendor/bindeps/BUILD.gix-config-value-0.15.1.bazel b/vendor/bindeps/BUILD.gix-config-value-0.15.1.bazel deleted file mode 100644 index c3fe07997..000000000 --- a/vendor/bindeps/BUILD.gix-config-value-0.15.1.bazel +++ /dev/null @@ -1,82 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_config_value", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-config-value", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.15.1", - deps = [ - "@bindeps__bitflags-2.9.4//:bitflags", - "@bindeps__bstr-1.12.0//:bstr", - "@bindeps__gix-path-0.10.20//:gix_path", - "@bindeps__thiserror-2.0.16//:thiserror", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(not(windows)) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(not(windows)) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(not(windows)) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(not(windows)) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.gix-credentials-0.30.0.bazel b/vendor/bindeps/BUILD.gix-credentials-0.30.0.bazel deleted file mode 100644 index 9fff1313e..000000000 --- a/vendor/bindeps/BUILD.gix-credentials-0.30.0.bazel +++ /dev/null @@ -1,74 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_credentials", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-credentials", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.30.0", - deps = [ - "@bindeps__bstr-1.12.0//:bstr", - "@bindeps__gix-command-0.6.2//:gix_command", - "@bindeps__gix-config-value-0.15.1//:gix_config_value", - "@bindeps__gix-date-0.10.5//:gix_date", - "@bindeps__gix-path-0.10.20//:gix_path", - "@bindeps__gix-prompt-0.11.1//:gix_prompt", - "@bindeps__gix-sec-0.12.0//:gix_sec", - "@bindeps__gix-trace-0.1.13//:gix_trace", - "@bindeps__gix-url-0.32.0//:gix_url", - "@bindeps__thiserror-2.0.16//:thiserror", - ], -) diff --git a/vendor/bindeps/BUILD.gix-date-0.10.5.bazel b/vendor/bindeps/BUILD.gix-date-0.10.5.bazel deleted file mode 100644 index 5b8b6645a..000000000 --- a/vendor/bindeps/BUILD.gix-date-0.10.5.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_date", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-date", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.10.5", - deps = [ - "@bindeps__bstr-1.12.0//:bstr", - "@bindeps__itoa-1.0.15//:itoa", - "@bindeps__jiff-0.2.15//:jiff", - "@bindeps__smallvec-1.15.1//:smallvec", - "@bindeps__thiserror-2.0.16//:thiserror", - ], -) diff --git a/vendor/bindeps/BUILD.gix-diff-0.53.0.bazel b/vendor/bindeps/BUILD.gix-diff-0.53.0.bazel deleted file mode 100644 index 58d9d719b..000000000 --- a/vendor/bindeps/BUILD.gix-diff-0.53.0.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_diff", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-diff", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.53.0", - deps = [ - "@bindeps__bstr-1.12.0//:bstr", - "@bindeps__gix-hash-0.19.0//:gix_hash", - "@bindeps__gix-object-0.50.2//:gix_object", - "@bindeps__thiserror-2.0.16//:thiserror", - ], -) diff --git a/vendor/bindeps/BUILD.gix-discover-0.41.0.bazel b/vendor/bindeps/BUILD.gix-discover-0.41.0.bazel deleted file mode 100644 index e05b5dca1..000000000 --- a/vendor/bindeps/BUILD.gix-discover-0.41.0.bazel +++ /dev/null @@ -1,79 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_discover", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-discover", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.41.0", - deps = [ - "@bindeps__bstr-1.12.0//:bstr", - "@bindeps__gix-fs-0.16.1//:gix_fs", - "@bindeps__gix-hash-0.19.0//:gix_hash", - "@bindeps__gix-path-0.10.20//:gix_path", - "@bindeps__gix-ref-0.53.1//:gix_ref", - "@bindeps__gix-sec-0.12.0//:gix_sec", - "@bindeps__thiserror-2.0.16//:thiserror", - ] + select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__dunce-1.0.5//:dunce", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__dunce-1.0.5//:dunce", # cfg(windows) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.gix-features-0.43.1.bazel b/vendor/bindeps/BUILD.gix-features-0.43.1.bazel deleted file mode 100644 index 1a819ecc3..000000000 --- a/vendor/bindeps/BUILD.gix-features-0.43.1.bazel +++ /dev/null @@ -1,99 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_features", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "crc32", - "default", - "fs-read-dir", - "io-pipe", - "once_cell", - "prodash", - "progress", - "walkdir", - "zlib", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-features", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.43.1", - deps = [ - "@bindeps__bytes-1.10.1//:bytes", - "@bindeps__crc32fast-1.5.0//:crc32fast", - "@bindeps__flate2-1.1.2//:flate2", - "@bindeps__gix-path-0.10.20//:gix_path", - "@bindeps__gix-trace-0.1.13//:gix_trace", - "@bindeps__gix-utils-0.3.0//:gix_utils", - "@bindeps__once_cell-1.21.3//:once_cell", - "@bindeps__prodash-30.0.1//:prodash", - "@bindeps__thiserror-2.0.16//:thiserror", - "@bindeps__walkdir-2.5.0//:walkdir", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.gix-filter-0.20.0.bazel b/vendor/bindeps/BUILD.gix-filter-0.20.0.bazel deleted file mode 100644 index 7f0f67223..000000000 --- a/vendor/bindeps/BUILD.gix-filter-0.20.0.bazel +++ /dev/null @@ -1,77 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_filter", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-filter", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.20.0", - deps = [ - "@bindeps__bstr-1.12.0//:bstr", - "@bindeps__encoding_rs-0.8.35//:encoding_rs", - "@bindeps__gix-attributes-0.27.0//:gix_attributes", - "@bindeps__gix-command-0.6.2//:gix_command", - "@bindeps__gix-hash-0.19.0//:gix_hash", - "@bindeps__gix-object-0.50.2//:gix_object", - "@bindeps__gix-packetline-blocking-0.19.1//:gix_packetline_blocking", - "@bindeps__gix-path-0.10.20//:gix_path", - "@bindeps__gix-quote-0.6.0//:gix_quote", - "@bindeps__gix-trace-0.1.13//:gix_trace", - "@bindeps__gix-utils-0.3.0//:gix_utils", - "@bindeps__smallvec-1.15.1//:smallvec", - "@bindeps__thiserror-2.0.16//:thiserror", - ], -) diff --git a/vendor/bindeps/BUILD.gix-fs-0.16.1.bazel b/vendor/bindeps/BUILD.gix-fs-0.16.1.bazel deleted file mode 100644 index 44b1b00fd..000000000 --- a/vendor/bindeps/BUILD.gix-fs-0.16.1.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_fs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-fs", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.16.1", - deps = [ - "@bindeps__bstr-1.12.0//:bstr", - "@bindeps__fastrand-2.3.0//:fastrand", - "@bindeps__gix-features-0.43.1//:gix_features", - "@bindeps__gix-path-0.10.20//:gix_path", - "@bindeps__gix-utils-0.3.0//:gix_utils", - "@bindeps__thiserror-2.0.16//:thiserror", - ], -) diff --git a/vendor/bindeps/BUILD.gix-glob-0.21.0.bazel b/vendor/bindeps/BUILD.gix-glob-0.21.0.bazel deleted file mode 100644 index 917953b9a..000000000 --- a/vendor/bindeps/BUILD.gix-glob-0.21.0.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_glob", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-glob", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.21.0", - deps = [ - "@bindeps__bitflags-2.9.4//:bitflags", - "@bindeps__bstr-1.12.0//:bstr", - "@bindeps__gix-features-0.43.1//:gix_features", - "@bindeps__gix-path-0.10.20//:gix_path", - ], -) diff --git a/vendor/bindeps/BUILD.gix-hash-0.19.0.bazel b/vendor/bindeps/BUILD.gix-hash-0.19.0.bazel deleted file mode 100644 index 6880d6e53..000000000 --- a/vendor/bindeps/BUILD.gix-hash-0.19.0.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_hash", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-hash", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.19.0", - deps = [ - "@bindeps__faster-hex-0.10.0//:faster_hex", - "@bindeps__gix-features-0.43.1//:gix_features", - "@bindeps__sha1-checked-0.10.0//:sha1_checked", - "@bindeps__thiserror-2.0.16//:thiserror", - ], -) diff --git a/vendor/bindeps/BUILD.gix-hashtable-0.9.0.bazel b/vendor/bindeps/BUILD.gix-hashtable-0.9.0.bazel deleted file mode 100644 index fd7725a52..000000000 --- a/vendor/bindeps/BUILD.gix-hashtable-0.9.0.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_hashtable", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-hashtable", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.9.0", - deps = [ - "@bindeps__gix-hash-0.19.0//:gix_hash", - "@bindeps__hashbrown-0.15.5//:hashbrown", - "@bindeps__parking_lot-0.12.4//:parking_lot", - ], -) diff --git a/vendor/bindeps/BUILD.gix-ignore-0.16.0.bazel b/vendor/bindeps/BUILD.gix-ignore-0.16.0.bazel deleted file mode 100644 index 58287625b..000000000 --- a/vendor/bindeps/BUILD.gix-ignore-0.16.0.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_ignore", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-ignore", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.16.0", - deps = [ - "@bindeps__bstr-1.12.0//:bstr", - "@bindeps__gix-glob-0.21.0//:gix_glob", - "@bindeps__gix-path-0.10.20//:gix_path", - "@bindeps__gix-trace-0.1.13//:gix_trace", - "@bindeps__unicode-bom-2.0.3//:unicode_bom", - ], -) diff --git a/vendor/bindeps/BUILD.gix-index-0.41.0.bazel b/vendor/bindeps/BUILD.gix-index-0.41.0.bazel deleted file mode 100644 index e275a3d3d..000000000 --- a/vendor/bindeps/BUILD.gix-index-0.41.0.bazel +++ /dev/null @@ -1,100 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_index", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-index", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.41.0", - deps = [ - "@bindeps__bitflags-2.9.4//:bitflags", - "@bindeps__bstr-1.12.0//:bstr", - "@bindeps__filetime-0.2.26//:filetime", - "@bindeps__fnv-1.0.7//:fnv", - "@bindeps__gix-bitmap-0.2.14//:gix_bitmap", - "@bindeps__gix-features-0.43.1//:gix_features", - "@bindeps__gix-fs-0.16.1//:gix_fs", - "@bindeps__gix-hash-0.19.0//:gix_hash", - "@bindeps__gix-lock-18.0.0//:gix_lock", - "@bindeps__gix-object-0.50.2//:gix_object", - "@bindeps__gix-traverse-0.47.0//:gix_traverse", - "@bindeps__gix-utils-0.3.0//:gix_utils", - "@bindeps__gix-validate-0.10.0//:gix_validate", - "@bindeps__hashbrown-0.15.5//:hashbrown", - "@bindeps__itoa-1.0.15//:itoa", - "@bindeps__memmap2-0.9.8//:memmap2", - "@bindeps__smallvec-1.15.1//:smallvec", - "@bindeps__thiserror-2.0.16//:thiserror", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(not(windows)) - "@bindeps__rustix-1.1.2//:rustix", # cfg(not(windows)) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(not(windows)) - "@bindeps__rustix-1.1.2//:rustix", # cfg(not(windows)) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(not(windows)) - "@bindeps__rustix-1.1.2//:rustix", # cfg(not(windows)) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(not(windows)) - "@bindeps__rustix-1.1.2//:rustix", # cfg(not(windows)) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.gix-lock-18.0.0.bazel b/vendor/bindeps/BUILD.gix-lock-18.0.0.bazel deleted file mode 100644 index 4ecc8db60..000000000 --- a/vendor/bindeps/BUILD.gix-lock-18.0.0.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_lock", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-lock", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "18.0.0", - deps = [ - "@bindeps__gix-tempfile-18.0.0//:gix_tempfile", - "@bindeps__gix-utils-0.3.0//:gix_utils", - "@bindeps__thiserror-2.0.16//:thiserror", - ], -) diff --git a/vendor/bindeps/BUILD.gix-negotiate-0.21.0.bazel b/vendor/bindeps/BUILD.gix-negotiate-0.21.0.bazel deleted file mode 100644 index dd26b352f..000000000 --- a/vendor/bindeps/BUILD.gix-negotiate-0.21.0.bazel +++ /dev/null @@ -1,72 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_negotiate", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-negotiate", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.21.0", - deps = [ - "@bindeps__bitflags-2.9.4//:bitflags", - "@bindeps__gix-commitgraph-0.29.0//:gix_commitgraph", - "@bindeps__gix-date-0.10.5//:gix_date", - "@bindeps__gix-hash-0.19.0//:gix_hash", - "@bindeps__gix-object-0.50.2//:gix_object", - "@bindeps__gix-revwalk-0.21.0//:gix_revwalk", - "@bindeps__smallvec-1.15.1//:smallvec", - "@bindeps__thiserror-2.0.16//:thiserror", - ], -) diff --git a/vendor/bindeps/BUILD.gix-object-0.50.2.bazel b/vendor/bindeps/BUILD.gix-object-0.50.2.bazel deleted file mode 100644 index b2d6ce55e..000000000 --- a/vendor/bindeps/BUILD.gix-object-0.50.2.bazel +++ /dev/null @@ -1,77 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_object", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-object", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.50.2", - deps = [ - "@bindeps__bstr-1.12.0//:bstr", - "@bindeps__gix-actor-0.35.4//:gix_actor", - "@bindeps__gix-date-0.10.5//:gix_date", - "@bindeps__gix-features-0.43.1//:gix_features", - "@bindeps__gix-hash-0.19.0//:gix_hash", - "@bindeps__gix-hashtable-0.9.0//:gix_hashtable", - "@bindeps__gix-path-0.10.20//:gix_path", - "@bindeps__gix-utils-0.3.0//:gix_utils", - "@bindeps__gix-validate-0.10.0//:gix_validate", - "@bindeps__itoa-1.0.15//:itoa", - "@bindeps__smallvec-1.15.1//:smallvec", - "@bindeps__thiserror-2.0.16//:thiserror", - "@bindeps__winnow-0.7.13//:winnow", - ], -) diff --git a/vendor/bindeps/BUILD.gix-odb-0.70.0.bazel b/vendor/bindeps/BUILD.gix-odb-0.70.0.bazel deleted file mode 100644 index 9a702a119..000000000 --- a/vendor/bindeps/BUILD.gix-odb-0.70.0.bazel +++ /dev/null @@ -1,77 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_odb", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-odb", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.70.0", - deps = [ - "@bindeps__arc-swap-1.7.1//:arc_swap", - "@bindeps__gix-date-0.10.5//:gix_date", - "@bindeps__gix-features-0.43.1//:gix_features", - "@bindeps__gix-fs-0.16.1//:gix_fs", - "@bindeps__gix-hash-0.19.0//:gix_hash", - "@bindeps__gix-hashtable-0.9.0//:gix_hashtable", - "@bindeps__gix-object-0.50.2//:gix_object", - "@bindeps__gix-pack-0.60.0//:gix_pack", - "@bindeps__gix-path-0.10.20//:gix_path", - "@bindeps__gix-quote-0.6.0//:gix_quote", - "@bindeps__parking_lot-0.12.4//:parking_lot", - "@bindeps__tempfile-3.22.0//:tempfile", - "@bindeps__thiserror-2.0.16//:thiserror", - ], -) diff --git a/vendor/bindeps/BUILD.gix-pack-0.60.0.bazel b/vendor/bindeps/BUILD.gix-pack-0.60.0.bazel deleted file mode 100644 index e10e5ae6d..000000000 --- a/vendor/bindeps/BUILD.gix-pack-0.60.0.bazel +++ /dev/null @@ -1,80 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_pack", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "object-cache-dynamic", - "streaming-input", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-pack", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.60.0", - deps = [ - "@bindeps__clru-0.6.2//:clru", - "@bindeps__gix-chunk-0.4.11//:gix_chunk", - "@bindeps__gix-features-0.43.1//:gix_features", - "@bindeps__gix-hash-0.19.0//:gix_hash", - "@bindeps__gix-hashtable-0.9.0//:gix_hashtable", - "@bindeps__gix-object-0.50.2//:gix_object", - "@bindeps__gix-path-0.10.20//:gix_path", - "@bindeps__gix-tempfile-18.0.0//:gix_tempfile", # cfg(not(target_arch = "wasm32")) - "@bindeps__memmap2-0.9.8//:memmap2", - "@bindeps__parking_lot-0.12.4//:parking_lot", - "@bindeps__smallvec-1.15.1//:smallvec", - "@bindeps__thiserror-2.0.16//:thiserror", - ], -) diff --git a/vendor/bindeps/BUILD.gix-packetline-0.19.1.bazel b/vendor/bindeps/BUILD.gix-packetline-0.19.1.bazel deleted file mode 100644 index 404c220df..000000000 --- a/vendor/bindeps/BUILD.gix-packetline-0.19.1.bazel +++ /dev/null @@ -1,72 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_packetline", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "blocking-io", - "default", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-packetline", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.19.1", - deps = [ - "@bindeps__bstr-1.12.0//:bstr", - "@bindeps__faster-hex-0.10.0//:faster_hex", - "@bindeps__gix-trace-0.1.13//:gix_trace", - "@bindeps__thiserror-2.0.16//:thiserror", - ], -) diff --git a/vendor/bindeps/BUILD.gix-packetline-blocking-0.19.1.bazel b/vendor/bindeps/BUILD.gix-packetline-blocking-0.19.1.bazel deleted file mode 100644 index 486044aff..000000000 --- a/vendor/bindeps/BUILD.gix-packetline-blocking-0.19.1.bazel +++ /dev/null @@ -1,72 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_packetline_blocking", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "blocking-io", - "default", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-packetline-blocking", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.19.1", - deps = [ - "@bindeps__bstr-1.12.0//:bstr", - "@bindeps__faster-hex-0.10.0//:faster_hex", - "@bindeps__gix-trace-0.1.13//:gix_trace", - "@bindeps__thiserror-2.0.16//:thiserror", - ], -) diff --git a/vendor/bindeps/BUILD.gix-path-0.10.20.bazel b/vendor/bindeps/BUILD.gix-path-0.10.20.bazel deleted file mode 100644 index c97345e9b..000000000 --- a/vendor/bindeps/BUILD.gix-path-0.10.20.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_path", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-path", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.10.20", - deps = [ - "@bindeps__bstr-1.12.0//:bstr", - "@bindeps__gix-trace-0.1.13//:gix_trace", - "@bindeps__gix-validate-0.10.0//:gix_validate", - "@bindeps__home-0.5.11//:home", # cfg(not(target_family = "wasm")) - "@bindeps__once_cell-1.21.3//:once_cell", - "@bindeps__thiserror-2.0.16//:thiserror", - ], -) diff --git a/vendor/bindeps/BUILD.gix-pathspec-0.12.0.bazel b/vendor/bindeps/BUILD.gix-pathspec-0.12.0.bazel deleted file mode 100644 index abffc0eff..000000000 --- a/vendor/bindeps/BUILD.gix-pathspec-0.12.0.bazel +++ /dev/null @@ -1,71 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_pathspec", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-pathspec", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.12.0", - deps = [ - "@bindeps__bitflags-2.9.4//:bitflags", - "@bindeps__bstr-1.12.0//:bstr", - "@bindeps__gix-attributes-0.27.0//:gix_attributes", - "@bindeps__gix-config-value-0.15.1//:gix_config_value", - "@bindeps__gix-glob-0.21.0//:gix_glob", - "@bindeps__gix-path-0.10.20//:gix_path", - "@bindeps__thiserror-2.0.16//:thiserror", - ], -) diff --git a/vendor/bindeps/BUILD.gix-prompt-0.11.1.bazel b/vendor/bindeps/BUILD.gix-prompt-0.11.1.bazel deleted file mode 100644 index 070b21590..000000000 --- a/vendor/bindeps/BUILD.gix-prompt-0.11.1.bazel +++ /dev/null @@ -1,85 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_prompt", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-prompt", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.11.1", - deps = [ - "@bindeps__gix-command-0.6.2//:gix_command", - "@bindeps__gix-config-value-0.15.1//:gix_config_value", - "@bindeps__thiserror-2.0.16//:thiserror", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__parking_lot-0.12.4//:parking_lot", # cfg(unix) - "@bindeps__rustix-1.1.2//:rustix", # cfg(unix) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__parking_lot-0.12.4//:parking_lot", # cfg(unix) - "@bindeps__rustix-1.1.2//:rustix", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__parking_lot-0.12.4//:parking_lot", # cfg(unix) - "@bindeps__rustix-1.1.2//:rustix", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__parking_lot-0.12.4//:parking_lot", # cfg(unix) - "@bindeps__rustix-1.1.2//:rustix", # cfg(unix) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.gix-protocol-0.51.0.bazel b/vendor/bindeps/BUILD.gix-protocol-0.51.0.bazel deleted file mode 100644 index 385dbe8ee..000000000 --- a/vendor/bindeps/BUILD.gix-protocol-0.51.0.bazel +++ /dev/null @@ -1,89 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_protocol", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "blocking-client", - "fetch", - "handshake", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__maybe-async-0.2.10//:maybe_async", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-protocol", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.51.0", - deps = [ - "@bindeps__bstr-1.12.0//:bstr", - "@bindeps__gix-credentials-0.30.0//:gix_credentials", - "@bindeps__gix-date-0.10.5//:gix_date", - "@bindeps__gix-features-0.43.1//:gix_features", - "@bindeps__gix-hash-0.19.0//:gix_hash", - "@bindeps__gix-lock-18.0.0//:gix_lock", - "@bindeps__gix-negotiate-0.21.0//:gix_negotiate", - "@bindeps__gix-object-0.50.2//:gix_object", - "@bindeps__gix-ref-0.53.1//:gix_ref", - "@bindeps__gix-refspec-0.31.0//:gix_refspec", - "@bindeps__gix-revwalk-0.21.0//:gix_revwalk", - "@bindeps__gix-shallow-0.5.0//:gix_shallow", - "@bindeps__gix-trace-0.1.13//:gix_trace", - "@bindeps__gix-transport-0.48.0//:gix_transport", - "@bindeps__gix-utils-0.3.0//:gix_utils", - "@bindeps__thiserror-2.0.16//:thiserror", - "@bindeps__winnow-0.7.13//:winnow", - ], -) diff --git a/vendor/bindeps/BUILD.gix-quote-0.6.0.bazel b/vendor/bindeps/BUILD.gix-quote-0.6.0.bazel deleted file mode 100644 index 063ef4881..000000000 --- a/vendor/bindeps/BUILD.gix-quote-0.6.0.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_quote", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-quote", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.6.0", - deps = [ - "@bindeps__bstr-1.12.0//:bstr", - "@bindeps__gix-utils-0.3.0//:gix_utils", - "@bindeps__thiserror-2.0.16//:thiserror", - ], -) diff --git a/vendor/bindeps/BUILD.gix-ref-0.53.1.bazel b/vendor/bindeps/BUILD.gix-ref-0.53.1.bazel deleted file mode 100644 index 4beb067ce..000000000 --- a/vendor/bindeps/BUILD.gix-ref-0.53.1.bazel +++ /dev/null @@ -1,77 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_ref", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-ref", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.53.1", - deps = [ - "@bindeps__gix-actor-0.35.4//:gix_actor", - "@bindeps__gix-features-0.43.1//:gix_features", - "@bindeps__gix-fs-0.16.1//:gix_fs", - "@bindeps__gix-hash-0.19.0//:gix_hash", - "@bindeps__gix-lock-18.0.0//:gix_lock", - "@bindeps__gix-object-0.50.2//:gix_object", - "@bindeps__gix-path-0.10.20//:gix_path", - "@bindeps__gix-tempfile-18.0.0//:gix_tempfile", - "@bindeps__gix-utils-0.3.0//:gix_utils", - "@bindeps__gix-validate-0.10.0//:gix_validate", - "@bindeps__memmap2-0.9.8//:memmap2", - "@bindeps__thiserror-2.0.16//:thiserror", - "@bindeps__winnow-0.7.13//:winnow", - ], -) diff --git a/vendor/bindeps/BUILD.gix-refspec-0.31.0.bazel b/vendor/bindeps/BUILD.gix-refspec-0.31.0.bazel deleted file mode 100644 index d4919709b..000000000 --- a/vendor/bindeps/BUILD.gix-refspec-0.31.0.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_refspec", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-refspec", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.31.0", - deps = [ - "@bindeps__bstr-1.12.0//:bstr", - "@bindeps__gix-hash-0.19.0//:gix_hash", - "@bindeps__gix-revision-0.35.0//:gix_revision", - "@bindeps__gix-validate-0.10.0//:gix_validate", - "@bindeps__smallvec-1.15.1//:smallvec", - "@bindeps__thiserror-2.0.16//:thiserror", - ], -) diff --git a/vendor/bindeps/BUILD.gix-revision-0.35.0.bazel b/vendor/bindeps/BUILD.gix-revision-0.35.0.bazel deleted file mode 100644 index d71cf19e1..000000000 --- a/vendor/bindeps/BUILD.gix-revision-0.35.0.bazel +++ /dev/null @@ -1,71 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_revision", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-revision", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.35.0", - deps = [ - "@bindeps__bstr-1.12.0//:bstr", - "@bindeps__gix-commitgraph-0.29.0//:gix_commitgraph", - "@bindeps__gix-date-0.10.5//:gix_date", - "@bindeps__gix-hash-0.19.0//:gix_hash", - "@bindeps__gix-object-0.50.2//:gix_object", - "@bindeps__gix-revwalk-0.21.0//:gix_revwalk", - "@bindeps__thiserror-2.0.16//:thiserror", - ], -) diff --git a/vendor/bindeps/BUILD.gix-revwalk-0.21.0.bazel b/vendor/bindeps/BUILD.gix-revwalk-0.21.0.bazel deleted file mode 100644 index 6152a579c..000000000 --- a/vendor/bindeps/BUILD.gix-revwalk-0.21.0.bazel +++ /dev/null @@ -1,71 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_revwalk", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-revwalk", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.21.0", - deps = [ - "@bindeps__gix-commitgraph-0.29.0//:gix_commitgraph", - "@bindeps__gix-date-0.10.5//:gix_date", - "@bindeps__gix-hash-0.19.0//:gix_hash", - "@bindeps__gix-hashtable-0.9.0//:gix_hashtable", - "@bindeps__gix-object-0.50.2//:gix_object", - "@bindeps__smallvec-1.15.1//:smallvec", - "@bindeps__thiserror-2.0.16//:thiserror", - ], -) diff --git a/vendor/bindeps/BUILD.gix-sec-0.12.0.bazel b/vendor/bindeps/BUILD.gix-sec-0.12.0.bazel deleted file mode 100644 index fcdeb44ad..000000000 --- a/vendor/bindeps/BUILD.gix-sec-0.12.0.bazel +++ /dev/null @@ -1,87 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_sec", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-sec", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.12.0", - deps = [ - "@bindeps__bitflags-2.9.4//:bitflags", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(not(windows)) - ], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__gix-path-0.10.20//:gix_path", # cfg(windows) - "@bindeps__windows-sys-0.59.0//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(not(windows)) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(not(windows)) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__gix-path-0.10.20//:gix_path", # cfg(windows) - "@bindeps__windows-sys-0.59.0//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(not(windows)) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.gix-shallow-0.5.0.bazel b/vendor/bindeps/BUILD.gix-shallow-0.5.0.bazel deleted file mode 100644 index e81cc8fbb..000000000 --- a/vendor/bindeps/BUILD.gix-shallow-0.5.0.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_shallow", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-shallow", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.5.0", - deps = [ - "@bindeps__bstr-1.12.0//:bstr", - "@bindeps__gix-hash-0.19.0//:gix_hash", - "@bindeps__gix-lock-18.0.0//:gix_lock", - "@bindeps__thiserror-2.0.16//:thiserror", - ], -) diff --git a/vendor/bindeps/BUILD.gix-submodule-0.20.0.bazel b/vendor/bindeps/BUILD.gix-submodule-0.20.0.bazel deleted file mode 100644 index a2bbd043b..000000000 --- a/vendor/bindeps/BUILD.gix-submodule-0.20.0.bazel +++ /dev/null @@ -1,71 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_submodule", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-submodule", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.20.0", - deps = [ - "@bindeps__bstr-1.12.0//:bstr", - "@bindeps__gix-config-0.46.0//:gix_config", - "@bindeps__gix-path-0.10.20//:gix_path", - "@bindeps__gix-pathspec-0.12.0//:gix_pathspec", - "@bindeps__gix-refspec-0.31.0//:gix_refspec", - "@bindeps__gix-url-0.32.0//:gix_url", - "@bindeps__thiserror-2.0.16//:thiserror", - ], -) diff --git a/vendor/bindeps/BUILD.gix-tempfile-18.0.0.bazel b/vendor/bindeps/BUILD.gix-tempfile-18.0.0.bazel deleted file mode 100644 index cdaa32533..000000000 --- a/vendor/bindeps/BUILD.gix-tempfile-18.0.0.bazel +++ /dev/null @@ -1,87 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_tempfile", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "signals", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-tempfile", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "18.0.0", - deps = [ - "@bindeps__gix-fs-0.16.1//:gix_fs", - "@bindeps__once_cell-1.21.3//:once_cell", - "@bindeps__parking_lot-0.12.4//:parking_lot", - "@bindeps__signal-hook-0.3.18//:signal_hook", - "@bindeps__signal-hook-registry-1.4.6//:signal_hook_registry", - "@bindeps__tempfile-3.22.0//:tempfile", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(not(windows)) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(not(windows)) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(not(windows)) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(not(windows)) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.gix-trace-0.1.13.bazel b/vendor/bindeps/BUILD.gix-trace-0.1.13.bazel deleted file mode 100644 index b026d931d..000000000 --- a/vendor/bindeps/BUILD.gix-trace-0.1.13.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_trace", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-trace", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.13", -) diff --git a/vendor/bindeps/BUILD.gix-transport-0.48.0.bazel b/vendor/bindeps/BUILD.gix-transport-0.48.0.bazel deleted file mode 100644 index 606e574ac..000000000 --- a/vendor/bindeps/BUILD.gix-transport-0.48.0.bazel +++ /dev/null @@ -1,84 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_transport", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "base64", - "blocking-client", - "default", - "gix-credentials", - "http-client", - "http-client-reqwest", - "reqwest", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-transport", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.48.0", - deps = [ - "@bindeps__base64-0.22.1//:base64", - "@bindeps__bstr-1.12.0//:bstr", - "@bindeps__gix-command-0.6.2//:gix_command", - "@bindeps__gix-credentials-0.30.0//:gix_credentials", - "@bindeps__gix-features-0.43.1//:gix_features", - "@bindeps__gix-packetline-0.19.1//:gix_packetline", - "@bindeps__gix-quote-0.6.0//:gix_quote", - "@bindeps__gix-sec-0.12.0//:gix_sec", - "@bindeps__gix-url-0.32.0//:gix_url", - "@bindeps__reqwest-0.12.23//:reqwest", - "@bindeps__thiserror-2.0.16//:thiserror", - ], -) diff --git a/vendor/bindeps/BUILD.gix-traverse-0.47.0.bazel b/vendor/bindeps/BUILD.gix-traverse-0.47.0.bazel deleted file mode 100644 index 930e469fd..000000000 --- a/vendor/bindeps/BUILD.gix-traverse-0.47.0.bazel +++ /dev/null @@ -1,73 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_traverse", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-traverse", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.47.0", - deps = [ - "@bindeps__bitflags-2.9.4//:bitflags", - "@bindeps__gix-commitgraph-0.29.0//:gix_commitgraph", - "@bindeps__gix-date-0.10.5//:gix_date", - "@bindeps__gix-hash-0.19.0//:gix_hash", - "@bindeps__gix-hashtable-0.9.0//:gix_hashtable", - "@bindeps__gix-object-0.50.2//:gix_object", - "@bindeps__gix-revwalk-0.21.0//:gix_revwalk", - "@bindeps__smallvec-1.15.1//:smallvec", - "@bindeps__thiserror-2.0.16//:thiserror", - ], -) diff --git a/vendor/bindeps/BUILD.gix-url-0.32.0.bazel b/vendor/bindeps/BUILD.gix-url-0.32.0.bazel deleted file mode 100644 index cd8cee603..000000000 --- a/vendor/bindeps/BUILD.gix-url-0.32.0.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_url", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-url", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.32.0", - deps = [ - "@bindeps__bstr-1.12.0//:bstr", - "@bindeps__gix-features-0.43.1//:gix_features", - "@bindeps__gix-path-0.10.20//:gix_path", - "@bindeps__percent-encoding-2.3.2//:percent_encoding", - "@bindeps__thiserror-2.0.16//:thiserror", - "@bindeps__url-2.5.7//:url", - ], -) diff --git a/vendor/bindeps/BUILD.gix-utils-0.3.0.bazel b/vendor/bindeps/BUILD.gix-utils-0.3.0.bazel deleted file mode 100644 index 456a633be..000000000 --- a/vendor/bindeps/BUILD.gix-utils-0.3.0.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_utils", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-utils", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.0", - deps = [ - "@bindeps__fastrand-2.3.0//:fastrand", - "@bindeps__unicode-normalization-0.1.24//:unicode_normalization", - ], -) diff --git a/vendor/bindeps/BUILD.gix-validate-0.10.0.bazel b/vendor/bindeps/BUILD.gix-validate-0.10.0.bazel deleted file mode 100644 index 02f956139..000000000 --- a/vendor/bindeps/BUILD.gix-validate-0.10.0.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_validate", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-validate", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.10.0", - deps = [ - "@bindeps__bstr-1.12.0//:bstr", - "@bindeps__thiserror-2.0.16//:thiserror", - ], -) diff --git a/vendor/bindeps/BUILD.gix-worktree-0.42.0.bazel b/vendor/bindeps/BUILD.gix-worktree-0.42.0.bazel deleted file mode 100644 index f2d87d553..000000000 --- a/vendor/bindeps/BUILD.gix-worktree-0.42.0.bazel +++ /dev/null @@ -1,78 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_worktree", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "attributes", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-worktree", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.42.0", - deps = [ - "@bindeps__bstr-1.12.0//:bstr", - "@bindeps__gix-attributes-0.27.0//:gix_attributes", - "@bindeps__gix-features-0.43.1//:gix_features", - "@bindeps__gix-fs-0.16.1//:gix_fs", - "@bindeps__gix-glob-0.21.0//:gix_glob", - "@bindeps__gix-hash-0.19.0//:gix_hash", - "@bindeps__gix-ignore-0.16.0//:gix_ignore", - "@bindeps__gix-index-0.41.0//:gix_index", - "@bindeps__gix-object-0.50.2//:gix_object", - "@bindeps__gix-path-0.10.20//:gix_path", - "@bindeps__gix-validate-0.10.0//:gix_validate", - ], -) diff --git a/vendor/bindeps/BUILD.gix-worktree-state-0.20.0.bazel b/vendor/bindeps/BUILD.gix-worktree-state-0.20.0.bazel deleted file mode 100644 index f92d8c854..000000000 --- a/vendor/bindeps/BUILD.gix-worktree-state-0.20.0.bazel +++ /dev/null @@ -1,76 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "gix_worktree_state", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=gix-worktree-state", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.20.0", - deps = [ - "@bindeps__bstr-1.12.0//:bstr", - "@bindeps__gix-features-0.43.1//:gix_features", - "@bindeps__gix-filter-0.20.0//:gix_filter", - "@bindeps__gix-fs-0.16.1//:gix_fs", - "@bindeps__gix-glob-0.21.0//:gix_glob", - "@bindeps__gix-hash-0.19.0//:gix_hash", - "@bindeps__gix-index-0.41.0//:gix_index", - "@bindeps__gix-object-0.50.2//:gix_object", - "@bindeps__gix-path-0.10.20//:gix_path", - "@bindeps__gix-worktree-0.42.0//:gix_worktree", - "@bindeps__io-close-0.3.7//:io_close", - "@bindeps__thiserror-2.0.16//:thiserror", - ], -) diff --git a/vendor/bindeps/BUILD.glob-0.3.3.bazel b/vendor/bindeps/BUILD.glob-0.3.3.bazel deleted file mode 100644 index cb5c2d2e9..000000000 --- a/vendor/bindeps/BUILD.glob-0.3.3.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "glob", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=glob", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.3", -) diff --git a/vendor/bindeps/BUILD.globset-0.4.16.bazel b/vendor/bindeps/BUILD.globset-0.4.16.bazel deleted file mode 100644 index 9ab2bf709..000000000 --- a/vendor/bindeps/BUILD.globset-0.4.16.bazel +++ /dev/null @@ -1,73 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "globset", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "log", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=globset", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.4.16", - deps = [ - "@bindeps__aho-corasick-1.1.3//:aho_corasick", - "@bindeps__bstr-1.12.0//:bstr", - "@bindeps__log-0.4.28//:log", - "@bindeps__regex-automata-0.4.10//:regex_automata", - "@bindeps__regex-syntax-0.8.6//:regex_syntax", - ], -) diff --git a/vendor/bindeps/BUILD.goblin-0.10.1.bazel b/vendor/bindeps/BUILD.goblin-0.10.1.bazel deleted file mode 100644 index 96abced8a..000000000 --- a/vendor/bindeps/BUILD.goblin-0.10.1.bazel +++ /dev/null @@ -1,80 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "goblin", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "archive", - "elf32", - "elf64", - "endian_fd", - "log", - "mach32", - "mach64", - "pe32", - "pe64", - "te", - ], - crate_root = "src/lib.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=goblin", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.10.1", - deps = [ - "@bindeps__log-0.4.28//:log", - "@bindeps__plain-0.2.3//:plain", - "@bindeps__scroll-0.13.0//:scroll", - ], -) diff --git a/vendor/bindeps/BUILD.grass-0.13.4.bazel b/vendor/bindeps/BUILD.grass-0.13.4.bazel deleted file mode 100644 index b36d220fd..000000000 --- a/vendor/bindeps/BUILD.grass-0.13.4.bazel +++ /dev/null @@ -1,73 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "grass", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "include_sass", - "macro", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__include_sass-0.13.4//:include_sass", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=grass", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.13.4", - deps = [ - "@bindeps__getrandom-0.2.16//:getrandom", - "@bindeps__grass_compiler-0.13.4//:grass_compiler", - ], -) diff --git a/vendor/bindeps/BUILD.grass_compiler-0.13.4.bazel b/vendor/bindeps/BUILD.grass_compiler-0.13.4.bazel deleted file mode 100644 index 5877e1968..000000000 --- a/vendor/bindeps/BUILD.grass_compiler-0.13.4.bazel +++ /dev/null @@ -1,76 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "grass_compiler", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "custom-builtin-fns", - "default", - "rand", - "random", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=grass_compiler", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.13.4", - deps = [ - "@bindeps__codemap-0.1.3//:codemap", - "@bindeps__indexmap-2.11.3//:indexmap", - "@bindeps__lasso-0.7.3//:lasso", - "@bindeps__once_cell-1.21.3//:once_cell", - "@bindeps__phf-0.11.3//:phf", - "@bindeps__rand-0.8.5//:rand", - ], -) diff --git a/vendor/bindeps/BUILD.h2-0.3.27.bazel b/vendor/bindeps/BUILD.h2-0.3.27.bazel deleted file mode 100644 index 7babd6c9c..000000000 --- a/vendor/bindeps/BUILD.h2-0.3.27.bazel +++ /dev/null @@ -1,75 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "h2", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=h2", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.27", - deps = [ - "@bindeps__bytes-1.10.1//:bytes", - "@bindeps__fnv-1.0.7//:fnv", - "@bindeps__futures-core-0.3.31//:futures_core", - "@bindeps__futures-sink-0.3.31//:futures_sink", - "@bindeps__futures-util-0.3.31//:futures_util", - "@bindeps__http-0.2.12//:http", - "@bindeps__indexmap-2.11.3//:indexmap", - "@bindeps__slab-0.4.11//:slab", - "@bindeps__tokio-1.47.1//:tokio", - "@bindeps__tokio-util-0.7.16//:tokio_util", - "@bindeps__tracing-0.1.41//:tracing", - ], -) diff --git a/vendor/bindeps/BUILD.h2-0.4.12.bazel b/vendor/bindeps/BUILD.h2-0.4.12.bazel deleted file mode 100644 index 65a43e3de..000000000 --- a/vendor/bindeps/BUILD.h2-0.4.12.bazel +++ /dev/null @@ -1,75 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "h2", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=h2", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.4.12", - deps = [ - "@bindeps__atomic-waker-1.1.2//:atomic_waker", - "@bindeps__bytes-1.10.1//:bytes", - "@bindeps__fnv-1.0.7//:fnv", - "@bindeps__futures-core-0.3.31//:futures_core", - "@bindeps__futures-sink-0.3.31//:futures_sink", - "@bindeps__http-1.3.1//:http", - "@bindeps__indexmap-2.11.3//:indexmap", - "@bindeps__slab-0.4.11//:slab", - "@bindeps__tokio-1.47.1//:tokio", - "@bindeps__tokio-util-0.7.16//:tokio_util", - "@bindeps__tracing-0.1.41//:tracing", - ], -) diff --git a/vendor/bindeps/BUILD.hash32-0.3.1.bazel b/vendor/bindeps/BUILD.hash32-0.3.1.bazel deleted file mode 100644 index 2ff283ec4..000000000 --- a/vendor/bindeps/BUILD.hash32-0.3.1.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "hash32", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=hash32", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.1", - deps = [ - "@bindeps__byteorder-1.5.0//:byteorder", - ], -) diff --git a/vendor/bindeps/BUILD.hashbrown-0.13.2.bazel b/vendor/bindeps/BUILD.hashbrown-0.13.2.bazel deleted file mode 100644 index 6ef0a7e77..000000000 --- a/vendor/bindeps/BUILD.hashbrown-0.13.2.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "hashbrown", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "ahash", - "default", - "inline-more", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=hashbrown", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.13.2", - deps = [ - "@bindeps__ahash-0.8.12//:ahash", - ], -) diff --git a/vendor/bindeps/BUILD.hashbrown-0.14.5.bazel b/vendor/bindeps/BUILD.hashbrown-0.14.5.bazel deleted file mode 100644 index a7f6f20bf..000000000 --- a/vendor/bindeps/BUILD.hashbrown-0.14.5.bazel +++ /dev/null @@ -1,73 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "hashbrown", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "ahash", - "allocator-api2", - "default", - "inline-more", - "raw", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=hashbrown", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.14.5", - deps = [ - "@bindeps__ahash-0.8.12//:ahash", - "@bindeps__allocator-api2-0.2.21//:allocator_api2", - ], -) diff --git a/vendor/bindeps/BUILD.hashbrown-0.15.5.bazel b/vendor/bindeps/BUILD.hashbrown-0.15.5.bazel deleted file mode 100644 index c6b224871..000000000 --- a/vendor/bindeps/BUILD.hashbrown-0.15.5.bazel +++ /dev/null @@ -1,75 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "hashbrown", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "allocator-api2", - "default", - "default-hasher", - "equivalent", - "inline-more", - "raw-entry", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=hashbrown", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.15.5", - deps = [ - "@bindeps__allocator-api2-0.2.21//:allocator_api2", - "@bindeps__equivalent-1.0.2//:equivalent", - "@bindeps__foldhash-0.1.5//:foldhash", - ], -) diff --git a/vendor/bindeps/BUILD.hashlink-0.10.0.bazel b/vendor/bindeps/BUILD.hashlink-0.10.0.bazel deleted file mode 100644 index 3d6a61263..000000000 --- a/vendor/bindeps/BUILD.hashlink-0.10.0.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "hashlink", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=hashlink", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.10.0", - deps = [ - "@bindeps__hashbrown-0.15.5//:hashbrown", - ], -) diff --git a/vendor/bindeps/BUILD.headers-0.4.1.bazel b/vendor/bindeps/BUILD.headers-0.4.1.bazel deleted file mode 100644 index e126cbf75..000000000 --- a/vendor/bindeps/BUILD.headers-0.4.1.bazel +++ /dev/null @@ -1,71 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "headers", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=headers", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.4.1", - deps = [ - "@bindeps__base64-0.22.1//:base64", - "@bindeps__bytes-1.10.1//:bytes", - "@bindeps__headers-core-0.3.0//:headers_core", - "@bindeps__http-1.3.1//:http", - "@bindeps__httpdate-1.0.3//:httpdate", - "@bindeps__mime-0.3.17//:mime", - "@bindeps__sha1-0.10.6//:sha1", - ], -) diff --git a/vendor/bindeps/BUILD.headers-core-0.3.0.bazel b/vendor/bindeps/BUILD.headers-core-0.3.0.bazel deleted file mode 100644 index 6dd27c492..000000000 --- a/vendor/bindeps/BUILD.headers-core-0.3.0.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "headers_core", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=headers-core", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.0", - deps = [ - "@bindeps__http-1.3.1//:http", - ], -) diff --git a/vendor/bindeps/BUILD.heapless-0.8.0.bazel b/vendor/bindeps/BUILD.heapless-0.8.0.bazel deleted file mode 100644 index fcfae141a..000000000 --- a/vendor/bindeps/BUILD.heapless-0.8.0.bazel +++ /dev/null @@ -1,129 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "heapless", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=heapless", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.8.0", - deps = [ - "@bindeps__hash32-0.3.1//:hash32", - "@bindeps__heapless-0.8.0//:build_script_build", - "@bindeps__stable_deref_trait-1.2.0//:stable_deref_trait", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "heapless", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=heapless", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.8.0", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.heck-0.5.0.bazel b/vendor/bindeps/BUILD.heck-0.5.0.bazel deleted file mode 100644 index 0d6544d78..000000000 --- a/vendor/bindeps/BUILD.heck-0.5.0.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "heck", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=heck", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.5.0", -) diff --git a/vendor/bindeps/BUILD.hex-0.4.3.bazel b/vendor/bindeps/BUILD.hex-0.4.3.bazel deleted file mode 100644 index 0de1a0d95..000000000 --- a/vendor/bindeps/BUILD.hex-0.4.3.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "hex", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=hex", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.4.3", -) diff --git a/vendor/bindeps/BUILD.hir-0.0.0.bazel b/vendor/bindeps/BUILD.hir-0.0.0.bazel deleted file mode 100644 index 4d09f3478..000000000 --- a/vendor/bindeps/BUILD.hir-0.0.0.bazel +++ /dev/null @@ -1,83 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "hir", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=hir", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.0.0", - deps = [ - "@bindeps__arrayvec-0.7.6//:arrayvec", - "@bindeps__base-db-0.0.0//:base_db", - "@bindeps__cfg-0.0.0//:cfg", - "@bindeps__either-1.15.0//:either", - "@bindeps__hir-def-0.0.0//:hir_def", - "@bindeps__hir-expand-0.0.0//:hir_expand", - "@bindeps__hir-ty-0.0.0//:hir_ty", - "@bindeps__indexmap-2.11.3//:indexmap", - "@bindeps__intern-0.0.0//:intern", - "@bindeps__itertools-0.14.0//:itertools", - "@bindeps__ra-ap-rustc_type_ir-0.132.0//:ra_ap_rustc_type_ir", - "@bindeps__rustc-hash-2.1.1//:rustc_hash", - "@bindeps__smallvec-1.15.1//:smallvec", - "@bindeps__span-0.0.0//:span", - "@bindeps__stdx-0.0.0//:stdx", - "@bindeps__syntax-0.0.0//:syntax", - "@bindeps__tracing-0.1.41//:tracing", - "@bindeps__triomphe-0.1.14//:triomphe", - "@bindeps__tt-0.0.0//:tt", - ], -) diff --git a/vendor/bindeps/BUILD.hir-def-0.0.0.bazel b/vendor/bindeps/BUILD.hir-def-0.0.0.bazel deleted file mode 100644 index cd7e7a31a..000000000 --- a/vendor/bindeps/BUILD.hir-def-0.0.0.bazel +++ /dev/null @@ -1,99 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "hir_def", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - aliases = { - "@bindeps__query-group-macro-0.0.0//:query_group_macro": "query_group", - }, - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - proc_macro_deps = [ - "@bindeps__query-group-macro-0.0.0//:query_group_macro", - "@bindeps__salsa-macros-0.23.0//:salsa_macros", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=hir-def", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.0.0", - deps = [ - "@bindeps__arrayvec-0.7.6//:arrayvec", - "@bindeps__base-db-0.0.0//:base_db", - "@bindeps__bitflags-2.9.4//:bitflags", - "@bindeps__cfg-0.0.0//:cfg", - "@bindeps__cov-mark-2.1.0//:cov_mark", - "@bindeps__drop_bomb-0.1.5//:drop_bomb", - "@bindeps__either-1.15.0//:either", - "@bindeps__fst-0.4.7//:fst", - "@bindeps__hir-expand-0.0.0//:hir_expand", - "@bindeps__indexmap-2.11.3//:indexmap", - "@bindeps__intern-0.0.0//:intern", - "@bindeps__itertools-0.14.0//:itertools", - "@bindeps__la-arena-0.3.1//:la_arena", - "@bindeps__mbe-0.0.0//:mbe", - "@bindeps__ra-ap-rustc_abi-0.132.0//:ra_ap_rustc_abi", - "@bindeps__ra-ap-rustc_parse_format-0.132.0//:ra_ap_rustc_parse_format", - "@bindeps__rustc-hash-2.1.1//:rustc_hash", - "@bindeps__rustc_apfloat-0.2.3-llvm-462a31f5a5ab//:rustc_apfloat", - "@bindeps__salsa-0.23.0//:salsa", - "@bindeps__smallvec-1.15.1//:smallvec", - "@bindeps__span-0.0.0//:span", - "@bindeps__stdx-0.0.0//:stdx", - "@bindeps__syntax-0.0.0//:syntax", - "@bindeps__text-size-1.1.1//:text_size", - "@bindeps__thin-vec-0.2.14//:thin_vec", - "@bindeps__tracing-0.1.41//:tracing", - "@bindeps__triomphe-0.1.14//:triomphe", - "@bindeps__tt-0.0.0//:tt", - ], -) diff --git a/vendor/bindeps/BUILD.hir-expand-0.0.0.bazel b/vendor/bindeps/BUILD.hir-expand-0.0.0.bazel deleted file mode 100644 index 38678f6d6..000000000 --- a/vendor/bindeps/BUILD.hir-expand-0.0.0.bazel +++ /dev/null @@ -1,89 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "hir_expand", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - aliases = { - "@bindeps__query-group-macro-0.0.0//:query_group_macro": "query_group", - }, - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - proc_macro_deps = [ - "@bindeps__query-group-macro-0.0.0//:query_group_macro", - "@bindeps__salsa-macros-0.23.0//:salsa_macros", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=hir-expand", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.0.0", - deps = [ - "@bindeps__base-db-0.0.0//:base_db", - "@bindeps__cfg-0.0.0//:cfg", - "@bindeps__cov-mark-2.1.0//:cov_mark", - "@bindeps__either-1.15.0//:either", - "@bindeps__intern-0.0.0//:intern", - "@bindeps__itertools-0.14.0//:itertools", - "@bindeps__mbe-0.0.0//:mbe", - "@bindeps__parser-0.0.0//:parser", - "@bindeps__rustc-hash-2.1.1//:rustc_hash", - "@bindeps__salsa-0.23.0//:salsa", - "@bindeps__smallvec-1.15.1//:smallvec", - "@bindeps__span-0.0.0//:span", - "@bindeps__stdx-0.0.0//:stdx", - "@bindeps__syntax-0.0.0//:syntax", - "@bindeps__syntax-bridge-0.0.0//:syntax_bridge", - "@bindeps__tracing-0.1.41//:tracing", - "@bindeps__triomphe-0.1.14//:triomphe", - "@bindeps__tt-0.0.0//:tt", - ], -) diff --git a/vendor/bindeps/BUILD.hir-ty-0.0.0.bazel b/vendor/bindeps/BUILD.hir-ty-0.0.0.bazel deleted file mode 100644 index 022351711..000000000 --- a/vendor/bindeps/BUILD.hir-ty-0.0.0.bazel +++ /dev/null @@ -1,106 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "hir_ty", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - aliases = { - "@bindeps__query-group-macro-0.0.0//:query_group_macro": "query_group", - }, - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - proc_macro_deps = [ - "@bindeps__chalk-derive-0.104.0//:chalk_derive", - "@bindeps__query-group-macro-0.0.0//:query_group_macro", - "@bindeps__salsa-macros-0.23.0//:salsa_macros", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=hir-ty", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.0.0", - deps = [ - "@bindeps__arrayvec-0.7.6//:arrayvec", - "@bindeps__base-db-0.0.0//:base_db", - "@bindeps__bitflags-2.9.4//:bitflags", - "@bindeps__chalk-ir-0.104.0//:chalk_ir", - "@bindeps__cov-mark-2.1.0//:cov_mark", - "@bindeps__either-1.15.0//:either", - "@bindeps__ena-0.14.3//:ena", - "@bindeps__hir-def-0.0.0//:hir_def", - "@bindeps__hir-expand-0.0.0//:hir_expand", - "@bindeps__indexmap-2.11.3//:indexmap", - "@bindeps__intern-0.0.0//:intern", - "@bindeps__itertools-0.14.0//:itertools", - "@bindeps__la-arena-0.3.1//:la_arena", - "@bindeps__oorandom-11.1.5//:oorandom", - "@bindeps__petgraph-0.8.2//:petgraph", - "@bindeps__ra-ap-rustc_abi-0.132.0//:ra_ap_rustc_abi", - "@bindeps__ra-ap-rustc_ast_ir-0.132.0//:ra_ap_rustc_ast_ir", - "@bindeps__ra-ap-rustc_index-0.132.0//:ra_ap_rustc_index", - "@bindeps__ra-ap-rustc_next_trait_solver-0.132.0//:ra_ap_rustc_next_trait_solver", - "@bindeps__ra-ap-rustc_pattern_analysis-0.132.0//:ra_ap_rustc_pattern_analysis", - "@bindeps__ra-ap-rustc_type_ir-0.132.0//:ra_ap_rustc_type_ir", - "@bindeps__rustc-hash-2.1.1//:rustc_hash", - "@bindeps__rustc_apfloat-0.2.3-llvm-462a31f5a5ab//:rustc_apfloat", - "@bindeps__salsa-0.23.0//:salsa", - "@bindeps__scoped-tls-1.0.1//:scoped_tls", - "@bindeps__smallvec-1.15.1//:smallvec", - "@bindeps__span-0.0.0//:span", - "@bindeps__stdx-0.0.0//:stdx", - "@bindeps__syntax-0.0.0//:syntax", - "@bindeps__tracing-0.1.41//:tracing", - "@bindeps__tracing-subscriber-0.3.20//:tracing_subscriber", - "@bindeps__tracing-tree-0.4.0//:tracing_tree", - "@bindeps__triomphe-0.1.14//:triomphe", - "@bindeps__typed-arena-2.0.2//:typed_arena", - ], -) diff --git a/vendor/bindeps/BUILD.hmac-0.12.1.bazel b/vendor/bindeps/BUILD.hmac-0.12.1.bazel deleted file mode 100644 index 2ddf560d3..000000000 --- a/vendor/bindeps/BUILD.hmac-0.12.1.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "hmac", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "reset", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=hmac", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.12.1", - deps = [ - "@bindeps__digest-0.10.7//:digest", - ], -) diff --git a/vendor/bindeps/BUILD.home-0.5.11.bazel b/vendor/bindeps/BUILD.home-0.5.11.bazel deleted file mode 100644 index ad2d1bdba..000000000 --- a/vendor/bindeps/BUILD.home-0.5.11.bazel +++ /dev/null @@ -1,71 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "home", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=home", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.5.11", - deps = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.59.0//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.59.0//:windows_sys", # cfg(windows) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.htmlescape-0.3.1.bazel b/vendor/bindeps/BUILD.htmlescape-0.3.1.bazel deleted file mode 100644 index 591ef49f6..000000000 --- a/vendor/bindeps/BUILD.htmlescape-0.3.1.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "htmlescape", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=htmlescape", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.1", -) diff --git a/vendor/bindeps/BUILD.http-0.2.12.bazel b/vendor/bindeps/BUILD.http-0.2.12.bazel deleted file mode 100644 index fb53c7857..000000000 --- a/vendor/bindeps/BUILD.http-0.2.12.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "http", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=http", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.12", - deps = [ - "@bindeps__bytes-1.10.1//:bytes", - "@bindeps__fnv-1.0.7//:fnv", - "@bindeps__itoa-1.0.15//:itoa", - ], -) diff --git a/vendor/bindeps/BUILD.http-1.3.1.bazel b/vendor/bindeps/BUILD.http-1.3.1.bazel deleted file mode 100644 index 79f39a1a4..000000000 --- a/vendor/bindeps/BUILD.http-1.3.1.bazel +++ /dev/null @@ -1,71 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "http", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=http", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.3.1", - deps = [ - "@bindeps__bytes-1.10.1//:bytes", - "@bindeps__fnv-1.0.7//:fnv", - "@bindeps__itoa-1.0.15//:itoa", - ], -) diff --git a/vendor/bindeps/BUILD.http-body-1.0.1.bazel b/vendor/bindeps/BUILD.http-body-1.0.1.bazel deleted file mode 100644 index ecf636c02..000000000 --- a/vendor/bindeps/BUILD.http-body-1.0.1.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "http_body", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=http-body", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.1", - deps = [ - "@bindeps__bytes-1.10.1//:bytes", - "@bindeps__http-1.3.1//:http", - ], -) diff --git a/vendor/bindeps/BUILD.http-body-util-0.1.3.bazel b/vendor/bindeps/BUILD.http-body-util-0.1.3.bazel deleted file mode 100644 index a77238694..000000000 --- a/vendor/bindeps/BUILD.http-body-util-0.1.3.bazel +++ /dev/null @@ -1,72 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "http_body_util", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=http-body-util", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.3", - deps = [ - "@bindeps__bytes-1.10.1//:bytes", - "@bindeps__futures-core-0.3.31//:futures_core", - "@bindeps__http-1.3.1//:http", - "@bindeps__http-body-1.0.1//:http_body", - "@bindeps__pin-project-lite-0.2.16//:pin_project_lite", - ], -) diff --git a/vendor/bindeps/BUILD.http-range-0.1.5.bazel b/vendor/bindeps/BUILD.http-range-0.1.5.bazel deleted file mode 100644 index c30ccbeed..000000000 --- a/vendor/bindeps/BUILD.http-range-0.1.5.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "http_range", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=http-range", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.5", -) diff --git a/vendor/bindeps/BUILD.httparse-1.10.1.bazel b/vendor/bindeps/BUILD.httparse-1.10.1.bazel deleted file mode 100644 index 583af8432..000000000 --- a/vendor/bindeps/BUILD.httparse-1.10.1.bazel +++ /dev/null @@ -1,135 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "httparse", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=httparse", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.10.1", - deps = [ - "@bindeps__httparse-1.10.1//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2018", - pkg_name = "httparse", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=httparse", - "manual", - "noclippy", - "norustfmt", - ], - version = "1.10.1", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.httpdate-1.0.3.bazel b/vendor/bindeps/BUILD.httpdate-1.0.3.bazel deleted file mode 100644 index aaa5bde4f..000000000 --- a/vendor/bindeps/BUILD.httpdate-1.0.3.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "httpdate", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=httpdate", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.3", -) diff --git a/vendor/bindeps/BUILD.hyper-1.7.0.bazel b/vendor/bindeps/BUILD.hyper-1.7.0.bazel deleted file mode 100644 index 68027810f..000000000 --- a/vendor/bindeps/BUILD.hyper-1.7.0.bazel +++ /dev/null @@ -1,84 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "hyper", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "client", - "default", - "http1", - "http2", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=hyper", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.7.0", - deps = [ - "@bindeps__atomic-waker-1.1.2//:atomic_waker", - "@bindeps__bytes-1.10.1//:bytes", - "@bindeps__futures-channel-0.3.31//:futures_channel", - "@bindeps__futures-core-0.3.31//:futures_core", - "@bindeps__h2-0.4.12//:h2", - "@bindeps__http-1.3.1//:http", - "@bindeps__http-body-1.0.1//:http_body", - "@bindeps__httparse-1.10.1//:httparse", - "@bindeps__itoa-1.0.15//:itoa", - "@bindeps__pin-project-lite-0.2.16//:pin_project_lite", - "@bindeps__pin-utils-0.1.0//:pin_utils", - "@bindeps__smallvec-1.15.1//:smallvec", - "@bindeps__tokio-1.47.1//:tokio", - "@bindeps__want-0.3.1//:want", - ], -) diff --git a/vendor/bindeps/BUILD.hyper-rustls-0.27.7.bazel b/vendor/bindeps/BUILD.hyper-rustls-0.27.7.bazel deleted file mode 100644 index 716804817..000000000 --- a/vendor/bindeps/BUILD.hyper-rustls-0.27.7.bazel +++ /dev/null @@ -1,84 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "hyper_rustls", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - aliases = { - "@bindeps__rustls-pki-types-1.12.0//:rustls_pki_types": "pki_types", - }, - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "http1", - "http2", - "ring", - "tls12", - "webpki-roots", - "webpki-tokio", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=hyper-rustls", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.27.7", - deps = [ - "@bindeps__http-1.3.1//:http", - "@bindeps__hyper-1.7.0//:hyper", - "@bindeps__hyper-util-0.1.17//:hyper_util", - "@bindeps__rustls-0.23.31//:rustls", - "@bindeps__rustls-pki-types-1.12.0//:rustls_pki_types", - "@bindeps__tokio-1.47.1//:tokio", - "@bindeps__tokio-rustls-0.26.2//:tokio_rustls", - "@bindeps__tower-service-0.3.3//:tower_service", - "@bindeps__webpki-roots-1.0.2//:webpki_roots", - ], -) diff --git a/vendor/bindeps/BUILD.hyper-util-0.1.17.bazel b/vendor/bindeps/BUILD.hyper-util-0.1.17.bazel deleted file mode 100644 index a912ae3e8..000000000 --- a/vendor/bindeps/BUILD.hyper-util-0.1.17.bazel +++ /dev/null @@ -1,104 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "hyper_util", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "client", - "client-legacy", - "client-proxy", - "client-proxy-system", - "default", - "http1", - "http2", - "tokio", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=hyper-util", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.17", - deps = [ - "@bindeps__base64-0.22.1//:base64", - "@bindeps__bytes-1.10.1//:bytes", - "@bindeps__futures-channel-0.3.31//:futures_channel", - "@bindeps__futures-core-0.3.31//:futures_core", - "@bindeps__futures-util-0.3.31//:futures_util", - "@bindeps__http-1.3.1//:http", - "@bindeps__http-body-1.0.1//:http_body", - "@bindeps__hyper-1.7.0//:hyper", - "@bindeps__ipnet-2.11.0//:ipnet", - "@bindeps__libc-0.2.175//:libc", - "@bindeps__percent-encoding-2.3.2//:percent_encoding", - "@bindeps__pin-project-lite-0.2.16//:pin_project_lite", - "@bindeps__socket2-0.6.0//:socket2", - "@bindeps__tokio-1.47.1//:tokio", - "@bindeps__tower-service-0.3.3//:tower_service", - "@bindeps__tracing-0.1.41//:tracing", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__system-configuration-0.6.1//:system_configuration", # cfg(target_os = "macos") - ], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__windows-registry-0.5.3//:windows_registry", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__system-configuration-0.6.1//:system_configuration", # cfg(target_os = "macos") - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__windows-registry-0.5.3//:windows_registry", # cfg(windows) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.iana-time-zone-0.1.64.bazel b/vendor/bindeps/BUILD.iana-time-zone-0.1.64.bazel deleted file mode 100644 index fe76c9aa6..000000000 --- a/vendor/bindeps/BUILD.iana-time-zone-0.1.64.bazel +++ /dev/null @@ -1,72 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "iana_time_zone", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "fallback", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=iana-time-zone", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.64", - deps = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__core-foundation-sys-0.8.7//:core_foundation_sys", # cfg(target_vendor = "apple") - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__core-foundation-sys-0.8.7//:core_foundation_sys", # cfg(target_vendor = "apple") - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.icu_collections-2.0.0.bazel b/vendor/bindeps/BUILD.icu_collections-2.0.0.bazel deleted file mode 100644 index 4ee0dc0e9..000000000 --- a/vendor/bindeps/BUILD.icu_collections-2.0.0.bazel +++ /dev/null @@ -1,71 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "icu_collections", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__displaydoc-0.2.5//:displaydoc", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=icu_collections", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.0.0", - deps = [ - "@bindeps__potential_utf-0.1.3//:potential_utf", - "@bindeps__yoke-0.8.0//:yoke", - "@bindeps__zerofrom-0.1.6//:zerofrom", - "@bindeps__zerovec-0.11.4//:zerovec", - ], -) diff --git a/vendor/bindeps/BUILD.icu_locale_core-2.0.0.bazel b/vendor/bindeps/BUILD.icu_locale_core-2.0.0.bazel deleted file mode 100644 index 194aedeeb..000000000 --- a/vendor/bindeps/BUILD.icu_locale_core-2.0.0.bazel +++ /dev/null @@ -1,74 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "icu_locale_core", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "zerovec", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__displaydoc-0.2.5//:displaydoc", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=icu_locale_core", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.0.0", - deps = [ - "@bindeps__litemap-0.8.0//:litemap", - "@bindeps__tinystr-0.8.1//:tinystr", - "@bindeps__writeable-0.6.1//:writeable", - "@bindeps__zerovec-0.11.4//:zerovec", - ], -) diff --git a/vendor/bindeps/BUILD.icu_normalizer-2.0.0.bazel b/vendor/bindeps/BUILD.icu_normalizer-2.0.0.bazel deleted file mode 100644 index f8a7ca756..000000000 --- a/vendor/bindeps/BUILD.icu_normalizer-2.0.0.bazel +++ /dev/null @@ -1,75 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "icu_normalizer", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "compiled_data", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__displaydoc-0.2.5//:displaydoc", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=icu_normalizer", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.0.0", - deps = [ - "@bindeps__icu_collections-2.0.0//:icu_collections", - "@bindeps__icu_normalizer_data-2.0.0//:icu_normalizer_data", - "@bindeps__icu_provider-2.0.0//:icu_provider", - "@bindeps__smallvec-1.15.1//:smallvec", - "@bindeps__zerovec-0.11.4//:zerovec", - ], -) diff --git a/vendor/bindeps/BUILD.icu_normalizer_data-2.0.0.bazel b/vendor/bindeps/BUILD.icu_normalizer_data-2.0.0.bazel deleted file mode 100644 index d4910dccd..000000000 --- a/vendor/bindeps/BUILD.icu_normalizer_data-2.0.0.bazel +++ /dev/null @@ -1,127 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "icu_normalizer_data", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=icu_normalizer_data", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.0.0", - deps = [ - "@bindeps__icu_normalizer_data-2.0.0//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "icu_normalizer_data", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=icu_normalizer_data", - "manual", - "noclippy", - "norustfmt", - ], - version = "2.0.0", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.icu_properties-2.0.1.bazel b/vendor/bindeps/BUILD.icu_properties-2.0.1.bazel deleted file mode 100644 index 25d4c16e1..000000000 --- a/vendor/bindeps/BUILD.icu_properties-2.0.1.bazel +++ /dev/null @@ -1,77 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "icu_properties", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "compiled_data", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__displaydoc-0.2.5//:displaydoc", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=icu_properties", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.0.1", - deps = [ - "@bindeps__icu_collections-2.0.0//:icu_collections", - "@bindeps__icu_locale_core-2.0.0//:icu_locale_core", - "@bindeps__icu_properties_data-2.0.1//:icu_properties_data", - "@bindeps__icu_provider-2.0.0//:icu_provider", - "@bindeps__potential_utf-0.1.3//:potential_utf", - "@bindeps__zerotrie-0.2.2//:zerotrie", - "@bindeps__zerovec-0.11.4//:zerovec", - ], -) diff --git a/vendor/bindeps/BUILD.icu_properties_data-2.0.1.bazel b/vendor/bindeps/BUILD.icu_properties_data-2.0.1.bazel deleted file mode 100644 index 18feaddae..000000000 --- a/vendor/bindeps/BUILD.icu_properties_data-2.0.1.bazel +++ /dev/null @@ -1,127 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "icu_properties_data", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=icu_properties_data", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.0.1", - deps = [ - "@bindeps__icu_properties_data-2.0.1//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "icu_properties_data", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=icu_properties_data", - "manual", - "noclippy", - "norustfmt", - ], - version = "2.0.1", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.icu_provider-2.0.0.bazel b/vendor/bindeps/BUILD.icu_provider-2.0.0.bazel deleted file mode 100644 index d6b6d77ac..000000000 --- a/vendor/bindeps/BUILD.icu_provider-2.0.0.bazel +++ /dev/null @@ -1,79 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "icu_provider", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "baked", - "zerotrie", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__displaydoc-0.2.5//:displaydoc", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=icu_provider", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.0.0", - deps = [ - "@bindeps__icu_locale_core-2.0.0//:icu_locale_core", - "@bindeps__stable_deref_trait-1.2.0//:stable_deref_trait", - "@bindeps__tinystr-0.8.1//:tinystr", - "@bindeps__writeable-0.6.1//:writeable", - "@bindeps__yoke-0.8.0//:yoke", - "@bindeps__zerofrom-0.1.6//:zerofrom", - "@bindeps__zerotrie-0.2.2//:zerotrie", - "@bindeps__zerovec-0.11.4//:zerovec", - ], -) diff --git a/vendor/bindeps/BUILD.ide-0.0.0.bazel b/vendor/bindeps/BUILD.ide-0.0.0.bazel deleted file mode 100644 index 05af57d00..000000000 --- a/vendor/bindeps/BUILD.ide-0.0.0.bazel +++ /dev/null @@ -1,90 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "ide", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ide", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.0.0", - deps = [ - "@bindeps__arrayvec-0.7.6//:arrayvec", - "@bindeps__cfg-0.0.0//:cfg", - "@bindeps__cov-mark-2.1.0//:cov_mark", - "@bindeps__dot-0.1.4//:dot", - "@bindeps__either-1.15.0//:either", - "@bindeps__hir-0.0.0//:hir", - "@bindeps__ide-assists-0.0.0//:ide_assists", - "@bindeps__ide-completion-0.0.0//:ide_completion", - "@bindeps__ide-db-0.0.0//:ide_db", - "@bindeps__ide-diagnostics-0.0.0//:ide_diagnostics", - "@bindeps__ide-ssr-0.0.0//:ide_ssr", - "@bindeps__itertools-0.14.0//:itertools", - "@bindeps__nohash-hasher-0.2.0//:nohash_hasher", - "@bindeps__oorandom-11.1.5//:oorandom", - "@bindeps__profile-0.0.0//:profile", - "@bindeps__pulldown-cmark-0.9.6//:pulldown_cmark", - "@bindeps__pulldown-cmark-to-cmark-10.0.4//:pulldown_cmark_to_cmark", - "@bindeps__rustc_apfloat-0.2.3-llvm-462a31f5a5ab//:rustc_apfloat", - "@bindeps__smallvec-1.15.1//:smallvec", - "@bindeps__span-0.0.0//:span", - "@bindeps__stdx-0.0.0//:stdx", - "@bindeps__syntax-0.0.0//:syntax", - "@bindeps__toolchain-0.0.0//:toolchain", # cfg(not(any(target_arch = "wasm32", target_os = "emscripten"))) - "@bindeps__tracing-0.1.41//:tracing", - "@bindeps__triomphe-0.1.14//:triomphe", - "@bindeps__url-2.5.7//:url", - ], -) diff --git a/vendor/bindeps/BUILD.ide-assists-0.0.0.bazel b/vendor/bindeps/BUILD.ide-assists-0.0.0.bazel deleted file mode 100644 index af3af5222..000000000 --- a/vendor/bindeps/BUILD.ide-assists-0.0.0.bazel +++ /dev/null @@ -1,73 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "ide_assists", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ide-assists", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.0.0", - deps = [ - "@bindeps__cov-mark-2.1.0//:cov_mark", - "@bindeps__either-1.15.0//:either", - "@bindeps__hir-0.0.0//:hir", - "@bindeps__ide-db-0.0.0//:ide_db", - "@bindeps__itertools-0.14.0//:itertools", - "@bindeps__smallvec-1.15.1//:smallvec", - "@bindeps__stdx-0.0.0//:stdx", - "@bindeps__syntax-0.0.0//:syntax", - "@bindeps__tracing-0.1.41//:tracing", - ], -) diff --git a/vendor/bindeps/BUILD.ide-completion-0.0.0.bazel b/vendor/bindeps/BUILD.ide-completion-0.0.0.bazel deleted file mode 100644 index 6b2deabff..000000000 --- a/vendor/bindeps/BUILD.ide-completion-0.0.0.bazel +++ /dev/null @@ -1,73 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "ide_completion", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ide-completion", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.0.0", - deps = [ - "@bindeps__base-db-0.0.0//:base_db", - "@bindeps__cov-mark-2.1.0//:cov_mark", - "@bindeps__hir-0.0.0//:hir", - "@bindeps__ide-db-0.0.0//:ide_db", - "@bindeps__itertools-0.14.0//:itertools", - "@bindeps__smallvec-1.15.1//:smallvec", - "@bindeps__stdx-0.0.0//:stdx", - "@bindeps__syntax-0.0.0//:syntax", - "@bindeps__tracing-0.1.41//:tracing", - ], -) diff --git a/vendor/bindeps/BUILD.ide-db-0.0.0.bazel b/vendor/bindeps/BUILD.ide-db-0.0.0.bazel deleted file mode 100644 index a17b75584..000000000 --- a/vendor/bindeps/BUILD.ide-db-0.0.0.bazel +++ /dev/null @@ -1,95 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "ide_db", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - aliases = { - "@bindeps__query-group-macro-0.0.0//:query_group_macro": "query_group", - }, - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - proc_macro_deps = [ - "@bindeps__query-group-macro-0.0.0//:query_group_macro", - "@bindeps__salsa-macros-0.23.0//:salsa_macros", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ide-db", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.0.0", - deps = [ - "@bindeps__arrayvec-0.7.6//:arrayvec", - "@bindeps__base-db-0.0.0//:base_db", - "@bindeps__bitflags-2.9.4//:bitflags", - "@bindeps__cov-mark-2.1.0//:cov_mark", - "@bindeps__crossbeam-channel-0.5.15//:crossbeam_channel", - "@bindeps__either-1.15.0//:either", - "@bindeps__fst-0.4.7//:fst", - "@bindeps__hir-0.0.0//:hir", - "@bindeps__indexmap-2.11.3//:indexmap", - "@bindeps__itertools-0.14.0//:itertools", - "@bindeps__line-index-0.1.2//:line_index", - "@bindeps__memchr-2.7.5//:memchr", - "@bindeps__nohash-hasher-0.2.0//:nohash_hasher", - "@bindeps__parser-0.0.0//:parser", - "@bindeps__profile-0.0.0//:profile", - "@bindeps__rayon-1.11.0//:rayon", - "@bindeps__rustc-hash-2.1.1//:rustc_hash", - "@bindeps__salsa-0.23.0//:salsa", - "@bindeps__span-0.0.0//:span", - "@bindeps__stdx-0.0.0//:stdx", - "@bindeps__syntax-0.0.0//:syntax", - "@bindeps__tracing-0.1.41//:tracing", - "@bindeps__triomphe-0.1.14//:triomphe", - "@bindeps__vfs-0.0.0//:vfs", - ], -) diff --git a/vendor/bindeps/BUILD.ide-diagnostics-0.0.0.bazel b/vendor/bindeps/BUILD.ide-diagnostics-0.0.0.bazel deleted file mode 100644 index d7cadad11..000000000 --- a/vendor/bindeps/BUILD.ide-diagnostics-0.0.0.bazel +++ /dev/null @@ -1,75 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "ide_diagnostics", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ide-diagnostics", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.0.0", - deps = [ - "@bindeps__cfg-0.0.0//:cfg", - "@bindeps__cov-mark-2.1.0//:cov_mark", - "@bindeps__either-1.15.0//:either", - "@bindeps__hir-0.0.0//:hir", - "@bindeps__ide-db-0.0.0//:ide_db", - "@bindeps__itertools-0.14.0//:itertools", - "@bindeps__paths-0.0.0//:paths", - "@bindeps__serde_json-1.0.145//:serde_json", - "@bindeps__stdx-0.0.0//:stdx", - "@bindeps__syntax-0.0.0//:syntax", - "@bindeps__tracing-0.1.41//:tracing", - ], -) diff --git a/vendor/bindeps/BUILD.ide-ssr-0.0.0.bazel b/vendor/bindeps/BUILD.ide-ssr-0.0.0.bazel deleted file mode 100644 index a73edd698..000000000 --- a/vendor/bindeps/BUILD.ide-ssr-0.0.0.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "ide_ssr", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ide-ssr", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.0.0", - deps = [ - "@bindeps__cov-mark-2.1.0//:cov_mark", - "@bindeps__hir-0.0.0//:hir", - "@bindeps__ide-db-0.0.0//:ide_db", - "@bindeps__itertools-0.14.0//:itertools", - "@bindeps__parser-0.0.0//:parser", - "@bindeps__syntax-0.0.0//:syntax", - ], -) diff --git a/vendor/bindeps/BUILD.ident_case-1.0.1.bazel b/vendor/bindeps/BUILD.ident_case-1.0.1.bazel deleted file mode 100644 index a28359e59..000000000 --- a/vendor/bindeps/BUILD.ident_case-1.0.1.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "ident_case", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ident_case", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.1", -) diff --git a/vendor/bindeps/BUILD.idna-1.1.0.bazel b/vendor/bindeps/BUILD.idna-1.1.0.bazel deleted file mode 100644 index 9472eb297..000000000 --- a/vendor/bindeps/BUILD.idna-1.1.0.bazel +++ /dev/null @@ -1,72 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "idna", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "compiled_data", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=idna", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.1.0", - deps = [ - "@bindeps__idna_adapter-1.2.1//:idna_adapter", - "@bindeps__smallvec-1.15.1//:smallvec", - "@bindeps__utf8_iter-1.0.4//:utf8_iter", - ], -) diff --git a/vendor/bindeps/BUILD.idna_adapter-1.2.1.bazel b/vendor/bindeps/BUILD.idna_adapter-1.2.1.bazel deleted file mode 100644 index ab9c1ab26..000000000 --- a/vendor/bindeps/BUILD.idna_adapter-1.2.1.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "idna_adapter", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "compiled_data", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=idna_adapter", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.2.1", - deps = [ - "@bindeps__icu_normalizer-2.0.0//:icu_normalizer", - "@bindeps__icu_properties-2.0.1//:icu_properties", - ], -) diff --git a/vendor/bindeps/BUILD.if-addrs-0.13.4.bazel b/vendor/bindeps/BUILD.if-addrs-0.13.4.bazel deleted file mode 100644 index 358db0d48..000000000 --- a/vendor/bindeps/BUILD.if-addrs-0.13.4.bazel +++ /dev/null @@ -1,83 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "if_addrs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=if-addrs", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.13.4", - deps = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(not(target_os = "windows")) - ], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.59.0//:windows_sys", # cfg(target_os = "windows") - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(not(target_os = "windows")) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(not(target_os = "windows")) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.59.0//:windows_sys", # cfg(target_os = "windows") - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(not(target_os = "windows")) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.ignore-0.4.23.bazel b/vendor/bindeps/BUILD.ignore-0.4.23.bazel deleted file mode 100644 index c07442fde..000000000 --- a/vendor/bindeps/BUILD.ignore-0.4.23.bazel +++ /dev/null @@ -1,79 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "ignore", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ignore", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.4.23", - deps = [ - "@bindeps__crossbeam-deque-0.8.6//:crossbeam_deque", - "@bindeps__globset-0.4.16//:globset", - "@bindeps__log-0.4.28//:log", - "@bindeps__memchr-2.7.5//:memchr", - "@bindeps__regex-automata-0.4.10//:regex_automata", - "@bindeps__same-file-1.0.6//:same_file", - "@bindeps__walkdir-2.5.0//:walkdir", - ] + select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__winapi-util-0.1.11//:winapi_util", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__winapi-util-0.1.11//:winapi_util", # cfg(windows) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.impl-more-0.1.9.bazel b/vendor/bindeps/BUILD.impl-more-0.1.9.bazel deleted file mode 100644 index b5394a1d2..000000000 --- a/vendor/bindeps/BUILD.impl-more-0.1.9.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "impl_more", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=impl-more", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.9", -) diff --git a/vendor/bindeps/BUILD.include_sass-0.13.4.bazel b/vendor/bindeps/BUILD.include_sass-0.13.4.bazel deleted file mode 100644 index 2111a5fc7..000000000 --- a/vendor/bindeps/BUILD.include_sass-0.13.4.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "include_sass", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=include_sass", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.13.4", - deps = [ - "@bindeps__grass_compiler-0.13.4//:grass_compiler", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.indexmap-2.11.3.bazel b/vendor/bindeps/BUILD.indexmap-2.11.3.bazel deleted file mode 100644 index edeb3dd1c..000000000 --- a/vendor/bindeps/BUILD.indexmap-2.11.3.bazel +++ /dev/null @@ -1,72 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "indexmap", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "serde", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=indexmap", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.11.3", - deps = [ - "@bindeps__equivalent-1.0.2//:equivalent", - "@bindeps__hashbrown-0.15.5//:hashbrown", - "@bindeps__serde_core-1.0.225//:serde_core", - ], -) diff --git a/vendor/bindeps/BUILD.inotify-0.11.0.bazel b/vendor/bindeps/BUILD.inotify-0.11.0.bazel deleted file mode 100644 index 9b976dded..000000000 --- a/vendor/bindeps/BUILD.inotify-0.11.0.bazel +++ /dev/null @@ -1,63 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "inotify", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=inotify", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.11.0", - deps = [ - "@bindeps__bitflags-2.9.4//:bitflags", - "@bindeps__inotify-sys-0.1.5//:inotify_sys", - "@bindeps__libc-0.2.175//:libc", - ], -) diff --git a/vendor/bindeps/BUILD.inotify-sys-0.1.5.bazel b/vendor/bindeps/BUILD.inotify-sys-0.1.5.bazel deleted file mode 100644 index b20641641..000000000 --- a/vendor/bindeps/BUILD.inotify-sys-0.1.5.bazel +++ /dev/null @@ -1,61 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "inotify_sys", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=inotify-sys", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.5", - deps = [ - "@bindeps__libc-0.2.175//:libc", - ], -) diff --git a/vendor/bindeps/BUILD.inout-0.1.4.bazel b/vendor/bindeps/BUILD.inout-0.1.4.bazel deleted file mode 100644 index feeb7f45f..000000000 --- a/vendor/bindeps/BUILD.inout-0.1.4.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "inout", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=inout", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.4", - deps = [ - "@bindeps__generic-array-0.14.7//:generic_array", - ], -) diff --git a/vendor/bindeps/BUILD.insta-1.43.2.bazel b/vendor/bindeps/BUILD.insta-1.43.2.bazel deleted file mode 100644 index b675bba79..000000000 --- a/vendor/bindeps/BUILD.insta-1.43.2.bazel +++ /dev/null @@ -1,86 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "insta", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "_cargo_insta_internal", - "clap", - "colors", - "console", - "default", - "json", - "pest", - "pest_derive", - "redactions", - "serde", - "yaml", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__pest_derive-2.8.2//:pest_derive", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=insta", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.43.2", - deps = [ - "@bindeps__clap-4.5.47//:clap", - "@bindeps__console-0.15.11//:console", - "@bindeps__once_cell-1.21.3//:once_cell", - "@bindeps__pest-2.8.2//:pest", - "@bindeps__serde-1.0.225//:serde", - "@bindeps__similar-2.7.0//:similar", - ], -) diff --git a/vendor/bindeps/BUILD.intern-0.0.0.bazel b/vendor/bindeps/BUILD.intern-0.0.0.bazel deleted file mode 100644 index d33d4495d..000000000 --- a/vendor/bindeps/BUILD.intern-0.0.0.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "intern", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=intern", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.0.0", - deps = [ - "@bindeps__dashmap-6.1.0//:dashmap", - "@bindeps__hashbrown-0.14.5//:hashbrown", - "@bindeps__rustc-hash-2.1.1//:rustc_hash", - "@bindeps__triomphe-0.1.14//:triomphe", - ], -) diff --git a/vendor/bindeps/BUILD.intrusive-collections-0.9.7.bazel b/vendor/bindeps/BUILD.intrusive-collections-0.9.7.bazel deleted file mode 100644 index 9b8e0c11e..000000000 --- a/vendor/bindeps/BUILD.intrusive-collections-0.9.7.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "intrusive_collections", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "default", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=intrusive-collections", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.9.7", - deps = [ - "@bindeps__memoffset-0.9.1//:memoffset", - ], -) diff --git a/vendor/bindeps/BUILD.io-close-0.3.7.bazel b/vendor/bindeps/BUILD.io-close-0.3.7.bazel deleted file mode 100644 index 465fc3b11..000000000 --- a/vendor/bindeps/BUILD.io-close-0.3.7.bazel +++ /dev/null @@ -1,83 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "io_close", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=io-close", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.7", - deps = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__winapi-0.3.9//:winapi", # cfg(windows) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__winapi-0.3.9//:winapi", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.ipnet-2.11.0.bazel b/vendor/bindeps/BUILD.ipnet-2.11.0.bazel deleted file mode 100644 index 7de3bdf78..000000000 --- a/vendor/bindeps/BUILD.ipnet-2.11.0.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "ipnet", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ipnet", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.11.0", -) diff --git a/vendor/bindeps/BUILD.iri-string-0.7.8.bazel b/vendor/bindeps/BUILD.iri-string-0.7.8.bazel deleted file mode 100644 index b8b9f8c76..000000000 --- a/vendor/bindeps/BUILD.iri-string-0.7.8.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "iri_string", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=iri-string", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.7.8", -) diff --git a/vendor/bindeps/BUILD.is-docker-0.2.0.bazel b/vendor/bindeps/BUILD.is-docker-0.2.0.bazel deleted file mode 100644 index e2308b396..000000000 --- a/vendor/bindeps/BUILD.is-docker-0.2.0.bazel +++ /dev/null @@ -1,61 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "is_docker", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=is-docker", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.0", - deps = [ - "@bindeps__once_cell-1.21.3//:once_cell", - ], -) diff --git a/vendor/bindeps/BUILD.is-wsl-0.4.0.bazel b/vendor/bindeps/BUILD.is-wsl-0.4.0.bazel deleted file mode 100644 index 5fcd7a8ea..000000000 --- a/vendor/bindeps/BUILD.is-wsl-0.4.0.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "is_wsl", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=is-wsl", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.4.0", - deps = [ - "@bindeps__is-docker-0.2.0//:is_docker", - "@bindeps__once_cell-1.21.3//:once_cell", - ], -) diff --git a/vendor/bindeps/BUILD.is_ci-1.2.0.bazel b/vendor/bindeps/BUILD.is_ci-1.2.0.bazel deleted file mode 100644 index 1e744e8b2..000000000 --- a/vendor/bindeps/BUILD.is_ci-1.2.0.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "is_ci", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=is_ci", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.2.0", -) diff --git a/vendor/bindeps/BUILD.is_executable-1.0.5.bazel b/vendor/bindeps/BUILD.is_executable-1.0.5.bazel deleted file mode 100644 index 3c73dd60f..000000000 --- a/vendor/bindeps/BUILD.is_executable-1.0.5.bazel +++ /dev/null @@ -1,71 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "is_executable", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=is_executable", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.5", - deps = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.60.2//:windows_sys", # cfg(target_os = "windows") - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.60.2//:windows_sys", # cfg(target_os = "windows") - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.is_terminal_polyfill-1.70.1.bazel b/vendor/bindeps/BUILD.is_terminal_polyfill-1.70.1.bazel deleted file mode 100644 index 06babaad9..000000000 --- a/vendor/bindeps/BUILD.is_terminal_polyfill-1.70.1.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "is_terminal_polyfill", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=is_terminal_polyfill", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.70.1", -) diff --git a/vendor/bindeps/BUILD.itertools-0.10.5.bazel b/vendor/bindeps/BUILD.itertools-0.10.5.bazel deleted file mode 100644 index 0f702448a..000000000 --- a/vendor/bindeps/BUILD.itertools-0.10.5.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "itertools", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "use_alloc", - "use_std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=itertools", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.10.5", - deps = [ - "@bindeps__either-1.15.0//:either", - ], -) diff --git a/vendor/bindeps/BUILD.itertools-0.12.1.bazel b/vendor/bindeps/BUILD.itertools-0.12.1.bazel deleted file mode 100644 index 64e32e97c..000000000 --- a/vendor/bindeps/BUILD.itertools-0.12.1.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "itertools", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "use_alloc", - "use_std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=itertools", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.12.1", - deps = [ - "@bindeps__either-1.15.0//:either", - ], -) diff --git a/vendor/bindeps/BUILD.itertools-0.13.0.bazel b/vendor/bindeps/BUILD.itertools-0.13.0.bazel deleted file mode 100644 index 7c3e76da0..000000000 --- a/vendor/bindeps/BUILD.itertools-0.13.0.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "itertools", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=itertools", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.13.0", - deps = [ - "@bindeps__either-1.15.0//:either", - ], -) diff --git a/vendor/bindeps/BUILD.itertools-0.14.0.bazel b/vendor/bindeps/BUILD.itertools-0.14.0.bazel deleted file mode 100644 index f0e8280e5..000000000 --- a/vendor/bindeps/BUILD.itertools-0.14.0.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "itertools", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "use_alloc", - "use_std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=itertools", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.14.0", - deps = [ - "@bindeps__either-1.15.0//:either", - ], -) diff --git a/vendor/bindeps/BUILD.itoa-1.0.15.bazel b/vendor/bindeps/BUILD.itoa-1.0.15.bazel deleted file mode 100644 index bd11fb191..000000000 --- a/vendor/bindeps/BUILD.itoa-1.0.15.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "itoa", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=itoa", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.15", -) diff --git a/vendor/bindeps/BUILD.jiff-0.2.15.bazel b/vendor/bindeps/BUILD.jiff-0.2.15.bazel deleted file mode 100644 index 1fc233ae0..000000000 --- a/vendor/bindeps/BUILD.jiff-0.2.15.bazel +++ /dev/null @@ -1,84 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "jiff", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "default", - "perf-inline", - "std", - "tz-fat", - "tz-system", - "tzdb-bundle-platform", - "tzdb-concatenated", - "tzdb-zoneinfo", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=jiff", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.15", - deps = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__jiff-tzdb-platform-0.1.3//:jiff_tzdb_platform", # cfg(any(windows, target_family = "wasm")) - "@bindeps__windows-sys-0.59.0//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__jiff-tzdb-platform-0.1.3//:jiff_tzdb_platform", # cfg(any(windows, target_family = "wasm")) - "@bindeps__windows-sys-0.59.0//:windows_sys", # cfg(windows) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.jiff-tzdb-0.1.4.bazel b/vendor/bindeps/BUILD.jiff-tzdb-0.1.4.bazel deleted file mode 100644 index 5caf8ab63..000000000 --- a/vendor/bindeps/BUILD.jiff-tzdb-0.1.4.bazel +++ /dev/null @@ -1,58 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "jiff_tzdb", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=jiff-tzdb", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.4", -) diff --git a/vendor/bindeps/BUILD.jiff-tzdb-platform-0.1.3.bazel b/vendor/bindeps/BUILD.jiff-tzdb-platform-0.1.3.bazel deleted file mode 100644 index 247c15bf7..000000000 --- a/vendor/bindeps/BUILD.jiff-tzdb-platform-0.1.3.bazel +++ /dev/null @@ -1,61 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "jiff_tzdb_platform", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=jiff-tzdb-platform", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.3", - deps = [ - "@bindeps__jiff-tzdb-0.1.4//:jiff_tzdb", - ], -) diff --git a/vendor/bindeps/BUILD.jobserver-0.1.34.bazel b/vendor/bindeps/BUILD.jobserver-0.1.34.bazel deleted file mode 100644 index eee46acdd..000000000 --- a/vendor/bindeps/BUILD.jobserver-0.1.34.bazel +++ /dev/null @@ -1,83 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "jobserver", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=jobserver", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.34", - deps = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__getrandom-0.3.3//:getrandom", # cfg(windows) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__getrandom-0.3.3//:getrandom", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.jod-thread-1.0.0.bazel b/vendor/bindeps/BUILD.jod-thread-1.0.0.bazel deleted file mode 100644 index 335809eac..000000000 --- a/vendor/bindeps/BUILD.jod-thread-1.0.0.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "jod_thread", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=jod-thread", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.0", -) diff --git a/vendor/bindeps/BUILD.jsonc-parser-0.26.3.bazel b/vendor/bindeps/BUILD.jsonc-parser-0.26.3.bazel deleted file mode 100644 index a5b233f40..000000000 --- a/vendor/bindeps/BUILD.jsonc-parser-0.26.3.bazel +++ /dev/null @@ -1,72 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "jsonc_parser", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "cst", - "indexmap", - "preserve_order", - "serde_json", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=jsonc-parser", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.26.3", - deps = [ - "@bindeps__indexmap-2.11.3//:indexmap", - "@bindeps__serde_json-1.0.145//:serde_json", - ], -) diff --git a/vendor/bindeps/BUILD.just-1.42.4.bazel b/vendor/bindeps/BUILD.just-1.42.4.bazel deleted file mode 100644 index 322b8de9a..000000000 --- a/vendor/bindeps/BUILD.just-1.42.4.bazel +++ /dev/null @@ -1,218 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load( - "@rules_rust//rust:defs.bzl", - "rust_binary", - "rust_library", -) - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "just", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__derive-where-1.6.0//:derive_where", - "@bindeps__rustversion-1.0.22//:rustversion", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=just", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.42.4", - deps = [ - "@bindeps__ansi_term-0.12.1//:ansi_term", - "@bindeps__blake3-1.8.2//:blake3", - "@bindeps__camino-1.2.0//:camino", - "@bindeps__chrono-0.4.42//:chrono", - "@bindeps__clap-4.5.47//:clap", - "@bindeps__clap_complete-4.5.48//:clap_complete", - "@bindeps__clap_mangen-0.2.29//:clap_mangen", - "@bindeps__ctrlc-3.5.0//:ctrlc", # cfg(windows) - "@bindeps__dirs-6.0.0//:dirs", - "@bindeps__dotenvy-0.15.7//:dotenvy", - "@bindeps__edit-distance-2.1.3//:edit_distance", - "@bindeps__heck-0.5.0//:heck", - "@bindeps__is_executable-1.0.5//:is_executable", - "@bindeps__lexiclean-0.0.1//:lexiclean", - "@bindeps__libc-0.2.175//:libc", - "@bindeps__num_cpus-1.17.0//:num_cpus", - "@bindeps__once_cell-1.21.3//:once_cell", - "@bindeps__percent-encoding-2.3.2//:percent_encoding", - "@bindeps__rand-0.9.2//:rand", - "@bindeps__regex-1.11.2//:regex", - "@bindeps__semver-1.0.27//:semver", - "@bindeps__serde-1.0.225//:serde", - "@bindeps__serde_json-1.0.145//:serde_json", - "@bindeps__sha2-0.10.9//:sha2", - "@bindeps__shellexpand-3.1.1//:shellexpand", - "@bindeps__similar-2.7.0//:similar", - "@bindeps__snafu-0.8.9//:snafu", - "@bindeps__strum-0.27.2//:strum", - "@bindeps__target-2.1.0//:target", - "@bindeps__tempfile-3.22.0//:tempfile", - "@bindeps__typed-arena-2.0.2//:typed_arena", - "@bindeps__unicode-width-0.2.1//:unicode_width", - "@bindeps__uuid-1.18.1//:uuid", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__nix-0.30.1//:nix", # cfg(unix) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__nix-0.30.1//:nix", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__nix-0.30.1//:nix", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__nix-0.30.1//:nix", # cfg(unix) - ], - "//conditions:default": [], - }), -) - -rust_binary( - name = "just__bin", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/main.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__derive-where-1.6.0//:derive_where", - "@bindeps__rustversion-1.0.22//:rustversion", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=just", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.42.4", - deps = [ - ":just", - "@bindeps__ansi_term-0.12.1//:ansi_term", - "@bindeps__blake3-1.8.2//:blake3", - "@bindeps__camino-1.2.0//:camino", - "@bindeps__chrono-0.4.42//:chrono", - "@bindeps__clap-4.5.47//:clap", - "@bindeps__clap_complete-4.5.48//:clap_complete", - "@bindeps__clap_mangen-0.2.29//:clap_mangen", - "@bindeps__ctrlc-3.5.0//:ctrlc", # cfg(windows) - "@bindeps__dirs-6.0.0//:dirs", - "@bindeps__dotenvy-0.15.7//:dotenvy", - "@bindeps__edit-distance-2.1.3//:edit_distance", - "@bindeps__heck-0.5.0//:heck", - "@bindeps__is_executable-1.0.5//:is_executable", - "@bindeps__lexiclean-0.0.1//:lexiclean", - "@bindeps__libc-0.2.175//:libc", - "@bindeps__num_cpus-1.17.0//:num_cpus", - "@bindeps__once_cell-1.21.3//:once_cell", - "@bindeps__percent-encoding-2.3.2//:percent_encoding", - "@bindeps__rand-0.9.2//:rand", - "@bindeps__regex-1.11.2//:regex", - "@bindeps__semver-1.0.27//:semver", - "@bindeps__serde-1.0.225//:serde", - "@bindeps__serde_json-1.0.145//:serde_json", - "@bindeps__sha2-0.10.9//:sha2", - "@bindeps__shellexpand-3.1.1//:shellexpand", - "@bindeps__similar-2.7.0//:similar", - "@bindeps__snafu-0.8.9//:snafu", - "@bindeps__strum-0.27.2//:strum", - "@bindeps__target-2.1.0//:target", - "@bindeps__tempfile-3.22.0//:tempfile", - "@bindeps__typed-arena-2.0.2//:typed_arena", - "@bindeps__unicode-width-0.2.1//:unicode_width", - "@bindeps__uuid-1.18.1//:uuid", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__nix-0.30.1//:nix", # cfg(unix) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__nix-0.30.1//:nix", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__nix-0.30.1//:nix", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__nix-0.30.1//:nix", # cfg(unix) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.keccak-0.1.5.bazel b/vendor/bindeps/BUILD.keccak-0.1.5.bazel deleted file mode 100644 index 2ba13cce6..000000000 --- a/vendor/bindeps/BUILD.keccak-0.1.5.bazel +++ /dev/null @@ -1,74 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "keccak", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=keccak", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.5", - deps = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__cpufeatures-0.2.17//:cpufeatures", # cfg(target_arch = "aarch64") - ], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__cpufeatures-0.2.17//:cpufeatures", # cfg(target_arch = "aarch64") - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__cpufeatures-0.2.17//:cpufeatures", # cfg(target_arch = "aarch64") - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.krates-0.20.0.bazel b/vendor/bindeps/BUILD.krates-0.20.0.bazel deleted file mode 100644 index 0c222645d..000000000 --- a/vendor/bindeps/BUILD.krates-0.20.0.bazel +++ /dev/null @@ -1,74 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "krates", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "targets", - ], - crate_root = "src/lib.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=krates", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.20.0", - deps = [ - "@bindeps__camino-1.2.0//:camino", - "@bindeps__cfg-expr-0.20.2//:cfg_expr", - "@bindeps__petgraph-0.8.2//:petgraph", - "@bindeps__semver-1.0.27//:semver", - "@bindeps__serde-1.0.225//:serde", - "@bindeps__serde_json-1.0.145//:serde_json", - ], -) diff --git a/vendor/bindeps/BUILD.kstring-2.0.2.bazel b/vendor/bindeps/BUILD.kstring-2.0.2.bazel deleted file mode 100644 index a24b5892f..000000000 --- a/vendor/bindeps/BUILD.kstring-2.0.2.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "kstring", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - "unsafe", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=kstring", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.0.2", - deps = [ - "@bindeps__static_assertions-1.1.0//:static_assertions", - ], -) diff --git a/vendor/bindeps/BUILD.la-arena-0.3.1.bazel b/vendor/bindeps/BUILD.la-arena-0.3.1.bazel deleted file mode 100644 index 6d3df8e5e..000000000 --- a/vendor/bindeps/BUILD.la-arena-0.3.1.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "la_arena", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=la-arena", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.1", -) diff --git a/vendor/bindeps/BUILD.lalrpop-0.22.2.bazel b/vendor/bindeps/BUILD.lalrpop-0.22.2.bazel deleted file mode 100644 index 80d442b6d..000000000 --- a/vendor/bindeps/BUILD.lalrpop-0.22.2.bazel +++ /dev/null @@ -1,84 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "lalrpop", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "lexer", - "pico-args", - "unicode", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=lalrpop", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.22.2", - deps = [ - "@bindeps__ascii-canvas-4.0.0//:ascii_canvas", - "@bindeps__bit-set-0.8.0//:bit_set", - "@bindeps__ena-0.14.3//:ena", - "@bindeps__itertools-0.14.0//:itertools", - "@bindeps__lalrpop-util-0.22.2//:lalrpop_util", - "@bindeps__petgraph-0.7.1//:petgraph", - "@bindeps__pico-args-0.5.0//:pico_args", - "@bindeps__regex-1.11.2//:regex", - "@bindeps__regex-syntax-0.8.6//:regex_syntax", - "@bindeps__sha3-0.10.8//:sha3", - "@bindeps__string_cache-0.8.9//:string_cache", - "@bindeps__term-1.2.0//:term", - "@bindeps__unicode-xid-0.2.6//:unicode_xid", - "@bindeps__walkdir-2.5.0//:walkdir", - ], -) diff --git a/vendor/bindeps/BUILD.lalrpop-util-0.22.2.bazel b/vendor/bindeps/BUILD.lalrpop-util-0.22.2.bazel deleted file mode 100644 index 6a22682fd..000000000 --- a/vendor/bindeps/BUILD.lalrpop-util-0.22.2.bazel +++ /dev/null @@ -1,75 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "lalrpop_util", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "lexer", - "regex-automata", - "std", - "unicode", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__rustversion-1.0.22//:rustversion", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=lalrpop-util", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.22.2", - deps = [ - "@bindeps__regex-automata-0.4.10//:regex_automata", - ], -) diff --git a/vendor/bindeps/BUILD.language-tags-0.3.2.bazel b/vendor/bindeps/BUILD.language-tags-0.3.2.bazel deleted file mode 100644 index bef68cb97..000000000 --- a/vendor/bindeps/BUILD.language-tags-0.3.2.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "language_tags", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=language-tags", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.2", -) diff --git a/vendor/bindeps/BUILD.lasso-0.7.3.bazel b/vendor/bindeps/BUILD.lasso-0.7.3.bazel deleted file mode 100644 index e30b26604..000000000 --- a/vendor/bindeps/BUILD.lasso-0.7.3.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "lasso", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=lasso", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.7.3", - deps = [ - "@bindeps__hashbrown-0.14.5//:hashbrown", - ], -) diff --git a/vendor/bindeps/BUILD.lazy_static-1.5.0.bazel b/vendor/bindeps/BUILD.lazy_static-1.5.0.bazel deleted file mode 100644 index 9f4be6cb2..000000000 --- a/vendor/bindeps/BUILD.lazy_static-1.5.0.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "lazy_static", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=lazy_static", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.5.0", -) diff --git a/vendor/bindeps/BUILD.leb128-0.2.5.bazel b/vendor/bindeps/BUILD.leb128-0.2.5.bazel deleted file mode 100644 index 2de3034a0..000000000 --- a/vendor/bindeps/BUILD.leb128-0.2.5.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "leb128", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=leb128", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.5", -) diff --git a/vendor/bindeps/BUILD.leb128fmt-0.1.0.bazel b/vendor/bindeps/BUILD.leb128fmt-0.1.0.bazel deleted file mode 100644 index 0df16d5f0..000000000 --- a/vendor/bindeps/BUILD.leb128fmt-0.1.0.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "leb128fmt", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=leb128fmt", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.0", -) diff --git a/vendor/bindeps/BUILD.lexiclean-0.0.1.bazel b/vendor/bindeps/BUILD.lexiclean-0.0.1.bazel deleted file mode 100644 index 421793eec..000000000 --- a/vendor/bindeps/BUILD.lexiclean-0.0.1.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "lexiclean", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=lexiclean", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.0.1", -) diff --git a/vendor/bindeps/BUILD.libc-0.2.175.bazel b/vendor/bindeps/BUILD.libc-0.2.175.bazel deleted file mode 100644 index 763e9c4cc..000000000 --- a/vendor/bindeps/BUILD.libc-0.2.175.bazel +++ /dev/null @@ -1,163 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "libc", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "extra_traits", - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "extra_traits", - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "extra_traits", - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "extra_traits", - ], - "//conditions:default": [], - }), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=libc", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.175", - deps = [ - "@bindeps__libc-0.2.175//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "extra_traits", - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "extra_traits", - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "extra_traits", - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "extra_traits", - ], - "//conditions:default": [], - }), - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "libc", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=libc", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.2.175", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.libflate-2.1.0.bazel b/vendor/bindeps/BUILD.libflate-2.1.0.bazel deleted file mode 100644 index bf8a16d57..000000000 --- a/vendor/bindeps/BUILD.libflate-2.1.0.bazel +++ /dev/null @@ -1,73 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "libflate", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=libflate", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.1.0", - deps = [ - "@bindeps__adler32-1.2.0//:adler32", - "@bindeps__core2-0.4.0//:core2", - "@bindeps__crc32fast-1.5.0//:crc32fast", - "@bindeps__dary_heap-0.3.7//:dary_heap", - "@bindeps__libflate_lz77-2.1.0//:libflate_lz77", - ], -) diff --git a/vendor/bindeps/BUILD.libflate_lz77-2.1.0.bazel b/vendor/bindeps/BUILD.libflate_lz77-2.1.0.bazel deleted file mode 100644 index fb74bd309..000000000 --- a/vendor/bindeps/BUILD.libflate_lz77-2.1.0.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "libflate_lz77", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=libflate_lz77", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.1.0", - deps = [ - "@bindeps__core2-0.4.0//:core2", - "@bindeps__hashbrown-0.14.5//:hashbrown", - "@bindeps__rle-decode-fast-1.0.3//:rle_decode_fast", - ], -) diff --git a/vendor/bindeps/BUILD.libloading-0.8.8.bazel b/vendor/bindeps/BUILD.libloading-0.8.8.bazel deleted file mode 100644 index 9740ad38a..000000000 --- a/vendor/bindeps/BUILD.libloading-0.8.8.bazel +++ /dev/null @@ -1,83 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "libloading", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=libloading", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.8.8", - deps = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__cfg-if-1.0.3//:cfg_if", # cfg(unix) - ], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__windows-targets-0.53.3//:windows_targets", # cfg(windows) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__cfg-if-1.0.3//:cfg_if", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__cfg-if-1.0.3//:cfg_if", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__windows-targets-0.53.3//:windows_targets", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__cfg-if-1.0.3//:cfg_if", # cfg(unix) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.libunwind-1.3.3.bazel b/vendor/bindeps/BUILD.libunwind-1.3.3.bazel deleted file mode 100644 index 4429a11c7..000000000 --- a/vendor/bindeps/BUILD.libunwind-1.3.3.bazel +++ /dev/null @@ -1,60 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "libunwind", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=libunwind", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.3.3", -) diff --git a/vendor/bindeps/BUILD.libz-rs-sys-0.5.2.bazel b/vendor/bindeps/BUILD.libz-rs-sys-0.5.2.bazel deleted file mode 100644 index d67555c60..000000000 --- a/vendor/bindeps/BUILD.libz-rs-sys-0.5.2.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "libz_rs_sys", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "rust-allocator", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=libz-rs-sys", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.5.2", - deps = [ - "@bindeps__zlib-rs-0.5.2//:zlib_rs", - ], -) diff --git a/vendor/bindeps/BUILD.line-index-0.1.2.bazel b/vendor/bindeps/BUILD.line-index-0.1.2.bazel deleted file mode 100644 index 745f6b657..000000000 --- a/vendor/bindeps/BUILD.line-index-0.1.2.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "line_index", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=line-index", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.2", - deps = [ - "@bindeps__nohash-hasher-0.2.0//:nohash_hasher", - "@bindeps__text-size-1.1.1//:text_size", - ], -) diff --git a/vendor/bindeps/BUILD.linux-raw-sys-0.11.0.bazel b/vendor/bindeps/BUILD.linux-raw-sys-0.11.0.bazel deleted file mode 100644 index 608cb7a7a..000000000 --- a/vendor/bindeps/BUILD.linux-raw-sys-0.11.0.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "linux_raw_sys", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "auxvec", - "elf", - "errno", - "general", - "ioctl", - "no_std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=linux-raw-sys", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.11.0", -) diff --git a/vendor/bindeps/BUILD.litemap-0.8.0.bazel b/vendor/bindeps/BUILD.litemap-0.8.0.bazel deleted file mode 100644 index 3cf213d97..000000000 --- a/vendor/bindeps/BUILD.litemap-0.8.0.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "litemap", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=litemap", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.8.0", -) diff --git a/vendor/bindeps/BUILD.load-cargo-0.0.0.bazel b/vendor/bindeps/BUILD.load-cargo-0.0.0.bazel deleted file mode 100644 index 925e8558b..000000000 --- a/vendor/bindeps/BUILD.load-cargo-0.0.0.bazel +++ /dev/null @@ -1,77 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "load_cargo", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=load-cargo", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.0.0", - deps = [ - "@bindeps__anyhow-1.0.99//:anyhow", - "@bindeps__crossbeam-channel-0.5.15//:crossbeam_channel", - "@bindeps__hir-expand-0.0.0//:hir_expand", - "@bindeps__ide-db-0.0.0//:ide_db", - "@bindeps__intern-0.0.0//:intern", - "@bindeps__itertools-0.14.0//:itertools", - "@bindeps__proc-macro-api-0.0.0//:proc_macro_api", - "@bindeps__project-model-0.0.0//:project_model", - "@bindeps__span-0.0.0//:span", - "@bindeps__tracing-0.1.41//:tracing", - "@bindeps__tt-0.0.0//:tt", - "@bindeps__vfs-0.0.0//:vfs", - "@bindeps__vfs-notify-0.0.0//:vfs_notify", - ], -) diff --git a/vendor/bindeps/BUILD.local-channel-0.1.5.bazel b/vendor/bindeps/BUILD.local-channel-0.1.5.bazel deleted file mode 100644 index c84979fb0..000000000 --- a/vendor/bindeps/BUILD.local-channel-0.1.5.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "local_channel", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=local-channel", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.5", - deps = [ - "@bindeps__futures-core-0.3.31//:futures_core", - "@bindeps__futures-sink-0.3.31//:futures_sink", - "@bindeps__local-waker-0.1.4//:local_waker", - ], -) diff --git a/vendor/bindeps/BUILD.local-waker-0.1.4.bazel b/vendor/bindeps/BUILD.local-waker-0.1.4.bazel deleted file mode 100644 index 03b4fcbb4..000000000 --- a/vendor/bindeps/BUILD.local-waker-0.1.4.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "local_waker", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=local-waker", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.4", -) diff --git a/vendor/bindeps/BUILD.lock_api-0.4.13.bazel b/vendor/bindeps/BUILD.lock_api-0.4.13.bazel deleted file mode 100644 index 7a16ccbdd..000000000 --- a/vendor/bindeps/BUILD.lock_api-0.4.13.bazel +++ /dev/null @@ -1,139 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "lock_api", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "atomic_usize", - "default", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=lock_api", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.4.13", - deps = [ - "@bindeps__lock_api-0.4.13//:build_script_build", - "@bindeps__scopeguard-1.2.0//:scopeguard", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "atomic_usize", - "default", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "lock_api", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=lock_api", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.4.13", - visibility = ["//visibility:private"], - deps = [ - "@bindeps__autocfg-1.5.0//:autocfg", - ], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.log-0.4.28.bazel b/vendor/bindeps/BUILD.log-0.4.28.bazel deleted file mode 100644 index e232af727..000000000 --- a/vendor/bindeps/BUILD.log-0.4.28.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "log", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=log", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.4.28", -) diff --git a/vendor/bindeps/BUILD.logos-0.15.1.bazel b/vendor/bindeps/BUILD.logos-0.15.1.bazel deleted file mode 100644 index 7f5bce545..000000000 --- a/vendor/bindeps/BUILD.logos-0.15.1.bazel +++ /dev/null @@ -1,71 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "logos", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "export_derive", - "logos-derive", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__logos-derive-0.15.1//:logos_derive", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=logos", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.15.1", -) diff --git a/vendor/bindeps/BUILD.logos-codegen-0.15.1.bazel b/vendor/bindeps/BUILD.logos-codegen-0.15.1.bazel deleted file mode 100644 index ad50fd53d..000000000 --- a/vendor/bindeps/BUILD.logos-codegen-0.15.1.bazel +++ /dev/null @@ -1,137 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "logos_codegen", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=logos-codegen", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.15.1", - deps = [ - "@bindeps__beef-0.5.2//:beef", - "@bindeps__fnv-1.0.7//:fnv", - "@bindeps__lazy_static-1.5.0//:lazy_static", - "@bindeps__logos-codegen-0.15.1//:build_script_build", - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__regex-syntax-0.8.6//:regex_syntax", - "@bindeps__syn-2.0.106//:syn", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "logos-codegen", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=logos-codegen", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.15.1", - visibility = ["//visibility:private"], - deps = [ - "@bindeps__rustc_version-0.4.1//:rustc_version", - ], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.logos-derive-0.15.1.bazel b/vendor/bindeps/BUILD.logos-derive-0.15.1.bazel deleted file mode 100644 index f4151dd06..000000000 --- a/vendor/bindeps/BUILD.logos-derive-0.15.1.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "logos_derive", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=logos-derive", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.15.1", - deps = [ - "@bindeps__logos-codegen-0.15.1//:logos_codegen", - ], -) diff --git a/vendor/bindeps/BUILD.lru-0.14.0.bazel b/vendor/bindeps/BUILD.lru-0.14.0.bazel deleted file mode 100644 index 68f215b25..000000000 --- a/vendor/bindeps/BUILD.lru-0.14.0.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "lru", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "hashbrown", - ], - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=lru", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.14.0", - deps = [ - "@bindeps__hashbrown-0.15.5//:hashbrown", - ], -) diff --git a/vendor/bindeps/BUILD.lsp-server-0.7.9.bazel b/vendor/bindeps/BUILD.lsp-server-0.7.9.bazel deleted file mode 100644 index c32ae8623..000000000 --- a/vendor/bindeps/BUILD.lsp-server-0.7.9.bazel +++ /dev/null @@ -1,71 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "lsp_server", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - proc_macro_deps = [ - "@bindeps__serde_derive-1.0.225//:serde_derive", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=lsp-server", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.7.9", - deps = [ - "@bindeps__crossbeam-channel-0.5.15//:crossbeam_channel", - "@bindeps__log-0.4.28//:log", - "@bindeps__serde-1.0.225//:serde", - "@bindeps__serde_json-1.0.145//:serde_json", - ], -) diff --git a/vendor/bindeps/BUILD.lsp-types-0.94.1.bazel b/vendor/bindeps/BUILD.lsp-types-0.94.1.bazel deleted file mode 100644 index e6845badb..000000000 --- a/vendor/bindeps/BUILD.lsp-types-0.94.1.bazel +++ /dev/null @@ -1,74 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "lsp_types", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_root = "src/lib.rs", - edition = "2018", - proc_macro_deps = [ - "@bindeps__serde_repr-0.1.20//:serde_repr", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=lsp-types", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.94.1", - deps = [ - "@bindeps__bitflags-1.3.2//:bitflags", - "@bindeps__serde-1.0.225//:serde", - "@bindeps__serde_json-1.0.145//:serde_json", - "@bindeps__url-2.5.7//:url", - ], -) diff --git a/vendor/bindeps/BUILD.lsp-types-0.95.0.bazel b/vendor/bindeps/BUILD.lsp-types-0.95.0.bazel deleted file mode 100644 index a0c7a52bf..000000000 --- a/vendor/bindeps/BUILD.lsp-types-0.95.0.bazel +++ /dev/null @@ -1,75 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "lsp_types", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "proposed", - ], - crate_root = "src/lib.rs", - edition = "2018", - proc_macro_deps = [ - "@bindeps__serde_repr-0.1.20//:serde_repr", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=lsp-types", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.95.0", - deps = [ - "@bindeps__bitflags-1.3.2//:bitflags", - "@bindeps__serde-1.0.225//:serde", - "@bindeps__serde_json-1.0.145//:serde_json", - "@bindeps__url-2.5.7//:url", - ], -) diff --git a/vendor/bindeps/BUILD.lzma-rs-0.3.0.bazel b/vendor/bindeps/BUILD.lzma-rs-0.3.0.bazel deleted file mode 100644 index b4eacb5bb..000000000 --- a/vendor/bindeps/BUILD.lzma-rs-0.3.0.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "lzma_rs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "stream", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=lzma-rs", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.0", - deps = [ - "@bindeps__byteorder-1.5.0//:byteorder", - "@bindeps__crc-3.3.0//:crc", - ], -) diff --git a/vendor/bindeps/BUILD.lzma-sys-0.1.20.bazel b/vendor/bindeps/BUILD.lzma-sys-0.1.20.bazel deleted file mode 100644 index 29f5e96e3..000000000 --- a/vendor/bindeps/BUILD.lzma-sys-0.1.20.bazel +++ /dev/null @@ -1,133 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "lzma_sys", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=lzma-sys", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.20", - deps = [ - "@bindeps__libc-0.2.175//:libc", - "@bindeps__lzma-sys-0.1.20//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2018", - links = "lzma", - pkg_name = "lzma-sys", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=lzma-sys", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.1.20", - visibility = ["//visibility:private"], - deps = [ - "@bindeps__cc-1.2.37//:cc", - "@bindeps__pkg-config-0.3.32//:pkg_config", - ], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.mach2-0.4.3.bazel b/vendor/bindeps/BUILD.mach2-0.4.3.bazel deleted file mode 100644 index 9d2d07330..000000000 --- a/vendor/bindeps/BUILD.mach2-0.4.3.bazel +++ /dev/null @@ -1,64 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "mach2", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=mach2", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.4.3", - deps = [ - "@bindeps__libc-0.2.175//:libc", # cfg(any(target_os = "macos", target_os = "ios")) - ], -) diff --git a/vendor/bindeps/BUILD.macho-unwind-info-0.5.0.bazel b/vendor/bindeps/BUILD.macho-unwind-info-0.5.0.bazel deleted file mode 100644 index 1766a554f..000000000 --- a/vendor/bindeps/BUILD.macho-unwind-info-0.5.0.bazel +++ /dev/null @@ -1,64 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "macho_unwind_info", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__zerocopy-derive-0.8.27//:zerocopy_derive", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=macho-unwind-info", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.5.0", - deps = [ - "@bindeps__thiserror-2.0.16//:thiserror", - "@bindeps__zerocopy-0.8.27//:zerocopy", - ], -) diff --git a/vendor/bindeps/BUILD.matchers-0.2.0.bazel b/vendor/bindeps/BUILD.matchers-0.2.0.bazel deleted file mode 100644 index bd6c675f4..000000000 --- a/vendor/bindeps/BUILD.matchers-0.2.0.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "matchers", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=matchers", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.0", - deps = [ - "@bindeps__regex-automata-0.4.10//:regex_automata", - ], -) diff --git a/vendor/bindeps/BUILD.maud-0.27.0.bazel b/vendor/bindeps/BUILD.maud-0.27.0.bazel deleted file mode 100644 index e007d775b..000000000 --- a/vendor/bindeps/BUILD.maud-0.27.0.bazel +++ /dev/null @@ -1,71 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "maud", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__maud_macros-0.27.0//:maud_macros", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=maud", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.27.0", - deps = [ - "@bindeps__itoa-1.0.15//:itoa", - ], -) diff --git a/vendor/bindeps/BUILD.maud_macros-0.27.0.bazel b/vendor/bindeps/BUILD.maud_macros-0.27.0.bazel deleted file mode 100644 index bdd47e8ef..000000000 --- a/vendor/bindeps/BUILD.maud_macros-0.27.0.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "maud_macros", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=maud_macros", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.27.0", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__proc-macro2-diagnostics-0.10.1//:proc_macro2_diagnostics", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.maybe-async-0.2.10.bazel b/vendor/bindeps/BUILD.maybe-async-0.2.10.bazel deleted file mode 100644 index d104bec31..000000000 --- a/vendor/bindeps/BUILD.maybe-async-0.2.10.bazel +++ /dev/null @@ -1,71 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "maybe_async", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "is_sync", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=maybe-async", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.10", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.mbe-0.0.0.bazel b/vendor/bindeps/BUILD.mbe-0.0.0.bazel deleted file mode 100644 index 53e19c803..000000000 --- a/vendor/bindeps/BUILD.mbe-0.0.0.bazel +++ /dev/null @@ -1,75 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "mbe", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=mbe", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.0.0", - deps = [ - "@bindeps__arrayvec-0.7.6//:arrayvec", - "@bindeps__cov-mark-2.1.0//:cov_mark", - "@bindeps__intern-0.0.0//:intern", - "@bindeps__parser-0.0.0//:parser", - "@bindeps__ra-ap-rustc_lexer-0.132.0//:ra_ap_rustc_lexer", - "@bindeps__rustc-hash-2.1.1//:rustc_hash", - "@bindeps__smallvec-1.15.1//:smallvec", - "@bindeps__span-0.0.0//:span", - "@bindeps__stdx-0.0.0//:stdx", - "@bindeps__syntax-bridge-0.0.0//:syntax_bridge", - "@bindeps__tt-0.0.0//:tt", - ], -) diff --git a/vendor/bindeps/BUILD.memchr-2.7.5.bazel b/vendor/bindeps/BUILD.memchr-2.7.5.bazel deleted file mode 100644 index b6abb9933..000000000 --- a/vendor/bindeps/BUILD.memchr-2.7.5.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "memchr", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=memchr", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.7.5", -) diff --git a/vendor/bindeps/BUILD.memmap2-0.6.2.bazel b/vendor/bindeps/BUILD.memmap2-0.6.2.bazel deleted file mode 100644 index cdab86abf..000000000 --- a/vendor/bindeps/BUILD.memmap2-0.6.2.bazel +++ /dev/null @@ -1,77 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "memmap2", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=memmap2", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.6.2", - deps = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.memmap2-0.9.8.bazel b/vendor/bindeps/BUILD.memmap2-0.9.8.bazel deleted file mode 100644 index c89d0ce14..000000000 --- a/vendor/bindeps/BUILD.memmap2-0.9.8.bazel +++ /dev/null @@ -1,77 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "memmap2", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=memmap2", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.9.8", - deps = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.memoffset-0.9.1.bazel b/vendor/bindeps/BUILD.memoffset-0.9.1.bazel deleted file mode 100644 index 782fbaf94..000000000 --- a/vendor/bindeps/BUILD.memoffset-0.9.1.bazel +++ /dev/null @@ -1,136 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "memoffset", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=memoffset", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.9.1", - deps = [ - "@bindeps__memoffset-0.9.1//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2015", - pkg_name = "memoffset", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=memoffset", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.9.1", - visibility = ["//visibility:private"], - deps = [ - "@bindeps__autocfg-1.5.0//:autocfg", - ], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.miette-7.6.0.bazel b/vendor/bindeps/BUILD.miette-7.6.0.bazel deleted file mode 100644 index 0062056c8..000000000 --- a/vendor/bindeps/BUILD.miette-7.6.0.bazel +++ /dev/null @@ -1,86 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "miette", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "derive", - "fancy", - "fancy-base", - "fancy-no-backtrace", - "serde", - ], - crate_root = "src/lib.rs", - edition = "2018", - proc_macro_deps = [ - "@bindeps__miette-derive-7.6.0//:miette_derive", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=miette", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "7.6.0", - deps = [ - "@bindeps__backtrace-0.3.75//:backtrace", - "@bindeps__backtrace-ext-0.2.1//:backtrace_ext", - "@bindeps__cfg-if-1.0.3//:cfg_if", - "@bindeps__owo-colors-4.2.2//:owo_colors", - "@bindeps__serde-1.0.225//:serde", - "@bindeps__supports-color-3.0.2//:supports_color", - "@bindeps__supports-hyperlinks-3.1.0//:supports_hyperlinks", - "@bindeps__supports-unicode-3.0.0//:supports_unicode", - "@bindeps__terminal_size-0.4.3//:terminal_size", - "@bindeps__textwrap-0.16.2//:textwrap", - "@bindeps__unicode-width-0.1.14//:unicode_width", - ], -) diff --git a/vendor/bindeps/BUILD.miette-derive-7.6.0.bazel b/vendor/bindeps/BUILD.miette-derive-7.6.0.bazel deleted file mode 100644 index 4207981fa..000000000 --- a/vendor/bindeps/BUILD.miette-derive-7.6.0.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "miette_derive", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=miette-derive", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "7.6.0", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.migrations_internals-2.3.0.bazel b/vendor/bindeps/BUILD.migrations_internals-2.3.0.bazel deleted file mode 100644 index 2092a36dd..000000000 --- a/vendor/bindeps/BUILD.migrations_internals-2.3.0.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "migrations_internals", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=migrations_internals", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.3.0", - deps = [ - "@bindeps__serde-1.0.225//:serde", - "@bindeps__toml-0.9.7//:toml", - ], -) diff --git a/vendor/bindeps/BUILD.migrations_macros-2.3.0.bazel b/vendor/bindeps/BUILD.migrations_macros-2.3.0.bazel deleted file mode 100644 index 2458ca260..000000000 --- a/vendor/bindeps/BUILD.migrations_macros-2.3.0.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "migrations_macros", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=migrations_macros", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.3.0", - deps = [ - "@bindeps__migrations_internals-2.3.0//:migrations_internals", - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - ], -) diff --git a/vendor/bindeps/BUILD.mime-0.3.17.bazel b/vendor/bindeps/BUILD.mime-0.3.17.bazel deleted file mode 100644 index c1d7bb11c..000000000 --- a/vendor/bindeps/BUILD.mime-0.3.17.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "mime", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=mime", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.17", -) diff --git a/vendor/bindeps/BUILD.mime_guess-2.0.5.bazel b/vendor/bindeps/BUILD.mime_guess-2.0.5.bazel deleted file mode 100644 index 1b01d3bf0..000000000 --- a/vendor/bindeps/BUILD.mime_guess-2.0.5.bazel +++ /dev/null @@ -1,140 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "mime_guess", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "rev-mappings", - ], - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=mime_guess", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.0.5", - deps = [ - "@bindeps__mime-0.3.17//:mime", - "@bindeps__mime_guess-2.0.5//:build_script_build", - "@bindeps__unicase-2.8.1//:unicase", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "rev-mappings", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2015", - pkg_name = "mime_guess", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=mime_guess", - "manual", - "noclippy", - "norustfmt", - ], - version = "2.0.5", - visibility = ["//visibility:private"], - deps = [ - "@bindeps__unicase-2.8.1//:unicase", - ], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.minimal-lexical-0.2.1.bazel b/vendor/bindeps/BUILD.minimal-lexical-0.2.1.bazel deleted file mode 100644 index cf2f8eb1f..000000000 --- a/vendor/bindeps/BUILD.minimal-lexical-0.2.1.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "minimal_lexical", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=minimal-lexical", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.1", -) diff --git a/vendor/bindeps/BUILD.miniserve-0.31.0.bazel b/vendor/bindeps/BUILD.miniserve-0.31.0.bazel deleted file mode 100644 index 1721437e7..000000000 --- a/vendor/bindeps/BUILD.miniserve-0.31.0.bazel +++ /dev/null @@ -1,112 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_binary") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_binary( - name = "miniserve__bin", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "rustls", - "rustls-pemfile", - "tls", - ], - crate_root = "src/main.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=miniserve", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.31.0", - deps = [ - "@bindeps__actix-files-0.6.8//:actix_files", - "@bindeps__actix-multipart-0.7.2//:actix_multipart", - "@bindeps__actix-web-4.11.0//:actix_web", - "@bindeps__actix-web-httpauth-0.8.2//:actix_web_httpauth", - "@bindeps__alphanumeric-sort-1.5.3//:alphanumeric_sort", - "@bindeps__anyhow-1.0.99//:anyhow", - "@bindeps__async-walkdir-2.1.0//:async_walkdir", - "@bindeps__bytesize-2.1.0//:bytesize", - "@bindeps__chrono-0.4.42//:chrono", - "@bindeps__chrono-humanize-0.2.3//:chrono_humanize", - "@bindeps__clap-4.5.47//:clap", - "@bindeps__clap_complete-4.5.48//:clap_complete", - "@bindeps__clap_mangen-0.2.29//:clap_mangen", - "@bindeps__colored-3.0.0//:colored", - "@bindeps__comrak-0.39.1//:comrak", - "@bindeps__dav-server-0.8.0//:dav_server", - "@bindeps__fast_qr-0.13.1//:fast_qr", - "@bindeps__futures-0.3.31//:futures", - "@bindeps__grass-0.13.4//:grass", - "@bindeps__hex-0.4.3//:hex", - "@bindeps__httparse-1.10.1//:httparse", - "@bindeps__if-addrs-0.13.4//:if_addrs", - "@bindeps__libflate-2.1.0//:libflate", - "@bindeps__log-0.4.28//:log", - "@bindeps__maud-0.27.0//:maud", - "@bindeps__mime-0.3.17//:mime", - "@bindeps__nanoid-0.4.0//:nanoid", - "@bindeps__percent-encoding-2.3.2//:percent_encoding", - "@bindeps__port_check-0.2.1//:port_check", - "@bindeps__regex-1.11.2//:regex", - "@bindeps__rustls-0.23.31//:rustls", - "@bindeps__rustls-pemfile-2.2.0//:rustls_pemfile", - "@bindeps__serde-1.0.225//:serde", - "@bindeps__sha2-0.10.9//:sha2", - "@bindeps__simplelog-0.12.2//:simplelog", - "@bindeps__socket2-0.5.10//:socket2", - "@bindeps__strum-0.27.2//:strum", - "@bindeps__tar-0.4.44//:tar", - "@bindeps__tempfile-3.22.0//:tempfile", - "@bindeps__thiserror-2.0.16//:thiserror", - "@bindeps__tokio-1.47.1//:tokio", - "@bindeps__zip-4.6.1//:zip", - ], -) diff --git a/vendor/bindeps/BUILD.miniz_oxide-0.8.9.bazel b/vendor/bindeps/BUILD.miniz_oxide-0.8.9.bazel deleted file mode 100644 index 19c6f41cb..000000000 --- a/vendor/bindeps/BUILD.miniz_oxide-0.8.9.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "miniz_oxide", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "with-alloc", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=miniz_oxide", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.8.9", - deps = [ - "@bindeps__adler2-2.0.1//:adler2", - ], -) diff --git a/vendor/bindeps/BUILD.mio-0.8.11.bazel b/vendor/bindeps/BUILD.mio-0.8.11.bazel deleted file mode 100644 index 3a525b96c..000000000 --- a/vendor/bindeps/BUILD.mio-0.8.11.bazel +++ /dev/null @@ -1,71 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "mio", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "log", - "net", - "os-ext", - "os-poll", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=mio", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.8.11", - deps = [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - "@bindeps__log-0.4.28//:log", - ], -) diff --git a/vendor/bindeps/BUILD.mio-1.0.4.bazel b/vendor/bindeps/BUILD.mio-1.0.4.bazel deleted file mode 100644 index c04296139..000000000 --- a/vendor/bindeps/BUILD.mio-1.0.4.bazel +++ /dev/null @@ -1,92 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "mio", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "log", - "net", - "os-ext", - "os-poll", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=mio", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.4", - deps = [ - "@bindeps__log-0.4.28//:log", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.59.0//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.59.0//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.miow-0.6.1.bazel b/vendor/bindeps/BUILD.miow-0.6.1.bazel deleted file mode 100644 index f0951cc78..000000000 --- a/vendor/bindeps/BUILD.miow-0.6.1.bazel +++ /dev/null @@ -1,61 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "miow", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=miow", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.6.1", - deps = [ - "@bindeps__windows-sys-0.61.0//:windows_sys", - ], -) diff --git a/vendor/bindeps/BUILD.more-asserts-0.2.2.bazel b/vendor/bindeps/BUILD.more-asserts-0.2.2.bazel deleted file mode 100644 index 19b4c92a4..000000000 --- a/vendor/bindeps/BUILD.more-asserts-0.2.2.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "more_asserts", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=more-asserts", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.2", -) diff --git a/vendor/bindeps/BUILD.munge-0.4.6.bazel b/vendor/bindeps/BUILD.munge-0.4.6.bazel deleted file mode 100644 index 432c2b607..000000000 --- a/vendor/bindeps/BUILD.munge-0.4.6.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "munge", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__munge_macro-0.4.6//:munge_macro", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=munge", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.4.6", -) diff --git a/vendor/bindeps/BUILD.munge_macro-0.4.6.bazel b/vendor/bindeps/BUILD.munge_macro-0.4.6.bazel deleted file mode 100644 index 7c8b86859..000000000 --- a/vendor/bindeps/BUILD.munge_macro-0.4.6.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "munge_macro", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=munge_macro", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.4.6", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.nanoid-0.4.0.bazel b/vendor/bindeps/BUILD.nanoid-0.4.0.bazel deleted file mode 100644 index b19ef9434..000000000 --- a/vendor/bindeps/BUILD.nanoid-0.4.0.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "nanoid", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=nanoid", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.4.0", - deps = [ - "@bindeps__rand-0.8.5//:rand", - ], -) diff --git a/vendor/bindeps/BUILD.new_debug_unreachable-1.0.6.bazel b/vendor/bindeps/BUILD.new_debug_unreachable-1.0.6.bazel deleted file mode 100644 index ffe44a50c..000000000 --- a/vendor/bindeps/BUILD.new_debug_unreachable-1.0.6.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "debug_unreachable", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=new_debug_unreachable", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.6", -) diff --git a/vendor/bindeps/BUILD.nix-0.30.1.bazel b/vendor/bindeps/BUILD.nix-0.30.1.bazel deleted file mode 100644 index d4c7aeb93..000000000 --- a/vendor/bindeps/BUILD.nix-0.30.1.bazel +++ /dev/null @@ -1,149 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "nix", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "feature", - "fs", - "poll", - "process", - "signal", - "user", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=nix", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.30.1", - deps = [ - "@bindeps__bitflags-2.9.4//:bitflags", - "@bindeps__cfg-if-1.0.3//:cfg_if", - "@bindeps__libc-0.2.175//:libc", - "@bindeps__nix-0.30.1//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "feature", - "fs", - "poll", - "process", - "signal", - "user", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "nix", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=nix", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.30.1", - visibility = ["//visibility:private"], - deps = [ - "@bindeps__cfg_aliases-0.2.1//:cfg_aliases", - ], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.nohash-hasher-0.2.0.bazel b/vendor/bindeps/BUILD.nohash-hasher-0.2.0.bazel deleted file mode 100644 index be7b8d7be..000000000 --- a/vendor/bindeps/BUILD.nohash-hasher-0.2.0.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "nohash_hasher", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=nohash-hasher", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.0", -) diff --git a/vendor/bindeps/BUILD.nom-7.1.3.bazel b/vendor/bindeps/BUILD.nom-7.1.3.bazel deleted file mode 100644 index 65180fa41..000000000 --- a/vendor/bindeps/BUILD.nom-7.1.3.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "nom", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=nom", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "7.1.3", - deps = [ - "@bindeps__memchr-2.7.5//:memchr", - "@bindeps__minimal-lexical-0.2.1//:minimal_lexical", - ], -) diff --git a/vendor/bindeps/BUILD.nonempty-0.10.0.bazel b/vendor/bindeps/BUILD.nonempty-0.10.0.bazel deleted file mode 100644 index d9771ca4c..000000000 --- a/vendor/bindeps/BUILD.nonempty-0.10.0.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "nonempty", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "serde", - "serialize", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=nonempty", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.10.0", - deps = [ - "@bindeps__serde-1.0.225//:serde", - ], -) diff --git a/vendor/bindeps/BUILD.notify-8.2.0.bazel b/vendor/bindeps/BUILD.notify-8.2.0.bazel deleted file mode 100644 index 54ec05054..000000000 --- a/vendor/bindeps/BUILD.notify-8.2.0.bazel +++ /dev/null @@ -1,97 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "notify", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "fsevent-sys", - "macos_fsevent", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=notify", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "8.2.0", - deps = [ - "@bindeps__libc-0.2.175//:libc", - "@bindeps__log-0.4.28//:log", - "@bindeps__notify-types-2.0.0//:notify_types", - "@bindeps__walkdir-2.5.0//:walkdir", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__bitflags-2.9.4//:bitflags", # cfg(target_os = "macos") - "@bindeps__fsevent-sys-4.1.0//:fsevent_sys", # cfg(target_os = "macos") - ], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.60.2//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__inotify-0.11.0//:inotify", # cfg(any(target_os = "linux", target_os = "android")) - "@bindeps__mio-1.0.4//:mio", # cfg(any(target_os = "linux", target_os = "android")) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__bitflags-2.9.4//:bitflags", # cfg(target_os = "macos") - "@bindeps__fsevent-sys-4.1.0//:fsevent_sys", # cfg(target_os = "macos") - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.60.2//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__inotify-0.11.0//:inotify", # cfg(any(target_os = "linux", target_os = "android")) - "@bindeps__mio-1.0.4//:mio", # cfg(any(target_os = "linux", target_os = "android")) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.notify-types-2.0.0.bazel b/vendor/bindeps/BUILD.notify-types-2.0.0.bazel deleted file mode 100644 index dd9b1e147..000000000 --- a/vendor/bindeps/BUILD.notify-types-2.0.0.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "notify_types", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=notify-types", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.0.0", -) diff --git a/vendor/bindeps/BUILD.ntapi-0.4.1.bazel b/vendor/bindeps/BUILD.ntapi-0.4.1.bazel deleted file mode 100644 index 88a65417c..000000000 --- a/vendor/bindeps/BUILD.ntapi-0.4.1.bazel +++ /dev/null @@ -1,132 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "ntapi", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "user", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ntapi", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.4.1", - deps = [ - "@bindeps__ntapi-0.4.1//:build_script_build", - "@bindeps__winapi-0.3.9//:winapi", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "user", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2018", - pkg_name = "ntapi", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ntapi", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.4.1", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.nu-ansi-term-0.50.1.bazel b/vendor/bindeps/BUILD.nu-ansi-term-0.50.1.bazel deleted file mode 100644 index e55f4a09a..000000000 --- a/vendor/bindeps/BUILD.nu-ansi-term-0.50.1.bazel +++ /dev/null @@ -1,80 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "nu_ansi_term", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - aliases = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": { - "@bindeps__windows-sys-0.52.0//:windows_sys": "windows", # cfg(windows) - }, - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": { - "@bindeps__windows-sys-0.52.0//:windows_sys": "windows", # cfg(windows) - }, - "//conditions:default": {}, - }), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=nu-ansi-term", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.50.1", - deps = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.52.0//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.52.0//:windows_sys", # cfg(windows) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.num-conv-0.1.0.bazel b/vendor/bindeps/BUILD.num-conv-0.1.0.bazel deleted file mode 100644 index 0d6ff2552..000000000 --- a/vendor/bindeps/BUILD.num-conv-0.1.0.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "num_conv", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=num-conv", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.0", -) diff --git a/vendor/bindeps/BUILD.num-traits-0.2.19.bazel b/vendor/bindeps/BUILD.num-traits-0.2.19.bazel deleted file mode 100644 index 7325900ce..000000000 --- a/vendor/bindeps/BUILD.num-traits-0.2.19.bazel +++ /dev/null @@ -1,136 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "num_traits", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=num-traits", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.19", - deps = [ - "@bindeps__num-traits-0.2.19//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "std", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "num-traits", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=num-traits", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.2.19", - visibility = ["//visibility:private"], - deps = [ - "@bindeps__autocfg-1.5.0//:autocfg", - ], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.num_cpus-1.17.0.bazel b/vendor/bindeps/BUILD.num_cpus-1.17.0.bazel deleted file mode 100644 index 98c68e8e6..000000000 --- a/vendor/bindeps/BUILD.num_cpus-1.17.0.bazel +++ /dev/null @@ -1,77 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "num_cpus", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=num_cpus", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.17.0", - deps = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(not(windows)) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(not(windows)) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(not(windows)) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(not(windows)) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.num_threads-0.1.7.bazel b/vendor/bindeps/BUILD.num_threads-0.1.7.bazel deleted file mode 100644 index da31a9ebc..000000000 --- a/vendor/bindeps/BUILD.num_threads-0.1.7.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "num_threads", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=num_threads", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.7", - deps = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd")) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd")) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.objc2-core-foundation-0.3.1.bazel b/vendor/bindeps/BUILD.objc2-core-foundation-0.3.1.bazel deleted file mode 100644 index fe988871f..000000000 --- a/vendor/bindeps/BUILD.objc2-core-foundation-0.3.1.bazel +++ /dev/null @@ -1,75 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "objc2_core_foundation", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "CFArray", - "CFBase", - "CFData", - "CFDictionary", - "CFPlugInCOM", - "CFRunLoop", - "CFString", - "CFURL", - "CFUUID", - "alloc", - "bitflags", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=objc2-core-foundation", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.1", - deps = [ - "@bindeps__bitflags-2.9.4//:bitflags", - ], -) diff --git a/vendor/bindeps/BUILD.objc2-io-kit-0.3.1.bazel b/vendor/bindeps/BUILD.objc2-io-kit-0.3.1.bazel deleted file mode 100644 index 8f03da742..000000000 --- a/vendor/bindeps/BUILD.objc2-io-kit-0.3.1.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "objc2_io_kit", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "libc", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=objc2-io-kit", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.1", - deps = [ - "@bindeps__libc-0.2.175//:libc", - "@bindeps__objc2-core-foundation-0.3.1//:objc2_core_foundation", - ], -) diff --git a/vendor/bindeps/BUILD.object-0.32.2.bazel b/vendor/bindeps/BUILD.object-0.32.2.bazel deleted file mode 100644 index 25d05d1cb..000000000 --- a/vendor/bindeps/BUILD.object-0.32.2.bazel +++ /dev/null @@ -1,87 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "object", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "archive", - "coff", - "compression", - "default", - "elf", - "macho", - "pe", - "read", - "read_core", - "std", - "unaligned", - "write", - "write_core", - "write_std", - "xcoff", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=object", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.32.2", - deps = [ - "@bindeps__crc32fast-1.5.0//:crc32fast", - "@bindeps__flate2-1.1.2//:flate2", - "@bindeps__hashbrown-0.14.5//:hashbrown", - "@bindeps__indexmap-2.11.3//:indexmap", - "@bindeps__memchr-2.7.5//:memchr", - "@bindeps__ruzstd-0.5.0//:ruzstd", - ], -) diff --git a/vendor/bindeps/BUILD.object-0.36.7.bazel b/vendor/bindeps/BUILD.object-0.36.7.bazel deleted file mode 100644 index cda65ae78..000000000 --- a/vendor/bindeps/BUILD.object-0.36.7.bazel +++ /dev/null @@ -1,146 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "object", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "archive", - "coff", - "elf", - "macho", - "pe", - "read_core", - "unaligned", - "xcoff", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=object", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.36.7", - deps = [ - "@bindeps__memchr-2.7.5//:memchr", - "@bindeps__object-0.36.7//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "archive", - "coff", - "elf", - "macho", - "pe", - "read_core", - "unaligned", - "xcoff", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2018", - pkg_name = "object", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=object", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.36.7", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.once_cell-1.21.3.bazel b/vendor/bindeps/BUILD.once_cell-1.21.3.bazel deleted file mode 100644 index d70c2670a..000000000 --- a/vendor/bindeps/BUILD.once_cell-1.21.3.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "once_cell", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "default", - "race", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=once_cell", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.21.3", -) diff --git a/vendor/bindeps/BUILD.once_cell_polyfill-1.70.1.bazel b/vendor/bindeps/BUILD.once_cell_polyfill-1.70.1.bazel deleted file mode 100644 index 4f884a900..000000000 --- a/vendor/bindeps/BUILD.once_cell_polyfill-1.70.1.bazel +++ /dev/null @@ -1,61 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "once_cell_polyfill", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=once_cell_polyfill", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.70.1", -) diff --git a/vendor/bindeps/BUILD.oorandom-11.1.5.bazel b/vendor/bindeps/BUILD.oorandom-11.1.5.bazel deleted file mode 100644 index 38a69aa8f..000000000 --- a/vendor/bindeps/BUILD.oorandom-11.1.5.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "oorandom", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=oorandom", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "11.1.5", -) diff --git a/vendor/bindeps/BUILD.open-5.3.2.bazel b/vendor/bindeps/BUILD.open-5.3.2.bazel deleted file mode 100644 index 9c641b8eb..000000000 --- a/vendor/bindeps/BUILD.open-5.3.2.bazel +++ /dev/null @@ -1,83 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "open", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=open", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "5.3.2", - deps = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - "@bindeps__pathdiff-0.2.3//:pathdiff", # cfg(all(unix, not(macos))) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__is-wsl-0.4.0//:is_wsl", # cfg(any(target_os = "linux", target_os = "android", target_os = "freebsd", target_os = "dragonfly", target_os = "netbsd", target_os = "openbsd", target_os = "illumos", target_os = "solaris", target_os = "aix", target_os = "hurd")) - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - "@bindeps__pathdiff-0.2.3//:pathdiff", # cfg(all(unix, not(macos))) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - "@bindeps__pathdiff-0.2.3//:pathdiff", # cfg(all(unix, not(macos))) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__is-wsl-0.4.0//:is_wsl", # cfg(any(target_os = "linux", target_os = "android", target_os = "freebsd", target_os = "dragonfly", target_os = "netbsd", target_os = "openbsd", target_os = "illumos", target_os = "solaris", target_os = "aix", target_os = "hurd")) - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - "@bindeps__pathdiff-0.2.3//:pathdiff", # cfg(all(unix, not(macos))) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.openssl-probe-0.1.6.bazel b/vendor/bindeps/BUILD.openssl-probe-0.1.6.bazel deleted file mode 100644 index 4cfcc5c59..000000000 --- a/vendor/bindeps/BUILD.openssl-probe-0.1.6.bazel +++ /dev/null @@ -1,58 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "openssl_probe", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=openssl-probe", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.6", -) diff --git a/vendor/bindeps/BUILD.openssl-src-300.5.2+3.5.2.bazel b/vendor/bindeps/BUILD.openssl-src-300.5.2+3.5.2.bazel deleted file mode 100644 index f88960dd1..000000000 --- a/vendor/bindeps/BUILD.openssl-src-300.5.2+3.5.2.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "openssl_src", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "legacy", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=openssl-src", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "300.5.2+3.5.2", - deps = [ - "@bindeps__cc-1.2.37//:cc", - ], -) diff --git a/vendor/bindeps/BUILD.openssl-sys-0.9.109.bazel b/vendor/bindeps/BUILD.openssl-sys-0.9.109.bazel deleted file mode 100644 index 76a34b960..000000000 --- a/vendor/bindeps/BUILD.openssl-sys-0.9.109.bazel +++ /dev/null @@ -1,152 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "openssl_sys", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "openssl-src", - "vendored", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=openssl-sys", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.9.109", - deps = [ - "@bindeps__libc-0.2.175//:libc", - "@bindeps__openssl-sys-0.9.109//:build_script_main", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - build_script_env = { - "OPENSSL_INCLUDE_DIR": "$(location @//misc/toolchains/openssl:include)", - "OPENSSL_LIB_DIR": "$(location @//misc/toolchains/openssl:lib)", - "OPENSSL_NO_VENDOR": "1", - "OPENSSL_STATIC": "1", - }, - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "openssl-src", - "vendored", - ], - crate_name = "build_script_main", - crate_root = "build/main.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ) + [ - "@//misc/toolchains/openssl:include", - "@//misc/toolchains/openssl:lib", - ], - edition = "2021", - links = "openssl", - pkg_name = "openssl-sys", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=openssl-sys", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.9.109", - visibility = ["//visibility:private"], - deps = [ - "@bindeps__cc-1.2.37//:cc", - "@bindeps__openssl-src-300.5.2-3.5.2//:openssl_src", - "@bindeps__pkg-config-0.3.32//:pkg_config", - "@bindeps__vcpkg-0.2.15//:vcpkg", - ], -) - -alias( - name = "build_script_main", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.option-ext-0.2.0.bazel b/vendor/bindeps/BUILD.option-ext-0.2.0.bazel deleted file mode 100644 index e44f5f790..000000000 --- a/vendor/bindeps/BUILD.option-ext-0.2.0.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "option_ext", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=option-ext", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.0", -) diff --git a/vendor/bindeps/BUILD.ordered-float-2.10.1.bazel b/vendor/bindeps/BUILD.ordered-float-2.10.1.bazel deleted file mode 100644 index 6bd0619fa..000000000 --- a/vendor/bindeps/BUILD.ordered-float-2.10.1.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "ordered_float", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ordered-float", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.10.1", - deps = [ - "@bindeps__num-traits-0.2.19//:num_traits", - ], -) diff --git a/vendor/bindeps/BUILD.owo-colors-4.2.2.bazel b/vendor/bindeps/BUILD.owo-colors-4.2.2.bazel deleted file mode 100644 index 62f3d8bd8..000000000 --- a/vendor/bindeps/BUILD.owo-colors-4.2.2.bazel +++ /dev/null @@ -1,127 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "owo_colors", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=owo-colors", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "4.2.2", - deps = [ - "@bindeps__owo-colors-4.2.2//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "owo-colors", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=owo-colors", - "manual", - "noclippy", - "norustfmt", - ], - version = "4.2.2", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.papaya-0.2.3.bazel b/vendor/bindeps/BUILD.papaya-0.2.3.bazel deleted file mode 100644 index 032fd021c..000000000 --- a/vendor/bindeps/BUILD.papaya-0.2.3.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "papaya", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=papaya", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.3", - deps = [ - "@bindeps__equivalent-1.0.2//:equivalent", - "@bindeps__seize-0.5.1//:seize", - ], -) diff --git a/vendor/bindeps/BUILD.parking-2.2.1.bazel b/vendor/bindeps/BUILD.parking-2.2.1.bazel deleted file mode 100644 index 9277de601..000000000 --- a/vendor/bindeps/BUILD.parking-2.2.1.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "parking", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=parking", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.2.1", -) diff --git a/vendor/bindeps/BUILD.parking_lot-0.12.4.bazel b/vendor/bindeps/BUILD.parking_lot-0.12.4.bazel deleted file mode 100644 index 3b956ef94..000000000 --- a/vendor/bindeps/BUILD.parking_lot-0.12.4.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "parking_lot", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=parking_lot", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.12.4", - deps = [ - "@bindeps__lock_api-0.4.13//:lock_api", - "@bindeps__parking_lot_core-0.9.11//:parking_lot_core", - ], -) diff --git a/vendor/bindeps/BUILD.parking_lot_core-0.9.11.bazel b/vendor/bindeps/BUILD.parking_lot_core-0.9.11.bazel deleted file mode 100644 index 0c6b50455..000000000 --- a/vendor/bindeps/BUILD.parking_lot_core-0.9.11.bazel +++ /dev/null @@ -1,149 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "parking_lot_core", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=parking_lot_core", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.9.11", - deps = [ - "@bindeps__cfg-if-1.0.3//:cfg_if", - "@bindeps__parking_lot_core-0.9.11//:build_script_build", - "@bindeps__smallvec-1.15.1//:smallvec", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__windows-targets-0.52.6//:windows_targets", # cfg(windows) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__windows-targets-0.52.6//:windows_targets", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "//conditions:default": [], - }), -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "parking_lot_core", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=parking_lot_core", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.9.11", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.parse-size-1.1.0.bazel b/vendor/bindeps/BUILD.parse-size-1.1.0.bazel deleted file mode 100644 index e16d83379..000000000 --- a/vendor/bindeps/BUILD.parse-size-1.1.0.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "parse_size", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=parse-size", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.1.0", -) diff --git a/vendor/bindeps/BUILD.parser-0.0.0.bazel b/vendor/bindeps/BUILD.parser-0.0.0.bazel deleted file mode 100644 index 6ea8dc65a..000000000 --- a/vendor/bindeps/BUILD.parser-0.0.0.bazel +++ /dev/null @@ -1,73 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "parser", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "tracing", - ], - crate_root = "src/lib.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=parser", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.0.0", - deps = [ - "@bindeps__drop_bomb-0.1.5//:drop_bomb", - "@bindeps__edition-0.0.0//:edition", - "@bindeps__ra-ap-rustc_lexer-0.132.0//:ra_ap_rustc_lexer", - "@bindeps__rustc-literal-escaper-0.0.4//:rustc_literal_escaper", - "@bindeps__tracing-0.1.41//:tracing", - ], -) diff --git a/vendor/bindeps/BUILD.paste-1.0.15.bazel b/vendor/bindeps/BUILD.paste-1.0.15.bazel deleted file mode 100644 index 0b6d85699..000000000 --- a/vendor/bindeps/BUILD.paste-1.0.15.bazel +++ /dev/null @@ -1,127 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "paste", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=paste", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.15", - deps = [ - "@bindeps__paste-1.0.15//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2018", - pkg_name = "paste", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=paste", - "manual", - "noclippy", - "norustfmt", - ], - version = "1.0.15", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.pathdiff-0.2.3.bazel b/vendor/bindeps/BUILD.pathdiff-0.2.3.bazel deleted file mode 100644 index f2e22f6dc..000000000 --- a/vendor/bindeps/BUILD.pathdiff-0.2.3.bazel +++ /dev/null @@ -1,60 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "pathdiff", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=pathdiff", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.3", -) diff --git a/vendor/bindeps/BUILD.paths-0.0.0.bazel b/vendor/bindeps/BUILD.paths-0.0.0.bazel deleted file mode 100644 index ccd5daee3..000000000 --- a/vendor/bindeps/BUILD.paths-0.0.0.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "paths", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "serde1", - ], - crate_root = "src/lib.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=paths", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.0.0", - deps = [ - "@bindeps__camino-1.2.0//:camino", - ], -) diff --git a/vendor/bindeps/BUILD.pbkdf2-0.12.2.bazel b/vendor/bindeps/BUILD.pbkdf2-0.12.2.bazel deleted file mode 100644 index 38848a461..000000000 --- a/vendor/bindeps/BUILD.pbkdf2-0.12.2.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "pbkdf2", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "hmac", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=pbkdf2", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.12.2", - deps = [ - "@bindeps__digest-0.10.7//:digest", - "@bindeps__hmac-0.12.1//:hmac", - ], -) diff --git a/vendor/bindeps/BUILD.percent-encoding-2.3.2.bazel b/vendor/bindeps/BUILD.percent-encoding-2.3.2.bazel deleted file mode 100644 index 83cad3ee0..000000000 --- a/vendor/bindeps/BUILD.percent-encoding-2.3.2.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "percent_encoding", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=percent-encoding", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.3.2", -) diff --git a/vendor/bindeps/BUILD.perf-event-0.4.7.bazel b/vendor/bindeps/BUILD.perf-event-0.4.7.bazel deleted file mode 100644 index 1e35b424b..000000000 --- a/vendor/bindeps/BUILD.perf-event-0.4.7.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "perf_event", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=perf-event", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.4.7", - deps = [ - "@bindeps__libc-0.2.175//:libc", - "@bindeps__perf-event-open-sys-1.0.1//:perf_event_open_sys", - ], -) diff --git a/vendor/bindeps/BUILD.perf-event-open-sys-1.0.1.bazel b/vendor/bindeps/BUILD.perf-event-open-sys-1.0.1.bazel deleted file mode 100644 index cd444d2b8..000000000 --- a/vendor/bindeps/BUILD.perf-event-open-sys-1.0.1.bazel +++ /dev/null @@ -1,61 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "perf_event_open_sys", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=perf-event-open-sys", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.1", - deps = [ - "@bindeps__libc-0.2.175//:libc", - ], -) diff --git a/vendor/bindeps/BUILD.pest-2.8.2.bazel b/vendor/bindeps/BUILD.pest-2.8.2.bazel deleted file mode 100644 index 618dc2562..000000000 --- a/vendor/bindeps/BUILD.pest-2.8.2.bazel +++ /dev/null @@ -1,72 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "pest", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "memchr", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=pest", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.8.2", - deps = [ - "@bindeps__memchr-2.7.5//:memchr", - "@bindeps__thiserror-2.0.16//:thiserror", - "@bindeps__ucd-trie-0.1.7//:ucd_trie", - ], -) diff --git a/vendor/bindeps/BUILD.pest_derive-2.8.2.bazel b/vendor/bindeps/BUILD.pest_derive-2.8.2.bazel deleted file mode 100644 index 2199aebde..000000000 --- a/vendor/bindeps/BUILD.pest_derive-2.8.2.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "pest_derive", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=pest_derive", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.8.2", - deps = [ - "@bindeps__pest-2.8.2//:pest", - "@bindeps__pest_generator-2.8.2//:pest_generator", - ], -) diff --git a/vendor/bindeps/BUILD.pest_generator-2.8.2.bazel b/vendor/bindeps/BUILD.pest_generator-2.8.2.bazel deleted file mode 100644 index 612e605cc..000000000 --- a/vendor/bindeps/BUILD.pest_generator-2.8.2.bazel +++ /dev/null @@ -1,72 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "pest_generator", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=pest_generator", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.8.2", - deps = [ - "@bindeps__pest-2.8.2//:pest", - "@bindeps__pest_meta-2.8.2//:pest_meta", - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.pest_meta-2.8.2.bazel b/vendor/bindeps/BUILD.pest_meta-2.8.2.bazel deleted file mode 100644 index d06a1df9a..000000000 --- a/vendor/bindeps/BUILD.pest_meta-2.8.2.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "pest_meta", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=pest_meta", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.8.2", - deps = [ - "@bindeps__pest-2.8.2//:pest", - ], -) diff --git a/vendor/bindeps/BUILD.petgraph-0.7.1.bazel b/vendor/bindeps/BUILD.petgraph-0.7.1.bazel deleted file mode 100644 index b2d33f6a1..000000000 --- a/vendor/bindeps/BUILD.petgraph-0.7.1.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "petgraph", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=petgraph", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.7.1", - deps = [ - "@bindeps__fixedbitset-0.5.7//:fixedbitset", - "@bindeps__indexmap-2.11.3//:indexmap", - ], -) diff --git a/vendor/bindeps/BUILD.petgraph-0.8.2.bazel b/vendor/bindeps/BUILD.petgraph-0.8.2.bazel deleted file mode 100644 index cdc51a7e0..000000000 --- a/vendor/bindeps/BUILD.petgraph-0.8.2.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "petgraph", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=petgraph", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.8.2", - deps = [ - "@bindeps__fixedbitset-0.5.7//:fixedbitset", - "@bindeps__hashbrown-0.15.5//:hashbrown", - "@bindeps__indexmap-2.11.3//:indexmap", - ], -) diff --git a/vendor/bindeps/BUILD.phf-0.11.3.bazel b/vendor/bindeps/BUILD.phf-0.11.3.bazel deleted file mode 100644 index 06d53723b..000000000 --- a/vendor/bindeps/BUILD.phf-0.11.3.bazel +++ /dev/null @@ -1,74 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "phf", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "macros", - "phf_macros", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__phf_macros-0.11.3//:phf_macros", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=phf", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.11.3", - deps = [ - "@bindeps__phf_shared-0.11.3//:phf_shared", - ], -) diff --git a/vendor/bindeps/BUILD.phf_generator-0.11.3.bazel b/vendor/bindeps/BUILD.phf_generator-0.11.3.bazel deleted file mode 100644 index 8a3addd45..000000000 --- a/vendor/bindeps/BUILD.phf_generator-0.11.3.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "phf_generator", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=phf_generator", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.11.3", - deps = [ - "@bindeps__phf_shared-0.11.3//:phf_shared", - "@bindeps__rand-0.8.5//:rand", - ], -) diff --git a/vendor/bindeps/BUILD.phf_macros-0.11.3.bazel b/vendor/bindeps/BUILD.phf_macros-0.11.3.bazel deleted file mode 100644 index ff14ce135..000000000 --- a/vendor/bindeps/BUILD.phf_macros-0.11.3.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "phf_macros", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=phf_macros", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.11.3", - deps = [ - "@bindeps__phf_generator-0.11.3//:phf_generator", - "@bindeps__phf_shared-0.11.3//:phf_shared", - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.phf_shared-0.11.3.bazel b/vendor/bindeps/BUILD.phf_shared-0.11.3.bazel deleted file mode 100644 index 9c8bd77b7..000000000 --- a/vendor/bindeps/BUILD.phf_shared-0.11.3.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "phf_shared", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=phf_shared", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.11.3", - deps = [ - "@bindeps__siphasher-1.0.1//:siphasher", - ], -) diff --git a/vendor/bindeps/BUILD.pico-args-0.5.0.bazel b/vendor/bindeps/BUILD.pico-args-0.5.0.bazel deleted file mode 100644 index 174ac7019..000000000 --- a/vendor/bindeps/BUILD.pico-args-0.5.0.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "pico_args", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=pico-args", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.5.0", -) diff --git a/vendor/bindeps/BUILD.pin-project-1.1.10.bazel b/vendor/bindeps/BUILD.pin-project-1.1.10.bazel deleted file mode 100644 index 8418a92a6..000000000 --- a/vendor/bindeps/BUILD.pin-project-1.1.10.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "pin_project", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__pin-project-internal-1.1.10//:pin_project_internal", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=pin-project", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.1.10", -) diff --git a/vendor/bindeps/BUILD.pin-project-internal-1.1.10.bazel b/vendor/bindeps/BUILD.pin-project-internal-1.1.10.bazel deleted file mode 100644 index f0cf5f2ed..000000000 --- a/vendor/bindeps/BUILD.pin-project-internal-1.1.10.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "pin_project_internal", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=pin-project-internal", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.1.10", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.pin-project-lite-0.2.16.bazel b/vendor/bindeps/BUILD.pin-project-lite-0.2.16.bazel deleted file mode 100644 index cf0faee31..000000000 --- a/vendor/bindeps/BUILD.pin-project-lite-0.2.16.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "pin_project_lite", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=pin-project-lite", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.16", -) diff --git a/vendor/bindeps/BUILD.pin-utils-0.1.0.bazel b/vendor/bindeps/BUILD.pin-utils-0.1.0.bazel deleted file mode 100644 index 7dacec6f8..000000000 --- a/vendor/bindeps/BUILD.pin-utils-0.1.0.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "pin_utils", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=pin-utils", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.0", -) diff --git a/vendor/bindeps/BUILD.piper-0.2.4.bazel b/vendor/bindeps/BUILD.piper-0.2.4.bazel deleted file mode 100644 index 8a795d3c3..000000000 --- a/vendor/bindeps/BUILD.piper-0.2.4.bazel +++ /dev/null @@ -1,72 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "piper", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "futures-io", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=piper", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.4", - deps = [ - "@bindeps__atomic-waker-1.1.2//:atomic_waker", - "@bindeps__fastrand-2.3.0//:fastrand", - "@bindeps__futures-io-0.3.31//:futures_io", - ], -) diff --git a/vendor/bindeps/BUILD.pkg-config-0.3.32.bazel b/vendor/bindeps/BUILD.pkg-config-0.3.32.bazel deleted file mode 100644 index ad96dbcfa..000000000 --- a/vendor/bindeps/BUILD.pkg-config-0.3.32.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "pkg_config", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=pkg-config", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.32", -) diff --git a/vendor/bindeps/BUILD.plain-0.2.3.bazel b/vendor/bindeps/BUILD.plain-0.2.3.bazel deleted file mode 100644 index 6e78d21a5..000000000 --- a/vendor/bindeps/BUILD.plain-0.2.3.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "plain", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=plain", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.3", -) diff --git a/vendor/bindeps/BUILD.platforms-3.6.0.bazel b/vendor/bindeps/BUILD.platforms-3.6.0.bazel deleted file mode 100644 index c9cb0e4c4..000000000 --- a/vendor/bindeps/BUILD.platforms-3.6.0.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "platforms", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "serde", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=platforms", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "3.6.0", - deps = [ - "@bindeps__serde-1.0.225//:serde", - ], -) diff --git a/vendor/bindeps/BUILD.port_check-0.2.1.bazel b/vendor/bindeps/BUILD.port_check-0.2.1.bazel deleted file mode 100644 index 51b94baff..000000000 --- a/vendor/bindeps/BUILD.port_check-0.2.1.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "port_check", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=port_check", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.1", -) diff --git a/vendor/bindeps/BUILD.portable-atomic-1.11.1.bazel b/vendor/bindeps/BUILD.portable-atomic-1.11.1.bazel deleted file mode 100644 index 276e18ecf..000000000 --- a/vendor/bindeps/BUILD.portable-atomic-1.11.1.bazel +++ /dev/null @@ -1,135 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "portable_atomic", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "fallback", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=portable-atomic", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.11.1", - deps = [ - "@bindeps__portable-atomic-1.11.1//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "fallback", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2018", - pkg_name = "portable-atomic", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=portable-atomic", - "manual", - "noclippy", - "norustfmt", - ], - version = "1.11.1", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.potential_utf-0.1.3.bazel b/vendor/bindeps/BUILD.potential_utf-0.1.3.bazel deleted file mode 100644 index 09e8acb4c..000000000 --- a/vendor/bindeps/BUILD.potential_utf-0.1.3.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "potential_utf", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "zerovec", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=potential_utf", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.3", - deps = [ - "@bindeps__zerovec-0.11.4//:zerovec", - ], -) diff --git a/vendor/bindeps/BUILD.powerfmt-0.2.0.bazel b/vendor/bindeps/BUILD.powerfmt-0.2.0.bazel deleted file mode 100644 index 0177d814f..000000000 --- a/vendor/bindeps/BUILD.powerfmt-0.2.0.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "powerfmt", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=powerfmt", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.0", -) diff --git a/vendor/bindeps/BUILD.ppv-lite86-0.2.21.bazel b/vendor/bindeps/BUILD.ppv-lite86-0.2.21.bazel deleted file mode 100644 index 1a94d5f49..000000000 --- a/vendor/bindeps/BUILD.ppv-lite86-0.2.21.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "ppv_lite86", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "simd", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ppv-lite86", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.21", - deps = [ - "@bindeps__zerocopy-0.8.27//:zerocopy", - ], -) diff --git a/vendor/bindeps/BUILD.pq-src-0.3.9+libpq-17.5.bazel b/vendor/bindeps/BUILD.pq-src-0.3.9+libpq-17.5.bazel deleted file mode 100644 index fe76f986e..000000000 --- a/vendor/bindeps/BUILD.pq-src-0.3.9+libpq-17.5.bazel +++ /dev/null @@ -1,146 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "pq_src", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "with-openssl", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=pq-src", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.9+libpq-17.5", - deps = [ - "@bindeps__openssl-sys-0.9.109//:openssl_sys", - "@bindeps__pq-src-0.3.9-libpq-17.5//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - build_script_env = { - "BINDGEN_EXTRA_CLANG_ARGS": "$(CFLAGS) -I$(location @//misc/toolchains/openssl:include)", - }, - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "with-openssl", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ) + [ - "@//misc/toolchains/openssl:include", - ], - edition = "2021", - link_deps = [ - "@bindeps__openssl-sys-0.9.109//:openssl_sys", - ], - links = "pq_sys_src", - pkg_name = "pq-src", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=pq-src", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.3.9+libpq-17.5", - visibility = ["//visibility:private"], - deps = [ - "@bindeps__cc-1.2.37//:cc", - ], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.pq-sys-0.7.2.bazel b/vendor/bindeps/BUILD.pq-sys-0.7.2.bazel deleted file mode 100644 index 35acb38d7..000000000 --- a/vendor/bindeps/BUILD.pq-sys-0.7.2.bazel +++ /dev/null @@ -1,152 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "pq_sys", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "bundled", - "bundled_without_openssl", - "default", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=pq-sys", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.7.2", - deps = [ - "@bindeps__libc-0.2.175//:libc", - "@bindeps__pq-src-0.3.9-libpq-17.5//:pq_src", - "@bindeps__pq-sys-0.7.2//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "bundled", - "bundled_without_openssl", - "default", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - link_deps = [ - "@bindeps__pq-src-0.3.9-libpq-17.5//:pq_src", - ], - links = "pq", - pkg_name = "pq-sys", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=pq-sys", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.7.2", - visibility = ["//visibility:private"], - deps = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__vcpkg-0.2.15//:vcpkg", # cfg(target_env = "msvc") - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__vcpkg-0.2.15//:vcpkg", # cfg(target_env = "msvc") - ], - "//conditions:default": [], - }), -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.precomputed-hash-0.1.1.bazel b/vendor/bindeps/BUILD.precomputed-hash-0.1.1.bazel deleted file mode 100644 index 67dd67feb..000000000 --- a/vendor/bindeps/BUILD.precomputed-hash-0.1.1.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "precomputed_hash", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=precomputed-hash", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.1", -) diff --git a/vendor/bindeps/BUILD.pretty-0.12.4.bazel b/vendor/bindeps/BUILD.pretty-0.12.4.bazel deleted file mode 100644 index 2eca8853b..000000000 --- a/vendor/bindeps/BUILD.pretty-0.12.4.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "pretty", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=pretty", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.12.4", - deps = [ - "@bindeps__arrayvec-0.5.2//:arrayvec", - "@bindeps__typed-arena-2.0.2//:typed_arena", - "@bindeps__unicode-width-0.1.14//:unicode_width", - ], -) diff --git a/vendor/bindeps/BUILD.prettyplease-0.2.37.bazel b/vendor/bindeps/BUILD.prettyplease-0.2.37.bazel deleted file mode 100644 index ff6cfefc4..000000000 --- a/vendor/bindeps/BUILD.prettyplease-0.2.37.bazel +++ /dev/null @@ -1,136 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "prettyplease", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "verbatim", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=prettyplease", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.37", - deps = [ - "@bindeps__prettyplease-0.2.37//:build_script_build", - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__syn-2.0.106//:syn", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "verbatim", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - links = "prettyplease02", - pkg_name = "prettyplease", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=prettyplease", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.2.37", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.proc-macro-api-0.0.0.bazel b/vendor/bindeps/BUILD.proc-macro-api-0.0.0.bazel deleted file mode 100644 index bbd3d5bfd..000000000 --- a/vendor/bindeps/BUILD.proc-macro-api-0.0.0.bazel +++ /dev/null @@ -1,77 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "proc_macro_api", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - proc_macro_deps = [ - "@bindeps__serde_derive-1.0.225//:serde_derive", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=proc-macro-api", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.0.0", - deps = [ - "@bindeps__indexmap-2.11.3//:indexmap", - "@bindeps__intern-0.0.0//:intern", - "@bindeps__paths-0.0.0//:paths", - "@bindeps__rustc-hash-2.1.1//:rustc_hash", - "@bindeps__serde-1.0.225//:serde", - "@bindeps__serde_json-1.0.145//:serde_json", - "@bindeps__span-0.0.0//:span", - "@bindeps__stdx-0.0.0//:stdx", - "@bindeps__tracing-0.1.41//:tracing", - "@bindeps__tt-0.0.0//:tt", - ], -) diff --git a/vendor/bindeps/BUILD.proc-macro-error-attr2-2.0.0.bazel b/vendor/bindeps/BUILD.proc-macro-error-attr2-2.0.0.bazel deleted file mode 100644 index 19839bf62..000000000 --- a/vendor/bindeps/BUILD.proc-macro-error-attr2-2.0.0.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "proc_macro_error_attr2", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=proc-macro-error-attr2", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.0.0", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - ], -) diff --git a/vendor/bindeps/BUILD.proc-macro-error2-2.0.1.bazel b/vendor/bindeps/BUILD.proc-macro-error2-2.0.1.bazel deleted file mode 100644 index 107751b48..000000000 --- a/vendor/bindeps/BUILD.proc-macro-error2-2.0.1.bazel +++ /dev/null @@ -1,74 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "proc_macro_error2", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "syn-error", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__proc-macro-error-attr2-2.0.0//:proc_macro_error_attr2", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=proc-macro-error2", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.0.1", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.proc-macro2-1.0.101.bazel b/vendor/bindeps/BUILD.proc-macro2-1.0.101.bazel deleted file mode 100644 index fcbd8b854..000000000 --- a/vendor/bindeps/BUILD.proc-macro2-1.0.101.bazel +++ /dev/null @@ -1,138 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "proc_macro2", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "proc-macro", - "span-locations", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=proc-macro2", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.101", - deps = [ - "@bindeps__proc-macro2-1.0.101//:build_script_build", - "@bindeps__unicode-ident-1.0.19//:unicode_ident", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "proc-macro", - "span-locations", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "proc-macro2", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=proc-macro2", - "manual", - "noclippy", - "norustfmt", - ], - version = "1.0.101", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.proc-macro2-diagnostics-0.10.1.bazel b/vendor/bindeps/BUILD.proc-macro2-diagnostics-0.10.1.bazel deleted file mode 100644 index b9fa75786..000000000 --- a/vendor/bindeps/BUILD.proc-macro2-diagnostics-0.10.1.bazel +++ /dev/null @@ -1,133 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "proc_macro2_diagnostics", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=proc-macro2-diagnostics", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.10.1", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__proc-macro2-diagnostics-0.10.1//:build_script_build", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2018", - pkg_name = "proc-macro2-diagnostics", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=proc-macro2-diagnostics", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.10.1", - visibility = ["//visibility:private"], - deps = [ - "@bindeps__version_check-0.9.5//:version_check", - ], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.process-wrap-8.2.1.bazel b/vendor/bindeps/BUILD.process-wrap-8.2.1.bazel deleted file mode 100644 index 189749939..000000000 --- a/vendor/bindeps/BUILD.process-wrap-8.2.1.bazel +++ /dev/null @@ -1,96 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "process_wrap", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "creation-flags", - "default", - "job-object", - "kill-on-drop", - "process-group", - "process-session", - "std", - "tracing", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=process-wrap", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "8.2.1", - deps = [ - "@bindeps__indexmap-2.11.3//:indexmap", - "@bindeps__tracing-0.1.41//:tracing", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__nix-0.30.1//:nix", # cfg(unix) - ], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__windows-0.61.3//:windows", # cfg(windows) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__nix-0.30.1//:nix", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__nix-0.30.1//:nix", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__windows-0.61.3//:windows", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__nix-0.30.1//:nix", # cfg(unix) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.prodash-30.0.1.bazel b/vendor/bindeps/BUILD.prodash-30.0.1.bazel deleted file mode 100644 index e37b6bdd3..000000000 --- a/vendor/bindeps/BUILD.prodash-30.0.1.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "prodash", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "parking_lot", - "progress-tree", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=prodash", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "30.0.1", - deps = [ - "@bindeps__parking_lot-0.12.4//:parking_lot", - ], -) diff --git a/vendor/bindeps/BUILD.profile-0.0.0.bazel b/vendor/bindeps/BUILD.profile-0.0.0.bazel deleted file mode 100644 index 84438cbea..000000000 --- a/vendor/bindeps/BUILD.profile-0.0.0.bazel +++ /dev/null @@ -1,81 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "profile", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=profile", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.0.0", - deps = [ - "@bindeps__cfg-if-1.0.3//:cfg_if", - ] + select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.60.2//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(all(target_os = "linux", target_env = "gnu")) - "@bindeps__perf-event-0.4.7//:perf_event", # cfg(all(target_os = "linux", not(target_env = "ohos"))) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.60.2//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(all(target_os = "linux", target_env = "gnu")) - "@bindeps__perf-event-0.4.7//:perf_event", # cfg(all(target_os = "linux", not(target_env = "ohos"))) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.project-model-0.0.0.bazel b/vendor/bindeps/BUILD.project-model-0.0.0.bazel deleted file mode 100644 index 2bb126100..000000000 --- a/vendor/bindeps/BUILD.project-model-0.0.0.bazel +++ /dev/null @@ -1,85 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "project_model", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - proc_macro_deps = [ - "@bindeps__serde_derive-1.0.225//:serde_derive", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=project-model", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.0.0", - deps = [ - "@bindeps__anyhow-1.0.99//:anyhow", - "@bindeps__base-db-0.0.0//:base_db", - "@bindeps__cargo_metadata-0.21.0//:cargo_metadata", - "@bindeps__cfg-0.0.0//:cfg", - "@bindeps__intern-0.0.0//:intern", - "@bindeps__itertools-0.14.0//:itertools", - "@bindeps__la-arena-0.3.1//:la_arena", - "@bindeps__paths-0.0.0//:paths", - "@bindeps__rustc-hash-2.1.1//:rustc_hash", - "@bindeps__semver-1.0.27//:semver", - "@bindeps__serde-1.0.225//:serde", - "@bindeps__serde_json-1.0.145//:serde_json", - "@bindeps__span-0.0.0//:span", - "@bindeps__stdx-0.0.0//:stdx", - "@bindeps__temp-dir-0.1.16//:temp_dir", - "@bindeps__toolchain-0.0.0//:toolchain", - "@bindeps__tracing-0.1.41//:tracing", - "@bindeps__triomphe-0.1.14//:triomphe", - ], -) diff --git a/vendor/bindeps/BUILD.protobuf-3.7.1.bazel b/vendor/bindeps/BUILD.protobuf-3.7.1.bazel deleted file mode 100644 index 99d1e43b0..000000000 --- a/vendor/bindeps/BUILD.protobuf-3.7.1.bazel +++ /dev/null @@ -1,136 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "protobuf", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=protobuf", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "3.7.1", - deps = [ - "@bindeps__once_cell-1.21.3//:once_cell", - "@bindeps__protobuf-3.7.1//:build_script_build", - "@bindeps__protobuf-support-3.7.1//:protobuf_support", - "@bindeps__thiserror-1.0.69//:thiserror", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "protobuf", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=protobuf", - "manual", - "noclippy", - "norustfmt", - ], - version = "3.7.1", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.protobuf-support-3.7.1.bazel b/vendor/bindeps/BUILD.protobuf-support-3.7.1.bazel deleted file mode 100644 index ccddf4b65..000000000 --- a/vendor/bindeps/BUILD.protobuf-support-3.7.1.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "protobuf_support", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=protobuf-support", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "3.7.1", - deps = [ - "@bindeps__thiserror-1.0.69//:thiserror", - ], -) diff --git a/vendor/bindeps/BUILD.psm-0.1.26.bazel b/vendor/bindeps/BUILD.psm-0.1.26.bazel deleted file mode 100644 index 722e101c5..000000000 --- a/vendor/bindeps/BUILD.psm-0.1.26.bazel +++ /dev/null @@ -1,130 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "psm", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=psm", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.26", - deps = [ - "@bindeps__psm-0.1.26//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "psm", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=psm", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.1.26", - visibility = ["//visibility:private"], - deps = [ - "@bindeps__cc-1.2.37//:cc", - ], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.ptr_meta-0.1.4.bazel b/vendor/bindeps/BUILD.ptr_meta-0.1.4.bazel deleted file mode 100644 index caeb24f88..000000000 --- a/vendor/bindeps/BUILD.ptr_meta-0.1.4.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "ptr_meta", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - proc_macro_deps = [ - "@bindeps__ptr_meta_derive-0.1.4//:ptr_meta_derive", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ptr_meta", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.4", -) diff --git a/vendor/bindeps/BUILD.ptr_meta-0.3.0.bazel b/vendor/bindeps/BUILD.ptr_meta-0.3.0.bazel deleted file mode 100644 index 26e3ad6b7..000000000 --- a/vendor/bindeps/BUILD.ptr_meta-0.3.0.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "ptr_meta", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "derive", - "ptr_meta_derive", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__ptr_meta_derive-0.3.0//:ptr_meta_derive", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ptr_meta", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.0", -) diff --git a/vendor/bindeps/BUILD.ptr_meta_derive-0.1.4.bazel b/vendor/bindeps/BUILD.ptr_meta_derive-0.1.4.bazel deleted file mode 100644 index dd88cf645..000000000 --- a/vendor/bindeps/BUILD.ptr_meta_derive-0.1.4.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "ptr_meta_derive", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ptr_meta_derive", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.4", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-1.0.109//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.ptr_meta_derive-0.3.0.bazel b/vendor/bindeps/BUILD.ptr_meta_derive-0.3.0.bazel deleted file mode 100644 index 313e32f3f..000000000 --- a/vendor/bindeps/BUILD.ptr_meta_derive-0.3.0.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "ptr_meta_derive", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ptr_meta_derive", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.0", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.pulldown-cmark-0.9.6.bazel b/vendor/bindeps/BUILD.pulldown-cmark-0.9.6.bazel deleted file mode 100644 index cd2b26496..000000000 --- a/vendor/bindeps/BUILD.pulldown-cmark-0.9.6.bazel +++ /dev/null @@ -1,130 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "pulldown_cmark", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=pulldown-cmark", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.9.6", - deps = [ - "@bindeps__bitflags-2.9.4//:bitflags", - "@bindeps__memchr-2.7.5//:memchr", - "@bindeps__pulldown-cmark-0.9.6//:build_script_build", - "@bindeps__unicase-2.8.1//:unicase", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "pulldown-cmark", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=pulldown-cmark", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.9.6", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.pulldown-cmark-to-cmark-10.0.4.bazel b/vendor/bindeps/BUILD.pulldown-cmark-to-cmark-10.0.4.bazel deleted file mode 100644 index 981d56059..000000000 --- a/vendor/bindeps/BUILD.pulldown-cmark-to-cmark-10.0.4.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "pulldown_cmark_to_cmark", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=pulldown-cmark-to-cmark", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "10.0.4", - deps = [ - "@bindeps__pulldown-cmark-0.9.6//:pulldown_cmark", - ], -) diff --git a/vendor/bindeps/BUILD.query-group-macro-0.0.0.bazel b/vendor/bindeps/BUILD.query-group-macro-0.0.0.bazel deleted file mode 100644 index ff773e336..000000000 --- a/vendor/bindeps/BUILD.query-group-macro-0.0.0.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "query_group_macro", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=query-group-macro", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.0.0", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.quote-1.0.40.bazel b/vendor/bindeps/BUILD.quote-1.0.40.bazel deleted file mode 100644 index b98b2dbe3..000000000 --- a/vendor/bindeps/BUILD.quote-1.0.40.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "quote", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "proc-macro", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=quote", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.40", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - ], -) diff --git a/vendor/bindeps/BUILD.ra-ap-rustc_abi-0.132.0.bazel b/vendor/bindeps/BUILD.ra-ap-rustc_abi-0.132.0.bazel deleted file mode 100644 index 63db276fc..000000000 --- a/vendor/bindeps/BUILD.ra-ap-rustc_abi-0.132.0.bazel +++ /dev/null @@ -1,72 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "ra_ap_rustc_abi", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - aliases = { - "@bindeps__ra-ap-rustc_hashes-0.132.0//:ra_ap_rustc_hashes": "rustc_hashes", - "@bindeps__ra-ap-rustc_index-0.132.0//:ra_ap_rustc_index": "rustc_index", - }, - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ra-ap-rustc_abi", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.132.0", - deps = [ - "@bindeps__bitflags-2.9.4//:bitflags", - "@bindeps__ra-ap-rustc_hashes-0.132.0//:ra_ap_rustc_hashes", - "@bindeps__ra-ap-rustc_index-0.132.0//:ra_ap_rustc_index", - "@bindeps__tracing-0.1.41//:tracing", - ], -) diff --git a/vendor/bindeps/BUILD.ra-ap-rustc_ast_ir-0.132.0.bazel b/vendor/bindeps/BUILD.ra-ap-rustc_ast_ir-0.132.0.bazel deleted file mode 100644 index e3f567417..000000000 --- a/vendor/bindeps/BUILD.ra-ap-rustc_ast_ir-0.132.0.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "ra_ap_rustc_ast_ir", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ra-ap-rustc_ast_ir", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.132.0", -) diff --git a/vendor/bindeps/BUILD.ra-ap-rustc_hashes-0.132.0.bazel b/vendor/bindeps/BUILD.ra-ap-rustc_hashes-0.132.0.bazel deleted file mode 100644 index 8481a64f2..000000000 --- a/vendor/bindeps/BUILD.ra-ap-rustc_hashes-0.132.0.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "ra_ap_rustc_hashes", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ra-ap-rustc_hashes", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.132.0", - deps = [ - "@bindeps__rustc-stable-hash-0.1.2//:rustc_stable_hash", - ], -) diff --git a/vendor/bindeps/BUILD.ra-ap-rustc_index-0.132.0.bazel b/vendor/bindeps/BUILD.ra-ap-rustc_index-0.132.0.bazel deleted file mode 100644 index ec4326d77..000000000 --- a/vendor/bindeps/BUILD.ra-ap-rustc_index-0.132.0.bazel +++ /dev/null @@ -1,71 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "ra_ap_rustc_index", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - aliases = { - "@bindeps__ra-ap-rustc_index_macros-0.132.0//:ra_ap_rustc_index_macros": "rustc_index_macros", - }, - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - proc_macro_deps = [ - "@bindeps__ra-ap-rustc_index_macros-0.132.0//:ra_ap_rustc_index_macros", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ra-ap-rustc_index", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.132.0", - deps = [ - "@bindeps__smallvec-1.15.1//:smallvec", - ], -) diff --git a/vendor/bindeps/BUILD.ra-ap-rustc_index_macros-0.132.0.bazel b/vendor/bindeps/BUILD.ra-ap-rustc_index_macros-0.132.0.bazel deleted file mode 100644 index af1ffbef2..000000000 --- a/vendor/bindeps/BUILD.ra-ap-rustc_index_macros-0.132.0.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "ra_ap_rustc_index_macros", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ra-ap-rustc_index_macros", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.132.0", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.ra-ap-rustc_lexer-0.132.0.bazel b/vendor/bindeps/BUILD.ra-ap-rustc_lexer-0.132.0.bazel deleted file mode 100644 index 1d4d319c1..000000000 --- a/vendor/bindeps/BUILD.ra-ap-rustc_lexer-0.132.0.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "ra_ap_rustc_lexer", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ra-ap-rustc_lexer", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.132.0", - deps = [ - "@bindeps__memchr-2.7.5//:memchr", - "@bindeps__unicode-properties-0.1.3//:unicode_properties", - "@bindeps__unicode-xid-0.2.6//:unicode_xid", - ], -) diff --git a/vendor/bindeps/BUILD.ra-ap-rustc_next_trait_solver-0.132.0.bazel b/vendor/bindeps/BUILD.ra-ap-rustc_next_trait_solver-0.132.0.bazel deleted file mode 100644 index 0fabdb816..000000000 --- a/vendor/bindeps/BUILD.ra-ap-rustc_next_trait_solver-0.132.0.bazel +++ /dev/null @@ -1,76 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "ra_ap_rustc_next_trait_solver", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - aliases = { - "@bindeps__ra-ap-rustc_index-0.132.0//:ra_ap_rustc_index": "rustc_index", - "@bindeps__ra-ap-rustc_type_ir-0.132.0//:ra_ap_rustc_type_ir": "rustc_type_ir", - "@bindeps__ra-ap-rustc_type_ir_macros-0.132.0//:ra_ap_rustc_type_ir_macros": "rustc_type_ir_macros", - }, - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - proc_macro_deps = [ - "@bindeps__derive-where-1.6.0//:derive_where", - "@bindeps__ra-ap-rustc_type_ir_macros-0.132.0//:ra_ap_rustc_type_ir_macros", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ra-ap-rustc_next_trait_solver", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.132.0", - deps = [ - "@bindeps__ra-ap-rustc_index-0.132.0//:ra_ap_rustc_index", - "@bindeps__ra-ap-rustc_type_ir-0.132.0//:ra_ap_rustc_type_ir", - "@bindeps__tracing-0.1.41//:tracing", - ], -) diff --git a/vendor/bindeps/BUILD.ra-ap-rustc_parse_format-0.132.0.bazel b/vendor/bindeps/BUILD.ra-ap-rustc_parse_format-0.132.0.bazel deleted file mode 100644 index d71e2bc0e..000000000 --- a/vendor/bindeps/BUILD.ra-ap-rustc_parse_format-0.132.0.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "ra_ap_rustc_parse_format", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - aliases = { - "@bindeps__ra-ap-rustc_lexer-0.132.0//:ra_ap_rustc_lexer": "rustc_lexer", - }, - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ra-ap-rustc_parse_format", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.132.0", - deps = [ - "@bindeps__ra-ap-rustc_lexer-0.132.0//:ra_ap_rustc_lexer", - "@bindeps__rustc-literal-escaper-0.0.5//:rustc_literal_escaper", - ], -) diff --git a/vendor/bindeps/BUILD.ra-ap-rustc_pattern_analysis-0.132.0.bazel b/vendor/bindeps/BUILD.ra-ap-rustc_pattern_analysis-0.132.0.bazel deleted file mode 100644 index f2a33967d..000000000 --- a/vendor/bindeps/BUILD.ra-ap-rustc_pattern_analysis-0.132.0.bazel +++ /dev/null @@ -1,72 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "ra_ap_rustc_pattern_analysis", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - aliases = { - "@bindeps__ra-ap-rustc_index-0.132.0//:ra_ap_rustc_index": "rustc_index", - }, - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ra-ap-rustc_pattern_analysis", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.132.0", - deps = [ - "@bindeps__ra-ap-rustc_index-0.132.0//:ra_ap_rustc_index", - "@bindeps__rustc-hash-2.1.1//:rustc_hash", - "@bindeps__rustc_apfloat-0.2.3-llvm-462a31f5a5ab//:rustc_apfloat", - "@bindeps__smallvec-1.15.1//:smallvec", - "@bindeps__tracing-0.1.41//:tracing", - ], -) diff --git a/vendor/bindeps/BUILD.ra-ap-rustc_type_ir-0.132.0.bazel b/vendor/bindeps/BUILD.ra-ap-rustc_type_ir-0.132.0.bazel deleted file mode 100644 index 737ecfcf8..000000000 --- a/vendor/bindeps/BUILD.ra-ap-rustc_type_ir-0.132.0.bazel +++ /dev/null @@ -1,83 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "ra_ap_rustc_type_ir", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - aliases = { - "@bindeps__ra-ap-rustc_ast_ir-0.132.0//:ra_ap_rustc_ast_ir": "rustc_ast_ir", - "@bindeps__ra-ap-rustc_index-0.132.0//:ra_ap_rustc_index": "rustc_index", - "@bindeps__ra-ap-rustc_type_ir_macros-0.132.0//:ra_ap_rustc_type_ir_macros": "rustc_type_ir_macros", - }, - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - proc_macro_deps = [ - "@bindeps__derive-where-1.6.0//:derive_where", - "@bindeps__ra-ap-rustc_type_ir_macros-0.132.0//:ra_ap_rustc_type_ir_macros", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ra-ap-rustc_type_ir", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.132.0", - deps = [ - "@bindeps__arrayvec-0.7.6//:arrayvec", - "@bindeps__bitflags-2.9.4//:bitflags", - "@bindeps__ena-0.14.3//:ena", - "@bindeps__indexmap-2.11.3//:indexmap", - "@bindeps__ra-ap-rustc_ast_ir-0.132.0//:ra_ap_rustc_ast_ir", - "@bindeps__ra-ap-rustc_index-0.132.0//:ra_ap_rustc_index", - "@bindeps__rustc-hash-2.1.1//:rustc_hash", - "@bindeps__smallvec-1.15.1//:smallvec", - "@bindeps__thin-vec-0.2.14//:thin_vec", - "@bindeps__tracing-0.1.41//:tracing", - ], -) diff --git a/vendor/bindeps/BUILD.ra-ap-rustc_type_ir_macros-0.132.0.bazel b/vendor/bindeps/BUILD.ra-ap-rustc_type_ir_macros-0.132.0.bazel deleted file mode 100644 index 970db9899..000000000 --- a/vendor/bindeps/BUILD.ra-ap-rustc_type_ir_macros-0.132.0.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "ra_ap_rustc_type_ir_macros", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ra-ap-rustc_type_ir_macros", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.132.0", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - "@bindeps__synstructure-0.13.2//:synstructure", - ], -) diff --git a/vendor/bindeps/BUILD.radium-0.7.0.bazel b/vendor/bindeps/BUILD.radium-0.7.0.bazel deleted file mode 100644 index 9f5497f28..000000000 --- a/vendor/bindeps/BUILD.radium-0.7.0.bazel +++ /dev/null @@ -1,127 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "radium", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=radium", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.7.0", - deps = [ - "@bindeps__radium-0.7.0//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2018", - pkg_name = "radium", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=radium", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.7.0", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.rancor-0.1.0.bazel b/vendor/bindeps/BUILD.rancor-0.1.0.bazel deleted file mode 100644 index 250907d17..000000000 --- a/vendor/bindeps/BUILD.rancor-0.1.0.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "rancor", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rancor", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.0", - deps = [ - "@bindeps__ptr_meta-0.3.0//:ptr_meta", - ], -) diff --git a/vendor/bindeps/BUILD.rand-0.8.5.bazel b/vendor/bindeps/BUILD.rand-0.8.5.bazel deleted file mode 100644 index 518b723af..000000000 --- a/vendor/bindeps/BUILD.rand-0.8.5.bazel +++ /dev/null @@ -1,90 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "rand", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "default", - "getrandom", - "libc", - "rand_chacha", - "small_rng", - "std", - "std_rng", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rand", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.8.5", - deps = [ - "@bindeps__rand_chacha-0.3.1//:rand_chacha", - "@bindeps__rand_core-0.6.4//:rand_core", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.rand-0.9.2.bazel b/vendor/bindeps/BUILD.rand-0.9.2.bazel deleted file mode 100644 index e5c00a37e..000000000 --- a/vendor/bindeps/BUILD.rand-0.9.2.bazel +++ /dev/null @@ -1,75 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "rand", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "default", - "os_rng", - "small_rng", - "std", - "std_rng", - "thread_rng", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rand", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.9.2", - deps = [ - "@bindeps__rand_chacha-0.9.0//:rand_chacha", - "@bindeps__rand_core-0.9.3//:rand_core", - ], -) diff --git a/vendor/bindeps/BUILD.rand_chacha-0.3.1.bazel b/vendor/bindeps/BUILD.rand_chacha-0.3.1.bazel deleted file mode 100644 index c9e630f58..000000000 --- a/vendor/bindeps/BUILD.rand_chacha-0.3.1.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "rand_chacha", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rand_chacha", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.1", - deps = [ - "@bindeps__ppv-lite86-0.2.21//:ppv_lite86", - "@bindeps__rand_core-0.6.4//:rand_core", - ], -) diff --git a/vendor/bindeps/BUILD.rand_chacha-0.9.0.bazel b/vendor/bindeps/BUILD.rand_chacha-0.9.0.bazel deleted file mode 100644 index b58ad9564..000000000 --- a/vendor/bindeps/BUILD.rand_chacha-0.9.0.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "rand_chacha", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rand_chacha", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.9.0", - deps = [ - "@bindeps__ppv-lite86-0.2.21//:ppv_lite86", - "@bindeps__rand_core-0.9.3//:rand_core", - ], -) diff --git a/vendor/bindeps/BUILD.rand_core-0.6.4.bazel b/vendor/bindeps/BUILD.rand_core-0.6.4.bazel deleted file mode 100644 index 9b77a9c27..000000000 --- a/vendor/bindeps/BUILD.rand_core-0.6.4.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "rand_core", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "getrandom", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rand_core", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.6.4", - deps = [ - "@bindeps__getrandom-0.2.16//:getrandom", - ], -) diff --git a/vendor/bindeps/BUILD.rand_core-0.9.3.bazel b/vendor/bindeps/BUILD.rand_core-0.9.3.bazel deleted file mode 100644 index f2dbde73a..000000000 --- a/vendor/bindeps/BUILD.rand_core-0.9.3.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "rand_core", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "os_rng", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rand_core", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.9.3", - deps = [ - "@bindeps__getrandom-0.3.3//:getrandom", - ], -) diff --git a/vendor/bindeps/BUILD.rayon-1.11.0.bazel b/vendor/bindeps/BUILD.rayon-1.11.0.bazel deleted file mode 100644 index f0891fe9b..000000000 --- a/vendor/bindeps/BUILD.rayon-1.11.0.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "rayon", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rayon", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.11.0", - deps = [ - "@bindeps__either-1.15.0//:either", - "@bindeps__rayon-core-1.13.0//:rayon_core", - ], -) diff --git a/vendor/bindeps/BUILD.rayon-core-1.13.0.bazel b/vendor/bindeps/BUILD.rayon-core-1.13.0.bazel deleted file mode 100644 index 471b87bce..000000000 --- a/vendor/bindeps/BUILD.rayon-core-1.13.0.bazel +++ /dev/null @@ -1,130 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "rayon_core", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rayon-core", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.13.0", - deps = [ - "@bindeps__crossbeam-deque-0.8.6//:crossbeam_deque", - "@bindeps__crossbeam-utils-0.8.21//:crossbeam_utils", - "@bindeps__rayon-core-1.13.0//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - links = "rayon-core", - pkg_name = "rayon-core", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rayon-core", - "manual", - "noclippy", - "norustfmt", - ], - version = "1.13.0", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.ref-cast-1.0.24.bazel b/vendor/bindeps/BUILD.ref-cast-1.0.24.bazel deleted file mode 100644 index e2adaeadf..000000000 --- a/vendor/bindeps/BUILD.ref-cast-1.0.24.bazel +++ /dev/null @@ -1,130 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "ref_cast", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__ref-cast-impl-1.0.24//:ref_cast_impl", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ref-cast", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.24", - deps = [ - "@bindeps__ref-cast-1.0.24//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "ref-cast", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ref-cast", - "manual", - "noclippy", - "norustfmt", - ], - version = "1.0.24", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.ref-cast-impl-1.0.24.bazel b/vendor/bindeps/BUILD.ref-cast-impl-1.0.24.bazel deleted file mode 100644 index 65dced5e0..000000000 --- a/vendor/bindeps/BUILD.ref-cast-impl-1.0.24.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "ref_cast_impl", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ref-cast-impl", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.24", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.reflink-copy-0.1.28.bazel b/vendor/bindeps/BUILD.reflink-copy-0.1.28.bazel deleted file mode 100644 index fa792457e..000000000 --- a/vendor/bindeps/BUILD.reflink-copy-0.1.28.bazel +++ /dev/null @@ -1,81 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "reflink_copy", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=reflink-copy", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.28", - deps = [ - "@bindeps__cfg-if-1.0.3//:cfg_if", - ] + select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__windows-0.62.0//:windows", # cfg(windows) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(target_os = "linux") - "@bindeps__rustix-1.1.2//:rustix", # cfg(any(target_os = "linux", target_os = "android")) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__windows-0.62.0//:windows", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(target_os = "linux") - "@bindeps__rustix-1.1.2//:rustix", # cfg(any(target_os = "linux", target_os = "android")) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.regalloc2-0.9.3.bazel b/vendor/bindeps/BUILD.regalloc2-0.9.3.bazel deleted file mode 100644 index 323451499..000000000 --- a/vendor/bindeps/BUILD.regalloc2-0.9.3.bazel +++ /dev/null @@ -1,75 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "regalloc2", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "checker", - "default", - "std", - "trace-log", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=regalloc2", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.9.3", - deps = [ - "@bindeps__hashbrown-0.13.2//:hashbrown", - "@bindeps__log-0.4.28//:log", - "@bindeps__rustc-hash-1.1.0//:rustc_hash", - "@bindeps__slice-group-by-0.3.1//:slice_group_by", - "@bindeps__smallvec-1.15.1//:smallvec", - ], -) diff --git a/vendor/bindeps/BUILD.regex-1.11.2.bazel b/vendor/bindeps/BUILD.regex-1.11.2.bazel deleted file mode 100644 index fdab50c44..000000000 --- a/vendor/bindeps/BUILD.regex-1.11.2.bazel +++ /dev/null @@ -1,87 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "regex", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "perf", - "perf-backtrack", - "perf-cache", - "perf-dfa", - "perf-inline", - "perf-literal", - "perf-onepass", - "std", - "unicode", - "unicode-age", - "unicode-bool", - "unicode-case", - "unicode-gencat", - "unicode-perl", - "unicode-script", - "unicode-segment", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=regex", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.11.2", - deps = [ - "@bindeps__aho-corasick-1.1.3//:aho_corasick", - "@bindeps__memchr-2.7.5//:memchr", - "@bindeps__regex-automata-0.4.10//:regex_automata", - "@bindeps__regex-syntax-0.8.6//:regex_syntax", - ], -) diff --git a/vendor/bindeps/BUILD.regex-automata-0.4.10.bazel b/vendor/bindeps/BUILD.regex-automata-0.4.10.bazel deleted file mode 100644 index 92ac9d39c..000000000 --- a/vendor/bindeps/BUILD.regex-automata-0.4.10.bazel +++ /dev/null @@ -1,95 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "regex_automata", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "dfa-build", - "dfa-onepass", - "dfa-search", - "hybrid", - "meta", - "nfa", - "nfa-backtrack", - "nfa-pikevm", - "nfa-thompson", - "perf", - "perf-inline", - "perf-literal", - "perf-literal-multisubstring", - "perf-literal-substring", - "std", - "syntax", - "unicode", - "unicode-age", - "unicode-bool", - "unicode-case", - "unicode-gencat", - "unicode-perl", - "unicode-script", - "unicode-segment", - "unicode-word-boundary", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=regex-automata", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.4.10", - deps = [ - "@bindeps__aho-corasick-1.1.3//:aho_corasick", - "@bindeps__memchr-2.7.5//:memchr", - "@bindeps__regex-syntax-0.8.6//:regex_syntax", - ], -) diff --git a/vendor/bindeps/BUILD.regex-lite-0.1.7.bazel b/vendor/bindeps/BUILD.regex-lite-0.1.7.bazel deleted file mode 100644 index b72aedd4a..000000000 --- a/vendor/bindeps/BUILD.regex-lite-0.1.7.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "regex_lite", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - "string", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=regex-lite", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.7", -) diff --git a/vendor/bindeps/BUILD.regex-syntax-0.8.6.bazel b/vendor/bindeps/BUILD.regex-syntax-0.8.6.bazel deleted file mode 100644 index 046c3fa16..000000000 --- a/vendor/bindeps/BUILD.regex-syntax-0.8.6.bazel +++ /dev/null @@ -1,74 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "regex_syntax", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - "unicode", - "unicode-age", - "unicode-bool", - "unicode-case", - "unicode-gencat", - "unicode-perl", - "unicode-script", - "unicode-segment", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=regex-syntax", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.8.6", -) diff --git a/vendor/bindeps/BUILD.region-3.0.2.bazel b/vendor/bindeps/BUILD.region-3.0.2.bazel deleted file mode 100644 index 5f6b2a9dd..000000000 --- a/vendor/bindeps/BUILD.region-3.0.2.bazel +++ /dev/null @@ -1,80 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "region", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=region", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "3.0.2", - deps = [ - "@bindeps__bitflags-1.3.2//:bitflags", - "@bindeps__libc-0.2.175//:libc", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__mach2-0.4.3//:mach2", # cfg(any(target_os = "macos", target_os = "ios")) - ], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.52.0//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__mach2-0.4.3//:mach2", # cfg(any(target_os = "macos", target_os = "ios")) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.52.0//:windows_sys", # cfg(windows) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.rend-0.5.2.bazel b/vendor/bindeps/BUILD.rend-0.5.2.bazel deleted file mode 100644 index c3a1ac62f..000000000 --- a/vendor/bindeps/BUILD.rend-0.5.2.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "rend", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "bytecheck", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rend", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.5.2", - deps = [ - "@bindeps__bytecheck-0.8.1//:bytecheck", - ], -) diff --git a/vendor/bindeps/BUILD.reqwest-0.12.23.bazel b/vendor/bindeps/BUILD.reqwest-0.12.23.bazel deleted file mode 100644 index 01099a462..000000000 --- a/vendor/bindeps/BUILD.reqwest-0.12.23.bazel +++ /dev/null @@ -1,109 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "reqwest", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "__rustls", - "__rustls-ring", - "__tls", - "blocking", - "charset", - "gzip", - "h2", - "http2", - "macos-system-configuration", - "rustls-tls-webpki-roots", - "rustls-tls-webpki-roots-no-provider", - "system-proxy", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=reqwest", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.12.23", - deps = [ - "@bindeps__async-compression-0.4.30//:async_compression", # cfg(not(target_arch = "wasm32")) - "@bindeps__base64-0.22.1//:base64", - "@bindeps__bytes-1.10.1//:bytes", - "@bindeps__encoding_rs-0.8.35//:encoding_rs", # cfg(not(target_arch = "wasm32")) - "@bindeps__futures-channel-0.3.31//:futures_channel", # cfg(not(target_arch = "wasm32")) - "@bindeps__futures-core-0.3.31//:futures_core", - "@bindeps__futures-util-0.3.31//:futures_util", - "@bindeps__h2-0.4.12//:h2", # cfg(not(target_arch = "wasm32")) - "@bindeps__http-1.3.1//:http", - "@bindeps__http-body-1.0.1//:http_body", # cfg(not(target_arch = "wasm32")) - "@bindeps__http-body-util-0.1.3//:http_body_util", # cfg(not(target_arch = "wasm32")) - "@bindeps__hyper-1.7.0//:hyper", # cfg(not(target_arch = "wasm32")) - "@bindeps__hyper-rustls-0.27.7//:hyper_rustls", # cfg(not(target_arch = "wasm32")) - "@bindeps__hyper-util-0.1.17//:hyper_util", # cfg(not(target_arch = "wasm32")) - "@bindeps__log-0.4.28//:log", # cfg(not(target_arch = "wasm32")) - "@bindeps__mime-0.3.17//:mime", # cfg(not(target_arch = "wasm32")) - "@bindeps__percent-encoding-2.3.2//:percent_encoding", # cfg(not(target_arch = "wasm32")) - "@bindeps__pin-project-lite-0.2.16//:pin_project_lite", # cfg(not(target_arch = "wasm32")) - "@bindeps__rustls-0.23.31//:rustls", # cfg(not(target_arch = "wasm32")) - "@bindeps__rustls-pki-types-1.12.0//:rustls_pki_types", # cfg(not(target_arch = "wasm32")) - "@bindeps__serde-1.0.225//:serde", - "@bindeps__serde_urlencoded-0.7.1//:serde_urlencoded", - "@bindeps__sync_wrapper-1.0.2//:sync_wrapper", - "@bindeps__tokio-1.47.1//:tokio", # cfg(not(target_arch = "wasm32")) - "@bindeps__tokio-rustls-0.26.2//:tokio_rustls", # cfg(not(target_arch = "wasm32")) - "@bindeps__tokio-util-0.7.16//:tokio_util", # cfg(not(target_arch = "wasm32")) - "@bindeps__tower-0.5.2//:tower", # cfg(not(target_arch = "wasm32")) - "@bindeps__tower-http-0.6.6//:tower_http", # cfg(not(target_arch = "wasm32")) - "@bindeps__tower-service-0.3.3//:tower_service", - "@bindeps__url-2.5.7//:url", - "@bindeps__webpki-roots-1.0.2//:webpki_roots", # cfg(not(target_arch = "wasm32")) - ], -) diff --git a/vendor/bindeps/BUILD.ring-0.17.14.bazel b/vendor/bindeps/BUILD.ring-0.17.14.bazel deleted file mode 100644 index 8e3af7cf6..000000000 --- a/vendor/bindeps/BUILD.ring-0.17.14.bazel +++ /dev/null @@ -1,155 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "ring", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "default", - "dev_urandom_fallback", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ring", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.17.14", - deps = [ - "@bindeps__cfg-if-1.0.3//:cfg_if", - "@bindeps__getrandom-0.2.16//:getrandom", - "@bindeps__ring-0.17.14//:build_script_build", - "@bindeps__untrusted-0.9.0//:untrusted", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(all(all(target_arch = "aarch64", target_endian = "little"), target_vendor = "apple", any(target_os = "ios", target_os = "macos", target_os = "tvos", target_os = "visionos", target_os = "watchos"))) - ], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.52.0//:windows_sys", # cfg(all(all(target_arch = "aarch64", target_endian = "little"), target_os = "windows")) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(all(any(all(target_arch = "aarch64", target_endian = "little"), all(target_arch = "arm", target_endian = "little")), any(target_os = "android", target_os = "linux"))) - ], - "//conditions:default": [], - }), -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "default", - "dev_urandom_fallback", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - links = "ring_core_0_17_14_", - pkg_name = "ring", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ring", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.17.14", - visibility = ["//visibility:private"], - deps = [ - "@bindeps__cc-1.2.37//:cc", - ], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.rkyv-0.8.11.bazel b/vendor/bindeps/BUILD.rkyv-0.8.11.bazel deleted file mode 100644 index 762d97ef5..000000000 --- a/vendor/bindeps/BUILD.rkyv-0.8.11.bazel +++ /dev/null @@ -1,87 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "rkyv", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - aliases = { - "@bindeps__bytes-1.10.1//:bytes": "bytes_1", - "@bindeps__indexmap-2.11.3//:indexmap": "indexmap_2", - }, - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "bytecheck", - "bytes-1", - "default", - "indexmap-2", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__rkyv_derive-0.8.11//:rkyv_derive", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rkyv", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.8.11", - deps = [ - "@bindeps__bytecheck-0.8.1//:bytecheck", - "@bindeps__bytes-1.10.1//:bytes", - "@bindeps__hashbrown-0.15.5//:hashbrown", - "@bindeps__indexmap-2.11.3//:indexmap", - "@bindeps__munge-0.4.6//:munge", - "@bindeps__ptr_meta-0.3.0//:ptr_meta", - "@bindeps__rancor-0.1.0//:rancor", - "@bindeps__rend-0.5.2//:rend", - ], -) diff --git a/vendor/bindeps/BUILD.rkyv_derive-0.8.11.bazel b/vendor/bindeps/BUILD.rkyv_derive-0.8.11.bazel deleted file mode 100644 index 8d7056987..000000000 --- a/vendor/bindeps/BUILD.rkyv_derive-0.8.11.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "rkyv_derive", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "bytecheck", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rkyv_derive", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.8.11", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.rle-decode-fast-1.0.3.bazel b/vendor/bindeps/BUILD.rle-decode-fast-1.0.3.bazel deleted file mode 100644 index b603a6b3d..000000000 --- a/vendor/bindeps/BUILD.rle-decode-fast-1.0.3.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "rle_decode_fast", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rle-decode-fast", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.3", -) diff --git a/vendor/bindeps/BUILD.rmp-0.8.14.bazel b/vendor/bindeps/BUILD.rmp-0.8.14.bazel deleted file mode 100644 index c8a7cf473..000000000 --- a/vendor/bindeps/BUILD.rmp-0.8.14.bazel +++ /dev/null @@ -1,73 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "rmp", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__paste-1.0.15//:paste", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rmp", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.8.14", - deps = [ - "@bindeps__byteorder-1.5.0//:byteorder", - "@bindeps__num-traits-0.2.19//:num_traits", - ], -) diff --git a/vendor/bindeps/BUILD.rmp-serde-1.3.0.bazel b/vendor/bindeps/BUILD.rmp-serde-1.3.0.bazel deleted file mode 100644 index 404d3c372..000000000 --- a/vendor/bindeps/BUILD.rmp-serde-1.3.0.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "rmp_serde", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rmp-serde", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.3.0", - deps = [ - "@bindeps__byteorder-1.5.0//:byteorder", - "@bindeps__rmp-0.8.14//:rmp", - "@bindeps__serde-1.0.225//:serde", - ], -) diff --git a/vendor/bindeps/BUILD.roff-0.2.2.bazel b/vendor/bindeps/BUILD.roff-0.2.2.bazel deleted file mode 100644 index 67443c1c8..000000000 --- a/vendor/bindeps/BUILD.roff-0.2.2.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "roff", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=roff", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.2", -) diff --git a/vendor/bindeps/BUILD.rowan-0.15.15.bazel b/vendor/bindeps/BUILD.rowan-0.15.15.bazel deleted file mode 100644 index 1ea3ad53c..000000000 --- a/vendor/bindeps/BUILD.rowan-0.15.15.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "rowan", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rowan", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.15.15", - deps = [ - "@bindeps__countme-3.0.1//:countme", - "@bindeps__hashbrown-0.14.5//:hashbrown", - "@bindeps__memoffset-0.9.1//:memoffset", - "@bindeps__rustc-hash-1.1.0//:rustc_hash", - "@bindeps__text-size-1.1.1//:text_size", - ], -) diff --git a/vendor/bindeps/BUILD.rust-analyzer-0.0.0.bazel b/vendor/bindeps/BUILD.rust-analyzer-0.0.0.bazel deleted file mode 100644 index 42e91459b..000000000 --- a/vendor/bindeps/BUILD.rust-analyzer-0.0.0.bazel +++ /dev/null @@ -1,307 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load( - "@rules_rust//rust:defs.bzl", - "rust_binary", - "rust_library", -) - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "rust_analyzer", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - proc_macro_deps = [ - "@bindeps__serde_derive-1.0.225//:serde_derive", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rust-analyzer", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.0.0", - deps = [ - "@bindeps__anyhow-1.0.99//:anyhow", - "@bindeps__base64-0.22.1//:base64", - "@bindeps__cargo_metadata-0.21.0//:cargo_metadata", - "@bindeps__cfg-0.0.0//:cfg", - "@bindeps__crossbeam-channel-0.5.15//:crossbeam_channel", - "@bindeps__dirs-6.0.0//:dirs", - "@bindeps__dissimilar-1.0.10//:dissimilar", - "@bindeps__hir-0.0.0//:hir", - "@bindeps__hir-def-0.0.0//:hir_def", - "@bindeps__hir-ty-0.0.0//:hir_ty", - "@bindeps__ide-0.0.0//:ide", - "@bindeps__ide-completion-0.0.0//:ide_completion", - "@bindeps__ide-db-0.0.0//:ide_db", - "@bindeps__ide-ssr-0.0.0//:ide_ssr", - "@bindeps__indexmap-2.11.3//:indexmap", - "@bindeps__intern-0.0.0//:intern", - "@bindeps__itertools-0.14.0//:itertools", - "@bindeps__load-cargo-0.0.0//:load_cargo", - "@bindeps__lsp-server-0.7.9//:lsp_server", - "@bindeps__lsp-types-0.95.0//:lsp_types", - "@bindeps__memchr-2.7.5//:memchr", - "@bindeps__nohash-hasher-0.2.0//:nohash_hasher", - "@bindeps__num_cpus-1.17.0//:num_cpus", - "@bindeps__oorandom-11.1.5//:oorandom", - "@bindeps__parking_lot-0.12.4//:parking_lot", - "@bindeps__parser-0.0.0//:parser", - "@bindeps__paths-0.0.0//:paths", - "@bindeps__proc-macro-api-0.0.0//:proc_macro_api", - "@bindeps__process-wrap-8.2.1//:process_wrap", - "@bindeps__profile-0.0.0//:profile", - "@bindeps__project-model-0.0.0//:project_model", - "@bindeps__ra-ap-rustc_type_ir-0.132.0//:ra_ap_rustc_type_ir", - "@bindeps__rayon-1.11.0//:rayon", - "@bindeps__rust-analyzer-0.0.0//:build_script_build", - "@bindeps__rustc-hash-2.1.1//:rustc_hash", - "@bindeps__scip-0.5.2//:scip", - "@bindeps__semver-1.0.27//:semver", - "@bindeps__serde-1.0.225//:serde", - "@bindeps__serde_json-1.0.145//:serde_json", - "@bindeps__stdx-0.0.0//:stdx", - "@bindeps__syntax-0.0.0//:syntax", - "@bindeps__tenthash-1.1.0//:tenthash", - "@bindeps__toml-0.8.23//:toml", - "@bindeps__toolchain-0.0.0//:toolchain", - "@bindeps__tracing-0.1.41//:tracing", - "@bindeps__tracing-subscriber-0.3.20//:tracing_subscriber", - "@bindeps__tracing-tree-0.4.0//:tracing_tree", - "@bindeps__triomphe-0.1.14//:triomphe", - "@bindeps__vfs-0.0.0//:vfs", - "@bindeps__vfs-notify-0.0.0//:vfs_notify", - "@bindeps__walkdir-2.5.0//:walkdir", - "@bindeps__xflags-0.3.2//:xflags", - ] + select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.60.2//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.60.2//:windows_sys", # cfg(windows) - ], - "//conditions:default": [], - }), -) - -rust_binary( - name = "rust-analyzer__bin", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/bin/main.rs", - edition = "2024", - proc_macro_deps = [ - "@bindeps__serde_derive-1.0.225//:serde_derive", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rust-analyzer", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.0.0", - deps = [ - ":rust_analyzer", - "@bindeps__anyhow-1.0.99//:anyhow", - "@bindeps__base64-0.22.1//:base64", - "@bindeps__cargo_metadata-0.21.0//:cargo_metadata", - "@bindeps__cfg-0.0.0//:cfg", - "@bindeps__crossbeam-channel-0.5.15//:crossbeam_channel", - "@bindeps__dirs-6.0.0//:dirs", - "@bindeps__dissimilar-1.0.10//:dissimilar", - "@bindeps__hir-0.0.0//:hir", - "@bindeps__hir-def-0.0.0//:hir_def", - "@bindeps__hir-ty-0.0.0//:hir_ty", - "@bindeps__ide-0.0.0//:ide", - "@bindeps__ide-completion-0.0.0//:ide_completion", - "@bindeps__ide-db-0.0.0//:ide_db", - "@bindeps__ide-ssr-0.0.0//:ide_ssr", - "@bindeps__indexmap-2.11.3//:indexmap", - "@bindeps__intern-0.0.0//:intern", - "@bindeps__itertools-0.14.0//:itertools", - "@bindeps__load-cargo-0.0.0//:load_cargo", - "@bindeps__lsp-server-0.7.9//:lsp_server", - "@bindeps__lsp-types-0.95.0//:lsp_types", - "@bindeps__memchr-2.7.5//:memchr", - "@bindeps__nohash-hasher-0.2.0//:nohash_hasher", - "@bindeps__num_cpus-1.17.0//:num_cpus", - "@bindeps__oorandom-11.1.5//:oorandom", - "@bindeps__parking_lot-0.12.4//:parking_lot", - "@bindeps__parser-0.0.0//:parser", - "@bindeps__paths-0.0.0//:paths", - "@bindeps__proc-macro-api-0.0.0//:proc_macro_api", - "@bindeps__process-wrap-8.2.1//:process_wrap", - "@bindeps__profile-0.0.0//:profile", - "@bindeps__project-model-0.0.0//:project_model", - "@bindeps__ra-ap-rustc_type_ir-0.132.0//:ra_ap_rustc_type_ir", - "@bindeps__rayon-1.11.0//:rayon", - "@bindeps__rust-analyzer-0.0.0//:build_script_build", - "@bindeps__rustc-hash-2.1.1//:rustc_hash", - "@bindeps__scip-0.5.2//:scip", - "@bindeps__semver-1.0.27//:semver", - "@bindeps__serde-1.0.225//:serde", - "@bindeps__serde_json-1.0.145//:serde_json", - "@bindeps__stdx-0.0.0//:stdx", - "@bindeps__syntax-0.0.0//:syntax", - "@bindeps__tenthash-1.1.0//:tenthash", - "@bindeps__toml-0.8.23//:toml", - "@bindeps__toolchain-0.0.0//:toolchain", - "@bindeps__tracing-0.1.41//:tracing", - "@bindeps__tracing-subscriber-0.3.20//:tracing_subscriber", - "@bindeps__tracing-tree-0.4.0//:tracing_tree", - "@bindeps__triomphe-0.1.14//:triomphe", - "@bindeps__vfs-0.0.0//:vfs", - "@bindeps__vfs-notify-0.0.0//:vfs_notify", - "@bindeps__walkdir-2.5.0//:walkdir", - "@bindeps__xflags-0.3.2//:xflags", - ] + select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.60.2//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.60.2//:windows_sys", # cfg(windows) - ], - "//conditions:default": [], - }), -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2024", - pkg_name = "rust-analyzer", - rustc_env = { - "CFG_RELEASE": "1", - }, - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rust-analyzer", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.0.0", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.rustc-demangle-0.1.26.bazel b/vendor/bindeps/BUILD.rustc-demangle-0.1.26.bazel deleted file mode 100644 index 4dc510634..000000000 --- a/vendor/bindeps/BUILD.rustc-demangle-0.1.26.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "rustc_demangle", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rustc-demangle", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.26", -) diff --git a/vendor/bindeps/BUILD.rustc-hash-1.1.0.bazel b/vendor/bindeps/BUILD.rustc-hash-1.1.0.bazel deleted file mode 100644 index e29353685..000000000 --- a/vendor/bindeps/BUILD.rustc-hash-1.1.0.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "rustc_hash", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rustc-hash", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.1.0", -) diff --git a/vendor/bindeps/BUILD.rustc-hash-2.1.1.bazel b/vendor/bindeps/BUILD.rustc-hash-2.1.1.bazel deleted file mode 100644 index 77e03f41c..000000000 --- a/vendor/bindeps/BUILD.rustc-hash-2.1.1.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "rustc_hash", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rustc-hash", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.1.1", -) diff --git a/vendor/bindeps/BUILD.rustc-literal-escaper-0.0.4.bazel b/vendor/bindeps/BUILD.rustc-literal-escaper-0.0.4.bazel deleted file mode 100644 index 37e347a41..000000000 --- a/vendor/bindeps/BUILD.rustc-literal-escaper-0.0.4.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "rustc_literal_escaper", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rustc-literal-escaper", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.0.4", -) diff --git a/vendor/bindeps/BUILD.rustc-literal-escaper-0.0.5.bazel b/vendor/bindeps/BUILD.rustc-literal-escaper-0.0.5.bazel deleted file mode 100644 index f1041dbe9..000000000 --- a/vendor/bindeps/BUILD.rustc-literal-escaper-0.0.5.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "rustc_literal_escaper", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rustc-literal-escaper", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.0.5", -) diff --git a/vendor/bindeps/BUILD.rustc-stable-hash-0.1.2.bazel b/vendor/bindeps/BUILD.rustc-stable-hash-0.1.2.bazel deleted file mode 100644 index b20986fff..000000000 --- a/vendor/bindeps/BUILD.rustc-stable-hash-0.1.2.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "rustc_stable_hash", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rustc-stable-hash", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.2", -) diff --git a/vendor/bindeps/BUILD.rustc_apfloat-0.2.3+llvm-462a31f5a5ab.bazel b/vendor/bindeps/BUILD.rustc_apfloat-0.2.3+llvm-462a31f5a5ab.bazel deleted file mode 100644 index 561df5e05..000000000 --- a/vendor/bindeps/BUILD.rustc_apfloat-0.2.3+llvm-462a31f5a5ab.bazel +++ /dev/null @@ -1,129 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "rustc_apfloat", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rustc_apfloat", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.3+llvm-462a31f5a5ab", - deps = [ - "@bindeps__bitflags-2.9.4//:bitflags", - "@bindeps__rustc_apfloat-0.2.3-llvm-462a31f5a5ab//:build_script_build", - "@bindeps__smallvec-1.15.1//:smallvec", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "rustc_apfloat", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rustc_apfloat", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.2.3+llvm-462a31f5a5ab", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.rustc_lexer-0.1.0.bazel b/vendor/bindeps/BUILD.rustc_lexer-0.1.0.bazel deleted file mode 100644 index 6554a7b4c..000000000 --- a/vendor/bindeps/BUILD.rustc_lexer-0.1.0.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "rustc_lexer", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rustc_lexer", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.0", - deps = [ - "@bindeps__unicode-xid-0.2.6//:unicode_xid", - ], -) diff --git a/vendor/bindeps/BUILD.rustc_version-0.2.3.bazel b/vendor/bindeps/BUILD.rustc_version-0.2.3.bazel deleted file mode 100644 index f9e815559..000000000 --- a/vendor/bindeps/BUILD.rustc_version-0.2.3.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "rustc_version", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rustc_version", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.3", - deps = [ - "@bindeps__semver-0.9.0//:semver", - ], -) diff --git a/vendor/bindeps/BUILD.rustc_version-0.4.1.bazel b/vendor/bindeps/BUILD.rustc_version-0.4.1.bazel deleted file mode 100644 index ee9303e1b..000000000 --- a/vendor/bindeps/BUILD.rustc_version-0.4.1.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "rustc_version", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rustc_version", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.4.1", - deps = [ - "@bindeps__semver-1.0.27//:semver", - ], -) diff --git a/vendor/bindeps/BUILD.rustix-1.1.2.bazel b/vendor/bindeps/BUILD.rustix-1.1.2.bazel deleted file mode 100644 index 94d3bd9f7..000000000 --- a/vendor/bindeps/BUILD.rustix-1.1.2.bazel +++ /dev/null @@ -1,165 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "rustix", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - aliases = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": { - "@bindeps__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"))))))) - }, - "@rules_rust//rust/platform:x86_64-apple-darwin": { - "@bindeps__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"))))))) - }, - "//conditions:default": {}, - }), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "default", - "fs", - "std", - "termios", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rustix", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.1.2", - deps = [ - "@bindeps__bitflags-2.9.4//:bitflags", - "@bindeps__rustix-1.1.2//:build_script_build", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__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"))))))) - "@bindeps__libc-0.2.175//: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"))))))) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__linux-raw-sys-0.11.0//: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")))) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__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"))))))) - "@bindeps__libc-0.2.175//: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"))))))) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__linux-raw-sys-0.11.0//: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")))) - ], - "//conditions:default": [], - }), -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "default", - "fs", - "std", - "termios", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "rustix", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rustix", - "manual", - "noclippy", - "norustfmt", - ], - version = "1.1.2", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.rustls-0.23.31.bazel b/vendor/bindeps/BUILD.rustls-0.23.31.bazel deleted file mode 100644 index 6f93f5115..000000000 --- a/vendor/bindeps/BUILD.rustls-0.23.31.bazel +++ /dev/null @@ -1,155 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "rustls", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - aliases = { - "@bindeps__rustls-pki-types-1.12.0//:rustls_pki_types": "pki_types", - "@bindeps__rustls-webpki-0.103.6//:webpki": "webpki", - }, - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "log", - "logging", - "ring", - "std", - "tls12", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rustls", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.23.31", - deps = [ - "@bindeps__log-0.4.28//:log", - "@bindeps__once_cell-1.21.3//:once_cell", - "@bindeps__ring-0.17.14//:ring", - "@bindeps__rustls-0.23.31//:build_script_build", - "@bindeps__rustls-pki-types-1.12.0//:rustls_pki_types", - "@bindeps__rustls-webpki-0.103.6//:webpki", - "@bindeps__subtle-2.6.1//:subtle", - "@bindeps__zeroize-1.8.1//:zeroize", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "log", - "logging", - "ring", - "std", - "tls12", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - link_deps = [ - "@bindeps__ring-0.17.14//:ring", - ], - pkg_name = "rustls", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rustls", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.23.31", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.rustls-native-certs-0.7.3.bazel b/vendor/bindeps/BUILD.rustls-native-certs-0.7.3.bazel deleted file mode 100644 index 63d675d18..000000000 --- a/vendor/bindeps/BUILD.rustls-native-certs-0.7.3.bazel +++ /dev/null @@ -1,89 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "rustls_native_certs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - aliases = { - "@bindeps__rustls-pki-types-1.12.0//:rustls_pki_types": "pki_types", - }, - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rustls-native-certs", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.7.3", - deps = [ - "@bindeps__rustls-pemfile-2.2.0//:rustls_pemfile", - "@bindeps__rustls-pki-types-1.12.0//:rustls_pki_types", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__security-framework-2.11.1//:security_framework", # cfg(target_os = "macos") - ], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__schannel-0.1.28//:schannel", # cfg(windows) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__openssl-probe-0.1.6//:openssl_probe", # cfg(all(unix, not(target_os = "macos"))) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__security-framework-2.11.1//:security_framework", # cfg(target_os = "macos") - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__schannel-0.1.28//:schannel", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__openssl-probe-0.1.6//:openssl_probe", # cfg(all(unix, not(target_os = "macos"))) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.rustls-pemfile-2.2.0.bazel b/vendor/bindeps/BUILD.rustls-pemfile-2.2.0.bazel deleted file mode 100644 index 06cab71c3..000000000 --- a/vendor/bindeps/BUILD.rustls-pemfile-2.2.0.bazel +++ /dev/null @@ -1,72 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "rustls_pemfile", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - aliases = { - "@bindeps__rustls-pki-types-1.12.0//:rustls_pki_types": "pki_types", - }, - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rustls-pemfile", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.2.0", - deps = [ - "@bindeps__rustls-pki-types-1.12.0//:rustls_pki_types", - ], -) diff --git a/vendor/bindeps/BUILD.rustls-pki-types-1.12.0.bazel b/vendor/bindeps/BUILD.rustls-pki-types-1.12.0.bazel deleted file mode 100644 index 73d1ebbc5..000000000 --- a/vendor/bindeps/BUILD.rustls-pki-types-1.12.0.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "rustls_pki_types", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rustls-pki-types", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.12.0", - deps = [ - "@bindeps__zeroize-1.8.1//:zeroize", - ], -) diff --git a/vendor/bindeps/BUILD.rustls-webpki-0.103.6.bazel b/vendor/bindeps/BUILD.rustls-webpki-0.103.6.bazel deleted file mode 100644 index 21e2a6dec..000000000 --- a/vendor/bindeps/BUILD.rustls-webpki-0.103.6.bazel +++ /dev/null @@ -1,75 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "webpki", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - aliases = { - "@bindeps__rustls-pki-types-1.12.0//:rustls_pki_types": "pki_types", - }, - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "ring", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rustls-webpki", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.103.6", - deps = [ - "@bindeps__ring-0.17.14//:ring", - "@bindeps__rustls-pki-types-1.12.0//:rustls_pki_types", - "@bindeps__untrusted-0.9.0//:untrusted", - ], -) diff --git a/vendor/bindeps/BUILD.rustsec-0.30.4.bazel b/vendor/bindeps/BUILD.rustsec-0.30.4.bazel deleted file mode 100644 index 4da198887..000000000 --- a/vendor/bindeps/BUILD.rustsec-0.30.4.bazel +++ /dev/null @@ -1,73 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "rustsec", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rustsec", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.30.4", - deps = [ - "@bindeps__cargo-lock-10.1.0//:cargo_lock", - "@bindeps__cvss-2.1.1//:cvss", - "@bindeps__fs-err-3.1.2//:fs_err", - "@bindeps__platforms-3.6.0//:platforms", - "@bindeps__semver-1.0.27//:semver", - "@bindeps__serde-1.0.225//:serde", - "@bindeps__thiserror-2.0.16//:thiserror", - "@bindeps__toml-0.8.23//:toml", - "@bindeps__url-2.5.7//:url", - ], -) diff --git a/vendor/bindeps/BUILD.rustversion-1.0.22.bazel b/vendor/bindeps/BUILD.rustversion-1.0.22.bazel deleted file mode 100644 index 733474a15..000000000 --- a/vendor/bindeps/BUILD.rustversion-1.0.22.bazel +++ /dev/null @@ -1,127 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "rustversion", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rustversion", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.22", - deps = [ - "@bindeps__rustversion-1.0.22//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_name = "build_script_build", - crate_root = "build/build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2018", - pkg_name = "rustversion", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rustversion", - "manual", - "noclippy", - "norustfmt", - ], - version = "1.0.22", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.ruzstd-0.5.0.bazel b/vendor/bindeps/BUILD.ruzstd-0.5.0.bazel deleted file mode 100644 index b8c7fd811..000000000 --- a/vendor/bindeps/BUILD.ruzstd-0.5.0.bazel +++ /dev/null @@ -1,73 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "ruzstd", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - proc_macro_deps = [ - "@bindeps__derive_more-0.99.20//:derive_more", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ruzstd", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.5.0", - deps = [ - "@bindeps__byteorder-1.5.0//:byteorder", - "@bindeps__twox-hash-1.6.3//:twox_hash", - ], -) diff --git a/vendor/bindeps/BUILD.ryu-1.0.20.bazel b/vendor/bindeps/BUILD.ryu-1.0.20.bazel deleted file mode 100644 index da3d7e90a..000000000 --- a/vendor/bindeps/BUILD.ryu-1.0.20.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "ryu", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ryu", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.20", -) diff --git a/vendor/bindeps/BUILD.salsa-0.23.0.bazel b/vendor/bindeps/BUILD.salsa-0.23.0.bazel deleted file mode 100644 index 93995e269..000000000 --- a/vendor/bindeps/BUILD.salsa-0.23.0.bazel +++ /dev/null @@ -1,89 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "salsa", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "macros", - "rayon", - "salsa_unstable", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__salsa-macros-0.23.0//:salsa_macros", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=salsa", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.23.0", - deps = [ - "@bindeps__boxcar-0.2.14//:boxcar", - "@bindeps__crossbeam-queue-0.3.12//:crossbeam_queue", - "@bindeps__crossbeam-utils-0.8.21//:crossbeam_utils", - "@bindeps__hashbrown-0.15.5//:hashbrown", - "@bindeps__hashlink-0.10.0//:hashlink", - "@bindeps__indexmap-2.11.3//:indexmap", - "@bindeps__intrusive-collections-0.9.7//:intrusive_collections", - "@bindeps__papaya-0.2.3//:papaya", - "@bindeps__parking_lot-0.12.4//:parking_lot", - "@bindeps__portable-atomic-1.11.1//:portable_atomic", - "@bindeps__rayon-1.11.0//:rayon", - "@bindeps__rustc-hash-2.1.1//:rustc_hash", - "@bindeps__salsa-macro-rules-0.23.0//:salsa_macro_rules", - "@bindeps__smallvec-1.15.1//:smallvec", - "@bindeps__thin-vec-0.2.14//:thin_vec", - "@bindeps__tracing-0.1.41//:tracing", - ], -) diff --git a/vendor/bindeps/BUILD.salsa-macro-rules-0.23.0.bazel b/vendor/bindeps/BUILD.salsa-macro-rules-0.23.0.bazel deleted file mode 100644 index 0568859f9..000000000 --- a/vendor/bindeps/BUILD.salsa-macro-rules-0.23.0.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "salsa_macro_rules", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=salsa-macro-rules", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.23.0", -) diff --git a/vendor/bindeps/BUILD.salsa-macros-0.23.0.bazel b/vendor/bindeps/BUILD.salsa-macros-0.23.0.bazel deleted file mode 100644 index 1b9dfbbe0..000000000 --- a/vendor/bindeps/BUILD.salsa-macros-0.23.0.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "salsa_macros", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=salsa-macros", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.23.0", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - "@bindeps__synstructure-0.13.2//:synstructure", - ], -) diff --git a/vendor/bindeps/BUILD.same-file-1.0.6.bazel b/vendor/bindeps/BUILD.same-file-1.0.6.bazel deleted file mode 100644 index aabf08126..000000000 --- a/vendor/bindeps/BUILD.same-file-1.0.6.bazel +++ /dev/null @@ -1,71 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "same_file", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=same-file", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.6", - deps = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__winapi-util-0.1.11//:winapi_util", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__winapi-util-0.1.11//:winapi_util", # cfg(windows) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.schannel-0.1.28.bazel b/vendor/bindeps/BUILD.schannel-0.1.28.bazel deleted file mode 100644 index 0f05b93ce..000000000 --- a/vendor/bindeps/BUILD.schannel-0.1.28.bazel +++ /dev/null @@ -1,61 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "schannel", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=schannel", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.28", - deps = [ - "@bindeps__windows-sys-0.61.0//:windows_sys", - ], -) diff --git a/vendor/bindeps/BUILD.scip-0.5.2.bazel b/vendor/bindeps/BUILD.scip-0.5.2.bazel deleted file mode 100644 index 869c8c9c6..000000000 --- a/vendor/bindeps/BUILD.scip-0.5.2.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "scip", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/mod.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=scip", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.5.2", - deps = [ - "@bindeps__protobuf-3.7.1//:protobuf", - ], -) diff --git a/vendor/bindeps/BUILD.scoped-tls-1.0.1.bazel b/vendor/bindeps/BUILD.scoped-tls-1.0.1.bazel deleted file mode 100644 index fd35dd943..000000000 --- a/vendor/bindeps/BUILD.scoped-tls-1.0.1.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "scoped_tls", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=scoped-tls", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.1", -) diff --git a/vendor/bindeps/BUILD.scopeguard-1.2.0.bazel b/vendor/bindeps/BUILD.scopeguard-1.2.0.bazel deleted file mode 100644 index 34094b26f..000000000 --- a/vendor/bindeps/BUILD.scopeguard-1.2.0.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "scopeguard", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "use_std", - ], - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=scopeguard", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.2.0", -) diff --git a/vendor/bindeps/BUILD.scroll-0.13.0.bazel b/vendor/bindeps/BUILD.scroll-0.13.0.bazel deleted file mode 100644 index 94651f584..000000000 --- a/vendor/bindeps/BUILD.scroll-0.13.0.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "scroll", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "derive", - ], - crate_root = "src/lib.rs", - edition = "2024", - proc_macro_deps = [ - "@bindeps__scroll_derive-0.13.1//:scroll_derive", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=scroll", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.13.0", -) diff --git a/vendor/bindeps/BUILD.scroll_derive-0.13.1.bazel b/vendor/bindeps/BUILD.scroll_derive-0.13.1.bazel deleted file mode 100644 index fffd7c471..000000000 --- a/vendor/bindeps/BUILD.scroll_derive-0.13.1.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "scroll_derive", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=scroll_derive", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.13.1", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.security-framework-2.11.1.bazel b/vendor/bindeps/BUILD.security-framework-2.11.1.bazel deleted file mode 100644 index 89ec9a2ba..000000000 --- a/vendor/bindeps/BUILD.security-framework-2.11.1.bazel +++ /dev/null @@ -1,72 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "security_framework", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "OSX_10_10", - "OSX_10_11", - "OSX_10_12", - "OSX_10_9", - "default", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=security-framework", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.11.1", - deps = [ - "@bindeps__bitflags-2.9.4//:bitflags", - "@bindeps__core-foundation-0.9.4//:core_foundation", - "@bindeps__core-foundation-sys-0.8.7//:core_foundation_sys", - "@bindeps__libc-0.2.175//:libc", - "@bindeps__security-framework-sys-2.15.0//:security_framework_sys", - ], -) diff --git a/vendor/bindeps/BUILD.security-framework-sys-2.15.0.bazel b/vendor/bindeps/BUILD.security-framework-sys-2.15.0.bazel deleted file mode 100644 index ac6215f49..000000000 --- a/vendor/bindeps/BUILD.security-framework-sys-2.15.0.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "security_framework_sys", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "OSX_10_10", - "OSX_10_11", - "OSX_10_12", - "OSX_10_9", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=security-framework-sys", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.15.0", - deps = [ - "@bindeps__core-foundation-sys-0.8.7//:core_foundation_sys", - "@bindeps__libc-0.2.175//:libc", - ], -) diff --git a/vendor/bindeps/BUILD.seize-0.5.1.bazel b/vendor/bindeps/BUILD.seize-0.5.1.bazel deleted file mode 100644 index 067ca1d79..000000000 --- a/vendor/bindeps/BUILD.seize-0.5.1.bazel +++ /dev/null @@ -1,79 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "seize", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "fast-barrier", - "libc", - "windows-sys", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=seize", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.5.1", - deps = [ - "@bindeps__libc-0.2.175//:libc", - ] + select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.61.0//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.61.0//:windows_sys", # cfg(windows) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.self_cell-1.2.0.bazel b/vendor/bindeps/BUILD.self_cell-1.2.0.bazel deleted file mode 100644 index 4d12ec529..000000000 --- a/vendor/bindeps/BUILD.self_cell-1.2.0.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "self_cell", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=self_cell", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.2.0", -) diff --git a/vendor/bindeps/BUILD.semver-0.9.0.bazel b/vendor/bindeps/BUILD.semver-0.9.0.bazel deleted file mode 100644 index 14f7296f4..000000000 --- a/vendor/bindeps/BUILD.semver-0.9.0.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "semver", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=semver", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.9.0", - deps = [ - "@bindeps__semver-parser-0.7.0//:semver_parser", - ], -) diff --git a/vendor/bindeps/BUILD.semver-1.0.27.bazel b/vendor/bindeps/BUILD.semver-1.0.27.bazel deleted file mode 100644 index d89aff275..000000000 --- a/vendor/bindeps/BUILD.semver-1.0.27.bazel +++ /dev/null @@ -1,73 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "semver", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - aliases = { - "@bindeps__serde_core-1.0.225//:serde_core": "serde", - }, - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "serde", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=semver", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.27", - deps = [ - "@bindeps__serde_core-1.0.225//:serde_core", - ], -) diff --git a/vendor/bindeps/BUILD.semver-parser-0.7.0.bazel b/vendor/bindeps/BUILD.semver-parser-0.7.0.bazel deleted file mode 100644 index 43701aa98..000000000 --- a/vendor/bindeps/BUILD.semver-parser-0.7.0.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "semver_parser", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=semver-parser", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.7.0", -) diff --git a/vendor/bindeps/BUILD.serde-1.0.225.bazel b/vendor/bindeps/BUILD.serde-1.0.225.bazel deleted file mode 100644 index 42a2ef108..000000000 --- a/vendor/bindeps/BUILD.serde-1.0.225.bazel +++ /dev/null @@ -1,147 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "serde", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "default", - "derive", - "rc", - "serde_derive", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__serde_derive-1.0.225//:serde_derive", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=serde", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.225", - deps = [ - "@bindeps__serde-1.0.225//:build_script_build", - "@bindeps__serde_core-1.0.225//:serde_core", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "default", - "derive", - "rc", - "serde_derive", - "std", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "serde", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=serde", - "manual", - "noclippy", - "norustfmt", - ], - version = "1.0.225", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.serde-untagged-0.1.9.bazel b/vendor/bindeps/BUILD.serde-untagged-0.1.9.bazel deleted file mode 100644 index 158dd7a00..000000000 --- a/vendor/bindeps/BUILD.serde-untagged-0.1.9.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "serde_untagged", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=serde-untagged", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.9", - deps = [ - "@bindeps__erased-serde-0.4.8//:erased_serde", - "@bindeps__serde_core-1.0.225//:serde_core", - "@bindeps__typeid-1.0.3//:typeid", - ], -) diff --git a/vendor/bindeps/BUILD.serde-value-0.7.0.bazel b/vendor/bindeps/BUILD.serde-value-0.7.0.bazel deleted file mode 100644 index 82fc4cbd9..000000000 --- a/vendor/bindeps/BUILD.serde-value-0.7.0.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "serde_value", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=serde-value", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.7.0", - deps = [ - "@bindeps__ordered-float-2.10.1//:ordered_float", - "@bindeps__serde-1.0.225//:serde", - ], -) diff --git a/vendor/bindeps/BUILD.serde_core-1.0.225.bazel b/vendor/bindeps/BUILD.serde_core-1.0.225.bazel deleted file mode 100644 index ff0eeb191..000000000 --- a/vendor/bindeps/BUILD.serde_core-1.0.225.bazel +++ /dev/null @@ -1,141 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "serde_core", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "default", - "rc", - "result", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=serde_core", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.225", - deps = [ - "@bindeps__serde_core-1.0.225//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "default", - "rc", - "result", - "std", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "serde_core", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=serde_core", - "manual", - "noclippy", - "norustfmt", - ], - version = "1.0.225", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.serde_derive-1.0.225.bazel b/vendor/bindeps/BUILD.serde_derive-1.0.225.bazel deleted file mode 100644 index 74d7ecff5..000000000 --- a/vendor/bindeps/BUILD.serde_derive-1.0.225.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "serde_derive", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=serde_derive", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.225", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.serde_json-1.0.145.bazel b/vendor/bindeps/BUILD.serde_json-1.0.145.bazel deleted file mode 100644 index 1b0fe639e..000000000 --- a/vendor/bindeps/BUILD.serde_json-1.0.145.bazel +++ /dev/null @@ -1,148 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "serde_json", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "default", - "indexmap", - "preserve_order", - "std", - "unbounded_depth", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=serde_json", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.145", - deps = [ - "@bindeps__indexmap-2.11.3//:indexmap", - "@bindeps__itoa-1.0.15//:itoa", - "@bindeps__memchr-2.7.5//:memchr", - "@bindeps__ryu-1.0.20//:ryu", - "@bindeps__serde_core-1.0.225//:serde_core", - "@bindeps__serde_json-1.0.145//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "default", - "indexmap", - "preserve_order", - "std", - "unbounded_depth", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "serde_json", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=serde_json", - "manual", - "noclippy", - "norustfmt", - ], - version = "1.0.145", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.serde_plain-1.0.2.bazel b/vendor/bindeps/BUILD.serde_plain-1.0.2.bazel deleted file mode 100644 index 794e73edc..000000000 --- a/vendor/bindeps/BUILD.serde_plain-1.0.2.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "serde_plain", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=serde_plain", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.2", - deps = [ - "@bindeps__serde-1.0.225//:serde", - ], -) diff --git a/vendor/bindeps/BUILD.serde_regex-1.1.0.bazel b/vendor/bindeps/BUILD.serde_regex-1.1.0.bazel deleted file mode 100644 index 707937d18..000000000 --- a/vendor/bindeps/BUILD.serde_regex-1.1.0.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "serde_regex", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=serde_regex", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.1.0", - deps = [ - "@bindeps__regex-1.11.2//:regex", - "@bindeps__serde-1.0.225//:serde", - ], -) diff --git a/vendor/bindeps/BUILD.serde_repr-0.1.20.bazel b/vendor/bindeps/BUILD.serde_repr-0.1.20.bazel deleted file mode 100644 index 17a857ba5..000000000 --- a/vendor/bindeps/BUILD.serde_repr-0.1.20.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "serde_repr", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=serde_repr", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.20", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.serde_spanned-0.6.9.bazel b/vendor/bindeps/BUILD.serde_spanned-0.6.9.bazel deleted file mode 100644 index bd05d0499..000000000 --- a/vendor/bindeps/BUILD.serde_spanned-0.6.9.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "serde_spanned", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "serde", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=serde_spanned", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.6.9", - deps = [ - "@bindeps__serde-1.0.225//:serde", - ], -) diff --git a/vendor/bindeps/BUILD.serde_spanned-1.0.2.bazel b/vendor/bindeps/BUILD.serde_spanned-1.0.2.bazel deleted file mode 100644 index 24d693ad3..000000000 --- a/vendor/bindeps/BUILD.serde_spanned-1.0.2.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "serde_spanned", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "serde", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=serde_spanned", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.2", - deps = [ - "@bindeps__serde_core-1.0.225//:serde_core", - ], -) diff --git a/vendor/bindeps/BUILD.serde_urlencoded-0.7.1.bazel b/vendor/bindeps/BUILD.serde_urlencoded-0.7.1.bazel deleted file mode 100644 index e8a150d30..000000000 --- a/vendor/bindeps/BUILD.serde_urlencoded-0.7.1.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "serde_urlencoded", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=serde_urlencoded", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.7.1", - deps = [ - "@bindeps__form_urlencoded-1.2.2//:form_urlencoded", - "@bindeps__itoa-1.0.15//:itoa", - "@bindeps__ryu-1.0.20//:ryu", - "@bindeps__serde-1.0.225//:serde", - ], -) diff --git a/vendor/bindeps/BUILD.serde_with-3.14.0.bazel b/vendor/bindeps/BUILD.serde_with-3.14.0.bazel deleted file mode 100644 index 173e59494..000000000 --- a/vendor/bindeps/BUILD.serde_with-3.14.0.bazel +++ /dev/null @@ -1,77 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "serde_with", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "default", - "json", - "macros", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__serde_derive-1.0.225//:serde_derive", - "@bindeps__serde_with_macros-3.14.0//:serde_with_macros", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=serde_with", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "3.14.0", - deps = [ - "@bindeps__serde-1.0.225//:serde", - "@bindeps__serde_json-1.0.145//:serde_json", - ], -) diff --git a/vendor/bindeps/BUILD.serde_with_macros-3.14.0.bazel b/vendor/bindeps/BUILD.serde_with_macros-3.14.0.bazel deleted file mode 100644 index 28e14f59f..000000000 --- a/vendor/bindeps/BUILD.serde_with_macros-3.14.0.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "serde_with_macros", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=serde_with_macros", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "3.14.0", - deps = [ - "@bindeps__darling-0.20.11//:darling", - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.sha1-0.10.6.bazel b/vendor/bindeps/BUILD.sha1-0.10.6.bazel deleted file mode 100644 index 20bf5967c..000000000 --- a/vendor/bindeps/BUILD.sha1-0.10.6.bazel +++ /dev/null @@ -1,72 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "sha1", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "compress", - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=sha1", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.10.6", - deps = [ - "@bindeps__cfg-if-1.0.3//:cfg_if", - "@bindeps__cpufeatures-0.2.17//:cpufeatures", # cfg(any(target_arch = "aarch64", target_arch = "x86", target_arch = "x86_64")) - "@bindeps__digest-0.10.7//:digest", - ], -) diff --git a/vendor/bindeps/BUILD.sha1-checked-0.10.0.bazel b/vendor/bindeps/BUILD.sha1-checked-0.10.0.bazel deleted file mode 100644 index bf918a9d0..000000000 --- a/vendor/bindeps/BUILD.sha1-checked-0.10.0.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "sha1_checked", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=sha1-checked", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.10.0", - deps = [ - "@bindeps__digest-0.10.7//:digest", - "@bindeps__sha1-0.10.6//:sha1", - ], -) diff --git a/vendor/bindeps/BUILD.sha2-0.10.9.bazel b/vendor/bindeps/BUILD.sha2-0.10.9.bazel deleted file mode 100644 index d86a4d0c2..000000000 --- a/vendor/bindeps/BUILD.sha2-0.10.9.bazel +++ /dev/null @@ -1,71 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "sha2", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=sha2", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.10.9", - deps = [ - "@bindeps__cfg-if-1.0.3//:cfg_if", - "@bindeps__cpufeatures-0.2.17//:cpufeatures", # cfg(any(target_arch = "aarch64", target_arch = "x86_64", target_arch = "x86")) - "@bindeps__digest-0.10.7//:digest", - ], -) diff --git a/vendor/bindeps/BUILD.sha3-0.10.8.bazel b/vendor/bindeps/BUILD.sha3-0.10.8.bazel deleted file mode 100644 index 240dc89bd..000000000 --- a/vendor/bindeps/BUILD.sha3-0.10.8.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "sha3", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=sha3", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.10.8", - deps = [ - "@bindeps__digest-0.10.7//:digest", - "@bindeps__keccak-0.1.5//:keccak", - ], -) diff --git a/vendor/bindeps/BUILD.sharded-slab-0.1.7.bazel b/vendor/bindeps/BUILD.sharded-slab-0.1.7.bazel deleted file mode 100644 index d40a4a474..000000000 --- a/vendor/bindeps/BUILD.sharded-slab-0.1.7.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "sharded_slab", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=sharded-slab", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.7", - deps = [ - "@bindeps__lazy_static-1.5.0//:lazy_static", - ], -) diff --git a/vendor/bindeps/BUILD.shared-buffer-0.1.4.bazel b/vendor/bindeps/BUILD.shared-buffer-0.1.4.bazel deleted file mode 100644 index 0e08082b6..000000000 --- a/vendor/bindeps/BUILD.shared-buffer-0.1.4.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "shared_buffer", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=shared-buffer", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.4", - deps = [ - "@bindeps__bytes-1.10.1//:bytes", - "@bindeps__memmap2-0.6.2//:memmap2", - ], -) diff --git a/vendor/bindeps/BUILD.shell-words-1.1.0.bazel b/vendor/bindeps/BUILD.shell-words-1.1.0.bazel deleted file mode 100644 index cc961eed8..000000000 --- a/vendor/bindeps/BUILD.shell-words-1.1.0.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "shell_words", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=shell-words", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.1.0", -) diff --git a/vendor/bindeps/BUILD.shellexpand-3.1.1.bazel b/vendor/bindeps/BUILD.shellexpand-3.1.1.bazel deleted file mode 100644 index b420df4ed..000000000 --- a/vendor/bindeps/BUILD.shellexpand-3.1.1.bazel +++ /dev/null @@ -1,71 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "shellexpand", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "base-0", - "default", - "dirs", - "tilde", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=shellexpand", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "3.1.1", - deps = [ - "@bindeps__dirs-6.0.0//:dirs", - ], -) diff --git a/vendor/bindeps/BUILD.shlex-1.3.0.bazel b/vendor/bindeps/BUILD.shlex-1.3.0.bazel deleted file mode 100644 index 338edee7d..000000000 --- a/vendor/bindeps/BUILD.shlex-1.3.0.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "shlex", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=shlex", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.3.0", -) diff --git a/vendor/bindeps/BUILD.signal-hook-0.3.18.bazel b/vendor/bindeps/BUILD.signal-hook-0.3.18.bazel deleted file mode 100644 index ff39a1b27..000000000 --- a/vendor/bindeps/BUILD.signal-hook-0.3.18.bazel +++ /dev/null @@ -1,175 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "signal_hook", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "channel", - "default", - "iterator", - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "channel", - "default", - "iterator", - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "channel", - "default", - "iterator", - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "channel", - "default", - "iterator", - ], - "//conditions:default": [], - }), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=signal-hook", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.18", - deps = [ - "@bindeps__libc-0.2.175//:libc", - "@bindeps__signal-hook-0.3.18//:build_script_build", - "@bindeps__signal-hook-registry-1.4.6//:signal_hook_registry", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "channel", - "default", - "iterator", - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "channel", - "default", - "iterator", - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "channel", - "default", - "iterator", - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "channel", - "default", - "iterator", - ], - "//conditions:default": [], - }), - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2018", - pkg_name = "signal-hook", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=signal-hook", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.3.18", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.signal-hook-mio-0.2.4.bazel b/vendor/bindeps/BUILD.signal-hook-mio-0.2.4.bazel deleted file mode 100644 index 227e6a7a9..000000000 --- a/vendor/bindeps/BUILD.signal-hook-mio-0.2.4.bazel +++ /dev/null @@ -1,72 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "signal_hook_mio", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - aliases = { - "@bindeps__mio-0.8.11//:mio": "mio_0_8", - }, - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "mio-0_8", - "support-v0_8", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=signal-hook-mio", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.4", - deps = [ - "@bindeps__libc-0.2.175//:libc", - "@bindeps__mio-0.8.11//:mio", - "@bindeps__signal-hook-0.3.18//:signal_hook", - ], -) diff --git a/vendor/bindeps/BUILD.signal-hook-registry-1.4.6.bazel b/vendor/bindeps/BUILD.signal-hook-registry-1.4.6.bazel deleted file mode 100644 index c426980f0..000000000 --- a/vendor/bindeps/BUILD.signal-hook-registry-1.4.6.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "signal_hook_registry", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=signal-hook-registry", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.4.6", - deps = [ - "@bindeps__libc-0.2.175//:libc", - ], -) diff --git a/vendor/bindeps/BUILD.simd-adler32-0.3.7.bazel b/vendor/bindeps/BUILD.simd-adler32-0.3.7.bazel deleted file mode 100644 index 7f45ebaec..000000000 --- a/vendor/bindeps/BUILD.simd-adler32-0.3.7.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "simd_adler32", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=simd-adler32", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.7", -) diff --git a/vendor/bindeps/BUILD.simdutf8-0.1.5.bazel b/vendor/bindeps/BUILD.simdutf8-0.1.5.bazel deleted file mode 100644 index e75389e04..000000000 --- a/vendor/bindeps/BUILD.simdutf8-0.1.5.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "simdutf8", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=simdutf8", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.5", -) diff --git a/vendor/bindeps/BUILD.similar-2.7.0.bazel b/vendor/bindeps/BUILD.similar-2.7.0.bazel deleted file mode 100644 index 975699d9d..000000000 --- a/vendor/bindeps/BUILD.similar-2.7.0.bazel +++ /dev/null @@ -1,72 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "similar", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "inline", - "text", - "unicode", - "unicode-segmentation", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=similar", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.7.0", - deps = [ - "@bindeps__unicode-segmentation-1.12.0//:unicode_segmentation", - ], -) diff --git a/vendor/bindeps/BUILD.similar-asserts-1.7.0.bazel b/vendor/bindeps/BUILD.similar-asserts-1.7.0.bazel deleted file mode 100644 index 30f231539..000000000 --- a/vendor/bindeps/BUILD.similar-asserts-1.7.0.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "similar_asserts", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "unicode", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=similar-asserts", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.7.0", - deps = [ - "@bindeps__console-0.15.11//:console", - "@bindeps__similar-2.7.0//:similar", - ], -) diff --git a/vendor/bindeps/BUILD.simplelog-0.12.2.bazel b/vendor/bindeps/BUILD.simplelog-0.12.2.bazel deleted file mode 100644 index 9caaac86f..000000000 --- a/vendor/bindeps/BUILD.simplelog-0.12.2.bazel +++ /dev/null @@ -1,72 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "simplelog", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "local-offset", - "termcolor", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=simplelog", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.12.2", - deps = [ - "@bindeps__log-0.4.28//:log", - "@bindeps__termcolor-1.4.1//:termcolor", - "@bindeps__time-0.3.43//:time", - ], -) diff --git a/vendor/bindeps/BUILD.siphasher-1.0.1.bazel b/vendor/bindeps/BUILD.siphasher-1.0.1.bazel deleted file mode 100644 index 364913d34..000000000 --- a/vendor/bindeps/BUILD.siphasher-1.0.1.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "siphasher", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=siphasher", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.1", -) diff --git a/vendor/bindeps/BUILD.slab-0.4.11.bazel b/vendor/bindeps/BUILD.slab-0.4.11.bazel deleted file mode 100644 index ad7af3128..000000000 --- a/vendor/bindeps/BUILD.slab-0.4.11.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "slab", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=slab", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.4.11", -) diff --git a/vendor/bindeps/BUILD.slice-group-by-0.3.1.bazel b/vendor/bindeps/BUILD.slice-group-by-0.3.1.bazel deleted file mode 100644 index dbcd959c7..000000000 --- a/vendor/bindeps/BUILD.slice-group-by-0.3.1.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "slice_group_by", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=slice-group-by", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.1", -) diff --git a/vendor/bindeps/BUILD.slug-0.1.6.bazel b/vendor/bindeps/BUILD.slug-0.1.6.bazel deleted file mode 100644 index 23d0cb530..000000000 --- a/vendor/bindeps/BUILD.slug-0.1.6.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "slug", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=slug", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.6", - deps = [ - "@bindeps__deunicode-1.6.2//:deunicode", - ], -) diff --git a/vendor/bindeps/BUILD.smallvec-1.15.1.bazel b/vendor/bindeps/BUILD.smallvec-1.15.1.bazel deleted file mode 100644 index 4f29518cf..000000000 --- a/vendor/bindeps/BUILD.smallvec-1.15.1.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "smallvec", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "const_generics", - "const_new", - "union", - "write", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=smallvec", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.15.1", -) diff --git a/vendor/bindeps/BUILD.smol_str-0.3.2.bazel b/vendor/bindeps/BUILD.smol_str-0.3.2.bazel deleted file mode 100644 index 076c86f60..000000000 --- a/vendor/bindeps/BUILD.smol_str-0.3.2.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "smol_str", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "serde", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=smol_str", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.2", - deps = [ - "@bindeps__serde-1.0.225//:serde", - ], -) diff --git a/vendor/bindeps/BUILD.snafu-0.8.9.bazel b/vendor/bindeps/BUILD.snafu-0.8.9.bazel deleted file mode 100644 index 82bde4530..000000000 --- a/vendor/bindeps/BUILD.snafu-0.8.9.bazel +++ /dev/null @@ -1,72 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "snafu", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "default", - "rust_1_61", - "rust_1_65", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - proc_macro_deps = [ - "@bindeps__snafu-derive-0.8.9//:snafu_derive", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=snafu", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.8.9", -) diff --git a/vendor/bindeps/BUILD.snafu-derive-0.8.9.bazel b/vendor/bindeps/BUILD.snafu-derive-0.8.9.bazel deleted file mode 100644 index 70f7e9e93..000000000 --- a/vendor/bindeps/BUILD.snafu-derive-0.8.9.bazel +++ /dev/null @@ -1,71 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "snafu_derive", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "rust_1_61", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=snafu-derive", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.8.9", - deps = [ - "@bindeps__heck-0.5.0//:heck", - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.socket2-0.5.10.bazel b/vendor/bindeps/BUILD.socket2-0.5.10.bazel deleted file mode 100644 index ed7e7952e..000000000 --- a/vendor/bindeps/BUILD.socket2-0.5.10.bazel +++ /dev/null @@ -1,83 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "socket2", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=socket2", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.5.10", - deps = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.52.0//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.52.0//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.socket2-0.6.0.bazel b/vendor/bindeps/BUILD.socket2-0.6.0.bazel deleted file mode 100644 index 950d96ece..000000000 --- a/vendor/bindeps/BUILD.socket2-0.6.0.bazel +++ /dev/null @@ -1,86 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "socket2", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "all", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=socket2", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.6.0", - deps = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.59.0//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.59.0//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.socks-0.3.4.bazel b/vendor/bindeps/BUILD.socks-0.3.4.bazel deleted file mode 100644 index a79279c9f..000000000 --- a/vendor/bindeps/BUILD.socks-0.3.4.bazel +++ /dev/null @@ -1,85 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "socks", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=socks", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.4", - deps = [ - "@bindeps__byteorder-1.5.0//:byteorder", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__winapi-0.3.9//:winapi", # cfg(windows) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__winapi-0.3.9//:winapi", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.span-0.0.0.bazel b/vendor/bindeps/BUILD.span-0.0.0.bazel deleted file mode 100644 index 4f7a40695..000000000 --- a/vendor/bindeps/BUILD.span-0.0.0.bazel +++ /dev/null @@ -1,76 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "span", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "salsa", - ], - crate_root = "src/lib.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=span", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.0.0", - deps = [ - "@bindeps__hashbrown-0.14.5//:hashbrown", - "@bindeps__la-arena-0.3.1//:la_arena", - "@bindeps__rustc-hash-2.1.1//:rustc_hash", - "@bindeps__salsa-0.23.0//:salsa", - "@bindeps__stdx-0.0.0//:stdx", - "@bindeps__syntax-0.0.0//:syntax", - "@bindeps__text-size-1.1.1//:text_size", - "@bindeps__vfs-0.0.0//:vfs", - ], -) diff --git a/vendor/bindeps/BUILD.spdx-0.11.1.bazel b/vendor/bindeps/BUILD.spdx-0.11.1.bazel deleted file mode 100644 index e82f0499e..000000000 --- a/vendor/bindeps/BUILD.spdx-0.11.1.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "spdx", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=spdx", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.11.1", - deps = [ - "@bindeps__smallvec-1.15.1//:smallvec", - ], -) diff --git a/vendor/bindeps/BUILD.stable_deref_trait-1.2.0.bazel b/vendor/bindeps/BUILD.stable_deref_trait-1.2.0.bazel deleted file mode 100644 index 5e1136b07..000000000 --- a/vendor/bindeps/BUILD.stable_deref_trait-1.2.0.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "stable_deref_trait", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "std", - ], - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=stable_deref_trait", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.2.0", -) diff --git a/vendor/bindeps/BUILD.stacker-0.1.21.bazel b/vendor/bindeps/BUILD.stacker-0.1.21.bazel deleted file mode 100644 index 1f8dc6fdc..000000000 --- a/vendor/bindeps/BUILD.stacker-0.1.21.bazel +++ /dev/null @@ -1,141 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "stacker", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=stacker", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.21", - deps = [ - "@bindeps__cfg-if-1.0.3//:cfg_if", - "@bindeps__libc-0.2.175//:libc", - "@bindeps__psm-0.1.26//:psm", - "@bindeps__stacker-0.1.21//:build_script_build", - ] + select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.59.0//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.59.0//:windows_sys", # cfg(windows) - ], - "//conditions:default": [], - }), -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "stacker", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=stacker", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.1.21", - visibility = ["//visibility:private"], - deps = [ - "@bindeps__cc-1.2.37//:cc", - ], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.static_assertions-1.1.0.bazel b/vendor/bindeps/BUILD.static_assertions-1.1.0.bazel deleted file mode 100644 index 08cde14b0..000000000 --- a/vendor/bindeps/BUILD.static_assertions-1.1.0.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "static_assertions", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=static_assertions", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.1.0", -) diff --git a/vendor/bindeps/BUILD.stdx-0.0.0.bazel b/vendor/bindeps/BUILD.stdx-0.0.0.bazel deleted file mode 100644 index 7c0126c7f..000000000 --- a/vendor/bindeps/BUILD.stdx-0.0.0.bazel +++ /dev/null @@ -1,91 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "stdx", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=stdx", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.0.0", - deps = [ - "@bindeps__crossbeam-channel-0.5.15//:crossbeam_channel", - "@bindeps__crossbeam-utils-0.8.21//:crossbeam_utils", - "@bindeps__itertools-0.14.0//:itertools", - "@bindeps__jod-thread-1.0.0//:jod_thread", - "@bindeps__tracing-0.1.41//:tracing", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__miow-0.6.1//:miow", # cfg(windows) - "@bindeps__windows-sys-0.60.2//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__miow-0.6.1//:miow", # cfg(windows) - "@bindeps__windows-sys-0.60.2//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.string_cache-0.8.9.bazel b/vendor/bindeps/BUILD.string_cache-0.8.9.bazel deleted file mode 100644 index f6e37d0a7..000000000 --- a/vendor/bindeps/BUILD.string_cache-0.8.9.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "string_cache", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=string_cache", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.8.9", - deps = [ - "@bindeps__new_debug_unreachable-1.0.6//:debug_unreachable", - "@bindeps__parking_lot-0.12.4//:parking_lot", - "@bindeps__phf_shared-0.11.3//:phf_shared", - "@bindeps__precomputed-hash-0.1.1//:precomputed_hash", - ], -) diff --git a/vendor/bindeps/BUILD.strsim-0.11.1.bazel b/vendor/bindeps/BUILD.strsim-0.11.1.bazel deleted file mode 100644 index e5aa58777..000000000 --- a/vendor/bindeps/BUILD.strsim-0.11.1.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "strsim", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=strsim", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.11.1", -) diff --git a/vendor/bindeps/BUILD.strum-0.27.2.bazel b/vendor/bindeps/BUILD.strum-0.27.2.bazel deleted file mode 100644 index b6cb85443..000000000 --- a/vendor/bindeps/BUILD.strum-0.27.2.bazel +++ /dev/null @@ -1,71 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "strum", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "derive", - "std", - "strum_macros", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__strum_macros-0.27.2//:strum_macros", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=strum", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.27.2", -) diff --git a/vendor/bindeps/BUILD.strum_macros-0.27.2.bazel b/vendor/bindeps/BUILD.strum_macros-0.27.2.bazel deleted file mode 100644 index 7da78c660..000000000 --- a/vendor/bindeps/BUILD.strum_macros-0.27.2.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "strum_macros", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=strum_macros", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.27.2", - deps = [ - "@bindeps__heck-0.5.0//:heck", - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.subtle-2.6.1.bazel b/vendor/bindeps/BUILD.subtle-2.6.1.bazel deleted file mode 100644 index 464702cde..000000000 --- a/vendor/bindeps/BUILD.subtle-2.6.1.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "subtle", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=subtle", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.6.1", -) diff --git a/vendor/bindeps/BUILD.supports-color-3.0.2.bazel b/vendor/bindeps/BUILD.supports-color-3.0.2.bazel deleted file mode 100644 index 9377cd75c..000000000 --- a/vendor/bindeps/BUILD.supports-color-3.0.2.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "supports_color", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=supports-color", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "3.0.2", - deps = [ - "@bindeps__is_ci-1.2.0//:is_ci", - ], -) diff --git a/vendor/bindeps/BUILD.supports-hyperlinks-3.1.0.bazel b/vendor/bindeps/BUILD.supports-hyperlinks-3.1.0.bazel deleted file mode 100644 index b9ac58673..000000000 --- a/vendor/bindeps/BUILD.supports-hyperlinks-3.1.0.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "supports_hyperlinks", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=supports-hyperlinks", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "3.1.0", -) diff --git a/vendor/bindeps/BUILD.supports-unicode-3.0.0.bazel b/vendor/bindeps/BUILD.supports-unicode-3.0.0.bazel deleted file mode 100644 index 0f7e31344..000000000 --- a/vendor/bindeps/BUILD.supports-unicode-3.0.0.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "supports_unicode", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=supports-unicode", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "3.0.0", -) diff --git a/vendor/bindeps/BUILD.syn-1.0.109.bazel b/vendor/bindeps/BUILD.syn-1.0.109.bazel deleted file mode 100644 index 0c4769039..000000000 --- a/vendor/bindeps/BUILD.syn-1.0.109.bazel +++ /dev/null @@ -1,154 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "syn", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "clone-impls", - "default", - "derive", - "extra-traits", - "full", - "parsing", - "printing", - "proc-macro", - "quote", - "visit", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=syn", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.109", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-1.0.109//:build_script_build", - "@bindeps__unicode-ident-1.0.19//:unicode_ident", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "clone-impls", - "default", - "derive", - "extra-traits", - "full", - "parsing", - "printing", - "proc-macro", - "quote", - "visit", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2018", - pkg_name = "syn", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=syn", - "manual", - "noclippy", - "norustfmt", - ], - version = "1.0.109", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.syn-2.0.106.bazel b/vendor/bindeps/BUILD.syn-2.0.106.bazel deleted file mode 100644 index f4e83538c..000000000 --- a/vendor/bindeps/BUILD.syn-2.0.106.bazel +++ /dev/null @@ -1,80 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "syn", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "clone-impls", - "default", - "derive", - "extra-traits", - "fold", - "full", - "parsing", - "printing", - "proc-macro", - "visit", - "visit-mut", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=syn", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.0.106", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__unicode-ident-1.0.19//:unicode_ident", - ], -) diff --git a/vendor/bindeps/BUILD.sync_wrapper-1.0.2.bazel b/vendor/bindeps/BUILD.sync_wrapper-1.0.2.bazel deleted file mode 100644 index 156d2e769..000000000 --- a/vendor/bindeps/BUILD.sync_wrapper-1.0.2.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "sync_wrapper", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "futures", - "futures-core", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=sync_wrapper", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.2", - deps = [ - "@bindeps__futures-core-0.3.31//:futures_core", - ], -) diff --git a/vendor/bindeps/BUILD.synstructure-0.13.2.bazel b/vendor/bindeps/BUILD.synstructure-0.13.2.bazel deleted file mode 100644 index 66d6f3987..000000000 --- a/vendor/bindeps/BUILD.synstructure-0.13.2.bazel +++ /dev/null @@ -1,71 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "synstructure", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "proc-macro", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=synstructure", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.13.2", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.syntax-0.0.0.bazel b/vendor/bindeps/BUILD.syntax-0.0.0.bazel deleted file mode 100644 index 312acf29a..000000000 --- a/vendor/bindeps/BUILD.syntax-0.0.0.bazel +++ /dev/null @@ -1,74 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "syntax", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=syntax", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.0.0", - deps = [ - "@bindeps__either-1.15.0//:either", - "@bindeps__itertools-0.14.0//:itertools", - "@bindeps__parser-0.0.0//:parser", - "@bindeps__rowan-0.15.15//:rowan", - "@bindeps__rustc-hash-2.1.1//:rustc_hash", - "@bindeps__rustc-literal-escaper-0.0.4//:rustc_literal_escaper", - "@bindeps__smol_str-0.3.2//:smol_str", - "@bindeps__stdx-0.0.0//:stdx", - "@bindeps__tracing-0.1.41//:tracing", - "@bindeps__triomphe-0.1.14//:triomphe", - ], -) diff --git a/vendor/bindeps/BUILD.syntax-bridge-0.0.0.bazel b/vendor/bindeps/BUILD.syntax-bridge-0.0.0.bazel deleted file mode 100644 index cacc4cc58..000000000 --- a/vendor/bindeps/BUILD.syntax-bridge-0.0.0.bazel +++ /dev/null @@ -1,71 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "syntax_bridge", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=syntax-bridge", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.0.0", - deps = [ - "@bindeps__intern-0.0.0//:intern", - "@bindeps__parser-0.0.0//:parser", - "@bindeps__rustc-hash-2.1.1//:rustc_hash", - "@bindeps__span-0.0.0//:span", - "@bindeps__stdx-0.0.0//:stdx", - "@bindeps__syntax-0.0.0//:syntax", - "@bindeps__tt-0.0.0//:tt", - ], -) diff --git a/vendor/bindeps/BUILD.sysinfo-0.35.2.bazel b/vendor/bindeps/BUILD.sysinfo-0.35.2.bazel deleted file mode 100644 index 2ebb8062e..000000000 --- a/vendor/bindeps/BUILD.sysinfo-0.35.2.bazel +++ /dev/null @@ -1,90 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "sysinfo", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "objc2-core-foundation", - "objc2-io-kit", - "system", - "windows", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=sysinfo", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.35.2", - deps = [ - "@bindeps__libc-0.2.175//:libc", # cfg(not(any(target_os = "unknown", target_arch = "wasm32"))) - "@bindeps__memchr-2.7.5//:memchr", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__objc2-core-foundation-0.3.1//:objc2_core_foundation", # cfg(any(target_os = "macos", target_os = "ios")) - "@bindeps__objc2-io-kit-0.3.1//:objc2_io_kit", # cfg(any(target_os = "macos", target_os = "ios")) - ], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__ntapi-0.4.1//:ntapi", # cfg(windows) - "@bindeps__windows-0.61.3//:windows", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__objc2-core-foundation-0.3.1//:objc2_core_foundation", # cfg(any(target_os = "macos", target_os = "ios")) - "@bindeps__objc2-io-kit-0.3.1//:objc2_io_kit", # cfg(any(target_os = "macos", target_os = "ios")) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__ntapi-0.4.1//:ntapi", # cfg(windows) - "@bindeps__windows-0.61.3//:windows", # cfg(windows) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.system-configuration-0.6.1.bazel b/vendor/bindeps/BUILD.system-configuration-0.6.1.bazel deleted file mode 100644 index df0c76fa8..000000000 --- a/vendor/bindeps/BUILD.system-configuration-0.6.1.bazel +++ /dev/null @@ -1,63 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "system_configuration", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=system-configuration", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.6.1", - deps = [ - "@bindeps__bitflags-2.9.4//:bitflags", - "@bindeps__core-foundation-0.9.4//:core_foundation", - "@bindeps__system-configuration-sys-0.6.0//:system_configuration_sys", - ], -) diff --git a/vendor/bindeps/BUILD.system-configuration-sys-0.6.0.bazel b/vendor/bindeps/BUILD.system-configuration-sys-0.6.0.bazel deleted file mode 100644 index 4fea73cb5..000000000 --- a/vendor/bindeps/BUILD.system-configuration-sys-0.6.0.bazel +++ /dev/null @@ -1,125 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "system_configuration_sys", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=system-configuration-sys", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.6.0", - deps = [ - "@bindeps__core-foundation-sys-0.8.7//:core_foundation_sys", - "@bindeps__libc-0.2.175//:libc", - "@bindeps__system-configuration-sys-0.6.0//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "system-configuration-sys", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=system-configuration-sys", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.6.0", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.tame-index-0.23.0.bazel b/vendor/bindeps/BUILD.tame-index-0.23.0.bazel deleted file mode 100644 index 7738a1b0c..000000000 --- a/vendor/bindeps/BUILD.tame-index-0.23.0.bazel +++ /dev/null @@ -1,106 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "tame_index", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "__git", - "default", - "git", - "gix", - "gix-reqwest", - "local", - "sparse", - ], - crate_root = "src/lib.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=tame-index", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.23.0", - deps = [ - "@bindeps__bytes-1.10.1//:bytes", - "@bindeps__camino-1.2.0//:camino", - "@bindeps__crossbeam-channel-0.5.15//:crossbeam_channel", - "@bindeps__gix-0.73.0//:gix", - "@bindeps__home-0.5.11//:home", - "@bindeps__http-1.3.1//:http", - "@bindeps__memchr-2.7.5//:memchr", - "@bindeps__rayon-1.11.0//:rayon", - "@bindeps__reqwest-0.12.23//:reqwest", - "@bindeps__rustc-stable-hash-0.1.2//:rustc_stable_hash", - "@bindeps__semver-1.0.27//:semver", - "@bindeps__serde-1.0.225//:serde", - "@bindeps__serde_json-1.0.145//:serde_json", - "@bindeps__sha2-0.10.9//:sha2", - "@bindeps__smol_str-0.3.2//:smol_str", - "@bindeps__thiserror-2.0.16//:thiserror", - "@bindeps__tokio-1.47.1//:tokio", - "@bindeps__toml-span-0.5.2//:toml_span", - "@bindeps__twox-hash-2.1.2//:twox_hash", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.tap-1.0.1.bazel b/vendor/bindeps/BUILD.tap-1.0.1.bazel deleted file mode 100644 index 517d8e82a..000000000 --- a/vendor/bindeps/BUILD.tap-1.0.1.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "tap", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=tap", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.1", -) diff --git a/vendor/bindeps/BUILD.tar-0.4.44.bazel b/vendor/bindeps/BUILD.tar-0.4.44.bazel deleted file mode 100644 index 2a3fbc281..000000000 --- a/vendor/bindeps/BUILD.tar-0.4.44.bazel +++ /dev/null @@ -1,87 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "tar", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "xattr", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=tar", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.4.44", - deps = [ - "@bindeps__filetime-0.2.26//:filetime", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - "@bindeps__xattr-1.5.1//:xattr", # cfg(unix) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - "@bindeps__xattr-1.5.1//:xattr", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - "@bindeps__xattr-1.5.1//:xattr", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - "@bindeps__xattr-1.5.1//:xattr", # cfg(unix) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.target-2.1.0.bazel b/vendor/bindeps/BUILD.target-2.1.0.bazel deleted file mode 100644 index c9aefbbf7..000000000 --- a/vendor/bindeps/BUILD.target-2.1.0.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "target", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=target", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.1.0", -) diff --git a/vendor/bindeps/BUILD.target-lexicon-0.12.16.bazel b/vendor/bindeps/BUILD.target-lexicon-0.12.16.bazel deleted file mode 100644 index 244663efc..000000000 --- a/vendor/bindeps/BUILD.target-lexicon-0.12.16.bazel +++ /dev/null @@ -1,133 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "target_lexicon", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=target-lexicon", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.12.16", - deps = [ - "@bindeps__target-lexicon-0.12.16//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2018", - pkg_name = "target-lexicon", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=target-lexicon", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.12.16", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.target-lexicon-0.13.2.bazel b/vendor/bindeps/BUILD.target-lexicon-0.13.2.bazel deleted file mode 100644 index 2795dfc71..000000000 --- a/vendor/bindeps/BUILD.target-lexicon-0.13.2.bazel +++ /dev/null @@ -1,133 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "target_lexicon", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=target-lexicon", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.13.2", - deps = [ - "@bindeps__target-lexicon-0.13.2//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2018", - pkg_name = "target-lexicon", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=target-lexicon", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.13.2", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.temp-dir-0.1.16.bazel b/vendor/bindeps/BUILD.temp-dir-0.1.16.bazel deleted file mode 100644 index 562b2617d..000000000 --- a/vendor/bindeps/BUILD.temp-dir-0.1.16.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "temp_dir", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=temp-dir", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.16", -) diff --git a/vendor/bindeps/BUILD.tempfile-3.22.0.bazel b/vendor/bindeps/BUILD.tempfile-3.22.0.bazel deleted file mode 100644 index 64c0ec040..000000000 --- a/vendor/bindeps/BUILD.tempfile-3.22.0.bazel +++ /dev/null @@ -1,91 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "tempfile", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "getrandom", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=tempfile", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "3.22.0", - deps = [ - "@bindeps__fastrand-2.3.0//:fastrand", - "@bindeps__getrandom-0.3.3//:getrandom", # cfg(any(unix, windows, target_os = "wasi")) - "@bindeps__once_cell-1.21.3//:once_cell", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__rustix-1.1.2//:rustix", # cfg(any(unix, target_os = "wasi")) - ], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.61.0//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__rustix-1.1.2//:rustix", # cfg(any(unix, target_os = "wasi")) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__rustix-1.1.2//:rustix", # cfg(any(unix, target_os = "wasi")) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.61.0//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__rustix-1.1.2//:rustix", # cfg(any(unix, target_os = "wasi")) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.tenthash-1.1.0.bazel b/vendor/bindeps/BUILD.tenthash-1.1.0.bazel deleted file mode 100644 index e8c4b8196..000000000 --- a/vendor/bindeps/BUILD.tenthash-1.1.0.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "tenthash", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=tenthash", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.1.0", -) diff --git a/vendor/bindeps/BUILD.term-1.2.0.bazel b/vendor/bindeps/BUILD.term-1.2.0.bazel deleted file mode 100644 index 98c25cd33..000000000 --- a/vendor/bindeps/BUILD.term-1.2.0.bazel +++ /dev/null @@ -1,74 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "term", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=term", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.2.0", - deps = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.61.0//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.61.0//:windows_sys", # cfg(windows) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.termcolor-1.4.1.bazel b/vendor/bindeps/BUILD.termcolor-1.4.1.bazel deleted file mode 100644 index 96ebd24dd..000000000 --- a/vendor/bindeps/BUILD.termcolor-1.4.1.bazel +++ /dev/null @@ -1,71 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "termcolor", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=termcolor", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.4.1", - deps = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__winapi-util-0.1.11//:winapi_util", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__winapi-util-0.1.11//:winapi_util", # cfg(windows) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.terminal_size-0.4.3.bazel b/vendor/bindeps/BUILD.terminal_size-0.4.3.bazel deleted file mode 100644 index 019409243..000000000 --- a/vendor/bindeps/BUILD.terminal_size-0.4.3.bazel +++ /dev/null @@ -1,83 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "terminal_size", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=terminal_size", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.4.3", - deps = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__rustix-1.1.2//:rustix", # cfg(unix) - ], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.60.2//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__rustix-1.1.2//:rustix", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__rustix-1.1.2//:rustix", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.60.2//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__rustix-1.1.2//:rustix", # cfg(unix) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.text-size-1.1.1.bazel b/vendor/bindeps/BUILD.text-size-1.1.1.bazel deleted file mode 100644 index 5febbd885..000000000 --- a/vendor/bindeps/BUILD.text-size-1.1.1.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "text_size", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=text-size", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.1.1", -) diff --git a/vendor/bindeps/BUILD.textwrap-0.16.2.bazel b/vendor/bindeps/BUILD.textwrap-0.16.2.bazel deleted file mode 100644 index a32d6f185..000000000 --- a/vendor/bindeps/BUILD.textwrap-0.16.2.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "textwrap", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "unicode-linebreak", - "unicode-width", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=textwrap", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.16.2", - deps = [ - "@bindeps__unicode-linebreak-0.1.5//:unicode_linebreak", - "@bindeps__unicode-width-0.2.1//:unicode_width", - ], -) diff --git a/vendor/bindeps/BUILD.thin-vec-0.2.14.bazel b/vendor/bindeps/BUILD.thin-vec-0.2.14.bazel deleted file mode 100644 index 223627e4a..000000000 --- a/vendor/bindeps/BUILD.thin-vec-0.2.14.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "thin_vec", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=thin-vec", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.14", -) diff --git a/vendor/bindeps/BUILD.thiserror-1.0.69.bazel b/vendor/bindeps/BUILD.thiserror-1.0.69.bazel deleted file mode 100644 index 34b4da43b..000000000 --- a/vendor/bindeps/BUILD.thiserror-1.0.69.bazel +++ /dev/null @@ -1,130 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "thiserror", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__thiserror-impl-1.0.69//:thiserror_impl", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=thiserror", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.69", - deps = [ - "@bindeps__thiserror-1.0.69//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "thiserror", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=thiserror", - "manual", - "noclippy", - "norustfmt", - ], - version = "1.0.69", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.thiserror-2.0.16.bazel b/vendor/bindeps/BUILD.thiserror-2.0.16.bazel deleted file mode 100644 index 7b0b503fc..000000000 --- a/vendor/bindeps/BUILD.thiserror-2.0.16.bazel +++ /dev/null @@ -1,138 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "thiserror", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__thiserror-impl-2.0.16//:thiserror_impl", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=thiserror", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.0.16", - deps = [ - "@bindeps__thiserror-2.0.16//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "thiserror", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=thiserror", - "manual", - "noclippy", - "norustfmt", - ], - version = "2.0.16", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.thiserror-impl-1.0.69.bazel b/vendor/bindeps/BUILD.thiserror-impl-1.0.69.bazel deleted file mode 100644 index 935f5db15..000000000 --- a/vendor/bindeps/BUILD.thiserror-impl-1.0.69.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "thiserror_impl", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=thiserror-impl", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.69", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.thiserror-impl-2.0.16.bazel b/vendor/bindeps/BUILD.thiserror-impl-2.0.16.bazel deleted file mode 100644 index 5dba91a56..000000000 --- a/vendor/bindeps/BUILD.thiserror-impl-2.0.16.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "thiserror_impl", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=thiserror-impl", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.0.16", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.thread_local-1.1.9.bazel b/vendor/bindeps/BUILD.thread_local-1.1.9.bazel deleted file mode 100644 index 8c7e366e8..000000000 --- a/vendor/bindeps/BUILD.thread_local-1.1.9.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "thread_local", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=thread_local", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.1.9", - deps = [ - "@bindeps__cfg-if-1.0.3//:cfg_if", - ], -) diff --git a/vendor/bindeps/BUILD.time-0.3.43.bazel b/vendor/bindeps/BUILD.time-0.3.43.bazel deleted file mode 100644 index c85a0168d..000000000 --- a/vendor/bindeps/BUILD.time-0.3.43.bazel +++ /dev/null @@ -1,98 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "time", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "default", - "formatting", - "local-offset", - "macros", - "parsing", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__time-macros-0.2.24//:time_macros", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=time", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.43", - deps = [ - "@bindeps__deranged-0.5.3//:deranged", - "@bindeps__num-conv-0.1.0//:num_conv", - "@bindeps__powerfmt-0.2.0//:powerfmt", - "@bindeps__time-core-0.1.6//:time_core", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(target_family = "unix") - "@bindeps__num_threads-0.1.7//:num_threads", # cfg(target_family = "unix") - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(target_family = "unix") - "@bindeps__num_threads-0.1.7//:num_threads", # cfg(target_family = "unix") - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(target_family = "unix") - "@bindeps__num_threads-0.1.7//:num_threads", # cfg(target_family = "unix") - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(target_family = "unix") - "@bindeps__num_threads-0.1.7//:num_threads", # cfg(target_family = "unix") - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.time-core-0.1.6.bazel b/vendor/bindeps/BUILD.time-core-0.1.6.bazel deleted file mode 100644 index 093219895..000000000 --- a/vendor/bindeps/BUILD.time-core-0.1.6.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "time_core", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=time-core", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.6", -) diff --git a/vendor/bindeps/BUILD.time-macros-0.2.24.bazel b/vendor/bindeps/BUILD.time-macros-0.2.24.bazel deleted file mode 100644 index 9747cda89..000000000 --- a/vendor/bindeps/BUILD.time-macros-0.2.24.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "time_macros", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "formatting", - "parsing", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=time-macros", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.24", - deps = [ - "@bindeps__num-conv-0.1.0//:num_conv", - "@bindeps__time-core-0.1.6//:time_core", - ], -) diff --git a/vendor/bindeps/BUILD.tinystr-0.8.1.bazel b/vendor/bindeps/BUILD.tinystr-0.8.1.bazel deleted file mode 100644 index 72625046c..000000000 --- a/vendor/bindeps/BUILD.tinystr-0.8.1.bazel +++ /dev/null @@ -1,72 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "tinystr", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "zerovec", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__displaydoc-0.2.5//:displaydoc", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=tinystr", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.8.1", - deps = [ - "@bindeps__zerovec-0.11.4//:zerovec", - ], -) diff --git a/vendor/bindeps/BUILD.tinyvec-1.10.0.bazel b/vendor/bindeps/BUILD.tinyvec-1.10.0.bazel deleted file mode 100644 index 255e521de..000000000 --- a/vendor/bindeps/BUILD.tinyvec-1.10.0.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "tinyvec", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "default", - "tinyvec_macros", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=tinyvec", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.10.0", - deps = [ - "@bindeps__tinyvec_macros-0.1.1//:tinyvec_macros", - ], -) diff --git a/vendor/bindeps/BUILD.tinyvec_macros-0.1.1.bazel b/vendor/bindeps/BUILD.tinyvec_macros-0.1.1.bazel deleted file mode 100644 index bbacff2ae..000000000 --- a/vendor/bindeps/BUILD.tinyvec_macros-0.1.1.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "tinyvec_macros", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=tinyvec_macros", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.1", -) diff --git a/vendor/bindeps/BUILD.tokio-1.47.1.bazel b/vendor/bindeps/BUILD.tokio-1.47.1.bazel deleted file mode 100644 index 4ce7bf508..000000000 --- a/vendor/bindeps/BUILD.tokio-1.47.1.bazel +++ /dev/null @@ -1,117 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "tokio", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "bytes", - "default", - "fs", - "io-std", - "io-util", - "libc", - "macros", - "mio", - "net", - "parking_lot", - "rt", - "rt-multi-thread", - "signal", - "signal-hook-registry", - "socket2", - "sync", - "time", - "tokio-macros", - "windows-sys", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__tokio-macros-2.5.0//:tokio_macros", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=tokio", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.47.1", - deps = [ - "@bindeps__bytes-1.10.1//:bytes", - "@bindeps__mio-1.0.4//:mio", - "@bindeps__parking_lot-0.12.4//:parking_lot", - "@bindeps__pin-project-lite-0.2.16//:pin_project_lite", - "@bindeps__socket2-0.6.0//:socket2", # cfg(not(target_family = "wasm")) - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - "@bindeps__signal-hook-registry-1.4.6//:signal_hook_registry", # cfg(unix) - ], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.59.0//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - "@bindeps__signal-hook-registry-1.4.6//:signal_hook_registry", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - "@bindeps__signal-hook-registry-1.4.6//:signal_hook_registry", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.59.0//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__libc-0.2.175//:libc", # cfg(unix) - "@bindeps__signal-hook-registry-1.4.6//:signal_hook_registry", # cfg(unix) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.tokio-macros-2.5.0.bazel b/vendor/bindeps/BUILD.tokio-macros-2.5.0.bazel deleted file mode 100644 index 3d07efc40..000000000 --- a/vendor/bindeps/BUILD.tokio-macros-2.5.0.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "tokio_macros", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=tokio-macros", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.5.0", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.tokio-rustls-0.26.2.bazel b/vendor/bindeps/BUILD.tokio-rustls-0.26.2.bazel deleted file mode 100644 index 4dc0c06c3..000000000 --- a/vendor/bindeps/BUILD.tokio-rustls-0.26.2.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "tokio_rustls", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "ring", - "tls12", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=tokio-rustls", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.26.2", - deps = [ - "@bindeps__rustls-0.23.31//:rustls", - "@bindeps__tokio-1.47.1//:tokio", - ], -) diff --git a/vendor/bindeps/BUILD.tokio-util-0.7.16.bazel b/vendor/bindeps/BUILD.tokio-util-0.7.16.bazel deleted file mode 100644 index dab17d7d8..000000000 --- a/vendor/bindeps/BUILD.tokio-util-0.7.16.bazel +++ /dev/null @@ -1,74 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "tokio_util", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "codec", - "default", - "io", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=tokio-util", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.7.16", - deps = [ - "@bindeps__bytes-1.10.1//:bytes", - "@bindeps__futures-core-0.3.31//:futures_core", - "@bindeps__futures-sink-0.3.31//:futures_sink", - "@bindeps__pin-project-lite-0.2.16//:pin_project_lite", - "@bindeps__tokio-1.47.1//:tokio", - ], -) diff --git a/vendor/bindeps/BUILD.toml-0.8.23.bazel b/vendor/bindeps/BUILD.toml-0.8.23.bazel deleted file mode 100644 index b199ef809..000000000 --- a/vendor/bindeps/BUILD.toml-0.8.23.bazel +++ /dev/null @@ -1,73 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "toml", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "display", - "parse", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=toml", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.8.23", - deps = [ - "@bindeps__serde-1.0.225//:serde", - "@bindeps__serde_spanned-0.6.9//:serde_spanned", - "@bindeps__toml_datetime-0.6.11//:toml_datetime", - "@bindeps__toml_edit-0.22.27//:toml_edit", - ], -) diff --git a/vendor/bindeps/BUILD.toml-0.9.7.bazel b/vendor/bindeps/BUILD.toml-0.9.7.bazel deleted file mode 100644 index a10aca080..000000000 --- a/vendor/bindeps/BUILD.toml-0.9.7.bazel +++ /dev/null @@ -1,73 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "toml", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "parse", - "serde", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=toml", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.9.7", - deps = [ - "@bindeps__serde_core-1.0.225//:serde_core", - "@bindeps__serde_spanned-1.0.2//:serde_spanned", - "@bindeps__toml_datetime-0.7.2//:toml_datetime", - "@bindeps__toml_parser-1.0.3//:toml_parser", - "@bindeps__winnow-0.7.13//:winnow", - ], -) diff --git a/vendor/bindeps/BUILD.toml-span-0.5.2.bazel b/vendor/bindeps/BUILD.toml-span-0.5.2.bazel deleted file mode 100644 index 4440ff03c..000000000 --- a/vendor/bindeps/BUILD.toml-span-0.5.2.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "toml_span", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "reporting", - ], - crate_root = "src/lib.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=toml-span", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.5.2", - deps = [ - "@bindeps__codespan-reporting-0.12.0//:codespan_reporting", - "@bindeps__smallvec-1.15.1//:smallvec", - ], -) diff --git a/vendor/bindeps/BUILD.toml_datetime-0.6.11.bazel b/vendor/bindeps/BUILD.toml_datetime-0.6.11.bazel deleted file mode 100644 index f632f64a8..000000000 --- a/vendor/bindeps/BUILD.toml_datetime-0.6.11.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "toml_datetime", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "serde", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=toml_datetime", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.6.11", - deps = [ - "@bindeps__serde-1.0.225//:serde", - ], -) diff --git a/vendor/bindeps/BUILD.toml_datetime-0.7.2.bazel b/vendor/bindeps/BUILD.toml_datetime-0.7.2.bazel deleted file mode 100644 index aaca819cd..000000000 --- a/vendor/bindeps/BUILD.toml_datetime-0.7.2.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "toml_datetime", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "serde", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=toml_datetime", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.7.2", - deps = [ - "@bindeps__serde_core-1.0.225//:serde_core", - ], -) diff --git a/vendor/bindeps/BUILD.toml_edit-0.22.27.bazel b/vendor/bindeps/BUILD.toml_edit-0.22.27.bazel deleted file mode 100644 index 0c6c7b9a6..000000000 --- a/vendor/bindeps/BUILD.toml_edit-0.22.27.bazel +++ /dev/null @@ -1,75 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "toml_edit", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "display", - "parse", - "serde", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=toml_edit", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.22.27", - deps = [ - "@bindeps__indexmap-2.11.3//:indexmap", - "@bindeps__serde-1.0.225//:serde", - "@bindeps__serde_spanned-0.6.9//:serde_spanned", - "@bindeps__toml_datetime-0.6.11//:toml_datetime", - "@bindeps__toml_write-0.1.2//:toml_write", - "@bindeps__winnow-0.7.13//:winnow", - ], -) diff --git a/vendor/bindeps/BUILD.toml_parser-1.0.3.bazel b/vendor/bindeps/BUILD.toml_parser-1.0.3.bazel deleted file mode 100644 index 7005fa73c..000000000 --- a/vendor/bindeps/BUILD.toml_parser-1.0.3.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "toml_parser", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=toml_parser", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.3", - deps = [ - "@bindeps__winnow-0.7.13//:winnow", - ], -) diff --git a/vendor/bindeps/BUILD.toml_write-0.1.2.bazel b/vendor/bindeps/BUILD.toml_write-0.1.2.bazel deleted file mode 100644 index 077f74420..000000000 --- a/vendor/bindeps/BUILD.toml_write-0.1.2.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "toml_write", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=toml_write", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.2", -) diff --git a/vendor/bindeps/BUILD.toolchain-0.0.0.bazel b/vendor/bindeps/BUILD.toolchain-0.0.0.bazel deleted file mode 100644 index 0ced91c83..000000000 --- a/vendor/bindeps/BUILD.toolchain-0.0.0.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "toolchain", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=toolchain", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.0.0", - deps = [ - "@bindeps__camino-1.2.0//:camino", - "@bindeps__home-0.5.11//:home", - ], -) diff --git a/vendor/bindeps/BUILD.tower-0.4.13.bazel b/vendor/bindeps/BUILD.tower-0.4.13.bazel deleted file mode 100644 index 3ba0bc904..000000000 --- a/vendor/bindeps/BUILD.tower-0.4.13.bazel +++ /dev/null @@ -1,78 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "tower", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "__common", - "futures-core", - "futures-util", - "pin-project", - "pin-project-lite", - "util", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=tower", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.4.13", - deps = [ - "@bindeps__futures-core-0.3.31//:futures_core", - "@bindeps__futures-util-0.3.31//:futures_util", - "@bindeps__pin-project-1.1.10//:pin_project", - "@bindeps__pin-project-lite-0.2.16//:pin_project_lite", - "@bindeps__tower-layer-0.3.3//:tower_layer", - "@bindeps__tower-service-0.3.3//:tower_service", - ], -) diff --git a/vendor/bindeps/BUILD.tower-0.5.2.bazel b/vendor/bindeps/BUILD.tower-0.5.2.bazel deleted file mode 100644 index 6b35521bb..000000000 --- a/vendor/bindeps/BUILD.tower-0.5.2.bazel +++ /dev/null @@ -1,82 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "tower", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "__common", - "futures-core", - "futures-util", - "pin-project-lite", - "retry", - "sync_wrapper", - "timeout", - "tokio", - "util", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=tower", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.5.2", - deps = [ - "@bindeps__futures-core-0.3.31//:futures_core", - "@bindeps__futures-util-0.3.31//:futures_util", - "@bindeps__pin-project-lite-0.2.16//:pin_project_lite", - "@bindeps__sync_wrapper-1.0.2//:sync_wrapper", - "@bindeps__tokio-1.47.1//:tokio", - "@bindeps__tower-layer-0.3.3//:tower_layer", - "@bindeps__tower-service-0.3.3//:tower_service", - ], -) diff --git a/vendor/bindeps/BUILD.tower-http-0.6.6.bazel b/vendor/bindeps/BUILD.tower-http-0.6.6.bazel deleted file mode 100644 index 8c1adbfc0..000000000 --- a/vendor/bindeps/BUILD.tower-http-0.6.6.bazel +++ /dev/null @@ -1,80 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "tower_http", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "follow-redirect", - "futures-util", - "iri-string", - "tower", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=tower-http", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.6.6", - deps = [ - "@bindeps__bitflags-2.9.4//:bitflags", - "@bindeps__bytes-1.10.1//:bytes", - "@bindeps__futures-util-0.3.31//:futures_util", - "@bindeps__http-1.3.1//:http", - "@bindeps__http-body-1.0.1//:http_body", - "@bindeps__iri-string-0.7.8//:iri_string", - "@bindeps__pin-project-lite-0.2.16//:pin_project_lite", - "@bindeps__tower-0.5.2//:tower", - "@bindeps__tower-layer-0.3.3//:tower_layer", - "@bindeps__tower-service-0.3.3//:tower_service", - ], -) diff --git a/vendor/bindeps/BUILD.tower-layer-0.3.3.bazel b/vendor/bindeps/BUILD.tower-layer-0.3.3.bazel deleted file mode 100644 index b5ebb284f..000000000 --- a/vendor/bindeps/BUILD.tower-layer-0.3.3.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "tower_layer", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=tower-layer", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.3", -) diff --git a/vendor/bindeps/BUILD.tower-lsp-0.20.0.bazel b/vendor/bindeps/BUILD.tower-lsp-0.20.0.bazel deleted file mode 100644 index 7475bcbf2..000000000 --- a/vendor/bindeps/BUILD.tower-lsp-0.20.0.bazel +++ /dev/null @@ -1,87 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "tower_lsp", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "runtime-tokio", - "tokio", - "tokio-util", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__async-trait-0.1.89//:async_trait", - "@bindeps__auto_impl-1.3.0//:auto_impl", - "@bindeps__tower-lsp-macros-0.9.0//:tower_lsp_macros", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=tower-lsp", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.20.0", - deps = [ - "@bindeps__bytes-1.10.1//:bytes", - "@bindeps__dashmap-5.5.3//:dashmap", - "@bindeps__futures-0.3.31//:futures", - "@bindeps__httparse-1.10.1//:httparse", - "@bindeps__lsp-types-0.94.1//:lsp_types", - "@bindeps__memchr-2.7.5//:memchr", - "@bindeps__serde-1.0.225//:serde", - "@bindeps__serde_json-1.0.145//:serde_json", - "@bindeps__tokio-1.47.1//:tokio", - "@bindeps__tokio-util-0.7.16//:tokio_util", - "@bindeps__tower-0.4.13//:tower", - "@bindeps__tracing-0.1.41//:tracing", - ], -) diff --git a/vendor/bindeps/BUILD.tower-lsp-macros-0.9.0.bazel b/vendor/bindeps/BUILD.tower-lsp-macros-0.9.0.bazel deleted file mode 100644 index 7256775c1..000000000 --- a/vendor/bindeps/BUILD.tower-lsp-macros-0.9.0.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "tower_lsp_macros", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=tower-lsp-macros", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.9.0", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.tower-service-0.3.3.bazel b/vendor/bindeps/BUILD.tower-service-0.3.3.bazel deleted file mode 100644 index acd04ff62..000000000 --- a/vendor/bindeps/BUILD.tower-service-0.3.3.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "tower_service", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=tower-service", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.3", -) diff --git a/vendor/bindeps/BUILD.tracing-0.1.41.bazel b/vendor/bindeps/BUILD.tracing-0.1.41.bazel deleted file mode 100644 index 9f614c44d..000000000 --- a/vendor/bindeps/BUILD.tracing-0.1.41.bazel +++ /dev/null @@ -1,77 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "tracing", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "attributes", - "default", - "log", - "std", - "tracing-attributes", - ], - crate_root = "src/lib.rs", - edition = "2018", - proc_macro_deps = [ - "@bindeps__tracing-attributes-0.1.30//:tracing_attributes", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=tracing", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.41", - deps = [ - "@bindeps__log-0.4.28//:log", - "@bindeps__pin-project-lite-0.2.16//:pin_project_lite", - "@bindeps__tracing-core-0.1.34//:tracing_core", - ], -) diff --git a/vendor/bindeps/BUILD.tracing-attributes-0.1.30.bazel b/vendor/bindeps/BUILD.tracing-attributes-0.1.30.bazel deleted file mode 100644 index 9ff547783..000000000 --- a/vendor/bindeps/BUILD.tracing-attributes-0.1.30.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "tracing_attributes", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=tracing-attributes", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.30", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.tracing-core-0.1.34.bazel b/vendor/bindeps/BUILD.tracing-core-0.1.34.bazel deleted file mode 100644 index be12e58e4..000000000 --- a/vendor/bindeps/BUILD.tracing-core-0.1.34.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "tracing_core", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "once_cell", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=tracing-core", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.34", - deps = [ - "@bindeps__once_cell-1.21.3//:once_cell", - ], -) diff --git a/vendor/bindeps/BUILD.tracing-log-0.2.0.bazel b/vendor/bindeps/BUILD.tracing-log-0.2.0.bazel deleted file mode 100644 index 724b84733..000000000 --- a/vendor/bindeps/BUILD.tracing-log-0.2.0.bazel +++ /dev/null @@ -1,71 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "tracing_log", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "log-tracer", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=tracing-log", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.0", - deps = [ - "@bindeps__log-0.4.28//:log", - "@bindeps__once_cell-1.21.3//:once_cell", - "@bindeps__tracing-core-0.1.34//:tracing_core", - ], -) diff --git a/vendor/bindeps/BUILD.tracing-subscriber-0.3.20.bazel b/vendor/bindeps/BUILD.tracing-subscriber-0.3.20.bazel deleted file mode 100644 index 0669ba0ec..000000000 --- a/vendor/bindeps/BUILD.tracing-subscriber-0.3.20.bazel +++ /dev/null @@ -1,94 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "tracing_subscriber", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "ansi", - "default", - "env-filter", - "fmt", - "local-time", - "matchers", - "nu-ansi-term", - "once_cell", - "registry", - "sharded-slab", - "smallvec", - "std", - "thread_local", - "time", - "tracing", - "tracing-log", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=tracing-subscriber", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.20", - deps = [ - "@bindeps__matchers-0.2.0//:matchers", - "@bindeps__nu-ansi-term-0.50.1//:nu_ansi_term", - "@bindeps__once_cell-1.21.3//:once_cell", - "@bindeps__regex-automata-0.4.10//:regex_automata", - "@bindeps__sharded-slab-0.1.7//:sharded_slab", - "@bindeps__smallvec-1.15.1//:smallvec", - "@bindeps__thread_local-1.1.9//:thread_local", - "@bindeps__time-0.3.43//:time", - "@bindeps__tracing-0.1.41//:tracing", - "@bindeps__tracing-core-0.1.34//:tracing_core", - "@bindeps__tracing-log-0.2.0//:tracing_log", - ], -) diff --git a/vendor/bindeps/BUILD.tracing-tree-0.4.0.bazel b/vendor/bindeps/BUILD.tracing-tree-0.4.0.bazel deleted file mode 100644 index db9e092fa..000000000 --- a/vendor/bindeps/BUILD.tracing-tree-0.4.0.bazel +++ /dev/null @@ -1,72 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "tracing_tree", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "tracing-log", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=tracing-tree", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.4.0", - deps = [ - "@bindeps__nu-ansi-term-0.50.1//:nu_ansi_term", - "@bindeps__tracing-core-0.1.34//:tracing_core", - "@bindeps__tracing-log-0.2.0//:tracing_log", - "@bindeps__tracing-subscriber-0.3.20//:tracing_subscriber", - ], -) diff --git a/vendor/bindeps/BUILD.triomphe-0.1.14.bazel b/vendor/bindeps/BUILD.triomphe-0.1.14.bazel deleted file mode 100644 index 425a1ce1f..000000000 --- a/vendor/bindeps/BUILD.triomphe-0.1.14.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "triomphe", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "std", - ], - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=triomphe", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.14", -) diff --git a/vendor/bindeps/BUILD.try-lock-0.2.5.bazel b/vendor/bindeps/BUILD.try-lock-0.2.5.bazel deleted file mode 100644 index edc6cef4c..000000000 --- a/vendor/bindeps/BUILD.try-lock-0.2.5.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "try_lock", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=try-lock", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.5", -) diff --git a/vendor/bindeps/BUILD.tt-0.0.0.bazel b/vendor/bindeps/BUILD.tt-0.0.0.bazel deleted file mode 100644 index fe9d279ea..000000000 --- a/vendor/bindeps/BUILD.tt-0.0.0.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "tt", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=tt", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.0.0", - deps = [ - "@bindeps__arrayvec-0.7.6//:arrayvec", - "@bindeps__intern-0.0.0//:intern", - "@bindeps__ra-ap-rustc_lexer-0.132.0//:ra_ap_rustc_lexer", - "@bindeps__stdx-0.0.0//:stdx", - "@bindeps__text-size-1.1.1//:text_size", - ], -) diff --git a/vendor/bindeps/BUILD.twox-hash-1.6.3.bazel b/vendor/bindeps/BUILD.twox-hash-1.6.3.bazel deleted file mode 100644 index 82d05b189..000000000 --- a/vendor/bindeps/BUILD.twox-hash-1.6.3.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "twox_hash", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=twox-hash", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.6.3", - deps = [ - "@bindeps__cfg-if-1.0.3//:cfg_if", - "@bindeps__static_assertions-1.1.0//:static_assertions", - ], -) diff --git a/vendor/bindeps/BUILD.twox-hash-2.1.2.bazel b/vendor/bindeps/BUILD.twox-hash-2.1.2.bazel deleted file mode 100644 index 75494d4b6..000000000 --- a/vendor/bindeps/BUILD.twox-hash-2.1.2.bazel +++ /dev/null @@ -1,75 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "twox_hash", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "default", - "random", - "std", - "xxhash32", - "xxhash3_128", - "xxhash3_64", - "xxhash64", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=twox-hash", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.1.2", - deps = [ - "@bindeps__rand-0.9.2//:rand", - ], -) diff --git a/vendor/bindeps/BUILD.typed-arena-2.0.2.bazel b/vendor/bindeps/BUILD.typed-arena-2.0.2.bazel deleted file mode 100644 index 9afa9423a..000000000 --- a/vendor/bindeps/BUILD.typed-arena-2.0.2.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "typed_arena", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=typed-arena", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.0.2", -) diff --git a/vendor/bindeps/BUILD.typeid-1.0.3.bazel b/vendor/bindeps/BUILD.typeid-1.0.3.bazel deleted file mode 100644 index 2ed56c28a..000000000 --- a/vendor/bindeps/BUILD.typeid-1.0.3.bazel +++ /dev/null @@ -1,127 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "typeid", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=typeid", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.3", - deps = [ - "@bindeps__typeid-1.0.3//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2018", - pkg_name = "typeid", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=typeid", - "manual", - "noclippy", - "norustfmt", - ], - version = "1.0.3", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.typenum-1.18.0.bazel b/vendor/bindeps/BUILD.typenum-1.18.0.bazel deleted file mode 100644 index 2dfa08a8a..000000000 --- a/vendor/bindeps/BUILD.typenum-1.18.0.bazel +++ /dev/null @@ -1,127 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "typenum", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=typenum", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.18.0", - deps = [ - "@bindeps__typenum-1.18.0//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2018", - pkg_name = "typenum", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=typenum", - "manual", - "noclippy", - "norustfmt", - ], - version = "1.18.0", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.ucd-trie-0.1.7.bazel b/vendor/bindeps/BUILD.ucd-trie-0.1.7.bazel deleted file mode 100644 index c89ac79c6..000000000 --- a/vendor/bindeps/BUILD.ucd-trie-0.1.7.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "ucd_trie", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ucd-trie", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.7", -) diff --git a/vendor/bindeps/BUILD.unicase-2.8.1.bazel b/vendor/bindeps/BUILD.unicase-2.8.1.bazel deleted file mode 100644 index 400e5e571..000000000 --- a/vendor/bindeps/BUILD.unicase-2.8.1.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "unicase", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=unicase", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.8.1", -) diff --git a/vendor/bindeps/BUILD.unicode-bom-2.0.3.bazel b/vendor/bindeps/BUILD.unicode-bom-2.0.3.bazel deleted file mode 100644 index 6e497bd30..000000000 --- a/vendor/bindeps/BUILD.unicode-bom-2.0.3.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "unicode_bom", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=unicode-bom", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.0.3", -) diff --git a/vendor/bindeps/BUILD.unicode-ident-1.0.19.bazel b/vendor/bindeps/BUILD.unicode-ident-1.0.19.bazel deleted file mode 100644 index 4a9b7d9bf..000000000 --- a/vendor/bindeps/BUILD.unicode-ident-1.0.19.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "unicode_ident", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=unicode-ident", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.19", -) diff --git a/vendor/bindeps/BUILD.unicode-linebreak-0.1.5.bazel b/vendor/bindeps/BUILD.unicode-linebreak-0.1.5.bazel deleted file mode 100644 index 18583f456..000000000 --- a/vendor/bindeps/BUILD.unicode-linebreak-0.1.5.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "unicode_linebreak", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=unicode-linebreak", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.5", -) diff --git a/vendor/bindeps/BUILD.unicode-normalization-0.1.24.bazel b/vendor/bindeps/BUILD.unicode-normalization-0.1.24.bazel deleted file mode 100644 index 1f7c088cd..000000000 --- a/vendor/bindeps/BUILD.unicode-normalization-0.1.24.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "unicode_normalization", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=unicode-normalization", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.24", - deps = [ - "@bindeps__tinyvec-1.10.0//:tinyvec", - ], -) diff --git a/vendor/bindeps/BUILD.unicode-properties-0.1.3.bazel b/vendor/bindeps/BUILD.unicode-properties-0.1.3.bazel deleted file mode 100644 index 057caacfd..000000000 --- a/vendor/bindeps/BUILD.unicode-properties-0.1.3.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "unicode_properties", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "emoji", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=unicode-properties", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.3", -) diff --git a/vendor/bindeps/BUILD.unicode-script-0.5.7.bazel b/vendor/bindeps/BUILD.unicode-script-0.5.7.bazel deleted file mode 100644 index 4e86b465f..000000000 --- a/vendor/bindeps/BUILD.unicode-script-0.5.7.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "unicode_script", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=unicode-script", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.5.7", -) diff --git a/vendor/bindeps/BUILD.unicode-security-0.1.2.bazel b/vendor/bindeps/BUILD.unicode-security-0.1.2.bazel deleted file mode 100644 index 3b9e2ade8..000000000 --- a/vendor/bindeps/BUILD.unicode-security-0.1.2.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "unicode_security", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=unicode-security", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.2", - deps = [ - "@bindeps__unicode-normalization-0.1.24//:unicode_normalization", - "@bindeps__unicode-script-0.5.7//:unicode_script", - ], -) diff --git a/vendor/bindeps/BUILD.unicode-segmentation-1.12.0.bazel b/vendor/bindeps/BUILD.unicode-segmentation-1.12.0.bazel deleted file mode 100644 index a5da9b248..000000000 --- a/vendor/bindeps/BUILD.unicode-segmentation-1.12.0.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "unicode_segmentation", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=unicode-segmentation", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.12.0", -) diff --git a/vendor/bindeps/BUILD.unicode-width-0.1.14.bazel b/vendor/bindeps/BUILD.unicode-width-0.1.14.bazel deleted file mode 100644 index 98c8248e0..000000000 --- a/vendor/bindeps/BUILD.unicode-width-0.1.14.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "unicode_width", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "cjk", - "default", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=unicode-width", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.14", -) diff --git a/vendor/bindeps/BUILD.unicode-width-0.2.1.bazel b/vendor/bindeps/BUILD.unicode-width-0.2.1.bazel deleted file mode 100644 index 50e3a3829..000000000 --- a/vendor/bindeps/BUILD.unicode-width-0.2.1.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "unicode_width", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "cjk", - "default", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=unicode-width", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.1", -) diff --git a/vendor/bindeps/BUILD.unicode-xid-0.2.6.bazel b/vendor/bindeps/BUILD.unicode-xid-0.2.6.bazel deleted file mode 100644 index fa22826db..000000000 --- a/vendor/bindeps/BUILD.unicode-xid-0.2.6.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "unicode_xid", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=unicode-xid", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.6", -) diff --git a/vendor/bindeps/BUILD.unicode_categories-0.1.1.bazel b/vendor/bindeps/BUILD.unicode_categories-0.1.1.bazel deleted file mode 100644 index 6b0381379..000000000 --- a/vendor/bindeps/BUILD.unicode_categories-0.1.1.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "unicode_categories", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=unicode_categories", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.1", -) diff --git a/vendor/bindeps/BUILD.untrusted-0.9.0.bazel b/vendor/bindeps/BUILD.untrusted-0.9.0.bazel deleted file mode 100644 index 6b069a7a9..000000000 --- a/vendor/bindeps/BUILD.untrusted-0.9.0.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "untrusted", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=untrusted", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.9.0", -) diff --git a/vendor/bindeps/BUILD.ureq-2.12.1.bazel b/vendor/bindeps/BUILD.ureq-2.12.1.bazel deleted file mode 100644 index a35adf3ad..000000000 --- a/vendor/bindeps/BUILD.ureq-2.12.1.bazel +++ /dev/null @@ -1,78 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "ureq", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "gzip", - "socks-proxy", - "tls", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ureq", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.12.1", - deps = [ - "@bindeps__base64-0.22.1//:base64", - "@bindeps__flate2-1.1.2//:flate2", - "@bindeps__log-0.4.28//:log", - "@bindeps__once_cell-1.21.3//:once_cell", - "@bindeps__rustls-0.23.31//:rustls", - "@bindeps__rustls-pki-types-1.12.0//:rustls_pki_types", - "@bindeps__socks-0.3.4//:socks", - "@bindeps__url-2.5.7//:url", - "@bindeps__webpki-roots-0.26.11//:webpki_roots", - ], -) diff --git a/vendor/bindeps/BUILD.url-2.5.7.bazel b/vendor/bindeps/BUILD.url-2.5.7.bazel deleted file mode 100644 index 3b23af14c..000000000 --- a/vendor/bindeps/BUILD.url-2.5.7.bazel +++ /dev/null @@ -1,73 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "url", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "serde", - "std", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=url", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.5.7", - deps = [ - "@bindeps__form_urlencoded-1.2.2//:form_urlencoded", - "@bindeps__idna-1.1.0//:idna", - "@bindeps__percent-encoding-2.3.2//:percent_encoding", - "@bindeps__serde-1.0.225//:serde", - ], -) diff --git a/vendor/bindeps/BUILD.utf8_iter-1.0.4.bazel b/vendor/bindeps/BUILD.utf8_iter-1.0.4.bazel deleted file mode 100644 index c0f2e4a7f..000000000 --- a/vendor/bindeps/BUILD.utf8_iter-1.0.4.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "utf8_iter", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=utf8_iter", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.4", -) diff --git a/vendor/bindeps/BUILD.utf8parse-0.2.2.bazel b/vendor/bindeps/BUILD.utf8parse-0.2.2.bazel deleted file mode 100644 index 1828c0376..000000000 --- a/vendor/bindeps/BUILD.utf8parse-0.2.2.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "utf8parse", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=utf8parse", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.2", -) diff --git a/vendor/bindeps/BUILD.uuid-1.18.1.bazel b/vendor/bindeps/BUILD.uuid-1.18.1.bazel deleted file mode 100644 index 68c2fe60d..000000000 --- a/vendor/bindeps/BUILD.uuid-1.18.1.bazel +++ /dev/null @@ -1,71 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "uuid", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "rng", - "std", - "v4", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=uuid", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.18.1", - deps = [ - "@bindeps__getrandom-0.3.3//:getrandom", # cfg(not(all(target_arch = "wasm32", any(target_os = "unknown", target_os = "none")))) - ], -) diff --git a/vendor/bindeps/BUILD.v_htmlescape-0.15.8.bazel b/vendor/bindeps/BUILD.v_htmlescape-0.15.8.bazel deleted file mode 100644 index c78e15d30..000000000 --- a/vendor/bindeps/BUILD.v_htmlescape-0.15.8.bazel +++ /dev/null @@ -1,127 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "v_htmlescape", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=v_htmlescape", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.15.8", - deps = [ - "@bindeps__v_htmlescape-0.15.8//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "v_htmlescape", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=v_htmlescape", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.15.8", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.vcpkg-0.2.15.bazel b/vendor/bindeps/BUILD.vcpkg-0.2.15.bazel deleted file mode 100644 index baf96f079..000000000 --- a/vendor/bindeps/BUILD.vcpkg-0.2.15.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "vcpkg", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=vcpkg", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.15", -) diff --git a/vendor/bindeps/BUILD.version_check-0.9.5.bazel b/vendor/bindeps/BUILD.version_check-0.9.5.bazel deleted file mode 100644 index 9ae983624..000000000 --- a/vendor/bindeps/BUILD.version_check-0.9.5.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "version_check", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=version_check", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.9.5", -) diff --git a/vendor/bindeps/BUILD.vfs-0.0.0.bazel b/vendor/bindeps/BUILD.vfs-0.0.0.bazel deleted file mode 100644 index 5653a7e58..000000000 --- a/vendor/bindeps/BUILD.vfs-0.0.0.bazel +++ /dev/null @@ -1,72 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "vfs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=vfs", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.0.0", - deps = [ - "@bindeps__crossbeam-channel-0.5.15//:crossbeam_channel", - "@bindeps__fst-0.4.7//:fst", - "@bindeps__indexmap-2.11.3//:indexmap", - "@bindeps__nohash-hasher-0.2.0//:nohash_hasher", - "@bindeps__paths-0.0.0//:paths", - "@bindeps__rustc-hash-2.1.1//:rustc_hash", - "@bindeps__stdx-0.0.0//:stdx", - "@bindeps__tracing-0.1.41//:tracing", - ], -) diff --git a/vendor/bindeps/BUILD.vfs-notify-0.0.0.bazel b/vendor/bindeps/BUILD.vfs-notify-0.0.0.bazel deleted file mode 100644 index 065cd79c7..000000000 --- a/vendor/bindeps/BUILD.vfs-notify-0.0.0.bazel +++ /dev/null @@ -1,73 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "vfs_notify", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2024", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=vfs-notify", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.0.0", - deps = [ - "@bindeps__crossbeam-channel-0.5.15//:crossbeam_channel", - "@bindeps__notify-8.2.0//:notify", - "@bindeps__paths-0.0.0//:paths", - "@bindeps__rayon-1.11.0//:rayon", - "@bindeps__rustc-hash-2.1.1//:rustc_hash", - "@bindeps__stdx-0.0.0//:stdx", - "@bindeps__tracing-0.1.41//:tracing", - "@bindeps__vfs-0.0.0//:vfs", - "@bindeps__walkdir-2.5.0//:walkdir", - ], -) diff --git a/vendor/bindeps/BUILD.vte-0.13.1.bazel b/vendor/bindeps/BUILD.vte-0.13.1.bazel deleted file mode 100644 index c8ae6dbdd..000000000 --- a/vendor/bindeps/BUILD.vte-0.13.1.bazel +++ /dev/null @@ -1,74 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "vte", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "arrayvec", - "default", - "no_std", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__vte_generate_state_changes-0.1.2//:vte_generate_state_changes", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=vte", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.13.1", - deps = [ - "@bindeps__arrayvec-0.7.6//:arrayvec", - "@bindeps__utf8parse-0.2.2//:utf8parse", - ], -) diff --git a/vendor/bindeps/BUILD.vte_generate_state_changes-0.1.2.bazel b/vendor/bindeps/BUILD.vte_generate_state_changes-0.1.2.bazel deleted file mode 100644 index f65297acc..000000000 --- a/vendor/bindeps/BUILD.vte_generate_state_changes-0.1.2.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "vte_generate_state_changes", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=vte_generate_state_changes", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.2", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - ], -) diff --git a/vendor/bindeps/BUILD.walkdir-2.5.0.bazel b/vendor/bindeps/BUILD.walkdir-2.5.0.bazel deleted file mode 100644 index 9e4a452d3..000000000 --- a/vendor/bindeps/BUILD.walkdir-2.5.0.bazel +++ /dev/null @@ -1,73 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "walkdir", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=walkdir", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.5.0", - deps = [ - "@bindeps__same-file-1.0.6//:same_file", - ] + select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__winapi-util-0.1.11//:winapi_util", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__winapi-util-0.1.11//:winapi_util", # cfg(windows) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.want-0.3.1.bazel b/vendor/bindeps/BUILD.want-0.3.1.bazel deleted file mode 100644 index f1dc41787..000000000 --- a/vendor/bindeps/BUILD.want-0.3.1.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "want", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=want", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.1", - deps = [ - "@bindeps__try-lock-0.2.5//:try_lock", - ], -) diff --git a/vendor/bindeps/BUILD.wasm-encoder-0.239.0.bazel b/vendor/bindeps/BUILD.wasm-encoder-0.239.0.bazel deleted file mode 100644 index 9468ee499..000000000 --- a/vendor/bindeps/BUILD.wasm-encoder-0.239.0.bazel +++ /dev/null @@ -1,136 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "wasm_encoder", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "component-model", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=wasm-encoder", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.239.0", - deps = [ - "@bindeps__leb128fmt-0.1.0//:leb128fmt", - "@bindeps__wasm-encoder-0.239.0//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "component-model", - "std", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "wasm-encoder", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=wasm-encoder", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.239.0", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.wasmer-6.1.0-rc.3.bazel b/vendor/bindeps/BUILD.wasmer-6.1.0-rc.3.bazel deleted file mode 100644 index 2fa87f036..000000000 --- a/vendor/bindeps/BUILD.wasmer-6.1.0-rc.3.bazel +++ /dev/null @@ -1,182 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "wasmer", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "compiler", - "cranelift", - "default", - "std", - "sys", - "sys-default", - "wasmer-compiler-cranelift", - "wasmparser", - "wat", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__paste-1.0.15//:paste", - "@bindeps__wasmer-derive-6.1.0-rc.3//:wasmer_derive", # cfg(not(target_arch = "wasm32")) - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=wasmer", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "6.1.0-rc.3", - deps = [ - "@bindeps__bytes-1.10.1//:bytes", - "@bindeps__cfg-if-1.0.3//:cfg_if", - "@bindeps__derive_more-2.0.1//:derive_more", - "@bindeps__indexmap-2.11.3//:indexmap", - "@bindeps__more-asserts-0.2.2//:more_asserts", - "@bindeps__rustc-demangle-0.1.26//:rustc_demangle", - "@bindeps__shared-buffer-0.1.4//:shared_buffer", - "@bindeps__target-lexicon-0.12.16//:target_lexicon", # cfg(not(target_arch = "wasm32")) - "@bindeps__thiserror-1.0.69//:thiserror", - "@bindeps__tracing-0.1.41//:tracing", - "@bindeps__wasmer-6.1.0-rc.3//:build_script_build", - "@bindeps__wasmer-compiler-6.1.0-rc.3//:wasmer_compiler", # cfg(not(target_arch = "wasm32")) - "@bindeps__wasmer-compiler-cranelift-6.1.0-rc.3//:wasmer_compiler_cranelift", # cfg(not(target_arch = "wasm32")) - "@bindeps__wasmer-types-6.1.0-rc.3//:wasmer_types", # cfg(not(target_arch = "wasm32")) - "@bindeps__wasmer-vm-6.1.0-rc.3//:wasmer_vm", # cfg(not(target_arch = "wasm32")) - "@bindeps__wasmparser-0.224.1//:wasmparser", # cfg(not(target_arch = "wasm32")) - "@bindeps__wat-1.239.0//:wat", - ] + select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.59.0//:windows_sys", # cfg(all(not(target_arch = "wasm32"), target_os = "windows")) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.59.0//:windows_sys", # cfg(all(not(target_arch = "wasm32"), target_os = "windows")) - ], - "//conditions:default": [], - }), -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "compiler", - "cranelift", - "default", - "std", - "sys", - "sys-default", - "wasmer-compiler-cranelift", - "wasmparser", - "wat", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "wasmer", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=wasmer", - "manual", - "noclippy", - "norustfmt", - ], - version = "6.1.0-rc.3", - visibility = ["//visibility:private"], - deps = [ - "@bindeps__bindgen-0.70.1//:bindgen", # cfg(not(target_env = "musl")) - "@bindeps__cmake-0.1.54//:cmake", - "@bindeps__tar-0.4.44//:tar", - ], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.wasmer-compiler-6.1.0-rc.3.bazel b/vendor/bindeps/BUILD.wasmer-compiler-6.1.0-rc.3.bazel deleted file mode 100644 index a727be019..000000000 --- a/vendor/bindeps/BUILD.wasmer-compiler-6.1.0-rc.3.bazel +++ /dev/null @@ -1,103 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "wasmer_compiler", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "compiler", - "default", - "std", - "translator", - "wasmparser", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=wasmer-compiler", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "6.1.0-rc.3", - deps = [ - "@bindeps__backtrace-0.3.75//:backtrace", - "@bindeps__bytes-1.10.1//:bytes", - "@bindeps__cfg-if-1.0.3//:cfg_if", - "@bindeps__enum-iterator-0.7.0//:enum_iterator", - "@bindeps__enumset-1.1.10//:enumset", - "@bindeps__leb128-0.2.5//:leb128", - "@bindeps__libc-0.2.175//:libc", - "@bindeps__memmap2-0.6.2//:memmap2", - "@bindeps__more-asserts-0.2.2//:more_asserts", - "@bindeps__object-0.32.2//:object", - "@bindeps__region-3.0.2//:region", # cfg(not(target_arch = "wasm32")) - "@bindeps__rkyv-0.8.11//:rkyv", - "@bindeps__self_cell-1.2.0//:self_cell", - "@bindeps__shared-buffer-0.1.4//:shared_buffer", - "@bindeps__smallvec-1.15.1//:smallvec", - "@bindeps__target-lexicon-0.12.16//:target_lexicon", - "@bindeps__thiserror-1.0.69//:thiserror", - "@bindeps__wasmer-types-6.1.0-rc.3//:wasmer_types", - "@bindeps__wasmer-vm-6.1.0-rc.3//:wasmer_vm", # cfg(not(target_arch = "wasm32")) - "@bindeps__wasmparser-0.224.1//:wasmparser", - "@bindeps__xxhash-rust-0.8.15//:xxhash_rust", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__macho-unwind-info-0.5.0//:macho_unwind_info", # cfg(all(target_os = "macos", target_arch = "aarch64")) - ], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.59.0//:windows_sys", # cfg(target_os = "windows") - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.59.0//:windows_sys", # cfg(target_os = "windows") - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.wasmer-compiler-cranelift-6.1.0-rc.3.bazel b/vendor/bindeps/BUILD.wasmer-compiler-cranelift-6.1.0-rc.3.bazel deleted file mode 100644 index 9cf7cd0b8..000000000 --- a/vendor/bindeps/BUILD.wasmer-compiler-cranelift-6.1.0-rc.3.bazel +++ /dev/null @@ -1,153 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "wasmer_compiler_cranelift", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "gimli", - "rayon", - "std", - "unwind", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=wasmer-compiler-cranelift", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "6.1.0-rc.3", - deps = [ - "@bindeps__cranelift-codegen-0.110.2//:cranelift_codegen", - "@bindeps__cranelift-entity-0.110.2//:cranelift_entity", - "@bindeps__cranelift-frontend-0.110.2//:cranelift_frontend", - "@bindeps__gimli-0.28.1//:gimli", - "@bindeps__itertools-0.12.1//:itertools", - "@bindeps__more-asserts-0.2.2//:more_asserts", - "@bindeps__rayon-1.11.0//:rayon", - "@bindeps__smallvec-1.15.1//:smallvec", - "@bindeps__target-lexicon-0.12.16//:target_lexicon", - "@bindeps__tracing-0.1.41//:tracing", - "@bindeps__wasmer-compiler-6.1.0-rc.3//:wasmer_compiler", - "@bindeps__wasmer-compiler-cranelift-6.1.0-rc.3//:build_script_build", - "@bindeps__wasmer-types-6.1.0-rc.3//:wasmer_types", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "gimli", - "rayon", - "std", - "unwind", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "wasmer-compiler-cranelift", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=wasmer-compiler-cranelift", - "manual", - "noclippy", - "norustfmt", - ], - version = "6.1.0-rc.3", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.wasmer-derive-6.1.0-rc.3.bazel b/vendor/bindeps/BUILD.wasmer-derive-6.1.0-rc.3.bazel deleted file mode 100644 index e97953072..000000000 --- a/vendor/bindeps/BUILD.wasmer-derive-6.1.0-rc.3.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "wasmer_derive", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=wasmer-derive", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "6.1.0-rc.3", - deps = [ - "@bindeps__proc-macro-error2-2.0.1//:proc_macro_error2", - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-1.0.109//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.wasmer-types-6.1.0-rc.3.bazel b/vendor/bindeps/BUILD.wasmer-types-6.1.0-rc.3.bazel deleted file mode 100644 index f6209b30b..000000000 --- a/vendor/bindeps/BUILD.wasmer-types-6.1.0-rc.3.bazel +++ /dev/null @@ -1,80 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "wasmer_types", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=wasmer-types", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "6.1.0-rc.3", - deps = [ - "@bindeps__bytecheck-0.6.12//:bytecheck", - "@bindeps__enum-iterator-0.7.0//:enum_iterator", - "@bindeps__enumset-1.1.10//:enumset", - "@bindeps__getrandom-0.2.16//:getrandom", - "@bindeps__hex-0.4.3//:hex", - "@bindeps__indexmap-2.11.3//:indexmap", - "@bindeps__more-asserts-0.2.2//:more_asserts", - "@bindeps__rkyv-0.8.11//:rkyv", - "@bindeps__sha2-0.10.9//:sha2", - "@bindeps__target-lexicon-0.12.16//:target_lexicon", - "@bindeps__thiserror-1.0.69//:thiserror", - "@bindeps__xxhash-rust-0.8.15//:xxhash_rust", - ], -) diff --git a/vendor/bindeps/BUILD.wasmer-vm-6.1.0-rc.3.bazel b/vendor/bindeps/BUILD.wasmer-vm-6.1.0-rc.3.bazel deleted file mode 100644 index 4ec1fc627..000000000 --- a/vendor/bindeps/BUILD.wasmer-vm-6.1.0-rc.3.bazel +++ /dev/null @@ -1,176 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "wasmer_vm", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=wasmer-vm", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "6.1.0-rc.3", - deps = [ - "@bindeps__backtrace-0.3.75//:backtrace", - "@bindeps__cfg-if-1.0.3//:cfg_if", - "@bindeps__corosensei-0.2.2//:corosensei", - "@bindeps__crossbeam-queue-0.3.12//:crossbeam_queue", - "@bindeps__dashmap-6.1.0//:dashmap", - "@bindeps__enum-iterator-0.7.0//:enum_iterator", - "@bindeps__fnv-1.0.7//:fnv", - "@bindeps__indexmap-2.11.3//:indexmap", - "@bindeps__libc-0.2.175//:libc", - "@bindeps__memoffset-0.9.1//:memoffset", - "@bindeps__more-asserts-0.2.2//:more_asserts", - "@bindeps__region-3.0.2//:region", - "@bindeps__scopeguard-1.2.0//:scopeguard", - "@bindeps__thiserror-1.0.69//:thiserror", - "@bindeps__wasmer-types-6.1.0-rc.3//:wasmer_types", - "@bindeps__wasmer-vm-6.1.0-rc.3//:build_script_build", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@bindeps__libunwind-1.3.3//:libunwind", # cfg(any(target_family = "unix", all(target_family = "windows", target_env = "gnu"))) - "@bindeps__mach2-0.4.3//:mach2", # cfg(target_vendor = "apple") - ], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.59.0//:windows_sys", # cfg(target_os = "windows") - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@bindeps__libunwind-1.3.3//:libunwind", # cfg(any(target_family = "unix", all(target_family = "windows", target_env = "gnu"))) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@bindeps__libunwind-1.3.3//:libunwind", # cfg(any(target_family = "unix", all(target_family = "windows", target_env = "gnu"))) - "@bindeps__mach2-0.4.3//:mach2", # cfg(target_vendor = "apple") - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__windows-sys-0.59.0//:windows_sys", # cfg(target_os = "windows") - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@bindeps__libunwind-1.3.3//:libunwind", # cfg(any(target_family = "unix", all(target_family = "windows", target_env = "gnu"))) - ], - "//conditions:default": [], - }), -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "wasmer-vm", - proc_macro_deps = [ - "@bindeps__rustversion-1.0.22//:rustversion", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=wasmer-vm", - "manual", - "noclippy", - "norustfmt", - ], - version = "6.1.0-rc.3", - visibility = ["//visibility:private"], - deps = [ - "@bindeps__cc-1.2.37//:cc", - ], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.wasmparser-0.224.1.bazel b/vendor/bindeps/BUILD.wasmparser-0.224.1.bazel deleted file mode 100644 index 9f7b0d926..000000000 --- a/vendor/bindeps/BUILD.wasmparser-0.224.1.bazel +++ /dev/null @@ -1,138 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "wasmparser", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "features", - "simd", - "validate", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=wasmparser", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.224.1", - deps = [ - "@bindeps__bitflags-2.9.4//:bitflags", - "@bindeps__wasmparser-0.224.1//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "features", - "simd", - "validate", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "wasmparser", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=wasmparser", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.224.1", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.wast-239.0.0.bazel b/vendor/bindeps/BUILD.wast-239.0.0.bazel deleted file mode 100644 index 02f68dd55..000000000 --- a/vendor/bindeps/BUILD.wast-239.0.0.bazel +++ /dev/null @@ -1,73 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "wast", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "component-model", - "wasm-module", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=wast", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "239.0.0", - deps = [ - "@bindeps__bumpalo-3.19.0//:bumpalo", - "@bindeps__leb128fmt-0.1.0//:leb128fmt", - "@bindeps__memchr-2.7.5//:memchr", - "@bindeps__unicode-width-0.2.1//:unicode_width", - "@bindeps__wasm-encoder-0.239.0//:wasm_encoder", - ], -) diff --git a/vendor/bindeps/BUILD.wat-1.239.0.bazel b/vendor/bindeps/BUILD.wat-1.239.0.bazel deleted file mode 100644 index 94d8bc363..000000000 --- a/vendor/bindeps/BUILD.wat-1.239.0.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "wat", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "component-model", - "default", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=wat", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.239.0", - deps = [ - "@bindeps__wast-239.0.0//:wast", - ], -) diff --git a/vendor/bindeps/BUILD.webpki-roots-0.26.11.bazel b/vendor/bindeps/BUILD.webpki-roots-0.26.11.bazel deleted file mode 100644 index 56b0c0080..000000000 --- a/vendor/bindeps/BUILD.webpki-roots-0.26.11.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "webpki_roots", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - aliases = { - "@bindeps__webpki-roots-1.0.2//:webpki_roots": "parent", - }, - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=webpki-roots", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.26.11", - deps = [ - "@bindeps__webpki-roots-1.0.2//:webpki_roots", - ], -) diff --git a/vendor/bindeps/BUILD.webpki-roots-1.0.2.bazel b/vendor/bindeps/BUILD.webpki-roots-1.0.2.bazel deleted file mode 100644 index 920d22706..000000000 --- a/vendor/bindeps/BUILD.webpki-roots-1.0.2.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "webpki_roots", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - aliases = { - "@bindeps__rustls-pki-types-1.12.0//:rustls_pki_types": "pki_types", - }, - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=webpki-roots", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.0.2", - deps = [ - "@bindeps__rustls-pki-types-1.12.0//:rustls_pki_types", - ], -) diff --git a/vendor/bindeps/BUILD.winapi-0.3.9.bazel b/vendor/bindeps/BUILD.winapi-0.3.9.bazel deleted file mode 100644 index 4ca5b9425..000000000 --- a/vendor/bindeps/BUILD.winapi-0.3.9.bazel +++ /dev/null @@ -1,169 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "winapi", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "cfg", - "consoleapi", - "errhandlingapi", - "evntrace", - "fileapi", - "handleapi", - "impl-default", - "in6addr", - "inaddr", - "minwinbase", - "ntsecapi", - "processenv", - "processthreadsapi", - "std", - "synchapi", - "winbase", - "windef", - "winerror", - "winioctl", - "winsock2", - "winuser", - ], - crate_root = "src/lib.rs", - edition = "2015", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=winapi", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.9", - deps = [ - "@bindeps__winapi-0.3.9//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "cfg", - "consoleapi", - "errhandlingapi", - "evntrace", - "fileapi", - "handleapi", - "impl-default", - "in6addr", - "inaddr", - "minwinbase", - "ntsecapi", - "processenv", - "processthreadsapi", - "std", - "synchapi", - "winbase", - "windef", - "winerror", - "winioctl", - "winsock2", - "winuser", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2015", - pkg_name = "winapi", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=winapi", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.3.9", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.winapi-util-0.1.11.bazel b/vendor/bindeps/BUILD.winapi-util-0.1.11.bazel deleted file mode 100644 index f1ae8d3c3..000000000 --- a/vendor/bindeps/BUILD.winapi-util-0.1.11.bazel +++ /dev/null @@ -1,61 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "winapi_util", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=winapi-util", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.11", - deps = [ - "@bindeps__windows-sys-0.61.0//:windows_sys", # cfg(windows) - ], -) diff --git a/vendor/bindeps/BUILD.windows-0.61.3.bazel b/vendor/bindeps/BUILD.windows-0.61.3.bazel deleted file mode 100644 index bf68e2f17..000000000 --- a/vendor/bindeps/BUILD.windows-0.61.3.bazel +++ /dev/null @@ -1,96 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "windows", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "Wdk", - "Wdk_System", - "Wdk_System_SystemInformation", - "Wdk_System_SystemServices", - "Wdk_System_Threading", - "Win32", - "Win32_Foundation", - "Win32_Security", - "Win32_Security_Authorization", - "Win32_System", - "Win32_System_Diagnostics", - "Win32_System_Diagnostics_Debug", - "Win32_System_Diagnostics_ToolHelp", - "Win32_System_IO", - "Win32_System_JobObjects", - "Win32_System_Kernel", - "Win32_System_Memory", - "Win32_System_Performance", - "Win32_System_Power", - "Win32_System_ProcessStatus", - "Win32_System_Registry", - "Win32_System_RemoteDesktop", - "Win32_System_SystemInformation", - "Win32_System_SystemServices", - "Win32_System_Threading", - "Win32_UI", - "Win32_UI_Shell", - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=windows", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.61.3", - deps = [ - "@bindeps__windows-collections-0.2.0//:windows_collections", - "@bindeps__windows-core-0.61.2//:windows_core", - "@bindeps__windows-future-0.2.1//:windows_future", - "@bindeps__windows-link-0.1.3//:windows_link", - "@bindeps__windows-numerics-0.2.0//:windows_numerics", - ], -) diff --git a/vendor/bindeps/BUILD.windows-0.62.0.bazel b/vendor/bindeps/BUILD.windows-0.62.0.bazel deleted file mode 100644 index b58a63b99..000000000 --- a/vendor/bindeps/BUILD.windows-0.62.0.bazel +++ /dev/null @@ -1,77 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "windows", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "Win32", - "Win32_Foundation", - "Win32_Storage", - "Win32_Storage_FileSystem", - "Win32_System", - "Win32_System_IO", - "Win32_System_Ioctl", - "Win32_System_SystemServices", - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=windows", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.62.0", - deps = [ - "@bindeps__windows-collections-0.3.0//:windows_collections", - "@bindeps__windows-core-0.62.0//:windows_core", - "@bindeps__windows-future-0.3.0//:windows_future", - "@bindeps__windows-link-0.2.0//:windows_link", - "@bindeps__windows-numerics-0.3.0//:windows_numerics", - ], -) diff --git a/vendor/bindeps/BUILD.windows-collections-0.2.0.bazel b/vendor/bindeps/BUILD.windows-collections-0.2.0.bazel deleted file mode 100644 index ad59b5e31..000000000 --- a/vendor/bindeps/BUILD.windows-collections-0.2.0.bazel +++ /dev/null @@ -1,61 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "windows_collections", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=windows-collections", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.0", - deps = [ - "@bindeps__windows-core-0.61.2//:windows_core", - ], -) diff --git a/vendor/bindeps/BUILD.windows-collections-0.3.0.bazel b/vendor/bindeps/BUILD.windows-collections-0.3.0.bazel deleted file mode 100644 index 351e71ab7..000000000 --- a/vendor/bindeps/BUILD.windows-collections-0.3.0.bazel +++ /dev/null @@ -1,64 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "windows_collections", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=windows-collections", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.0", - deps = [ - "@bindeps__windows-core-0.62.0//:windows_core", - ], -) diff --git a/vendor/bindeps/BUILD.windows-core-0.61.2.bazel b/vendor/bindeps/BUILD.windows-core-0.61.2.bazel deleted file mode 100644 index 8f735324a..000000000 --- a/vendor/bindeps/BUILD.windows-core-0.61.2.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "windows_core", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__windows-implement-0.60.0//:windows_implement", - "@bindeps__windows-interface-0.59.1//:windows_interface", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=windows-core", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.61.2", - deps = [ - "@bindeps__windows-link-0.1.3//:windows_link", - "@bindeps__windows-result-0.3.4//:windows_result", - "@bindeps__windows-strings-0.4.2//:windows_strings", - ], -) diff --git a/vendor/bindeps/BUILD.windows-core-0.62.0.bazel b/vendor/bindeps/BUILD.windows-core-0.62.0.bazel deleted file mode 100644 index 740d14159..000000000 --- a/vendor/bindeps/BUILD.windows-core-0.62.0.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "windows_core", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__windows-implement-0.60.0//:windows_implement", - "@bindeps__windows-interface-0.59.1//:windows_interface", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=windows-core", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.62.0", - deps = [ - "@bindeps__windows-link-0.2.0//:windows_link", - "@bindeps__windows-result-0.4.0//:windows_result", - "@bindeps__windows-strings-0.5.0//:windows_strings", - ], -) diff --git a/vendor/bindeps/BUILD.windows-future-0.2.1.bazel b/vendor/bindeps/BUILD.windows-future-0.2.1.bazel deleted file mode 100644 index 680dab902..000000000 --- a/vendor/bindeps/BUILD.windows-future-0.2.1.bazel +++ /dev/null @@ -1,63 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "windows_future", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=windows-future", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.1", - deps = [ - "@bindeps__windows-core-0.61.2//:windows_core", - "@bindeps__windows-link-0.1.3//:windows_link", - "@bindeps__windows-threading-0.1.0//:windows_threading", - ], -) diff --git a/vendor/bindeps/BUILD.windows-future-0.3.0.bazel b/vendor/bindeps/BUILD.windows-future-0.3.0.bazel deleted file mode 100644 index 568db0e1b..000000000 --- a/vendor/bindeps/BUILD.windows-future-0.3.0.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "windows_future", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=windows-future", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.0", - deps = [ - "@bindeps__windows-core-0.62.0//:windows_core", - "@bindeps__windows-link-0.2.0//:windows_link", - "@bindeps__windows-threading-0.2.0//:windows_threading", - ], -) diff --git a/vendor/bindeps/BUILD.windows-implement-0.60.0.bazel b/vendor/bindeps/BUILD.windows-implement-0.60.0.bazel deleted file mode 100644 index cca2fc254..000000000 --- a/vendor/bindeps/BUILD.windows-implement-0.60.0.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "windows_implement", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=windows-implement", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.60.0", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.windows-interface-0.59.1.bazel b/vendor/bindeps/BUILD.windows-interface-0.59.1.bazel deleted file mode 100644 index 79725c2ab..000000000 --- a/vendor/bindeps/BUILD.windows-interface-0.59.1.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "windows_interface", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=windows-interface", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.59.1", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.windows-link-0.1.3.bazel b/vendor/bindeps/BUILD.windows-link-0.1.3.bazel deleted file mode 100644 index c8fb72ffa..000000000 --- a/vendor/bindeps/BUILD.windows-link-0.1.3.bazel +++ /dev/null @@ -1,58 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "windows_link", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=windows-link", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.3", -) diff --git a/vendor/bindeps/BUILD.windows-link-0.2.0.bazel b/vendor/bindeps/BUILD.windows-link-0.2.0.bazel deleted file mode 100644 index 2febcc0a6..000000000 --- a/vendor/bindeps/BUILD.windows-link-0.2.0.bazel +++ /dev/null @@ -1,58 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "windows_link", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=windows-link", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.0", -) diff --git a/vendor/bindeps/BUILD.windows-numerics-0.2.0.bazel b/vendor/bindeps/BUILD.windows-numerics-0.2.0.bazel deleted file mode 100644 index 9857e5ebb..000000000 --- a/vendor/bindeps/BUILD.windows-numerics-0.2.0.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "windows_numerics", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=windows-numerics", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.0", - deps = [ - "@bindeps__windows-core-0.61.2//:windows_core", - "@bindeps__windows-link-0.1.3//:windows_link", - ], -) diff --git a/vendor/bindeps/BUILD.windows-numerics-0.3.0.bazel b/vendor/bindeps/BUILD.windows-numerics-0.3.0.bazel deleted file mode 100644 index cc6fc1a27..000000000 --- a/vendor/bindeps/BUILD.windows-numerics-0.3.0.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "windows_numerics", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=windows-numerics", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.0", - deps = [ - "@bindeps__windows-core-0.62.0//:windows_core", - "@bindeps__windows-link-0.2.0//:windows_link", - ], -) diff --git a/vendor/bindeps/BUILD.windows-registry-0.5.3.bazel b/vendor/bindeps/BUILD.windows-registry-0.5.3.bazel deleted file mode 100644 index 468493e80..000000000 --- a/vendor/bindeps/BUILD.windows-registry-0.5.3.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "windows_registry", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=windows-registry", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.5.3", - deps = [ - "@bindeps__windows-link-0.1.3//:windows_link", - "@bindeps__windows-result-0.3.4//:windows_result", - "@bindeps__windows-strings-0.4.2//:windows_strings", - ], -) diff --git a/vendor/bindeps/BUILD.windows-result-0.3.4.bazel b/vendor/bindeps/BUILD.windows-result-0.3.4.bazel deleted file mode 100644 index 00d8b94ef..000000000 --- a/vendor/bindeps/BUILD.windows-result-0.3.4.bazel +++ /dev/null @@ -1,64 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "windows_result", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=windows-result", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.4", - deps = [ - "@bindeps__windows-link-0.1.3//:windows_link", - ], -) diff --git a/vendor/bindeps/BUILD.windows-result-0.4.0.bazel b/vendor/bindeps/BUILD.windows-result-0.4.0.bazel deleted file mode 100644 index dcad5c50d..000000000 --- a/vendor/bindeps/BUILD.windows-result-0.4.0.bazel +++ /dev/null @@ -1,64 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "windows_result", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=windows-result", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.4.0", - deps = [ - "@bindeps__windows-link-0.2.0//:windows_link", - ], -) diff --git a/vendor/bindeps/BUILD.windows-strings-0.4.2.bazel b/vendor/bindeps/BUILD.windows-strings-0.4.2.bazel deleted file mode 100644 index 2d30e1300..000000000 --- a/vendor/bindeps/BUILD.windows-strings-0.4.2.bazel +++ /dev/null @@ -1,64 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "windows_strings", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=windows-strings", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.4.2", - deps = [ - "@bindeps__windows-link-0.1.3//:windows_link", - ], -) diff --git a/vendor/bindeps/BUILD.windows-strings-0.5.0.bazel b/vendor/bindeps/BUILD.windows-strings-0.5.0.bazel deleted file mode 100644 index c65068b1b..000000000 --- a/vendor/bindeps/BUILD.windows-strings-0.5.0.bazel +++ /dev/null @@ -1,64 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "windows_strings", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=windows-strings", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.5.0", - deps = [ - "@bindeps__windows-link-0.2.0//:windows_link", - ], -) diff --git a/vendor/bindeps/BUILD.windows-sys-0.52.0.bazel b/vendor/bindeps/BUILD.windows-sys-0.52.0.bazel deleted file mode 100644 index 6346565d0..000000000 --- a/vendor/bindeps/BUILD.windows-sys-0.52.0.bazel +++ /dev/null @@ -1,80 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "windows_sys", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "Win32", - "Win32_Foundation", - "Win32_Networking", - "Win32_Networking_WinSock", - "Win32_Security", - "Win32_Storage", - "Win32_Storage_FileSystem", - "Win32_System", - "Win32_System_Console", - "Win32_System_Diagnostics", - "Win32_System_Diagnostics_Debug", - "Win32_System_IO", - "Win32_System_Memory", - "Win32_System_SystemInformation", - "Win32_System_Threading", - "Win32_System_WindowsProgramming", - "default", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=windows-sys", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.52.0", - deps = [ - "@bindeps__windows-targets-0.52.6//:windows_targets", - ], -) diff --git a/vendor/bindeps/BUILD.windows-sys-0.59.0.bazel b/vendor/bindeps/BUILD.windows-sys-0.59.0.bazel deleted file mode 100644 index 1a1025fa9..000000000 --- a/vendor/bindeps/BUILD.windows-sys-0.59.0.bazel +++ /dev/null @@ -1,100 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "windows_sys", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "Wdk", - "Wdk_Foundation", - "Wdk_Storage", - "Wdk_Storage_FileSystem", - "Wdk_System", - "Wdk_System_IO", - "Win32", - "Win32_Foundation", - "Win32_NetworkManagement", - "Win32_NetworkManagement_IpHelper", - "Win32_NetworkManagement_Ndis", - "Win32_Networking", - "Win32_Networking_WinSock", - "Win32_Security", - "Win32_Security_Authorization", - "Win32_Storage", - "Win32_Storage_FileSystem", - "Win32_System", - "Win32_System_Com", - "Win32_System_Console", - "Win32_System_Diagnostics", - "Win32_System_Diagnostics_Debug", - "Win32_System_IO", - "Win32_System_Kernel", - "Win32_System_Memory", - "Win32_System_Pipes", - "Win32_System_Registry", - "Win32_System_SystemInformation", - "Win32_System_SystemServices", - "Win32_System_Threading", - "Win32_System_Time", - "Win32_System_WindowsProgramming", - "Win32_UI", - "Win32_UI_Input", - "Win32_UI_Input_KeyboardAndMouse", - "Win32_UI_Shell", - "default", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=windows-sys", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.59.0", - deps = [ - "@bindeps__windows-targets-0.52.6//:windows_targets", - ], -) diff --git a/vendor/bindeps/BUILD.windows-sys-0.60.2.bazel b/vendor/bindeps/BUILD.windows-sys-0.60.2.bazel deleted file mode 100644 index 1cd1beee0..000000000 --- a/vendor/bindeps/BUILD.windows-sys-0.60.2.bazel +++ /dev/null @@ -1,77 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "windows_sys", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "Win32", - "Win32_Foundation", - "Win32_Security", - "Win32_Storage", - "Win32_Storage_FileSystem", - "Win32_System", - "Win32_System_Console", - "Win32_System_Diagnostics", - "Win32_System_Diagnostics_Debug", - "Win32_System_IO", - "Win32_System_ProcessStatus", - "Win32_System_Threading", - "Win32_System_WindowsProgramming", - "default", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=windows-sys", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.60.2", - deps = [ - "@bindeps__windows-targets-0.53.3//:windows_targets", - ], -) diff --git a/vendor/bindeps/BUILD.windows-sys-0.61.0.bazel b/vendor/bindeps/BUILD.windows-sys-0.61.0.bazel deleted file mode 100644 index 53efa818c..000000000 --- a/vendor/bindeps/BUILD.windows-sys-0.61.0.bazel +++ /dev/null @@ -1,87 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "windows_sys", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "Win32", - "Win32_Foundation", - "Win32_Globalization", - "Win32_Networking", - "Win32_Networking_WinSock", - "Win32_Security", - "Win32_Security_Authentication", - "Win32_Security_Authentication_Identity", - "Win32_Security_Credentials", - "Win32_Security_Cryptography", - "Win32_Storage", - "Win32_Storage_FileSystem", - "Win32_System", - "Win32_System_Com", - "Win32_System_Console", - "Win32_System_IO", - "Win32_System_LibraryLoader", - "Win32_System_Memory", - "Win32_System_Pipes", - "Win32_System_SystemInformation", - "Win32_System_Threading", - "Win32_UI", - "Win32_UI_Shell", - "default", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=windows-sys", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.61.0", - deps = [ - "@bindeps__windows-link-0.2.0//:windows_link", - ], -) diff --git a/vendor/bindeps/BUILD.windows-targets-0.52.6.bazel b/vendor/bindeps/BUILD.windows-targets-0.52.6.bazel deleted file mode 100644 index 5f4b0f393..000000000 --- a/vendor/bindeps/BUILD.windows-targets-0.52.6.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "windows_targets", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=windows-targets", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.52.6", - deps = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__windows_aarch64_msvc-0.52.6//:windows_aarch64_msvc", # cfg(all(target_arch = "aarch64", target_env = "msvc", not(windows_raw_dylib))) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__windows_x86_64_msvc-0.52.6//:windows_x86_64_msvc", # cfg(all(any(target_arch = "x86_64", target_arch = "arm64ec"), target_env = "msvc", not(windows_raw_dylib))) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.windows-targets-0.53.3.bazel b/vendor/bindeps/BUILD.windows-targets-0.53.3.bazel deleted file mode 100644 index 05d1c310b..000000000 --- a/vendor/bindeps/BUILD.windows-targets-0.53.3.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "windows_targets", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=windows-targets", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.53.3", - deps = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@bindeps__windows_aarch64_msvc-0.53.0//:windows_aarch64_msvc", # cfg(all(target_arch = "aarch64", target_env = "msvc", not(windows_raw_dylib))) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@bindeps__windows_x86_64_msvc-0.53.0//:windows_x86_64_msvc", # cfg(all(any(target_arch = "x86_64", target_arch = "arm64ec"), target_env = "msvc", not(windows_raw_dylib))) - ], - "//conditions:default": [], - }), -) diff --git a/vendor/bindeps/BUILD.windows-threading-0.1.0.bazel b/vendor/bindeps/BUILD.windows-threading-0.1.0.bazel deleted file mode 100644 index b566e4bd0..000000000 --- a/vendor/bindeps/BUILD.windows-threading-0.1.0.bazel +++ /dev/null @@ -1,61 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "windows_threading", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=windows-threading", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.0", - deps = [ - "@bindeps__windows-link-0.1.3//:windows_link", - ], -) diff --git a/vendor/bindeps/BUILD.windows-threading-0.2.0.bazel b/vendor/bindeps/BUILD.windows-threading-0.2.0.bazel deleted file mode 100644 index d7a2cb37d..000000000 --- a/vendor/bindeps/BUILD.windows-threading-0.2.0.bazel +++ /dev/null @@ -1,61 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "windows_threading", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=windows-threading", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.0", - deps = [ - "@bindeps__windows-link-0.2.0//:windows_link", - ], -) diff --git a/vendor/bindeps/BUILD.windows_aarch64_msvc-0.52.6.bazel b/vendor/bindeps/BUILD.windows_aarch64_msvc-0.52.6.bazel deleted file mode 100644 index 780abcb61..000000000 --- a/vendor/bindeps/BUILD.windows_aarch64_msvc-0.52.6.bazel +++ /dev/null @@ -1,122 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "windows_aarch64_msvc", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=windows_aarch64_msvc", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.52.6", - deps = [ - "@bindeps__windows_aarch64_msvc-0.52.6//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "windows_aarch64_msvc", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=windows_aarch64_msvc", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.52.6", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.windows_aarch64_msvc-0.53.0.bazel b/vendor/bindeps/BUILD.windows_aarch64_msvc-0.53.0.bazel deleted file mode 100644 index 6e922d223..000000000 --- a/vendor/bindeps/BUILD.windows_aarch64_msvc-0.53.0.bazel +++ /dev/null @@ -1,122 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "windows_aarch64_msvc", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=windows_aarch64_msvc", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.53.0", - deps = [ - "@bindeps__windows_aarch64_msvc-0.53.0//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "windows_aarch64_msvc", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=windows_aarch64_msvc", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.53.0", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.windows_x86_64_msvc-0.52.6.bazel b/vendor/bindeps/BUILD.windows_x86_64_msvc-0.52.6.bazel deleted file mode 100644 index 81c87dfd0..000000000 --- a/vendor/bindeps/BUILD.windows_x86_64_msvc-0.52.6.bazel +++ /dev/null @@ -1,122 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "windows_x86_64_msvc", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=windows_x86_64_msvc", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.52.6", - deps = [ - "@bindeps__windows_x86_64_msvc-0.52.6//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "windows_x86_64_msvc", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=windows_x86_64_msvc", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.52.6", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.windows_x86_64_msvc-0.53.0.bazel b/vendor/bindeps/BUILD.windows_x86_64_msvc-0.53.0.bazel deleted file mode 100644 index 98b2b5214..000000000 --- a/vendor/bindeps/BUILD.windows_x86_64_msvc-0.53.0.bazel +++ /dev/null @@ -1,122 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "windows_x86_64_msvc", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=windows_x86_64_msvc", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.53.0", - deps = [ - "@bindeps__windows_x86_64_msvc-0.53.0//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "windows_x86_64_msvc", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=windows_x86_64_msvc", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.53.0", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.winnow-0.7.13.bazel b/vendor/bindeps/BUILD.winnow-0.7.13.bazel deleted file mode 100644 index c51104cbb..000000000 --- a/vendor/bindeps/BUILD.winnow-0.7.13.bazel +++ /dev/null @@ -1,71 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "winnow", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "default", - "simd", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=winnow", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.7.13", - deps = [ - "@bindeps__memchr-2.7.5//:memchr", - ], -) diff --git a/vendor/bindeps/BUILD.winreg-0.55.0.bazel b/vendor/bindeps/BUILD.winreg-0.55.0.bazel deleted file mode 100644 index 863828e4a..000000000 --- a/vendor/bindeps/BUILD.winreg-0.55.0.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "winreg", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=winreg", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.55.0", - deps = [ - "@bindeps__cfg-if-1.0.3//:cfg_if", - "@bindeps__windows-sys-0.59.0//:windows_sys", - ], -) diff --git a/vendor/bindeps/BUILD.writeable-0.6.1.bazel b/vendor/bindeps/BUILD.writeable-0.6.1.bazel deleted file mode 100644 index c64508229..000000000 --- a/vendor/bindeps/BUILD.writeable-0.6.1.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "writeable", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=writeable", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.6.1", -) diff --git a/vendor/bindeps/BUILD.wyz-0.5.1.bazel b/vendor/bindeps/BUILD.wyz-0.5.1.bazel deleted file mode 100644 index b43a9251f..000000000 --- a/vendor/bindeps/BUILD.wyz-0.5.1.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "wyz", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=wyz", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.5.1", - deps = [ - "@bindeps__tap-1.0.1//:tap", - ], -) diff --git a/vendor/bindeps/BUILD.xattr-1.5.1.bazel b/vendor/bindeps/BUILD.xattr-1.5.1.bazel deleted file mode 100644 index 743ff621b..000000000 --- a/vendor/bindeps/BUILD.xattr-1.5.1.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "xattr", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "unsupported", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=xattr", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.5.1", - deps = [ - "@bindeps__rustix-1.1.2//:rustix", # cfg(any(target_os = "android", target_os = "linux", target_os = "macos", target_os = "hurd")) - ], -) diff --git a/vendor/bindeps/BUILD.xflags-0.3.2.bazel b/vendor/bindeps/BUILD.xflags-0.3.2.bazel deleted file mode 100644 index d630f4637..000000000 --- a/vendor/bindeps/BUILD.xflags-0.3.2.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "xflags", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__xflags-macros-0.3.2//:xflags_macros", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=xflags", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.2", -) diff --git a/vendor/bindeps/BUILD.xflags-macros-0.3.2.bazel b/vendor/bindeps/BUILD.xflags-macros-0.3.2.bazel deleted file mode 100644 index 70b273c31..000000000 --- a/vendor/bindeps/BUILD.xflags-macros-0.3.2.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "xflags_macros", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=xflags-macros", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.2", -) diff --git a/vendor/bindeps/BUILD.xml-rs-0.8.27.bazel b/vendor/bindeps/BUILD.xml-rs-0.8.27.bazel deleted file mode 100644 index eabf9732f..000000000 --- a/vendor/bindeps/BUILD.xml-rs-0.8.27.bazel +++ /dev/null @@ -1,62 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "xml", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=xml-rs", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.8.27", -) diff --git a/vendor/bindeps/BUILD.xmltree-0.11.0.bazel b/vendor/bindeps/BUILD.xmltree-0.11.0.bazel deleted file mode 100644 index db675692c..000000000 --- a/vendor/bindeps/BUILD.xmltree-0.11.0.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "xmltree", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=xmltree", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.11.0", - deps = [ - "@bindeps__xml-rs-0.8.27//:xml", - ], -) diff --git a/vendor/bindeps/BUILD.xxhash-rust-0.8.15.bazel b/vendor/bindeps/BUILD.xxhash-rust-0.8.15.bazel deleted file mode 100644 index 065d31d19..000000000 --- a/vendor/bindeps/BUILD.xxhash-rust-0.8.15.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "xxhash_rust", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "xxh64", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=xxhash-rust", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.8.15", -) diff --git a/vendor/bindeps/BUILD.xz2-0.1.7.bazel b/vendor/bindeps/BUILD.xz2-0.1.7.bazel deleted file mode 100644 index 3404cc881..000000000 --- a/vendor/bindeps/BUILD.xz2-0.1.7.bazel +++ /dev/null @@ -1,65 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "xz2", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=xz2", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.7", - deps = [ - "@bindeps__lzma-sys-0.1.20//:lzma_sys", - ], -) diff --git a/vendor/bindeps/BUILD.yoke-0.8.0.bazel b/vendor/bindeps/BUILD.yoke-0.8.0.bazel deleted file mode 100644 index c956c1c04..000000000 --- a/vendor/bindeps/BUILD.yoke-0.8.0.bazel +++ /dev/null @@ -1,74 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "yoke", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "derive", - "zerofrom", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__yoke-derive-0.8.0//:yoke_derive", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=yoke", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.8.0", - deps = [ - "@bindeps__stable_deref_trait-1.2.0//:stable_deref_trait", - "@bindeps__zerofrom-0.1.6//:zerofrom", - ], -) diff --git a/vendor/bindeps/BUILD.yoke-derive-0.8.0.bazel b/vendor/bindeps/BUILD.yoke-derive-0.8.0.bazel deleted file mode 100644 index 851f6cfe1..000000000 --- a/vendor/bindeps/BUILD.yoke-derive-0.8.0.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "yoke_derive", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=yoke-derive", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.8.0", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - "@bindeps__synstructure-0.13.2//:synstructure", - ], -) diff --git a/vendor/bindeps/BUILD.zerocopy-0.8.27.bazel b/vendor/bindeps/BUILD.zerocopy-0.8.27.bazel deleted file mode 100644 index 245b727d3..000000000 --- a/vendor/bindeps/BUILD.zerocopy-0.8.27.bazel +++ /dev/null @@ -1,133 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "zerocopy", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "simd", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=zerocopy", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.8.27", - deps = [ - "@bindeps__zerocopy-0.8.27//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "simd", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "zerocopy", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=zerocopy", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.8.27", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.zerocopy-derive-0.8.27.bazel b/vendor/bindeps/BUILD.zerocopy-derive-0.8.27.bazel deleted file mode 100644 index 871697112..000000000 --- a/vendor/bindeps/BUILD.zerocopy-derive-0.8.27.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "zerocopy_derive", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=zerocopy-derive", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.8.27", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.zerofrom-0.1.6.bazel b/vendor/bindeps/BUILD.zerofrom-0.1.6.bazel deleted file mode 100644 index 869d8277a..000000000 --- a/vendor/bindeps/BUILD.zerofrom-0.1.6.bazel +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "zerofrom", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "derive", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__zerofrom-derive-0.1.6//:zerofrom_derive", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=zerofrom", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.6", -) diff --git a/vendor/bindeps/BUILD.zerofrom-derive-0.1.6.bazel b/vendor/bindeps/BUILD.zerofrom-derive-0.1.6.bazel deleted file mode 100644 index 87ef40777..000000000 --- a/vendor/bindeps/BUILD.zerofrom-derive-0.1.6.bazel +++ /dev/null @@ -1,68 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "zerofrom_derive", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=zerofrom-derive", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.1.6", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - "@bindeps__synstructure-0.13.2//:synstructure", - ], -) diff --git a/vendor/bindeps/BUILD.zeroize-1.8.1.bazel b/vendor/bindeps/BUILD.zeroize-1.8.1.bazel deleted file mode 100644 index f1f16c07f..000000000 --- a/vendor/bindeps/BUILD.zeroize-1.8.1.bazel +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "zeroize", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "default", - "zeroize_derive", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__zeroize_derive-1.4.2//:zeroize_derive", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=zeroize", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.8.1", -) diff --git a/vendor/bindeps/BUILD.zeroize_derive-1.4.2.bazel b/vendor/bindeps/BUILD.zeroize_derive-1.4.2.bazel deleted file mode 100644 index 8ff0594df..000000000 --- a/vendor/bindeps/BUILD.zeroize_derive-1.4.2.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "zeroize_derive", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=zeroize_derive", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.4.2", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.zerotrie-0.2.2.bazel b/vendor/bindeps/BUILD.zerotrie-0.2.2.bazel deleted file mode 100644 index c95d0308a..000000000 --- a/vendor/bindeps/BUILD.zerotrie-0.2.2.bazel +++ /dev/null @@ -1,73 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "zerotrie", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "yoke", - "zerofrom", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__displaydoc-0.2.5//:displaydoc", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=zerotrie", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.2.2", - deps = [ - "@bindeps__yoke-0.8.0//:yoke", - "@bindeps__zerofrom-0.1.6//:zerofrom", - ], -) diff --git a/vendor/bindeps/BUILD.zerovec-0.11.4.bazel b/vendor/bindeps/BUILD.zerovec-0.11.4.bazel deleted file mode 100644 index f38883f13..000000000 --- a/vendor/bindeps/BUILD.zerovec-0.11.4.bazel +++ /dev/null @@ -1,74 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "zerovec", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "alloc", - "derive", - "yoke", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__zerovec-derive-0.11.1//:zerovec_derive", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=zerovec", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.11.4", - deps = [ - "@bindeps__yoke-0.8.0//:yoke", - "@bindeps__zerofrom-0.1.6//:zerofrom", - ], -) diff --git a/vendor/bindeps/BUILD.zerovec-derive-0.11.1.bazel b/vendor/bindeps/BUILD.zerovec-derive-0.11.1.bazel deleted file mode 100644 index d18b98063..000000000 --- a/vendor/bindeps/BUILD.zerovec-derive-0.11.1.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_proc_macro") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_proc_macro( - name = "zerovec_derive", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=zerovec-derive", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.11.1", - deps = [ - "@bindeps__proc-macro2-1.0.101//:proc_macro2", - "@bindeps__quote-1.0.40//:quote", - "@bindeps__syn-2.0.106//:syn", - ], -) diff --git a/vendor/bindeps/BUILD.zip-2.4.2.bazel b/vendor/bindeps/BUILD.zip-2.4.2.bazel deleted file mode 100644 index fcb7cefc1..000000000 --- a/vendor/bindeps/BUILD.zip-2.4.2.bazel +++ /dev/null @@ -1,197 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "zip", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "_deflate-any", - "aes", - "aes-crypto", - "bzip2", - "constant_time_eq", - "default", - "deflate", - "deflate-flate2", - "deflate-zopfli", - "deflate64", - "flate2", - "getrandom", - "hmac", - "lzma", - "lzma-rs", - "pbkdf2", - "sha1", - "time", - "xz", - "zeroize", - "zopfli", - "zstd", - ], - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@bindeps__displaydoc-0.2.5//:displaydoc", - ], - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=zip", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.4.2", - deps = [ - "@bindeps__aes-0.8.4//:aes", - "@bindeps__bzip2-0.5.2//:bzip2", - "@bindeps__constant_time_eq-0.3.1//:constant_time_eq", - "@bindeps__crc32fast-1.5.0//:crc32fast", - "@bindeps__deflate64-0.1.9//:deflate64", - "@bindeps__flate2-1.1.2//:flate2", - "@bindeps__getrandom-0.3.3//:getrandom", - "@bindeps__hmac-0.12.1//:hmac", - "@bindeps__indexmap-2.11.3//:indexmap", - "@bindeps__lzma-rs-0.3.0//:lzma_rs", - "@bindeps__memchr-2.7.5//:memchr", - "@bindeps__pbkdf2-0.12.2//:pbkdf2", - "@bindeps__sha1-0.10.6//:sha1", - "@bindeps__thiserror-2.0.16//:thiserror", - "@bindeps__time-0.3.43//:time", - "@bindeps__xz2-0.1.7//:xz2", - "@bindeps__zeroize-1.8.1//:zeroize", - "@bindeps__zip-2.4.2//:build_script_build", - "@bindeps__zopfli-0.8.2//:zopfli", - "@bindeps__zstd-0.13.3//:zstd", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "_deflate-any", - "aes", - "aes-crypto", - "bzip2", - "constant_time_eq", - "default", - "deflate", - "deflate-flate2", - "deflate-zopfli", - "deflate64", - "flate2", - "getrandom", - "hmac", - "lzma", - "lzma-rs", - "pbkdf2", - "sha1", - "time", - "xz", - "zeroize", - "zopfli", - "zstd", - ], - crate_name = "build_script_build", - crate_root = "src/build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2021", - pkg_name = "zip", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=zip", - "manual", - "noclippy", - "norustfmt", - ], - version = "2.4.2", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.zip-4.6.1.bazel b/vendor/bindeps/BUILD.zip-4.6.1.bazel deleted file mode 100644 index b608d18ad..000000000 --- a/vendor/bindeps/BUILD.zip-4.6.1.bazel +++ /dev/null @@ -1,67 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "zip", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=zip", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "4.6.1", - deps = [ - "@bindeps__crc32fast-1.5.0//:crc32fast", - "@bindeps__indexmap-2.11.3//:indexmap", - "@bindeps__memchr-2.7.5//:memchr", - ], -) diff --git a/vendor/bindeps/BUILD.zlib-rs-0.5.2.bazel b/vendor/bindeps/BUILD.zlib-rs-0.5.2.bazel deleted file mode 100644 index 9512e5bce..000000000 --- a/vendor/bindeps/BUILD.zlib-rs-0.5.2.bazel +++ /dev/null @@ -1,66 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "zlib_rs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "rust-allocator", - "std", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=zlib-rs", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.5.2", -) diff --git a/vendor/bindeps/BUILD.zopfli-0.8.2.bazel b/vendor/bindeps/BUILD.zopfli-0.8.2.bazel deleted file mode 100644 index 02f30d9e0..000000000 --- a/vendor/bindeps/BUILD.zopfli-0.8.2.bazel +++ /dev/null @@ -1,74 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "zopfli", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "gzip", - "std", - "zlib", - ], - crate_root = "src/lib.rs", - edition = "2021", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=zopfli", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.8.2", - deps = [ - "@bindeps__bumpalo-3.19.0//:bumpalo", - "@bindeps__crc32fast-1.5.0//:crc32fast", - "@bindeps__log-0.4.28//:log", - "@bindeps__simd-adler32-0.3.7//:simd_adler32", - ], -) diff --git a/vendor/bindeps/BUILD.zstd-0.13.3.bazel b/vendor/bindeps/BUILD.zstd-0.13.3.bazel deleted file mode 100644 index 82a5c700f..000000000 --- a/vendor/bindeps/BUILD.zstd-0.13.3.bazel +++ /dev/null @@ -1,71 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "zstd", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "arrays", - "default", - "legacy", - "zdict_builder", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=zstd", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.13.3", - deps = [ - "@bindeps__zstd-safe-7.2.4//:zstd_safe", - ], -) diff --git a/vendor/bindeps/BUILD.zstd-safe-7.2.4.bazel b/vendor/bindeps/BUILD.zstd-safe-7.2.4.bazel deleted file mode 100644 index 8f69eb38a..000000000 --- a/vendor/bindeps/BUILD.zstd-safe-7.2.4.bazel +++ /dev/null @@ -1,143 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "zstd_safe", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "arrays", - "legacy", - "std", - "zdict_builder", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=zstd-safe", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "7.2.4", - deps = [ - "@bindeps__zstd-safe-7.2.4//:build_script_build", - "@bindeps__zstd-sys-2.0.16-zstd.1.5.7//:zstd_sys", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "arrays", - "legacy", - "std", - "zdict_builder", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2018", - link_deps = [ - "@bindeps__zstd-sys-2.0.16-zstd.1.5.7//:zstd_sys", - ], - pkg_name = "zstd-safe", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=zstd-safe", - "manual", - "noclippy", - "norustfmt", - ], - version = "7.2.4", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/BUILD.zstd-sys-2.0.16+zstd.1.5.7.bazel b/vendor/bindeps/BUILD.zstd-sys-2.0.16+zstd.1.5.7.bazel deleted file mode 100644 index bd07d3604..000000000 --- a/vendor/bindeps/BUILD.zstd-sys-2.0.16+zstd.1.5.7.bazel +++ /dev/null @@ -1,142 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### - -load( - "@rules_rust//cargo:defs.bzl", - "cargo_build_script", - "cargo_toml_env_vars", -) -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -cargo_toml_env_vars( - name = "cargo_toml_env_vars", - src = "Cargo.toml", -) - -rust_library( - name = "zstd_sys", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "legacy", - "std", - "zdict_builder", - ], - crate_root = "src/lib.rs", - edition = "2018", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=zstd-sys", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "2.0.16+zstd.1.5.7", - deps = [ - "@bindeps__zstd-sys-2.0.16-zstd.1.5.7//:build_script_build", - ], -) - -cargo_build_script( - name = "_bs", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - "**/*.rs", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "legacy", - "std", - "zdict_builder", - ], - crate_name = "build_script_build", - crate_root = "build.rs", - data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - edition = "2018", - links = "zstd", - pkg_name = "zstd-sys", - rustc_env_files = [ - ":cargo_toml_env_vars", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=zstd-sys", - "manual", - "noclippy", - "norustfmt", - ], - version = "2.0.16+zstd.1.5.7", - visibility = ["//visibility:private"], - deps = [ - "@bindeps__cc-1.2.37//:cc", - "@bindeps__pkg-config-0.3.32//:pkg_config", - ], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/vendor/bindeps/alias_rules.bzl b/vendor/bindeps/alias_rules.bzl deleted file mode 100644 index 14b04c127..000000000 --- a/vendor/bindeps/alias_rules.bzl +++ /dev/null @@ -1,47 +0,0 @@ -"""Alias that transitions its target to `compilation_mode=opt`. Use `transition_alias="opt"` to enable.""" - -load("@rules_cc//cc:defs.bzl", "CcInfo") -load("@rules_rust//rust:rust_common.bzl", "COMMON_PROVIDERS") - -def _transition_alias_impl(ctx): - # `ctx.attr.actual` is a list of 1 item due to the transition - providers = [ctx.attr.actual[0][provider] for provider in COMMON_PROVIDERS] - if CcInfo in ctx.attr.actual[0]: - providers.append(ctx.attr.actual[0][CcInfo]) - return providers - -def _change_compilation_mode(compilation_mode): - def _change_compilation_mode_impl(_settings, _attr): - return { - "//command_line_option:compilation_mode": compilation_mode, - } - - return transition( - implementation = _change_compilation_mode_impl, - inputs = [], - outputs = [ - "//command_line_option:compilation_mode", - ], - ) - -def _transition_alias_rule(compilation_mode): - return rule( - implementation = _transition_alias_impl, - provides = COMMON_PROVIDERS, - attrs = { - "actual": attr.label( - mandatory = True, - doc = "`rust_library()` target to transition to `compilation_mode=opt`.", - providers = COMMON_PROVIDERS, - cfg = _change_compilation_mode(compilation_mode), - ), - "_allowlist_function_transition": attr.label( - default = "@bazel_tools//tools/allowlists/function_transition_allowlist", - ), - }, - doc = "Transitions a Rust library crate to the `compilation_mode=opt`.", - ) - -transition_alias_dbg = _transition_alias_rule("dbg") -transition_alias_fastbuild = _transition_alias_rule("fastbuild") -transition_alias_opt = _transition_alias_rule("opt") diff --git a/vendor/bindeps/crates.bzl b/vendor/bindeps/crates.bzl deleted file mode 100644 index c6481a014..000000000 --- a/vendor/bindeps/crates.bzl +++ /dev/null @@ -1,33 +0,0 @@ -############################################################################### -# @generated -# This file is auto-generated by the cargo-bazel tool. -# -# DO NOT MODIFY: Local changes may be replaced in future executions. -############################################################################### -"""Rules for defining repositories for remote `crates_vendor` repositories""" - -load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe") - -# buildifier: disable=bzl-visibility -load("@rules_rust//crate_universe/private:crates_vendor.bzl", "crates_vendor_remote_repository") - -# buildifier: disable=bzl-visibility -load("//vendor/bindeps:defs.bzl", _crate_repositories = "crate_repositories") - -def crate_repositories(): - """Generates repositories for vendored crates. - - Returns: - A list of repos visible to the module through the module extension. - """ - maybe( - crates_vendor_remote_repository, - name = "bindeps", - build_file = Label("//vendor/bindeps:BUILD.bazel"), - defs_module = Label("//vendor/bindeps:defs.bzl"), - alias_rules_module = Label("//vendor/bindeps:alias_rules.bzl"), - ) - - direct_deps = [struct(repo = "bindeps", is_dev_dep = False)] - direct_deps.extend(_crate_repositories()) - return direct_deps diff --git a/vendor/bindeps/defs.bzl b/vendor/bindeps/defs.bzl deleted file mode 100644 index 0ab24b468..000000000 --- a/vendor/bindeps/defs.bzl +++ /dev/null @@ -1,8955 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @@//vendor:bindeps -############################################################################### -""" -# `crates_repository` API - -- [aliases](#aliases) -- [crate_deps](#crate_deps) -- [all_crate_deps](#all_crate_deps) -- [crate_repositories](#crate_repositories) - -""" - -load("@bazel_skylib//lib:selects.bzl", "selects") -load("@bazel_tools//tools/build_defs/repo:git.bzl", "new_git_repository") -load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") -load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe") - -############################################################################### -# MACROS API -############################################################################### - -# An identifier that represent common dependencies (unconditional). -_COMMON_CONDITION = "" - -# An identifier that represents a requried feature (unconditional). -_REQUIRED_FEATURE = "" - -def _flatten_features(features, enabled_features): - """ - Flatten features of a crate - - Args: - features (dict): A map of feature to list of other features - enabled_features (list): A list of enabled features - - Returns: - set: A set of all enabled features - """ - resolved = set() - queue = list(enabled_features) - - for _ in range(10000): - if len(queue) == 0: - break - - feat = queue.pop() - if feat in resolved: - continue - - if feat not in features: - print("{} is not apart of the features for this package".format(feat)) - continue - - resolved.add(feat) - queue.extend(features[feat]) - - return resolved - -def _flatten_dependency_maps(all_dependency_maps, enabled_features_map): - """Flatten a list of dependency maps into one dictionary. - - Dependency maps have the following structure: - - ```python - DEPENDENCIES_MAP = { - # The first key in the map is a feature flag - "feature": { - # Not all dependencies are supported for all platforms. - # the condition key is the condition required to be true - # on the host platform. - "condition": { - - # An alias to a crate target. # The label of the crate target the - # Aliases are only crate names. # package name refers to. - "package_name": "@full//:label", - } - } - } - ``` - - Args: - all_dependency_maps (list): A list of dicts as described above - enabled_features_map (list): A list of enabled features - - Returns: - dict: A dictionary as described above - """ - dependencies = {} - feature_conditions = { - _COMMON_CONDITION: set(enabled_features_map.get(_COMMON_CONDITION, set())), - } - - for condition, feature in enabled_features_map.items(): - for condition in _CONDITIONS.get(condition, []): - feature_conditions.setdefault(condition, set()).update(feature) - - for feature_deps_map in all_dependency_maps: - for feature, conditional_deps_map in feature_deps_map.items(): - for condition, deps_map in conditional_deps_map.items(): - condition_flags = _CONDITIONS[condition] if condition != _COMMON_CONDITION else feature_conditions.keys() - for condition in condition_flags: - if feature == _REQUIRED_FEATURE or feature in feature_conditions.get(_COMMON_CONDITION, set()) or feature in feature_conditions.get(condition, set()): - dependencies.setdefault(condition, dict()).update(deps_map) - - if _COMMON_CONDITION in dependencies: - for cond, v in dependencies.items(): - if cond != _COMMON_CONDITION: - for k in dependencies[_COMMON_CONDITION]: - v.pop(k, default = None) - - return dependencies - -def _make_crate_features(package_name = None): - if package_name == None: - package_name = native.package_name() - - conditions = {} - vtable = {} - - def make_set(): - return struct( - _type = "FeatureMap", - conditions = conditions, - **vtable - ) - - def feature_map_add(other): - if other: - type_other = type(other) - if type_other == "list" or type_other == "set": - conditions.setdefault(_COMMON_CONDITION, set()).update(other) - elif type_other == "dict": - for key, value in other.items(): - conditions.setdefault(key, set()).update(value) - elif hasattr(other, "_type") and other._type == "FeatureMap": - for key, value in other.conditions.items(): - conditions.setdefault(key, set()).update(value) - else: - fail("unsupported add operation between FeatureMap and %s" % type_other) - - return make_set() - - def feature_map_flatten(): - for features in conditions.values(): - features.update(_flatten_features(_FEATURE_FLAGS.get(package_name, []), features)) - - return make_set() - - def feature_map_select(): - feature_map_flatten() - features = [] - for condition, deps in conditions.items(): - if condition == _COMMON_CONDITION: - features += list(deps) - else: - features += selects.with_or({ - tuple(_CONDITIONS[condition]): list(deps), - "//conditions:default": [], - }) - return features - - def feature_map_get(condition, default = None): - return conditions.get(condition, default) - - def feature_map_items(): - return conditions.items() - - vtable["add"] = feature_map_add - vtable["select"] = feature_map_select - vtable["flatten"] = feature_map_flatten - vtable["get"] = feature_map_get - vtable["items"] = feature_map_items - - return make_set() - -def crate_features( - all = False, - additional = None, - default = True, - package_name = None): - """Resolves the features for a crate - - Args: - all (bool, optional): If we should include all crate features. - additional (list, optional): The desired list of crate targets. - default: (bool, optional): Should we include the default resolved features. - package_name (str, optional): The package name of the set of dependencies to look up. - Defaults to `native.package_name()`. - - Returns: - list: a map of features based on some conditions - """ - - if package_name == None: - package_name = native.package_name() - - features = _make_crate_features().add(additional) - - if all: - features.add(_FEATURE_FLAGS.get(package_name, {}).keys()) - - if default: - features.add(_RESOLVED_FEATURE_FLAGS.get(package_name, {})) - - return features - -def crate_version(package_name = None): - """Returns the defined version in the Cargo.toml - - Args: - package_name (str, optional): The package name of the set of dependencies to look up. - Defaults to `native.package_name()`. - - Returns: - list: a map of features based on some conditions - """ - - if package_name == None: - package_name = native.package_name() - - return _VERSIONS.get(package_name, "0.0.0") - -def crate_deps(deps, package_name = None): - """Finds the fully qualified label of the requested crates for the package where this macro is called. - - Args: - deps (list): The desired list of crate targets. - package_name (str, optional): The package name of the set of dependencies to look up. - Defaults to `native.package_name()`. - - Returns: - list: A list of labels to generated rust targets (str) - """ - - if not deps: - return [] - - if package_name == None: - package_name = native.package_name() - - # Join both sets of dependencies - dependencies = _flatten_dependency_maps([ - _NORMAL_DEPENDENCIES.get(package_name, {}), - _NORMAL_DEV_DEPENDENCIES.get(package_name, {}), - _PROC_MACRO_DEPENDENCIES.get(package_name, {}), - _PROC_MACRO_DEV_DEPENDENCIES.get(package_name, {}), - _BUILD_DEPENDENCIES.get(package_name, {}), - _BUILD_PROC_MACRO_DEPENDENCIES.get(package_name, {}), - ], crate_features(package_name = package_name, all = True).flatten()) - - # Combine all conditional packages so we can easily index over a flat list - # TODO: Perhaps this should actually return select statements and maintain - # the conditionals of the dependencies - flat_deps = {} - for deps_set in dependencies.values(): - for crate_name, crate_label in deps_set.items(): - flat_deps.update({crate_name: crate_label}) - - missing_crates = [] - crate_targets = [] - for crate_target in deps: - if crate_target not in flat_deps: - missing_crates.append(crate_target) - else: - crate_targets.append(flat_deps[crate_target]) - - if missing_crates: - fail("Could not find crates `{}` among dependencies of `{}`. Available dependencies were `{}`".format( - missing_crates, - package_name, - dependencies, - )) - - return crate_targets - -def all_crate_deps( - normal = False, - normal_dev = False, - proc_macro = False, - proc_macro_dev = False, - build = False, - build_proc_macro = False, - features = None, - package_name = None): - """Finds the fully qualified label of all requested direct crate dependencies \ - for the package where this macro is called. - - If no parameters are set, all normal dependencies are returned. Setting any one flag will - otherwise impact the contents of the returned list. - - Args: - normal (bool, optional): If True, normal dependencies are included in the - output list. - normal_dev (bool, optional): If True, normal dev dependencies will be - included in the output list.. - proc_macro (bool, optional): If True, proc_macro dependencies are included - in the output list. - proc_macro_dev (bool, optional): If True, dev proc_macro dependencies are - included in the output list. - build (bool, optional): If True, build dependencies are included - in the output list. - build_proc_macro (bool, optional): If True, build proc_macro dependencies are - included in the output list. - features ([str], optional): A list of additional features to include when - finding crate dependencies. - package_name (str, optional): The package name of the set of dependencies to look up. - Defaults to `native.package_name()` when unset. - - Returns: - list: A list of labels to generated rust targets (str) - """ - - if package_name == None: - package_name = native.package_name() - - if features == None: - features = crate_features(package_name = package_name) - - # Default to always using normal dependencies - if not (normal or normal_dev or proc_macro or proc_macro_dev or build or build_proc_macro): - normal = True - - # Determine the relevant maps to use - all_dependency_maps = [] - if normal and package_name in _NORMAL_DEPENDENCIES: - all_dependency_maps.append(_NORMAL_DEPENDENCIES.get(package_name, {})) - if normal_dev and package_name in _NORMAL_DEV_DEPENDENCIES: - all_dependency_maps.append(_NORMAL_DEV_DEPENDENCIES.get(package_name, {})) - if proc_macro and package_name in _PROC_MACRO_DEPENDENCIES: - all_dependency_maps.append(_PROC_MACRO_DEPENDENCIES.get(package_name, {})) - if proc_macro_dev and package_name in _PROC_MACRO_DEV_DEPENDENCIES: - all_dependency_maps.append(_PROC_MACRO_DEV_DEPENDENCIES.get(package_name, {})) - if build and package_name in _BUILD_DEPENDENCIES: - all_dependency_maps.append(_BUILD_DEPENDENCIES.get(package_name, {})) - if build_proc_macro and package_name in _BUILD_PROC_MACRO_DEPENDENCIES: - all_dependency_maps.append(_BUILD_PROC_MACRO_DEPENDENCIES.get(package_name, {})) - - if not all_dependency_maps: - print("Tried to get all_crate_deps for package " + package_name + " but that package had no Cargo.toml file") - - features = _make_crate_features(package_name = package_name).add(features).flatten() - dependencies = _flatten_dependency_maps(all_dependency_maps, features) - - crate_deps = list(dependencies.pop(_COMMON_CONDITION, {}).values()) - if dependencies: - select_statement = { - "//conditions:default": [], - } - for condition, deps in dependencies.items(): - select_statement[condition] = deps.values() - - crate_deps += select(select_statement) - - return crate_deps - -def aliases( - normal = False, - normal_dev = False, - proc_macro = False, - proc_macro_dev = False, - build = False, - build_proc_macro = False, - features = None, - package_name = None): - """Produces a map of Crate alias names to their original label - - If no dependency kinds are specified, `normal` and `proc_macro` are used by default. - Setting any one flag will otherwise determine the contents of the returned dict. - - Args: - normal (bool, optional): If True, normal dependencies are included in the - output list. - normal_dev (bool, optional): If True, normal dev dependencies will be - included in the output list.. - proc_macro (bool, optional): If True, proc_macro dependencies are included - in the output list. - proc_macro_dev (bool, optional): If True, dev proc_macro dependencies are - included in the output list. - build (bool, optional): If True, build dependencies are included - in the output list. - build_proc_macro (bool, optional): If True, build proc_macro dependencies are - included in the output list. - features ([str], optional): A list of additional features to include when - finding crate dependencies. - package_name (str, optional): The package name of the set of dependencies to look up. - Defaults to `native.package_name()` when unset. - - Returns: - dict: The aliases of all associated packages - """ - if package_name == None: - package_name = native.package_name() - - if features == None: - features = crate_features(package_name = package_name) - - if not (normal or normal_dev or proc_macro or proc_macro_dev or build or build_proc_macro): - normal = True - proc_macro = True - - # Determine the relevant maps to use - all_aliases_maps = [] - if normal and package_name in _NORMAL_ALIASES: - all_aliases_maps.append(_NORMAL_ALIASES.get(package_name, {})) - if normal_dev and package_name in _NORMAL_DEV_ALIASES: - all_aliases_maps.append(_NORMAL_DEV_ALIASES.get(package_name, {})) - if proc_macro and package_name in _PROC_MACRO_ALIASES: - all_aliases_maps.append(_PROC_MACRO_ALIASES.get(package_name, {})) - if proc_macro_dev and package_name in _PROC_MACRO_DEV_ALIASES: - all_aliases_maps.append(_PROC_MACRO_DEV_ALIASES.get(package_name, {})) - if build and package_name in _BUILD_ALIASES: - all_aliases_maps.append(_BUILD_ALIASES.get(package_name, {})) - if build_proc_macro and package_name in _BUILD_PROC_MACRO_ALIASES: - all_aliases_maps.append(_BUILD_PROC_MACRO_ALIASES.get(package_name, {})) - - if not all_aliases_maps: - return dict() - - features = _make_crate_features(package_name = package_name).add(features).flatten() - aliases = _flatten_dependency_maps(all_aliases_maps, features) - common_items = aliases.pop(_COMMON_CONDITION, {}).items() - - # If there are only common items in the dictionary, immediately return them - if not aliases: - return dict(common_items) - - # Build a single select statement where each conditional has accounted for the - # common set of aliases. - crate_aliases = {"//conditions:default": dict(common_items)} - for condition, deps in aliases.items(): - crate_aliases[condition] = dict(deps.items() + common_items) - - return select(crate_aliases) - -############################################################################### -# WORKSPACE MEMBER DEPS AND ALIASES -############################################################################### - -_NORMAL_DEPENDENCIES = { - "": { - _REQUIRED_FEATURE: { - _COMMON_CONDITION: { - "cargo-deny": Label("@bindeps//:cargo-deny-0.18.4"), - "cedar-policy-cli": Label("@bindeps//:cedar-policy-cli-4.5.1"), - "just": Label("@bindeps//:just-1.42.4"), - "rust-analyzer": Label("@bindeps//:rust-analyzer-0.0.0"), - }, - }, - }, -} - -_NORMAL_ALIASES = { - "": { - _REQUIRED_FEATURE: { - _COMMON_CONDITION: { - }, - }, - }, -} - -_NORMAL_DEV_DEPENDENCIES = { - "": { - }, -} - -_NORMAL_DEV_ALIASES = { - "": { - }, -} - -_PROC_MACRO_DEPENDENCIES = { - "": { - }, -} - -_PROC_MACRO_ALIASES = { - "": { - }, -} - -_PROC_MACRO_DEV_DEPENDENCIES = { - "": { - }, -} - -_PROC_MACRO_DEV_ALIASES = { - "": { - }, -} - -_BUILD_DEPENDENCIES = { - "": { - }, -} - -_BUILD_ALIASES = { - "": { - }, -} - -_BUILD_PROC_MACRO_DEPENDENCIES = { - "": { - }, -} - -_BUILD_PROC_MACRO_ALIASES = { - "": { - }, -} - -_FEATURE_FLAGS = { - "": { - }, -} - -_RESOLVED_FEATURE_FLAGS = { - "": { - }, -} - -_VERSIONS = { - "": "0.0.1", -} - -_CONDITIONS = { - "aarch64-apple-darwin": ["@rules_rust//rust/platform:aarch64-apple-darwin"], - "aarch64-pc-windows-msvc": ["@rules_rust//rust/platform:aarch64-pc-windows-msvc"], - "aarch64-unknown-linux-gnu": ["@rules_rust//rust/platform:aarch64-unknown-linux-gnu"], - "cfg(all(all(target_arch = \"aarch64\", target_endian = \"little\"), target_os = \"windows\"))": ["@rules_rust//rust/platform:aarch64-pc-windows-msvc"], - "cfg(all(all(target_arch = \"aarch64\", target_endian = \"little\"), target_vendor = \"apple\", any(target_os = \"ios\", target_os = \"macos\", target_os = \"tvos\", target_os = \"visionos\", target_os = \"watchos\")))": ["@rules_rust//rust/platform:aarch64-apple-darwin"], - "cfg(all(any(all(target_arch = \"aarch64\", target_endian = \"little\"), all(target_arch = \"arm\", target_endian = \"little\")), any(target_os = \"android\", target_os = \"linux\")))": ["@rules_rust//rust/platform:aarch64-unknown-linux-gnu"], - "cfg(all(any(target_arch = \"x86_64\", target_arch = \"arm64ec\"), target_env = \"msvc\", not(windows_raw_dylib)))": ["@rules_rust//rust/platform:x86_64-pc-windows-msvc"], - "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"], - "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"], - "cfg(all(not(target_arch = \"wasm32\"), target_os = \"windows\"))": ["@rules_rust//rust/platform:aarch64-pc-windows-msvc", "@rules_rust//rust/platform:x86_64-pc-windows-msvc"], - "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-apple-darwin", "@rules_rust//rust/platform:x86_64-apple-darwin"], - "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))": ["@rules_rust//rust/platform:aarch64-pc-windows-msvc"], - "cfg(all(target_arch = \"aarch64\", target_os = \"linux\"))": ["@rules_rust//rust/platform:aarch64-unknown-linux-gnu"], - "cfg(all(target_arch = \"aarch64\", target_vendor = \"apple\"))": ["@rules_rust//rust/platform:aarch64-apple-darwin"], - "cfg(all(target_os = \"linux\", not(target_env = \"ohos\")))": ["@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu"], - "cfg(all(target_os = \"linux\", target_env = \"gnu\"))": ["@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu"], - "cfg(all(target_os = \"macos\", target_arch = \"aarch64\"))": ["@rules_rust//rust/platform:aarch64-apple-darwin"], - "cfg(all(unix, not(macos)))": ["@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu"], - "cfg(all(unix, not(target_os = \"macos\")))": ["@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu"], - "cfg(any(target_arch = \"aarch64\", target_arch = \"x86\", target_arch = \"x86_64\"))": ["@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:aarch64-pc-windows-msvc", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-pc-windows-msvc", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu"], - "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))": ["@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:aarch64-pc-windows-msvc", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-pc-windows-msvc", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu"], - "cfg(any(target_family = \"unix\", all(target_family = \"windows\", target_env = \"gnu\")))": ["@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu"], - "cfg(any(target_os = \"android\", target_os = \"linux\", target_os = \"macos\", target_os = \"hurd\"))": ["@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu"], - "cfg(any(target_os = \"linux\", target_os = \"android\"))": ["@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu"], - "cfg(any(target_os = \"linux\", target_os = \"android\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\", target_os = \"illumos\", target_os = \"solaris\", target_os = \"aix\", target_os = \"hurd\"))": ["@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu"], - "cfg(any(target_os = \"macos\", target_os = \"ios\"))": ["@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:x86_64-apple-darwin"], - "cfg(any(target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\"))": ["@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:x86_64-apple-darwin"], - "cfg(any(target_os = \"macos\", target_os = \"openbsd\", target_os = \"vita\", target_os = \"emscripten\"))": ["@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:x86_64-apple-darwin"], - "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:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu"], - "cfg(any(unix, windows, target_os = \"wasi\"))": ["@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:aarch64-pc-windows-msvc", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-pc-windows-msvc", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu"], - "cfg(any(windows, target_family = \"wasm\"))": ["@rules_rust//rust/platform:aarch64-pc-windows-msvc", "@rules_rust//rust/platform:x86_64-pc-windows-msvc"], - "cfg(any(windows, target_os = \"cygwin\"))": ["@rules_rust//rust/platform:aarch64-pc-windows-msvc", "@rules_rust//rust/platform:x86_64-pc-windows-msvc"], - "cfg(not(all(target_arch = \"arm\", target_os = \"none\")))": ["@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:aarch64-pc-windows-msvc", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-pc-windows-msvc", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu"], - "cfg(not(all(target_arch = \"wasm32\", any(target_os = \"unknown\", target_os = \"none\"))))": ["@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:aarch64-pc-windows-msvc", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-pc-windows-msvc", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu"], - "cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))": ["@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu"], - "cfg(not(any(target_arch = \"wasm32\", target_os = \"emscripten\")))": ["@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:aarch64-pc-windows-msvc", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-pc-windows-msvc", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu"], - "cfg(not(any(target_os = \"unknown\", target_arch = \"wasm32\")))": ["@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:aarch64-pc-windows-msvc", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-pc-windows-msvc", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu"], - "cfg(not(feature = \"alloc\"))": ["@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:aarch64-pc-windows-msvc", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-pc-windows-msvc", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu"], - "cfg(not(target_arch = \"wasm32\"))": ["@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:aarch64-pc-windows-msvc", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-pc-windows-msvc", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu"], - "cfg(not(target_env = \"musl\"))": ["@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:aarch64-pc-windows-msvc", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-pc-windows-msvc", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu"], - "cfg(not(target_family = \"wasm\"))": ["@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:aarch64-pc-windows-msvc", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-pc-windows-msvc", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu"], - "cfg(not(target_os = \"windows\"))": ["@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu"], - "cfg(not(windows))": ["@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu"], - "cfg(target_arch = \"aarch64\")": ["@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:aarch64-pc-windows-msvc", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu"], - "cfg(target_env = \"msvc\")": ["@rules_rust//rust/platform:aarch64-pc-windows-msvc", "@rules_rust//rust/platform:x86_64-pc-windows-msvc"], - "cfg(target_family = \"unix\")": ["@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu"], - "cfg(target_os = \"linux\")": ["@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu"], - "cfg(target_os = \"macos\")": ["@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:x86_64-apple-darwin"], - "cfg(target_os = \"windows\")": ["@rules_rust//rust/platform:aarch64-pc-windows-msvc", "@rules_rust//rust/platform:x86_64-pc-windows-msvc"], - "cfg(target_vendor = \"apple\")": ["@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:x86_64-apple-darwin"], - "cfg(unix)": ["@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-darwin", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu"], - "cfg(windows)": ["@rules_rust//rust/platform:aarch64-pc-windows-msvc", "@rules_rust//rust/platform:x86_64-pc-windows-msvc"], - "x86_64-apple-darwin": ["@rules_rust//rust/platform:x86_64-apple-darwin"], - "x86_64-pc-windows-msvc": ["@rules_rust//rust/platform:x86_64-pc-windows-msvc"], - "x86_64-unknown-linux-gnu": ["@rules_rust//rust/platform:x86_64-unknown-linux-gnu"], -} - -############################################################################### - -def crate_repositories(): - """A macro for defining repositories for all generated crates. - - Returns: - A list of repos visible to the module through the module extension. - """ - maybe( - http_archive, - name = "bindeps__actix-codec-0.5.2", - sha256 = "5f7b0a21988c1bf877cf4759ef5ddaac04c1c9fe808c9142ecb78ba97d97a28a", - type = "tar.gz", - urls = ["https://static.crates.io/crates/actix-codec/0.5.2/download"], - strip_prefix = "actix-codec-0.5.2", - build_file = Label("//vendor/bindeps:BUILD.actix-codec-0.5.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__actix-files-0.6.8", - sha256 = "6c0d87f10d70e2948ad40e8edea79c8e77c6c66e0250a4c1f09b690465199576", - type = "tar.gz", - urls = ["https://static.crates.io/crates/actix-files/0.6.8/download"], - strip_prefix = "actix-files-0.6.8", - build_file = Label("//vendor/bindeps:BUILD.actix-files-0.6.8.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__actix-http-3.11.1", - sha256 = "44cceded2fb55f3c4b67068fa64962e2ca59614edc5b03167de9ff82ae803da0", - type = "tar.gz", - urls = ["https://static.crates.io/crates/actix-http/3.11.1/download"], - strip_prefix = "actix-http-3.11.1", - build_file = Label("//vendor/bindeps:BUILD.actix-http-3.11.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__actix-macros-0.2.4", - sha256 = "e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb", - type = "tar.gz", - urls = ["https://static.crates.io/crates/actix-macros/0.2.4/download"], - strip_prefix = "actix-macros-0.2.4", - build_file = Label("//vendor/bindeps:BUILD.actix-macros-0.2.4.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__actix-multipart-0.7.2", - sha256 = "d5118a26dee7e34e894f7e85aa0ee5080ae4c18bf03c0e30d49a80e418f00a53", - type = "tar.gz", - urls = ["https://static.crates.io/crates/actix-multipart/0.7.2/download"], - strip_prefix = "actix-multipart-0.7.2", - build_file = Label("//vendor/bindeps:BUILD.actix-multipart-0.7.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__actix-multipart-derive-0.7.0", - sha256 = "e11eb847f49a700678ea2fa73daeb3208061afa2b9d1a8527c03390f4c4a1c6b", - type = "tar.gz", - urls = ["https://static.crates.io/crates/actix-multipart-derive/0.7.0/download"], - strip_prefix = "actix-multipart-derive-0.7.0", - build_file = Label("//vendor/bindeps:BUILD.actix-multipart-derive-0.7.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__actix-router-0.5.3", - sha256 = "13d324164c51f63867b57e73ba5936ea151b8a41a1d23d1031eeb9f70d0236f8", - type = "tar.gz", - urls = ["https://static.crates.io/crates/actix-router/0.5.3/download"], - strip_prefix = "actix-router-0.5.3", - build_file = Label("//vendor/bindeps:BUILD.actix-router-0.5.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__actix-rt-2.11.0", - sha256 = "92589714878ca59a7626ea19734f0e07a6a875197eec751bb5d3f99e64998c63", - type = "tar.gz", - urls = ["https://static.crates.io/crates/actix-rt/2.11.0/download"], - strip_prefix = "actix-rt-2.11.0", - build_file = Label("//vendor/bindeps:BUILD.actix-rt-2.11.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__actix-server-2.6.0", - sha256 = "a65064ea4a457eaf07f2fba30b4c695bf43b721790e9530d26cb6f9019ff7502", - type = "tar.gz", - urls = ["https://static.crates.io/crates/actix-server/2.6.0/download"], - strip_prefix = "actix-server-2.6.0", - build_file = Label("//vendor/bindeps:BUILD.actix-server-2.6.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__actix-service-2.0.3", - sha256 = "9e46f36bf0e5af44bdc4bdb36fbbd421aa98c79a9bce724e1edeb3894e10dc7f", - type = "tar.gz", - urls = ["https://static.crates.io/crates/actix-service/2.0.3/download"], - strip_prefix = "actix-service-2.0.3", - build_file = Label("//vendor/bindeps:BUILD.actix-service-2.0.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__actix-tls-3.4.0", - sha256 = "ac453898d866cdbecdbc2334fe1738c747b4eba14a677261f2b768ba05329389", - type = "tar.gz", - urls = ["https://static.crates.io/crates/actix-tls/3.4.0/download"], - strip_prefix = "actix-tls-3.4.0", - build_file = Label("//vendor/bindeps:BUILD.actix-tls-3.4.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__actix-utils-3.0.1", - sha256 = "88a1dcdff1466e3c2488e1cb5c36a71822750ad43839937f85d2f4d9f8b705d8", - type = "tar.gz", - urls = ["https://static.crates.io/crates/actix-utils/3.0.1/download"], - strip_prefix = "actix-utils-3.0.1", - build_file = Label("//vendor/bindeps:BUILD.actix-utils-3.0.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__actix-web-4.11.0", - sha256 = "a597b77b5c6d6a1e1097fddde329a83665e25c5437c696a3a9a4aa514a614dea", - type = "tar.gz", - urls = ["https://static.crates.io/crates/actix-web/4.11.0/download"], - strip_prefix = "actix-web-4.11.0", - build_file = Label("//vendor/bindeps:BUILD.actix-web-4.11.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__actix-web-codegen-4.3.0", - sha256 = "f591380e2e68490b5dfaf1dd1aa0ebe78d84ba7067078512b4ea6e4492d622b8", - type = "tar.gz", - urls = ["https://static.crates.io/crates/actix-web-codegen/4.3.0/download"], - strip_prefix = "actix-web-codegen-4.3.0", - build_file = Label("//vendor/bindeps:BUILD.actix-web-codegen-4.3.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__actix-web-httpauth-0.8.2", - sha256 = "456348ed9dcd72a13a1f4a660449fafdecee9ac8205552e286809eb5b0b29bd3", - type = "tar.gz", - urls = ["https://static.crates.io/crates/actix-web-httpauth/0.8.2/download"], - strip_prefix = "actix-web-httpauth-0.8.2", - build_file = Label("//vendor/bindeps:BUILD.actix-web-httpauth-0.8.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__addr2line-0.24.2", - sha256 = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1", - type = "tar.gz", - urls = ["https://static.crates.io/crates/addr2line/0.24.2/download"], - strip_prefix = "addr2line-0.24.2", - build_file = Label("//vendor/bindeps:BUILD.addr2line-0.24.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__adler2-2.0.1", - sha256 = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa", - type = "tar.gz", - urls = ["https://static.crates.io/crates/adler2/2.0.1/download"], - strip_prefix = "adler2-2.0.1", - build_file = Label("//vendor/bindeps:BUILD.adler2-2.0.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__adler32-1.2.0", - sha256 = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234", - type = "tar.gz", - urls = ["https://static.crates.io/crates/adler32/1.2.0/download"], - strip_prefix = "adler32-1.2.0", - build_file = Label("//vendor/bindeps:BUILD.adler32-1.2.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__aes-0.8.4", - sha256 = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0", - type = "tar.gz", - urls = ["https://static.crates.io/crates/aes/0.8.4/download"], - strip_prefix = "aes-0.8.4", - build_file = Label("//vendor/bindeps:BUILD.aes-0.8.4.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__ahash-0.8.12", - sha256 = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75", - type = "tar.gz", - urls = ["https://static.crates.io/crates/ahash/0.8.12/download"], - strip_prefix = "ahash-0.8.12", - build_file = Label("//vendor/bindeps:BUILD.ahash-0.8.12.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__aho-corasick-1.1.3", - sha256 = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916", - type = "tar.gz", - urls = ["https://static.crates.io/crates/aho-corasick/1.1.3/download"], - strip_prefix = "aho-corasick-1.1.3", - build_file = Label("//vendor/bindeps:BUILD.aho-corasick-1.1.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__alloc-no-stdlib-2.0.4", - sha256 = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3", - type = "tar.gz", - urls = ["https://static.crates.io/crates/alloc-no-stdlib/2.0.4/download"], - strip_prefix = "alloc-no-stdlib-2.0.4", - build_file = Label("//vendor/bindeps:BUILD.alloc-no-stdlib-2.0.4.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__alloc-stdlib-0.2.2", - sha256 = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece", - type = "tar.gz", - urls = ["https://static.crates.io/crates/alloc-stdlib/0.2.2/download"], - strip_prefix = "alloc-stdlib-0.2.2", - build_file = Label("//vendor/bindeps:BUILD.alloc-stdlib-0.2.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__allocator-api2-0.2.21", - sha256 = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923", - type = "tar.gz", - urls = ["https://static.crates.io/crates/allocator-api2/0.2.21/download"], - strip_prefix = "allocator-api2-0.2.21", - build_file = Label("//vendor/bindeps:BUILD.allocator-api2-0.2.21.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__alphanumeric-sort-1.5.3", - sha256 = "d67c60c5f10f11c6ee04de72b2dd98bb9d2548cbc314d22a609bfa8bd9e87e8f", - type = "tar.gz", - urls = ["https://static.crates.io/crates/alphanumeric-sort/1.5.3/download"], - strip_prefix = "alphanumeric-sort-1.5.3", - build_file = Label("//vendor/bindeps:BUILD.alphanumeric-sort-1.5.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__ansi_term-0.12.1", - sha256 = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2", - type = "tar.gz", - urls = ["https://static.crates.io/crates/ansi_term/0.12.1/download"], - strip_prefix = "ansi_term-0.12.1", - build_file = Label("//vendor/bindeps:BUILD.ansi_term-0.12.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__anstream-0.6.20", - sha256 = "3ae563653d1938f79b1ab1b5e668c87c76a9930414574a6583a7b7e11a8e6192", - type = "tar.gz", - urls = ["https://static.crates.io/crates/anstream/0.6.20/download"], - strip_prefix = "anstream-0.6.20", - build_file = Label("//vendor/bindeps:BUILD.anstream-0.6.20.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__anstyle-1.0.11", - sha256 = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd", - type = "tar.gz", - urls = ["https://static.crates.io/crates/anstyle/1.0.11/download"], - strip_prefix = "anstyle-1.0.11", - build_file = Label("//vendor/bindeps:BUILD.anstyle-1.0.11.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__anstyle-parse-0.2.7", - sha256 = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2", - type = "tar.gz", - urls = ["https://static.crates.io/crates/anstyle-parse/0.2.7/download"], - strip_prefix = "anstyle-parse-0.2.7", - build_file = Label("//vendor/bindeps:BUILD.anstyle-parse-0.2.7.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__anstyle-query-1.1.4", - sha256 = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2", - type = "tar.gz", - urls = ["https://static.crates.io/crates/anstyle-query/1.1.4/download"], - strip_prefix = "anstyle-query-1.1.4", - build_file = Label("//vendor/bindeps:BUILD.anstyle-query-1.1.4.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__anstyle-wincon-3.0.10", - sha256 = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a", - type = "tar.gz", - urls = ["https://static.crates.io/crates/anstyle-wincon/3.0.10/download"], - strip_prefix = "anstyle-wincon-3.0.10", - build_file = Label("//vendor/bindeps:BUILD.anstyle-wincon-3.0.10.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__anyhow-1.0.99", - sha256 = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100", - type = "tar.gz", - urls = ["https://static.crates.io/crates/anyhow/1.0.99/download"], - strip_prefix = "anyhow-1.0.99", - build_file = Label("//vendor/bindeps:BUILD.anyhow-1.0.99.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__arbitrary-1.4.2", - sha256 = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1", - type = "tar.gz", - urls = ["https://static.crates.io/crates/arbitrary/1.4.2/download"], - strip_prefix = "arbitrary-1.4.2", - build_file = Label("//vendor/bindeps:BUILD.arbitrary-1.4.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__arc-swap-1.7.1", - sha256 = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457", - type = "tar.gz", - urls = ["https://static.crates.io/crates/arc-swap/1.7.1/download"], - strip_prefix = "arc-swap-1.7.1", - build_file = Label("//vendor/bindeps:BUILD.arc-swap-1.7.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__arrayref-0.3.9", - sha256 = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb", - type = "tar.gz", - urls = ["https://static.crates.io/crates/arrayref/0.3.9/download"], - strip_prefix = "arrayref-0.3.9", - build_file = Label("//vendor/bindeps:BUILD.arrayref-0.3.9.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__arrayvec-0.5.2", - sha256 = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b", - type = "tar.gz", - urls = ["https://static.crates.io/crates/arrayvec/0.5.2/download"], - strip_prefix = "arrayvec-0.5.2", - build_file = Label("//vendor/bindeps:BUILD.arrayvec-0.5.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__arrayvec-0.7.6", - sha256 = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50", - type = "tar.gz", - urls = ["https://static.crates.io/crates/arrayvec/0.7.6/download"], - strip_prefix = "arrayvec-0.7.6", - build_file = Label("//vendor/bindeps:BUILD.arrayvec-0.7.6.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__ascii-canvas-4.0.0", - sha256 = "ef1e3e699d84ab1b0911a1010c5c106aa34ae89aeac103be5ce0c3859db1e891", - type = "tar.gz", - urls = ["https://static.crates.io/crates/ascii-canvas/4.0.0/download"], - strip_prefix = "ascii-canvas-4.0.0", - build_file = Label("//vendor/bindeps:BUILD.ascii-canvas-4.0.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__askalono-0.5.0", - sha256 = "46676ccec8213bcc35a7e8562a8459138b8ae82c380bbc9ae7ffcfa247352972", - type = "tar.gz", - urls = ["https://static.crates.io/crates/askalono/0.5.0/download"], - strip_prefix = "askalono-0.5.0", - build_file = Label("//vendor/bindeps:BUILD.askalono-0.5.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__async-channel-2.5.0", - sha256 = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2", - type = "tar.gz", - urls = ["https://static.crates.io/crates/async-channel/2.5.0/download"], - strip_prefix = "async-channel-2.5.0", - build_file = Label("//vendor/bindeps:BUILD.async-channel-2.5.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__async-compression-0.4.30", - sha256 = "977eb15ea9efd848bb8a4a1a2500347ed7f0bf794edf0dc3ddcf439f43d36b23", - type = "tar.gz", - urls = ["https://static.crates.io/crates/async-compression/0.4.30/download"], - strip_prefix = "async-compression-0.4.30", - build_file = Label("//vendor/bindeps:BUILD.async-compression-0.4.30.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__async-fs-2.2.0", - sha256 = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5", - type = "tar.gz", - urls = ["https://static.crates.io/crates/async-fs/2.2.0/download"], - strip_prefix = "async-fs-2.2.0", - build_file = Label("//vendor/bindeps:BUILD.async-fs-2.2.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__async-lock-3.4.1", - sha256 = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc", - type = "tar.gz", - urls = ["https://static.crates.io/crates/async-lock/3.4.1/download"], - strip_prefix = "async-lock-3.4.1", - build_file = Label("//vendor/bindeps:BUILD.async-lock-3.4.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__async-task-4.7.1", - sha256 = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de", - type = "tar.gz", - urls = ["https://static.crates.io/crates/async-task/4.7.1/download"], - strip_prefix = "async-task-4.7.1", - build_file = Label("//vendor/bindeps:BUILD.async-task-4.7.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__async-trait-0.1.89", - sha256 = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb", - type = "tar.gz", - urls = ["https://static.crates.io/crates/async-trait/0.1.89/download"], - strip_prefix = "async-trait-0.1.89", - build_file = Label("//vendor/bindeps:BUILD.async-trait-0.1.89.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__async-walkdir-2.1.0", - sha256 = "37672978ae0febce7516ae0a85b53e6185159a9a28787391eb63fc44ec36037d", - type = "tar.gz", - urls = ["https://static.crates.io/crates/async-walkdir/2.1.0/download"], - strip_prefix = "async-walkdir-2.1.0", - build_file = Label("//vendor/bindeps:BUILD.async-walkdir-2.1.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__atomic-waker-1.1.2", - sha256 = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0", - type = "tar.gz", - urls = ["https://static.crates.io/crates/atomic-waker/1.1.2/download"], - strip_prefix = "atomic-waker-1.1.2", - build_file = Label("//vendor/bindeps:BUILD.atomic-waker-1.1.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__auto_impl-1.3.0", - sha256 = "ffdcb70bdbc4d478427380519163274ac86e52916e10f0a8889adf0f96d3fee7", - type = "tar.gz", - urls = ["https://static.crates.io/crates/auto_impl/1.3.0/download"], - strip_prefix = "auto_impl-1.3.0", - build_file = Label("//vendor/bindeps:BUILD.auto_impl-1.3.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__autocfg-1.5.0", - sha256 = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8", - type = "tar.gz", - urls = ["https://static.crates.io/crates/autocfg/1.5.0/download"], - strip_prefix = "autocfg-1.5.0", - build_file = Label("//vendor/bindeps:BUILD.autocfg-1.5.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__backtrace-0.3.75", - sha256 = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002", - type = "tar.gz", - urls = ["https://static.crates.io/crates/backtrace/0.3.75/download"], - strip_prefix = "backtrace-0.3.75", - build_file = Label("//vendor/bindeps:BUILD.backtrace-0.3.75.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__backtrace-ext-0.2.1", - sha256 = "537beee3be4a18fb023b570f80e3ae28003db9167a751266b259926e25539d50", - type = "tar.gz", - urls = ["https://static.crates.io/crates/backtrace-ext/0.2.1/download"], - strip_prefix = "backtrace-ext-0.2.1", - build_file = Label("//vendor/bindeps:BUILD.backtrace-ext-0.2.1.bazel"), - ) - - maybe( - new_git_repository, - name = "bindeps__base-db-0.0.0", - commit = "123f57bff97627e8a5553a5ba1d67918f877dc24", - init_submodules = True, - remote = "https://github.com/scufflecloud/rust-analyzer.git", - build_file = Label("//vendor/bindeps:BUILD.base-db-0.0.0.bazel"), - strip_prefix = "crates/base-db", - ) - - maybe( - http_archive, - name = "bindeps__base64-0.22.1", - sha256 = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6", - type = "tar.gz", - urls = ["https://static.crates.io/crates/base64/0.22.1/download"], - strip_prefix = "base64-0.22.1", - build_file = Label("//vendor/bindeps:BUILD.base64-0.22.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__beef-0.5.2", - sha256 = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1", - type = "tar.gz", - urls = ["https://static.crates.io/crates/beef/0.5.2/download"], - strip_prefix = "beef-0.5.2", - build_file = Label("//vendor/bindeps:BUILD.beef-0.5.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__bindgen-0.70.1", - sha256 = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f", - type = "tar.gz", - urls = ["https://static.crates.io/crates/bindgen/0.70.1/download"], - strip_prefix = "bindgen-0.70.1", - build_file = Label("//vendor/bindeps:BUILD.bindgen-0.70.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__bit-set-0.8.0", - sha256 = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3", - type = "tar.gz", - urls = ["https://static.crates.io/crates/bit-set/0.8.0/download"], - strip_prefix = "bit-set-0.8.0", - build_file = Label("//vendor/bindeps:BUILD.bit-set-0.8.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__bit-vec-0.8.0", - sha256 = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7", - type = "tar.gz", - urls = ["https://static.crates.io/crates/bit-vec/0.8.0/download"], - strip_prefix = "bit-vec-0.8.0", - build_file = Label("//vendor/bindeps:BUILD.bit-vec-0.8.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__bitflags-1.3.2", - sha256 = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a", - type = "tar.gz", - urls = ["https://static.crates.io/crates/bitflags/1.3.2/download"], - strip_prefix = "bitflags-1.3.2", - build_file = Label("//vendor/bindeps:BUILD.bitflags-1.3.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__bitflags-2.9.4", - sha256 = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394", - type = "tar.gz", - urls = ["https://static.crates.io/crates/bitflags/2.9.4/download"], - strip_prefix = "bitflags-2.9.4", - build_file = Label("//vendor/bindeps:BUILD.bitflags-2.9.4.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__bitvec-1.0.1", - sha256 = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c", - type = "tar.gz", - urls = ["https://static.crates.io/crates/bitvec/1.0.1/download"], - strip_prefix = "bitvec-1.0.1", - build_file = Label("//vendor/bindeps:BUILD.bitvec-1.0.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__blake3-1.8.2", - sha256 = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0", - type = "tar.gz", - urls = ["https://static.crates.io/crates/blake3/1.8.2/download"], - strip_prefix = "blake3-1.8.2", - build_file = Label("//vendor/bindeps:BUILD.blake3-1.8.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__block-buffer-0.10.4", - sha256 = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71", - type = "tar.gz", - urls = ["https://static.crates.io/crates/block-buffer/0.10.4/download"], - strip_prefix = "block-buffer-0.10.4", - build_file = Label("//vendor/bindeps:BUILD.block-buffer-0.10.4.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__blocking-1.6.2", - sha256 = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21", - type = "tar.gz", - urls = ["https://static.crates.io/crates/blocking/1.6.2/download"], - strip_prefix = "blocking-1.6.2", - build_file = Label("//vendor/bindeps:BUILD.blocking-1.6.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__boxcar-0.2.14", - sha256 = "36f64beae40a84da1b4b26ff2761a5b895c12adc41dc25aaee1c4f2bbfe97a6e", - type = "tar.gz", - urls = ["https://static.crates.io/crates/boxcar/0.2.14/download"], - strip_prefix = "boxcar-0.2.14", - build_file = Label("//vendor/bindeps:BUILD.boxcar-0.2.14.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__brotli-8.0.2", - sha256 = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560", - type = "tar.gz", - urls = ["https://static.crates.io/crates/brotli/8.0.2/download"], - strip_prefix = "brotli-8.0.2", - build_file = Label("//vendor/bindeps:BUILD.brotli-8.0.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__brotli-decompressor-5.0.0", - sha256 = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03", - type = "tar.gz", - urls = ["https://static.crates.io/crates/brotli-decompressor/5.0.0/download"], - strip_prefix = "brotli-decompressor-5.0.0", - build_file = Label("//vendor/bindeps:BUILD.brotli-decompressor-5.0.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__bstr-1.12.0", - sha256 = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4", - type = "tar.gz", - urls = ["https://static.crates.io/crates/bstr/1.12.0/download"], - strip_prefix = "bstr-1.12.0", - build_file = Label("//vendor/bindeps:BUILD.bstr-1.12.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__bumpalo-3.19.0", - sha256 = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43", - type = "tar.gz", - urls = ["https://static.crates.io/crates/bumpalo/3.19.0/download"], - strip_prefix = "bumpalo-3.19.0", - build_file = Label("//vendor/bindeps:BUILD.bumpalo-3.19.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__bytecheck-0.6.12", - sha256 = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2", - type = "tar.gz", - urls = ["https://static.crates.io/crates/bytecheck/0.6.12/download"], - strip_prefix = "bytecheck-0.6.12", - build_file = Label("//vendor/bindeps:BUILD.bytecheck-0.6.12.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__bytecheck-0.8.1", - sha256 = "50690fb3370fb9fe3550372746084c46f2ac8c9685c583d2be10eefd89d3d1a3", - type = "tar.gz", - urls = ["https://static.crates.io/crates/bytecheck/0.8.1/download"], - strip_prefix = "bytecheck-0.8.1", - build_file = Label("//vendor/bindeps:BUILD.bytecheck-0.8.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__bytecheck_derive-0.6.12", - sha256 = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659", - type = "tar.gz", - urls = ["https://static.crates.io/crates/bytecheck_derive/0.6.12/download"], - strip_prefix = "bytecheck_derive-0.6.12", - build_file = Label("//vendor/bindeps:BUILD.bytecheck_derive-0.6.12.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__bytecheck_derive-0.8.1", - sha256 = "efb7846e0cb180355c2dec69e721edafa36919850f1a9f52ffba4ebc0393cb71", - type = "tar.gz", - urls = ["https://static.crates.io/crates/bytecheck_derive/0.8.1/download"], - strip_prefix = "bytecheck_derive-0.8.1", - build_file = Label("//vendor/bindeps:BUILD.bytecheck_derive-0.8.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__byteorder-1.5.0", - sha256 = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b", - type = "tar.gz", - urls = ["https://static.crates.io/crates/byteorder/1.5.0/download"], - strip_prefix = "byteorder-1.5.0", - build_file = Label("//vendor/bindeps:BUILD.byteorder-1.5.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__bytes-1.10.1", - sha256 = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a", - type = "tar.gz", - urls = ["https://static.crates.io/crates/bytes/1.10.1/download"], - strip_prefix = "bytes-1.10.1", - build_file = Label("//vendor/bindeps:BUILD.bytes-1.10.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__bytesize-2.1.0", - sha256 = "f5c434ae3cf0089ca203e9019ebe529c47ff45cefe8af7c85ecb734ef541822f", - type = "tar.gz", - urls = ["https://static.crates.io/crates/bytesize/2.1.0/download"], - strip_prefix = "bytesize-2.1.0", - build_file = Label("//vendor/bindeps:BUILD.bytesize-2.1.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__bytestring-1.5.0", - sha256 = "113b4343b5f6617e7ad401ced8de3cc8b012e73a594347c307b90db3e9271289", - type = "tar.gz", - urls = ["https://static.crates.io/crates/bytestring/1.5.0/download"], - strip_prefix = "bytestring-1.5.0", - build_file = Label("//vendor/bindeps:BUILD.bytestring-1.5.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__bzip2-0.5.2", - sha256 = "49ecfb22d906f800d4fe833b6282cf4dc1c298f5057ca0b5445e5c209735ca47", - type = "tar.gz", - urls = ["https://static.crates.io/crates/bzip2/0.5.2/download"], - strip_prefix = "bzip2-0.5.2", - build_file = Label("//vendor/bindeps:BUILD.bzip2-0.5.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__bzip2-sys-0.1.13-1.0.8", - sha256 = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14", - type = "tar.gz", - urls = ["https://static.crates.io/crates/bzip2-sys/0.1.13+1.0.8/download"], - strip_prefix = "bzip2-sys-0.1.13+1.0.8", - build_file = Label("//vendor/bindeps:BUILD.bzip2-sys-0.1.13+1.0.8.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__camino-1.2.0", - sha256 = "e1de8bc0aa9e9385ceb3bf0c152e3a9b9544f6c4a912c8ae504e80c1f0368603", - type = "tar.gz", - urls = ["https://static.crates.io/crates/camino/1.2.0/download"], - strip_prefix = "camino-1.2.0", - build_file = Label("//vendor/bindeps:BUILD.camino-1.2.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__cargo-deny-0.18.4", - sha256 = "6449f9d5a53854443256df7889daea09a59d06ee00a36b5ea8b08517179b9dcb", - type = "tar.gz", - urls = ["https://static.crates.io/crates/cargo-deny/0.18.4/download"], - strip_prefix = "cargo-deny-0.18.4", - build_file = Label("//vendor/bindeps:BUILD.cargo-deny-0.18.4.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__cargo-insta-1.43.2", - sha256 = "95fdff5830c251a7d7d3c414f0bc0a43aef796a07b725d6b43c6f533384a793b", - type = "tar.gz", - urls = ["https://static.crates.io/crates/cargo-insta/1.43.2/download"], - strip_prefix = "cargo-insta-1.43.2", - build_file = Label("//vendor/bindeps:BUILD.cargo-insta-1.43.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__cargo-lock-10.1.0", - sha256 = "c06acb4f71407ba205a07cb453211e0e6a67b21904e47f6ba1f9589e38f2e454", - type = "tar.gz", - urls = ["https://static.crates.io/crates/cargo-lock/10.1.0/download"], - strip_prefix = "cargo-lock-10.1.0", - build_file = Label("//vendor/bindeps:BUILD.cargo-lock-10.1.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__cargo-platform-0.1.9", - sha256 = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea", - type = "tar.gz", - urls = ["https://static.crates.io/crates/cargo-platform/0.1.9/download"], - strip_prefix = "cargo-platform-0.1.9", - build_file = Label("//vendor/bindeps:BUILD.cargo-platform-0.1.9.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__cargo-platform-0.2.0", - sha256 = "84982c6c0ae343635a3a4ee6dedef965513735c8b183caa7289fa6e27399ebd4", - type = "tar.gz", - urls = ["https://static.crates.io/crates/cargo-platform/0.2.0/download"], - strip_prefix = "cargo-platform-0.2.0", - build_file = Label("//vendor/bindeps:BUILD.cargo-platform-0.2.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__cargo-util-schemas-0.8.2", - sha256 = "7dc1a6f7b5651af85774ae5a34b4e8be397d9cf4bc063b7e6dbd99a841837830", - type = "tar.gz", - urls = ["https://static.crates.io/crates/cargo-util-schemas/0.8.2/download"], - strip_prefix = "cargo-util-schemas-0.8.2", - build_file = Label("//vendor/bindeps:BUILD.cargo-util-schemas-0.8.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__cargo_metadata-0.18.1", - sha256 = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037", - type = "tar.gz", - urls = ["https://static.crates.io/crates/cargo_metadata/0.18.1/download"], - strip_prefix = "cargo_metadata-0.18.1", - build_file = Label("//vendor/bindeps:BUILD.cargo_metadata-0.18.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__cargo_metadata-0.21.0", - sha256 = "5cfca2aaa699835ba88faf58a06342a314a950d2b9686165e038286c30316868", - type = "tar.gz", - urls = ["https://static.crates.io/crates/cargo_metadata/0.21.0/download"], - strip_prefix = "cargo_metadata-0.21.0", - build_file = Label("//vendor/bindeps:BUILD.cargo_metadata-0.21.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__caseless-0.2.2", - sha256 = "8b6fd507454086c8edfd769ca6ada439193cdb209c7681712ef6275cccbfe5d8", - type = "tar.gz", - urls = ["https://static.crates.io/crates/caseless/0.2.2/download"], - strip_prefix = "caseless-0.2.2", - build_file = Label("//vendor/bindeps:BUILD.caseless-0.2.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__cc-1.2.37", - sha256 = "65193589c6404eb80b450d618eaf9a2cafaaafd57ecce47370519ef674a7bd44", - type = "tar.gz", - urls = ["https://static.crates.io/crates/cc/1.2.37/download"], - strip_prefix = "cc-1.2.37", - build_file = Label("//vendor/bindeps:BUILD.cc-1.2.37.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__cedar-policy-4.5.1", - sha256 = "c48e6e6d7a17aabe41cf70c5613413ce0cc82f5f651357843bd02b8d41ca08a4", - type = "tar.gz", - urls = ["https://static.crates.io/crates/cedar-policy/4.5.1/download"], - strip_prefix = "cedar-policy-4.5.1", - build_file = Label("//vendor/bindeps:BUILD.cedar-policy-4.5.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__cedar-policy-cli-4.5.1", - sha256 = "3908affb949114778c78e8cb082b82b8520f94b84d8cb33f01b81b3e7af057a5", - type = "tar.gz", - urls = ["https://static.crates.io/crates/cedar-policy-cli/4.5.1/download"], - strip_prefix = "cedar-policy-cli-4.5.1", - build_file = Label("//vendor/bindeps:BUILD.cedar-policy-cli-4.5.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__cedar-policy-core-4.5.1", - sha256 = "02b45be5c965ce63bec3d284fefe0e042342f4e77f149a1e7aafc045119df738", - type = "tar.gz", - urls = ["https://static.crates.io/crates/cedar-policy-core/4.5.1/download"], - strip_prefix = "cedar-policy-core-4.5.1", - build_file = Label("//vendor/bindeps:BUILD.cedar-policy-core-4.5.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__cedar-policy-formatter-4.5.1", - sha256 = "ddec9c888e3afff8000f92d7c93e20a32559301c65fb80683335fb8bb8bf2f35", - type = "tar.gz", - urls = ["https://static.crates.io/crates/cedar-policy-formatter/4.5.1/download"], - strip_prefix = "cedar-policy-formatter-4.5.1", - build_file = Label("//vendor/bindeps:BUILD.cedar-policy-formatter-4.5.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__cexpr-0.6.0", - sha256 = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766", - type = "tar.gz", - urls = ["https://static.crates.io/crates/cexpr/0.6.0/download"], - strip_prefix = "cexpr-0.6.0", - build_file = Label("//vendor/bindeps:BUILD.cexpr-0.6.0.bazel"), - ) - - maybe( - new_git_repository, - name = "bindeps__cfg-0.0.0", - commit = "123f57bff97627e8a5553a5ba1d67918f877dc24", - init_submodules = True, - remote = "https://github.com/scufflecloud/rust-analyzer.git", - build_file = Label("//vendor/bindeps:BUILD.cfg-0.0.0.bazel"), - strip_prefix = "crates/cfg", - ) - - maybe( - http_archive, - name = "bindeps__cfg-expr-0.20.2", - sha256 = "c8d458d63f0f0f482c8da9b7c8b76c21bd885a02056cc94c6404d861ca2b8206", - type = "tar.gz", - urls = ["https://static.crates.io/crates/cfg-expr/0.20.2/download"], - strip_prefix = "cfg-expr-0.20.2", - build_file = Label("//vendor/bindeps:BUILD.cfg-expr-0.20.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__cfg-if-1.0.3", - sha256 = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9", - type = "tar.gz", - urls = ["https://static.crates.io/crates/cfg-if/1.0.3/download"], - strip_prefix = "cfg-if-1.0.3", - build_file = Label("//vendor/bindeps:BUILD.cfg-if-1.0.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__cfg_aliases-0.2.1", - sha256 = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724", - type = "tar.gz", - urls = ["https://static.crates.io/crates/cfg_aliases/0.2.1/download"], - strip_prefix = "cfg_aliases-0.2.1", - build_file = Label("//vendor/bindeps:BUILD.cfg_aliases-0.2.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__chalk-derive-0.104.0", - sha256 = "9ea9b1e80910f66ae87c772247591432032ef3f6a67367ff17f8343db05beafa", - type = "tar.gz", - urls = ["https://static.crates.io/crates/chalk-derive/0.104.0/download"], - strip_prefix = "chalk-derive-0.104.0", - build_file = Label("//vendor/bindeps:BUILD.chalk-derive-0.104.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__chalk-ir-0.104.0", - sha256 = "7047a516de16226cd17344d41a319d0ea1064bf9e60bd612ab341ab4a34bbfa8", - type = "tar.gz", - urls = ["https://static.crates.io/crates/chalk-ir/0.104.0/download"], - strip_prefix = "chalk-ir-0.104.0", - build_file = Label("//vendor/bindeps:BUILD.chalk-ir-0.104.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__chrono-0.4.42", - sha256 = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2", - type = "tar.gz", - urls = ["https://static.crates.io/crates/chrono/0.4.42/download"], - strip_prefix = "chrono-0.4.42", - build_file = Label("//vendor/bindeps:BUILD.chrono-0.4.42.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__chrono-humanize-0.2.3", - sha256 = "799627e6b4d27827a814e837b9d8a504832086081806d45b1afa34dc982b023b", - type = "tar.gz", - urls = ["https://static.crates.io/crates/chrono-humanize/0.2.3/download"], - strip_prefix = "chrono-humanize-0.2.3", - build_file = Label("//vendor/bindeps:BUILD.chrono-humanize-0.2.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__cipher-0.4.4", - sha256 = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad", - type = "tar.gz", - urls = ["https://static.crates.io/crates/cipher/0.4.4/download"], - strip_prefix = "cipher-0.4.4", - build_file = Label("//vendor/bindeps:BUILD.cipher-0.4.4.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__clang-sys-1.8.1", - sha256 = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4", - type = "tar.gz", - urls = ["https://static.crates.io/crates/clang-sys/1.8.1/download"], - strip_prefix = "clang-sys-1.8.1", - build_file = Label("//vendor/bindeps:BUILD.clang-sys-1.8.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__clap-4.5.47", - sha256 = "7eac00902d9d136acd712710d71823fb8ac8004ca445a89e73a41d45aa712931", - type = "tar.gz", - urls = ["https://static.crates.io/crates/clap/4.5.47/download"], - strip_prefix = "clap-4.5.47", - build_file = Label("//vendor/bindeps:BUILD.clap-4.5.47.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__clap_builder-4.5.47", - sha256 = "2ad9bbf750e73b5884fb8a211a9424a1906c1e156724260fdae972f31d70e1d6", - type = "tar.gz", - urls = ["https://static.crates.io/crates/clap_builder/4.5.47/download"], - strip_prefix = "clap_builder-4.5.47", - build_file = Label("//vendor/bindeps:BUILD.clap_builder-4.5.47.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__clap_complete-4.5.48", - sha256 = "be8c97f3a6f02b9e24cadc12aaba75201d18754b53ea0a9d99642f806ccdb4c9", - type = "tar.gz", - urls = ["https://static.crates.io/crates/clap_complete/4.5.48/download"], - strip_prefix = "clap_complete-4.5.48", - build_file = Label("//vendor/bindeps:BUILD.clap_complete-4.5.48.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__clap_derive-4.5.47", - sha256 = "bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c", - type = "tar.gz", - urls = ["https://static.crates.io/crates/clap_derive/4.5.47/download"], - strip_prefix = "clap_derive-4.5.47", - build_file = Label("//vendor/bindeps:BUILD.clap_derive-4.5.47.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__clap_lex-0.7.5", - sha256 = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675", - type = "tar.gz", - urls = ["https://static.crates.io/crates/clap_lex/0.7.5/download"], - strip_prefix = "clap_lex-0.7.5", - build_file = Label("//vendor/bindeps:BUILD.clap_lex-0.7.5.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__clap_mangen-0.2.29", - sha256 = "27b4c3c54b30f0d9adcb47f25f61fcce35c4dd8916638c6b82fbd5f4fb4179e2", - type = "tar.gz", - urls = ["https://static.crates.io/crates/clap_mangen/0.2.29/download"], - strip_prefix = "clap_mangen-0.2.29", - build_file = Label("//vendor/bindeps:BUILD.clap_mangen-0.2.29.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__clru-0.6.2", - sha256 = "cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59", - type = "tar.gz", - urls = ["https://static.crates.io/crates/clru/0.6.2/download"], - strip_prefix = "clru-0.6.2", - build_file = Label("//vendor/bindeps:BUILD.clru-0.6.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__cmake-0.1.54", - sha256 = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0", - type = "tar.gz", - urls = ["https://static.crates.io/crates/cmake/0.1.54/download"], - strip_prefix = "cmake-0.1.54", - build_file = Label("//vendor/bindeps:BUILD.cmake-0.1.54.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__codemap-0.1.3", - sha256 = "b9e769b5c8c8283982a987c6e948e540254f1058d5a74b8794914d4ef5fc2a24", - type = "tar.gz", - urls = ["https://static.crates.io/crates/codemap/0.1.3/download"], - strip_prefix = "codemap-0.1.3", - build_file = Label("//vendor/bindeps:BUILD.codemap-0.1.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__codespan-0.12.0", - sha256 = "3e4b418d52c9206820a56fc1aa28db73d67e346ba8ba6aa90987e8d6becef7e4", - type = "tar.gz", - urls = ["https://static.crates.io/crates/codespan/0.12.0/download"], - strip_prefix = "codespan-0.12.0", - build_file = Label("//vendor/bindeps:BUILD.codespan-0.12.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__codespan-reporting-0.12.0", - sha256 = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81", - type = "tar.gz", - urls = ["https://static.crates.io/crates/codespan-reporting/0.12.0/download"], - strip_prefix = "codespan-reporting-0.12.0", - build_file = Label("//vendor/bindeps:BUILD.codespan-reporting-0.12.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__colorchoice-1.0.4", - sha256 = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75", - type = "tar.gz", - urls = ["https://static.crates.io/crates/colorchoice/1.0.4/download"], - strip_prefix = "colorchoice-1.0.4", - build_file = Label("//vendor/bindeps:BUILD.colorchoice-1.0.4.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__colored-3.0.0", - sha256 = "fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffde2f7efed5fe7c9bb00e5bfb915e", - type = "tar.gz", - urls = ["https://static.crates.io/crates/colored/3.0.0/download"], - strip_prefix = "colored-3.0.0", - build_file = Label("//vendor/bindeps:BUILD.colored-3.0.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__compression-codecs-0.4.30", - sha256 = "485abf41ac0c8047c07c87c72c8fb3eb5197f6e9d7ded615dfd1a00ae00a0f64", - type = "tar.gz", - urls = ["https://static.crates.io/crates/compression-codecs/0.4.30/download"], - strip_prefix = "compression-codecs-0.4.30", - build_file = Label("//vendor/bindeps:BUILD.compression-codecs-0.4.30.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__compression-core-0.4.29", - sha256 = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb", - type = "tar.gz", - urls = ["https://static.crates.io/crates/compression-core/0.4.29/download"], - strip_prefix = "compression-core-0.4.29", - build_file = Label("//vendor/bindeps:BUILD.compression-core-0.4.29.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__comrak-0.39.1", - sha256 = "2fefab951771fc3beeed0773ce66a4f7b706273fc6c4c95b08dd1615744abcf5", - type = "tar.gz", - urls = ["https://static.crates.io/crates/comrak/0.39.1/download"], - strip_prefix = "comrak-0.39.1", - build_file = Label("//vendor/bindeps:BUILD.comrak-0.39.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__concurrent-queue-2.5.0", - sha256 = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973", - type = "tar.gz", - urls = ["https://static.crates.io/crates/concurrent-queue/2.5.0/download"], - strip_prefix = "concurrent-queue-2.5.0", - build_file = Label("//vendor/bindeps:BUILD.concurrent-queue-2.5.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__console-0.15.11", - sha256 = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8", - type = "tar.gz", - urls = ["https://static.crates.io/crates/console/0.15.11/download"], - strip_prefix = "console-0.15.11", - build_file = Label("//vendor/bindeps:BUILD.console-0.15.11.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__console_static_text-0.8.3", - sha256 = "55d8a913e62f6444b79e038be3eb09839e9cfc34d55d85f9336460710647d2f6", - type = "tar.gz", - urls = ["https://static.crates.io/crates/console_static_text/0.8.3/download"], - strip_prefix = "console_static_text-0.8.3", - build_file = Label("//vendor/bindeps:BUILD.console_static_text-0.8.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__constant_time_eq-0.3.1", - sha256 = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6", - type = "tar.gz", - urls = ["https://static.crates.io/crates/constant_time_eq/0.3.1/download"], - strip_prefix = "constant_time_eq-0.3.1", - build_file = Label("//vendor/bindeps:BUILD.constant_time_eq-0.3.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__convert_case-0.4.0", - sha256 = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e", - type = "tar.gz", - urls = ["https://static.crates.io/crates/convert_case/0.4.0/download"], - strip_prefix = "convert_case-0.4.0", - build_file = Label("//vendor/bindeps:BUILD.convert_case-0.4.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__cookie-0.16.2", - sha256 = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb", - type = "tar.gz", - urls = ["https://static.crates.io/crates/cookie/0.16.2/download"], - strip_prefix = "cookie-0.16.2", - build_file = Label("//vendor/bindeps:BUILD.cookie-0.16.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__core-foundation-0.9.4", - sha256 = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f", - type = "tar.gz", - urls = ["https://static.crates.io/crates/core-foundation/0.9.4/download"], - strip_prefix = "core-foundation-0.9.4", - build_file = Label("//vendor/bindeps:BUILD.core-foundation-0.9.4.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__core-foundation-sys-0.8.7", - sha256 = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b", - type = "tar.gz", - urls = ["https://static.crates.io/crates/core-foundation-sys/0.8.7/download"], - strip_prefix = "core-foundation-sys-0.8.7", - build_file = Label("//vendor/bindeps:BUILD.core-foundation-sys-0.8.7.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__core2-0.4.0", - sha256 = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505", - type = "tar.gz", - urls = ["https://static.crates.io/crates/core2/0.4.0/download"], - strip_prefix = "core2-0.4.0", - build_file = Label("//vendor/bindeps:BUILD.core2-0.4.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__corosensei-0.2.2", - sha256 = "5d1ea1c2a2f898d2a6ff149587b8a04f41ee708d248c723f01ac2f0f01edc0b3", - type = "tar.gz", - urls = ["https://static.crates.io/crates/corosensei/0.2.2/download"], - strip_prefix = "corosensei-0.2.2", - build_file = Label("//vendor/bindeps:BUILD.corosensei-0.2.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__countme-3.0.1", - sha256 = "7704b5fdd17b18ae31c4c1da5a2e0305a2bf17b5249300a9ee9ed7b72114c636", - type = "tar.gz", - urls = ["https://static.crates.io/crates/countme/3.0.1/download"], - strip_prefix = "countme-3.0.1", - build_file = Label("//vendor/bindeps:BUILD.countme-3.0.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__cov-mark-2.1.0", - sha256 = "3f1d92727879fb4f24cec33a35e3bff74035541326cbc12ad44ba8886d1927b0", - type = "tar.gz", - urls = ["https://static.crates.io/crates/cov-mark/2.1.0/download"], - strip_prefix = "cov-mark-2.1.0", - build_file = Label("//vendor/bindeps:BUILD.cov-mark-2.1.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__cpufeatures-0.2.17", - sha256 = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280", - type = "tar.gz", - urls = ["https://static.crates.io/crates/cpufeatures/0.2.17/download"], - strip_prefix = "cpufeatures-0.2.17", - build_file = Label("//vendor/bindeps:BUILD.cpufeatures-0.2.17.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__cranelift-bforest-0.110.2", - sha256 = "305d51c180ebdc46ef61bc60c54ae6512db3bc9a05842a1f1e762e45977019ab", - type = "tar.gz", - urls = ["https://static.crates.io/crates/cranelift-bforest/0.110.2/download"], - strip_prefix = "cranelift-bforest-0.110.2", - build_file = Label("//vendor/bindeps:BUILD.cranelift-bforest-0.110.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__cranelift-bitset-0.110.3", - sha256 = "690d8ae6c73748e5ce3d8fe59034dceadb8823e6c8994ba324141c5eae909b0e", - type = "tar.gz", - urls = ["https://static.crates.io/crates/cranelift-bitset/0.110.3/download"], - strip_prefix = "cranelift-bitset-0.110.3", - build_file = Label("//vendor/bindeps:BUILD.cranelift-bitset-0.110.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__cranelift-codegen-0.110.2", - sha256 = "bd7ca95e831c18d1356da783765c344207cbdffea91e13e47fa9327dbb2e0719", - type = "tar.gz", - urls = ["https://static.crates.io/crates/cranelift-codegen/0.110.2/download"], - strip_prefix = "cranelift-codegen-0.110.2", - build_file = Label("//vendor/bindeps:BUILD.cranelift-codegen-0.110.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__cranelift-codegen-meta-0.110.3", - sha256 = "f0a2d2ab65e6cbf91f81781d8da65ec2005510f18300eff21a99526ed6785863", - type = "tar.gz", - urls = ["https://static.crates.io/crates/cranelift-codegen-meta/0.110.3/download"], - strip_prefix = "cranelift-codegen-meta-0.110.3", - build_file = Label("//vendor/bindeps:BUILD.cranelift-codegen-meta-0.110.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__cranelift-codegen-shared-0.110.3", - sha256 = "efcff860573cf3db9ae98fbd949240d78b319df686cc306872e7fab60e9c84d7", - type = "tar.gz", - urls = ["https://static.crates.io/crates/cranelift-codegen-shared/0.110.3/download"], - strip_prefix = "cranelift-codegen-shared-0.110.3", - build_file = Label("//vendor/bindeps:BUILD.cranelift-codegen-shared-0.110.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__cranelift-control-0.110.3", - sha256 = "69d70e5b75c2d5541ef80a99966ccd97aaa54d2a6af19ea31759a28538e1685a", - type = "tar.gz", - urls = ["https://static.crates.io/crates/cranelift-control/0.110.3/download"], - strip_prefix = "cranelift-control-0.110.3", - build_file = Label("//vendor/bindeps:BUILD.cranelift-control-0.110.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__cranelift-entity-0.110.2", - sha256 = "a48cb0a194c9ba82fec35a1e492055388d89b2e3c03dee9dcf2488892be8004d", - type = "tar.gz", - urls = ["https://static.crates.io/crates/cranelift-entity/0.110.2/download"], - strip_prefix = "cranelift-entity-0.110.2", - build_file = Label("//vendor/bindeps:BUILD.cranelift-entity-0.110.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__cranelift-frontend-0.110.2", - sha256 = "8327afc6c1c05f4be62fefce5b439fa83521c65363a322e86ea32c85e7ceaf64", - type = "tar.gz", - urls = ["https://static.crates.io/crates/cranelift-frontend/0.110.2/download"], - strip_prefix = "cranelift-frontend-0.110.2", - build_file = Label("//vendor/bindeps:BUILD.cranelift-frontend-0.110.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__cranelift-isle-0.110.2", - sha256 = "56b08621c00321efcfa3eee6a3179adc009e21ea8d24ca7adc3c326184bc3f48", - type = "tar.gz", - urls = ["https://static.crates.io/crates/cranelift-isle/0.110.2/download"], - strip_prefix = "cranelift-isle-0.110.2", - build_file = Label("//vendor/bindeps:BUILD.cranelift-isle-0.110.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__crc-3.3.0", - sha256 = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675", - type = "tar.gz", - urls = ["https://static.crates.io/crates/crc/3.3.0/download"], - strip_prefix = "crc-3.3.0", - build_file = Label("//vendor/bindeps:BUILD.crc-3.3.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__crc-catalog-2.4.0", - sha256 = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5", - type = "tar.gz", - urls = ["https://static.crates.io/crates/crc-catalog/2.4.0/download"], - strip_prefix = "crc-catalog-2.4.0", - build_file = Label("//vendor/bindeps:BUILD.crc-catalog-2.4.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__crc32fast-1.5.0", - sha256 = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511", - type = "tar.gz", - urls = ["https://static.crates.io/crates/crc32fast/1.5.0/download"], - strip_prefix = "crc32fast-1.5.0", - build_file = Label("//vendor/bindeps:BUILD.crc32fast-1.5.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__crossbeam-0.8.4", - sha256 = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8", - type = "tar.gz", - urls = ["https://static.crates.io/crates/crossbeam/0.8.4/download"], - strip_prefix = "crossbeam-0.8.4", - build_file = Label("//vendor/bindeps:BUILD.crossbeam-0.8.4.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__crossbeam-channel-0.5.15", - sha256 = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2", - type = "tar.gz", - urls = ["https://static.crates.io/crates/crossbeam-channel/0.5.15/download"], - strip_prefix = "crossbeam-channel-0.5.15", - build_file = Label("//vendor/bindeps:BUILD.crossbeam-channel-0.5.15.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__crossbeam-deque-0.8.6", - sha256 = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51", - type = "tar.gz", - urls = ["https://static.crates.io/crates/crossbeam-deque/0.8.6/download"], - strip_prefix = "crossbeam-deque-0.8.6", - build_file = Label("//vendor/bindeps:BUILD.crossbeam-deque-0.8.6.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__crossbeam-epoch-0.9.18", - sha256 = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e", - type = "tar.gz", - urls = ["https://static.crates.io/crates/crossbeam-epoch/0.9.18/download"], - strip_prefix = "crossbeam-epoch-0.9.18", - build_file = Label("//vendor/bindeps:BUILD.crossbeam-epoch-0.9.18.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__crossbeam-queue-0.3.12", - sha256 = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115", - type = "tar.gz", - urls = ["https://static.crates.io/crates/crossbeam-queue/0.3.12/download"], - strip_prefix = "crossbeam-queue-0.3.12", - build_file = Label("//vendor/bindeps:BUILD.crossbeam-queue-0.3.12.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__crossbeam-utils-0.8.21", - sha256 = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28", - type = "tar.gz", - urls = ["https://static.crates.io/crates/crossbeam-utils/0.8.21/download"], - strip_prefix = "crossbeam-utils-0.8.21", - build_file = Label("//vendor/bindeps:BUILD.crossbeam-utils-0.8.21.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__crossterm-0.27.0", - sha256 = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df", - type = "tar.gz", - urls = ["https://static.crates.io/crates/crossterm/0.27.0/download"], - strip_prefix = "crossterm-0.27.0", - build_file = Label("//vendor/bindeps:BUILD.crossterm-0.27.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__crossterm_winapi-0.9.1", - sha256 = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b", - type = "tar.gz", - urls = ["https://static.crates.io/crates/crossterm_winapi/0.9.1/download"], - strip_prefix = "crossterm_winapi-0.9.1", - build_file = Label("//vendor/bindeps:BUILD.crossterm_winapi-0.9.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__crypto-common-0.1.6", - sha256 = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3", - type = "tar.gz", - urls = ["https://static.crates.io/crates/crypto-common/0.1.6/download"], - strip_prefix = "crypto-common-0.1.6", - build_file = Label("//vendor/bindeps:BUILD.crypto-common-0.1.6.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__ctrlc-3.5.0", - sha256 = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3", - type = "tar.gz", - urls = ["https://static.crates.io/crates/ctrlc/3.5.0/download"], - strip_prefix = "ctrlc-3.5.0", - build_file = Label("//vendor/bindeps:BUILD.ctrlc-3.5.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__cvss-2.1.1", - sha256 = "f4f643e062e9a8e26edea270945e05011c441ca6a56e9d9d4464c6b0be1352bd", - type = "tar.gz", - urls = ["https://static.crates.io/crates/cvss/2.1.1/download"], - strip_prefix = "cvss-2.1.1", - build_file = Label("//vendor/bindeps:BUILD.cvss-2.1.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__darling-0.20.11", - sha256 = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee", - type = "tar.gz", - urls = ["https://static.crates.io/crates/darling/0.20.11/download"], - strip_prefix = "darling-0.20.11", - build_file = Label("//vendor/bindeps:BUILD.darling-0.20.11.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__darling-0.21.3", - sha256 = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0", - type = "tar.gz", - urls = ["https://static.crates.io/crates/darling/0.21.3/download"], - strip_prefix = "darling-0.21.3", - build_file = Label("//vendor/bindeps:BUILD.darling-0.21.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__darling_core-0.20.11", - sha256 = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e", - type = "tar.gz", - urls = ["https://static.crates.io/crates/darling_core/0.20.11/download"], - strip_prefix = "darling_core-0.20.11", - build_file = Label("//vendor/bindeps:BUILD.darling_core-0.20.11.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__darling_core-0.21.3", - sha256 = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4", - type = "tar.gz", - urls = ["https://static.crates.io/crates/darling_core/0.21.3/download"], - strip_prefix = "darling_core-0.21.3", - build_file = Label("//vendor/bindeps:BUILD.darling_core-0.21.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__darling_macro-0.20.11", - sha256 = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead", - type = "tar.gz", - urls = ["https://static.crates.io/crates/darling_macro/0.20.11/download"], - strip_prefix = "darling_macro-0.20.11", - build_file = Label("//vendor/bindeps:BUILD.darling_macro-0.20.11.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__darling_macro-0.21.3", - sha256 = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81", - type = "tar.gz", - urls = ["https://static.crates.io/crates/darling_macro/0.21.3/download"], - strip_prefix = "darling_macro-0.21.3", - build_file = Label("//vendor/bindeps:BUILD.darling_macro-0.21.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__dary_heap-0.3.7", - sha256 = "04d2cd9c18b9f454ed67da600630b021a8a80bf33f8c95896ab33aaf1c26b728", - type = "tar.gz", - urls = ["https://static.crates.io/crates/dary_heap/0.3.7/download"], - strip_prefix = "dary_heap-0.3.7", - build_file = Label("//vendor/bindeps:BUILD.dary_heap-0.3.7.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__dashmap-5.5.3", - sha256 = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856", - type = "tar.gz", - urls = ["https://static.crates.io/crates/dashmap/5.5.3/download"], - strip_prefix = "dashmap-5.5.3", - build_file = Label("//vendor/bindeps:BUILD.dashmap-5.5.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__dashmap-6.1.0", - sha256 = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf", - type = "tar.gz", - urls = ["https://static.crates.io/crates/dashmap/6.1.0/download"], - strip_prefix = "dashmap-6.1.0", - build_file = Label("//vendor/bindeps:BUILD.dashmap-6.1.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__dav-server-0.8.0", - sha256 = "1325ec68fa2627b069d06d5096d6109da5ebf46d45099e01e2dc59a4bcc4641e", - type = "tar.gz", - urls = ["https://static.crates.io/crates/dav-server/0.8.0/download"], - strip_prefix = "dav-server-0.8.0", - build_file = Label("//vendor/bindeps:BUILD.dav-server-0.8.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__deflate64-0.1.9", - sha256 = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b", - type = "tar.gz", - urls = ["https://static.crates.io/crates/deflate64/0.1.9/download"], - strip_prefix = "deflate64-0.1.9", - build_file = Label("//vendor/bindeps:BUILD.deflate64-0.1.9.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__deranged-0.5.3", - sha256 = "d630bccd429a5bb5a64b5e94f693bfc48c9f8566418fda4c494cc94f911f87cc", - type = "tar.gz", - urls = ["https://static.crates.io/crates/deranged/0.5.3/download"], - strip_prefix = "deranged-0.5.3", - build_file = Label("//vendor/bindeps:BUILD.deranged-0.5.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__derivative-2.2.0", - sha256 = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b", - type = "tar.gz", - urls = ["https://static.crates.io/crates/derivative/2.2.0/download"], - strip_prefix = "derivative-2.2.0", - build_file = Label("//vendor/bindeps:BUILD.derivative-2.2.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__derive-where-1.6.0", - sha256 = "ef941ded77d15ca19b40374869ac6000af1c9f2a4c0f3d4c70926287e6364a8f", - type = "tar.gz", - urls = ["https://static.crates.io/crates/derive-where/1.6.0/download"], - strip_prefix = "derive-where-1.6.0", - build_file = Label("//vendor/bindeps:BUILD.derive-where-1.6.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__derive_more-0.99.20", - sha256 = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f", - type = "tar.gz", - urls = ["https://static.crates.io/crates/derive_more/0.99.20/download"], - strip_prefix = "derive_more-0.99.20", - build_file = Label("//vendor/bindeps:BUILD.derive_more-0.99.20.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__derive_more-2.0.1", - sha256 = "093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678", - type = "tar.gz", - urls = ["https://static.crates.io/crates/derive_more/2.0.1/download"], - strip_prefix = "derive_more-2.0.1", - build_file = Label("//vendor/bindeps:BUILD.derive_more-2.0.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__derive_more-impl-2.0.1", - sha256 = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3", - type = "tar.gz", - urls = ["https://static.crates.io/crates/derive_more-impl/2.0.1/download"], - strip_prefix = "derive_more-impl-2.0.1", - build_file = Label("//vendor/bindeps:BUILD.derive_more-impl-2.0.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__deunicode-1.6.2", - sha256 = "abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04", - type = "tar.gz", - urls = ["https://static.crates.io/crates/deunicode/1.6.2/download"], - strip_prefix = "deunicode-1.6.2", - build_file = Label("//vendor/bindeps:BUILD.deunicode-1.6.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__diesel-2.3.2", - sha256 = "e8496eeb328dce26ee9d9b73275d396d9bddb433fa30106cf6056dd8c3c2764c", - type = "tar.gz", - urls = ["https://static.crates.io/crates/diesel/2.3.2/download"], - strip_prefix = "diesel-2.3.2", - build_file = Label("//vendor/bindeps:BUILD.diesel-2.3.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__diesel_cli-2.3.2", - sha256 = "85e9c4ebe505638506ee07bba7476d02944c0e36daa8b27158f0f5914418c046", - type = "tar.gz", - urls = ["https://static.crates.io/crates/diesel_cli/2.3.2/download"], - strip_prefix = "diesel_cli-2.3.2", - build_file = Label("//vendor/bindeps:BUILD.diesel_cli-2.3.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__diesel_derives-2.3.3", - sha256 = "09af0e983035368439f1383011cd87c46f41da81d0f21dc3727e2857d5a43c8e", - type = "tar.gz", - urls = ["https://static.crates.io/crates/diesel_derives/2.3.3/download"], - strip_prefix = "diesel_derives-2.3.3", - build_file = Label("//vendor/bindeps:BUILD.diesel_derives-2.3.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__diesel_migrations-2.3.0", - sha256 = "ee060f709c3e3b1cadd83fcd0f61711f7a8cf493348f758d3a1c1147d70b3c97", - type = "tar.gz", - urls = ["https://static.crates.io/crates/diesel_migrations/2.3.0/download"], - strip_prefix = "diesel_migrations-2.3.0", - build_file = Label("//vendor/bindeps:BUILD.diesel_migrations-2.3.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__diesel_table_macro_syntax-0.3.0", - sha256 = "fe2444076b48641147115697648dc743c2c00b61adade0f01ce67133c7babe8c", - type = "tar.gz", - urls = ["https://static.crates.io/crates/diesel_table_macro_syntax/0.3.0/download"], - strip_prefix = "diesel_table_macro_syntax-0.3.0", - build_file = Label("//vendor/bindeps:BUILD.diesel_table_macro_syntax-0.3.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__diffy-0.4.2", - sha256 = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291", - type = "tar.gz", - urls = ["https://static.crates.io/crates/diffy/0.4.2/download"], - strip_prefix = "diffy-0.4.2", - build_file = Label("//vendor/bindeps:BUILD.diffy-0.4.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__digest-0.10.7", - sha256 = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292", - type = "tar.gz", - urls = ["https://static.crates.io/crates/digest/0.10.7/download"], - strip_prefix = "digest-0.10.7", - build_file = Label("//vendor/bindeps:BUILD.digest-0.10.7.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__dirs-6.0.0", - sha256 = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e", - type = "tar.gz", - urls = ["https://static.crates.io/crates/dirs/6.0.0/download"], - strip_prefix = "dirs-6.0.0", - build_file = Label("//vendor/bindeps:BUILD.dirs-6.0.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__dirs-sys-0.5.0", - sha256 = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab", - type = "tar.gz", - urls = ["https://static.crates.io/crates/dirs-sys/0.5.0/download"], - strip_prefix = "dirs-sys-0.5.0", - build_file = Label("//vendor/bindeps:BUILD.dirs-sys-0.5.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__dispatch-0.2.0", - sha256 = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b", - type = "tar.gz", - urls = ["https://static.crates.io/crates/dispatch/0.2.0/download"], - strip_prefix = "dispatch-0.2.0", - build_file = Label("//vendor/bindeps:BUILD.dispatch-0.2.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__displaydoc-0.2.5", - sha256 = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0", - type = "tar.gz", - urls = ["https://static.crates.io/crates/displaydoc/0.2.5/download"], - strip_prefix = "displaydoc-0.2.5", - build_file = Label("//vendor/bindeps:BUILD.displaydoc-0.2.5.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__dissimilar-1.0.10", - sha256 = "8975ffdaa0ef3661bfe02dbdcc06c9f829dfafe6a3c474de366a8d5e44276921", - type = "tar.gz", - urls = ["https://static.crates.io/crates/dissimilar/1.0.10/download"], - strip_prefix = "dissimilar-1.0.10", - build_file = Label("//vendor/bindeps:BUILD.dissimilar-1.0.10.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__dot-0.1.4", - sha256 = "a74b6c4d4a1cff5f454164363c16b72fa12463ca6b31f4b5f2035a65fa3d5906", - type = "tar.gz", - urls = ["https://static.crates.io/crates/dot/0.1.4/download"], - strip_prefix = "dot-0.1.4", - build_file = Label("//vendor/bindeps:BUILD.dot-0.1.4.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__dotenvy-0.15.7", - sha256 = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b", - type = "tar.gz", - urls = ["https://static.crates.io/crates/dotenvy/0.15.7/download"], - strip_prefix = "dotenvy-0.15.7", - build_file = Label("//vendor/bindeps:BUILD.dotenvy-0.15.7.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__downcast-rs-2.0.2", - sha256 = "117240f60069e65410b3ae1bb213295bd828f707b5bec6596a1afc8793ce0cbc", - type = "tar.gz", - urls = ["https://static.crates.io/crates/downcast-rs/2.0.2/download"], - strip_prefix = "downcast-rs-2.0.2", - build_file = Label("//vendor/bindeps:BUILD.downcast-rs-2.0.2.bazel"), - ) - - maybe( - new_git_repository, - name = "bindeps__dprint-0.50.2", - commit = "7babe9ccce1edad98635256f4fe3cd71129739ec", - init_submodules = True, - remote = "https://github.com/TroyKomodo/dprint.git", - build_file = Label("//vendor/bindeps:BUILD.dprint-0.50.2.bazel"), - strip_prefix = "crates/dprint", - ) - - maybe( - new_git_repository, - name = "bindeps__dprint-core-0.67.4", - commit = "7babe9ccce1edad98635256f4fe3cd71129739ec", - init_submodules = True, - remote = "https://github.com/TroyKomodo/dprint.git", - build_file = Label("//vendor/bindeps:BUILD.dprint-core-0.67.4.bazel"), - strip_prefix = "crates/core", - ) - - maybe( - http_archive, - name = "bindeps__drop_bomb-0.1.5", - sha256 = "9bda8e21c04aca2ae33ffc2fd8c23134f3cac46db123ba97bd9d3f3b8a4a85e1", - type = "tar.gz", - urls = ["https://static.crates.io/crates/drop_bomb/0.1.5/download"], - strip_prefix = "drop_bomb-0.1.5", - build_file = Label("//vendor/bindeps:BUILD.drop_bomb-0.1.5.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__dsl_auto_type-0.2.0", - sha256 = "dd122633e4bef06db27737f21d3738fb89c8f6d5360d6d9d7635dda142a7757e", - type = "tar.gz", - urls = ["https://static.crates.io/crates/dsl_auto_type/0.2.0/download"], - strip_prefix = "dsl_auto_type-0.2.0", - build_file = Label("//vendor/bindeps:BUILD.dsl_auto_type-0.2.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__dunce-1.0.5", - sha256 = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813", - type = "tar.gz", - urls = ["https://static.crates.io/crates/dunce/1.0.5/download"], - strip_prefix = "dunce-1.0.5", - build_file = Label("//vendor/bindeps:BUILD.dunce-1.0.5.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__dyn-clone-1.0.20", - sha256 = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555", - type = "tar.gz", - urls = ["https://static.crates.io/crates/dyn-clone/1.0.20/download"], - strip_prefix = "dyn-clone-1.0.20", - build_file = Label("//vendor/bindeps:BUILD.dyn-clone-1.0.20.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__edit-distance-2.1.3", - sha256 = "e3f497e87b038c09a155dfd169faa5ec940d0644635555ef6bd464ac20e97397", - type = "tar.gz", - urls = ["https://static.crates.io/crates/edit-distance/2.1.3/download"], - strip_prefix = "edit-distance-2.1.3", - build_file = Label("//vendor/bindeps:BUILD.edit-distance-2.1.3.bazel"), - ) - - maybe( - new_git_repository, - name = "bindeps__edition-0.0.0", - commit = "123f57bff97627e8a5553a5ba1d67918f877dc24", - init_submodules = True, - remote = "https://github.com/scufflecloud/rust-analyzer.git", - build_file = Label("//vendor/bindeps:BUILD.edition-0.0.0.bazel"), - strip_prefix = "crates/edition", - ) - - maybe( - http_archive, - name = "bindeps__educe-0.6.0", - sha256 = "1d7bc049e1bd8cdeb31b68bbd586a9464ecf9f3944af3958a7a9d0f8b9799417", - type = "tar.gz", - urls = ["https://static.crates.io/crates/educe/0.6.0/download"], - strip_prefix = "educe-0.6.0", - build_file = Label("//vendor/bindeps:BUILD.educe-0.6.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__either-1.15.0", - sha256 = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719", - type = "tar.gz", - urls = ["https://static.crates.io/crates/either/1.15.0/download"], - strip_prefix = "either-1.15.0", - build_file = Label("//vendor/bindeps:BUILD.either-1.15.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__ena-0.14.3", - sha256 = "3d248bdd43ce613d87415282f69b9bb99d947d290b10962dd6c56233312c2ad5", - type = "tar.gz", - urls = ["https://static.crates.io/crates/ena/0.14.3/download"], - strip_prefix = "ena-0.14.3", - build_file = Label("//vendor/bindeps:BUILD.ena-0.14.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__encode_unicode-1.0.0", - sha256 = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0", - type = "tar.gz", - urls = ["https://static.crates.io/crates/encode_unicode/1.0.0/download"], - strip_prefix = "encode_unicode-1.0.0", - build_file = Label("//vendor/bindeps:BUILD.encode_unicode-1.0.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__encoding_rs-0.8.35", - sha256 = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3", - type = "tar.gz", - urls = ["https://static.crates.io/crates/encoding_rs/0.8.35/download"], - strip_prefix = "encoding_rs-0.8.35", - build_file = Label("//vendor/bindeps:BUILD.encoding_rs-0.8.35.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__entities-1.0.1", - sha256 = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca", - type = "tar.gz", - urls = ["https://static.crates.io/crates/entities/1.0.1/download"], - strip_prefix = "entities-1.0.1", - build_file = Label("//vendor/bindeps:BUILD.entities-1.0.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__enum-iterator-0.7.0", - sha256 = "4eeac5c5edb79e4e39fe8439ef35207780a11f69c52cbe424ce3dfad4cb78de6", - type = "tar.gz", - urls = ["https://static.crates.io/crates/enum-iterator/0.7.0/download"], - strip_prefix = "enum-iterator-0.7.0", - build_file = Label("//vendor/bindeps:BUILD.enum-iterator-0.7.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__enum-iterator-derive-0.7.0", - sha256 = "c134c37760b27a871ba422106eedbb8247da973a09e82558bf26d619c882b159", - type = "tar.gz", - urls = ["https://static.crates.io/crates/enum-iterator-derive/0.7.0/download"], - strip_prefix = "enum-iterator-derive-0.7.0", - build_file = Label("//vendor/bindeps:BUILD.enum-iterator-derive-0.7.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__enum-ordinalize-4.3.0", - sha256 = "fea0dcfa4e54eeb516fe454635a95753ddd39acda650ce703031c6973e315dd5", - type = "tar.gz", - urls = ["https://static.crates.io/crates/enum-ordinalize/4.3.0/download"], - strip_prefix = "enum-ordinalize-4.3.0", - build_file = Label("//vendor/bindeps:BUILD.enum-ordinalize-4.3.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__enum-ordinalize-derive-4.3.1", - sha256 = "0d28318a75d4aead5c4db25382e8ef717932d0346600cacae6357eb5941bc5ff", - type = "tar.gz", - urls = ["https://static.crates.io/crates/enum-ordinalize-derive/4.3.1/download"], - strip_prefix = "enum-ordinalize-derive-4.3.1", - build_file = Label("//vendor/bindeps:BUILD.enum-ordinalize-derive-4.3.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__enumset-1.1.10", - sha256 = "25b07a8dfbbbfc0064c0a6bdf9edcf966de6b1c33ce344bdeca3b41615452634", - type = "tar.gz", - urls = ["https://static.crates.io/crates/enumset/1.1.10/download"], - strip_prefix = "enumset-1.1.10", - build_file = Label("//vendor/bindeps:BUILD.enumset-1.1.10.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__enumset_derive-0.14.0", - sha256 = "f43e744e4ea338060faee68ed933e46e722fb7f3617e722a5772d7e856d8b3ce", - type = "tar.gz", - urls = ["https://static.crates.io/crates/enumset_derive/0.14.0/download"], - strip_prefix = "enumset_derive-0.14.0", - build_file = Label("//vendor/bindeps:BUILD.enumset_derive-0.14.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__equivalent-1.0.2", - sha256 = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f", - type = "tar.gz", - urls = ["https://static.crates.io/crates/equivalent/1.0.2/download"], - strip_prefix = "equivalent-1.0.2", - build_file = Label("//vendor/bindeps:BUILD.equivalent-1.0.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__erased-serde-0.4.8", - sha256 = "259d404d09818dec19332e31d94558aeb442fea04c817006456c24b5460bbd4b", - type = "tar.gz", - urls = ["https://static.crates.io/crates/erased-serde/0.4.8/download"], - strip_prefix = "erased-serde-0.4.8", - build_file = Label("//vendor/bindeps:BUILD.erased-serde-0.4.8.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__errno-0.3.14", - sha256 = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb", - type = "tar.gz", - urls = ["https://static.crates.io/crates/errno/0.3.14/download"], - strip_prefix = "errno-0.3.14", - build_file = Label("//vendor/bindeps:BUILD.errno-0.3.14.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__event-listener-5.4.1", - sha256 = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab", - type = "tar.gz", - urls = ["https://static.crates.io/crates/event-listener/5.4.1/download"], - strip_prefix = "event-listener-5.4.1", - build_file = Label("//vendor/bindeps:BUILD.event-listener-5.4.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__event-listener-strategy-0.5.4", - sha256 = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93", - type = "tar.gz", - urls = ["https://static.crates.io/crates/event-listener-strategy/0.5.4/download"], - strip_prefix = "event-listener-strategy-0.5.4", - build_file = Label("//vendor/bindeps:BUILD.event-listener-strategy-0.5.4.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__fallible-iterator-0.3.0", - sha256 = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649", - type = "tar.gz", - urls = ["https://static.crates.io/crates/fallible-iterator/0.3.0/download"], - strip_prefix = "fallible-iterator-0.3.0", - build_file = Label("//vendor/bindeps:BUILD.fallible-iterator-0.3.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__fast_qr-0.13.1", - sha256 = "1f5ea9788036fedaf55f43a2db0ba01eedf47d26fd6852f01e5cf51952571d57", - type = "tar.gz", - urls = ["https://static.crates.io/crates/fast_qr/0.13.1/download"], - strip_prefix = "fast_qr-0.13.1", - build_file = Label("//vendor/bindeps:BUILD.fast_qr-0.13.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__faster-hex-0.10.0", - sha256 = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73", - type = "tar.gz", - urls = ["https://static.crates.io/crates/faster-hex/0.10.0/download"], - strip_prefix = "faster-hex-0.10.0", - build_file = Label("//vendor/bindeps:BUILD.faster-hex-0.10.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__fastrand-2.3.0", - sha256 = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be", - type = "tar.gz", - urls = ["https://static.crates.io/crates/fastrand/2.3.0/download"], - strip_prefix = "fastrand-2.3.0", - build_file = Label("//vendor/bindeps:BUILD.fastrand-2.3.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__fd-lock-4.0.4", - sha256 = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78", - type = "tar.gz", - urls = ["https://static.crates.io/crates/fd-lock/4.0.4/download"], - strip_prefix = "fd-lock-4.0.4", - build_file = Label("//vendor/bindeps:BUILD.fd-lock-4.0.4.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__fern-0.7.1", - sha256 = "4316185f709b23713e41e3195f90edef7fb00c3ed4adc79769cf09cc762a3b29", - type = "tar.gz", - urls = ["https://static.crates.io/crates/fern/0.7.1/download"], - strip_prefix = "fern-0.7.1", - build_file = Label("//vendor/bindeps:BUILD.fern-0.7.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__filetime-0.2.26", - sha256 = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed", - type = "tar.gz", - urls = ["https://static.crates.io/crates/filetime/0.2.26/download"], - strip_prefix = "filetime-0.2.26", - build_file = Label("//vendor/bindeps:BUILD.filetime-0.2.26.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__find-msvc-tools-0.1.1", - sha256 = "7fd99930f64d146689264c637b5af2f0233a933bef0d8570e2526bf9e083192d", - type = "tar.gz", - urls = ["https://static.crates.io/crates/find-msvc-tools/0.1.1/download"], - strip_prefix = "find-msvc-tools-0.1.1", - build_file = Label("//vendor/bindeps:BUILD.find-msvc-tools-0.1.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__fixedbitset-0.5.7", - sha256 = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99", - type = "tar.gz", - urls = ["https://static.crates.io/crates/fixedbitset/0.5.7/download"], - strip_prefix = "fixedbitset-0.5.7", - build_file = Label("//vendor/bindeps:BUILD.fixedbitset-0.5.7.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__flate2-1.1.2", - sha256 = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d", - type = "tar.gz", - urls = ["https://static.crates.io/crates/flate2/1.1.2/download"], - strip_prefix = "flate2-1.1.2", - build_file = Label("//vendor/bindeps:BUILD.flate2-1.1.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__fnv-1.0.7", - sha256 = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1", - type = "tar.gz", - urls = ["https://static.crates.io/crates/fnv/1.0.7/download"], - strip_prefix = "fnv-1.0.7", - build_file = Label("//vendor/bindeps:BUILD.fnv-1.0.7.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__foldhash-0.1.5", - sha256 = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2", - type = "tar.gz", - urls = ["https://static.crates.io/crates/foldhash/0.1.5/download"], - strip_prefix = "foldhash-0.1.5", - build_file = Label("//vendor/bindeps:BUILD.foldhash-0.1.5.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__form_urlencoded-1.2.2", - sha256 = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf", - type = "tar.gz", - urls = ["https://static.crates.io/crates/form_urlencoded/1.2.2/download"], - strip_prefix = "form_urlencoded-1.2.2", - build_file = Label("//vendor/bindeps:BUILD.form_urlencoded-1.2.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__fs-err-3.1.2", - sha256 = "44f150ffc8782f35521cec2b23727707cb4045706ba3c854e86bef66b3a8cdbd", - type = "tar.gz", - urls = ["https://static.crates.io/crates/fs-err/3.1.2/download"], - strip_prefix = "fs-err-3.1.2", - build_file = Label("//vendor/bindeps:BUILD.fs-err-3.1.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__fs3-0.5.0", - sha256 = "fb17cf6ed704f72485332f6ab65257460c4f9f3083934cf402bf9f5b3b600a90", - type = "tar.gz", - urls = ["https://static.crates.io/crates/fs3/0.5.0/download"], - strip_prefix = "fs3-0.5.0", - build_file = Label("//vendor/bindeps:BUILD.fs3-0.5.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__fsevent-sys-4.1.0", - sha256 = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2", - type = "tar.gz", - urls = ["https://static.crates.io/crates/fsevent-sys/4.1.0/download"], - strip_prefix = "fsevent-sys-4.1.0", - build_file = Label("//vendor/bindeps:BUILD.fsevent-sys-4.1.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__fst-0.4.7", - sha256 = "7ab85b9b05e3978cc9a9cf8fea7f01b494e1a09ed3037e16ba39edc7a29eb61a", - type = "tar.gz", - urls = ["https://static.crates.io/crates/fst/0.4.7/download"], - strip_prefix = "fst-0.4.7", - build_file = Label("//vendor/bindeps:BUILD.fst-0.4.7.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__funty-2.0.0", - sha256 = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c", - type = "tar.gz", - urls = ["https://static.crates.io/crates/funty/2.0.0/download"], - strip_prefix = "funty-2.0.0", - build_file = Label("//vendor/bindeps:BUILD.funty-2.0.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__futures-0.3.31", - sha256 = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876", - type = "tar.gz", - urls = ["https://static.crates.io/crates/futures/0.3.31/download"], - strip_prefix = "futures-0.3.31", - build_file = Label("//vendor/bindeps:BUILD.futures-0.3.31.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__futures-channel-0.3.31", - sha256 = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10", - type = "tar.gz", - urls = ["https://static.crates.io/crates/futures-channel/0.3.31/download"], - strip_prefix = "futures-channel-0.3.31", - build_file = Label("//vendor/bindeps:BUILD.futures-channel-0.3.31.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__futures-core-0.3.31", - sha256 = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e", - type = "tar.gz", - urls = ["https://static.crates.io/crates/futures-core/0.3.31/download"], - strip_prefix = "futures-core-0.3.31", - build_file = Label("//vendor/bindeps:BUILD.futures-core-0.3.31.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__futures-executor-0.3.31", - sha256 = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f", - type = "tar.gz", - urls = ["https://static.crates.io/crates/futures-executor/0.3.31/download"], - strip_prefix = "futures-executor-0.3.31", - build_file = Label("//vendor/bindeps:BUILD.futures-executor-0.3.31.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__futures-io-0.3.31", - sha256 = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6", - type = "tar.gz", - urls = ["https://static.crates.io/crates/futures-io/0.3.31/download"], - strip_prefix = "futures-io-0.3.31", - build_file = Label("//vendor/bindeps:BUILD.futures-io-0.3.31.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__futures-lite-2.6.1", - sha256 = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad", - type = "tar.gz", - urls = ["https://static.crates.io/crates/futures-lite/2.6.1/download"], - strip_prefix = "futures-lite-2.6.1", - build_file = Label("//vendor/bindeps:BUILD.futures-lite-2.6.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__futures-macro-0.3.31", - sha256 = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650", - type = "tar.gz", - urls = ["https://static.crates.io/crates/futures-macro/0.3.31/download"], - strip_prefix = "futures-macro-0.3.31", - build_file = Label("//vendor/bindeps:BUILD.futures-macro-0.3.31.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__futures-sink-0.3.31", - sha256 = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7", - type = "tar.gz", - urls = ["https://static.crates.io/crates/futures-sink/0.3.31/download"], - strip_prefix = "futures-sink-0.3.31", - build_file = Label("//vendor/bindeps:BUILD.futures-sink-0.3.31.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__futures-task-0.3.31", - sha256 = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988", - type = "tar.gz", - urls = ["https://static.crates.io/crates/futures-task/0.3.31/download"], - strip_prefix = "futures-task-0.3.31", - build_file = Label("//vendor/bindeps:BUILD.futures-task-0.3.31.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__futures-util-0.3.31", - sha256 = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81", - type = "tar.gz", - urls = ["https://static.crates.io/crates/futures-util/0.3.31/download"], - strip_prefix = "futures-util-0.3.31", - build_file = Label("//vendor/bindeps:BUILD.futures-util-0.3.31.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__generic-array-0.14.7", - sha256 = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a", - type = "tar.gz", - urls = ["https://static.crates.io/crates/generic-array/0.14.7/download"], - strip_prefix = "generic-array-0.14.7", - build_file = Label("//vendor/bindeps:BUILD.generic-array-0.14.7.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__getrandom-0.2.16", - sha256 = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592", - type = "tar.gz", - urls = ["https://static.crates.io/crates/getrandom/0.2.16/download"], - strip_prefix = "getrandom-0.2.16", - build_file = Label("//vendor/bindeps:BUILD.getrandom-0.2.16.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__getrandom-0.3.3", - sha256 = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4", - type = "tar.gz", - urls = ["https://static.crates.io/crates/getrandom/0.3.3/download"], - strip_prefix = "getrandom-0.3.3", - build_file = Label("//vendor/bindeps:BUILD.getrandom-0.3.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gimli-0.28.1", - sha256 = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gimli/0.28.1/download"], - strip_prefix = "gimli-0.28.1", - build_file = Label("//vendor/bindeps:BUILD.gimli-0.28.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gimli-0.31.1", - sha256 = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gimli/0.31.1/download"], - strip_prefix = "gimli-0.31.1", - build_file = Label("//vendor/bindeps:BUILD.gimli-0.31.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-0.73.0", - sha256 = "514c29cc879bdc0286b0cbc205585a49b252809eb86c69df4ce4f855ee75f635", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix/0.73.0/download"], - strip_prefix = "gix-0.73.0", - build_file = Label("//vendor/bindeps:BUILD.gix-0.73.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-actor-0.35.4", - sha256 = "2d36dcf9efe32b51b12dfa33cedff8414926124e760a32f9e7a6b5580d280967", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-actor/0.35.4/download"], - strip_prefix = "gix-actor-0.35.4", - build_file = Label("//vendor/bindeps:BUILD.gix-actor-0.35.4.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-attributes-0.27.0", - sha256 = "45442188216d08a5959af195f659cb1f244a50d7d2d0c3873633b1cd7135f638", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-attributes/0.27.0/download"], - strip_prefix = "gix-attributes-0.27.0", - build_file = Label("//vendor/bindeps:BUILD.gix-attributes-0.27.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-bitmap-0.2.14", - sha256 = "b1db9765c69502650da68f0804e3dc2b5f8ccc6a2d104ca6c85bc40700d37540", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-bitmap/0.2.14/download"], - strip_prefix = "gix-bitmap-0.2.14", - build_file = Label("//vendor/bindeps:BUILD.gix-bitmap-0.2.14.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-chunk-0.4.11", - sha256 = "0b1f1d8764958699dc764e3f727cef280ff4d1bd92c107bbf8acd85b30c1bd6f", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-chunk/0.4.11/download"], - strip_prefix = "gix-chunk-0.4.11", - build_file = Label("//vendor/bindeps:BUILD.gix-chunk-0.4.11.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-command-0.6.2", - sha256 = "6b31b65ca48a352ae86312b27a514a0c661935f96b481ac8b4371f65815eb196", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-command/0.6.2/download"], - strip_prefix = "gix-command-0.6.2", - build_file = Label("//vendor/bindeps:BUILD.gix-command-0.6.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-commitgraph-0.29.0", - sha256 = "6bb23121e952f43a5b07e3e80890336cb847297467a410475036242732980d06", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-commitgraph/0.29.0/download"], - strip_prefix = "gix-commitgraph-0.29.0", - build_file = Label("//vendor/bindeps:BUILD.gix-commitgraph-0.29.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-config-0.46.0", - sha256 = "5dfb898c5b695fd4acfc3c0ab638525a65545d47706064dcf7b5ead6cdb136c0", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-config/0.46.0/download"], - strip_prefix = "gix-config-0.46.0", - build_file = Label("//vendor/bindeps:BUILD.gix-config-0.46.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-config-value-0.15.1", - sha256 = "9f012703eb67e263c6c1fc96649fec47694dd3e5d2a91abfc65e4a6a6dc85309", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-config-value/0.15.1/download"], - strip_prefix = "gix-config-value-0.15.1", - build_file = Label("//vendor/bindeps:BUILD.gix-config-value-0.15.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-credentials-0.30.0", - sha256 = "0039dd3ac606dd80b16353a41b61fc237ca5cb8b612f67a9f880adfad4be4e05", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-credentials/0.30.0/download"], - strip_prefix = "gix-credentials-0.30.0", - build_file = Label("//vendor/bindeps:BUILD.gix-credentials-0.30.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-date-0.10.5", - sha256 = "996b6b90bafb287330af92b274c3e64309dc78359221d8612d11cd10c8b9fe1c", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-date/0.10.5/download"], - strip_prefix = "gix-date-0.10.5", - build_file = Label("//vendor/bindeps:BUILD.gix-date-0.10.5.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-diff-0.53.0", - sha256 = "de854852010d44a317f30c92d67a983e691c9478c8a3fb4117c1f48626bcdea8", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-diff/0.53.0/download"], - strip_prefix = "gix-diff-0.53.0", - build_file = Label("//vendor/bindeps:BUILD.gix-diff-0.53.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-discover-0.41.0", - sha256 = "ffb180c91ca1a2cf53e828bb63d8d8f8fa7526f49b83b33d7f46cbeb5d79d30a", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-discover/0.41.0/download"], - strip_prefix = "gix-discover-0.41.0", - build_file = Label("//vendor/bindeps:BUILD.gix-discover-0.41.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-features-0.43.1", - sha256 = "cd1543cd9b8abcbcebaa1a666a5c168ee2cda4dea50d3961ee0e6d1c42f81e5b", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-features/0.43.1/download"], - strip_prefix = "gix-features-0.43.1", - build_file = Label("//vendor/bindeps:BUILD.gix-features-0.43.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-filter-0.20.0", - sha256 = "aa6571a3927e7ab10f64279a088e0dae08e8da05547771796d7389bbe28ad9ff", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-filter/0.20.0/download"], - strip_prefix = "gix-filter-0.20.0", - build_file = Label("//vendor/bindeps:BUILD.gix-filter-0.20.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-fs-0.16.1", - sha256 = "9a4d90307d064fa7230e0f87b03231be28f8ba63b913fc15346f489519d0c304", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-fs/0.16.1/download"], - strip_prefix = "gix-fs-0.16.1", - build_file = Label("//vendor/bindeps:BUILD.gix-fs-0.16.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-glob-0.21.0", - sha256 = "b947db8366823e7a750c254f6bb29e27e17f27e457bf336ba79b32423db62cd5", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-glob/0.21.0/download"], - strip_prefix = "gix-glob-0.21.0", - build_file = Label("//vendor/bindeps:BUILD.gix-glob-0.21.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-hash-0.19.0", - sha256 = "251fad79796a731a2a7664d9ea95ee29a9e99474de2769e152238d4fdb69d50e", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-hash/0.19.0/download"], - strip_prefix = "gix-hash-0.19.0", - build_file = Label("//vendor/bindeps:BUILD.gix-hash-0.19.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-hashtable-0.9.0", - sha256 = "c35300b54896153e55d53f4180460931ccd69b7e8d2f6b9d6401122cdedc4f07", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-hashtable/0.9.0/download"], - strip_prefix = "gix-hashtable-0.9.0", - build_file = Label("//vendor/bindeps:BUILD.gix-hashtable-0.9.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-ignore-0.16.0", - sha256 = "564d6fddf46e2c981f571b23d6ad40cb08bddcaf6fc7458b1d49727ad23c2870", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-ignore/0.16.0/download"], - strip_prefix = "gix-ignore-0.16.0", - build_file = Label("//vendor/bindeps:BUILD.gix-ignore-0.16.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-index-0.41.0", - sha256 = "2af39fde3ce4ce11371d9ce826f2936ec347318f2d1972fe98c2e7134e267e25", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-index/0.41.0/download"], - strip_prefix = "gix-index-0.41.0", - build_file = Label("//vendor/bindeps:BUILD.gix-index-0.41.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-lock-18.0.0", - sha256 = "b9fa71da90365668a621e184eb5b979904471af1b3b09b943a84bc50e8ad42ed", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-lock/18.0.0/download"], - strip_prefix = "gix-lock-18.0.0", - build_file = Label("//vendor/bindeps:BUILD.gix-lock-18.0.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-negotiate-0.21.0", - sha256 = "1d58d4c9118885233be971e0d7a589f5cfb1a8bd6cb6e2ecfb0fc6b1b293c83b", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-negotiate/0.21.0/download"], - strip_prefix = "gix-negotiate-0.21.0", - build_file = Label("//vendor/bindeps:BUILD.gix-negotiate-0.21.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-object-0.50.2", - sha256 = "d69ce108ab67b65fbd4fb7e1331502429d78baeb2eee10008bdef55765397c07", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-object/0.50.2/download"], - strip_prefix = "gix-object-0.50.2", - build_file = Label("//vendor/bindeps:BUILD.gix-object-0.50.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-odb-0.70.0", - sha256 = "9c9d7af10fda9df0bb4f7f9bd507963560b3c66cb15a5b825caf752e0eb109ac", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-odb/0.70.0/download"], - strip_prefix = "gix-odb-0.70.0", - build_file = Label("//vendor/bindeps:BUILD.gix-odb-0.70.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-pack-0.60.0", - sha256 = "d8571df89bfca5abb49c3e3372393f7af7e6f8b8dbe2b96303593cef5b263019", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-pack/0.60.0/download"], - strip_prefix = "gix-pack-0.60.0", - build_file = Label("//vendor/bindeps:BUILD.gix-pack-0.60.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-packetline-0.19.1", - sha256 = "2592fbd36249a2fea11056f7055cc376301ef38d903d157de41998335bbf1f93", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-packetline/0.19.1/download"], - strip_prefix = "gix-packetline-0.19.1", - build_file = Label("//vendor/bindeps:BUILD.gix-packetline-0.19.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-packetline-blocking-0.19.1", - sha256 = "fc4e706f328cd494cc8f932172e123a72b9a4711b0db5e411681432a89bd4c94", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-packetline-blocking/0.19.1/download"], - strip_prefix = "gix-packetline-blocking-0.19.1", - build_file = Label("//vendor/bindeps:BUILD.gix-packetline-blocking-0.19.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-path-0.10.20", - sha256 = "06d37034a4c67bbdda76f7bcd037b2f7bc0fba0c09a6662b19697a5716e7b2fd", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-path/0.10.20/download"], - strip_prefix = "gix-path-0.10.20", - build_file = Label("//vendor/bindeps:BUILD.gix-path-0.10.20.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-pathspec-0.12.0", - sha256 = "daedead611c9bd1f3640dc90a9012b45f790201788af4d659f28d94071da7fba", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-pathspec/0.12.0/download"], - strip_prefix = "gix-pathspec-0.12.0", - build_file = Label("//vendor/bindeps:BUILD.gix-pathspec-0.12.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-prompt-0.11.1", - sha256 = "6ffa1a7a34c81710aaa666a428c142b6c5d640492fcd41267db0740d923c7906", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-prompt/0.11.1/download"], - strip_prefix = "gix-prompt-0.11.1", - build_file = Label("//vendor/bindeps:BUILD.gix-prompt-0.11.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-protocol-0.51.0", - sha256 = "12b4b807c47ffcf7c1e5b8119585368a56449f3493da93b931e1d4239364e922", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-protocol/0.51.0/download"], - strip_prefix = "gix-protocol-0.51.0", - build_file = Label("//vendor/bindeps:BUILD.gix-protocol-0.51.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-quote-0.6.0", - sha256 = "4a375a75b4d663e8bafe3bf4940a18a23755644c13582fa326e99f8f987d83fd", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-quote/0.6.0/download"], - strip_prefix = "gix-quote-0.6.0", - build_file = Label("//vendor/bindeps:BUILD.gix-quote-0.6.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-ref-0.53.1", - sha256 = "b966f578079a42f4a51413b17bce476544cca1cf605753466669082f94721758", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-ref/0.53.1/download"], - strip_prefix = "gix-ref-0.53.1", - build_file = Label("//vendor/bindeps:BUILD.gix-ref-0.53.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-refspec-0.31.0", - sha256 = "7d29cae1ae31108826e7156a5e60bffacab405f4413f5bc0375e19772cce0055", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-refspec/0.31.0/download"], - strip_prefix = "gix-refspec-0.31.0", - build_file = Label("//vendor/bindeps:BUILD.gix-refspec-0.31.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-revision-0.35.0", - sha256 = "f651f2b1742f760bb8161d6743229206e962b73d9c33c41f4e4aefa6586cbd3d", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-revision/0.35.0/download"], - strip_prefix = "gix-revision-0.35.0", - build_file = Label("//vendor/bindeps:BUILD.gix-revision-0.35.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-revwalk-0.21.0", - sha256 = "06e74f91709729e099af6721bd0fa7d62f243f2005085152301ca5cdd86ec02c", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-revwalk/0.21.0/download"], - strip_prefix = "gix-revwalk-0.21.0", - build_file = Label("//vendor/bindeps:BUILD.gix-revwalk-0.21.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-sec-0.12.0", - sha256 = "09f7053ed7c66633b56c57bc6ed3377be3166eaf3dc2df9f1c5ec446df6fdf2c", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-sec/0.12.0/download"], - strip_prefix = "gix-sec-0.12.0", - build_file = Label("//vendor/bindeps:BUILD.gix-sec-0.12.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-shallow-0.5.0", - sha256 = "d936745103243ae4c510f19e0760ce73fb0f08096588fdbe0f0d7fb7ce8944b7", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-shallow/0.5.0/download"], - strip_prefix = "gix-shallow-0.5.0", - build_file = Label("//vendor/bindeps:BUILD.gix-shallow-0.5.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-submodule-0.20.0", - sha256 = "657cc5dd43cbc7a14d9c5aaf02cfbe9c2a15d077cded3f304adb30ef78852d3e", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-submodule/0.20.0/download"], - strip_prefix = "gix-submodule-0.20.0", - build_file = Label("//vendor/bindeps:BUILD.gix-submodule-0.20.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-tempfile-18.0.0", - sha256 = "666c0041bcdedf5fa05e9bef663c897debab24b7dc1741605742412d1d47da57", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-tempfile/18.0.0/download"], - strip_prefix = "gix-tempfile-18.0.0", - build_file = Label("//vendor/bindeps:BUILD.gix-tempfile-18.0.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-trace-0.1.13", - sha256 = "e2ccaf54b0b1743a695b482ca0ab9d7603744d8d10b2e5d1a332fef337bee658", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-trace/0.1.13/download"], - strip_prefix = "gix-trace-0.1.13", - build_file = Label("//vendor/bindeps:BUILD.gix-trace-0.1.13.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-transport-0.48.0", - sha256 = "12f7cc0179fc89d53c54e1f9ce51229494864ab4bf136132d69db1b011741ca3", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-transport/0.48.0/download"], - strip_prefix = "gix-transport-0.48.0", - build_file = Label("//vendor/bindeps:BUILD.gix-transport-0.48.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-traverse-0.47.0", - sha256 = "c7cdc82509d792ba0ad815f86f6b469c7afe10f94362e96c4494525a6601bdd5", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-traverse/0.47.0/download"], - strip_prefix = "gix-traverse-0.47.0", - build_file = Label("//vendor/bindeps:BUILD.gix-traverse-0.47.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-url-0.32.0", - sha256 = "1b76a9d266254ad287ffd44467cd88e7868799b08f4d52e02d942b93e514d16f", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-url/0.32.0/download"], - strip_prefix = "gix-url-0.32.0", - build_file = Label("//vendor/bindeps:BUILD.gix-url-0.32.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-utils-0.3.0", - sha256 = "5351af2b172caf41a3728eb4455326d84e0d70fe26fc4de74ab0bd37df4191c5", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-utils/0.3.0/download"], - strip_prefix = "gix-utils-0.3.0", - build_file = Label("//vendor/bindeps:BUILD.gix-utils-0.3.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-validate-0.10.0", - sha256 = "77b9e00cacde5b51388d28ed746c493b18a6add1f19b5e01d686b3b9ece66d4d", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-validate/0.10.0/download"], - strip_prefix = "gix-validate-0.10.0", - build_file = Label("//vendor/bindeps:BUILD.gix-validate-0.10.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-worktree-0.42.0", - sha256 = "55f625ac9126c19bef06dbc6d2703cdd7987e21e35b497bb265ac37d383877b1", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-worktree/0.42.0/download"], - strip_prefix = "gix-worktree-0.42.0", - build_file = Label("//vendor/bindeps:BUILD.gix-worktree-0.42.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__gix-worktree-state-0.20.0", - sha256 = "06ba9b17cbacc02b25801197b20100f7f9bd621db1e7fce9d3c8ab3175207bf8", - type = "tar.gz", - urls = ["https://static.crates.io/crates/gix-worktree-state/0.20.0/download"], - strip_prefix = "gix-worktree-state-0.20.0", - build_file = Label("//vendor/bindeps:BUILD.gix-worktree-state-0.20.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__glob-0.3.3", - sha256 = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280", - type = "tar.gz", - urls = ["https://static.crates.io/crates/glob/0.3.3/download"], - strip_prefix = "glob-0.3.3", - build_file = Label("//vendor/bindeps:BUILD.glob-0.3.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__globset-0.4.16", - sha256 = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5", - type = "tar.gz", - urls = ["https://static.crates.io/crates/globset/0.4.16/download"], - strip_prefix = "globset-0.4.16", - build_file = Label("//vendor/bindeps:BUILD.globset-0.4.16.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__goblin-0.10.1", - sha256 = "d6a80adfd63bd7ffd94fefc3d22167880c440a724303080e5aa686fa36abaa96", - type = "tar.gz", - urls = ["https://static.crates.io/crates/goblin/0.10.1/download"], - strip_prefix = "goblin-0.10.1", - build_file = Label("//vendor/bindeps:BUILD.goblin-0.10.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__grass-0.13.4", - sha256 = "f7a68216437ef68f0738e48d6c7bb9e6e6a92237e001b03d838314b068f33c94", - type = "tar.gz", - urls = ["https://static.crates.io/crates/grass/0.13.4/download"], - strip_prefix = "grass-0.13.4", - build_file = Label("//vendor/bindeps:BUILD.grass-0.13.4.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__grass_compiler-0.13.4", - sha256 = "2d9e3df7f0222ce5184154973d247c591d9aadc28ce7a73c6cd31100c9facff6", - type = "tar.gz", - urls = ["https://static.crates.io/crates/grass_compiler/0.13.4/download"], - strip_prefix = "grass_compiler-0.13.4", - build_file = Label("//vendor/bindeps:BUILD.grass_compiler-0.13.4.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__h2-0.3.27", - sha256 = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d", - type = "tar.gz", - urls = ["https://static.crates.io/crates/h2/0.3.27/download"], - strip_prefix = "h2-0.3.27", - build_file = Label("//vendor/bindeps:BUILD.h2-0.3.27.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__h2-0.4.12", - sha256 = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386", - type = "tar.gz", - urls = ["https://static.crates.io/crates/h2/0.4.12/download"], - strip_prefix = "h2-0.4.12", - build_file = Label("//vendor/bindeps:BUILD.h2-0.4.12.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__hash32-0.3.1", - sha256 = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606", - type = "tar.gz", - urls = ["https://static.crates.io/crates/hash32/0.3.1/download"], - strip_prefix = "hash32-0.3.1", - build_file = Label("//vendor/bindeps:BUILD.hash32-0.3.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__hashbrown-0.13.2", - sha256 = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e", - type = "tar.gz", - urls = ["https://static.crates.io/crates/hashbrown/0.13.2/download"], - strip_prefix = "hashbrown-0.13.2", - build_file = Label("//vendor/bindeps:BUILD.hashbrown-0.13.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__hashbrown-0.14.5", - sha256 = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1", - type = "tar.gz", - urls = ["https://static.crates.io/crates/hashbrown/0.14.5/download"], - strip_prefix = "hashbrown-0.14.5", - build_file = Label("//vendor/bindeps:BUILD.hashbrown-0.14.5.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__hashbrown-0.15.5", - sha256 = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1", - type = "tar.gz", - urls = ["https://static.crates.io/crates/hashbrown/0.15.5/download"], - strip_prefix = "hashbrown-0.15.5", - build_file = Label("//vendor/bindeps:BUILD.hashbrown-0.15.5.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__hashlink-0.10.0", - sha256 = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1", - type = "tar.gz", - urls = ["https://static.crates.io/crates/hashlink/0.10.0/download"], - strip_prefix = "hashlink-0.10.0", - build_file = Label("//vendor/bindeps:BUILD.hashlink-0.10.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__headers-0.4.1", - sha256 = "b3314d5adb5d94bcdf56771f2e50dbbc80bb4bdf88967526706205ac9eff24eb", - type = "tar.gz", - urls = ["https://static.crates.io/crates/headers/0.4.1/download"], - strip_prefix = "headers-0.4.1", - build_file = Label("//vendor/bindeps:BUILD.headers-0.4.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__headers-core-0.3.0", - sha256 = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4", - type = "tar.gz", - urls = ["https://static.crates.io/crates/headers-core/0.3.0/download"], - strip_prefix = "headers-core-0.3.0", - build_file = Label("//vendor/bindeps:BUILD.headers-core-0.3.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__heapless-0.8.0", - sha256 = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad", - type = "tar.gz", - urls = ["https://static.crates.io/crates/heapless/0.8.0/download"], - strip_prefix = "heapless-0.8.0", - build_file = Label("//vendor/bindeps:BUILD.heapless-0.8.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__heck-0.5.0", - sha256 = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea", - type = "tar.gz", - urls = ["https://static.crates.io/crates/heck/0.5.0/download"], - strip_prefix = "heck-0.5.0", - build_file = Label("//vendor/bindeps:BUILD.heck-0.5.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__hex-0.4.3", - sha256 = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70", - type = "tar.gz", - urls = ["https://static.crates.io/crates/hex/0.4.3/download"], - strip_prefix = "hex-0.4.3", - build_file = Label("//vendor/bindeps:BUILD.hex-0.4.3.bazel"), - ) - - maybe( - new_git_repository, - name = "bindeps__hir-0.0.0", - commit = "123f57bff97627e8a5553a5ba1d67918f877dc24", - init_submodules = True, - remote = "https://github.com/scufflecloud/rust-analyzer.git", - build_file = Label("//vendor/bindeps:BUILD.hir-0.0.0.bazel"), - strip_prefix = "crates/hir", - ) - - maybe( - new_git_repository, - name = "bindeps__hir-def-0.0.0", - commit = "123f57bff97627e8a5553a5ba1d67918f877dc24", - init_submodules = True, - remote = "https://github.com/scufflecloud/rust-analyzer.git", - build_file = Label("//vendor/bindeps:BUILD.hir-def-0.0.0.bazel"), - strip_prefix = "crates/hir-def", - ) - - maybe( - new_git_repository, - name = "bindeps__hir-expand-0.0.0", - commit = "123f57bff97627e8a5553a5ba1d67918f877dc24", - init_submodules = True, - remote = "https://github.com/scufflecloud/rust-analyzer.git", - build_file = Label("//vendor/bindeps:BUILD.hir-expand-0.0.0.bazel"), - strip_prefix = "crates/hir-expand", - ) - - maybe( - new_git_repository, - name = "bindeps__hir-ty-0.0.0", - commit = "123f57bff97627e8a5553a5ba1d67918f877dc24", - init_submodules = True, - remote = "https://github.com/scufflecloud/rust-analyzer.git", - build_file = Label("//vendor/bindeps:BUILD.hir-ty-0.0.0.bazel"), - strip_prefix = "crates/hir-ty", - ) - - maybe( - http_archive, - name = "bindeps__hmac-0.12.1", - sha256 = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e", - type = "tar.gz", - urls = ["https://static.crates.io/crates/hmac/0.12.1/download"], - strip_prefix = "hmac-0.12.1", - build_file = Label("//vendor/bindeps:BUILD.hmac-0.12.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__home-0.5.11", - sha256 = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf", - type = "tar.gz", - urls = ["https://static.crates.io/crates/home/0.5.11/download"], - strip_prefix = "home-0.5.11", - build_file = Label("//vendor/bindeps:BUILD.home-0.5.11.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__htmlescape-0.3.1", - sha256 = "e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163", - type = "tar.gz", - urls = ["https://static.crates.io/crates/htmlescape/0.3.1/download"], - strip_prefix = "htmlescape-0.3.1", - build_file = Label("//vendor/bindeps:BUILD.htmlescape-0.3.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__http-0.2.12", - sha256 = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1", - type = "tar.gz", - urls = ["https://static.crates.io/crates/http/0.2.12/download"], - strip_prefix = "http-0.2.12", - build_file = Label("//vendor/bindeps:BUILD.http-0.2.12.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__http-1.3.1", - sha256 = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565", - type = "tar.gz", - urls = ["https://static.crates.io/crates/http/1.3.1/download"], - strip_prefix = "http-1.3.1", - build_file = Label("//vendor/bindeps:BUILD.http-1.3.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__http-body-1.0.1", - sha256 = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184", - type = "tar.gz", - urls = ["https://static.crates.io/crates/http-body/1.0.1/download"], - strip_prefix = "http-body-1.0.1", - build_file = Label("//vendor/bindeps:BUILD.http-body-1.0.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__http-body-util-0.1.3", - sha256 = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a", - type = "tar.gz", - urls = ["https://static.crates.io/crates/http-body-util/0.1.3/download"], - strip_prefix = "http-body-util-0.1.3", - build_file = Label("//vendor/bindeps:BUILD.http-body-util-0.1.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__http-range-0.1.5", - sha256 = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573", - type = "tar.gz", - urls = ["https://static.crates.io/crates/http-range/0.1.5/download"], - strip_prefix = "http-range-0.1.5", - build_file = Label("//vendor/bindeps:BUILD.http-range-0.1.5.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__httparse-1.10.1", - sha256 = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87", - type = "tar.gz", - urls = ["https://static.crates.io/crates/httparse/1.10.1/download"], - strip_prefix = "httparse-1.10.1", - build_file = Label("//vendor/bindeps:BUILD.httparse-1.10.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__httpdate-1.0.3", - sha256 = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9", - type = "tar.gz", - urls = ["https://static.crates.io/crates/httpdate/1.0.3/download"], - strip_prefix = "httpdate-1.0.3", - build_file = Label("//vendor/bindeps:BUILD.httpdate-1.0.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__hyper-1.7.0", - sha256 = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e", - type = "tar.gz", - urls = ["https://static.crates.io/crates/hyper/1.7.0/download"], - strip_prefix = "hyper-1.7.0", - build_file = Label("//vendor/bindeps:BUILD.hyper-1.7.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__hyper-rustls-0.27.7", - sha256 = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58", - type = "tar.gz", - urls = ["https://static.crates.io/crates/hyper-rustls/0.27.7/download"], - strip_prefix = "hyper-rustls-0.27.7", - build_file = Label("//vendor/bindeps:BUILD.hyper-rustls-0.27.7.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__hyper-util-0.1.17", - sha256 = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8", - type = "tar.gz", - urls = ["https://static.crates.io/crates/hyper-util/0.1.17/download"], - strip_prefix = "hyper-util-0.1.17", - build_file = Label("//vendor/bindeps:BUILD.hyper-util-0.1.17.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__iana-time-zone-0.1.64", - sha256 = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb", - type = "tar.gz", - urls = ["https://static.crates.io/crates/iana-time-zone/0.1.64/download"], - strip_prefix = "iana-time-zone-0.1.64", - build_file = Label("//vendor/bindeps:BUILD.iana-time-zone-0.1.64.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__icu_collections-2.0.0", - sha256 = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47", - type = "tar.gz", - urls = ["https://static.crates.io/crates/icu_collections/2.0.0/download"], - strip_prefix = "icu_collections-2.0.0", - build_file = Label("//vendor/bindeps:BUILD.icu_collections-2.0.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__icu_locale_core-2.0.0", - sha256 = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a", - type = "tar.gz", - urls = ["https://static.crates.io/crates/icu_locale_core/2.0.0/download"], - strip_prefix = "icu_locale_core-2.0.0", - build_file = Label("//vendor/bindeps:BUILD.icu_locale_core-2.0.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__icu_normalizer-2.0.0", - sha256 = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979", - type = "tar.gz", - urls = ["https://static.crates.io/crates/icu_normalizer/2.0.0/download"], - strip_prefix = "icu_normalizer-2.0.0", - build_file = Label("//vendor/bindeps:BUILD.icu_normalizer-2.0.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__icu_normalizer_data-2.0.0", - sha256 = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3", - type = "tar.gz", - urls = ["https://static.crates.io/crates/icu_normalizer_data/2.0.0/download"], - strip_prefix = "icu_normalizer_data-2.0.0", - build_file = Label("//vendor/bindeps:BUILD.icu_normalizer_data-2.0.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__icu_properties-2.0.1", - sha256 = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b", - type = "tar.gz", - urls = ["https://static.crates.io/crates/icu_properties/2.0.1/download"], - strip_prefix = "icu_properties-2.0.1", - build_file = Label("//vendor/bindeps:BUILD.icu_properties-2.0.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__icu_properties_data-2.0.1", - sha256 = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632", - type = "tar.gz", - urls = ["https://static.crates.io/crates/icu_properties_data/2.0.1/download"], - strip_prefix = "icu_properties_data-2.0.1", - build_file = Label("//vendor/bindeps:BUILD.icu_properties_data-2.0.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__icu_provider-2.0.0", - sha256 = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af", - type = "tar.gz", - urls = ["https://static.crates.io/crates/icu_provider/2.0.0/download"], - strip_prefix = "icu_provider-2.0.0", - build_file = Label("//vendor/bindeps:BUILD.icu_provider-2.0.0.bazel"), - ) - - maybe( - new_git_repository, - name = "bindeps__ide-0.0.0", - commit = "123f57bff97627e8a5553a5ba1d67918f877dc24", - init_submodules = True, - remote = "https://github.com/scufflecloud/rust-analyzer.git", - build_file = Label("//vendor/bindeps:BUILD.ide-0.0.0.bazel"), - strip_prefix = "crates/ide", - ) - - maybe( - new_git_repository, - name = "bindeps__ide-assists-0.0.0", - commit = "123f57bff97627e8a5553a5ba1d67918f877dc24", - init_submodules = True, - remote = "https://github.com/scufflecloud/rust-analyzer.git", - build_file = Label("//vendor/bindeps:BUILD.ide-assists-0.0.0.bazel"), - strip_prefix = "crates/ide-assists", - ) - - maybe( - new_git_repository, - name = "bindeps__ide-completion-0.0.0", - commit = "123f57bff97627e8a5553a5ba1d67918f877dc24", - init_submodules = True, - remote = "https://github.com/scufflecloud/rust-analyzer.git", - build_file = Label("//vendor/bindeps:BUILD.ide-completion-0.0.0.bazel"), - strip_prefix = "crates/ide-completion", - ) - - maybe( - new_git_repository, - name = "bindeps__ide-db-0.0.0", - commit = "123f57bff97627e8a5553a5ba1d67918f877dc24", - init_submodules = True, - remote = "https://github.com/scufflecloud/rust-analyzer.git", - build_file = Label("//vendor/bindeps:BUILD.ide-db-0.0.0.bazel"), - strip_prefix = "crates/ide-db", - ) - - maybe( - new_git_repository, - name = "bindeps__ide-diagnostics-0.0.0", - commit = "123f57bff97627e8a5553a5ba1d67918f877dc24", - init_submodules = True, - remote = "https://github.com/scufflecloud/rust-analyzer.git", - build_file = Label("//vendor/bindeps:BUILD.ide-diagnostics-0.0.0.bazel"), - strip_prefix = "crates/ide-diagnostics", - ) - - maybe( - new_git_repository, - name = "bindeps__ide-ssr-0.0.0", - commit = "123f57bff97627e8a5553a5ba1d67918f877dc24", - init_submodules = True, - remote = "https://github.com/scufflecloud/rust-analyzer.git", - build_file = Label("//vendor/bindeps:BUILD.ide-ssr-0.0.0.bazel"), - strip_prefix = "crates/ide-ssr", - ) - - maybe( - http_archive, - name = "bindeps__ident_case-1.0.1", - sha256 = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39", - type = "tar.gz", - urls = ["https://static.crates.io/crates/ident_case/1.0.1/download"], - strip_prefix = "ident_case-1.0.1", - build_file = Label("//vendor/bindeps:BUILD.ident_case-1.0.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__idna-1.1.0", - sha256 = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de", - type = "tar.gz", - urls = ["https://static.crates.io/crates/idna/1.1.0/download"], - strip_prefix = "idna-1.1.0", - build_file = Label("//vendor/bindeps:BUILD.idna-1.1.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__idna_adapter-1.2.1", - sha256 = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344", - type = "tar.gz", - urls = ["https://static.crates.io/crates/idna_adapter/1.2.1/download"], - strip_prefix = "idna_adapter-1.2.1", - build_file = Label("//vendor/bindeps:BUILD.idna_adapter-1.2.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__if-addrs-0.13.4", - sha256 = "69b2eeee38fef3aa9b4cc5f1beea8a2444fc00e7377cafae396de3f5c2065e24", - type = "tar.gz", - urls = ["https://static.crates.io/crates/if-addrs/0.13.4/download"], - strip_prefix = "if-addrs-0.13.4", - build_file = Label("//vendor/bindeps:BUILD.if-addrs-0.13.4.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__ignore-0.4.23", - sha256 = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b", - type = "tar.gz", - urls = ["https://static.crates.io/crates/ignore/0.4.23/download"], - strip_prefix = "ignore-0.4.23", - build_file = Label("//vendor/bindeps:BUILD.ignore-0.4.23.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__impl-more-0.1.9", - sha256 = "e8a5a9a0ff0086c7a148acb942baaabeadf9504d10400b5a05645853729b9cd2", - type = "tar.gz", - urls = ["https://static.crates.io/crates/impl-more/0.1.9/download"], - strip_prefix = "impl-more-0.1.9", - build_file = Label("//vendor/bindeps:BUILD.impl-more-0.1.9.bazel"), - ) - - maybe( - new_git_repository, - name = "bindeps__include_sass-0.13.4", - commit = "437c274bfa45a474a6f2e7c700c994d4e5e278b8", - init_submodules = True, - remote = "https://github.com/TroyKomodo/grass.git", - build_file = Label("//vendor/bindeps:BUILD.include_sass-0.13.4.bazel"), - strip_prefix = "crates/include_sass", - ) - - maybe( - http_archive, - name = "bindeps__indexmap-2.11.3", - sha256 = "92119844f513ffa41556430369ab02c295a3578af21cf945caa3e9e0c2481ac3", - type = "tar.gz", - urls = ["https://static.crates.io/crates/indexmap/2.11.3/download"], - strip_prefix = "indexmap-2.11.3", - build_file = Label("//vendor/bindeps:BUILD.indexmap-2.11.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__inotify-0.11.0", - sha256 = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3", - type = "tar.gz", - urls = ["https://static.crates.io/crates/inotify/0.11.0/download"], - strip_prefix = "inotify-0.11.0", - build_file = Label("//vendor/bindeps:BUILD.inotify-0.11.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__inotify-sys-0.1.5", - sha256 = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb", - type = "tar.gz", - urls = ["https://static.crates.io/crates/inotify-sys/0.1.5/download"], - strip_prefix = "inotify-sys-0.1.5", - build_file = Label("//vendor/bindeps:BUILD.inotify-sys-0.1.5.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__inout-0.1.4", - sha256 = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01", - type = "tar.gz", - urls = ["https://static.crates.io/crates/inout/0.1.4/download"], - strip_prefix = "inout-0.1.4", - build_file = Label("//vendor/bindeps:BUILD.inout-0.1.4.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__insta-1.43.2", - sha256 = "46fdb647ebde000f43b5b53f773c30cf9b0cb4300453208713fa38b2c70935a0", - type = "tar.gz", - urls = ["https://static.crates.io/crates/insta/1.43.2/download"], - strip_prefix = "insta-1.43.2", - build_file = Label("//vendor/bindeps:BUILD.insta-1.43.2.bazel"), - ) - - maybe( - new_git_repository, - name = "bindeps__intern-0.0.0", - commit = "123f57bff97627e8a5553a5ba1d67918f877dc24", - init_submodules = True, - remote = "https://github.com/scufflecloud/rust-analyzer.git", - build_file = Label("//vendor/bindeps:BUILD.intern-0.0.0.bazel"), - strip_prefix = "crates/intern", - ) - - maybe( - http_archive, - name = "bindeps__intrusive-collections-0.9.7", - sha256 = "189d0897e4cbe8c75efedf3502c18c887b05046e59d28404d4d8e46cbc4d1e86", - type = "tar.gz", - urls = ["https://static.crates.io/crates/intrusive-collections/0.9.7/download"], - strip_prefix = "intrusive-collections-0.9.7", - build_file = Label("//vendor/bindeps:BUILD.intrusive-collections-0.9.7.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__io-close-0.3.7", - sha256 = "9cadcf447f06744f8ce713d2d6239bb5bde2c357a452397a9ed90c625da390bc", - type = "tar.gz", - urls = ["https://static.crates.io/crates/io-close/0.3.7/download"], - strip_prefix = "io-close-0.3.7", - build_file = Label("//vendor/bindeps:BUILD.io-close-0.3.7.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__ipnet-2.11.0", - sha256 = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130", - type = "tar.gz", - urls = ["https://static.crates.io/crates/ipnet/2.11.0/download"], - strip_prefix = "ipnet-2.11.0", - build_file = Label("//vendor/bindeps:BUILD.ipnet-2.11.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__iri-string-0.7.8", - sha256 = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2", - type = "tar.gz", - urls = ["https://static.crates.io/crates/iri-string/0.7.8/download"], - strip_prefix = "iri-string-0.7.8", - build_file = Label("//vendor/bindeps:BUILD.iri-string-0.7.8.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__is-docker-0.2.0", - sha256 = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3", - type = "tar.gz", - urls = ["https://static.crates.io/crates/is-docker/0.2.0/download"], - strip_prefix = "is-docker-0.2.0", - build_file = Label("//vendor/bindeps:BUILD.is-docker-0.2.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__is-wsl-0.4.0", - sha256 = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5", - type = "tar.gz", - urls = ["https://static.crates.io/crates/is-wsl/0.4.0/download"], - strip_prefix = "is-wsl-0.4.0", - build_file = Label("//vendor/bindeps:BUILD.is-wsl-0.4.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__is_ci-1.2.0", - sha256 = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45", - type = "tar.gz", - urls = ["https://static.crates.io/crates/is_ci/1.2.0/download"], - strip_prefix = "is_ci-1.2.0", - build_file = Label("//vendor/bindeps:BUILD.is_ci-1.2.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__is_executable-1.0.5", - sha256 = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4", - type = "tar.gz", - urls = ["https://static.crates.io/crates/is_executable/1.0.5/download"], - strip_prefix = "is_executable-1.0.5", - build_file = Label("//vendor/bindeps:BUILD.is_executable-1.0.5.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__is_terminal_polyfill-1.70.1", - sha256 = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf", - type = "tar.gz", - urls = ["https://static.crates.io/crates/is_terminal_polyfill/1.70.1/download"], - strip_prefix = "is_terminal_polyfill-1.70.1", - build_file = Label("//vendor/bindeps:BUILD.is_terminal_polyfill-1.70.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__itertools-0.10.5", - sha256 = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473", - type = "tar.gz", - urls = ["https://static.crates.io/crates/itertools/0.10.5/download"], - strip_prefix = "itertools-0.10.5", - build_file = Label("//vendor/bindeps:BUILD.itertools-0.10.5.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__itertools-0.12.1", - sha256 = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569", - type = "tar.gz", - urls = ["https://static.crates.io/crates/itertools/0.12.1/download"], - strip_prefix = "itertools-0.12.1", - build_file = Label("//vendor/bindeps:BUILD.itertools-0.12.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__itertools-0.13.0", - sha256 = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186", - type = "tar.gz", - urls = ["https://static.crates.io/crates/itertools/0.13.0/download"], - strip_prefix = "itertools-0.13.0", - build_file = Label("//vendor/bindeps:BUILD.itertools-0.13.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__itertools-0.14.0", - sha256 = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285", - type = "tar.gz", - urls = ["https://static.crates.io/crates/itertools/0.14.0/download"], - strip_prefix = "itertools-0.14.0", - build_file = Label("//vendor/bindeps:BUILD.itertools-0.14.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__itoa-1.0.15", - sha256 = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c", - type = "tar.gz", - urls = ["https://static.crates.io/crates/itoa/1.0.15/download"], - strip_prefix = "itoa-1.0.15", - build_file = Label("//vendor/bindeps:BUILD.itoa-1.0.15.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__jiff-0.2.15", - sha256 = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49", - type = "tar.gz", - urls = ["https://static.crates.io/crates/jiff/0.2.15/download"], - strip_prefix = "jiff-0.2.15", - build_file = Label("//vendor/bindeps:BUILD.jiff-0.2.15.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__jiff-tzdb-0.1.4", - sha256 = "c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524", - type = "tar.gz", - urls = ["https://static.crates.io/crates/jiff-tzdb/0.1.4/download"], - strip_prefix = "jiff-tzdb-0.1.4", - build_file = Label("//vendor/bindeps:BUILD.jiff-tzdb-0.1.4.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__jiff-tzdb-platform-0.1.3", - sha256 = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8", - type = "tar.gz", - urls = ["https://static.crates.io/crates/jiff-tzdb-platform/0.1.3/download"], - strip_prefix = "jiff-tzdb-platform-0.1.3", - build_file = Label("//vendor/bindeps:BUILD.jiff-tzdb-platform-0.1.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__jobserver-0.1.34", - sha256 = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33", - type = "tar.gz", - urls = ["https://static.crates.io/crates/jobserver/0.1.34/download"], - strip_prefix = "jobserver-0.1.34", - build_file = Label("//vendor/bindeps:BUILD.jobserver-0.1.34.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__jod-thread-1.0.0", - sha256 = "a037eddb7d28de1d0fc42411f501b53b75838d313908078d6698d064f3029b24", - type = "tar.gz", - urls = ["https://static.crates.io/crates/jod-thread/1.0.0/download"], - strip_prefix = "jod-thread-1.0.0", - build_file = Label("//vendor/bindeps:BUILD.jod-thread-1.0.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__jsonc-parser-0.26.3", - sha256 = "1d6d80e6d70e7911a29f3cf3f44f452df85d06f73572b494ca99a2cad3fcf8f4", - type = "tar.gz", - urls = ["https://static.crates.io/crates/jsonc-parser/0.26.3/download"], - strip_prefix = "jsonc-parser-0.26.3", - build_file = Label("//vendor/bindeps:BUILD.jsonc-parser-0.26.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__just-1.42.4", - sha256 = "d26a2ff78b980d1de1078473e13dbd5fe72a1837a42e68d5c7327426f1254d34", - type = "tar.gz", - urls = ["https://static.crates.io/crates/just/1.42.4/download"], - strip_prefix = "just-1.42.4", - build_file = Label("//vendor/bindeps:BUILD.just-1.42.4.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__keccak-0.1.5", - sha256 = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654", - type = "tar.gz", - urls = ["https://static.crates.io/crates/keccak/0.1.5/download"], - strip_prefix = "keccak-0.1.5", - build_file = Label("//vendor/bindeps:BUILD.keccak-0.1.5.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__krates-0.20.0", - sha256 = "c432bb7d7a968a338f6c7cbd8782f38ffd87a793ff06c3a20257f45e1d003f6d", - type = "tar.gz", - urls = ["https://static.crates.io/crates/krates/0.20.0/download"], - strip_prefix = "krates-0.20.0", - build_file = Label("//vendor/bindeps:BUILD.krates-0.20.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__kstring-2.0.2", - sha256 = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1", - type = "tar.gz", - urls = ["https://static.crates.io/crates/kstring/2.0.2/download"], - strip_prefix = "kstring-2.0.2", - build_file = Label("//vendor/bindeps:BUILD.kstring-2.0.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__la-arena-0.3.1", - sha256 = "3752f229dcc5a481d60f385fa479ff46818033d881d2d801aa27dffcfb5e8306", - type = "tar.gz", - urls = ["https://static.crates.io/crates/la-arena/0.3.1/download"], - strip_prefix = "la-arena-0.3.1", - build_file = Label("//vendor/bindeps:BUILD.la-arena-0.3.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__lalrpop-0.22.2", - sha256 = "ba4ebbd48ce411c1d10fb35185f5a51a7bfa3d8b24b4e330d30c9e3a34129501", - type = "tar.gz", - urls = ["https://static.crates.io/crates/lalrpop/0.22.2/download"], - strip_prefix = "lalrpop-0.22.2", - build_file = Label("//vendor/bindeps:BUILD.lalrpop-0.22.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__lalrpop-util-0.22.2", - sha256 = "b5baa5e9ff84f1aefd264e6869907646538a52147a755d494517a8007fb48733", - type = "tar.gz", - urls = ["https://static.crates.io/crates/lalrpop-util/0.22.2/download"], - strip_prefix = "lalrpop-util-0.22.2", - build_file = Label("//vendor/bindeps:BUILD.lalrpop-util-0.22.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__language-tags-0.3.2", - sha256 = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388", - type = "tar.gz", - urls = ["https://static.crates.io/crates/language-tags/0.3.2/download"], - strip_prefix = "language-tags-0.3.2", - build_file = Label("//vendor/bindeps:BUILD.language-tags-0.3.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__lasso-0.7.3", - sha256 = "6e14eda50a3494b3bf7b9ce51c52434a761e383d7238ce1dd5dcec2fbc13e9fb", - type = "tar.gz", - urls = ["https://static.crates.io/crates/lasso/0.7.3/download"], - strip_prefix = "lasso-0.7.3", - build_file = Label("//vendor/bindeps:BUILD.lasso-0.7.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__lazy_static-1.5.0", - sha256 = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe", - type = "tar.gz", - urls = ["https://static.crates.io/crates/lazy_static/1.5.0/download"], - strip_prefix = "lazy_static-1.5.0", - build_file = Label("//vendor/bindeps:BUILD.lazy_static-1.5.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__leb128-0.2.5", - sha256 = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67", - type = "tar.gz", - urls = ["https://static.crates.io/crates/leb128/0.2.5/download"], - strip_prefix = "leb128-0.2.5", - build_file = Label("//vendor/bindeps:BUILD.leb128-0.2.5.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__leb128fmt-0.1.0", - sha256 = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2", - type = "tar.gz", - urls = ["https://static.crates.io/crates/leb128fmt/0.1.0/download"], - strip_prefix = "leb128fmt-0.1.0", - build_file = Label("//vendor/bindeps:BUILD.leb128fmt-0.1.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__lexiclean-0.0.1", - sha256 = "441225017b106b9f902e97947a6d31e44ebcf274b91bdbfb51e5c477fcd468e5", - type = "tar.gz", - urls = ["https://static.crates.io/crates/lexiclean/0.0.1/download"], - strip_prefix = "lexiclean-0.0.1", - build_file = Label("//vendor/bindeps:BUILD.lexiclean-0.0.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__libc-0.2.175", - sha256 = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543", - type = "tar.gz", - urls = ["https://static.crates.io/crates/libc/0.2.175/download"], - strip_prefix = "libc-0.2.175", - build_file = Label("//vendor/bindeps:BUILD.libc-0.2.175.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__libflate-2.1.0", - sha256 = "45d9dfdc14ea4ef0900c1cddbc8dcd553fbaacd8a4a282cf4018ae9dd04fb21e", - type = "tar.gz", - urls = ["https://static.crates.io/crates/libflate/2.1.0/download"], - strip_prefix = "libflate-2.1.0", - build_file = Label("//vendor/bindeps:BUILD.libflate-2.1.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__libflate_lz77-2.1.0", - sha256 = "e6e0d73b369f386f1c44abd9c570d5318f55ccde816ff4b562fa452e5182863d", - type = "tar.gz", - urls = ["https://static.crates.io/crates/libflate_lz77/2.1.0/download"], - strip_prefix = "libflate_lz77-2.1.0", - build_file = Label("//vendor/bindeps:BUILD.libflate_lz77-2.1.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__libloading-0.8.8", - sha256 = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667", - type = "tar.gz", - urls = ["https://static.crates.io/crates/libloading/0.8.8/download"], - strip_prefix = "libloading-0.8.8", - build_file = Label("//vendor/bindeps:BUILD.libloading-0.8.8.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__libunwind-1.3.3", - sha256 = "0c6639b70a7ce854b79c70d7e83f16b5dc0137cc914f3d7d03803b513ecc67ac", - type = "tar.gz", - urls = ["https://static.crates.io/crates/libunwind/1.3.3/download"], - strip_prefix = "libunwind-1.3.3", - build_file = Label("//vendor/bindeps:BUILD.libunwind-1.3.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__libz-rs-sys-0.5.2", - sha256 = "840db8cf39d9ec4dd794376f38acc40d0fc65eec2a8f484f7fd375b84602becd", - type = "tar.gz", - urls = ["https://static.crates.io/crates/libz-rs-sys/0.5.2/download"], - strip_prefix = "libz-rs-sys-0.5.2", - build_file = Label("//vendor/bindeps:BUILD.libz-rs-sys-0.5.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__line-index-0.1.2", - sha256 = "3e27e0ed5a392a7f5ba0b3808a2afccff16c64933312c84b57618b49d1209bd2", - type = "tar.gz", - urls = ["https://static.crates.io/crates/line-index/0.1.2/download"], - strip_prefix = "line-index-0.1.2", - build_file = Label("//vendor/bindeps:BUILD.line-index-0.1.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__linux-raw-sys-0.11.0", - sha256 = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039", - type = "tar.gz", - urls = ["https://static.crates.io/crates/linux-raw-sys/0.11.0/download"], - strip_prefix = "linux-raw-sys-0.11.0", - build_file = Label("//vendor/bindeps:BUILD.linux-raw-sys-0.11.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__litemap-0.8.0", - sha256 = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956", - type = "tar.gz", - urls = ["https://static.crates.io/crates/litemap/0.8.0/download"], - strip_prefix = "litemap-0.8.0", - build_file = Label("//vendor/bindeps:BUILD.litemap-0.8.0.bazel"), - ) - - maybe( - new_git_repository, - name = "bindeps__load-cargo-0.0.0", - commit = "123f57bff97627e8a5553a5ba1d67918f877dc24", - init_submodules = True, - remote = "https://github.com/scufflecloud/rust-analyzer.git", - build_file = Label("//vendor/bindeps:BUILD.load-cargo-0.0.0.bazel"), - strip_prefix = "crates/load-cargo", - ) - - maybe( - http_archive, - name = "bindeps__local-channel-0.1.5", - sha256 = "b6cbc85e69b8df4b8bb8b89ec634e7189099cea8927a276b7384ce5488e53ec8", - type = "tar.gz", - urls = ["https://static.crates.io/crates/local-channel/0.1.5/download"], - strip_prefix = "local-channel-0.1.5", - build_file = Label("//vendor/bindeps:BUILD.local-channel-0.1.5.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__local-waker-0.1.4", - sha256 = "4d873d7c67ce09b42110d801813efbc9364414e356be9935700d368351657487", - type = "tar.gz", - urls = ["https://static.crates.io/crates/local-waker/0.1.4/download"], - strip_prefix = "local-waker-0.1.4", - build_file = Label("//vendor/bindeps:BUILD.local-waker-0.1.4.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__lock_api-0.4.13", - sha256 = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765", - type = "tar.gz", - urls = ["https://static.crates.io/crates/lock_api/0.4.13/download"], - strip_prefix = "lock_api-0.4.13", - build_file = Label("//vendor/bindeps:BUILD.lock_api-0.4.13.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__log-0.4.28", - sha256 = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432", - type = "tar.gz", - urls = ["https://static.crates.io/crates/log/0.4.28/download"], - strip_prefix = "log-0.4.28", - build_file = Label("//vendor/bindeps:BUILD.log-0.4.28.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__logos-0.15.1", - sha256 = "ff472f899b4ec2d99161c51f60ff7075eeb3097069a36050d8037a6325eb8154", - type = "tar.gz", - urls = ["https://static.crates.io/crates/logos/0.15.1/download"], - strip_prefix = "logos-0.15.1", - build_file = Label("//vendor/bindeps:BUILD.logos-0.15.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__logos-codegen-0.15.1", - sha256 = "192a3a2b90b0c05b27a0b2c43eecdb7c415e29243acc3f89cc8247a5b693045c", - type = "tar.gz", - urls = ["https://static.crates.io/crates/logos-codegen/0.15.1/download"], - strip_prefix = "logos-codegen-0.15.1", - build_file = Label("//vendor/bindeps:BUILD.logos-codegen-0.15.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__logos-derive-0.15.1", - sha256 = "605d9697bcd5ef3a42d38efc51541aa3d6a4a25f7ab6d1ed0da5ac632a26b470", - type = "tar.gz", - urls = ["https://static.crates.io/crates/logos-derive/0.15.1/download"], - strip_prefix = "logos-derive-0.15.1", - build_file = Label("//vendor/bindeps:BUILD.logos-derive-0.15.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__lru-0.14.0", - sha256 = "9f8cc7106155f10bdf99a6f379688f543ad6596a415375b36a59a054ceda1198", - type = "tar.gz", - urls = ["https://static.crates.io/crates/lru/0.14.0/download"], - strip_prefix = "lru-0.14.0", - build_file = Label("//vendor/bindeps:BUILD.lru-0.14.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__lsp-server-0.7.9", - sha256 = "7d6ada348dbc2703cbe7637b2dda05cff84d3da2819c24abcb305dd613e0ba2e", - type = "tar.gz", - urls = ["https://static.crates.io/crates/lsp-server/0.7.9/download"], - strip_prefix = "lsp-server-0.7.9", - build_file = Label("//vendor/bindeps:BUILD.lsp-server-0.7.9.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__lsp-types-0.94.1", - sha256 = "c66bfd44a06ae10647fe3f8214762e9369fd4248df1350924b4ef9e770a85ea1", - type = "tar.gz", - urls = ["https://static.crates.io/crates/lsp-types/0.94.1/download"], - strip_prefix = "lsp-types-0.94.1", - build_file = Label("//vendor/bindeps:BUILD.lsp-types-0.94.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__lsp-types-0.95.0", - sha256 = "158c1911354ef73e8fe42da6b10c0484cb65c7f1007f28022e847706c1ab6984", - type = "tar.gz", - urls = ["https://static.crates.io/crates/lsp-types/0.95.0/download"], - strip_prefix = "lsp-types-0.95.0", - build_file = Label("//vendor/bindeps:BUILD.lsp-types-0.95.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__lzma-rs-0.3.0", - sha256 = "297e814c836ae64db86b36cf2a557ba54368d03f6afcd7d947c266692f71115e", - type = "tar.gz", - urls = ["https://static.crates.io/crates/lzma-rs/0.3.0/download"], - strip_prefix = "lzma-rs-0.3.0", - build_file = Label("//vendor/bindeps:BUILD.lzma-rs-0.3.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__lzma-sys-0.1.20", - sha256 = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27", - type = "tar.gz", - urls = ["https://static.crates.io/crates/lzma-sys/0.1.20/download"], - strip_prefix = "lzma-sys-0.1.20", - build_file = Label("//vendor/bindeps:BUILD.lzma-sys-0.1.20.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__mach2-0.4.3", - sha256 = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44", - type = "tar.gz", - urls = ["https://static.crates.io/crates/mach2/0.4.3/download"], - strip_prefix = "mach2-0.4.3", - build_file = Label("//vendor/bindeps:BUILD.mach2-0.4.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__macho-unwind-info-0.5.0", - sha256 = "bb4bdc8b0ce69932332cf76d24af69c3a155242af95c226b2ab6c2e371ed1149", - type = "tar.gz", - urls = ["https://static.crates.io/crates/macho-unwind-info/0.5.0/download"], - strip_prefix = "macho-unwind-info-0.5.0", - build_file = Label("//vendor/bindeps:BUILD.macho-unwind-info-0.5.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__matchers-0.2.0", - sha256 = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9", - type = "tar.gz", - urls = ["https://static.crates.io/crates/matchers/0.2.0/download"], - strip_prefix = "matchers-0.2.0", - build_file = Label("//vendor/bindeps:BUILD.matchers-0.2.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__maud-0.27.0", - sha256 = "8156733e27020ea5c684db5beac5d1d611e1272ab17901a49466294b84fc217e", - type = "tar.gz", - urls = ["https://static.crates.io/crates/maud/0.27.0/download"], - strip_prefix = "maud-0.27.0", - build_file = Label("//vendor/bindeps:BUILD.maud-0.27.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__maud_macros-0.27.0", - sha256 = "7261b00f3952f617899bc012e3dbd56e4f0110a038175929fa5d18e5a19913ca", - type = "tar.gz", - urls = ["https://static.crates.io/crates/maud_macros/0.27.0/download"], - strip_prefix = "maud_macros-0.27.0", - build_file = Label("//vendor/bindeps:BUILD.maud_macros-0.27.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__maybe-async-0.2.10", - sha256 = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11", - type = "tar.gz", - urls = ["https://static.crates.io/crates/maybe-async/0.2.10/download"], - strip_prefix = "maybe-async-0.2.10", - build_file = Label("//vendor/bindeps:BUILD.maybe-async-0.2.10.bazel"), - ) - - maybe( - new_git_repository, - name = "bindeps__mbe-0.0.0", - commit = "123f57bff97627e8a5553a5ba1d67918f877dc24", - init_submodules = True, - remote = "https://github.com/scufflecloud/rust-analyzer.git", - build_file = Label("//vendor/bindeps:BUILD.mbe-0.0.0.bazel"), - strip_prefix = "crates/mbe", - ) - - maybe( - http_archive, - name = "bindeps__memchr-2.7.5", - sha256 = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0", - type = "tar.gz", - urls = ["https://static.crates.io/crates/memchr/2.7.5/download"], - strip_prefix = "memchr-2.7.5", - build_file = Label("//vendor/bindeps:BUILD.memchr-2.7.5.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__memmap2-0.6.2", - sha256 = "6d28bba84adfe6646737845bc5ebbfa2c08424eb1c37e94a1fd2a82adb56a872", - type = "tar.gz", - urls = ["https://static.crates.io/crates/memmap2/0.6.2/download"], - strip_prefix = "memmap2-0.6.2", - build_file = Label("//vendor/bindeps:BUILD.memmap2-0.6.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__memmap2-0.9.8", - sha256 = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7", - type = "tar.gz", - urls = ["https://static.crates.io/crates/memmap2/0.9.8/download"], - strip_prefix = "memmap2-0.9.8", - build_file = Label("//vendor/bindeps:BUILD.memmap2-0.9.8.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__memoffset-0.9.1", - sha256 = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a", - type = "tar.gz", - urls = ["https://static.crates.io/crates/memoffset/0.9.1/download"], - strip_prefix = "memoffset-0.9.1", - build_file = Label("//vendor/bindeps:BUILD.memoffset-0.9.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__miette-7.6.0", - sha256 = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7", - type = "tar.gz", - urls = ["https://static.crates.io/crates/miette/7.6.0/download"], - strip_prefix = "miette-7.6.0", - build_file = Label("//vendor/bindeps:BUILD.miette-7.6.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__miette-derive-7.6.0", - sha256 = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b", - type = "tar.gz", - urls = ["https://static.crates.io/crates/miette-derive/7.6.0/download"], - strip_prefix = "miette-derive-7.6.0", - build_file = Label("//vendor/bindeps:BUILD.miette-derive-7.6.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__migrations_internals-2.3.0", - sha256 = "36c791ecdf977c99f45f23280405d7723727470f6689a5e6dbf513ac547ae10d", - type = "tar.gz", - urls = ["https://static.crates.io/crates/migrations_internals/2.3.0/download"], - strip_prefix = "migrations_internals-2.3.0", - build_file = Label("//vendor/bindeps:BUILD.migrations_internals-2.3.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__migrations_macros-2.3.0", - sha256 = "36fc5ac76be324cfd2d3f2cf0fdf5d5d3c4f14ed8aaebadb09e304ba42282703", - type = "tar.gz", - urls = ["https://static.crates.io/crates/migrations_macros/2.3.0/download"], - strip_prefix = "migrations_macros-2.3.0", - build_file = Label("//vendor/bindeps:BUILD.migrations_macros-2.3.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__mime-0.3.17", - sha256 = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a", - type = "tar.gz", - urls = ["https://static.crates.io/crates/mime/0.3.17/download"], - strip_prefix = "mime-0.3.17", - build_file = Label("//vendor/bindeps:BUILD.mime-0.3.17.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__mime_guess-2.0.5", - sha256 = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e", - type = "tar.gz", - urls = ["https://static.crates.io/crates/mime_guess/2.0.5/download"], - strip_prefix = "mime_guess-2.0.5", - build_file = Label("//vendor/bindeps:BUILD.mime_guess-2.0.5.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__minimal-lexical-0.2.1", - sha256 = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a", - type = "tar.gz", - urls = ["https://static.crates.io/crates/minimal-lexical/0.2.1/download"], - strip_prefix = "minimal-lexical-0.2.1", - build_file = Label("//vendor/bindeps:BUILD.minimal-lexical-0.2.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__miniserve-0.31.0", - sha256 = "8cbfe3411f43036b8387b54b614750c53793f618e60aec06a7cf0bc19e1ef324", - type = "tar.gz", - urls = ["https://static.crates.io/crates/miniserve/0.31.0/download"], - strip_prefix = "miniserve-0.31.0", - build_file = Label("//vendor/bindeps:BUILD.miniserve-0.31.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__miniz_oxide-0.8.9", - sha256 = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316", - type = "tar.gz", - urls = ["https://static.crates.io/crates/miniz_oxide/0.8.9/download"], - strip_prefix = "miniz_oxide-0.8.9", - build_file = Label("//vendor/bindeps:BUILD.miniz_oxide-0.8.9.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__mio-0.8.11", - sha256 = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c", - type = "tar.gz", - urls = ["https://static.crates.io/crates/mio/0.8.11/download"], - strip_prefix = "mio-0.8.11", - build_file = Label("//vendor/bindeps:BUILD.mio-0.8.11.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__mio-1.0.4", - sha256 = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c", - type = "tar.gz", - urls = ["https://static.crates.io/crates/mio/1.0.4/download"], - strip_prefix = "mio-1.0.4", - build_file = Label("//vendor/bindeps:BUILD.mio-1.0.4.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__miow-0.6.1", - sha256 = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08", - type = "tar.gz", - urls = ["https://static.crates.io/crates/miow/0.6.1/download"], - strip_prefix = "miow-0.6.1", - build_file = Label("//vendor/bindeps:BUILD.miow-0.6.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__more-asserts-0.2.2", - sha256 = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389", - type = "tar.gz", - urls = ["https://static.crates.io/crates/more-asserts/0.2.2/download"], - strip_prefix = "more-asserts-0.2.2", - build_file = Label("//vendor/bindeps:BUILD.more-asserts-0.2.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__munge-0.4.6", - sha256 = "d7feb0b48aa0a25f9fe0899482c6e1379ee7a11b24a53073eacdecb9adb6dc60", - type = "tar.gz", - urls = ["https://static.crates.io/crates/munge/0.4.6/download"], - strip_prefix = "munge-0.4.6", - build_file = Label("//vendor/bindeps:BUILD.munge-0.4.6.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__munge_macro-0.4.6", - sha256 = "f2e3795a5d2da581a8b252fec6022eee01aea10161a4d1bf237d4cbe47f7e988", - type = "tar.gz", - urls = ["https://static.crates.io/crates/munge_macro/0.4.6/download"], - strip_prefix = "munge_macro-0.4.6", - build_file = Label("//vendor/bindeps:BUILD.munge_macro-0.4.6.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__nanoid-0.4.0", - sha256 = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8", - type = "tar.gz", - urls = ["https://static.crates.io/crates/nanoid/0.4.0/download"], - strip_prefix = "nanoid-0.4.0", - build_file = Label("//vendor/bindeps:BUILD.nanoid-0.4.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__new_debug_unreachable-1.0.6", - sha256 = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086", - type = "tar.gz", - urls = ["https://static.crates.io/crates/new_debug_unreachable/1.0.6/download"], - strip_prefix = "new_debug_unreachable-1.0.6", - build_file = Label("//vendor/bindeps:BUILD.new_debug_unreachable-1.0.6.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__nix-0.30.1", - sha256 = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6", - type = "tar.gz", - urls = ["https://static.crates.io/crates/nix/0.30.1/download"], - strip_prefix = "nix-0.30.1", - build_file = Label("//vendor/bindeps:BUILD.nix-0.30.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__nohash-hasher-0.2.0", - sha256 = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451", - type = "tar.gz", - urls = ["https://static.crates.io/crates/nohash-hasher/0.2.0/download"], - strip_prefix = "nohash-hasher-0.2.0", - build_file = Label("//vendor/bindeps:BUILD.nohash-hasher-0.2.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__nom-7.1.3", - sha256 = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a", - type = "tar.gz", - urls = ["https://static.crates.io/crates/nom/7.1.3/download"], - strip_prefix = "nom-7.1.3", - build_file = Label("//vendor/bindeps:BUILD.nom-7.1.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__nonempty-0.10.0", - sha256 = "303e8749c804ccd6ca3b428de7fe0d86cb86bc7606bc15291f100fd487960bb8", - type = "tar.gz", - urls = ["https://static.crates.io/crates/nonempty/0.10.0/download"], - strip_prefix = "nonempty-0.10.0", - build_file = Label("//vendor/bindeps:BUILD.nonempty-0.10.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__notify-8.2.0", - sha256 = "4d3d07927151ff8575b7087f245456e549fea62edf0ec4e565a5ee50c8402bc3", - type = "tar.gz", - urls = ["https://static.crates.io/crates/notify/8.2.0/download"], - strip_prefix = "notify-8.2.0", - build_file = Label("//vendor/bindeps:BUILD.notify-8.2.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__notify-types-2.0.0", - sha256 = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d", - type = "tar.gz", - urls = ["https://static.crates.io/crates/notify-types/2.0.0/download"], - strip_prefix = "notify-types-2.0.0", - build_file = Label("//vendor/bindeps:BUILD.notify-types-2.0.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__ntapi-0.4.1", - sha256 = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4", - type = "tar.gz", - urls = ["https://static.crates.io/crates/ntapi/0.4.1/download"], - strip_prefix = "ntapi-0.4.1", - build_file = Label("//vendor/bindeps:BUILD.ntapi-0.4.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__nu-ansi-term-0.50.1", - sha256 = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399", - type = "tar.gz", - urls = ["https://static.crates.io/crates/nu-ansi-term/0.50.1/download"], - strip_prefix = "nu-ansi-term-0.50.1", - build_file = Label("//vendor/bindeps:BUILD.nu-ansi-term-0.50.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__num-conv-0.1.0", - sha256 = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9", - type = "tar.gz", - urls = ["https://static.crates.io/crates/num-conv/0.1.0/download"], - strip_prefix = "num-conv-0.1.0", - build_file = Label("//vendor/bindeps:BUILD.num-conv-0.1.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__num-traits-0.2.19", - sha256 = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841", - type = "tar.gz", - urls = ["https://static.crates.io/crates/num-traits/0.2.19/download"], - strip_prefix = "num-traits-0.2.19", - build_file = Label("//vendor/bindeps:BUILD.num-traits-0.2.19.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__num_cpus-1.17.0", - sha256 = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b", - type = "tar.gz", - urls = ["https://static.crates.io/crates/num_cpus/1.17.0/download"], - strip_prefix = "num_cpus-1.17.0", - build_file = Label("//vendor/bindeps:BUILD.num_cpus-1.17.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__num_threads-0.1.7", - sha256 = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9", - type = "tar.gz", - urls = ["https://static.crates.io/crates/num_threads/0.1.7/download"], - strip_prefix = "num_threads-0.1.7", - build_file = Label("//vendor/bindeps:BUILD.num_threads-0.1.7.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__objc2-core-foundation-0.3.1", - sha256 = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166", - type = "tar.gz", - urls = ["https://static.crates.io/crates/objc2-core-foundation/0.3.1/download"], - strip_prefix = "objc2-core-foundation-0.3.1", - build_file = Label("//vendor/bindeps:BUILD.objc2-core-foundation-0.3.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__objc2-io-kit-0.3.1", - sha256 = "71c1c64d6120e51cd86033f67176b1cb66780c2efe34dec55176f77befd93c0a", - type = "tar.gz", - urls = ["https://static.crates.io/crates/objc2-io-kit/0.3.1/download"], - strip_prefix = "objc2-io-kit-0.3.1", - build_file = Label("//vendor/bindeps:BUILD.objc2-io-kit-0.3.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__object-0.32.2", - sha256 = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441", - type = "tar.gz", - urls = ["https://static.crates.io/crates/object/0.32.2/download"], - strip_prefix = "object-0.32.2", - build_file = Label("//vendor/bindeps:BUILD.object-0.32.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__object-0.36.7", - sha256 = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87", - type = "tar.gz", - urls = ["https://static.crates.io/crates/object/0.36.7/download"], - strip_prefix = "object-0.36.7", - build_file = Label("//vendor/bindeps:BUILD.object-0.36.7.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__once_cell-1.21.3", - sha256 = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d", - type = "tar.gz", - urls = ["https://static.crates.io/crates/once_cell/1.21.3/download"], - strip_prefix = "once_cell-1.21.3", - build_file = Label("//vendor/bindeps:BUILD.once_cell-1.21.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__once_cell_polyfill-1.70.1", - sha256 = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad", - type = "tar.gz", - urls = ["https://static.crates.io/crates/once_cell_polyfill/1.70.1/download"], - strip_prefix = "once_cell_polyfill-1.70.1", - build_file = Label("//vendor/bindeps:BUILD.once_cell_polyfill-1.70.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__oorandom-11.1.5", - sha256 = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e", - type = "tar.gz", - urls = ["https://static.crates.io/crates/oorandom/11.1.5/download"], - strip_prefix = "oorandom-11.1.5", - build_file = Label("//vendor/bindeps:BUILD.oorandom-11.1.5.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__open-5.3.2", - sha256 = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95", - type = "tar.gz", - urls = ["https://static.crates.io/crates/open/5.3.2/download"], - strip_prefix = "open-5.3.2", - build_file = Label("//vendor/bindeps:BUILD.open-5.3.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__openssl-probe-0.1.6", - sha256 = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e", - type = "tar.gz", - urls = ["https://static.crates.io/crates/openssl-probe/0.1.6/download"], - strip_prefix = "openssl-probe-0.1.6", - build_file = Label("//vendor/bindeps:BUILD.openssl-probe-0.1.6.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__openssl-src-300.5.2-3.5.2", - sha256 = "d270b79e2926f5150189d475bc7e9d2c69f9c4697b185fa917d5a32b792d21b4", - type = "tar.gz", - urls = ["https://static.crates.io/crates/openssl-src/300.5.2+3.5.2/download"], - strip_prefix = "openssl-src-300.5.2+3.5.2", - build_file = Label("//vendor/bindeps:BUILD.openssl-src-300.5.2+3.5.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__openssl-sys-0.9.109", - sha256 = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571", - type = "tar.gz", - urls = ["https://static.crates.io/crates/openssl-sys/0.9.109/download"], - strip_prefix = "openssl-sys-0.9.109", - build_file = Label("//vendor/bindeps:BUILD.openssl-sys-0.9.109.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__option-ext-0.2.0", - sha256 = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d", - type = "tar.gz", - urls = ["https://static.crates.io/crates/option-ext/0.2.0/download"], - strip_prefix = "option-ext-0.2.0", - build_file = Label("//vendor/bindeps:BUILD.option-ext-0.2.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__ordered-float-2.10.1", - sha256 = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c", - type = "tar.gz", - urls = ["https://static.crates.io/crates/ordered-float/2.10.1/download"], - strip_prefix = "ordered-float-2.10.1", - build_file = Label("//vendor/bindeps:BUILD.ordered-float-2.10.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__owo-colors-4.2.2", - sha256 = "48dd4f4a2c8405440fd0462561f0e5806bd0f77e86f51c761481bdd4018b545e", - type = "tar.gz", - urls = ["https://static.crates.io/crates/owo-colors/4.2.2/download"], - strip_prefix = "owo-colors-4.2.2", - build_file = Label("//vendor/bindeps:BUILD.owo-colors-4.2.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__papaya-0.2.3", - sha256 = "f92dd0b07c53a0a0c764db2ace8c541dc47320dad97c2200c2a637ab9dd2328f", - type = "tar.gz", - urls = ["https://static.crates.io/crates/papaya/0.2.3/download"], - strip_prefix = "papaya-0.2.3", - build_file = Label("//vendor/bindeps:BUILD.papaya-0.2.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__parking-2.2.1", - sha256 = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba", - type = "tar.gz", - urls = ["https://static.crates.io/crates/parking/2.2.1/download"], - strip_prefix = "parking-2.2.1", - build_file = Label("//vendor/bindeps:BUILD.parking-2.2.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__parking_lot-0.12.4", - sha256 = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13", - type = "tar.gz", - urls = ["https://static.crates.io/crates/parking_lot/0.12.4/download"], - strip_prefix = "parking_lot-0.12.4", - build_file = Label("//vendor/bindeps:BUILD.parking_lot-0.12.4.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__parking_lot_core-0.9.11", - sha256 = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5", - type = "tar.gz", - urls = ["https://static.crates.io/crates/parking_lot_core/0.9.11/download"], - strip_prefix = "parking_lot_core-0.9.11", - build_file = Label("//vendor/bindeps:BUILD.parking_lot_core-0.9.11.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__parse-size-1.1.0", - sha256 = "487f2ccd1e17ce8c1bfab3a65c89525af41cfad4c8659021a1e9a2aacd73b89b", - type = "tar.gz", - urls = ["https://static.crates.io/crates/parse-size/1.1.0/download"], - strip_prefix = "parse-size-1.1.0", - build_file = Label("//vendor/bindeps:BUILD.parse-size-1.1.0.bazel"), - ) - - maybe( - new_git_repository, - name = "bindeps__parser-0.0.0", - commit = "123f57bff97627e8a5553a5ba1d67918f877dc24", - init_submodules = True, - remote = "https://github.com/scufflecloud/rust-analyzer.git", - build_file = Label("//vendor/bindeps:BUILD.parser-0.0.0.bazel"), - strip_prefix = "crates/parser", - ) - - maybe( - http_archive, - name = "bindeps__paste-1.0.15", - sha256 = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a", - type = "tar.gz", - urls = ["https://static.crates.io/crates/paste/1.0.15/download"], - strip_prefix = "paste-1.0.15", - build_file = Label("//vendor/bindeps:BUILD.paste-1.0.15.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__pathdiff-0.2.3", - sha256 = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3", - type = "tar.gz", - urls = ["https://static.crates.io/crates/pathdiff/0.2.3/download"], - strip_prefix = "pathdiff-0.2.3", - build_file = Label("//vendor/bindeps:BUILD.pathdiff-0.2.3.bazel"), - ) - - maybe( - new_git_repository, - name = "bindeps__paths-0.0.0", - commit = "123f57bff97627e8a5553a5ba1d67918f877dc24", - init_submodules = True, - remote = "https://github.com/scufflecloud/rust-analyzer.git", - build_file = Label("//vendor/bindeps:BUILD.paths-0.0.0.bazel"), - strip_prefix = "crates/paths", - ) - - maybe( - http_archive, - name = "bindeps__pbkdf2-0.12.2", - sha256 = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2", - type = "tar.gz", - urls = ["https://static.crates.io/crates/pbkdf2/0.12.2/download"], - strip_prefix = "pbkdf2-0.12.2", - build_file = Label("//vendor/bindeps:BUILD.pbkdf2-0.12.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__percent-encoding-2.3.2", - sha256 = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220", - type = "tar.gz", - urls = ["https://static.crates.io/crates/percent-encoding/2.3.2/download"], - strip_prefix = "percent-encoding-2.3.2", - build_file = Label("//vendor/bindeps:BUILD.percent-encoding-2.3.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__perf-event-0.4.7", - sha256 = "5396562cd2eaa828445d6d34258ae21ee1eb9d40fe626ca7f51c8dccb4af9d66", - type = "tar.gz", - urls = ["https://static.crates.io/crates/perf-event/0.4.7/download"], - strip_prefix = "perf-event-0.4.7", - build_file = Label("//vendor/bindeps:BUILD.perf-event-0.4.7.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__perf-event-open-sys-1.0.1", - sha256 = "ce9bedf5da2c234fdf2391ede2b90fabf585355f33100689bc364a3ea558561a", - type = "tar.gz", - urls = ["https://static.crates.io/crates/perf-event-open-sys/1.0.1/download"], - strip_prefix = "perf-event-open-sys-1.0.1", - build_file = Label("//vendor/bindeps:BUILD.perf-event-open-sys-1.0.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__pest-2.8.2", - sha256 = "21e0a3a33733faeaf8651dfee72dd0f388f0c8e5ad496a3478fa5a922f49cfa8", - type = "tar.gz", - urls = ["https://static.crates.io/crates/pest/2.8.2/download"], - strip_prefix = "pest-2.8.2", - build_file = Label("//vendor/bindeps:BUILD.pest-2.8.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__pest_derive-2.8.2", - sha256 = "bc58706f770acb1dbd0973e6530a3cff4746fb721207feb3a8a6064cd0b6c663", - type = "tar.gz", - urls = ["https://static.crates.io/crates/pest_derive/2.8.2/download"], - strip_prefix = "pest_derive-2.8.2", - build_file = Label("//vendor/bindeps:BUILD.pest_derive-2.8.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__pest_generator-2.8.2", - sha256 = "6d4f36811dfe07f7b8573462465d5cb8965fffc2e71ae377a33aecf14c2c9a2f", - type = "tar.gz", - urls = ["https://static.crates.io/crates/pest_generator/2.8.2/download"], - strip_prefix = "pest_generator-2.8.2", - build_file = Label("//vendor/bindeps:BUILD.pest_generator-2.8.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__pest_meta-2.8.2", - sha256 = "42919b05089acbd0a5dcd5405fb304d17d1053847b81163d09c4ad18ce8e8420", - type = "tar.gz", - urls = ["https://static.crates.io/crates/pest_meta/2.8.2/download"], - strip_prefix = "pest_meta-2.8.2", - build_file = Label("//vendor/bindeps:BUILD.pest_meta-2.8.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__petgraph-0.7.1", - sha256 = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772", - type = "tar.gz", - urls = ["https://static.crates.io/crates/petgraph/0.7.1/download"], - strip_prefix = "petgraph-0.7.1", - build_file = Label("//vendor/bindeps:BUILD.petgraph-0.7.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__petgraph-0.8.2", - sha256 = "54acf3a685220b533e437e264e4d932cfbdc4cc7ec0cd232ed73c08d03b8a7ca", - type = "tar.gz", - urls = ["https://static.crates.io/crates/petgraph/0.8.2/download"], - strip_prefix = "petgraph-0.8.2", - build_file = Label("//vendor/bindeps:BUILD.petgraph-0.8.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__phf-0.11.3", - sha256 = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078", - type = "tar.gz", - urls = ["https://static.crates.io/crates/phf/0.11.3/download"], - strip_prefix = "phf-0.11.3", - build_file = Label("//vendor/bindeps:BUILD.phf-0.11.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__phf_generator-0.11.3", - sha256 = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d", - type = "tar.gz", - urls = ["https://static.crates.io/crates/phf_generator/0.11.3/download"], - strip_prefix = "phf_generator-0.11.3", - build_file = Label("//vendor/bindeps:BUILD.phf_generator-0.11.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__phf_macros-0.11.3", - sha256 = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216", - type = "tar.gz", - urls = ["https://static.crates.io/crates/phf_macros/0.11.3/download"], - strip_prefix = "phf_macros-0.11.3", - build_file = Label("//vendor/bindeps:BUILD.phf_macros-0.11.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__phf_shared-0.11.3", - sha256 = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5", - type = "tar.gz", - urls = ["https://static.crates.io/crates/phf_shared/0.11.3/download"], - strip_prefix = "phf_shared-0.11.3", - build_file = Label("//vendor/bindeps:BUILD.phf_shared-0.11.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__pico-args-0.5.0", - sha256 = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315", - type = "tar.gz", - urls = ["https://static.crates.io/crates/pico-args/0.5.0/download"], - strip_prefix = "pico-args-0.5.0", - build_file = Label("//vendor/bindeps:BUILD.pico-args-0.5.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__pin-project-1.1.10", - sha256 = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a", - type = "tar.gz", - urls = ["https://static.crates.io/crates/pin-project/1.1.10/download"], - strip_prefix = "pin-project-1.1.10", - build_file = Label("//vendor/bindeps:BUILD.pin-project-1.1.10.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__pin-project-internal-1.1.10", - sha256 = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861", - type = "tar.gz", - urls = ["https://static.crates.io/crates/pin-project-internal/1.1.10/download"], - strip_prefix = "pin-project-internal-1.1.10", - build_file = Label("//vendor/bindeps:BUILD.pin-project-internal-1.1.10.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__pin-project-lite-0.2.16", - sha256 = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b", - type = "tar.gz", - urls = ["https://static.crates.io/crates/pin-project-lite/0.2.16/download"], - strip_prefix = "pin-project-lite-0.2.16", - build_file = Label("//vendor/bindeps:BUILD.pin-project-lite-0.2.16.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__pin-utils-0.1.0", - sha256 = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184", - type = "tar.gz", - urls = ["https://static.crates.io/crates/pin-utils/0.1.0/download"], - strip_prefix = "pin-utils-0.1.0", - build_file = Label("//vendor/bindeps:BUILD.pin-utils-0.1.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__piper-0.2.4", - sha256 = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066", - type = "tar.gz", - urls = ["https://static.crates.io/crates/piper/0.2.4/download"], - strip_prefix = "piper-0.2.4", - build_file = Label("//vendor/bindeps:BUILD.piper-0.2.4.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__pkg-config-0.3.32", - sha256 = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c", - type = "tar.gz", - urls = ["https://static.crates.io/crates/pkg-config/0.3.32/download"], - strip_prefix = "pkg-config-0.3.32", - build_file = Label("//vendor/bindeps:BUILD.pkg-config-0.3.32.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__plain-0.2.3", - sha256 = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6", - type = "tar.gz", - urls = ["https://static.crates.io/crates/plain/0.2.3/download"], - strip_prefix = "plain-0.2.3", - build_file = Label("//vendor/bindeps:BUILD.plain-0.2.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__platforms-3.6.0", - sha256 = "0b02ffed1bc8c2234bb6f8e760e34613776c5102a041f25330b869a78153a68c", - type = "tar.gz", - urls = ["https://static.crates.io/crates/platforms/3.6.0/download"], - strip_prefix = "platforms-3.6.0", - build_file = Label("//vendor/bindeps:BUILD.platforms-3.6.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__port_check-0.2.1", - sha256 = "2110609fb863cdb367d4e69d6c43c81ba6a8c7d18e80082fe9f3ef16b23afeed", - type = "tar.gz", - urls = ["https://static.crates.io/crates/port_check/0.2.1/download"], - strip_prefix = "port_check-0.2.1", - build_file = Label("//vendor/bindeps:BUILD.port_check-0.2.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__portable-atomic-1.11.1", - sha256 = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483", - type = "tar.gz", - urls = ["https://static.crates.io/crates/portable-atomic/1.11.1/download"], - strip_prefix = "portable-atomic-1.11.1", - build_file = Label("//vendor/bindeps:BUILD.portable-atomic-1.11.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__potential_utf-0.1.3", - sha256 = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a", - type = "tar.gz", - urls = ["https://static.crates.io/crates/potential_utf/0.1.3/download"], - strip_prefix = "potential_utf-0.1.3", - build_file = Label("//vendor/bindeps:BUILD.potential_utf-0.1.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__powerfmt-0.2.0", - sha256 = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391", - type = "tar.gz", - urls = ["https://static.crates.io/crates/powerfmt/0.2.0/download"], - strip_prefix = "powerfmt-0.2.0", - build_file = Label("//vendor/bindeps:BUILD.powerfmt-0.2.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__ppv-lite86-0.2.21", - sha256 = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9", - type = "tar.gz", - urls = ["https://static.crates.io/crates/ppv-lite86/0.2.21/download"], - strip_prefix = "ppv-lite86-0.2.21", - build_file = Label("//vendor/bindeps:BUILD.ppv-lite86-0.2.21.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__pq-src-0.3.9-libpq-17.5", - sha256 = "24ee82a51d19317d15e43b82e496db215ad5bf09a245786e7ac75cb859e5ba46", - type = "tar.gz", - urls = ["https://static.crates.io/crates/pq-src/0.3.9+libpq-17.5/download"], - strip_prefix = "pq-src-0.3.9+libpq-17.5", - build_file = Label("//vendor/bindeps:BUILD.pq-src-0.3.9+libpq-17.5.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__pq-sys-0.7.2", - sha256 = "dfd6cf44cca8f9624bc19df234fc4112873432f5fda1caff174527846d026fa9", - type = "tar.gz", - urls = ["https://static.crates.io/crates/pq-sys/0.7.2/download"], - strip_prefix = "pq-sys-0.7.2", - build_file = Label("//vendor/bindeps:BUILD.pq-sys-0.7.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__precomputed-hash-0.1.1", - sha256 = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c", - type = "tar.gz", - urls = ["https://static.crates.io/crates/precomputed-hash/0.1.1/download"], - strip_prefix = "precomputed-hash-0.1.1", - build_file = Label("//vendor/bindeps:BUILD.precomputed-hash-0.1.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__pretty-0.12.4", - sha256 = "ac98773b7109bc75f475ab5a134c9b64b87e59d776d31098d8f346922396a477", - type = "tar.gz", - urls = ["https://static.crates.io/crates/pretty/0.12.4/download"], - strip_prefix = "pretty-0.12.4", - build_file = Label("//vendor/bindeps:BUILD.pretty-0.12.4.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__prettyplease-0.2.37", - sha256 = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b", - type = "tar.gz", - urls = ["https://static.crates.io/crates/prettyplease/0.2.37/download"], - strip_prefix = "prettyplease-0.2.37", - build_file = Label("//vendor/bindeps:BUILD.prettyplease-0.2.37.bazel"), - ) - - maybe( - new_git_repository, - name = "bindeps__proc-macro-api-0.0.0", - commit = "123f57bff97627e8a5553a5ba1d67918f877dc24", - init_submodules = True, - remote = "https://github.com/scufflecloud/rust-analyzer.git", - build_file = Label("//vendor/bindeps:BUILD.proc-macro-api-0.0.0.bazel"), - strip_prefix = "crates/proc-macro-api", - ) - - maybe( - http_archive, - name = "bindeps__proc-macro-error-attr2-2.0.0", - sha256 = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5", - type = "tar.gz", - urls = ["https://static.crates.io/crates/proc-macro-error-attr2/2.0.0/download"], - strip_prefix = "proc-macro-error-attr2-2.0.0", - build_file = Label("//vendor/bindeps:BUILD.proc-macro-error-attr2-2.0.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__proc-macro-error2-2.0.1", - sha256 = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802", - type = "tar.gz", - urls = ["https://static.crates.io/crates/proc-macro-error2/2.0.1/download"], - strip_prefix = "proc-macro-error2-2.0.1", - build_file = Label("//vendor/bindeps:BUILD.proc-macro-error2-2.0.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__proc-macro2-1.0.101", - sha256 = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de", - type = "tar.gz", - urls = ["https://static.crates.io/crates/proc-macro2/1.0.101/download"], - strip_prefix = "proc-macro2-1.0.101", - build_file = Label("//vendor/bindeps:BUILD.proc-macro2-1.0.101.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__proc-macro2-diagnostics-0.10.1", - sha256 = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8", - type = "tar.gz", - urls = ["https://static.crates.io/crates/proc-macro2-diagnostics/0.10.1/download"], - strip_prefix = "proc-macro2-diagnostics-0.10.1", - build_file = Label("//vendor/bindeps:BUILD.proc-macro2-diagnostics-0.10.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__process-wrap-8.2.1", - sha256 = "a3ef4f2f0422f23a82ec9f628ea2acd12871c81a9362b02c43c1aa86acfc3ba1", - type = "tar.gz", - urls = ["https://static.crates.io/crates/process-wrap/8.2.1/download"], - strip_prefix = "process-wrap-8.2.1", - build_file = Label("//vendor/bindeps:BUILD.process-wrap-8.2.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__prodash-30.0.1", - sha256 = "5a6efc566849d3d9d737c5cb06cc50e48950ebe3d3f9d70631490fff3a07b139", - type = "tar.gz", - urls = ["https://static.crates.io/crates/prodash/30.0.1/download"], - strip_prefix = "prodash-30.0.1", - build_file = Label("//vendor/bindeps:BUILD.prodash-30.0.1.bazel"), - ) - - maybe( - new_git_repository, - name = "bindeps__profile-0.0.0", - commit = "123f57bff97627e8a5553a5ba1d67918f877dc24", - init_submodules = True, - remote = "https://github.com/scufflecloud/rust-analyzer.git", - build_file = Label("//vendor/bindeps:BUILD.profile-0.0.0.bazel"), - strip_prefix = "crates/profile", - ) - - maybe( - new_git_repository, - name = "bindeps__project-model-0.0.0", - commit = "123f57bff97627e8a5553a5ba1d67918f877dc24", - init_submodules = True, - remote = "https://github.com/scufflecloud/rust-analyzer.git", - build_file = Label("//vendor/bindeps:BUILD.project-model-0.0.0.bazel"), - strip_prefix = "crates/project-model", - ) - - maybe( - http_archive, - name = "bindeps__protobuf-3.7.1", - sha256 = "a3a7c64d9bf75b1b8d981124c14c179074e8caa7dfe7b6a12e6222ddcd0c8f72", - type = "tar.gz", - urls = ["https://static.crates.io/crates/protobuf/3.7.1/download"], - strip_prefix = "protobuf-3.7.1", - build_file = Label("//vendor/bindeps:BUILD.protobuf-3.7.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__protobuf-support-3.7.1", - sha256 = "b088fd20b938a875ea00843b6faf48579462630015c3788d397ad6a786663252", - type = "tar.gz", - urls = ["https://static.crates.io/crates/protobuf-support/3.7.1/download"], - strip_prefix = "protobuf-support-3.7.1", - build_file = Label("//vendor/bindeps:BUILD.protobuf-support-3.7.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__psm-0.1.26", - sha256 = "6e944464ec8536cd1beb0bbfd96987eb5e3b72f2ecdafdc5c769a37f1fa2ae1f", - type = "tar.gz", - urls = ["https://static.crates.io/crates/psm/0.1.26/download"], - strip_prefix = "psm-0.1.26", - build_file = Label("//vendor/bindeps:BUILD.psm-0.1.26.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__ptr_meta-0.1.4", - sha256 = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1", - type = "tar.gz", - urls = ["https://static.crates.io/crates/ptr_meta/0.1.4/download"], - strip_prefix = "ptr_meta-0.1.4", - build_file = Label("//vendor/bindeps:BUILD.ptr_meta-0.1.4.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__ptr_meta-0.3.0", - sha256 = "fe9e76f66d3f9606f44e45598d155cb13ecf09f4a28199e48daf8c8fc937ea90", - type = "tar.gz", - urls = ["https://static.crates.io/crates/ptr_meta/0.3.0/download"], - strip_prefix = "ptr_meta-0.3.0", - build_file = Label("//vendor/bindeps:BUILD.ptr_meta-0.3.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__ptr_meta_derive-0.1.4", - sha256 = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac", - type = "tar.gz", - urls = ["https://static.crates.io/crates/ptr_meta_derive/0.1.4/download"], - strip_prefix = "ptr_meta_derive-0.1.4", - build_file = Label("//vendor/bindeps:BUILD.ptr_meta_derive-0.1.4.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__ptr_meta_derive-0.3.0", - sha256 = "ca414edb151b4c8d125c12566ab0d74dc9cdba36fb80eb7b848c15f495fd32d1", - type = "tar.gz", - urls = ["https://static.crates.io/crates/ptr_meta_derive/0.3.0/download"], - strip_prefix = "ptr_meta_derive-0.3.0", - build_file = Label("//vendor/bindeps:BUILD.ptr_meta_derive-0.3.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__pulldown-cmark-0.9.6", - sha256 = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b", - type = "tar.gz", - urls = ["https://static.crates.io/crates/pulldown-cmark/0.9.6/download"], - strip_prefix = "pulldown-cmark-0.9.6", - build_file = Label("//vendor/bindeps:BUILD.pulldown-cmark-0.9.6.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__pulldown-cmark-to-cmark-10.0.4", - sha256 = "0194e6e1966c23cc5fd988714f85b18d548d773e81965413555d96569931833d", - type = "tar.gz", - urls = ["https://static.crates.io/crates/pulldown-cmark-to-cmark/10.0.4/download"], - strip_prefix = "pulldown-cmark-to-cmark-10.0.4", - build_file = Label("//vendor/bindeps:BUILD.pulldown-cmark-to-cmark-10.0.4.bazel"), - ) - - maybe( - new_git_repository, - name = "bindeps__query-group-macro-0.0.0", - commit = "123f57bff97627e8a5553a5ba1d67918f877dc24", - init_submodules = True, - remote = "https://github.com/scufflecloud/rust-analyzer.git", - build_file = Label("//vendor/bindeps:BUILD.query-group-macro-0.0.0.bazel"), - strip_prefix = "crates/query-group-macro", - ) - - maybe( - http_archive, - name = "bindeps__quote-1.0.40", - sha256 = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d", - type = "tar.gz", - urls = ["https://static.crates.io/crates/quote/1.0.40/download"], - strip_prefix = "quote-1.0.40", - build_file = Label("//vendor/bindeps:BUILD.quote-1.0.40.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__ra-ap-rustc_abi-0.132.0", - sha256 = "597bb303548ddcca3a2eb05af254508aaf39cf334d4350bb5da51de1eb728859", - type = "tar.gz", - urls = ["https://static.crates.io/crates/ra-ap-rustc_abi/0.132.0/download"], - strip_prefix = "ra-ap-rustc_abi-0.132.0", - build_file = Label("//vendor/bindeps:BUILD.ra-ap-rustc_abi-0.132.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__ra-ap-rustc_ast_ir-0.132.0", - sha256 = "78982b4e4432ee4b938e47bb5c8f1a5a5a88c27c782f193aefcc12a3250bd2e2", - type = "tar.gz", - urls = ["https://static.crates.io/crates/ra-ap-rustc_ast_ir/0.132.0/download"], - strip_prefix = "ra-ap-rustc_ast_ir-0.132.0", - build_file = Label("//vendor/bindeps:BUILD.ra-ap-rustc_ast_ir-0.132.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__ra-ap-rustc_hashes-0.132.0", - sha256 = "2f7f33a422f724cc1ab43972cdd76a556b17fc256f301d23be620adfc8351df7", - type = "tar.gz", - urls = ["https://static.crates.io/crates/ra-ap-rustc_hashes/0.132.0/download"], - strip_prefix = "ra-ap-rustc_hashes-0.132.0", - build_file = Label("//vendor/bindeps:BUILD.ra-ap-rustc_hashes-0.132.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__ra-ap-rustc_index-0.132.0", - sha256 = "8a6006023c8be18c3ac225d69c1b42f55b3f597f3db03fb40764b4cf1454fd13", - type = "tar.gz", - urls = ["https://static.crates.io/crates/ra-ap-rustc_index/0.132.0/download"], - strip_prefix = "ra-ap-rustc_index-0.132.0", - build_file = Label("//vendor/bindeps:BUILD.ra-ap-rustc_index-0.132.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__ra-ap-rustc_index_macros-0.132.0", - sha256 = "9217c29f7fcc30d07ed13a62262144f665410ef1460202599ae924f9ae47ad78", - type = "tar.gz", - urls = ["https://static.crates.io/crates/ra-ap-rustc_index_macros/0.132.0/download"], - strip_prefix = "ra-ap-rustc_index_macros-0.132.0", - build_file = Label("//vendor/bindeps:BUILD.ra-ap-rustc_index_macros-0.132.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__ra-ap-rustc_lexer-0.132.0", - sha256 = "573ad4f5da620e8ba1849d8862866abd7bc765c3d81cb2488c3ecbef33ce2c69", - type = "tar.gz", - urls = ["https://static.crates.io/crates/ra-ap-rustc_lexer/0.132.0/download"], - strip_prefix = "ra-ap-rustc_lexer-0.132.0", - build_file = Label("//vendor/bindeps:BUILD.ra-ap-rustc_lexer-0.132.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__ra-ap-rustc_next_trait_solver-0.132.0", - sha256 = "0d42b095b99e988aeb94622ae62ebda4b7de55d7d98846eec352b8a5a2b8a858", - type = "tar.gz", - urls = ["https://static.crates.io/crates/ra-ap-rustc_next_trait_solver/0.132.0/download"], - strip_prefix = "ra-ap-rustc_next_trait_solver-0.132.0", - build_file = Label("//vendor/bindeps:BUILD.ra-ap-rustc_next_trait_solver-0.132.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__ra-ap-rustc_parse_format-0.132.0", - sha256 = "a21b4e95cb45f840c172493c05f5b9471cf44adb2eccf95d76a0d76e88007870", - type = "tar.gz", - urls = ["https://static.crates.io/crates/ra-ap-rustc_parse_format/0.132.0/download"], - strip_prefix = "ra-ap-rustc_parse_format-0.132.0", - build_file = Label("//vendor/bindeps:BUILD.ra-ap-rustc_parse_format-0.132.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__ra-ap-rustc_pattern_analysis-0.132.0", - sha256 = "b6aeacef1248066f7b67e7296ef135eeab6446d5d2a5c7f02b8d7b747b41e39b", - type = "tar.gz", - urls = ["https://static.crates.io/crates/ra-ap-rustc_pattern_analysis/0.132.0/download"], - strip_prefix = "ra-ap-rustc_pattern_analysis-0.132.0", - build_file = Label("//vendor/bindeps:BUILD.ra-ap-rustc_pattern_analysis-0.132.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__ra-ap-rustc_type_ir-0.132.0", - sha256 = "52e35ee9e052406035016b8e6d54ca202bc39ccba1702780b33b2d5fb10d1da8", - type = "tar.gz", - urls = ["https://static.crates.io/crates/ra-ap-rustc_type_ir/0.132.0/download"], - strip_prefix = "ra-ap-rustc_type_ir-0.132.0", - build_file = Label("//vendor/bindeps:BUILD.ra-ap-rustc_type_ir-0.132.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__ra-ap-rustc_type_ir_macros-0.132.0", - sha256 = "9b934c956b0c88df8176803416b69d85d2c392a69c8aa794a4c338f22c527d38", - type = "tar.gz", - urls = ["https://static.crates.io/crates/ra-ap-rustc_type_ir_macros/0.132.0/download"], - strip_prefix = "ra-ap-rustc_type_ir_macros-0.132.0", - build_file = Label("//vendor/bindeps:BUILD.ra-ap-rustc_type_ir_macros-0.132.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__radium-0.7.0", - sha256 = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09", - type = "tar.gz", - urls = ["https://static.crates.io/crates/radium/0.7.0/download"], - strip_prefix = "radium-0.7.0", - build_file = Label("//vendor/bindeps:BUILD.radium-0.7.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__rancor-0.1.0", - sha256 = "caf5f7161924b9d1cea0e4cabc97c372cea92b5f927fc13c6bca67157a0ad947", - type = "tar.gz", - urls = ["https://static.crates.io/crates/rancor/0.1.0/download"], - strip_prefix = "rancor-0.1.0", - build_file = Label("//vendor/bindeps:BUILD.rancor-0.1.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__rand-0.8.5", - sha256 = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404", - type = "tar.gz", - urls = ["https://static.crates.io/crates/rand/0.8.5/download"], - strip_prefix = "rand-0.8.5", - build_file = Label("//vendor/bindeps:BUILD.rand-0.8.5.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__rand-0.9.2", - sha256 = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1", - type = "tar.gz", - urls = ["https://static.crates.io/crates/rand/0.9.2/download"], - strip_prefix = "rand-0.9.2", - build_file = Label("//vendor/bindeps:BUILD.rand-0.9.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__rand_chacha-0.3.1", - sha256 = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88", - type = "tar.gz", - urls = ["https://static.crates.io/crates/rand_chacha/0.3.1/download"], - strip_prefix = "rand_chacha-0.3.1", - build_file = Label("//vendor/bindeps:BUILD.rand_chacha-0.3.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__rand_chacha-0.9.0", - sha256 = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb", - type = "tar.gz", - urls = ["https://static.crates.io/crates/rand_chacha/0.9.0/download"], - strip_prefix = "rand_chacha-0.9.0", - build_file = Label("//vendor/bindeps:BUILD.rand_chacha-0.9.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__rand_core-0.6.4", - sha256 = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c", - type = "tar.gz", - urls = ["https://static.crates.io/crates/rand_core/0.6.4/download"], - strip_prefix = "rand_core-0.6.4", - build_file = Label("//vendor/bindeps:BUILD.rand_core-0.6.4.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__rand_core-0.9.3", - sha256 = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38", - type = "tar.gz", - urls = ["https://static.crates.io/crates/rand_core/0.9.3/download"], - strip_prefix = "rand_core-0.9.3", - build_file = Label("//vendor/bindeps:BUILD.rand_core-0.9.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__rayon-1.11.0", - sha256 = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f", - type = "tar.gz", - urls = ["https://static.crates.io/crates/rayon/1.11.0/download"], - strip_prefix = "rayon-1.11.0", - build_file = Label("//vendor/bindeps:BUILD.rayon-1.11.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__rayon-core-1.13.0", - sha256 = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91", - type = "tar.gz", - urls = ["https://static.crates.io/crates/rayon-core/1.13.0/download"], - strip_prefix = "rayon-core-1.13.0", - build_file = Label("//vendor/bindeps:BUILD.rayon-core-1.13.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__ref-cast-1.0.24", - sha256 = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf", - type = "tar.gz", - urls = ["https://static.crates.io/crates/ref-cast/1.0.24/download"], - strip_prefix = "ref-cast-1.0.24", - build_file = Label("//vendor/bindeps:BUILD.ref-cast-1.0.24.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__ref-cast-impl-1.0.24", - sha256 = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7", - type = "tar.gz", - urls = ["https://static.crates.io/crates/ref-cast-impl/1.0.24/download"], - strip_prefix = "ref-cast-impl-1.0.24", - build_file = Label("//vendor/bindeps:BUILD.ref-cast-impl-1.0.24.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__reflink-copy-0.1.28", - sha256 = "23bbed272e39c47a095a5242218a67412a220006842558b03fe2935e8f3d7b92", - type = "tar.gz", - urls = ["https://static.crates.io/crates/reflink-copy/0.1.28/download"], - strip_prefix = "reflink-copy-0.1.28", - build_file = Label("//vendor/bindeps:BUILD.reflink-copy-0.1.28.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__regalloc2-0.9.3", - sha256 = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6", - type = "tar.gz", - urls = ["https://static.crates.io/crates/regalloc2/0.9.3/download"], - strip_prefix = "regalloc2-0.9.3", - build_file = Label("//vendor/bindeps:BUILD.regalloc2-0.9.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__regex-1.11.2", - sha256 = "23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912", - type = "tar.gz", - urls = ["https://static.crates.io/crates/regex/1.11.2/download"], - strip_prefix = "regex-1.11.2", - build_file = Label("//vendor/bindeps:BUILD.regex-1.11.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__regex-automata-0.4.10", - sha256 = "6b9458fa0bfeeac22b5ca447c63aaf45f28439a709ccd244698632f9aa6394d6", - type = "tar.gz", - urls = ["https://static.crates.io/crates/regex-automata/0.4.10/download"], - strip_prefix = "regex-automata-0.4.10", - build_file = Label("//vendor/bindeps:BUILD.regex-automata-0.4.10.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__regex-lite-0.1.7", - sha256 = "943f41321c63ef1c92fd763bfe054d2668f7f225a5c29f0105903dc2fc04ba30", - type = "tar.gz", - urls = ["https://static.crates.io/crates/regex-lite/0.1.7/download"], - strip_prefix = "regex-lite-0.1.7", - build_file = Label("//vendor/bindeps:BUILD.regex-lite-0.1.7.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__regex-syntax-0.8.6", - sha256 = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001", - type = "tar.gz", - urls = ["https://static.crates.io/crates/regex-syntax/0.8.6/download"], - strip_prefix = "regex-syntax-0.8.6", - build_file = Label("//vendor/bindeps:BUILD.regex-syntax-0.8.6.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__region-3.0.2", - sha256 = "e6b6ebd13bc009aef9cd476c1310d49ac354d36e240cf1bd753290f3dc7199a7", - type = "tar.gz", - urls = ["https://static.crates.io/crates/region/3.0.2/download"], - strip_prefix = "region-3.0.2", - build_file = Label("//vendor/bindeps:BUILD.region-3.0.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__rend-0.5.2", - sha256 = "a35e8a6bf28cd121053a66aa2e6a2e3eaffad4a60012179f0e864aa5ffeff215", - type = "tar.gz", - urls = ["https://static.crates.io/crates/rend/0.5.2/download"], - strip_prefix = "rend-0.5.2", - build_file = Label("//vendor/bindeps:BUILD.rend-0.5.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__reqwest-0.12.23", - sha256 = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb", - type = "tar.gz", - urls = ["https://static.crates.io/crates/reqwest/0.12.23/download"], - strip_prefix = "reqwest-0.12.23", - build_file = Label("//vendor/bindeps:BUILD.reqwest-0.12.23.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__ring-0.17.14", - sha256 = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7", - type = "tar.gz", - urls = ["https://static.crates.io/crates/ring/0.17.14/download"], - strip_prefix = "ring-0.17.14", - build_file = Label("//vendor/bindeps:BUILD.ring-0.17.14.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__rkyv-0.8.11", - sha256 = "19f5c3e5da784cd8c69d32cdc84673f3204536ca56e1fa01be31a74b92c932ac", - type = "tar.gz", - urls = ["https://static.crates.io/crates/rkyv/0.8.11/download"], - strip_prefix = "rkyv-0.8.11", - build_file = Label("//vendor/bindeps:BUILD.rkyv-0.8.11.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__rkyv_derive-0.8.11", - sha256 = "4270433626cffc9c4c1d3707dd681f2a2718d3d7b09ad754bec137acecda8d22", - type = "tar.gz", - urls = ["https://static.crates.io/crates/rkyv_derive/0.8.11/download"], - strip_prefix = "rkyv_derive-0.8.11", - build_file = Label("//vendor/bindeps:BUILD.rkyv_derive-0.8.11.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__rle-decode-fast-1.0.3", - sha256 = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422", - type = "tar.gz", - urls = ["https://static.crates.io/crates/rle-decode-fast/1.0.3/download"], - strip_prefix = "rle-decode-fast-1.0.3", - build_file = Label("//vendor/bindeps:BUILD.rle-decode-fast-1.0.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__rmp-0.8.14", - sha256 = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4", - type = "tar.gz", - urls = ["https://static.crates.io/crates/rmp/0.8.14/download"], - strip_prefix = "rmp-0.8.14", - build_file = Label("//vendor/bindeps:BUILD.rmp-0.8.14.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__rmp-serde-1.3.0", - sha256 = "52e599a477cf9840e92f2cde9a7189e67b42c57532749bf90aea6ec10facd4db", - type = "tar.gz", - urls = ["https://static.crates.io/crates/rmp-serde/1.3.0/download"], - strip_prefix = "rmp-serde-1.3.0", - build_file = Label("//vendor/bindeps:BUILD.rmp-serde-1.3.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__roff-0.2.2", - sha256 = "88f8660c1ff60292143c98d08fc6e2f654d722db50410e3f3797d40baaf9d8f3", - type = "tar.gz", - urls = ["https://static.crates.io/crates/roff/0.2.2/download"], - strip_prefix = "roff-0.2.2", - build_file = Label("//vendor/bindeps:BUILD.roff-0.2.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__rowan-0.15.15", - sha256 = "32a58fa8a7ccff2aec4f39cc45bf5f985cec7125ab271cf681c279fd00192b49", - type = "tar.gz", - urls = ["https://static.crates.io/crates/rowan/0.15.15/download"], - strip_prefix = "rowan-0.15.15", - build_file = Label("//vendor/bindeps:BUILD.rowan-0.15.15.bazel"), - ) - - maybe( - new_git_repository, - name = "bindeps__rust-analyzer-0.0.0", - commit = "123f57bff97627e8a5553a5ba1d67918f877dc24", - init_submodules = True, - remote = "https://github.com/scufflecloud/rust-analyzer.git", - build_file = Label("//vendor/bindeps:BUILD.rust-analyzer-0.0.0.bazel"), - strip_prefix = "crates/rust-analyzer", - ) - - maybe( - http_archive, - name = "bindeps__rustc-demangle-0.1.26", - sha256 = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace", - type = "tar.gz", - urls = ["https://static.crates.io/crates/rustc-demangle/0.1.26/download"], - strip_prefix = "rustc-demangle-0.1.26", - build_file = Label("//vendor/bindeps:BUILD.rustc-demangle-0.1.26.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__rustc-hash-1.1.0", - sha256 = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2", - type = "tar.gz", - urls = ["https://static.crates.io/crates/rustc-hash/1.1.0/download"], - strip_prefix = "rustc-hash-1.1.0", - build_file = Label("//vendor/bindeps:BUILD.rustc-hash-1.1.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__rustc-hash-2.1.1", - sha256 = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d", - type = "tar.gz", - urls = ["https://static.crates.io/crates/rustc-hash/2.1.1/download"], - strip_prefix = "rustc-hash-2.1.1", - build_file = Label("//vendor/bindeps:BUILD.rustc-hash-2.1.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__rustc-literal-escaper-0.0.4", - sha256 = "ab03008eb631b703dd16978282ae36c73282e7922fe101a4bd072a40ecea7b8b", - type = "tar.gz", - urls = ["https://static.crates.io/crates/rustc-literal-escaper/0.0.4/download"], - strip_prefix = "rustc-literal-escaper-0.0.4", - build_file = Label("//vendor/bindeps:BUILD.rustc-literal-escaper-0.0.4.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__rustc-literal-escaper-0.0.5", - sha256 = "e4ee29da77c5a54f42697493cd4c9b9f31b74df666a6c04dfc4fde77abe0438b", - type = "tar.gz", - urls = ["https://static.crates.io/crates/rustc-literal-escaper/0.0.5/download"], - strip_prefix = "rustc-literal-escaper-0.0.5", - build_file = Label("//vendor/bindeps:BUILD.rustc-literal-escaper-0.0.5.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__rustc-stable-hash-0.1.2", - sha256 = "781442f29170c5c93b7185ad559492601acdc71d5bb0706f5868094f45cfcd08", - type = "tar.gz", - urls = ["https://static.crates.io/crates/rustc-stable-hash/0.1.2/download"], - strip_prefix = "rustc-stable-hash-0.1.2", - build_file = Label("//vendor/bindeps:BUILD.rustc-stable-hash-0.1.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__rustc_apfloat-0.2.3-llvm-462a31f5a5ab", - sha256 = "486c2179b4796f65bfe2ee33679acf0927ac83ecf583ad6c91c3b4570911b9ad", - type = "tar.gz", - urls = ["https://static.crates.io/crates/rustc_apfloat/0.2.3+llvm-462a31f5a5ab/download"], - strip_prefix = "rustc_apfloat-0.2.3+llvm-462a31f5a5ab", - build_file = Label("//vendor/bindeps:BUILD.rustc_apfloat-0.2.3+llvm-462a31f5a5ab.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__rustc_lexer-0.1.0", - sha256 = "c86aae0c77166108c01305ee1a36a1e77289d7dc6ca0a3cd91ff4992de2d16a5", - type = "tar.gz", - urls = ["https://static.crates.io/crates/rustc_lexer/0.1.0/download"], - strip_prefix = "rustc_lexer-0.1.0", - build_file = Label("//vendor/bindeps:BUILD.rustc_lexer-0.1.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__rustc_version-0.2.3", - sha256 = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a", - type = "tar.gz", - urls = ["https://static.crates.io/crates/rustc_version/0.2.3/download"], - strip_prefix = "rustc_version-0.2.3", - build_file = Label("//vendor/bindeps:BUILD.rustc_version-0.2.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__rustc_version-0.4.1", - sha256 = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92", - type = "tar.gz", - urls = ["https://static.crates.io/crates/rustc_version/0.4.1/download"], - strip_prefix = "rustc_version-0.4.1", - build_file = Label("//vendor/bindeps:BUILD.rustc_version-0.4.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__rustix-1.1.2", - sha256 = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e", - type = "tar.gz", - urls = ["https://static.crates.io/crates/rustix/1.1.2/download"], - strip_prefix = "rustix-1.1.2", - build_file = Label("//vendor/bindeps:BUILD.rustix-1.1.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__rustls-0.23.31", - sha256 = "c0ebcbd2f03de0fc1122ad9bb24b127a5a6cd51d72604a3f3c50ac459762b6cc", - type = "tar.gz", - urls = ["https://static.crates.io/crates/rustls/0.23.31/download"], - strip_prefix = "rustls-0.23.31", - build_file = Label("//vendor/bindeps:BUILD.rustls-0.23.31.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__rustls-native-certs-0.7.3", - sha256 = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5", - type = "tar.gz", - urls = ["https://static.crates.io/crates/rustls-native-certs/0.7.3/download"], - strip_prefix = "rustls-native-certs-0.7.3", - build_file = Label("//vendor/bindeps:BUILD.rustls-native-certs-0.7.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__rustls-pemfile-2.2.0", - sha256 = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50", - type = "tar.gz", - urls = ["https://static.crates.io/crates/rustls-pemfile/2.2.0/download"], - strip_prefix = "rustls-pemfile-2.2.0", - build_file = Label("//vendor/bindeps:BUILD.rustls-pemfile-2.2.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__rustls-pki-types-1.12.0", - sha256 = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79", - type = "tar.gz", - urls = ["https://static.crates.io/crates/rustls-pki-types/1.12.0/download"], - strip_prefix = "rustls-pki-types-1.12.0", - build_file = Label("//vendor/bindeps:BUILD.rustls-pki-types-1.12.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__rustls-webpki-0.103.6", - sha256 = "8572f3c2cb9934231157b45499fc41e1f58c589fdfb81a844ba873265e80f8eb", - type = "tar.gz", - urls = ["https://static.crates.io/crates/rustls-webpki/0.103.6/download"], - strip_prefix = "rustls-webpki-0.103.6", - build_file = Label("//vendor/bindeps:BUILD.rustls-webpki-0.103.6.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__rustsec-0.30.4", - sha256 = "eccae2aa94039c2c566f833e592af94dfbbc5854a53d2602bdb2a1ab21349c03", - type = "tar.gz", - urls = ["https://static.crates.io/crates/rustsec/0.30.4/download"], - strip_prefix = "rustsec-0.30.4", - build_file = Label("//vendor/bindeps:BUILD.rustsec-0.30.4.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__rustversion-1.0.22", - sha256 = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d", - type = "tar.gz", - urls = ["https://static.crates.io/crates/rustversion/1.0.22/download"], - strip_prefix = "rustversion-1.0.22", - build_file = Label("//vendor/bindeps:BUILD.rustversion-1.0.22.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__ruzstd-0.5.0", - sha256 = "58c4eb8a81997cf040a091d1f7e1938aeab6749d3a0dfa73af43cdc32393483d", - type = "tar.gz", - urls = ["https://static.crates.io/crates/ruzstd/0.5.0/download"], - strip_prefix = "ruzstd-0.5.0", - build_file = Label("//vendor/bindeps:BUILD.ruzstd-0.5.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__ryu-1.0.20", - sha256 = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f", - type = "tar.gz", - urls = ["https://static.crates.io/crates/ryu/1.0.20/download"], - strip_prefix = "ryu-1.0.20", - build_file = Label("//vendor/bindeps:BUILD.ryu-1.0.20.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__salsa-0.23.0", - sha256 = "2e235afdb8e510f38a07138fbe5a0b64691894358a9c0cbd813b1aade110efc9", - type = "tar.gz", - urls = ["https://static.crates.io/crates/salsa/0.23.0/download"], - strip_prefix = "salsa-0.23.0", - build_file = Label("//vendor/bindeps:BUILD.salsa-0.23.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__salsa-macro-rules-0.23.0", - sha256 = "2edb86a7e9c91f6d30c9ce054312721dbe773a162db27bbfae834d16177b30ce", - type = "tar.gz", - urls = ["https://static.crates.io/crates/salsa-macro-rules/0.23.0/download"], - strip_prefix = "salsa-macro-rules-0.23.0", - build_file = Label("//vendor/bindeps:BUILD.salsa-macro-rules-0.23.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__salsa-macros-0.23.0", - sha256 = "d0778d6e209051bc4e75acfe83bcd7848601ec3dbe9c3dbb982829020e9128af", - type = "tar.gz", - urls = ["https://static.crates.io/crates/salsa-macros/0.23.0/download"], - strip_prefix = "salsa-macros-0.23.0", - build_file = Label("//vendor/bindeps:BUILD.salsa-macros-0.23.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__same-file-1.0.6", - sha256 = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502", - type = "tar.gz", - urls = ["https://static.crates.io/crates/same-file/1.0.6/download"], - strip_prefix = "same-file-1.0.6", - build_file = Label("//vendor/bindeps:BUILD.same-file-1.0.6.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__schannel-0.1.28", - sha256 = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1", - type = "tar.gz", - urls = ["https://static.crates.io/crates/schannel/0.1.28/download"], - strip_prefix = "schannel-0.1.28", - build_file = Label("//vendor/bindeps:BUILD.schannel-0.1.28.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__scip-0.5.2", - sha256 = "fb2b449a5e4660ce817676a0871cd1b4e2ff1023e33a1ac046670fa594b543a2", - type = "tar.gz", - urls = ["https://static.crates.io/crates/scip/0.5.2/download"], - strip_prefix = "scip-0.5.2", - build_file = Label("//vendor/bindeps:BUILD.scip-0.5.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__scoped-tls-1.0.1", - sha256 = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294", - type = "tar.gz", - urls = ["https://static.crates.io/crates/scoped-tls/1.0.1/download"], - strip_prefix = "scoped-tls-1.0.1", - build_file = Label("//vendor/bindeps:BUILD.scoped-tls-1.0.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__scopeguard-1.2.0", - sha256 = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49", - type = "tar.gz", - urls = ["https://static.crates.io/crates/scopeguard/1.2.0/download"], - strip_prefix = "scopeguard-1.2.0", - build_file = Label("//vendor/bindeps:BUILD.scopeguard-1.2.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__scroll-0.13.0", - sha256 = "c1257cd4248b4132760d6524d6dda4e053bc648c9070b960929bf50cfb1e7add", - type = "tar.gz", - urls = ["https://static.crates.io/crates/scroll/0.13.0/download"], - strip_prefix = "scroll-0.13.0", - build_file = Label("//vendor/bindeps:BUILD.scroll-0.13.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__scroll_derive-0.13.1", - sha256 = "ed76efe62313ab6610570951494bdaa81568026e0318eaa55f167de70eeea67d", - type = "tar.gz", - urls = ["https://static.crates.io/crates/scroll_derive/0.13.1/download"], - strip_prefix = "scroll_derive-0.13.1", - build_file = Label("//vendor/bindeps:BUILD.scroll_derive-0.13.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__security-framework-2.11.1", - sha256 = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02", - type = "tar.gz", - urls = ["https://static.crates.io/crates/security-framework/2.11.1/download"], - strip_prefix = "security-framework-2.11.1", - build_file = Label("//vendor/bindeps:BUILD.security-framework-2.11.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__security-framework-sys-2.15.0", - sha256 = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0", - type = "tar.gz", - urls = ["https://static.crates.io/crates/security-framework-sys/2.15.0/download"], - strip_prefix = "security-framework-sys-2.15.0", - build_file = Label("//vendor/bindeps:BUILD.security-framework-sys-2.15.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__seize-0.5.1", - sha256 = "5b55fb86dfd3a2f5f76ea78310a88f96c4ea21a3031f8d212443d56123fd0521", - type = "tar.gz", - urls = ["https://static.crates.io/crates/seize/0.5.1/download"], - strip_prefix = "seize-0.5.1", - build_file = Label("//vendor/bindeps:BUILD.seize-0.5.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__self_cell-1.2.0", - sha256 = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749", - type = "tar.gz", - urls = ["https://static.crates.io/crates/self_cell/1.2.0/download"], - strip_prefix = "self_cell-1.2.0", - build_file = Label("//vendor/bindeps:BUILD.self_cell-1.2.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__semver-0.9.0", - sha256 = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403", - type = "tar.gz", - urls = ["https://static.crates.io/crates/semver/0.9.0/download"], - strip_prefix = "semver-0.9.0", - build_file = Label("//vendor/bindeps:BUILD.semver-0.9.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__semver-1.0.27", - sha256 = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2", - type = "tar.gz", - urls = ["https://static.crates.io/crates/semver/1.0.27/download"], - strip_prefix = "semver-1.0.27", - build_file = Label("//vendor/bindeps:BUILD.semver-1.0.27.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__semver-parser-0.7.0", - sha256 = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3", - type = "tar.gz", - urls = ["https://static.crates.io/crates/semver-parser/0.7.0/download"], - strip_prefix = "semver-parser-0.7.0", - build_file = Label("//vendor/bindeps:BUILD.semver-parser-0.7.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__serde-1.0.225", - sha256 = "fd6c24dee235d0da097043389623fb913daddf92c76e9f5a1db88607a0bcbd1d", - type = "tar.gz", - urls = ["https://static.crates.io/crates/serde/1.0.225/download"], - strip_prefix = "serde-1.0.225", - build_file = Label("//vendor/bindeps:BUILD.serde-1.0.225.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__serde-untagged-0.1.9", - sha256 = "f9faf48a4a2d2693be24c6289dbe26552776eb7737074e6722891fadbe6c5058", - type = "tar.gz", - urls = ["https://static.crates.io/crates/serde-untagged/0.1.9/download"], - strip_prefix = "serde-untagged-0.1.9", - build_file = Label("//vendor/bindeps:BUILD.serde-untagged-0.1.9.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__serde-value-0.7.0", - sha256 = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c", - type = "tar.gz", - urls = ["https://static.crates.io/crates/serde-value/0.7.0/download"], - strip_prefix = "serde-value-0.7.0", - build_file = Label("//vendor/bindeps:BUILD.serde-value-0.7.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__serde_core-1.0.225", - sha256 = "659356f9a0cb1e529b24c01e43ad2bdf520ec4ceaf83047b83ddcc2251f96383", - type = "tar.gz", - urls = ["https://static.crates.io/crates/serde_core/1.0.225/download"], - strip_prefix = "serde_core-1.0.225", - build_file = Label("//vendor/bindeps:BUILD.serde_core-1.0.225.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__serde_derive-1.0.225", - sha256 = "0ea936adf78b1f766949a4977b91d2f5595825bd6ec079aa9543ad2685fc4516", - type = "tar.gz", - urls = ["https://static.crates.io/crates/serde_derive/1.0.225/download"], - strip_prefix = "serde_derive-1.0.225", - build_file = Label("//vendor/bindeps:BUILD.serde_derive-1.0.225.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__serde_json-1.0.145", - sha256 = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c", - type = "tar.gz", - urls = ["https://static.crates.io/crates/serde_json/1.0.145/download"], - strip_prefix = "serde_json-1.0.145", - build_file = Label("//vendor/bindeps:BUILD.serde_json-1.0.145.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__serde_plain-1.0.2", - sha256 = "9ce1fc6db65a611022b23a0dec6975d63fb80a302cb3388835ff02c097258d50", - type = "tar.gz", - urls = ["https://static.crates.io/crates/serde_plain/1.0.2/download"], - strip_prefix = "serde_plain-1.0.2", - build_file = Label("//vendor/bindeps:BUILD.serde_plain-1.0.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__serde_regex-1.1.0", - sha256 = "a8136f1a4ea815d7eac4101cfd0b16dc0cb5e1fe1b8609dfd728058656b7badf", - type = "tar.gz", - urls = ["https://static.crates.io/crates/serde_regex/1.1.0/download"], - strip_prefix = "serde_regex-1.1.0", - build_file = Label("//vendor/bindeps:BUILD.serde_regex-1.1.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__serde_repr-0.1.20", - sha256 = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c", - type = "tar.gz", - urls = ["https://static.crates.io/crates/serde_repr/0.1.20/download"], - strip_prefix = "serde_repr-0.1.20", - build_file = Label("//vendor/bindeps:BUILD.serde_repr-0.1.20.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__serde_spanned-0.6.9", - sha256 = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3", - type = "tar.gz", - urls = ["https://static.crates.io/crates/serde_spanned/0.6.9/download"], - strip_prefix = "serde_spanned-0.6.9", - build_file = Label("//vendor/bindeps:BUILD.serde_spanned-0.6.9.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__serde_spanned-1.0.2", - sha256 = "5417783452c2be558477e104686f7de5dae53dba813c28435e0e70f82d9b04ee", - type = "tar.gz", - urls = ["https://static.crates.io/crates/serde_spanned/1.0.2/download"], - strip_prefix = "serde_spanned-1.0.2", - build_file = Label("//vendor/bindeps:BUILD.serde_spanned-1.0.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__serde_urlencoded-0.7.1", - sha256 = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd", - type = "tar.gz", - urls = ["https://static.crates.io/crates/serde_urlencoded/0.7.1/download"], - strip_prefix = "serde_urlencoded-0.7.1", - build_file = Label("//vendor/bindeps:BUILD.serde_urlencoded-0.7.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__serde_with-3.14.0", - sha256 = "f2c45cd61fefa9db6f254525d46e392b852e0e61d9a1fd36e5bd183450a556d5", - type = "tar.gz", - urls = ["https://static.crates.io/crates/serde_with/3.14.0/download"], - strip_prefix = "serde_with-3.14.0", - build_file = Label("//vendor/bindeps:BUILD.serde_with-3.14.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__serde_with_macros-3.14.0", - sha256 = "de90945e6565ce0d9a25098082ed4ee4002e047cb59892c318d66821e14bb30f", - type = "tar.gz", - urls = ["https://static.crates.io/crates/serde_with_macros/3.14.0/download"], - strip_prefix = "serde_with_macros-3.14.0", - build_file = Label("//vendor/bindeps:BUILD.serde_with_macros-3.14.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__sha1-0.10.6", - sha256 = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba", - type = "tar.gz", - urls = ["https://static.crates.io/crates/sha1/0.10.6/download"], - strip_prefix = "sha1-0.10.6", - build_file = Label("//vendor/bindeps:BUILD.sha1-0.10.6.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__sha1-checked-0.10.0", - sha256 = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423", - type = "tar.gz", - urls = ["https://static.crates.io/crates/sha1-checked/0.10.0/download"], - strip_prefix = "sha1-checked-0.10.0", - build_file = Label("//vendor/bindeps:BUILD.sha1-checked-0.10.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__sha2-0.10.9", - sha256 = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283", - type = "tar.gz", - urls = ["https://static.crates.io/crates/sha2/0.10.9/download"], - strip_prefix = "sha2-0.10.9", - build_file = Label("//vendor/bindeps:BUILD.sha2-0.10.9.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__sha3-0.10.8", - sha256 = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60", - type = "tar.gz", - urls = ["https://static.crates.io/crates/sha3/0.10.8/download"], - strip_prefix = "sha3-0.10.8", - build_file = Label("//vendor/bindeps:BUILD.sha3-0.10.8.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__sharded-slab-0.1.7", - sha256 = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6", - type = "tar.gz", - urls = ["https://static.crates.io/crates/sharded-slab/0.1.7/download"], - strip_prefix = "sharded-slab-0.1.7", - build_file = Label("//vendor/bindeps:BUILD.sharded-slab-0.1.7.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__shared-buffer-0.1.4", - sha256 = "f6c99835bad52957e7aa241d3975ed17c1e5f8c92026377d117a606f36b84b16", - type = "tar.gz", - urls = ["https://static.crates.io/crates/shared-buffer/0.1.4/download"], - strip_prefix = "shared-buffer-0.1.4", - build_file = Label("//vendor/bindeps:BUILD.shared-buffer-0.1.4.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__shell-words-1.1.0", - sha256 = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde", - type = "tar.gz", - urls = ["https://static.crates.io/crates/shell-words/1.1.0/download"], - strip_prefix = "shell-words-1.1.0", - build_file = Label("//vendor/bindeps:BUILD.shell-words-1.1.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__shellexpand-3.1.1", - sha256 = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb", - type = "tar.gz", - urls = ["https://static.crates.io/crates/shellexpand/3.1.1/download"], - strip_prefix = "shellexpand-3.1.1", - build_file = Label("//vendor/bindeps:BUILD.shellexpand-3.1.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__shlex-1.3.0", - sha256 = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64", - type = "tar.gz", - urls = ["https://static.crates.io/crates/shlex/1.3.0/download"], - strip_prefix = "shlex-1.3.0", - build_file = Label("//vendor/bindeps:BUILD.shlex-1.3.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__signal-hook-0.3.18", - sha256 = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2", - type = "tar.gz", - urls = ["https://static.crates.io/crates/signal-hook/0.3.18/download"], - strip_prefix = "signal-hook-0.3.18", - build_file = Label("//vendor/bindeps:BUILD.signal-hook-0.3.18.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__signal-hook-mio-0.2.4", - sha256 = "34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd", - type = "tar.gz", - urls = ["https://static.crates.io/crates/signal-hook-mio/0.2.4/download"], - strip_prefix = "signal-hook-mio-0.2.4", - build_file = Label("//vendor/bindeps:BUILD.signal-hook-mio-0.2.4.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__signal-hook-registry-1.4.6", - sha256 = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b", - type = "tar.gz", - urls = ["https://static.crates.io/crates/signal-hook-registry/1.4.6/download"], - strip_prefix = "signal-hook-registry-1.4.6", - build_file = Label("//vendor/bindeps:BUILD.signal-hook-registry-1.4.6.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__simd-adler32-0.3.7", - sha256 = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe", - type = "tar.gz", - urls = ["https://static.crates.io/crates/simd-adler32/0.3.7/download"], - strip_prefix = "simd-adler32-0.3.7", - build_file = Label("//vendor/bindeps:BUILD.simd-adler32-0.3.7.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__simdutf8-0.1.5", - sha256 = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e", - type = "tar.gz", - urls = ["https://static.crates.io/crates/simdutf8/0.1.5/download"], - strip_prefix = "simdutf8-0.1.5", - build_file = Label("//vendor/bindeps:BUILD.simdutf8-0.1.5.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__similar-2.7.0", - sha256 = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa", - type = "tar.gz", - urls = ["https://static.crates.io/crates/similar/2.7.0/download"], - strip_prefix = "similar-2.7.0", - build_file = Label("//vendor/bindeps:BUILD.similar-2.7.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__similar-asserts-1.7.0", - sha256 = "b5b441962c817e33508847a22bd82f03a30cff43642dc2fae8b050566121eb9a", - type = "tar.gz", - urls = ["https://static.crates.io/crates/similar-asserts/1.7.0/download"], - strip_prefix = "similar-asserts-1.7.0", - build_file = Label("//vendor/bindeps:BUILD.similar-asserts-1.7.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__simplelog-0.12.2", - sha256 = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0", - type = "tar.gz", - urls = ["https://static.crates.io/crates/simplelog/0.12.2/download"], - strip_prefix = "simplelog-0.12.2", - build_file = Label("//vendor/bindeps:BUILD.simplelog-0.12.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__siphasher-1.0.1", - sha256 = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d", - type = "tar.gz", - urls = ["https://static.crates.io/crates/siphasher/1.0.1/download"], - strip_prefix = "siphasher-1.0.1", - build_file = Label("//vendor/bindeps:BUILD.siphasher-1.0.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__slab-0.4.11", - sha256 = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589", - type = "tar.gz", - urls = ["https://static.crates.io/crates/slab/0.4.11/download"], - strip_prefix = "slab-0.4.11", - build_file = Label("//vendor/bindeps:BUILD.slab-0.4.11.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__slice-group-by-0.3.1", - sha256 = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7", - type = "tar.gz", - urls = ["https://static.crates.io/crates/slice-group-by/0.3.1/download"], - strip_prefix = "slice-group-by-0.3.1", - build_file = Label("//vendor/bindeps:BUILD.slice-group-by-0.3.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__slug-0.1.6", - sha256 = "882a80f72ee45de3cc9a5afeb2da0331d58df69e4e7d8eeb5d3c7784ae67e724", - type = "tar.gz", - urls = ["https://static.crates.io/crates/slug/0.1.6/download"], - strip_prefix = "slug-0.1.6", - build_file = Label("//vendor/bindeps:BUILD.slug-0.1.6.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__smallvec-1.15.1", - sha256 = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03", - type = "tar.gz", - urls = ["https://static.crates.io/crates/smallvec/1.15.1/download"], - strip_prefix = "smallvec-1.15.1", - build_file = Label("//vendor/bindeps:BUILD.smallvec-1.15.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__smol_str-0.3.2", - sha256 = "9676b89cd56310a87b93dec47b11af744f34d5fc9f367b829474eec0a891350d", - type = "tar.gz", - urls = ["https://static.crates.io/crates/smol_str/0.3.2/download"], - strip_prefix = "smol_str-0.3.2", - build_file = Label("//vendor/bindeps:BUILD.smol_str-0.3.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__snafu-0.8.9", - sha256 = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2", - type = "tar.gz", - urls = ["https://static.crates.io/crates/snafu/0.8.9/download"], - strip_prefix = "snafu-0.8.9", - build_file = Label("//vendor/bindeps:BUILD.snafu-0.8.9.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__snafu-derive-0.8.9", - sha256 = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451", - type = "tar.gz", - urls = ["https://static.crates.io/crates/snafu-derive/0.8.9/download"], - strip_prefix = "snafu-derive-0.8.9", - build_file = Label("//vendor/bindeps:BUILD.snafu-derive-0.8.9.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__socket2-0.5.10", - sha256 = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678", - type = "tar.gz", - urls = ["https://static.crates.io/crates/socket2/0.5.10/download"], - strip_prefix = "socket2-0.5.10", - build_file = Label("//vendor/bindeps:BUILD.socket2-0.5.10.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__socket2-0.6.0", - sha256 = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807", - type = "tar.gz", - urls = ["https://static.crates.io/crates/socket2/0.6.0/download"], - strip_prefix = "socket2-0.6.0", - build_file = Label("//vendor/bindeps:BUILD.socket2-0.6.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__socks-0.3.4", - sha256 = "f0c3dbbd9ae980613c6dd8e28a9407b50509d3803b57624d5dfe8315218cd58b", - type = "tar.gz", - urls = ["https://static.crates.io/crates/socks/0.3.4/download"], - strip_prefix = "socks-0.3.4", - build_file = Label("//vendor/bindeps:BUILD.socks-0.3.4.bazel"), - ) - - maybe( - new_git_repository, - name = "bindeps__span-0.0.0", - commit = "123f57bff97627e8a5553a5ba1d67918f877dc24", - init_submodules = True, - remote = "https://github.com/scufflecloud/rust-analyzer.git", - build_file = Label("//vendor/bindeps:BUILD.span-0.0.0.bazel"), - strip_prefix = "crates/span", - ) - - maybe( - http_archive, - name = "bindeps__spdx-0.11.1", - sha256 = "0aded48062d3edf302c1f35ff8ec18a8882b243a84f76eefc168f870ed6b9cfc", - type = "tar.gz", - urls = ["https://static.crates.io/crates/spdx/0.11.1/download"], - strip_prefix = "spdx-0.11.1", - build_file = Label("//vendor/bindeps:BUILD.spdx-0.11.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__stable_deref_trait-1.2.0", - sha256 = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3", - type = "tar.gz", - urls = ["https://static.crates.io/crates/stable_deref_trait/1.2.0/download"], - strip_prefix = "stable_deref_trait-1.2.0", - build_file = Label("//vendor/bindeps:BUILD.stable_deref_trait-1.2.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__stacker-0.1.21", - sha256 = "cddb07e32ddb770749da91081d8d0ac3a16f1a569a18b20348cd371f5dead06b", - type = "tar.gz", - urls = ["https://static.crates.io/crates/stacker/0.1.21/download"], - strip_prefix = "stacker-0.1.21", - build_file = Label("//vendor/bindeps:BUILD.stacker-0.1.21.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__static_assertions-1.1.0", - sha256 = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f", - type = "tar.gz", - urls = ["https://static.crates.io/crates/static_assertions/1.1.0/download"], - strip_prefix = "static_assertions-1.1.0", - build_file = Label("//vendor/bindeps:BUILD.static_assertions-1.1.0.bazel"), - ) - - maybe( - new_git_repository, - name = "bindeps__stdx-0.0.0", - commit = "123f57bff97627e8a5553a5ba1d67918f877dc24", - init_submodules = True, - remote = "https://github.com/scufflecloud/rust-analyzer.git", - build_file = Label("//vendor/bindeps:BUILD.stdx-0.0.0.bazel"), - strip_prefix = "crates/stdx", - ) - - maybe( - http_archive, - name = "bindeps__string_cache-0.8.9", - sha256 = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f", - type = "tar.gz", - urls = ["https://static.crates.io/crates/string_cache/0.8.9/download"], - strip_prefix = "string_cache-0.8.9", - build_file = Label("//vendor/bindeps:BUILD.string_cache-0.8.9.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__strsim-0.11.1", - sha256 = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f", - type = "tar.gz", - urls = ["https://static.crates.io/crates/strsim/0.11.1/download"], - strip_prefix = "strsim-0.11.1", - build_file = Label("//vendor/bindeps:BUILD.strsim-0.11.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__strum-0.27.2", - sha256 = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf", - type = "tar.gz", - urls = ["https://static.crates.io/crates/strum/0.27.2/download"], - strip_prefix = "strum-0.27.2", - build_file = Label("//vendor/bindeps:BUILD.strum-0.27.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__strum_macros-0.27.2", - sha256 = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7", - type = "tar.gz", - urls = ["https://static.crates.io/crates/strum_macros/0.27.2/download"], - strip_prefix = "strum_macros-0.27.2", - build_file = Label("//vendor/bindeps:BUILD.strum_macros-0.27.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__subtle-2.6.1", - sha256 = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292", - type = "tar.gz", - urls = ["https://static.crates.io/crates/subtle/2.6.1/download"], - strip_prefix = "subtle-2.6.1", - build_file = Label("//vendor/bindeps:BUILD.subtle-2.6.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__supports-color-3.0.2", - sha256 = "c64fc7232dd8d2e4ac5ce4ef302b1d81e0b80d055b9d77c7c4f51f6aa4c867d6", - type = "tar.gz", - urls = ["https://static.crates.io/crates/supports-color/3.0.2/download"], - strip_prefix = "supports-color-3.0.2", - build_file = Label("//vendor/bindeps:BUILD.supports-color-3.0.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__supports-hyperlinks-3.1.0", - sha256 = "804f44ed3c63152de6a9f90acbea1a110441de43006ea51bcce8f436196a288b", - type = "tar.gz", - urls = ["https://static.crates.io/crates/supports-hyperlinks/3.1.0/download"], - strip_prefix = "supports-hyperlinks-3.1.0", - build_file = Label("//vendor/bindeps:BUILD.supports-hyperlinks-3.1.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__supports-unicode-3.0.0", - sha256 = "b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2", - type = "tar.gz", - urls = ["https://static.crates.io/crates/supports-unicode/3.0.0/download"], - strip_prefix = "supports-unicode-3.0.0", - build_file = Label("//vendor/bindeps:BUILD.supports-unicode-3.0.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__syn-1.0.109", - sha256 = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237", - type = "tar.gz", - urls = ["https://static.crates.io/crates/syn/1.0.109/download"], - strip_prefix = "syn-1.0.109", - build_file = Label("//vendor/bindeps:BUILD.syn-1.0.109.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__syn-2.0.106", - sha256 = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6", - type = "tar.gz", - urls = ["https://static.crates.io/crates/syn/2.0.106/download"], - strip_prefix = "syn-2.0.106", - build_file = Label("//vendor/bindeps:BUILD.syn-2.0.106.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__sync_wrapper-1.0.2", - sha256 = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263", - type = "tar.gz", - urls = ["https://static.crates.io/crates/sync_wrapper/1.0.2/download"], - strip_prefix = "sync_wrapper-1.0.2", - build_file = Label("//vendor/bindeps:BUILD.sync_wrapper-1.0.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__synstructure-0.13.2", - sha256 = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2", - type = "tar.gz", - urls = ["https://static.crates.io/crates/synstructure/0.13.2/download"], - strip_prefix = "synstructure-0.13.2", - build_file = Label("//vendor/bindeps:BUILD.synstructure-0.13.2.bazel"), - ) - - maybe( - new_git_repository, - name = "bindeps__syntax-0.0.0", - commit = "123f57bff97627e8a5553a5ba1d67918f877dc24", - init_submodules = True, - remote = "https://github.com/scufflecloud/rust-analyzer.git", - build_file = Label("//vendor/bindeps:BUILD.syntax-0.0.0.bazel"), - strip_prefix = "crates/syntax", - ) - - maybe( - new_git_repository, - name = "bindeps__syntax-bridge-0.0.0", - commit = "123f57bff97627e8a5553a5ba1d67918f877dc24", - init_submodules = True, - remote = "https://github.com/scufflecloud/rust-analyzer.git", - build_file = Label("//vendor/bindeps:BUILD.syntax-bridge-0.0.0.bazel"), - strip_prefix = "crates/syntax-bridge", - ) - - maybe( - http_archive, - name = "bindeps__sysinfo-0.35.2", - sha256 = "3c3ffa3e4ff2b324a57f7aeb3c349656c7b127c3c189520251a648102a92496e", - type = "tar.gz", - urls = ["https://static.crates.io/crates/sysinfo/0.35.2/download"], - strip_prefix = "sysinfo-0.35.2", - build_file = Label("//vendor/bindeps:BUILD.sysinfo-0.35.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__system-configuration-0.6.1", - sha256 = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b", - type = "tar.gz", - urls = ["https://static.crates.io/crates/system-configuration/0.6.1/download"], - strip_prefix = "system-configuration-0.6.1", - build_file = Label("//vendor/bindeps:BUILD.system-configuration-0.6.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__system-configuration-sys-0.6.0", - sha256 = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4", - type = "tar.gz", - urls = ["https://static.crates.io/crates/system-configuration-sys/0.6.0/download"], - strip_prefix = "system-configuration-sys-0.6.0", - build_file = Label("//vendor/bindeps:BUILD.system-configuration-sys-0.6.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__tame-index-0.23.0", - sha256 = "2ee1412760d33e443bd048ceca650053cf26e7dee73daae39fb4932ebeebafe9", - type = "tar.gz", - urls = ["https://static.crates.io/crates/tame-index/0.23.0/download"], - strip_prefix = "tame-index-0.23.0", - build_file = Label("//vendor/bindeps:BUILD.tame-index-0.23.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__tap-1.0.1", - sha256 = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369", - type = "tar.gz", - urls = ["https://static.crates.io/crates/tap/1.0.1/download"], - strip_prefix = "tap-1.0.1", - build_file = Label("//vendor/bindeps:BUILD.tap-1.0.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__tar-0.4.44", - sha256 = "1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a", - type = "tar.gz", - urls = ["https://static.crates.io/crates/tar/0.4.44/download"], - strip_prefix = "tar-0.4.44", - build_file = Label("//vendor/bindeps:BUILD.tar-0.4.44.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__target-2.1.0", - sha256 = "1e8f05f774b2db35bdad5a8237a90be1102669f8ea013fea9777b366d34ab145", - type = "tar.gz", - urls = ["https://static.crates.io/crates/target/2.1.0/download"], - strip_prefix = "target-2.1.0", - build_file = Label("//vendor/bindeps:BUILD.target-2.1.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__target-lexicon-0.12.16", - sha256 = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1", - type = "tar.gz", - urls = ["https://static.crates.io/crates/target-lexicon/0.12.16/download"], - strip_prefix = "target-lexicon-0.12.16", - build_file = Label("//vendor/bindeps:BUILD.target-lexicon-0.12.16.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__target-lexicon-0.13.2", - sha256 = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a", - type = "tar.gz", - urls = ["https://static.crates.io/crates/target-lexicon/0.13.2/download"], - strip_prefix = "target-lexicon-0.13.2", - build_file = Label("//vendor/bindeps:BUILD.target-lexicon-0.13.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__temp-dir-0.1.16", - sha256 = "83176759e9416cf81ee66cb6508dbfe9c96f20b8b56265a39917551c23c70964", - type = "tar.gz", - urls = ["https://static.crates.io/crates/temp-dir/0.1.16/download"], - strip_prefix = "temp-dir-0.1.16", - build_file = Label("//vendor/bindeps:BUILD.temp-dir-0.1.16.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__tempfile-3.22.0", - sha256 = "84fa4d11fadde498443cca10fd3ac23c951f0dc59e080e9f4b93d4df4e4eea53", - type = "tar.gz", - urls = ["https://static.crates.io/crates/tempfile/3.22.0/download"], - strip_prefix = "tempfile-3.22.0", - build_file = Label("//vendor/bindeps:BUILD.tempfile-3.22.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__tenthash-1.1.0", - sha256 = "e5c4bcc0a4fa333239f43662d15fbf995f384b2aeaf89c4ab4c83353d6cbb952", - type = "tar.gz", - urls = ["https://static.crates.io/crates/tenthash/1.1.0/download"], - strip_prefix = "tenthash-1.1.0", - build_file = Label("//vendor/bindeps:BUILD.tenthash-1.1.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__term-1.2.0", - sha256 = "2111ef44dae28680ae9752bb89409e7310ca33a8c621ebe7b106cf5c928b3ac0", - type = "tar.gz", - urls = ["https://static.crates.io/crates/term/1.2.0/download"], - strip_prefix = "term-1.2.0", - build_file = Label("//vendor/bindeps:BUILD.term-1.2.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__termcolor-1.4.1", - sha256 = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755", - type = "tar.gz", - urls = ["https://static.crates.io/crates/termcolor/1.4.1/download"], - strip_prefix = "termcolor-1.4.1", - build_file = Label("//vendor/bindeps:BUILD.termcolor-1.4.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__terminal_size-0.4.3", - sha256 = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0", - type = "tar.gz", - urls = ["https://static.crates.io/crates/terminal_size/0.4.3/download"], - strip_prefix = "terminal_size-0.4.3", - build_file = Label("//vendor/bindeps:BUILD.terminal_size-0.4.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__text-size-1.1.1", - sha256 = "f18aa187839b2bdb1ad2fa35ead8c4c2976b64e4363c386d45ac0f7ee85c9233", - type = "tar.gz", - urls = ["https://static.crates.io/crates/text-size/1.1.1/download"], - strip_prefix = "text-size-1.1.1", - build_file = Label("//vendor/bindeps:BUILD.text-size-1.1.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__textwrap-0.16.2", - sha256 = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057", - type = "tar.gz", - urls = ["https://static.crates.io/crates/textwrap/0.16.2/download"], - strip_prefix = "textwrap-0.16.2", - build_file = Label("//vendor/bindeps:BUILD.textwrap-0.16.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__thin-vec-0.2.14", - sha256 = "144f754d318415ac792f9d69fc87abbbfc043ce2ef041c60f16ad828f638717d", - type = "tar.gz", - urls = ["https://static.crates.io/crates/thin-vec/0.2.14/download"], - strip_prefix = "thin-vec-0.2.14", - build_file = Label("//vendor/bindeps:BUILD.thin-vec-0.2.14.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__thiserror-1.0.69", - sha256 = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52", - type = "tar.gz", - urls = ["https://static.crates.io/crates/thiserror/1.0.69/download"], - strip_prefix = "thiserror-1.0.69", - build_file = Label("//vendor/bindeps:BUILD.thiserror-1.0.69.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__thiserror-2.0.16", - sha256 = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0", - type = "tar.gz", - urls = ["https://static.crates.io/crates/thiserror/2.0.16/download"], - strip_prefix = "thiserror-2.0.16", - build_file = Label("//vendor/bindeps:BUILD.thiserror-2.0.16.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__thiserror-impl-1.0.69", - sha256 = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1", - type = "tar.gz", - urls = ["https://static.crates.io/crates/thiserror-impl/1.0.69/download"], - strip_prefix = "thiserror-impl-1.0.69", - build_file = Label("//vendor/bindeps:BUILD.thiserror-impl-1.0.69.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__thiserror-impl-2.0.16", - sha256 = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960", - type = "tar.gz", - urls = ["https://static.crates.io/crates/thiserror-impl/2.0.16/download"], - strip_prefix = "thiserror-impl-2.0.16", - build_file = Label("//vendor/bindeps:BUILD.thiserror-impl-2.0.16.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__thread_local-1.1.9", - sha256 = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185", - type = "tar.gz", - urls = ["https://static.crates.io/crates/thread_local/1.1.9/download"], - strip_prefix = "thread_local-1.1.9", - build_file = Label("//vendor/bindeps:BUILD.thread_local-1.1.9.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__time-0.3.43", - sha256 = "83bde6f1ec10e72d583d91623c939f623002284ef622b87de38cfd546cbf2031", - type = "tar.gz", - urls = ["https://static.crates.io/crates/time/0.3.43/download"], - strip_prefix = "time-0.3.43", - build_file = Label("//vendor/bindeps:BUILD.time-0.3.43.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__time-core-0.1.6", - sha256 = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b", - type = "tar.gz", - urls = ["https://static.crates.io/crates/time-core/0.1.6/download"], - strip_prefix = "time-core-0.1.6", - build_file = Label("//vendor/bindeps:BUILD.time-core-0.1.6.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__time-macros-0.2.24", - sha256 = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3", - type = "tar.gz", - urls = ["https://static.crates.io/crates/time-macros/0.2.24/download"], - strip_prefix = "time-macros-0.2.24", - build_file = Label("//vendor/bindeps:BUILD.time-macros-0.2.24.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__tinystr-0.8.1", - sha256 = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b", - type = "tar.gz", - urls = ["https://static.crates.io/crates/tinystr/0.8.1/download"], - strip_prefix = "tinystr-0.8.1", - build_file = Label("//vendor/bindeps:BUILD.tinystr-0.8.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__tinyvec-1.10.0", - sha256 = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa", - type = "tar.gz", - urls = ["https://static.crates.io/crates/tinyvec/1.10.0/download"], - strip_prefix = "tinyvec-1.10.0", - build_file = Label("//vendor/bindeps:BUILD.tinyvec-1.10.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__tinyvec_macros-0.1.1", - sha256 = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20", - type = "tar.gz", - urls = ["https://static.crates.io/crates/tinyvec_macros/0.1.1/download"], - strip_prefix = "tinyvec_macros-0.1.1", - build_file = Label("//vendor/bindeps:BUILD.tinyvec_macros-0.1.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__tokio-1.47.1", - sha256 = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038", - type = "tar.gz", - urls = ["https://static.crates.io/crates/tokio/1.47.1/download"], - strip_prefix = "tokio-1.47.1", - build_file = Label("//vendor/bindeps:BUILD.tokio-1.47.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__tokio-macros-2.5.0", - sha256 = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8", - type = "tar.gz", - urls = ["https://static.crates.io/crates/tokio-macros/2.5.0/download"], - strip_prefix = "tokio-macros-2.5.0", - build_file = Label("//vendor/bindeps:BUILD.tokio-macros-2.5.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__tokio-rustls-0.26.2", - sha256 = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b", - type = "tar.gz", - urls = ["https://static.crates.io/crates/tokio-rustls/0.26.2/download"], - strip_prefix = "tokio-rustls-0.26.2", - build_file = Label("//vendor/bindeps:BUILD.tokio-rustls-0.26.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__tokio-util-0.7.16", - sha256 = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5", - type = "tar.gz", - urls = ["https://static.crates.io/crates/tokio-util/0.7.16/download"], - strip_prefix = "tokio-util-0.7.16", - build_file = Label("//vendor/bindeps:BUILD.tokio-util-0.7.16.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__toml-0.8.23", - sha256 = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362", - type = "tar.gz", - urls = ["https://static.crates.io/crates/toml/0.8.23/download"], - strip_prefix = "toml-0.8.23", - build_file = Label("//vendor/bindeps:BUILD.toml-0.8.23.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__toml-0.9.7", - sha256 = "00e5e5d9bf2475ac9d4f0d9edab68cc573dc2fd644b0dba36b0c30a92dd9eaa0", - type = "tar.gz", - urls = ["https://static.crates.io/crates/toml/0.9.7/download"], - strip_prefix = "toml-0.9.7", - build_file = Label("//vendor/bindeps:BUILD.toml-0.9.7.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__toml-span-0.5.2", - sha256 = "2d36acfca70d66f9b5f9c4786fec60096c3594169bf77b8d4207174dc862e6a4", - type = "tar.gz", - urls = ["https://static.crates.io/crates/toml-span/0.5.2/download"], - strip_prefix = "toml-span-0.5.2", - build_file = Label("//vendor/bindeps:BUILD.toml-span-0.5.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__toml_datetime-0.6.11", - sha256 = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c", - type = "tar.gz", - urls = ["https://static.crates.io/crates/toml_datetime/0.6.11/download"], - strip_prefix = "toml_datetime-0.6.11", - build_file = Label("//vendor/bindeps:BUILD.toml_datetime-0.6.11.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__toml_datetime-0.7.2", - sha256 = "32f1085dec27c2b6632b04c80b3bb1b4300d6495d1e129693bdda7d91e72eec1", - type = "tar.gz", - urls = ["https://static.crates.io/crates/toml_datetime/0.7.2/download"], - strip_prefix = "toml_datetime-0.7.2", - build_file = Label("//vendor/bindeps:BUILD.toml_datetime-0.7.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__toml_edit-0.22.27", - sha256 = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a", - type = "tar.gz", - urls = ["https://static.crates.io/crates/toml_edit/0.22.27/download"], - strip_prefix = "toml_edit-0.22.27", - build_file = Label("//vendor/bindeps:BUILD.toml_edit-0.22.27.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__toml_parser-1.0.3", - sha256 = "4cf893c33be71572e0e9aa6dd15e6677937abd686b066eac3f8cd3531688a627", - type = "tar.gz", - urls = ["https://static.crates.io/crates/toml_parser/1.0.3/download"], - strip_prefix = "toml_parser-1.0.3", - build_file = Label("//vendor/bindeps:BUILD.toml_parser-1.0.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__toml_write-0.1.2", - sha256 = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801", - type = "tar.gz", - urls = ["https://static.crates.io/crates/toml_write/0.1.2/download"], - strip_prefix = "toml_write-0.1.2", - build_file = Label("//vendor/bindeps:BUILD.toml_write-0.1.2.bazel"), - ) - - maybe( - new_git_repository, - name = "bindeps__toolchain-0.0.0", - commit = "123f57bff97627e8a5553a5ba1d67918f877dc24", - init_submodules = True, - remote = "https://github.com/scufflecloud/rust-analyzer.git", - build_file = Label("//vendor/bindeps:BUILD.toolchain-0.0.0.bazel"), - strip_prefix = "crates/toolchain", - ) - - maybe( - http_archive, - name = "bindeps__tower-0.4.13", - sha256 = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c", - type = "tar.gz", - urls = ["https://static.crates.io/crates/tower/0.4.13/download"], - strip_prefix = "tower-0.4.13", - build_file = Label("//vendor/bindeps:BUILD.tower-0.4.13.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__tower-0.5.2", - sha256 = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9", - type = "tar.gz", - urls = ["https://static.crates.io/crates/tower/0.5.2/download"], - strip_prefix = "tower-0.5.2", - build_file = Label("//vendor/bindeps:BUILD.tower-0.5.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__tower-http-0.6.6", - sha256 = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2", - type = "tar.gz", - urls = ["https://static.crates.io/crates/tower-http/0.6.6/download"], - strip_prefix = "tower-http-0.6.6", - build_file = Label("//vendor/bindeps:BUILD.tower-http-0.6.6.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__tower-layer-0.3.3", - sha256 = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e", - type = "tar.gz", - urls = ["https://static.crates.io/crates/tower-layer/0.3.3/download"], - strip_prefix = "tower-layer-0.3.3", - build_file = Label("//vendor/bindeps:BUILD.tower-layer-0.3.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__tower-lsp-0.20.0", - sha256 = "d4ba052b54a6627628d9b3c34c176e7eda8359b7da9acd497b9f20998d118508", - type = "tar.gz", - urls = ["https://static.crates.io/crates/tower-lsp/0.20.0/download"], - strip_prefix = "tower-lsp-0.20.0", - build_file = Label("//vendor/bindeps:BUILD.tower-lsp-0.20.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__tower-lsp-macros-0.9.0", - sha256 = "84fd902d4e0b9a4b27f2f440108dc034e1758628a9b702f8ec61ad66355422fa", - type = "tar.gz", - urls = ["https://static.crates.io/crates/tower-lsp-macros/0.9.0/download"], - strip_prefix = "tower-lsp-macros-0.9.0", - build_file = Label("//vendor/bindeps:BUILD.tower-lsp-macros-0.9.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__tower-service-0.3.3", - sha256 = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3", - type = "tar.gz", - urls = ["https://static.crates.io/crates/tower-service/0.3.3/download"], - strip_prefix = "tower-service-0.3.3", - build_file = Label("//vendor/bindeps:BUILD.tower-service-0.3.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__tracing-0.1.41", - sha256 = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0", - type = "tar.gz", - urls = ["https://static.crates.io/crates/tracing/0.1.41/download"], - strip_prefix = "tracing-0.1.41", - build_file = Label("//vendor/bindeps:BUILD.tracing-0.1.41.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__tracing-attributes-0.1.30", - sha256 = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903", - type = "tar.gz", - urls = ["https://static.crates.io/crates/tracing-attributes/0.1.30/download"], - strip_prefix = "tracing-attributes-0.1.30", - build_file = Label("//vendor/bindeps:BUILD.tracing-attributes-0.1.30.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__tracing-core-0.1.34", - sha256 = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678", - type = "tar.gz", - urls = ["https://static.crates.io/crates/tracing-core/0.1.34/download"], - strip_prefix = "tracing-core-0.1.34", - build_file = Label("//vendor/bindeps:BUILD.tracing-core-0.1.34.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__tracing-log-0.2.0", - sha256 = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3", - type = "tar.gz", - urls = ["https://static.crates.io/crates/tracing-log/0.2.0/download"], - strip_prefix = "tracing-log-0.2.0", - build_file = Label("//vendor/bindeps:BUILD.tracing-log-0.2.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__tracing-subscriber-0.3.20", - sha256 = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5", - type = "tar.gz", - urls = ["https://static.crates.io/crates/tracing-subscriber/0.3.20/download"], - strip_prefix = "tracing-subscriber-0.3.20", - build_file = Label("//vendor/bindeps:BUILD.tracing-subscriber-0.3.20.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__tracing-tree-0.4.0", - sha256 = "f459ca79f1b0d5f71c54ddfde6debfc59c8b6eeb46808ae492077f739dc7b49c", - type = "tar.gz", - urls = ["https://static.crates.io/crates/tracing-tree/0.4.0/download"], - strip_prefix = "tracing-tree-0.4.0", - build_file = Label("//vendor/bindeps:BUILD.tracing-tree-0.4.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__triomphe-0.1.14", - sha256 = "ef8f7726da4807b58ea5c96fdc122f80702030edc33b35aff9190a51148ccc85", - type = "tar.gz", - urls = ["https://static.crates.io/crates/triomphe/0.1.14/download"], - strip_prefix = "triomphe-0.1.14", - build_file = Label("//vendor/bindeps:BUILD.triomphe-0.1.14.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__try-lock-0.2.5", - sha256 = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b", - type = "tar.gz", - urls = ["https://static.crates.io/crates/try-lock/0.2.5/download"], - strip_prefix = "try-lock-0.2.5", - build_file = Label("//vendor/bindeps:BUILD.try-lock-0.2.5.bazel"), - ) - - maybe( - new_git_repository, - name = "bindeps__tt-0.0.0", - commit = "123f57bff97627e8a5553a5ba1d67918f877dc24", - init_submodules = True, - remote = "https://github.com/scufflecloud/rust-analyzer.git", - build_file = Label("//vendor/bindeps:BUILD.tt-0.0.0.bazel"), - strip_prefix = "crates/tt", - ) - - maybe( - http_archive, - name = "bindeps__twox-hash-1.6.3", - sha256 = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675", - type = "tar.gz", - urls = ["https://static.crates.io/crates/twox-hash/1.6.3/download"], - strip_prefix = "twox-hash-1.6.3", - build_file = Label("//vendor/bindeps:BUILD.twox-hash-1.6.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__twox-hash-2.1.2", - sha256 = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c", - type = "tar.gz", - urls = ["https://static.crates.io/crates/twox-hash/2.1.2/download"], - strip_prefix = "twox-hash-2.1.2", - build_file = Label("//vendor/bindeps:BUILD.twox-hash-2.1.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__typed-arena-2.0.2", - sha256 = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a", - type = "tar.gz", - urls = ["https://static.crates.io/crates/typed-arena/2.0.2/download"], - strip_prefix = "typed-arena-2.0.2", - build_file = Label("//vendor/bindeps:BUILD.typed-arena-2.0.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__typeid-1.0.3", - sha256 = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c", - type = "tar.gz", - urls = ["https://static.crates.io/crates/typeid/1.0.3/download"], - strip_prefix = "typeid-1.0.3", - build_file = Label("//vendor/bindeps:BUILD.typeid-1.0.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__typenum-1.18.0", - sha256 = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f", - type = "tar.gz", - urls = ["https://static.crates.io/crates/typenum/1.18.0/download"], - strip_prefix = "typenum-1.18.0", - build_file = Label("//vendor/bindeps:BUILD.typenum-1.18.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__ucd-trie-0.1.7", - sha256 = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971", - type = "tar.gz", - urls = ["https://static.crates.io/crates/ucd-trie/0.1.7/download"], - strip_prefix = "ucd-trie-0.1.7", - build_file = Label("//vendor/bindeps:BUILD.ucd-trie-0.1.7.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__unicase-2.8.1", - sha256 = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539", - type = "tar.gz", - urls = ["https://static.crates.io/crates/unicase/2.8.1/download"], - strip_prefix = "unicase-2.8.1", - build_file = Label("//vendor/bindeps:BUILD.unicase-2.8.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__unicode-bom-2.0.3", - sha256 = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217", - type = "tar.gz", - urls = ["https://static.crates.io/crates/unicode-bom/2.0.3/download"], - strip_prefix = "unicode-bom-2.0.3", - build_file = Label("//vendor/bindeps:BUILD.unicode-bom-2.0.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__unicode-ident-1.0.19", - sha256 = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d", - type = "tar.gz", - urls = ["https://static.crates.io/crates/unicode-ident/1.0.19/download"], - strip_prefix = "unicode-ident-1.0.19", - build_file = Label("//vendor/bindeps:BUILD.unicode-ident-1.0.19.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__unicode-linebreak-0.1.5", - sha256 = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f", - type = "tar.gz", - urls = ["https://static.crates.io/crates/unicode-linebreak/0.1.5/download"], - strip_prefix = "unicode-linebreak-0.1.5", - build_file = Label("//vendor/bindeps:BUILD.unicode-linebreak-0.1.5.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__unicode-normalization-0.1.24", - sha256 = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956", - type = "tar.gz", - urls = ["https://static.crates.io/crates/unicode-normalization/0.1.24/download"], - strip_prefix = "unicode-normalization-0.1.24", - build_file = Label("//vendor/bindeps:BUILD.unicode-normalization-0.1.24.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__unicode-properties-0.1.3", - sha256 = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0", - type = "tar.gz", - urls = ["https://static.crates.io/crates/unicode-properties/0.1.3/download"], - strip_prefix = "unicode-properties-0.1.3", - build_file = Label("//vendor/bindeps:BUILD.unicode-properties-0.1.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__unicode-script-0.5.7", - sha256 = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f", - type = "tar.gz", - urls = ["https://static.crates.io/crates/unicode-script/0.5.7/download"], - strip_prefix = "unicode-script-0.5.7", - build_file = Label("//vendor/bindeps:BUILD.unicode-script-0.5.7.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__unicode-security-0.1.2", - sha256 = "2e4ddba1535dd35ed8b61c52166b7155d7f4e4b8847cec6f48e71dc66d8b5e50", - type = "tar.gz", - urls = ["https://static.crates.io/crates/unicode-security/0.1.2/download"], - strip_prefix = "unicode-security-0.1.2", - build_file = Label("//vendor/bindeps:BUILD.unicode-security-0.1.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__unicode-segmentation-1.12.0", - sha256 = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493", - type = "tar.gz", - urls = ["https://static.crates.io/crates/unicode-segmentation/1.12.0/download"], - strip_prefix = "unicode-segmentation-1.12.0", - build_file = Label("//vendor/bindeps:BUILD.unicode-segmentation-1.12.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__unicode-width-0.1.14", - sha256 = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af", - type = "tar.gz", - urls = ["https://static.crates.io/crates/unicode-width/0.1.14/download"], - strip_prefix = "unicode-width-0.1.14", - build_file = Label("//vendor/bindeps:BUILD.unicode-width-0.1.14.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__unicode-width-0.2.1", - sha256 = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c", - type = "tar.gz", - urls = ["https://static.crates.io/crates/unicode-width/0.2.1/download"], - strip_prefix = "unicode-width-0.2.1", - build_file = Label("//vendor/bindeps:BUILD.unicode-width-0.2.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__unicode-xid-0.2.6", - sha256 = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853", - type = "tar.gz", - urls = ["https://static.crates.io/crates/unicode-xid/0.2.6/download"], - strip_prefix = "unicode-xid-0.2.6", - build_file = Label("//vendor/bindeps:BUILD.unicode-xid-0.2.6.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__unicode_categories-0.1.1", - sha256 = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e", - type = "tar.gz", - urls = ["https://static.crates.io/crates/unicode_categories/0.1.1/download"], - strip_prefix = "unicode_categories-0.1.1", - build_file = Label("//vendor/bindeps:BUILD.unicode_categories-0.1.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__untrusted-0.9.0", - sha256 = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1", - type = "tar.gz", - urls = ["https://static.crates.io/crates/untrusted/0.9.0/download"], - strip_prefix = "untrusted-0.9.0", - build_file = Label("//vendor/bindeps:BUILD.untrusted-0.9.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__ureq-2.12.1", - sha256 = "02d1a66277ed75f640d608235660df48c8e3c19f3b4edb6a263315626cc3c01d", - type = "tar.gz", - urls = ["https://static.crates.io/crates/ureq/2.12.1/download"], - strip_prefix = "ureq-2.12.1", - build_file = Label("//vendor/bindeps:BUILD.ureq-2.12.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__url-2.5.7", - sha256 = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b", - type = "tar.gz", - urls = ["https://static.crates.io/crates/url/2.5.7/download"], - strip_prefix = "url-2.5.7", - build_file = Label("//vendor/bindeps:BUILD.url-2.5.7.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__utf8_iter-1.0.4", - sha256 = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be", - type = "tar.gz", - urls = ["https://static.crates.io/crates/utf8_iter/1.0.4/download"], - strip_prefix = "utf8_iter-1.0.4", - build_file = Label("//vendor/bindeps:BUILD.utf8_iter-1.0.4.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__utf8parse-0.2.2", - sha256 = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821", - type = "tar.gz", - urls = ["https://static.crates.io/crates/utf8parse/0.2.2/download"], - strip_prefix = "utf8parse-0.2.2", - build_file = Label("//vendor/bindeps:BUILD.utf8parse-0.2.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__uuid-1.18.1", - sha256 = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2", - type = "tar.gz", - urls = ["https://static.crates.io/crates/uuid/1.18.1/download"], - strip_prefix = "uuid-1.18.1", - build_file = Label("//vendor/bindeps:BUILD.uuid-1.18.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__v_htmlescape-0.15.8", - sha256 = "4e8257fbc510f0a46eb602c10215901938b5c2a7d5e70fc11483b1d3c9b5b18c", - type = "tar.gz", - urls = ["https://static.crates.io/crates/v_htmlescape/0.15.8/download"], - strip_prefix = "v_htmlescape-0.15.8", - build_file = Label("//vendor/bindeps:BUILD.v_htmlescape-0.15.8.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__vcpkg-0.2.15", - sha256 = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426", - type = "tar.gz", - urls = ["https://static.crates.io/crates/vcpkg/0.2.15/download"], - strip_prefix = "vcpkg-0.2.15", - build_file = Label("//vendor/bindeps:BUILD.vcpkg-0.2.15.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__version_check-0.9.5", - sha256 = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a", - type = "tar.gz", - urls = ["https://static.crates.io/crates/version_check/0.9.5/download"], - strip_prefix = "version_check-0.9.5", - build_file = Label("//vendor/bindeps:BUILD.version_check-0.9.5.bazel"), - ) - - maybe( - new_git_repository, - name = "bindeps__vfs-0.0.0", - commit = "123f57bff97627e8a5553a5ba1d67918f877dc24", - init_submodules = True, - remote = "https://github.com/scufflecloud/rust-analyzer.git", - build_file = Label("//vendor/bindeps:BUILD.vfs-0.0.0.bazel"), - strip_prefix = "crates/vfs", - ) - - maybe( - new_git_repository, - name = "bindeps__vfs-notify-0.0.0", - commit = "123f57bff97627e8a5553a5ba1d67918f877dc24", - init_submodules = True, - remote = "https://github.com/scufflecloud/rust-analyzer.git", - build_file = Label("//vendor/bindeps:BUILD.vfs-notify-0.0.0.bazel"), - strip_prefix = "crates/vfs-notify", - ) - - maybe( - http_archive, - name = "bindeps__vte-0.13.1", - sha256 = "9a0b683b20ef64071ff03745b14391751f6beab06a54347885459b77a3f2caa5", - type = "tar.gz", - urls = ["https://static.crates.io/crates/vte/0.13.1/download"], - strip_prefix = "vte-0.13.1", - build_file = Label("//vendor/bindeps:BUILD.vte-0.13.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__vte_generate_state_changes-0.1.2", - sha256 = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e", - type = "tar.gz", - urls = ["https://static.crates.io/crates/vte_generate_state_changes/0.1.2/download"], - strip_prefix = "vte_generate_state_changes-0.1.2", - build_file = Label("//vendor/bindeps:BUILD.vte_generate_state_changes-0.1.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__walkdir-2.5.0", - sha256 = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b", - type = "tar.gz", - urls = ["https://static.crates.io/crates/walkdir/2.5.0/download"], - strip_prefix = "walkdir-2.5.0", - build_file = Label("//vendor/bindeps:BUILD.walkdir-2.5.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__want-0.3.1", - sha256 = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e", - type = "tar.gz", - urls = ["https://static.crates.io/crates/want/0.3.1/download"], - strip_prefix = "want-0.3.1", - build_file = Label("//vendor/bindeps:BUILD.want-0.3.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__wasm-encoder-0.239.0", - sha256 = "5be00faa2b4950c76fe618c409d2c3ea5a3c9422013e079482d78544bb2d184c", - type = "tar.gz", - urls = ["https://static.crates.io/crates/wasm-encoder/0.239.0/download"], - strip_prefix = "wasm-encoder-0.239.0", - build_file = Label("//vendor/bindeps:BUILD.wasm-encoder-0.239.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__wasmer-6.1.0-rc.3", - sha256 = "1e588d83a5ac7eb5e6af54ac4d34183442e4dd2a7358d2a11793b17c03b7df0b", - type = "tar.gz", - urls = ["https://static.crates.io/crates/wasmer/6.1.0-rc.3/download"], - strip_prefix = "wasmer-6.1.0-rc.3", - build_file = Label("//vendor/bindeps:BUILD.wasmer-6.1.0-rc.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__wasmer-compiler-6.1.0-rc.3", - sha256 = "c9542eb21b9a0f7811101e26e40e360a9ac02d093e3089c8fa62dfa102478edb", - type = "tar.gz", - urls = ["https://static.crates.io/crates/wasmer-compiler/6.1.0-rc.3/download"], - strip_prefix = "wasmer-compiler-6.1.0-rc.3", - build_file = Label("//vendor/bindeps:BUILD.wasmer-compiler-6.1.0-rc.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__wasmer-compiler-cranelift-6.1.0-rc.3", - sha256 = "a69f548bcccd4791b2647e0d748eb8ddd4d0856233778867c8b0db3781a82ca1", - type = "tar.gz", - urls = ["https://static.crates.io/crates/wasmer-compiler-cranelift/6.1.0-rc.3/download"], - strip_prefix = "wasmer-compiler-cranelift-6.1.0-rc.3", - build_file = Label("//vendor/bindeps:BUILD.wasmer-compiler-cranelift-6.1.0-rc.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__wasmer-derive-6.1.0-rc.3", - sha256 = "8db532c73814748214276f878b8382a8885769fdd86d0bee2792c438b0d28c62", - type = "tar.gz", - urls = ["https://static.crates.io/crates/wasmer-derive/6.1.0-rc.3/download"], - strip_prefix = "wasmer-derive-6.1.0-rc.3", - build_file = Label("//vendor/bindeps:BUILD.wasmer-derive-6.1.0-rc.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__wasmer-types-6.1.0-rc.3", - sha256 = "81b900743ecb272e8e8a760a42e069f19d158d9fd03c6ac256026407bdc91833", - type = "tar.gz", - urls = ["https://static.crates.io/crates/wasmer-types/6.1.0-rc.3/download"], - strip_prefix = "wasmer-types-6.1.0-rc.3", - build_file = Label("//vendor/bindeps:BUILD.wasmer-types-6.1.0-rc.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__wasmer-vm-6.1.0-rc.3", - sha256 = "40956bcf167d5bed1a940649f638e2d610e5a066863b4ab6c1ab1341fef97a9a", - type = "tar.gz", - urls = ["https://static.crates.io/crates/wasmer-vm/6.1.0-rc.3/download"], - strip_prefix = "wasmer-vm-6.1.0-rc.3", - build_file = Label("//vendor/bindeps:BUILD.wasmer-vm-6.1.0-rc.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__wasmparser-0.224.1", - sha256 = "04f17a5917c2ddd3819e84c661fae0d6ba29d7b9c1f0e96c708c65a9c4188e11", - type = "tar.gz", - urls = ["https://static.crates.io/crates/wasmparser/0.224.1/download"], - strip_prefix = "wasmparser-0.224.1", - build_file = Label("//vendor/bindeps:BUILD.wasmparser-0.224.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__wast-239.0.0", - sha256 = "9139176fe8a2590e0fb174cdcaf373b224cb93c3dde08e4297c1361d2ba1ea5d", - type = "tar.gz", - urls = ["https://static.crates.io/crates/wast/239.0.0/download"], - strip_prefix = "wast-239.0.0", - build_file = Label("//vendor/bindeps:BUILD.wast-239.0.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__wat-1.239.0", - sha256 = "3e1c941927d34709f255558166f8901a2005f8ab4a9650432e9281b7cc6f3b75", - type = "tar.gz", - urls = ["https://static.crates.io/crates/wat/1.239.0/download"], - strip_prefix = "wat-1.239.0", - build_file = Label("//vendor/bindeps:BUILD.wat-1.239.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__webpki-roots-0.26.11", - sha256 = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9", - type = "tar.gz", - urls = ["https://static.crates.io/crates/webpki-roots/0.26.11/download"], - strip_prefix = "webpki-roots-0.26.11", - build_file = Label("//vendor/bindeps:BUILD.webpki-roots-0.26.11.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__webpki-roots-1.0.2", - sha256 = "7e8983c3ab33d6fb807cfcdad2491c4ea8cbc8ed839181c7dfd9c67c83e261b2", - type = "tar.gz", - urls = ["https://static.crates.io/crates/webpki-roots/1.0.2/download"], - strip_prefix = "webpki-roots-1.0.2", - build_file = Label("//vendor/bindeps:BUILD.webpki-roots-1.0.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__winapi-0.3.9", - sha256 = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419", - type = "tar.gz", - urls = ["https://static.crates.io/crates/winapi/0.3.9/download"], - strip_prefix = "winapi-0.3.9", - build_file = Label("//vendor/bindeps:BUILD.winapi-0.3.9.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__winapi-util-0.1.11", - sha256 = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22", - type = "tar.gz", - urls = ["https://static.crates.io/crates/winapi-util/0.1.11/download"], - strip_prefix = "winapi-util-0.1.11", - build_file = Label("//vendor/bindeps:BUILD.winapi-util-0.1.11.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__windows-0.61.3", - sha256 = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893", - type = "tar.gz", - urls = ["https://static.crates.io/crates/windows/0.61.3/download"], - strip_prefix = "windows-0.61.3", - build_file = Label("//vendor/bindeps:BUILD.windows-0.61.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__windows-0.62.0", - sha256 = "9579d0e6970fd5250aa29aba5994052385ff55cf7b28a059e484bb79ea842e42", - type = "tar.gz", - urls = ["https://static.crates.io/crates/windows/0.62.0/download"], - strip_prefix = "windows-0.62.0", - build_file = Label("//vendor/bindeps:BUILD.windows-0.62.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__windows-collections-0.2.0", - sha256 = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8", - type = "tar.gz", - urls = ["https://static.crates.io/crates/windows-collections/0.2.0/download"], - strip_prefix = "windows-collections-0.2.0", - build_file = Label("//vendor/bindeps:BUILD.windows-collections-0.2.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__windows-collections-0.3.0", - sha256 = "a90dd7a7b86859ec4cdf864658b311545ef19dbcf17a672b52ab7cefe80c336f", - type = "tar.gz", - urls = ["https://static.crates.io/crates/windows-collections/0.3.0/download"], - strip_prefix = "windows-collections-0.3.0", - build_file = Label("//vendor/bindeps:BUILD.windows-collections-0.3.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__windows-core-0.61.2", - sha256 = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3", - type = "tar.gz", - urls = ["https://static.crates.io/crates/windows-core/0.61.2/download"], - strip_prefix = "windows-core-0.61.2", - build_file = Label("//vendor/bindeps:BUILD.windows-core-0.61.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__windows-core-0.62.0", - sha256 = "57fe7168f7de578d2d8a05b07fd61870d2e73b4020e9f49aa00da8471723497c", - type = "tar.gz", - urls = ["https://static.crates.io/crates/windows-core/0.62.0/download"], - strip_prefix = "windows-core-0.62.0", - build_file = Label("//vendor/bindeps:BUILD.windows-core-0.62.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__windows-future-0.2.1", - sha256 = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e", - type = "tar.gz", - urls = ["https://static.crates.io/crates/windows-future/0.2.1/download"], - strip_prefix = "windows-future-0.2.1", - build_file = Label("//vendor/bindeps:BUILD.windows-future-0.2.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__windows-future-0.3.0", - sha256 = "b2194dee901458cb79e1148a4e9aac2b164cc95fa431891e7b296ff0b2f1d8a6", - type = "tar.gz", - urls = ["https://static.crates.io/crates/windows-future/0.3.0/download"], - strip_prefix = "windows-future-0.3.0", - build_file = Label("//vendor/bindeps:BUILD.windows-future-0.3.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__windows-implement-0.60.0", - sha256 = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836", - type = "tar.gz", - urls = ["https://static.crates.io/crates/windows-implement/0.60.0/download"], - strip_prefix = "windows-implement-0.60.0", - build_file = Label("//vendor/bindeps:BUILD.windows-implement-0.60.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__windows-interface-0.59.1", - sha256 = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8", - type = "tar.gz", - urls = ["https://static.crates.io/crates/windows-interface/0.59.1/download"], - strip_prefix = "windows-interface-0.59.1", - build_file = Label("//vendor/bindeps:BUILD.windows-interface-0.59.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__windows-link-0.1.3", - sha256 = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a", - type = "tar.gz", - urls = ["https://static.crates.io/crates/windows-link/0.1.3/download"], - strip_prefix = "windows-link-0.1.3", - build_file = Label("//vendor/bindeps:BUILD.windows-link-0.1.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__windows-link-0.2.0", - sha256 = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65", - type = "tar.gz", - urls = ["https://static.crates.io/crates/windows-link/0.2.0/download"], - strip_prefix = "windows-link-0.2.0", - build_file = Label("//vendor/bindeps:BUILD.windows-link-0.2.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__windows-numerics-0.2.0", - sha256 = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1", - type = "tar.gz", - urls = ["https://static.crates.io/crates/windows-numerics/0.2.0/download"], - strip_prefix = "windows-numerics-0.2.0", - build_file = Label("//vendor/bindeps:BUILD.windows-numerics-0.2.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__windows-numerics-0.3.0", - sha256 = "2ce3498fe0aba81e62e477408383196b4b0363db5e0c27646f932676283b43d8", - type = "tar.gz", - urls = ["https://static.crates.io/crates/windows-numerics/0.3.0/download"], - strip_prefix = "windows-numerics-0.3.0", - build_file = Label("//vendor/bindeps:BUILD.windows-numerics-0.3.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__windows-registry-0.5.3", - sha256 = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e", - type = "tar.gz", - urls = ["https://static.crates.io/crates/windows-registry/0.5.3/download"], - strip_prefix = "windows-registry-0.5.3", - build_file = Label("//vendor/bindeps:BUILD.windows-registry-0.5.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__windows-result-0.3.4", - sha256 = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6", - type = "tar.gz", - urls = ["https://static.crates.io/crates/windows-result/0.3.4/download"], - strip_prefix = "windows-result-0.3.4", - build_file = Label("//vendor/bindeps:BUILD.windows-result-0.3.4.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__windows-result-0.4.0", - sha256 = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f", - type = "tar.gz", - urls = ["https://static.crates.io/crates/windows-result/0.4.0/download"], - strip_prefix = "windows-result-0.4.0", - build_file = Label("//vendor/bindeps:BUILD.windows-result-0.4.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__windows-strings-0.4.2", - sha256 = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57", - type = "tar.gz", - urls = ["https://static.crates.io/crates/windows-strings/0.4.2/download"], - strip_prefix = "windows-strings-0.4.2", - build_file = Label("//vendor/bindeps:BUILD.windows-strings-0.4.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__windows-strings-0.5.0", - sha256 = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda", - type = "tar.gz", - urls = ["https://static.crates.io/crates/windows-strings/0.5.0/download"], - strip_prefix = "windows-strings-0.5.0", - build_file = Label("//vendor/bindeps:BUILD.windows-strings-0.5.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__windows-sys-0.52.0", - sha256 = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d", - type = "tar.gz", - urls = ["https://static.crates.io/crates/windows-sys/0.52.0/download"], - strip_prefix = "windows-sys-0.52.0", - build_file = Label("//vendor/bindeps:BUILD.windows-sys-0.52.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__windows-sys-0.59.0", - sha256 = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b", - type = "tar.gz", - urls = ["https://static.crates.io/crates/windows-sys/0.59.0/download"], - strip_prefix = "windows-sys-0.59.0", - build_file = Label("//vendor/bindeps:BUILD.windows-sys-0.59.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__windows-sys-0.60.2", - sha256 = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb", - type = "tar.gz", - urls = ["https://static.crates.io/crates/windows-sys/0.60.2/download"], - strip_prefix = "windows-sys-0.60.2", - build_file = Label("//vendor/bindeps:BUILD.windows-sys-0.60.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__windows-sys-0.61.0", - sha256 = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa", - type = "tar.gz", - urls = ["https://static.crates.io/crates/windows-sys/0.61.0/download"], - strip_prefix = "windows-sys-0.61.0", - build_file = Label("//vendor/bindeps:BUILD.windows-sys-0.61.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__windows-targets-0.52.6", - sha256 = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973", - type = "tar.gz", - urls = ["https://static.crates.io/crates/windows-targets/0.52.6/download"], - strip_prefix = "windows-targets-0.52.6", - build_file = Label("//vendor/bindeps:BUILD.windows-targets-0.52.6.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__windows-targets-0.53.3", - sha256 = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91", - type = "tar.gz", - urls = ["https://static.crates.io/crates/windows-targets/0.53.3/download"], - strip_prefix = "windows-targets-0.53.3", - build_file = Label("//vendor/bindeps:BUILD.windows-targets-0.53.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__windows-threading-0.1.0", - sha256 = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6", - type = "tar.gz", - urls = ["https://static.crates.io/crates/windows-threading/0.1.0/download"], - strip_prefix = "windows-threading-0.1.0", - build_file = Label("//vendor/bindeps:BUILD.windows-threading-0.1.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__windows-threading-0.2.0", - sha256 = "ab47f085ad6932defa48855254c758cdd0e2f2d48e62a34118a268d8f345e118", - type = "tar.gz", - urls = ["https://static.crates.io/crates/windows-threading/0.2.0/download"], - strip_prefix = "windows-threading-0.2.0", - build_file = Label("//vendor/bindeps:BUILD.windows-threading-0.2.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__windows_aarch64_msvc-0.52.6", - sha256 = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469", - type = "tar.gz", - urls = ["https://static.crates.io/crates/windows_aarch64_msvc/0.52.6/download"], - strip_prefix = "windows_aarch64_msvc-0.52.6", - build_file = Label("//vendor/bindeps:BUILD.windows_aarch64_msvc-0.52.6.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__windows_aarch64_msvc-0.53.0", - sha256 = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c", - type = "tar.gz", - urls = ["https://static.crates.io/crates/windows_aarch64_msvc/0.53.0/download"], - strip_prefix = "windows_aarch64_msvc-0.53.0", - build_file = Label("//vendor/bindeps:BUILD.windows_aarch64_msvc-0.53.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__windows_x86_64_msvc-0.52.6", - sha256 = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec", - type = "tar.gz", - urls = ["https://static.crates.io/crates/windows_x86_64_msvc/0.52.6/download"], - strip_prefix = "windows_x86_64_msvc-0.52.6", - build_file = Label("//vendor/bindeps:BUILD.windows_x86_64_msvc-0.52.6.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__windows_x86_64_msvc-0.53.0", - sha256 = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486", - type = "tar.gz", - urls = ["https://static.crates.io/crates/windows_x86_64_msvc/0.53.0/download"], - strip_prefix = "windows_x86_64_msvc-0.53.0", - build_file = Label("//vendor/bindeps:BUILD.windows_x86_64_msvc-0.53.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__winnow-0.7.13", - sha256 = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf", - type = "tar.gz", - urls = ["https://static.crates.io/crates/winnow/0.7.13/download"], - strip_prefix = "winnow-0.7.13", - build_file = Label("//vendor/bindeps:BUILD.winnow-0.7.13.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__winreg-0.55.0", - sha256 = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97", - type = "tar.gz", - urls = ["https://static.crates.io/crates/winreg/0.55.0/download"], - strip_prefix = "winreg-0.55.0", - build_file = Label("//vendor/bindeps:BUILD.winreg-0.55.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__writeable-0.6.1", - sha256 = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb", - type = "tar.gz", - urls = ["https://static.crates.io/crates/writeable/0.6.1/download"], - strip_prefix = "writeable-0.6.1", - build_file = Label("//vendor/bindeps:BUILD.writeable-0.6.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__wyz-0.5.1", - sha256 = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed", - type = "tar.gz", - urls = ["https://static.crates.io/crates/wyz/0.5.1/download"], - strip_prefix = "wyz-0.5.1", - build_file = Label("//vendor/bindeps:BUILD.wyz-0.5.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__xattr-1.5.1", - sha256 = "af3a19837351dc82ba89f8a125e22a3c475f05aba604acc023d62b2739ae2909", - type = "tar.gz", - urls = ["https://static.crates.io/crates/xattr/1.5.1/download"], - strip_prefix = "xattr-1.5.1", - build_file = Label("//vendor/bindeps:BUILD.xattr-1.5.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__xflags-0.3.2", - sha256 = "7d9e15fbb3de55454b0106e314b28e671279009b363e6f1d8e39fdc3bf048944", - type = "tar.gz", - urls = ["https://static.crates.io/crates/xflags/0.3.2/download"], - strip_prefix = "xflags-0.3.2", - build_file = Label("//vendor/bindeps:BUILD.xflags-0.3.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__xflags-macros-0.3.2", - sha256 = "672423d4fea7ffa2f6c25ba60031ea13dc6258070556f125cc4d790007d4a155", - type = "tar.gz", - urls = ["https://static.crates.io/crates/xflags-macros/0.3.2/download"], - strip_prefix = "xflags-macros-0.3.2", - build_file = Label("//vendor/bindeps:BUILD.xflags-macros-0.3.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__xml-rs-0.8.27", - sha256 = "6fd8403733700263c6eb89f192880191f1b83e332f7a20371ddcf421c4a337c7", - type = "tar.gz", - urls = ["https://static.crates.io/crates/xml-rs/0.8.27/download"], - strip_prefix = "xml-rs-0.8.27", - build_file = Label("//vendor/bindeps:BUILD.xml-rs-0.8.27.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__xmltree-0.11.0", - sha256 = "b619f8c85654798007fb10afa5125590b43b088c225a25fc2fec100a9fad0fc6", - type = "tar.gz", - urls = ["https://static.crates.io/crates/xmltree/0.11.0/download"], - strip_prefix = "xmltree-0.11.0", - build_file = Label("//vendor/bindeps:BUILD.xmltree-0.11.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__xxhash-rust-0.8.15", - sha256 = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3", - type = "tar.gz", - urls = ["https://static.crates.io/crates/xxhash-rust/0.8.15/download"], - strip_prefix = "xxhash-rust-0.8.15", - build_file = Label("//vendor/bindeps:BUILD.xxhash-rust-0.8.15.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__xz2-0.1.7", - sha256 = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2", - type = "tar.gz", - urls = ["https://static.crates.io/crates/xz2/0.1.7/download"], - strip_prefix = "xz2-0.1.7", - build_file = Label("//vendor/bindeps:BUILD.xz2-0.1.7.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__yoke-0.8.0", - sha256 = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc", - type = "tar.gz", - urls = ["https://static.crates.io/crates/yoke/0.8.0/download"], - strip_prefix = "yoke-0.8.0", - build_file = Label("//vendor/bindeps:BUILD.yoke-0.8.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__yoke-derive-0.8.0", - sha256 = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6", - type = "tar.gz", - urls = ["https://static.crates.io/crates/yoke-derive/0.8.0/download"], - strip_prefix = "yoke-derive-0.8.0", - build_file = Label("//vendor/bindeps:BUILD.yoke-derive-0.8.0.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__zerocopy-0.8.27", - sha256 = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c", - type = "tar.gz", - urls = ["https://static.crates.io/crates/zerocopy/0.8.27/download"], - strip_prefix = "zerocopy-0.8.27", - build_file = Label("//vendor/bindeps:BUILD.zerocopy-0.8.27.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__zerocopy-derive-0.8.27", - sha256 = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831", - type = "tar.gz", - urls = ["https://static.crates.io/crates/zerocopy-derive/0.8.27/download"], - strip_prefix = "zerocopy-derive-0.8.27", - build_file = Label("//vendor/bindeps:BUILD.zerocopy-derive-0.8.27.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__zerofrom-0.1.6", - sha256 = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5", - type = "tar.gz", - urls = ["https://static.crates.io/crates/zerofrom/0.1.6/download"], - strip_prefix = "zerofrom-0.1.6", - build_file = Label("//vendor/bindeps:BUILD.zerofrom-0.1.6.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__zerofrom-derive-0.1.6", - sha256 = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502", - type = "tar.gz", - urls = ["https://static.crates.io/crates/zerofrom-derive/0.1.6/download"], - strip_prefix = "zerofrom-derive-0.1.6", - build_file = Label("//vendor/bindeps:BUILD.zerofrom-derive-0.1.6.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__zeroize-1.8.1", - sha256 = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde", - type = "tar.gz", - urls = ["https://static.crates.io/crates/zeroize/1.8.1/download"], - strip_prefix = "zeroize-1.8.1", - build_file = Label("//vendor/bindeps:BUILD.zeroize-1.8.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__zeroize_derive-1.4.2", - sha256 = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69", - type = "tar.gz", - urls = ["https://static.crates.io/crates/zeroize_derive/1.4.2/download"], - strip_prefix = "zeroize_derive-1.4.2", - build_file = Label("//vendor/bindeps:BUILD.zeroize_derive-1.4.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__zerotrie-0.2.2", - sha256 = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595", - type = "tar.gz", - urls = ["https://static.crates.io/crates/zerotrie/0.2.2/download"], - strip_prefix = "zerotrie-0.2.2", - build_file = Label("//vendor/bindeps:BUILD.zerotrie-0.2.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__zerovec-0.11.4", - sha256 = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b", - type = "tar.gz", - urls = ["https://static.crates.io/crates/zerovec/0.11.4/download"], - strip_prefix = "zerovec-0.11.4", - build_file = Label("//vendor/bindeps:BUILD.zerovec-0.11.4.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__zerovec-derive-0.11.1", - sha256 = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f", - type = "tar.gz", - urls = ["https://static.crates.io/crates/zerovec-derive/0.11.1/download"], - strip_prefix = "zerovec-derive-0.11.1", - build_file = Label("//vendor/bindeps:BUILD.zerovec-derive-0.11.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__zip-2.4.2", - sha256 = "fabe6324e908f85a1c52063ce7aa26b68dcb7eb6dbc83a2d148403c9bc3eba50", - type = "tar.gz", - urls = ["https://static.crates.io/crates/zip/2.4.2/download"], - strip_prefix = "zip-2.4.2", - build_file = Label("//vendor/bindeps:BUILD.zip-2.4.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__zip-4.6.1", - sha256 = "caa8cd6af31c3b31c6631b8f483848b91589021b28fffe50adada48d4f4d2ed1", - type = "tar.gz", - urls = ["https://static.crates.io/crates/zip/4.6.1/download"], - strip_prefix = "zip-4.6.1", - build_file = Label("//vendor/bindeps:BUILD.zip-4.6.1.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__zlib-rs-0.5.2", - sha256 = "2f06ae92f42f5e5c42443fd094f245eb656abf56dd7cce9b8b263236565e00f2", - type = "tar.gz", - urls = ["https://static.crates.io/crates/zlib-rs/0.5.2/download"], - strip_prefix = "zlib-rs-0.5.2", - build_file = Label("//vendor/bindeps:BUILD.zlib-rs-0.5.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__zopfli-0.8.2", - sha256 = "edfc5ee405f504cd4984ecc6f14d02d55cfda60fa4b689434ef4102aae150cd7", - type = "tar.gz", - urls = ["https://static.crates.io/crates/zopfli/0.8.2/download"], - strip_prefix = "zopfli-0.8.2", - build_file = Label("//vendor/bindeps:BUILD.zopfli-0.8.2.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__zstd-0.13.3", - sha256 = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a", - type = "tar.gz", - urls = ["https://static.crates.io/crates/zstd/0.13.3/download"], - strip_prefix = "zstd-0.13.3", - build_file = Label("//vendor/bindeps:BUILD.zstd-0.13.3.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__zstd-safe-7.2.4", - sha256 = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d", - type = "tar.gz", - urls = ["https://static.crates.io/crates/zstd-safe/7.2.4/download"], - strip_prefix = "zstd-safe-7.2.4", - build_file = Label("//vendor/bindeps:BUILD.zstd-safe-7.2.4.bazel"), - ) - - maybe( - http_archive, - name = "bindeps__zstd-sys-2.0.16-zstd.1.5.7", - sha256 = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748", - type = "tar.gz", - urls = ["https://static.crates.io/crates/zstd-sys/2.0.16+zstd.1.5.7/download"], - strip_prefix = "zstd-sys-2.0.16+zstd.1.5.7", - build_file = Label("//vendor/bindeps:BUILD.zstd-sys-2.0.16+zstd.1.5.7.bazel"), - ) - - return [ - struct(repo = "bindeps__cargo-deny-0.18.4", is_dev_dep = False), - struct(repo = "bindeps__cargo-insta-1.43.2", is_dev_dep = False), - struct(repo = "bindeps__cedar-policy-cli-4.5.1", is_dev_dep = False), - struct(repo = "bindeps__diesel_cli-2.3.2", is_dev_dep = False), - struct(repo = "bindeps__dprint-0.50.2", is_dev_dep = False), - struct(repo = "bindeps__just-1.42.4", is_dev_dep = False), - struct(repo = "bindeps__miniserve-0.31.0", is_dev_dep = False), - struct(repo = "bindeps__rust-analyzer-0.0.0", is_dev_dep = False), - ] diff --git a/vendor/cargo_ext.bzl b/vendor/cargo_ext.bzl index 33830dc20..e94e8c481 100644 --- a/vendor/cargo_ext.bzl +++ b/vendor/cargo_ext.bzl @@ -1,9 +1,5 @@ """Bzlmod module extensions""" -load( - "//vendor/bindeps:crates.bzl", - bindeps_crate_repositories = "crate_repositories", -) load( "//vendor/cargo:crates.bzl", cargo_vendor_crate_repositories = "crate_repositories", @@ -26,21 +22,3 @@ cargo_vendor = module_extension( doc = "Vendored crate_universe outputs.", implementation = _cargo_vendor_impl, ) - -def _bindeps_impl(module_ctx): - # This should contain the subset of WORKSPACE.bazel that defines - # repositories. - direct_deps = bindeps_crate_repositories() - - # is_dev_dep is ignored here. It's not relevant for internal_deps, as dev - # dependencies are only relevant for module extensions that can be used - # by other MODULES. - return module_ctx.extension_metadata( - root_module_direct_deps = [repo.repo for repo in direct_deps], - root_module_direct_dev_deps = [], - ) - -bindeps = module_extension( - doc = "Vendored crate_universe outputs.", - implementation = _bindeps_impl, -) diff --git a/vendor/rust.bindeps.cargo.toml b/vendor/rust.bindeps.cargo.toml deleted file mode 100644 index 085e86a4c..000000000 --- a/vendor/rust.bindeps.cargo.toml +++ /dev/null @@ -1,4 +0,0 @@ -[patch.crates-io] -# Fix relative paths for a dependency of a dependency. -# https://github.com/connorskees/grass/pull/110 -include_sass = { git = "https://github.com/TroyKomodo/grass.git", rev = "437c274bfa45a474a6f2e7c700c994d4e5e278b8" }