diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 92bc66d716..65a51a55f7 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -34,7 +34,6 @@ default_macos_targets: &default_macos_targets default_windows_targets: &default_windows_targets - "--" # Allows negative patterns; hack for https://github.com/bazelbuild/continuous-integration/pull/245 - "//..." - - "-//test/proto/..." - "-//test/unit/pipelined_compilation/..." default_windows_no_runfiles_targets: &default_windows_no_runfiles_targets - "--" # Allows negative patterns; hack for https://github.com/bazelbuild/continuous-integration/pull/245 @@ -43,7 +42,6 @@ default_windows_no_runfiles_targets: &default_windows_no_runfiles_targets - "-//crate_universe/..." - "-//test/chained_direct_deps:mod3_doc_test" - "-//test/out_dir_in_tests:demo_lib_doc_test" - - "-//test/proto/..." - "-//test/rustc_env_files:output_test" - "-//test/test_env_launcher:test" - "-//test/test_env:test_manifest_dir" @@ -235,12 +233,9 @@ tasks: build_flags: - "--enable_bzlmod" build_targets: - - "//bindgen/3rdparty:bindgen" - "//crate_universe:cargo_bazel_bin" - - "//proto/prost/private:prost_runtime" - "//tools/runfiles" - "//util/import" - - "//wasm_bindgen/3rdparty:wasm_bindgen" ubuntu2004_clang: name: With Clang platform: ubuntu2004 @@ -467,11 +462,6 @@ tasks: windows_targets: &windows_targets - "--" # Allows negative patterns; hack for https://github.com/bazelbuild/continuous-integration/pull/245 - "//..." - # The proto rules do not work on windows - - "-//proto/..." - # The bindgen rules are currently broken on windows - # https://github.com/bazelbuild/rules_rust/issues/2009 - - "-//bindgen/..." build_targets: *windows_targets test_targets: *windows_targets crate_universe_examples_ubuntu2004: @@ -834,6 +824,142 @@ tasks: - "--compile_one_dependency" build_targets: - "tools/rust_analyzer/main.rs" + extensions_bindgen_linux: + platform: ubuntu2004 + name: Extensions Bindgen + working_directory: extensions/bindgen + build_flags: *aspects_flags + test_flags: *aspects_flags + build_targets: + - "//..." + test_targets: + - "//..." + extensions_bindgen_linux_rbe: + platform: rbe_ubuntu2004 + name: Extensions Bindgen + working_directory: extensions/bindgen + shell_commands: + - sed -i 's/^# load("@bazel_ci_rules/load("@bazel_ci_rules/' WORKSPACE.bazel + - sed -i 's/^# rbe_preconfig/rbe_preconfig/' WORKSPACE.bazel + build_flags: *aspects_flags + test_flags: *aspects_flags + build_targets: + - "//..." + test_targets: + - "//..." + extensions_bindgen_macos: + platform: macos_arm64 + name: Extensions Bindgen + working_directory: extensions/bindgen + build_flags: *aspects_flags + test_flags: *aspects_flags + build_targets: + - "//..." + test_targets: + - "//..." + # # TODO: https://github.com/bazelbuild/rules_rust/issues/2009 + # # The bindgen rules are currently broken on windows + # extensions_bindgen_windows: + # platform: windows + # name: Extensions Bindgen + # working_directory: extensions/bindgen + # build_flags: *aspects_flags + # test_flags: *aspects_flags + # build_targets: + # - "--" + # - "//..." + # test_targets: + # - "--" + # - "//..." + extensions_protobuf_linux: + platform: ubuntu2004 + name: Extensions Protobuf + working_directory: extensions/protobuf + build_flags: *aspects_flags + test_flags: *aspects_flags + build_targets: + - "//..." + test_targets: + - "//..." + extensions_protobuf_linux_rbe: + platform: rbe_ubuntu2004 + name: Extensions Protobuf + working_directory: extensions/protobuf + shell_commands: + - sed -i 's/^# load("@bazel_ci_rules/load("@bazel_ci_rules/' WORKSPACE.bazel + - sed -i 's/^# rbe_preconfig/rbe_preconfig/' WORKSPACE.bazel + build_flags: *aspects_flags + test_flags: *aspects_flags + build_targets: + - "//..." + test_targets: + - "//..." + extensions_protobuf_macos: + platform: macos_arm64 + name: Extensions Protobuf + working_directory: extensions/protobuf + build_flags: *aspects_flags + test_flags: *aspects_flags + build_targets: + - "//..." + test_targets: + - "//..." + extensions_protobuf_windows: + platform: windows + name: Extensions Protobuf + working_directory: extensions/protobuf + build_flags: *aspects_flags + test_flags: *aspects_flags + build_targets: + - "//..." + test_targets: + - "//..." + extensions_wasm_bindgen_linux: + platform: ubuntu2004 + name: Extensions wasm-bindgen + working_directory: extensions/wasm_bindgen + build_flags: *aspects_flags + test_flags: *aspects_flags + build_targets: + - "//..." + test_targets: + - "//..." + extensions_wasm_bindgen_linux_rbe: + platform: rbe_ubuntu2004 + name: Extensions wasm-bindgen + working_directory: extensions/wasm_bindgen + shell_commands: + - sed -i 's/^# load("@bazel_ci_rules/load("@bazel_ci_rules/' WORKSPACE.bazel + - sed -i 's/^# rbe_preconfig/rbe_preconfig/' WORKSPACE.bazel + build_flags: *aspects_flags + test_flags: *aspects_flags + build_targets: + - "//..." + test_targets: + - "//..." + extensions_wasm_bindgen_macos: + platform: macos_arm64 + name: Extensions wasm-bindgen + working_directory: extensions + build_flags: *aspects_flags + test_flags: *aspects_flags + build_targets: + - "//..." + test_targets: + - "//..." + # # TODO: https://github.com/bazelbuild/rules_rust/issues/3021 + # # The length of the workspace name results in paths that are too long + # # on windows for linking. + # extensions_wasm_bindgen_windows: + # platform: windows + # name: Extensions wasm-bindgen + # working_directory: extensions/wasm_bindgen + # build_flags: *aspects_flags + # test_flags: *aspects_flags + # build_targets: + # - "//..." + # test_targets: + # - "//..." buildifier: version: latest diff --git a/.bazelignore b/.bazelignore index 4d6f7474f6..c058966579 100644 --- a/.bazelignore +++ b/.bazelignore @@ -1,9 +1,10 @@ +.direnv bzlmod +crate_universe/private/bootstrap docs examples -crate_universe/private/bootstrap +extensions test/aliased_toolchains test/bzlmod_repo_mapping test/cc_common_link test/no_std -.direnv \ No newline at end of file diff --git a/.bcr/config.yml b/.bcr/config.yml index 4d76241b56..2b8e1b41f9 100644 --- a/.bcr/config.yml +++ b/.bcr/config.yml @@ -1,3 +1,4 @@ fixedReleaser: login: scentini email: 11149636+scentini@users.noreply.github.com + moduleRoots: [".", "extensions"] diff --git a/.bcr/extensions/bindgen/metadata.template.json b/.bcr/extensions/bindgen/metadata.template.json new file mode 100644 index 0000000000..6e5e9bd1c6 --- /dev/null +++ b/.bcr/extensions/bindgen/metadata.template.json @@ -0,0 +1,23 @@ +{ + "homepage": "https://github.com/bazelbuild/rules_rust/extensions/bindgen", + "maintainers": [ + { + "email": "26427366+UebelAndre@users.noreply.github.com", + "github": "UebelAndre", + "name": "UebelAndre" + }, + { + "email": "1131704+illicitonion@users.noreply.github.com", + "github": "illicitonion", + "name": "Daniel Wagner-Hall" + }, + { + "email": "11149636+scentini@users.noreply.github.com", + "github": "scentini", + "name": "Rosica Dejanovska" + } + ], + "repository": ["github:bazelbuild/rules_rust"], + "versions": [], + "yanked_versions": {} +} diff --git a/.bcr/extensions/bindgen/presubmit.yml b/.bcr/extensions/bindgen/presubmit.yml new file mode 100644 index 0000000000..b146237bd2 --- /dev/null +++ b/.bcr/extensions/bindgen/presubmit.yml @@ -0,0 +1,15 @@ +bcr_test_module: + module_path: "extensions/bindgen" + matrix: + platform: ["macos_arm64", "ubuntu2004", "windows"] + bazel: ["7.x"] + tasks: + run_tests: + name: "Run test module" + platform: ${{ platform }} + bazel: ${{ bazel }} + # Remove the lockfile because we generate on Bazel 7, but test on Bazel 6 which may not be able to parse a future-generated lockfile. + shell_commands: + - "rm MODULE.bazel.lock" + test_targets: + - "//..." diff --git a/.bcr/extensions/bindgen/source.template.json b/.bcr/extensions/bindgen/source.template.json new file mode 100644 index 0000000000..fb8122f56c --- /dev/null +++ b/.bcr/extensions/bindgen/source.template.json @@ -0,0 +1,5 @@ +{ + "integrity": "**leave this alone**", + "strip_prefix": "", + "url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/{REPO}_bindgen-{VERSION}.tar.gz" +} diff --git a/.bcr/extensions/prost/metadata.template.json b/.bcr/extensions/prost/metadata.template.json new file mode 100644 index 0000000000..fa1dee46ac --- /dev/null +++ b/.bcr/extensions/prost/metadata.template.json @@ -0,0 +1,23 @@ +{ + "homepage": "https://github.com/bazelbuild/rules_rust/extensions/prost", + "maintainers": [ + { + "email": "26427366+UebelAndre@users.noreply.github.com", + "github": "UebelAndre", + "name": "UebelAndre" + }, + { + "email": "1131704+illicitonion@users.noreply.github.com", + "github": "illicitonion", + "name": "Daniel Wagner-Hall" + }, + { + "email": "11149636+scentini@users.noreply.github.com", + "github": "scentini", + "name": "Rosica Dejanovska" + } + ], + "repository": ["github:bazelbuild/rules_rust"], + "versions": [], + "yanked_versions": {} +} diff --git a/.bcr/extensions/prost/presubmit.yml b/.bcr/extensions/prost/presubmit.yml new file mode 100644 index 0000000000..964d94a75c --- /dev/null +++ b/.bcr/extensions/prost/presubmit.yml @@ -0,0 +1,15 @@ +bcr_test_module: + module_path: "extensions/prost" + matrix: + platform: ["macos_arm64", "ubuntu2004", "windows"] + bazel: ["7.x"] + tasks: + run_tests: + name: "Run test module" + platform: ${{ platform }} + bazel: ${{ bazel }} + # Remove the lockfile because we generate on Bazel 7, but test on Bazel 6 which may not be able to parse a future-generated lockfile. + shell_commands: + - "rm MODULE.bazel.lock" + test_targets: + - "//..." diff --git a/.bcr/extensions/prost/source.template.json b/.bcr/extensions/prost/source.template.json new file mode 100644 index 0000000000..b3e646bd51 --- /dev/null +++ b/.bcr/extensions/prost/source.template.json @@ -0,0 +1,5 @@ +{ + "integrity": "**leave this alone**", + "strip_prefix": "", + "url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/{REPO}_prost-{VERSION}.tar.gz" +} diff --git a/.bcr/extensions/protobuf/metadata.template.json b/.bcr/extensions/protobuf/metadata.template.json new file mode 100644 index 0000000000..daeca8db68 --- /dev/null +++ b/.bcr/extensions/protobuf/metadata.template.json @@ -0,0 +1,23 @@ +{ + "homepage": "https://github.com/bazelbuild/rules_rust/extensions/protobuf", + "maintainers": [ + { + "email": "26427366+UebelAndre@users.noreply.github.com", + "github": "UebelAndre", + "name": "UebelAndre" + }, + { + "email": "1131704+illicitonion@users.noreply.github.com", + "github": "illicitonion", + "name": "Daniel Wagner-Hall" + }, + { + "email": "11149636+scentini@users.noreply.github.com", + "github": "scentini", + "name": "Rosica Dejanovska" + } + ], + "repository": ["github:bazelbuild/rules_rust"], + "versions": [], + "yanked_versions": {} +} diff --git a/.bcr/extensions/protobuf/presubmit.yml b/.bcr/extensions/protobuf/presubmit.yml new file mode 100644 index 0000000000..d25540d66a --- /dev/null +++ b/.bcr/extensions/protobuf/presubmit.yml @@ -0,0 +1,15 @@ +bcr_test_module: + module_path: "extensions/protobuf" + matrix: + platform: ["macos_arm64", "ubuntu2004", "windows"] + bazel: ["7.x"] + tasks: + run_tests: + name: "Run test module" + platform: ${{ platform }} + bazel: ${{ bazel }} + # Remove the lockfile because we generate on Bazel 7, but test on Bazel 6 which may not be able to parse a future-generated lockfile. + shell_commands: + - "rm MODULE.bazel.lock" + test_targets: + - "//..." diff --git a/.bcr/extensions/protobuf/source.template.json b/.bcr/extensions/protobuf/source.template.json new file mode 100644 index 0000000000..bd27f36fb2 --- /dev/null +++ b/.bcr/extensions/protobuf/source.template.json @@ -0,0 +1,5 @@ +{ + "integrity": "**leave this alone**", + "strip_prefix": "", + "url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/{REPO}_protobuf-{VERSION}.tar.gz" +} diff --git a/.bcr/extensions/wasm_bindgen/metadata.template.json b/.bcr/extensions/wasm_bindgen/metadata.template.json new file mode 100644 index 0000000000..efb6d9b671 --- /dev/null +++ b/.bcr/extensions/wasm_bindgen/metadata.template.json @@ -0,0 +1,23 @@ +{ + "homepage": "https://github.com/bazelbuild/rules_rust/extensions/wasm_bindgen", + "maintainers": [ + { + "email": "26427366+UebelAndre@users.noreply.github.com", + "github": "UebelAndre", + "name": "UebelAndre" + }, + { + "email": "1131704+illicitonion@users.noreply.github.com", + "github": "illicitonion", + "name": "Daniel Wagner-Hall" + }, + { + "email": "11149636+scentini@users.noreply.github.com", + "github": "scentini", + "name": "Rosica Dejanovska" + } + ], + "repository": ["github:bazelbuild/rules_rust"], + "versions": [], + "yanked_versions": {} +} diff --git a/.bcr/extensions/wasm_bindgen/presubmit.yml b/.bcr/extensions/wasm_bindgen/presubmit.yml new file mode 100644 index 0000000000..cb1a32fd67 --- /dev/null +++ b/.bcr/extensions/wasm_bindgen/presubmit.yml @@ -0,0 +1,15 @@ +bcr_test_module: + module_path: "extensions/wasm_bindgen" + matrix: + platform: ["macos_arm64", "ubuntu2004", "windows"] + bazel: ["7.x"] + tasks: + run_tests: + name: "Run test module" + platform: ${{ platform }} + bazel: ${{ bazel }} + # Remove the lockfile because we generate on Bazel 7, but test on Bazel 6 which may not be able to parse a future-generated lockfile. + shell_commands: + - "rm MODULE.bazel.lock" + test_targets: + - "//..." diff --git a/.bcr/extensions/wasm_bindgen/source.template.json b/.bcr/extensions/wasm_bindgen/source.template.json new file mode 100644 index 0000000000..2db11d4d24 --- /dev/null +++ b/.bcr/extensions/wasm_bindgen/source.template.json @@ -0,0 +1,5 @@ +{ + "integrity": "**leave this alone**", + "strip_prefix": "", + "url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/{REPO}_wasm_bindgen-{VERSION}.tar.gz" +} diff --git a/.bcr/source.template.json b/.bcr/source.template.json index 866ee25ae1..6767b685d9 100644 --- a/.bcr/source.template.json +++ b/.bcr/source.template.json @@ -1,5 +1,5 @@ { "integrity": "**leave this alone**", "strip_prefix": "", - "url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/{REPO}-v{VERSION}.tar.gz" + "url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/{REPO}-{VERSION}.tar.gz" } diff --git a/.gitattributes b/.gitattributes index 76435c87ba..de5b31b123 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,20 +1,20 @@ **/*Cargo.Bazel.lock linguist-generated **/cargo-bazel-lock.json linguist-generated -bindgen/3rdparty/crates/** linguist-generated crate_universe/3rdparty/crates/** linguist-generated crate_universe/test_data/metadata/*/metadata.json linguist-generated examples/bzlmod/hello_world/third-party/crates/** linguist-generated +examples/crate_universe_unnamed/vendor_remote_manifests/crates/** linguist-generated +examples/crate_universe_unnamed/vendor_remote_pkgs/crates/** linguist-generated examples/crate_universe/vendor_external/crates/** linguist-generated examples/crate_universe/vendor_local_manifests/crates/** linguist-generated examples/crate_universe/vendor_local_pkgs/crates/** linguist-generated examples/crate_universe/vendor_remote_manifests/crates/** linguist-generated examples/crate_universe/vendor_remote_pkgs/crates/** linguist-generated -examples/crate_universe_unnamed/vendor_remote_manifests/crates/** linguist-generated -examples/crate_universe_unnamed/vendor_remote_pkgs/crates/** linguist-generated examples/sys/basic/3rdparty/crates/** linguist-generated examples/sys/complex/3rdparty/crates/** linguist-generated -proto/prost/private/3rdparty/crates/** linguist-generated -proto/protobuf/3rdparty/crates/** linguist-generated +extensions/bindgen/3rdparty/crates/** linguist-generated +extensions/prost/private/3rdparty/crates/** linguist-generated +extensions/protobuf/3rdparty/crates/** linguist-generated +extensions/wasm_bindgen/3rdparty/crates/** linguist-generated tools/rust_analyzer/3rdparty/crates/** linguist-generated util/import/3rdparty/crates/** linguist-generated -wasm_bindgen/3rdparty/crates/** linguist-generated diff --git a/.github/release_notes.template b/.github/release_notes.template index 1809d58ad2..a9d0bec31a 100644 --- a/.github/release_notes.template +++ b/.github/release_notes.template @@ -1,5 +1,7 @@ # {version} +Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup + ## Bzlmod ```python @@ -13,8 +15,100 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_rust", integrity = "sha256-{sha256_base64}", - urls = ["https://github.com/bazelbuild/rules_rust/releases/download/{version}/rules_rust-v{version}.tar.gz"], + urls = ["https://github.com/bazelbuild/rules_rust/releases/download/{version}/rules_rust-{version}.tar.gz"], ) ``` -Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup +## Extensions + +### Bindgen + +
+ +#### Bzlmod + +```python +bazel_dep(name = "rules_rust_bindgen", version = "{version}") +``` + +#### WORKSPACE + +```python +load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") +http_archive( + name = "rules_rust_bindgen", + integrity = "sha256-{ext_bindgen_sha256_base64}", + urls = ["https://github.com/bazelbuild/rules_rust/releases/download/{version}/rules_rust_bindgen-{version}.tar.gz"], +) +``` + +
+ +### Prost + +
+ +#### Bzlmod + +```python +bazel_dep(name = "rules_rust_prost", version = "{version}") +``` + +#### WORKSPACE + +```python +load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") +http_archive( + name = "rules_rust_prost", + integrity = "sha256-{ext_prost_sha256_base64}", + urls = ["https://github.com/bazelbuild/rules_rust/releases/download/{version}/rules_rust_prost-{version}.tar.gz"], +) +``` + +
+ +### Protobuf + +
+ +#### Bzlmod + +```python +bazel_dep(name = "rules_rust_protobuf", version = "{version}") +``` + +#### WORKSPACE + +```python +load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") +http_archive( + name = "rules_rust_protobuf", + integrity = "sha256-{ext_protobuf_sha256_base64}", + urls = ["https://github.com/bazelbuild/rules_rust/releases/download/{version}/rules_rust_protobuf-{version}.tar.gz"], +) +``` + +
+ +### Wasm-Bindgen + +
+ +#### Bzlmod + +```python +bazel_dep(name = "rules_rust_wasm_bindgen", version = "{version}") +``` + +#### WORKSPACE + +```python +load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") +http_archive( + name = "rules_rust", + integrity = "sha256-{ext_wasm_bindgen_sha256_base64}", + urls = ["https://github.com/bazelbuild/rules_rust/releases/download/{version}/rules_rust_wasm_bindgen-{version}.tar.gz"], +) +``` + +
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 08be4d6a46..b7e2962377 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -128,11 +128,22 @@ jobs: - name: Create the rules archive run: | # Update urls and sha256 values - bazel ${BAZEL_STARTUP_FLAGS[@]} run //crate_universe/tools/urls_generator -- --artifacts-dir="${ARTIFACTS_DIR}" --url-prefix="${URL_PREFIX}" + bazel ${BAZEL_STARTUP_FLAGS[@]} run //crate_universe/tools/urls_generator \ + -- --artifacts-dir="${ARTIFACTS_DIR}" --url-prefix="${URL_PREFIX}" + bazel clean + # Build an archive of the repo contents. # `examples/bzlmod` is included for the BCR presubmit; it must appear before --exclude="examples" - tar -czf ${{ github.workspace }}/.github/rules_rust.tar.gz -C ${{ github.workspace }} --exclude=".git" --exclude=".github" --exclude="crate_universe/target" examples/bzlmod --exclude="examples" . + tar -czf ${{ github.workspace }}/.github/rules_rust.tar.gz \ + -C ${{ github.workspace }} \ + --exclude=".git" --exclude=".github" \ + --exclude="crate_universe/target" \ + examples/bzlmod \ + --exclude="examples" \ + --exclude="extensions" \ + . + # Save the sha256 checksum of the distro archive to the environment sha256_base64="$(shasum --algorithm 256 ${{ github.workspace }}/.github/rules_rust.tar.gz | awk '{ print $1 }' | xxd -r -p | base64)" echo "ARCHIVE_SHA256_BASE64=${sha256_base64}" >> $GITHUB_ENV @@ -140,17 +151,82 @@ jobs: CARGO_BAZEL_GENERATOR_URL: file://${{ github.workspace }}/crate_universe/target/artifacts/x86_64-unknown-linux-gnu/cargo-bazel ARTIFACTS_DIR: ${{ github.workspace }}/crate_universe/target/artifacts URL_PREFIX: https://github.com/${{ github.repository_owner }}/rules_rust/releases/download/${{ env.RELEASE_VERSION }} + - name: Create the rules extensions archive for Bindgen + run: | + # Build an archive of the repo contents. + tar -czf ${{ github.workspace }}/.github/rules_rust_bindgen.tar.gz \ + -C ${{ github.workspace }}/extensions/bindgen \ + --exclude="examples" \ + . + + # Save the sha256 checksum of the distro archive to the environment + sha256_base64="$(shasum --algorithm 256 ${{ github.workspace }}/.github/rules_rust_bindgen.tar.gz | awk '{ print $1 }' | xxd -r -p | base64)" + echo "ARCHIVE_EXT_BINDGEN_SHA256_BASE64=${sha256_base64}" >> $GITHUB_ENV + - name: Create the rules extensions archive for Prost + run: | + # Build an archive of the repo contents. + tar -czf ${{ github.workspace }}/.github/rules_rust_prost.tar.gz \ + -C ${{ github.workspace }}/extensions/prost \ + --exclude="examples" \ + . + + # Save the sha256 checksum of the distro archive to the environment + sha256_base64="$(shasum --algorithm 256 ${{ github.workspace }}/.github/rules_rust_prost.tar.gz | awk '{ print $1 }' | xxd -r -p | base64)" + echo "ARCHIVE_EXT_PROST_SHA256_BASE64=${sha256_base64}" >> $GITHUB_ENV + - name: Create the rules extensions archive for Protobuf + run: | + # Build an archive of the repo contents. + tar -czf ${{ github.workspace }}/.github/rules_rust_protobuf.tar.gz \ + -C ${{ github.workspace }}/extensions/protobuf \ + --exclude="examples" \ + . + + # Save the sha256 checksum of the distro archive to the environment + sha256_base64="$(shasum --algorithm 256 ${{ github.workspace }}/.github/rules_rust_protobuf.tar.gz | awk '{ print $1 }' | xxd -r -p | base64)" + echo "ARCHIVE_EXT_PROTOBUF_SHA256_BASE64=${sha256_base64}" >> $GITHUB_ENV + - name: Create the rules extensions archive for wasm-bindgen + run: | + # Build an archive of the repo contents. + tar -czf ${{ github.workspace }}/.github/rules_rust_wasm_bindgen.tar.gz \ + -C ${{ github.workspace }}/extensions/wasm_bindgen \ + --exclude="examples" \ + . + + # Save the sha256 checksum of the distro archive to the environment + sha256_base64="$(shasum --algorithm 256 ${{ github.workspace }}/.github/rules_rust_wasm_bindgen.tar.gz | awk '{ print $1 }' | xxd -r -p | base64)" + echo "ARCHIVE_EXT_WASM_BINDGEN_SHA256_BASE64=${sha256_base64}" >> $GITHUB_ENV # Upload the artifact in case creating a release fails so all artifacts can then be manually recovered. - uses: actions/upload-artifact@v3 with: name: "rules_rust.tar.gz" path: ${{ github.workspace }}/.github/rules_rust.tar.gz if-no-files-found: error + - uses: actions/upload-artifact@v3 + with: + name: "rules_rust_bindgen.tar.gz" + path: ${{ github.workspace }}/.github/rules_rust_bindgen.tar.gz + if-no-files-found: error + - uses: actions/upload-artifact@v3 + with: + name: "rules_rust_prost.tar.gz" + path: ${{ github.workspace }}/.github/rules_rust_prost.tar.gz + if-no-files-found: error + - uses: actions/upload-artifact@v3 + with: + name: "rules_rust_protobuf.tar.gz" + path: ${{ github.workspace }}/.github/rules_rust_protobuf.tar.gz + if-no-files-found: error + - uses: actions/upload-artifact@v3 + with: + name: "rules_rust_wasm_bindgen.tar.gz" + path: ${{ github.workspace }}/.github/rules_rust_wasm_bindgen.tar.gz + if-no-files-found: error - name: Generate release notes run: | # Generate the release notes sed 's#{version}#${{ env.RELEASE_VERSION }}#g' ${{ github.workspace }}/.github/release_notes.template \ | sed 's#{sha256_base64}#${{ env.ARCHIVE_SHA256_BASE64 }}#g' \ + | sed 's#{ext_sha256_base64}#${{ env.ARCHIVE_EXT_SHA256_BASE64 }}#g' \ > ${{ github.workspace }}/.github/release_notes.txt - name: Create release uses: softprops/action-gh-release@v1 @@ -169,10 +245,47 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.rules_rust_release.outputs.upload_url }} - asset_name: rules_rust-v${{ env.RELEASE_VERSION }}.tar.gz + asset_name: rules_rust-${{ env.RELEASE_VERSION }}.tar.gz asset_path: ${{ github.workspace }}/.github/rules_rust.tar.gz asset_content_type: application/gzip + - name: "Upload the bindgen extension archive" + uses: actions/upload-release-asset@v1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + upload_url: ${{ steps.rules_rust_release.outputs.upload_url }} + asset_name: rules_rust_bindgen-${{ env.RELEASE_VERSION }}.tar.gz + asset_path: ${{ github.workspace }}/.github/rules_rust_bindgen.tar.gz + asset_content_type: application/gzip + - name: "Upload the prost extension archive" + uses: actions/upload-release-asset@v1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + upload_url: ${{ steps.rules_rust_release.outputs.upload_url }} + asset_name: rules_rust_prost-${{ env.RELEASE_VERSION }}.tar.gz + asset_path: ${{ github.workspace }}/.github/rules_rust_prost.tar.gz + asset_content_type: application/gzip + - name: "Upload the protobuf extension archive" + uses: actions/upload-release-asset@v1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + upload_url: ${{ steps.rules_rust_release.outputs.upload_url }} + asset_name: rules_rust_protobuf-${{ env.RELEASE_VERSION }}.tar.gz + asset_path: ${{ github.workspace }}/.github/rules_rust_protobuf.tar.gz + asset_content_type: application/gzip + - name: "Upload the wasm_bindgen extension archive" + uses: actions/upload-release-asset@v1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + upload_url: ${{ steps.rules_rust_release.outputs.upload_url }} + asset_name: rules_rust_wasm_bindgen-${{ env.RELEASE_VERSION }}.tar.gz + asset_path: ${{ github.workspace }}/.github/rules_rust_wasm_bindgen.tar.gz + asset_content_type: application/gzip + # There must be a upload action for each platform triple we create - name: "Upload aarch64-apple-darwin" uses: actions/upload-release-asset@v1 diff --git a/CODEOWNERS b/CODEOWNERS index e18351fa03..fbde4754cd 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,2 +1,2 @@ # Just for information -# * @acmcarther @mfarrugi @damienmg @smklein @dfreese +# * @uebelandre @illicitonion @scentini @krasimirgg diff --git a/COMPATIBILITY.md b/COMPATIBILITY.md index f7dde19a03..04fb4d302e 100644 --- a/COMPATIBILITY.md +++ b/COMPATIBILITY.md @@ -72,11 +72,11 @@ that anything directly accessible from this file is considered stable. `//rust/private/…` is not subject to the backwards compatibility policy. Content of this package is an implementation detail. -`//cargo:defs.bzl` is subject to the backwards compatibility policy. +`//cargo/...` is subject to the backwards compatibility policy. -`//cargo`, `//util`, `//tools`, `//test`, `//examples`, `//bindgen`, `//proto`, -`//wasm_bindgen` and any packages not mentioned by this document are by default -not subject to the backwards compatibility policy. +`//util`, `//tools`, `//test`, `//examples`, `//extensions`, `//ffi`, `//nix` and any packages +not mentioned by this document are by default not subject to the backwards compatibility +policy. Experimental build settings are not subject to the backward compatibility policy. They should be added to `//rust:experimental.bzl`. @@ -89,7 +89,7 @@ Bug fixes are not a breaking change by default. We'll use Common Sense (and we will pull in more maintainers and the community to discuss) if we see a certain bug fix is controversial. Incompatible changes to `//cargo:defs.bzl` that make `cargo_build_script` more accurately -follow cargo's behaviour are considered bug fixes. +follow cargo's behavior are considered bug fixes. ## How to make a backwards incompatible change? diff --git a/MODULE.bazel b/MODULE.bazel index 6fb4171709..10253867a7 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -15,7 +15,7 @@ bazel_dep( ) bazel_dep( name = "platforms", - version = "0.0.8", + version = "0.0.10", ) bazel_dep( name = "rules_cc", @@ -25,35 +25,12 @@ bazel_dep( name = "rules_license", version = "0.0.8", ) -bazel_dep( - name = "rules_proto", - version = "6.0.2", -) bazel_dep( name = "apple_support", version = "1.13.0", repo_name = "build_bazel_apple_support", ) -bazel_dep( - name = "protobuf", - version = "21.7", - repo_name = "com_google_protobuf", -) -bazel_dep( - name = "aspect_rules_js", - version = "1.39.0", -) -bazel_dep( - name = "bazel_ci_rules", - version = "1.0.0", - dev_dependency = True, -) -bazel_dep( - name = "rules_python", - version = "0.31.0", - dev_dependency = True, -) bazel_dep( name = "rules_testing", version = "0.6.0", @@ -99,9 +76,6 @@ use_repo( "cui__tracing-0.1.40", "cui__tracing-subscriber-0.3.18", "cui__url-2.5.2", - "generated_inputs_in_external_repo", - "libc", - "llvm-raw", "rrra__anyhow-1.0.71", "rrra__clap-4.3.11", "rrra__env_logger-0.10.0", @@ -109,53 +83,7 @@ use_repo( "rrra__log-0.4.19", "rrra__serde-1.0.171", "rrra__serde_json-1.0.102", - "rules_rust_bindgen__bindgen-0.70.1", - "rules_rust_bindgen__bindgen-cli-0.70.1", - "rules_rust_bindgen__clang-sys-1.8.1", - "rules_rust_bindgen__clap-4.5.17", - "rules_rust_bindgen__clap_complete-4.5.26", - "rules_rust_bindgen__env_logger-0.10.2", - "rules_rust_prost", - "rules_rust_prost__h2-0.4.6", - "rules_rust_prost__heck", - "rules_rust_prost__prost-0.13.1", - "rules_rust_prost__prost-types-0.13.1", - "rules_rust_prost__protoc-gen-prost-0.4.0", - "rules_rust_prost__protoc-gen-tonic-0.4.1", - "rules_rust_prost__tokio-1.39.3", - "rules_rust_prost__tokio-stream-0.1.15", - "rules_rust_prost__tonic-0.12.1", - "rules_rust_proto__grpc-0.6.2", - "rules_rust_proto__grpc-compiler-0.6.2", - "rules_rust_proto__log-0.4.17", - "rules_rust_proto__protobuf-2.8.2", - "rules_rust_proto__protobuf-codegen-2.8.2", - "rules_rust_proto__tls-api-0.1.22", - "rules_rust_proto__tls-api-stub-0.1.22", - "rules_rust_test_load_arbitrary_tool", "rules_rust_tinyjson", - "rules_rust_toolchain_test_target_json", - "rules_rust_wasm_bindgen__anyhow-1.0.71", - "rules_rust_wasm_bindgen__assert_cmd-1.0.8", - "rules_rust_wasm_bindgen__diff-0.1.13", - "rules_rust_wasm_bindgen__docopt-1.1.1", - "rules_rust_wasm_bindgen__env_logger-0.8.4", - "rules_rust_wasm_bindgen__log-0.4.19", - "rules_rust_wasm_bindgen__predicates-1.0.8", - "rules_rust_wasm_bindgen__rayon-1.7.0", - "rules_rust_wasm_bindgen__rouille-3.6.2", - "rules_rust_wasm_bindgen__serde-1.0.171", - "rules_rust_wasm_bindgen__serde_derive-1.0.171", - "rules_rust_wasm_bindgen__serde_json-1.0.102", - "rules_rust_wasm_bindgen__tempfile-3.6.0", - "rules_rust_wasm_bindgen__ureq-2.8.0", - "rules_rust_wasm_bindgen__walrus-0.20.3", - "rules_rust_wasm_bindgen__wasm-bindgen-0.2.92", - "rules_rust_wasm_bindgen__wasm-bindgen-cli-support-0.2.92", - "rules_rust_wasm_bindgen__wasm-bindgen-shared-0.2.92", - "rules_rust_wasm_bindgen__wasmparser-0.102.0", - "rules_rust_wasm_bindgen__wasmprinter-0.2.60", - "rules_rust_wasm_bindgen_cli", ) rust = use_extension("//rust:extensions.bzl", "rust") @@ -166,24 +94,23 @@ register_toolchains( "@rust_toolchains//:all", ) -register_toolchains( - "//proto/protobuf:default-proto-toolchain", -) - -register_toolchains( - "//proto/prost:default_prost_toolchain", -) - -register_toolchains( - "//bindgen:default_bindgen_toolchain", -) - rust_host_tools = use_extension("//rust:extensions.bzl", "rust_host_tools") use_repo(rust_host_tools, "rust_host_tools") cargo_bazel_bootstrap = use_extension("//crate_universe/private/module_extensions:cargo_bazel_bootstrap.bzl", "cargo_bazel_bootstrap") use_repo(cargo_bazel_bootstrap, "cargo_bazel_bootstrap") +rust_test = use_extension("//test:test_extensions.bzl", "rust_test", dev_dependency = True) +use_repo( + rust_test, + "generated_inputs_in_external_repo", + "libc", + "rules_rust_test_load_arbitrary_tool", + "rules_rust_toolchain_test_target_json", + "t3p__serde-1.0.214", + "t3p__serde_json-1.0.132", +) + register_toolchains( "//test/foreign_toolchain_make_variables:toolchain_for_test", dev_dependency = True, diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index 2432d31228..f0732d4fb4 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -14,45 +14,10 @@ load("//crate_universe/tools/cross_installer:cross_installer_deps.bzl", "cross_i cross_installer_deps() -# buildifier: disable=bzl-visibility -load("@rules_rust//proto/prost/private:repositories.bzl", "rust_prost_dependencies", "rust_prost_register_toolchains") - -rust_prost_dependencies() - -rust_prost_register_toolchains() - -load("@rules_rust//proto/prost:transitive_repositories.bzl", "rust_prost_transitive_repositories") - -rust_prost_transitive_repositories() - -load("@rules_rust//proto/protobuf:repositories.bzl", "rust_proto_protobuf_dependencies", "rust_proto_protobuf_register_toolchains") - -rust_proto_protobuf_dependencies() - -rust_proto_protobuf_register_toolchains() - -load("@rules_rust//proto/protobuf:transitive_repositories.bzl", "rust_proto_protobuf_transitive_repositories") - -rust_proto_protobuf_transitive_repositories() - -load("@rules_rust//bindgen:repositories.bzl", "rust_bindgen_dependencies", "rust_bindgen_register_toolchains") - -rust_bindgen_dependencies() - -rust_bindgen_register_toolchains() - -load("@rules_rust//bindgen:transitive_repositories.bzl", "rust_bindgen_transitive_dependencies") - -rust_bindgen_transitive_dependencies() - load("@rules_rust//tools/rust_analyzer:deps.bzl", "rust_analyzer_dependencies") rust_analyzer_dependencies() -load("@rules_rust//wasm_bindgen:repositories.bzl", "rust_wasm_bindgen_repositories") - -rust_wasm_bindgen_repositories() - load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace") bazel_skylib_workspace() diff --git a/WORKSPACE.bzlmod b/WORKSPACE.bzlmod new file mode 100644 index 0000000000..53ff64a6fc --- /dev/null +++ b/WORKSPACE.bzlmod @@ -0,0 +1 @@ +workspace(name = "rules_rust") diff --git a/bindgen/defs.bzl b/bindgen/defs.bzl deleted file mode 100644 index 44d42bed0f..0000000000 --- a/bindgen/defs.bzl +++ /dev/null @@ -1,12 +0,0 @@ -"""Rust Bindgen rules""" - -load( - "//bindgen/private:bindgen.bzl", - _rust_bindgen = "rust_bindgen", - _rust_bindgen_library = "rust_bindgen_library", - _rust_bindgen_toolchain = "rust_bindgen_toolchain", -) - -rust_bindgen = _rust_bindgen -rust_bindgen_library = _rust_bindgen_library -rust_bindgen_toolchain = _rust_bindgen_toolchain diff --git a/buildifier b/buildifier deleted file mode 100644 index 78f6e2aac6..0000000000 Binary files a/buildifier and /dev/null differ diff --git a/docs/BUILD.bazel b/docs/BUILD.bazel index 0f4842b507..d8abae6709 100644 --- a/docs/BUILD.bazel +++ b/docs/BUILD.bazel @@ -8,7 +8,6 @@ bzl_library( name = "docs_deps", srcs = [ "@bazel_tools//tools:bzl_srcs", - "@com_google_protobuf//:bzl_srcs", ], deps = [ "@bazel_features//:deps", @@ -17,8 +16,6 @@ bzl_library( "@bazel_skylib//lib:selects", "@bazel_skylib//lib:structs", "@bazel_skylib//rules:common_settings", - "@rules_proto//proto:defs", - "@rules_proto//proto:repositories", ], ) @@ -26,13 +23,14 @@ bzl_library( name = "all_docs", deps = [ ":docs_deps", - "@rules_rust//bindgen:bzl_lib", "@rules_rust//cargo:bzl_lib", "@rules_rust//crate_universe:bzl_lib", "@rules_rust//crate_universe/private/module_extensions:bzl_lib", - "@rules_rust//proto:bzl_lib", "@rules_rust//rust:bzl_lib", - "@rules_rust//wasm_bindgen:bzl_lib", + "@rules_rust_bindgen//:bzl_lib", + "@rules_rust_prost//:bzl_lib", + "@rules_rust_protobuf//:bzl_lib", + "@rules_rust_wasm_bindgen//:bzl_lib", ], ) @@ -79,17 +77,6 @@ PAGES = dict([ "rust_analyzer_toolchain", ], ), - page( - name = "rust_bindgen", - header_template = ":rust_bindgen.vm", - symbols = [ - "rust_bindgen_library", - "rust_bindgen", - "rust_bindgen_toolchain", - "rust_bindgen_dependencies", - "rust_bindgen_register_toolchains", - ], - ), page( name = "rust_clippy", header_template = ":rust_clippy.vm", @@ -114,23 +101,6 @@ PAGES = dict([ "rustfmt_toolchain", ], ), - page( - name = "rust_proto", - header_template = ":rust_proto.vm", - symbols = [ - "rust_prost_library", - "rust_prost_toolchain", - "rust_prost_dependencies", - "rust_prost_transitive_repositories", - ] + [ - "rust_proto_library", - "rust_grpc_library", - "rust_proto_protobuf_toolchain", - "rust_proto_protobuf_dependencies", - "rust_proto_protobuf_register_toolchains", - "rust_proto_protobuf_transitive_repositories", - ], - ), page( name = "rust_repositories", symbols = [ @@ -146,17 +116,6 @@ PAGES = dict([ "rust_toolchain", ], ), - page( - name = "rust_wasm_bindgen", - header_template = ":rust_wasm_bindgen.vm", - symbols = [ - "rust_wasm_bindgen_dependencies", - "rust_wasm_bindgen_register_toolchains", - "rust_wasm_bindgen_toolchain", - "rust_wasm_bindgen", - "RustWasmBindgenInfo", - ], - ), page( name = "settings", symbols = [ @@ -213,6 +172,48 @@ stardoc( deps = [":all_docs"], ) +stardoc( + name = "rust_bindgen", + out = "rust_bindgen.md", + input = "@rules_rust_bindgen//:defs.bzl", + deps = ["@rules_rust_bindgen//:bzl_lib"], +) + +stardoc( + name = "rust_protobuf", + out = "rust_protobuf.md", + input = "@rules_rust_protobuf//:defs.bzl", + deps = ["@rules_rust_protobuf//:bzl_lib"], +) + +stardoc( + name = "rust_prost", + out = "rust_prost.md", + input = "@rules_rust_prost//:defs.bzl", + deps = ["@rules_rust_prost//:bzl_lib"], +) + +stardoc( + name = "rust_wasm_bindgen", + out = "rust_wasm_bindgen.md", + input = "@rules_rust_wasm_bindgen//:defs.bzl", + deps = ["@rules_rust_wasm_bindgen//:bzl_lib"], +) + +stardoc( + name = "rust_wasm_bindgen_rules_js", + out = "rust_wasm_bindgen_rules_js.md", + input = "@rules_rust_wasm_bindgen//rules_js:defs.bzl", + deps = ["@rules_rust_wasm_bindgen//rules_js:bzl_lib"], +) + +stardoc( + name = "rust_wasm_bindgen_rules_nodejs", + out = "rust_wasm_bindgen_rules_nodejs.md", + input = "@rules_rust_wasm_bindgen//rules_nodejs:defs.bzl", + deps = ["@rules_rust_wasm_bindgen//rules_nodejs:bzl_lib"], +) + sh_binary( name = "update_docs", srcs = ["update_docs.sh"], diff --git a/docs/MODULE.bazel b/docs/MODULE.bazel index 23022157dc..54c1557643 100644 --- a/docs/MODULE.bazel +++ b/docs/MODULE.bazel @@ -1,3 +1,35 @@ +"""rules_rust docs""" + +bazel_dep(name = "rules_rust", version = "0.54.1") +local_path_override( + module_name = "rules_rust", + path = "..", +) + +bazel_dep(name = "rules_rust_bindgen", version = "0.54.1") +local_path_override( + module_name = "rules_rust_bindgen", + path = "../extensions/bindgen", +) + +bazel_dep(name = "rules_rust_prost", version = "0.54.1") +local_path_override( + module_name = "rules_rust_prost", + path = "../extensions/prost", +) + +bazel_dep(name = "rules_rust_protobuf", version = "0.54.1") +local_path_override( + module_name = "rules_rust_protobuf", + path = "../extensions/protobuf", +) + +bazel_dep(name = "rules_rust_wasm_bindgen", version = "0.54.1") +local_path_override( + module_name = "rules_rust_wasm_bindgen", + path = "../extensions/wasm_bindgen", +) + bazel_dep( name = "bazel_skylib", version = "1.7.1", diff --git a/docs/WORKSPACE.bazel b/docs/WORKSPACE.bazel deleted file mode 100644 index 1056327b93..0000000000 --- a/docs/WORKSPACE.bazel +++ /dev/null @@ -1,38 +0,0 @@ -workspace(name = "rules_rust_docs") - -local_repository( - name = "rules_rust", - path = "..", -) - -load("@rules_rust//rust:repositories.bzl", "rules_rust_dependencies", "rust_register_toolchains") - -rules_rust_dependencies() - -rust_register_toolchains() - -load("@rules_rust//crate_universe:repositories.bzl", "crate_universe_dependencies") - -crate_universe_dependencies() - -load("@rules_rust//proto/prost:repositories.bzl", "rust_prost_dependencies") - -rust_prost_dependencies() - -load("@rules_rust//proto/prost:transitive_repositories.bzl", "rust_prost_transitive_repositories") - -rust_prost_transitive_repositories() - -load("@rules_rust//proto/protobuf:repositories.bzl", "rust_proto_protobuf_dependencies") - -rust_proto_protobuf_dependencies() - -load( - "@rules_rust//wasm_bindgen:repositories.bzl", - "rust_wasm_bindgen_dependencies", - "rust_wasm_bindgen_register_toolchains", -) - -rust_wasm_bindgen_dependencies() - -rust_wasm_bindgen_register_toolchains() diff --git a/docs/WORKSPACE.bzlmod b/docs/WORKSPACE.bzlmod new file mode 100644 index 0000000000..aba4ed1d55 --- /dev/null +++ b/docs/WORKSPACE.bzlmod @@ -0,0 +1 @@ +workspace(name = "rules_rust_docs") diff --git a/docs/rust_proto.vm b/docs/rust_proto.vm deleted file mode 100644 index 8344994f61..0000000000 --- a/docs/rust_proto.vm +++ /dev/null @@ -1,240 +0,0 @@ -#[[ -## Overview -These build rules are used for building [protobufs][protobuf]/[gRPC][grpc] in [Rust][rust] with Bazel. - -There are two rule sets. The first ruleset defines the `rust_prost_library` which generates Rust code -using the [`prost`] and [`tonic`] dependencies. The second ruleset defines the `rust_proto_library` and -`rust_grpc_library` rules which generate Rust code using the [`rust-protobuf`] dependencies. - -[rust]: http://www.rust-lang.org/ -[protobuf]: https://developers.google.com/protocol-buffers/ -[grpc]: https://grpc.io -[`rust-protobuf`]: https://github.com/stepancheg/rust-protobuf/ - -See the [protobuf example](../examples/proto) for a more complete example of use. - -### Prost Setup - -```python -load("@rules_rust//proto/prost:repositories.bzl", "rust_prost_dependencies") - -rust_prost_dependencies() - -load("@rules_rust//proto/prost:transitive_repositories.bzl", "rust_prost_transitive_repositories") - -rust_prost_transitive_repositories() -``` - -The `prost` and `tonic` rules do not specify a default toolchain in order to avoid mismatched -dependency issues. To setup the `prost` and `tonic` toolchain, please see the section -[Customizing `prost` and `tonic` Dependencies](#custom-prost-deps). - -For additional information about Bazel toolchains, see [here](https://docs.bazel.build/versions/master/toolchains.html). - -#### Customizing `prost` and `tonic` Dependencies - -These rules depend on the [`prost`] and [`tonic`] dependencies. To setup the necessary toolchain -for these rules, you must define a toolchain with the [`prost`], [`prost-types`], [`tonic`], [`protoc-gen-prost`], and [`protoc-gen-tonic`] crates as well as the [`protoc`] binary. - -[`prost`]: https://crates.io/crates/prost -[`prost-types`]: https://crates.io/crates/prost-types -[`protoc-gen-prost`]: https://crates.io/crates/protoc-gen-prost -[`protoc-gen-tonic`]: https://crates.io/crates/protoc-gen-tonic -[`tonic`]: https://crates.io/crates/tonic -[`protoc`]: https://github.com/protocolbuffers/protobuf - -To get access to these crates, you can use the [crate_universe](./crate_universe.md) repository -rules. For example: - -```python -load("//crate_universe:defs.bzl", "crate", "crates_repository") - -crates_repository( - name = "crates_io", - annotations = { - "protoc-gen-prost": [crate.annotation( - gen_binaries = ["protoc-gen-prost"], - patch_args = [ - "-p1", - ], - patches = [ - # Note: You will need to use this patch until a version greater than `0.2.2` of - # `protoc-gen-prost` is released. - "@rules_rust//proto/prost/private/3rdparty/patches:protoc-gen-prost.patch", - ], - )], - "protoc-gen-tonic": [crate.annotation( - gen_binaries = ["protoc-gen-tonic"], - )], - }, - cargo_lockfile = "Cargo.Bazel.lock", - mode = "remote", - packages = { - "prost": crate.spec( - version = "0", - ), - "prost-types": crate.spec( - version = "0", - ), - "protoc-gen-prost": crate.spec( - version = "0", - ), - "protoc-gen-tonic": crate.spec( - version = "0", - ), - "tonic": crate.spec( - version = "0", - ), - }, - repository_name = "rules_rust_prost", - tags = ["manual"], -) -``` - -You can then define a toolchain with the `rust_prost_toolchain` rule which uses the crates -defined above. For example: - -```python -load("@rules_rust//proto/prost:defs.bzl", "rust_prost_toolchain") -load("@rules_rust//rust:defs.bzl", "rust_library_group") - -rust_library_group( - name = "prost_runtime", - deps = [ - "@crates_io//:prost", - ], -) - -rust_library_group( - name = "tonic_runtime", - deps = [ - ":prost_runtime", - "@crates_io//:tonic", - ], -) - -rust_prost_toolchain( - name = "prost_toolchain_impl", - prost_plugin = "@crates_io//:protoc-gen-prost__protoc-gen-prost", - prost_runtime = ":prost_runtime", - prost_types = "@crates_io//:prost-types", - proto_compiler = "@com_google_protobuf//:protoc", - tonic_plugin = "@crates_io//:protoc-gen-tonic__protoc-gen-tonic", - tonic_runtime = ":tonic_runtime", -) - -toolchain( - name = "prost_toolchain", - toolchain = "prost_toolchain_impl", - toolchain_type = "@rules_rust//proto/prost:toolchain_type", -) -``` - -Lastly, you must register the toolchain in your `WORKSPACE` file. For example: - -```python -register_toolchains("//toolchains:prost_toolchain") -``` - -## Rust-Protobuf Setup - -To use the Rust proto rules, add the following to your `WORKSPACE` file to add the -external repositories for the Rust proto toolchain (in addition to the [rust rules setup](..)): - -```python -load("@rules_rust//proto/protobuf:repositories.bzl", "rust_proto_protobuf_dependencies", "rust_proto_protobuf_register_toolchains") - -rust_proto_protobuf_dependencies() - -rust_proto_protobuf_register_toolchains() - -load("@rules_rust//proto/protobuf:transitive_repositories.bzl", "rust_proto_protobuf_transitive_repositories") - -rust_proto_protobuf_transitive_repositories() -``` - -This will load the required dependencies for the [`rust-protobuf`] rules. It will also -register a default toolchain for the `rust_proto_library` and `rust_grpc_library` rules. - -To customize the `rust_proto_library` and `rust_grpc_library` toolchain, please see the section -[Customizing `rust-protobuf` Dependencies](#custom-proto-deps). - -For additional information about Bazel toolchains, see [here](https://docs.bazel.build/versions/master/toolchains.html). - -#### Customizing `rust-protobuf` Dependencies - -These rules depend on the [`protobuf`](https://crates.io/crates/protobuf) and -the [`grpc`](https://crates.io/crates/grpc) crates in addition to the [protobuf -compiler](https://github.com/google/protobuf). To obtain these crates, -`rust_proto_repositories` imports the given crates using BUILD files generated with -[crate_universe](./crate_universe.md). - -If you want to either change the protobuf and gRPC rust compilers, or to -simply use [crate_universe](./crate_universe.md) in a more -complex scenario (with more dependencies), you must redefine those -dependencies. - -To do this, once you've imported the needed dependencies (see our -[@rules_rust//proto/protobuf/3rdparty/BUILD.bazel](https://github.com/bazelbuild/rules_rust/blob/main/proto/protobuf/3rdparty/BUILD.bazel) -file to see the default dependencies), you need to create your own toolchain. -To do so you can create a BUILD file with your toolchain definition, for example: - -```python -load("@rules_rust//proto:toolchain.bzl", "rust_proto_toolchain") - -rust_proto_toolchain( - name = "proto-toolchain-impl", - # Path to the protobuf compiler. - protoc = "@com_google_protobuf//:protoc", - # Protobuf compiler plugin to generate rust gRPC stubs. - grpc_plugin = "//3rdparty/crates:cargo_bin_protoc_gen_rust_grpc", - # Protobuf compiler plugin to generate rust protobuf stubs. - proto_plugin = "//3rdparty/crates:cargo_bin_protoc_gen_rust", -) - -toolchain( - name = "proto-toolchain", - toolchain = ":proto-toolchain-impl", - toolchain_type = "@rules_rust//proto/protobuf:toolchain_type", -) -``` - -Now that you have your own toolchain, you need to register it by -inserting the following statement in your `WORKSPACE` file: - -```python -register_toolchains("//my/toolchains:proto-toolchain") -``` - -Finally, you might want to set the `rust_deps` attribute in -`rust_proto_library` and `rust_grpc_library` to change the compile-time -dependencies: - -```python -rust_proto_library( - ... - rust_deps = ["//3rdparty/crates:protobuf"], - ... -) - -rust_grpc_library( - ... - rust_deps = [ - "//3rdparty/crates:protobuf", - "//3rdparty/crates:grpc", - "//3rdparty/crates:tls_api", - "//3rdparty/crates:tls_api_stub", - ], - ... -) -``` - -__Note__: Ideally, we would inject those dependencies from the toolchain, -but due to [bazelbuild/bazel#6889](https://github.com/bazelbuild/bazel/issues/6889) -all dependencies added via the toolchain ends-up being in the wrong -configuration. - ---- ---- - -]]# diff --git a/docs/src/SUMMARY.md b/docs/src/SUMMARY.md index 79b8413b06..1c75b887ce 100644 --- a/docs/src/SUMMARY.md +++ b/docs/src/SUMMARY.md @@ -9,9 +9,6 @@ - [rustdoc](./rust_doc.md) - [clippy](./rust_clippy.md) - [rustfmt](./rust_fmt.md) - - [proto](./rust_proto.md) - - [bindgen](./rust_bindgen.md) - - [wasm_bindgen](./rust_wasm_bindgen.md) - [cargo](./cargo.md) - [rust_analyzer](./rust_analyzer.md) - [all symbols](./flatten.md) @@ -19,3 +16,8 @@ - [crate_universe (bzlmod)](crate_universe_bzlmod.md) - [crate_universe (WORKSPACE)](crate_universe.md) - [Upstream Tooling](./upstream_tooling.md) +- [Extensions](./extensions.md) + - [bindgen](./rust_bindgen.md) + - [prost](./rust_prost.md) + - [protobuf](./rust_protobuf.md) + - [wasm_bindgen](./rust_wasm_bindgen.md) diff --git a/docs/src/crate_universe.md b/docs/src/crate_universe.md index aee5428e78..3febfad62a 100644 --- a/docs/src/crate_universe.md +++ b/docs/src/crate_universe.md @@ -384,7 +384,7 @@ call against the generated workspace. The following table describes how to contr | annotations | Extra settings to apply to crates. See [crate.annotation](#crateannotation). | Dictionary: String -> List of strings | optional | `{}` | | bazel | The path to a bazel binary used to locate the output_base for the current workspace. | Label | optional | `None` | | buildifier | The path to a [buildifier](https://github.com/bazelbuild/buildtools/blob/5.0.1/buildifier/README.md) binary used to format generated BUILD files. | Label | optional | `"@rules_rust//crate_universe/private/vendor:buildifier"` | -| cargo_bazel | The cargo-bazel binary to use for vendoring. If this attribute is not set, then a `CARGO_BAZEL_GENERATOR_PATH` action env will be used. | Label | optional | `"@@cargo_bazel_bootstrap//:binary"` | +| cargo_bazel | The cargo-bazel binary to use for vendoring. If this attribute is not set, then a `CARGO_BAZEL_GENERATOR_PATH` action env will be used. | Label | optional | `"@@rules_rust~~cargo_bazel_bootstrap~cargo_bazel_bootstrap//:binary"` | | cargo_config | A [Cargo configuration](https://doc.rust-lang.org/cargo/reference/config.html) file. | Label | optional | `None` | | cargo_lockfile | The path to an existing `Cargo.lock` file | Label | optional | `None` | | generate_binaries | Whether to generate `rust_binary` targets for all the binary crates in every package. By default only the `rust_library` targets are generated. | Boolean | optional | `False` | diff --git a/docs/src/extensions.md b/docs/src/extensions.md new file mode 100644 index 0000000000..9cfedf4fa0 --- /dev/null +++ b/docs/src/extensions.md @@ -0,0 +1,43 @@ +# Extensions + +Bazel rules for interfacing with other rules and integrations with popular 3rd party tools. + +## Setup + +The extension rules are released with each release of `rules_rust` (core) which can be found on [the GitHub Releases page](https://github.com/bazelbuild/rules_rust/releases). We recommend using the latest release from that page. + +### Bzlmod + +Note that rules_rust bzlmod support is still a work in progress. Most features should work, but bugs are more likely. This is not a desired end-state - please report (or better yet, help fix!) bugs you run into. + +To use `rules_rust` extensions in a project using bzlmod, add the following to your `MODULE.bazel` file: + +```python +bazel_dep(name = "rules_rust_{EXTENSION}", version = "{VERSION}") +``` + +Don't forget to substitute in your desired release's version number and `{EXTENSION}` with the +name of the desired extension. E.g.: + +```python +bazel_dep(name = "rules_rust_bindgen", version = "0.55.0") +``` + +### WORKSPACE + +To use `rules_rust` extensions in a project using a WORKSPACE file, add the following to your `WORKSPACE` file to add the external repositories for the Rust toolchain: + +```python +load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") + +# To find additional information on this release or newer ones visit: +# https://github.com/bazelbuild/rules_rust/releases +http_archive( + name = "rules_rust_{EXTENSION}", + # See releases page +) + +# Refer to the documentation of the desired rules for how to load other necessary dependencies. +``` + +Don't forget to substitute in your desired release's version number, integrity hash, and `{EXTENSION}` with the name of the desired extension. diff --git a/docs/src/flatten.md b/docs/src/flatten.md index 3cd557706e..1939e25837 100644 --- a/docs/src/flatten.md +++ b/docs/src/flatten.md @@ -2,7 +2,6 @@ * [CrateInfo](#CrateInfo) * [DepInfo](#DepInfo) -* [RustWasmBindgenInfo](#RustWasmBindgenInfo) * [StdLibInfo](#StdLibInfo) * [capture_clippy_output](#capture_clippy_output) * [cargo_bootstrap_repository](#cargo_bootstrap_repository) @@ -19,28 +18,13 @@ * [rust_analyzer_toolchain](#rust_analyzer_toolchain) * [rust_analyzer_toolchain_repository](#rust_analyzer_toolchain_repository) * [rust_binary](#rust_binary) -* [rust_bindgen](#rust_bindgen) -* [rust_bindgen_dependencies](#rust_bindgen_dependencies) -* [rust_bindgen_library](#rust_bindgen_library) -* [rust_bindgen_register_toolchains](#rust_bindgen_register_toolchains) -* [rust_bindgen_toolchain](#rust_bindgen_toolchain) * [rust_clippy](#rust_clippy) * [rust_clippy_aspect](#rust_clippy_aspect) * [rust_doc](#rust_doc) * [rust_doc_test](#rust_doc_test) -* [rust_grpc_library](#rust_grpc_library) * [rust_library](#rust_library) * [rust_library_group](#rust_library_group) * [rust_proc_macro](#rust_proc_macro) -* [rust_prost_dependencies](#rust_prost_dependencies) -* [rust_prost_library](#rust_prost_library) -* [rust_prost_toolchain](#rust_prost_toolchain) -* [rust_prost_transitive_repositories](#rust_prost_transitive_repositories) -* [rust_proto_library](#rust_proto_library) -* [rust_proto_protobuf_dependencies](#rust_proto_protobuf_dependencies) -* [rust_proto_protobuf_register_toolchains](#rust_proto_protobuf_register_toolchains) -* [rust_proto_protobuf_toolchain](#rust_proto_protobuf_toolchain) -* [rust_proto_protobuf_transitive_repositories](#rust_proto_protobuf_transitive_repositories) * [rust_register_toolchains](#rust_register_toolchains) * [rust_repositories](#rust_repositories) * [rust_repository_set](#rust_repository_set) @@ -53,10 +37,6 @@ * [rust_toolchain_repository](#rust_toolchain_repository) * [rust_toolchain_repository_proxy](#rust_toolchain_repository_proxy) * [rust_toolchain_tools_repository](#rust_toolchain_tools_repository) -* [rust_wasm_bindgen](#rust_wasm_bindgen) -* [rust_wasm_bindgen_dependencies](#rust_wasm_bindgen_dependencies) -* [rust_wasm_bindgen_register_toolchains](#rust_wasm_bindgen_register_toolchains) -* [rust_wasm_bindgen_toolchain](#rust_wasm_bindgen_toolchain) * [rustfmt_aspect](#rustfmt_aspect) * [rustfmt_test](#rustfmt_test) * [rustfmt_toolchain](#rustfmt_toolchain) @@ -324,79 +304,6 @@ is available under the key `dsym_folder` in `OutputGroupInfo`. | version | A version to inject in the cargo environment variable. | String | optional | `"0.0.0"` | - - -## rust_bindgen - -
-rust_bindgen(name, bindgen_flags, cc_lib, clang_flags, header, merge_cc_lib_objects_into_rlib,
-             wrap_static_fns)
-
- -Generates a rust source file from a cc_library and a header. - -**ATTRIBUTES** - - -| Name | Description | Type | Mandatory | Default | -| :------------- | :------------- | :------------- | :------------- | :------------- | -| name | A unique name for this target. | Name | required | | -| bindgen_flags | Flags to pass directly to the bindgen executable. See https://rust-lang.github.io/rust-bindgen/ for details. | List of strings | optional | `[]` | -| cc_lib | The cc_library that contains the `.h` file. This is used to find the transitive includes. | Label | required | | -| clang_flags | Flags to pass directly to the clang executable. | List of strings | optional | `[]` | -| header | The `.h` file to generate bindings for. | Label | required | | -| merge_cc_lib_objects_into_rlib | When True, objects from `cc_lib` will be copied into the `rlib` archive produced by the rust_library that depends on this `rust_bindgen` rule (using `BuildInfo` provider) | Boolean | optional | `True` | -| wrap_static_fns | Whether to create a separate .c file for static fns. Requires nightly toolchain, and a header that actually needs this feature (otherwise bindgen won't generate the file and Bazel complains). | Boolean | optional | `False` | - - - - -## rust_bindgen_toolchain - -
-rust_bindgen_toolchain(name, bindgen, clang, default_rustfmt, libclang, libstdcxx)
-
- -The tools required for the `rust_bindgen` rule. - -This rule depends on the [`bindgen`](https://crates.io/crates/bindgen) binary crate, and it -in turn depends on both a clang binary and the clang library. To obtain these dependencies, -`rust_bindgen_dependencies` imports bindgen and its dependencies. - -```python -load("@rules_rust//bindgen:defs.bzl", "rust_bindgen_toolchain") - -rust_bindgen_toolchain( - name = "bindgen_toolchain_impl", - bindgen = "//my/rust:bindgen", - clang = "//my/clang:clang", - libclang = "//my/clang:libclang.so", - libstdcxx = "//my/cpp:libstdc++", -) - -toolchain( - name = "bindgen_toolchain", - toolchain = "bindgen_toolchain_impl", - toolchain_type = "@rules_rust//bindgen:toolchain_type", -) -``` - -This toolchain will then need to be registered in the current `WORKSPACE`. -For additional information, see the [Bazel toolchains documentation](https://docs.bazel.build/versions/master/toolchains.html). - -**ATTRIBUTES** - - -| Name | Description | Type | Mandatory | Default | -| :------------- | :------------- | :------------- | :------------- | :------------- | -| name | A unique name for this target. | Name | required | | -| bindgen | The label of a `bindgen` executable. | Label | optional | `None` | -| clang | The label of a `clang` executable. | Label | optional | `None` | -| default_rustfmt | If set, `rust_bindgen` targets will always format generated sources with `rustfmt`. | Boolean | optional | `True` | -| libclang | A cc_library that provides bindgen's runtime dependency on libclang. | Label | optional | `None` | -| libstdcxx | A cc_library that satisfies libclang's libstdc++ dependency. This is used to make the execution of clang hermetic. If None, system libraries will be used instead. | Label | optional | `None` | - - ## rust_clippy @@ -566,50 +473,6 @@ Running `bazel test //hello_lib:hello_lib_doc_test` will run all documentation t | proc_macro_deps | List of `rust_proc_macro` targets used to help build this library target. | List of labels | optional | `[]` | - - -## rust_grpc_library - -
-rust_grpc_library(name, deps, crate_name, rust_deps, rustc_flags)
-
- -Builds a Rust library crate from a set of `proto_library`s suitable for gRPC. - -Example: - -```python -load("@rules_rust//proto/protobuf:defs.bzl", "rust_grpc_library") - -proto_library( - name = "my_proto", - srcs = ["my.proto"] -) - -rust_grpc_library( - name = "rust", - deps = [":my_proto"], -) - -rust_binary( - name = "my_service", - srcs = ["my_service.rs"], - deps = [":rust"], -) -``` - -**ATTRIBUTES** - - -| Name | Description | Type | Mandatory | Default | -| :------------- | :------------- | :------------- | :------------- | :------------- | -| name | A unique name for this target. | Name | required | | -| deps | List of proto_library dependencies that will be built. One crate for each proto_library will be created with the corresponding gRPC stubs. | List of labels | required | | -| crate_name | Crate name to use for this target.

This must be a valid Rust identifier, i.e. it may contain only alphanumeric characters and underscores. Defaults to the target name, with any hyphens replaced by underscores. | String | optional | `""` | -| rust_deps | The crates the generated library depends on. | List of labels | optional | `[]` | -| rustc_flags | List of compiler flags passed to `rustc`.

These strings are subject to Make variable expansion for predefined source/output path variables like `$location`, `$execpath`, and `$rootpath`. This expansion is useful if you wish to pass a generated file of arguments to rustc: `@$(location //package:target)`. | List of strings | optional | `[]` | - - ## rust_library @@ -794,81 +657,6 @@ Builds a Rust proc-macro crate. | version | A version to inject in the cargo environment variable. | String | optional | `"0.0.0"` | - - -## rust_prost_toolchain - -
-rust_prost_toolchain(name, include_transitive_deps, prost_opts, prost_plugin, prost_plugin_flag,
-                     prost_runtime, prost_types, proto_compiler, tonic_opts, tonic_plugin,
-                     tonic_plugin_flag, tonic_runtime)
-
- -Rust Prost toolchain rule. - -**ATTRIBUTES** - - -| Name | Description | Type | Mandatory | Default | -| :------------- | :------------- | :------------- | :------------- | :------------- | -| name | A unique name for this target. | Name | required | | -| include_transitive_deps | Whether to include transitive dependencies. If set to True, all transitive dependencies will directly accessible by the dependent crate. | Boolean | optional | `False` | -| prost_opts | Additional options to add to Prost. | List of strings | optional | `[]` | -| prost_plugin | Additional plugins to add to Prost. | Label | required | | -| prost_plugin_flag | Prost plugin flag format. (e.g. `--plugin=protoc-gen-prost=%s`) | String | optional | `"--plugin=protoc-gen-prost=%s"` | -| prost_runtime | The Prost runtime crates to use. | Label | required | | -| prost_types | The Prost types crates to use. | Label | required | | -| proto_compiler | The protoc compiler to use. Note that this attribute is deprecated - prefer to use --incompatible_enable_proto_toolchain_resolution. | Label | optional | `None` | -| tonic_opts | Additional options to add to Tonic. | List of strings | optional | `[]` | -| tonic_plugin | Additional plugins to add to Tonic. | Label | optional | `None` | -| tonic_plugin_flag | Tonic plugin flag format. (e.g. `--plugin=protoc-gen-tonic=%s`)) | String | optional | `"--plugin=protoc-gen-tonic=%s"` | -| tonic_runtime | The Tonic runtime crates to use. | Label | optional | `None` | - - - - -## rust_proto_library - -
-rust_proto_library(name, deps, crate_name, rust_deps, rustc_flags)
-
- -Builds a Rust library crate from a set of `proto_library`s. - -Example: - -```python -load("@rules_rust//proto/protobuf:defs.bzl", "rust_proto_library") - -proto_library( - name = "my_proto", - srcs = ["my.proto"] -) - -rust_proto_library( - name = "rust", - deps = [":my_proto"], -) - -rust_binary( - name = "my_proto_binary", - srcs = ["my_proto_binary.rs"], - deps = [":rust"], -) -``` - -**ATTRIBUTES** - - -| Name | Description | Type | Mandatory | Default | -| :------------- | :------------- | :------------- | :------------- | :------------- | -| name | A unique name for this target. | Name | required | | -| deps | List of proto_library dependencies that will be built. One crate for each proto_library will be created with the corresponding stubs. | List of labels | required | | -| crate_name | Crate name to use for this target.

This must be a valid Rust identifier, i.e. it may contain only alphanumeric characters and underscores. Defaults to the target name, with any hyphens replaced by underscores. | String | optional | `""` | -| rust_deps | The crates the generated library depends on. | List of labels | optional | `[]` | -| rustc_flags | List of compiler flags passed to `rustc`.

These strings are subject to Make variable expansion for predefined source/output path variables like `$location`, `$execpath`, and `$rootpath`. This expansion is useful if you wish to pass a generated file of arguments to rustc: `@$(location //package:target)`. | List of strings | optional | `[]` | - - ## rust_shared_library @@ -1235,79 +1023,6 @@ See `@rules_rust//rust:repositories.bzl` for examples of defining the `@rust_cpu | target_triple | The platform triple for the toolchains target environment. For more details see: https://docs.bazel.build/versions/master/skylark/rules.html#configurations | String | optional | `""` | - - -## rust_wasm_bindgen - -
-rust_wasm_bindgen(name, bindgen_flags, target, target_arch, wasm_file)
-
- -Generates javascript and typescript bindings for a webassembly module using [wasm-bindgen][ws]. - -[ws]: https://rustwasm.github.io/docs/wasm-bindgen/ - -An example of this rule in use can be seen at [@rules_rust//examples/wasm](../examples/wasm) - -**ATTRIBUTES** - - -| Name | Description | Type | Mandatory | Default | -| :------------- | :------------- | :------------- | :------------- | :------------- | -| name | A unique name for this target. | Name | required | | -| bindgen_flags | Flags to pass directly to the bindgen executable. See https://github.com/rustwasm/wasm-bindgen/ for details. | List of strings | optional | `[]` | -| target | The type of output to generate. See https://rustwasm.github.io/wasm-bindgen/reference/deployment.html for details. | String | optional | `"bundler"` | -| target_arch | The target architecture to use for the wasm-bindgen command line option. | String | optional | `"wasm32"` | -| wasm_file | The `.wasm` file or crate to generate bindings for. | Label | required | | - - - - -## rust_wasm_bindgen_toolchain - -
-rust_wasm_bindgen_toolchain(name, bindgen)
-
- -The tools required for the `rust_wasm_bindgen` rule. - -In cases where users want to control or change the version of `wasm-bindgen` used by [rust_wasm_bindgen](#rust_wasm_bindgen), -a unique toolchain can be created as in the example below: - -```python -load("@rules_rust//bindgen:bindgen.bzl", "rust_bindgen_toolchain") - -rust_bindgen_toolchain( - bindgen = "//3rdparty/crates:wasm_bindgen_cli__bin", -) - -toolchain( - name = "wasm_bindgen_toolchain", - toolchain = "wasm_bindgen_toolchain_impl", - toolchain_type = "@rules_rust//wasm_bindgen:toolchain_type", -) -``` - -Now that you have your own toolchain, you need to register it by -inserting the following statement in your `WORKSPACE` file: - -```python -register_toolchains("//my/toolchains:wasm_bindgen_toolchain") -``` - -For additional information, see the [Bazel toolchains documentation][toolchains]. - -[toolchains]: https://docs.bazel.build/versions/master/toolchains.html - -**ATTRIBUTES** - - -| Name | Description | Type | Mandatory | Default | -| :------------- | :------------- | :------------- | :------------- | :------------- | -| name | A unique name for this target. | Name | required | | -| bindgen | The label of a `wasm-bindgen-cli` executable. | Label | optional | `None` | - - ## rustfmt_test @@ -1417,26 +1132,6 @@ A provider containing information about a Crate's dependencies. | transitive_proc_macro_data | depset[File]: Data of all transitive proc-macro dependencies, and non-macro dependencies of those macros. | - - -## RustWasmBindgenInfo - -
-RustWasmBindgenInfo(js, ts, wasm)
-
- -Info about wasm-bindgen outputs. - -**FIELDS** - - -| Name | Description | -| :------------- | :------------- | -| js | Depset[File]: The Javascript files produced by `wasm-bindgen`. | -| ts | Depset[File]: The Typescript files produced by `wasm-bindgen`. | -| wasm | File: The `.wasm` file generated by `wasm-bindgen`. | - - ## StdLibInfo @@ -1659,183 +1354,6 @@ Assemble a remote rust_analyzer_toolchain target based on the given params. str: The name of a registerable rust_analyzer_toolchain. - - -## rust_bindgen_dependencies - -
-rust_bindgen_dependencies()
-
- -Declare dependencies needed for bindgen. - - -**RETURNS** - -list[struct(repo=str, is_dev_dep=bool)]: A list of the repositories - defined by this macro. - - - - -## rust_bindgen_library - -
-rust_bindgen_library(name, header, cc_lib, bindgen_flags, bindgen_features, clang_flags,
-                     wrap_static_fns, kwargs)
-
- -Generates a rust source file for `header`, and builds a rust_library. - -Arguments are the same as `rust_bindgen`, and `kwargs` are passed directly to rust_library. - - -**PARAMETERS** - - -| Name | Description | Default Value | -| :------------- | :------------- | :------------- | -| name | A unique name for this target. | none | -| header | The label of the .h file to generate bindings for. | none | -| cc_lib | The label of the cc_library that contains the .h file. This is used to find the transitive includes. | none | -| bindgen_flags | Flags to pass directly to the bindgen executable. See https://rust-lang.github.io/rust-bindgen/ for details. | `None` | -| bindgen_features | The `features` attribute for the `rust_bindgen` target. | `None` | -| clang_flags | Flags to pass directly to the clang executable. | `None` | -| wrap_static_fns | Whether to create a separate .c file for static fns. Requires nightly toolchain, and a header that actually needs this feature (otherwise bindgen won't generate the file and Bazel complains", | `False` | -| kwargs | Arguments to forward to the underlying `rust_library` rule. | none | - - - - -## rust_bindgen_register_toolchains - -
-rust_bindgen_register_toolchains(register_toolchains)
-
- -Registers the default toolchains for the `rules_rust` [bindgen][bg] rules. - -[bg]: https://rust-lang.github.io/rust-bindgen/ - - -**PARAMETERS** - - -| Name | Description | Default Value | -| :------------- | :------------- | :------------- | -| register_toolchains | Whether or not to register toolchains. | `True` | - - - - -## rust_prost_dependencies - -
-rust_prost_dependencies(bzlmod)
-
- -Declares repositories needed for prost. - -**PARAMETERS** - - -| Name | Description | Default Value | -| :------------- | :------------- | :------------- | -| bzlmod | Whether bzlmod is enabled. | `False` | - -**RETURNS** - -list[struct(repo=str, is_dev_dep=bool)]: A list of the repositories - defined by this macro. - - - - -## rust_prost_library - -
-rust_prost_library(name, kwargs)
-
- -A rule for generating a Rust library using Prost. - -**PARAMETERS** - - -| Name | Description | Default Value | -| :------------- | :------------- | :------------- | -| name | The name of the target. | none | -| kwargs | Additional keyword arguments for the underlying `rust_prost_library` rule. | none | - - - - -## rust_prost_transitive_repositories - -
-rust_prost_transitive_repositories()
-
- -Load transitive dependencies of the `@rules_rust//proto/protobuf` rules. - -This macro should be called immediately after the `rust_protobuf_dependencies` macro. - - - - - -## rust_proto_protobuf_dependencies - -
-rust_proto_protobuf_dependencies(bzlmod)
-
- -Sets up dependencies for rules_rust's proto support. - -**PARAMETERS** - - -| Name | Description | Default Value | -| :------------- | :------------- | :------------- | -| bzlmod | Whether this function is being called from a bzlmod context rather than a workspace context. | `False` | - -**RETURNS** - -A list of structs containing information about root module deps to report to bzlmod's extension_metadata. - - - - -## rust_proto_protobuf_register_toolchains - -
-rust_proto_protobuf_register_toolchains(register_toolchains)
-
- -Register toolchains for proto compilation. - -**PARAMETERS** - - -| Name | Description | Default Value | -| :------------- | :------------- | :------------- | -| register_toolchains |

-

| `True` | - - - - -## rust_proto_protobuf_transitive_repositories - -
-rust_proto_protobuf_transitive_repositories()
-
- -Load transitive dependencies of the `@rules_rust//proto/protobuf` rules. - -This macro should be called immediately after the `rust_protobuf_dependencies` macro. - - - ## rust_register_toolchains @@ -2060,47 +1578,6 @@ Assembles a remote repository for the given toolchain params, produces a proxy r str: The name of the registerable toolchain created by this rule. - - -## rust_wasm_bindgen_dependencies - -
-rust_wasm_bindgen_dependencies()
-
- -Declare dependencies needed for the `rules_rust` [wasm-bindgen][wb] rules. - -[wb]: https://github.com/rustwasm/wasm-bindgen - - - -**RETURNS** - -list[struct(repo=str, is_dev_dep=bool)]: A list of the repositories - defined by this macro. - - - - -## rust_wasm_bindgen_register_toolchains - -
-rust_wasm_bindgen_register_toolchains(register_toolchains)
-
- -Registers the default toolchains for the `rules_rust` [wasm-bindgen][wb] rules. - -[wb]: https://github.com/rustwasm/wasm-bindgen - - -**PARAMETERS** - - -| Name | Description | Default Value | -| :------------- | :------------- | :------------- | -| register_toolchains | Whether or not to register toolchains. | `True` | - - ## rust_analyzer_aspect diff --git a/docs/src/rules.md b/docs/src/rules.md index 40abdd8602..1869b9e143 100644 --- a/docs/src/rules.md +++ b/docs/src/rules.md @@ -14,7 +14,8 @@ ## 3rd party rules - [rust_bindgen](rust_bindgen.md): rules for generating C++ bindings. -- [rust_proto](rust_proto.md): rules for generating [protobuf](https://developers.google.com/protocol-buffers) and [gRPC](https://grpc.io) stubs. +- [rust_prost](rust_prost.md): rules for generating [protobuf](https://developers.google.com/protocol-buffers) and [gRPC](https://grpc.io) stubs using [prost](https://github.com/tokio-rs/prost). +- [rust_protobuf](rust_protobuf.md): rules for generating [protobuf](https://developers.google.com/protocol-buffers) and [gRPC](https://grpc.io) stubs with [rust-protobuf](https://github.com/stepancheg/rust-protobuf/) - [rust_wasm_bindgen](rust_wasm_bindgen.md): rules for generating [WebAssembly](https://www.rust-lang.org/what/wasm) bindings. ## Full API diff --git a/docs/src/rust_bindgen.md b/docs/src/rust_bindgen.md index 2c139530cc..f7bd8a6f45 100644 --- a/docs/src/rust_bindgen.md +++ b/docs/src/rust_bindgen.md @@ -1,35 +1,31 @@ -# Rust Bindgen -* [rust_bindgen_library](#rust_bindgen_library) -* [rust_bindgen](#rust_bindgen) -* [rust_bindgen_toolchain](#rust_bindgen_toolchain) -* [rust_bindgen_dependencies](#rust_bindgen_dependencies) -* [rust_bindgen_register_toolchains](#rust_bindgen_register_toolchains) - - -## Overview +# rules_rust_bindgen These rules are for using [Bindgen][bindgen] to generate [Rust][rust] bindings to C (and some C++) libraries. [rust]: http://www.rust-lang.org/ [bindgen]: https://github.com/rust-lang/rust-bindgen -See the [bindgen example](https://github.com/bazelbuild/rules_rust/tree/main/examples/bindgen/BUILD.bazel) for a more complete example of use. +## Rules -### Setup +- [rust_bindgen](#rust_bindgen) +- [rust_bindgen_library](#rust_bindgen_library) +- [rust_bindgen_toolchain](#rust_bindgen_toolchain) + +## Setup To use the Rust bindgen rules, add the following to your `WORKSPACE` file to add the external repositories for the Rust bindgen toolchain (in addition to the [rust rules setup](https://bazelbuild.github.io/rules_rust/#setup)): ```python -load("@rules_rust//bindgen:repositories.bzl", "rust_bindgen_dependencies", "rust_bindgen_register_toolchains") +load("@rules_rust_bindgen//:repositories.bzl", "rust_bindgen_dependencies", "rust_bindgen_register_toolchains") rust_bindgen_dependencies() rust_bindgen_register_toolchains() -load("@rules_rust//bindgen:transitive_repositories.bzl", "rust_bindgen_transitive_dependencies") +load("@rules_rust_bindgen//:transitive_repositories.bzl", "rust_bindgen_transitive_dependencies") rust_bindgen_transitive_dependencies() ``` @@ -43,11 +39,8 @@ toolchains following the instructions for [rust_bindgen_toolchain](#rust_bindgen [cra_uni]: https://bazelbuild.github.io/rules_rust/crate_universe.html --- - --- - - ## rust_bindgen @@ -88,7 +81,7 @@ in turn depends on both a clang binary and the clang library. To obtain these de `rust_bindgen_dependencies` imports bindgen and its dependencies. ```python -load("@rules_rust//bindgen:defs.bzl", "rust_bindgen_toolchain") +load("@rules_rust_bindgen//:defs.bzl", "rust_bindgen_toolchain") rust_bindgen_toolchain( name = "bindgen_toolchain_impl", @@ -101,7 +94,7 @@ rust_bindgen_toolchain( toolchain( name = "bindgen_toolchain", toolchain = "bindgen_toolchain_impl", - toolchain_type = "@rules_rust//bindgen:toolchain_type", + toolchain_type = "@rules_rust_bindgen//:toolchain_type", ) ``` @@ -121,23 +114,6 @@ For additional information, see the [Bazel toolchains documentation](https://doc | libstdcxx | A cc_library that satisfies libclang's libstdc++ dependency. This is used to make the execution of clang hermetic. If None, system libraries will be used instead. | Label | optional | `None` | - - -## rust_bindgen_dependencies - -
-rust_bindgen_dependencies()
-
- -Declare dependencies needed for bindgen. - - -**RETURNS** - -list[struct(repo=str, is_dev_dep=bool)]: A list of the repositories - defined by this macro. - - ## rust_bindgen_library @@ -167,24 +143,3 @@ Arguments are the same as `rust_bindgen`, and `kwargs` are passed directly to ru | kwargs | Arguments to forward to the underlying `rust_library` rule. | none | - - -## rust_bindgen_register_toolchains - -
-rust_bindgen_register_toolchains(register_toolchains)
-
- -Registers the default toolchains for the `rules_rust` [bindgen][bg] rules. - -[bg]: https://rust-lang.github.io/rust-bindgen/ - - -**PARAMETERS** - - -| Name | Description | Default Value | -| :------------- | :------------- | :------------- | -| register_toolchains | Whether or not to register toolchains. | `True` | - - diff --git a/docs/src/rust_prost.md b/docs/src/rust_prost.md new file mode 100644 index 0000000000..3cc3f10585 --- /dev/null +++ b/docs/src/rust_prost.md @@ -0,0 +1,194 @@ + + +# rules_rust_prost + +These build rules are used for building [protobufs][protobuf]/[gRPC][grpc] in [Rust][rust] with Bazel +using [Prost][prost] and [Tonic][tonic] + +[rust]: http://www.rust-lang.org/ +[protobuf]: https://developers.google.com/protocol-buffers/ +[grpc]: https://grpc.io +[prost]: https://github.com/tokio-rs/prost +[tonic]: https://github.com/tokio-rs/tonic + +## Rules + +- [rust_prost_library](#rust_prost_library) +- [rust_prost_toolchain](#rust_prost_toolchain) + +## Setup + +```python +load("@rules_rust//proto/prost:repositories.bzl", "rust_prost_dependencies") + +rust_prost_dependencies() + +load("@rules_rust//proto/prost:transitive_repositories.bzl", "rust_prost_transitive_repositories") + +rust_prost_transitive_repositories() +``` + +The `prost` and `tonic` rules do not specify a default toolchain in order to avoid mismatched +dependency issues. To setup the `prost` and `tonic` toolchain, please see the section +[Customizing `prost` and `tonic` Dependencies](#custom-prost-deps). + +For additional information about Bazel toolchains, see [here](https://docs.bazel.build/versions/master/toolchains.html). + +#### Customizing `prost` and `tonic` Dependencies + +These rules depend on the [`prost`] and [`tonic`] dependencies. To setup the necessary toolchain +for these rules, you must define a toolchain with the [`prost`], [`prost-types`], [`tonic`], [`protoc-gen-prost`], and [`protoc-gen-tonic`] crates as well as the [`protoc`] binary. + +[`prost`]: https://crates.io/crates/prost +[`prost-types`]: https://crates.io/crates/prost-types +[`protoc-gen-prost`]: https://crates.io/crates/protoc-gen-prost +[`protoc-gen-tonic`]: https://crates.io/crates/protoc-gen-tonic +[`tonic`]: https://crates.io/crates/tonic +[`protoc`]: https://github.com/protocolbuffers/protobuf + +To get access to these crates, you can use the [crate_universe](./crate_universe.md) repository +rules. For example: + +```python +load("//crate_universe:defs.bzl", "crate", "crates_repository") + +crates_repository( + name = "crates_io", + annotations = { + "protoc-gen-prost": [crate.annotation( + gen_binaries = ["protoc-gen-prost"], + patch_args = [ + "-p1", + ], + patches = [ + # Note: You will need to use this patch until a version greater than `0.2.2` of + # `protoc-gen-prost` is released. + "@rules_rust//proto/prost/private/3rdparty/patches:protoc-gen-prost.patch", + ], + )], + "protoc-gen-tonic": [crate.annotation( + gen_binaries = ["protoc-gen-tonic"], + )], + }, + cargo_lockfile = "Cargo.Bazel.lock", + mode = "remote", + packages = { + "prost": crate.spec( + version = "0", + ), + "prost-types": crate.spec( + version = "0", + ), + "protoc-gen-prost": crate.spec( + version = "0", + ), + "protoc-gen-tonic": crate.spec( + version = "0", + ), + "tonic": crate.spec( + version = "0", + ), + }, + repository_name = "rules_rust_prost", + tags = ["manual"], +) +``` + +You can then define a toolchain with the `rust_prost_toolchain` rule which uses the crates +defined above. For example: + +```python +load("@rules_rust//proto/prost:defs.bzl", "rust_prost_toolchain") +load("@rules_rust//rust:defs.bzl", "rust_library_group") + +rust_library_group( + name = "prost_runtime", + deps = [ + "@crates_io//:prost", + ], +) + +rust_library_group( + name = "tonic_runtime", + deps = [ + ":prost_runtime", + "@crates_io//:tonic", + ], +) + +rust_prost_toolchain( + name = "prost_toolchain_impl", + prost_plugin = "@crates_io//:protoc-gen-prost__protoc-gen-prost", + prost_runtime = ":prost_runtime", + prost_types = "@crates_io//:prost-types", + proto_compiler = "@com_google_protobuf//:protoc", + tonic_plugin = "@crates_io//:protoc-gen-tonic__protoc-gen-tonic", + tonic_runtime = ":tonic_runtime", +) + +toolchain( + name = "prost_toolchain", + toolchain = "prost_toolchain_impl", + toolchain_type = "@rules_rust//proto/prost:toolchain_type", +) +``` + +Lastly, you must register the toolchain in your `WORKSPACE` file. For example: + +```python +register_toolchains("//toolchains:prost_toolchain") +``` + +--- +--- + + + +## rust_prost_toolchain + +
+rust_prost_toolchain(name, include_transitive_deps, prost_opts, prost_plugin, prost_plugin_flag,
+                     prost_runtime, prost_types, proto_compiler, tonic_opts, tonic_plugin,
+                     tonic_plugin_flag, tonic_runtime)
+
+ +Rust Prost toolchain rule. + +**ATTRIBUTES** + + +| Name | Description | Type | Mandatory | Default | +| :------------- | :------------- | :------------- | :------------- | :------------- | +| name | A unique name for this target. | Name | required | | +| include_transitive_deps | Whether to include transitive dependencies. If set to True, all transitive dependencies will directly accessible by the dependent crate. | Boolean | optional | `False` | +| prost_opts | Additional options to add to Prost. | List of strings | optional | `[]` | +| prost_plugin | Additional plugins to add to Prost. | Label | required | | +| prost_plugin_flag | Prost plugin flag format. (e.g. `--plugin=protoc-gen-prost=%s`) | String | optional | `"--plugin=protoc-gen-prost=%s"` | +| prost_runtime | The Prost runtime crates to use. | Label | required | | +| prost_types | The Prost types crates to use. | Label | required | | +| proto_compiler | The protoc compiler to use. Note that this attribute is deprecated - prefer to use --incompatible_enable_proto_toolchain_resolution. | Label | optional | `None` | +| tonic_opts | Additional options to add to Tonic. | List of strings | optional | `[]` | +| tonic_plugin | Additional plugins to add to Tonic. | Label | optional | `None` | +| tonic_plugin_flag | Tonic plugin flag format. (e.g. `--plugin=protoc-gen-tonic=%s`)) | String | optional | `"--plugin=protoc-gen-tonic=%s"` | +| tonic_runtime | The Tonic runtime crates to use. | Label | optional | `None` | + + + + +## rust_prost_library + +
+rust_prost_library(name, kwargs)
+
+ +A rule for generating a Rust library using Prost. + +**PARAMETERS** + + +| Name | Description | Default Value | +| :------------- | :------------- | :------------- | +| name | The name of the target. | none | +| kwargs | Additional keyword arguments for the underlying `rust_prost_library` rule. | none | + + diff --git a/docs/src/rust_proto.md b/docs/src/rust_proto.md index 325fbba72d..7b8c25ce14 100644 --- a/docs/src/rust_proto.md +++ b/docs/src/rust_proto.md @@ -18,7 +18,7 @@ These build rules are used for building [protobufs][protobuf]/[gRPC][grpc] in [R There are two rule sets. The first ruleset defines the `rust_prost_library` which generates Rust code using the [`prost`] and [`tonic`] dependencies. The second ruleset defines the `rust_proto_library` and -`rust_grpc_library` rules which generate Rust code using the [`rust-protobuf`] dependencies. +`rust_grpc_library` rules which generate Rust code using the [`rust-protobuf`] dependencies. [rust]: http://www.rust-lang.org/ [protobuf]: https://developers.google.com/protocol-buffers/ @@ -30,11 +30,11 @@ See the [protobuf example](../examples/proto) for a more complete example of use ### Prost Setup ```python -load("@rules_rust//proto/prost:repositories.bzl", "rust_prost_dependencies") +load("@rules_rust_prost//:repositories.bzl", "rust_prost_dependencies") rust_prost_dependencies() -load("@rules_rust//proto/prost:transitive_repositories.bzl", "rust_prost_transitive_repositories") +load("@rules_rust_prost//:transitive_repositories.bzl", "rust_prost_transitive_repositories") rust_prost_transitive_repositories() ``` @@ -74,7 +74,7 @@ crates_repository( patches = [ # Note: You will need to use this patch until a version greater than `0.2.2` of # `protoc-gen-prost` is released. - "@rules_rust//proto/prost/private/3rdparty/patches:protoc-gen-prost.patch", + "@rules_rust_prost///private/3rdparty/patches:protoc-gen-prost.patch", ], )], "protoc-gen-tonic": [crate.annotation( @@ -109,7 +109,7 @@ You can then define a toolchain with the `rust_prost_toolchain` rule which uses defined above. For example: ```python -load("@rules_rust//proto/prost:defs.bzl", "rust_prost_toolchain") +load("@rules_rust_prost//:defs.bzl", "rust_prost_toolchain") load("@rules_rust//rust:defs.bzl", "rust_library_group") rust_library_group( @@ -140,7 +140,7 @@ rust_prost_toolchain( toolchain( name = "prost_toolchain", toolchain = "prost_toolchain_impl", - toolchain_type = "@rules_rust//proto/prost:toolchain_type", + toolchain_type = "@rules_rust_prost//:toolchain_type", ) ``` @@ -156,13 +156,13 @@ To use the Rust proto rules, add the following to your `WORKSPACE` file to add t external repositories for the Rust proto toolchain (in addition to the [rust rules setup](..)): ```python -load("@rules_rust//proto/protobuf:repositories.bzl", "rust_proto_protobuf_dependencies", "rust_proto_protobuf_register_toolchains") +load("@rules_rust_protobuf//:repositories.bzl", "rust_proto_protobuf_dependencies", "rust_proto_protobuf_register_toolchains") rust_proto_protobuf_dependencies() rust_proto_protobuf_register_toolchains() -load("@rules_rust//proto/protobuf:transitive_repositories.bzl", "rust_proto_protobuf_transitive_repositories") +load("@rules_rust_protobuf//:transitive_repositories.bzl", "rust_proto_protobuf_transitive_repositories") rust_proto_protobuf_transitive_repositories() ``` @@ -189,8 +189,8 @@ complex scenario (with more dependencies), you must redefine those dependencies. To do this, once you've imported the needed dependencies (see our -[@rules_rust//proto/protobuf/3rdparty/BUILD.bazel](https://github.com/bazelbuild/rules_rust/blob/main/proto/protobuf/3rdparty/BUILD.bazel) -file to see the default dependencies), you need to create your own toolchain. +[@rules_rust_protobuf///3rdparty/BUILD.bazel](https://github.com/bazelbuild/rules_rust/blob/main/proto/protobuf/3rdparty/BUILD.bazel) +file to see the default dependencies), you need to create your own toolchain. To do so you can create a BUILD file with your toolchain definition, for example: ```python @@ -209,7 +209,7 @@ rust_proto_toolchain( toolchain( name = "proto-toolchain", toolchain = ":proto-toolchain-impl", - toolchain_type = "@rules_rust//proto/protobuf:toolchain_type", + toolchain_type = "@rules_rust_protobuf//:toolchain_type", ) ``` @@ -266,7 +266,7 @@ Builds a Rust library crate from a set of `proto_library`s suitable for gRPC. Example: ```python -load("@rules_rust//proto/protobuf:defs.bzl", "rust_grpc_library") +load("@rules_rust_protobuf//:defs.bzl", "rust_grpc_library") proto_library( name = "my_proto", @@ -341,7 +341,7 @@ Builds a Rust library crate from a set of `proto_library`s. Example: ```python -load("@rules_rust//proto/protobuf:defs.bzl", "rust_proto_library") +load("@rules_rust_protobuf//:defs.bzl", "rust_proto_library") proto_library( name = "my_proto", @@ -422,7 +422,7 @@ A rule for generating a Rust library using Prost. rust_prost_transitive_repositories() -Load transitive dependencies of the `@rules_rust//proto/protobuf` rules. +Load transitive dependencies of the `@rules_rust_protobuf//` rules. This macro should be called immediately after the `rust_protobuf_dependencies` macro. @@ -476,9 +476,6 @@ Register toolchains for proto compilation. rust_proto_protobuf_transitive_repositories() -Load transitive dependencies of the `@rules_rust//proto/protobuf` rules. +Load transitive dependencies of the `@rules_rust_protobuf//` rules. This macro should be called immediately after the `rust_protobuf_dependencies` macro. - - - diff --git a/docs/src/rust_protobuf.md b/docs/src/rust_protobuf.md new file mode 100644 index 0000000000..035d5c8534 --- /dev/null +++ b/docs/src/rust_protobuf.md @@ -0,0 +1,201 @@ + + +# rules_rust_protobuf + +These build rules are used for building [protobufs][protobuf]/[gRPC][grpc] in [Rust][rust] with Bazel +using [`rust-protobuf`]. + +[rust]: http://www.rust-lang.org/ +[protobuf]: https://developers.google.com/protocol-buffers/ +[grpc]: https://grpc.io +[`rust-protobuf`]: https://github.com/stepancheg/rust-protobuf/ + +## Setup + +To use the Rust proto rules, add the following to your `WORKSPACE` file to add the +external repositories for the Rust proto toolchain (in addition to the [rust rules setup](..)): + +```python +load("@rules_rust//proto/protobuf:repositories.bzl", "rust_proto_protobuf_dependencies", "rust_proto_protobuf_register_toolchains") + +rust_proto_protobuf_dependencies() + +rust_proto_protobuf_register_toolchains() + +load("@rules_rust//proto/protobuf:transitive_repositories.bzl", "rust_proto_protobuf_transitive_repositories") + +rust_proto_protobuf_transitive_repositories() +``` + +This will load the required dependencies for the [`rust-protobuf`] rules. It will also +register a default toolchain for the `rust_proto_library` and `rust_grpc_library` rules. + +To customize the `rust_proto_library` and `rust_grpc_library` toolchain, please see the section +[Customizing `rust-protobuf` Dependencies](#custom-proto-deps). + +For additional information about Bazel toolchains, see [here](https://docs.bazel.build/versions/master/toolchains.html). + +#### Customizing `rust-protobuf` Dependencies + +These rules depend on the [`protobuf`](https://crates.io/crates/protobuf) and +the [`grpc`](https://crates.io/crates/grpc) crates in addition to the [protobuf +compiler](https://github.com/google/protobuf). To obtain these crates, +`rust_proto_repositories` imports the given crates using BUILD files generated with +[crate_universe](./crate_universe.md). + +If you want to either change the protobuf and gRPC rust compilers, or to +simply use [crate_universe](./crate_universe.md) in a more +complex scenario (with more dependencies), you must redefine those +dependencies. + +To do this, once you've imported the needed dependencies (see our +[@rules_rust//proto/protobuf/3rdparty/BUILD.bazel](https://github.com/bazelbuild/rules_rust/blob/main/proto/protobuf/3rdparty/BUILD.bazel) +file to see the default dependencies), you need to create your own toolchain. +To do so you can create a BUILD file with your toolchain definition, for example: + +```python +load("@rules_rust//proto:toolchain.bzl", "rust_proto_toolchain") + +rust_proto_toolchain( + name = "proto-toolchain-impl", + # Path to the protobuf compiler. + protoc = "@com_google_protobuf//:protoc", + # Protobuf compiler plugin to generate rust gRPC stubs. + grpc_plugin = "//3rdparty/crates:cargo_bin_protoc_gen_rust_grpc", + # Protobuf compiler plugin to generate rust protobuf stubs. + proto_plugin = "//3rdparty/crates:cargo_bin_protoc_gen_rust", +) + +toolchain( + name = "proto-toolchain", + toolchain = ":proto-toolchain-impl", + toolchain_type = "@rules_rust//proto/protobuf:toolchain_type", +) +``` + +Now that you have your own toolchain, you need to register it by +inserting the following statement in your `WORKSPACE` file: + +```python +register_toolchains("//my/toolchains:proto-toolchain") +``` + +Finally, you might want to set the `rust_deps` attribute in +`rust_proto_library` and `rust_grpc_library` to change the compile-time +dependencies: + +```python +rust_proto_library( + ... + rust_deps = ["//3rdparty/crates:protobuf"], + ... +) + +rust_grpc_library( + ... + rust_deps = [ + "//3rdparty/crates:protobuf", + "//3rdparty/crates:grpc", + "//3rdparty/crates:tls_api", + "//3rdparty/crates:tls_api_stub", + ], + ... +) +``` + +__Note__: Ideally, we would inject those dependencies from the toolchain, +but due to [bazelbuild/bazel#6889](https://github.com/bazelbuild/bazel/issues/6889) +all dependencies added via the toolchain ends-up being in the wrong +configuration. + +--- +--- + + + +## rust_grpc_library + +
+rust_grpc_library(name, deps, crate_name, rust_deps, rustc_flags)
+
+ +Builds a Rust library crate from a set of `proto_library`s suitable for gRPC. + +Example: + +```python +load("@rules_rust_protobuf//:defs.bzl", "rust_grpc_library") + +proto_library( + name = "my_proto", + srcs = ["my.proto"] +) + +rust_grpc_library( + name = "rust", + deps = [":my_proto"], +) + +rust_binary( + name = "my_service", + srcs = ["my_service.rs"], + deps = [":rust"], +) +``` + +**ATTRIBUTES** + + +| Name | Description | Type | Mandatory | Default | +| :------------- | :------------- | :------------- | :------------- | :------------- | +| name | A unique name for this target. | Name | required | | +| deps | List of proto_library dependencies that will be built. One crate for each proto_library will be created with the corresponding gRPC stubs. | List of labels | required | | +| crate_name | Crate name to use for this target.

This must be a valid Rust identifier, i.e. it may contain only alphanumeric characters and underscores. Defaults to the target name, with any hyphens replaced by underscores. | String | optional | `""` | +| rust_deps | The crates the generated library depends on. | List of labels | optional | `[]` | +| rustc_flags | List of compiler flags passed to `rustc`.

These strings are subject to Make variable expansion for predefined source/output path variables like `$location`, `$execpath`, and `$rootpath`. This expansion is useful if you wish to pass a generated file of arguments to rustc: `@$(location //package:target)`. | List of strings | optional | `[]` | + + + + +## rust_proto_library + +
+rust_proto_library(name, deps, crate_name, rust_deps, rustc_flags)
+
+ +Builds a Rust library crate from a set of `proto_library`s. + +Example: + +```python +load("@rules_rust_protobuf//:defs.bzl", "rust_proto_library") + +proto_library( + name = "my_proto", + srcs = ["my.proto"] +) + +rust_proto_library( + name = "rust", + deps = [":my_proto"], +) + +rust_binary( + name = "my_proto_binary", + srcs = ["my_proto_binary.rs"], + deps = [":rust"], +) +``` + +**ATTRIBUTES** + + +| Name | Description | Type | Mandatory | Default | +| :------------- | :------------- | :------------- | :------------- | :------------- | +| name | A unique name for this target. | Name | required | | +| deps | List of proto_library dependencies that will be built. One crate for each proto_library will be created with the corresponding stubs. | List of labels | required | | +| crate_name | Crate name to use for this target.

This must be a valid Rust identifier, i.e. it may contain only alphanumeric characters and underscores. Defaults to the target name, with any hyphens replaced by underscores. | String | optional | `""` | +| rust_deps | The crates the generated library depends on. | List of labels | optional | `[]` | +| rustc_flags | List of compiler flags passed to `rustc`.

These strings are subject to Make variable expansion for predefined source/output path variables like `$location`, `$execpath`, and `$rootpath`. This expansion is useful if you wish to pass a generated file of arguments to rustc: `@$(location //package:target)`. | List of strings | optional | `[]` | + + diff --git a/docs/src/rust_wasm_bindgen.md b/docs/src/rust_wasm_bindgen.md index 0eb91be287..7d33b7944f 100644 --- a/docs/src/rust_wasm_bindgen.md +++ b/docs/src/rust_wasm_bindgen.md @@ -1,14 +1,6 @@ -# Rust Wasm Bindgen -* [rust_wasm_bindgen_dependencies](#rust_wasm_bindgen_dependencies) -* [rust_wasm_bindgen_register_toolchains](#rust_wasm_bindgen_register_toolchains) -* [rust_wasm_bindgen_toolchain](#rust_wasm_bindgen_toolchain) -* [rust_wasm_bindgen](#rust_wasm_bindgen) -* [RustWasmBindgenInfo](#RustWasmBindgenInfo) - - -## Overview +# rules_rust_wasm_bindgen Bazel rules for generating wasm modules for Javascript using [wasm-bindgen][wb]. @@ -18,7 +10,7 @@ To begin using the `wasm-bindgen` rules, users can load the necessary dependenci in their workspace by adding the following to their `WORKSPACE.bazel` file. ```python -load("@rules_rust//wasm_bindgen:repositories.bzl", "rust_wasm_bindgen_dependencies", "rust_wasm_bindgen_register_toolchains") +load("@rules_rust_wasm_bindgen//:repositories.bzl", "rust_wasm_bindgen_dependencies", "rust_wasm_bindgen_register_toolchains") rust_wasm_bindgen_dependencies() @@ -35,7 +27,7 @@ toolchains to register in the workspace. ### Interfacing with Javascript rules While it's recommended for users to mantain their own , in the -`@rules_rust//wasm_bindgen` package there exists interface sub-packages for various +`@rules_rust_wasm_bindgen` package there exists interface sub-packages for various Javascript Bazel rules. E.g. `build_bazel_rules_nodejs` or `aspect_rules_js`. The rules defined there are a more convenient way to use `rust_wasm_bindgen` with the associated javascript rules due to the inclusion of additional providers. Each @@ -45,7 +37,6 @@ directory contains a `defs.bzl` file that defines the different variants of [wb]: https://github.com/rustwasm/wasm-bindgen - ## rust_wasm_bindgen @@ -86,7 +77,7 @@ In cases where users want to control or change the version of `wasm-bindgen` use a unique toolchain can be created as in the example below: ```python -load("@rules_rust//bindgen:bindgen.bzl", "rust_bindgen_toolchain") +load("@rules_rust_bindgen//:defs.bzl", "rust_bindgen_toolchain") rust_bindgen_toolchain( bindgen = "//3rdparty/crates:wasm_bindgen_cli__bin", @@ -95,7 +86,7 @@ rust_bindgen_toolchain( toolchain( name = "wasm_bindgen_toolchain", toolchain = "wasm_bindgen_toolchain_impl", - toolchain_type = "@rules_rust//wasm_bindgen:toolchain_type", + toolchain_type = "@rules_rust_wasm_bindgen//:toolchain_type", ) ``` @@ -139,44 +130,3 @@ Info about wasm-bindgen outputs. | wasm | File: The `.wasm` file generated by `wasm-bindgen`. | - - -## rust_wasm_bindgen_dependencies - -
-rust_wasm_bindgen_dependencies()
-
- -Declare dependencies needed for the `rules_rust` [wasm-bindgen][wb] rules. - -[wb]: https://github.com/rustwasm/wasm-bindgen - - - -**RETURNS** - -list[struct(repo=str, is_dev_dep=bool)]: A list of the repositories - defined by this macro. - - - - -## rust_wasm_bindgen_register_toolchains - -
-rust_wasm_bindgen_register_toolchains(register_toolchains)
-
- -Registers the default toolchains for the `rules_rust` [wasm-bindgen][wb] rules. - -[wb]: https://github.com/rustwasm/wasm-bindgen - - -**PARAMETERS** - - -| Name | Description | Default Value | -| :------------- | :------------- | :------------- | -| register_toolchains | Whether or not to register toolchains. | `True` | - - diff --git a/docs/src/rust_wasm_bindgen_rules_js.md b/docs/src/rust_wasm_bindgen_rules_js.md new file mode 100644 index 0000000000..c358bccd0e --- /dev/null +++ b/docs/src/rust_wasm_bindgen_rules_js.md @@ -0,0 +1,29 @@ + + +Rust WASM-bindgen rules for interfacing with aspect-build/rules_js + + + +## js_rust_wasm_bindgen + +
+js_rust_wasm_bindgen(name, bindgen_flags, target, target_arch, wasm_file)
+
+ +Generates javascript and typescript bindings for a webassembly module using [wasm-bindgen][ws] that interface with [aspect-build/rules_js][abjs]. + +[ws]: https://rustwasm.github.io/docs/wasm-bindgen/ +[abjs]: https://github.com/aspect-build/rules_js + +**ATTRIBUTES** + + +| Name | Description | Type | Mandatory | Default | +| :------------- | :------------- | :------------- | :------------- | :------------- | +| name | A unique name for this target. | Name | required | | +| bindgen_flags | Flags to pass directly to the bindgen executable. See https://github.com/rustwasm/wasm-bindgen/ for details. | List of strings | optional | `[]` | +| target | The type of output to generate. See https://rustwasm.github.io/wasm-bindgen/reference/deployment.html for details. | String | optional | `"bundler"` | +| target_arch | The target architecture to use for the wasm-bindgen command line option. | String | optional | `"wasm32"` | +| wasm_file | The `.wasm` file or crate to generate bindings for. | Label | required | | + + diff --git a/docs/src/rust_wasm_bindgen_rules_nodejs.md b/docs/src/rust_wasm_bindgen_rules_nodejs.md new file mode 100644 index 0000000000..d27ca15e55 --- /dev/null +++ b/docs/src/rust_wasm_bindgen_rules_nodejs.md @@ -0,0 +1,29 @@ + + +Rust WASM-bindgen rules for interfacing with bazelbuild/rules_nodejs + + + +## nodejs_rust_wasm_bindgen + +
+nodejs_rust_wasm_bindgen(name, bindgen_flags, target, target_arch, wasm_file)
+
+ +Generates javascript and typescript bindings for a webassembly module using [wasm-bindgen][ws] that interface with [bazelbuild/rules_nodejs][bbnjs]. + +[ws]: https://rustwasm.github.io/docs/wasm-bindgen/ +[bbnjs]: https://github.com/bazelbuild/rules_nodejs + +**ATTRIBUTES** + + +| Name | Description | Type | Mandatory | Default | +| :------------- | :------------- | :------------- | :------------- | :------------- | +| name | A unique name for this target. | Name | required | | +| bindgen_flags | Flags to pass directly to the bindgen executable. See https://github.com/rustwasm/wasm-bindgen/ for details. | List of strings | optional | `[]` | +| target | The type of output to generate. See https://rustwasm.github.io/wasm-bindgen/reference/deployment.html for details. | String | optional | `"bundler"` | +| target_arch | The target architecture to use for the wasm-bindgen command line option. | String | optional | `"wasm32"` | +| wasm_file | The `.wasm` file or crate to generate bindings for. | Label | required | | + + diff --git a/docs/symbols.bzl b/docs/symbols.bzl index 8bd44bde2c..80f9d77b6a 100644 --- a/docs/symbols.bzl +++ b/docs/symbols.bzl @@ -2,17 +2,6 @@ to have stardoc generated documentation. """ -load( - "@rules_rust//bindgen:defs.bzl", - _rust_bindgen = "rust_bindgen", - _rust_bindgen_library = "rust_bindgen_library", - _rust_bindgen_toolchain = "rust_bindgen_toolchain", -) -load( - "@rules_rust//bindgen:repositories.bzl", - _rust_bindgen_dependencies = "rust_bindgen_dependencies", - _rust_bindgen_register_toolchains = "rust_bindgen_register_toolchains", -) load( "@rules_rust//cargo:defs.bzl", _cargo_bootstrap_repository = "cargo_bootstrap_repository", @@ -27,33 +16,6 @@ load( _crates_repository = "crates_repository", _crates_vendor = "crates_vendor", ) -load( - "@rules_rust//proto/prost:defs.bzl", - _rust_prost_library = "rust_prost_library", - _rust_prost_toolchain = "rust_prost_toolchain", -) -load( - "@rules_rust//proto/prost:repositories.bzl", - _rust_prost_dependencies = "rust_prost_dependencies", -) -load( - "@rules_rust//proto/protobuf:defs.bzl", - _rust_grpc_library = "rust_grpc_library", - _rust_proto_library = "rust_proto_library", -) -load( - "@rules_rust//proto/protobuf:repositories.bzl", - _rust_proto_protobuf_dependencies = "rust_proto_protobuf_dependencies", - _rust_proto_protobuf_register_toolchains = "rust_proto_protobuf_register_toolchains", -) -load( - "@rules_rust//proto/protobuf:toolchain.bzl", - _rust_proto_toolchain = "rust_proto_toolchain", -) -load( - "@rules_rust//proto/protobuf:transitive_repositories.bzl", - _rust_proto_protobuf_transitive_repositories = "rust_proto_protobuf_transitive_repositories", -) load( "@rules_rust//rust:defs.bzl", _capture_clippy_output = "capture_clippy_output", @@ -110,17 +72,6 @@ load( "@rules_rust//rust/settings:incompatible.bzl", _incompatible_flag = "incompatible_flag", ) -load( - "@rules_rust//wasm_bindgen:defs.bzl", - _RustWasmBindgenInfo = "RustWasmBindgenInfo", - _rust_wasm_bindgen = "rust_wasm_bindgen", - _rust_wasm_bindgen_toolchain = "rust_wasm_bindgen_toolchain", -) -load( - "@rules_rust//wasm_bindgen:repositories.bzl", - _rust_wasm_bindgen_dependencies = "rust_wasm_bindgen_dependencies", - _rust_wasm_bindgen_register_toolchains = "rust_wasm_bindgen_register_toolchains", -) rust_binary = _rust_binary rust_library = _rust_library @@ -133,37 +84,14 @@ rust_test_suite = _rust_test_suite rust_doc = _rust_doc rust_doc_test = _rust_doc_test -rust_prost_library = _rust_prost_library -rust_prost_toolchain = _rust_prost_toolchain -rust_grpc_library = _rust_grpc_library -rust_proto_library = _rust_proto_library - -rust_bindgen = _rust_bindgen -rust_bindgen_dependencies = _rust_bindgen_dependencies -rust_bindgen_library = _rust_bindgen_library -rust_bindgen_register_toolchains = _rust_bindgen_register_toolchains -rust_bindgen_toolchain = _rust_bindgen_toolchain - rust_toolchain = _rust_toolchain -rust_proto_toolchain = _rust_proto_toolchain -rust_proto_protobuf_dependencies = _rust_proto_protobuf_dependencies -rust_proto_protobuf_register_toolchains = _rust_proto_protobuf_register_toolchains -rust_prost_dependencies = _rust_prost_dependencies rust_stdlib_filegroup = _rust_stdlib_filegroup -rust_proto_protobuf_transitive_repositories = _rust_proto_protobuf_transitive_repositories -rust_prost_transitive_repositories = _rust_proto_protobuf_transitive_repositories cargo_bootstrap_repository = _cargo_bootstrap_repository cargo_build_script = _cargo_build_script cargo_dep_env = _cargo_dep_env cargo_env = _cargo_env -rust_wasm_bindgen = _rust_wasm_bindgen -rust_wasm_bindgen_dependencies = _rust_wasm_bindgen_dependencies -rust_wasm_bindgen_register_toolchains = _rust_wasm_bindgen_register_toolchains -rust_wasm_bindgen_toolchain = _rust_wasm_bindgen_toolchain -RustWasmBindgenInfo = _RustWasmBindgenInfo - rules_rust_dependencies = _rules_rust_dependencies rust_register_toolchains = _rust_register_toolchains rust_repositories = _rust_repositories diff --git a/examples/.bazelignore b/examples/.bazelignore index 5c00b61cb9..79bbe13c03 100644 --- a/examples/.bazelignore +++ b/examples/.bazelignore @@ -1,5 +1,9 @@ android bazel_env +bazel-bin +bazel-examples +bazel-out +bazel-testlogs bzlmod cargo_manifest_dir/external_crate crate_universe diff --git a/examples/WORKSPACE.bazel b/examples/WORKSPACE.bazel index d1db73fe8e..52d360b51e 100644 --- a/examples/WORKSPACE.bazel +++ b/examples/WORKSPACE.bazel @@ -24,16 +24,6 @@ load("@rules_rust//tools/rust_analyzer:deps.bzl", "rust_analyzer_dependencies") rust_analyzer_dependencies() -load("@rules_rust//bindgen:repositories.bzl", "rust_bindgen_dependencies", "rust_bindgen_register_toolchains") - -rust_bindgen_dependencies() - -rust_bindgen_register_toolchains() - -load("@rules_rust//bindgen:transitive_repositories.bzl", "rust_bindgen_transitive_dependencies") - -rust_bindgen_transitive_dependencies() - load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # We need to load rules_java before anything proto-related happens because otherwise it will pull in its own rules_java which isn't compatible with rules_jvm_external. @@ -45,38 +35,6 @@ http_archive( ], ) -load("@rules_rust//proto/protobuf:repositories.bzl", "rust_proto_protobuf_dependencies", "rust_proto_protobuf_register_toolchains") - -rust_proto_protobuf_dependencies() - -rust_proto_protobuf_register_toolchains() - -load("@rules_rust//proto/protobuf:transitive_repositories.bzl", "rust_proto_protobuf_transitive_repositories") - -rust_proto_protobuf_transitive_repositories() - -load("@rules_rust//wasm_bindgen:repositories.bzl", "rust_wasm_bindgen_dependencies", "rust_wasm_bindgen_register_toolchains") - -rust_wasm_bindgen_dependencies() - -rust_wasm_bindgen_register_toolchains() - -load("@rules_rust//wasm_bindgen/rules_nodejs:repositories.bzl", "nodejs_rust_wasm_bindgen_dependencies") - -nodejs_rust_wasm_bindgen_dependencies() - -load("@rules_rust//wasm_bindgen/rules_js:repositories.bzl", "js_rust_wasm_bindgen_dependencies") - -js_rust_wasm_bindgen_dependencies() - -load("@aspect_rules_js//js:repositories.bzl", "rules_js_dependencies") - -rules_js_dependencies() - -load("@aspect_rules_js//js:toolchains.bzl", "DEFAULT_NODE_VERSION", "rules_js_register_toolchains") - -rules_js_register_toolchains(node_version = DEFAULT_NODE_VERSION) - ############################################################################### # Workspace examples ############################################################################### @@ -104,20 +62,6 @@ rust_repository_set( # Examples dependencies ############################################################################### -http_archive( - name = "build_bazel_rules_nodejs", - sha256 = "709cc0dcb51cf9028dd57c268066e5bc8f03a119ded410a13b5c3925d6e43c48", - urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.8.4/rules_nodejs-5.8.4.tar.gz"], -) - -load("@build_bazel_rules_nodejs//:index.bzl", "node_repositories") - -node_repositories() - -load("@bazel_features//:deps.bzl", "bazel_features_deps") - -bazel_features_deps() - http_archive( name = "rules_foreign_cc", sha256 = "69023642d5781c68911beda769f91fcbc8ca48711db935a75da7f6536b65047f", diff --git a/examples/bazel_env/MODULE.bazel b/examples/bazel_env/MODULE.bazel index e4e9340759..e42e2637d1 100644 --- a/examples/bazel_env/MODULE.bazel +++ b/examples/bazel_env/MODULE.bazel @@ -8,7 +8,7 @@ module( version = "0.0.0", ) -bazel_dep(name = "platforms", version = "0.0.9") +bazel_dep(name = "platforms", version = "0.0.10") bazel_dep( name = "rules_rust", version = "0.0.0", diff --git a/examples/bzlmod/all_crate_deps/MODULE.bazel b/examples/bzlmod/all_crate_deps/MODULE.bazel index 63148904b4..10033b1aa6 100644 --- a/examples/bzlmod/all_crate_deps/MODULE.bazel +++ b/examples/bzlmod/all_crate_deps/MODULE.bazel @@ -5,7 +5,7 @@ module( version = "0.0.0", ) -bazel_dep(name = "platforms", version = "0.0.8") +bazel_dep(name = "platforms", version = "0.0.10") bazel_dep( name = "bazel_skylib", version = "1.5.0", diff --git a/examples/bzlmod/hello_world/MODULE.bazel b/examples/bzlmod/hello_world/MODULE.bazel index b0c8b442dd..da42241fa4 100644 --- a/examples/bzlmod/hello_world/MODULE.bazel +++ b/examples/bzlmod/hello_world/MODULE.bazel @@ -5,7 +5,7 @@ module( version = "0.0.0", ) -bazel_dep(name = "platforms", version = "0.0.8") +bazel_dep(name = "platforms", version = "0.0.10") bazel_dep( name = "bazel_skylib", version = "1.5.0", diff --git a/examples/bzlmod/override_target/MODULE.bazel b/examples/bzlmod/override_target/MODULE.bazel index 06a5c6948b..c8f9d79d66 100644 --- a/examples/bzlmod/override_target/MODULE.bazel +++ b/examples/bzlmod/override_target/MODULE.bazel @@ -5,7 +5,7 @@ module( version = "0.0.0", ) -bazel_dep(name = "platforms", version = "0.0.8") +bazel_dep(name = "platforms", version = "0.0.10") bazel_dep( name = "bazel_skylib", version = "1.5.0", diff --git a/examples/bzlmod/proto/MODULE.bazel b/examples/bzlmod/proto/MODULE.bazel index a91b6fce6f..46e05d6844 100644 --- a/examples/bzlmod/proto/MODULE.bazel +++ b/examples/bzlmod/proto/MODULE.bazel @@ -7,12 +7,18 @@ module( # B A Z E L C E N T R A L R E G I S T R Y # https://registry.bazel.build/ ############################################################################### # https://github.com/bazelbuild/rules_rust/releases -bazel_dep(name = "rules_rust", version = "0.46.0") +bazel_dep(name = "rules_rust", version = "0.54.1") local_path_override( module_name = "rules_rust", path = "../../..", ) +bazel_dep(name = "rules_rust_prost", version = "0.54.1") +local_path_override( + module_name = "rules_rust_prost", + path = "../../../extensions/prost", +) + # # Rules for protobuf / gRPC # https://github.com/bazelbuild/rules_proto/releases @@ -68,9 +74,6 @@ use_repo(rust, "rust_toolchains") register_toolchains("@rust_toolchains//:all") -# Proto toolchain -register_toolchains("@rules_rust//proto/protobuf:default-proto-toolchain") - # Custom Prost toolchain register_toolchains("@//build/prost_toolchain") diff --git a/examples/bzlmod/proto/README.md b/examples/bzlmod/proto/README.md index 8ce7fc6125..38b0dbe9c7 100644 --- a/examples/bzlmod/proto/README.md +++ b/examples/bzlmod/proto/README.md @@ -2,7 +2,7 @@ This example shows how to build a gRPC server and client in Rust with Bazel. There is a Cargo Workspace configuration and a Bazelmod configuration. Furthermore, -all binary targets apply optimization from the [compiler optimization example](../03-comp-opt). +all binary targets apply optimization from the [compiler optimization example](../03-comp-opt). To run the example with Cargo, open one terminal and start the server with: @@ -28,16 +28,16 @@ Client: ## Setup -The Prost and Tonic rules do not specify a default toolchain in order to avoid mismatched dependency issues. +The Prost and Tonic rules do not specify a default toolchain in order to avoid mismatched dependency issues. While the Tonic toolchain works out of the box when its dependencies are matched, however, Prost requires a custom toolchain that you have to define. -The setup requires three steps to complete: +The setup requires three steps to complete: 1. Configure rules and dependencies in MODULE.bazel 2. Configure a custom Prost toolchain 3. Register custom Prost toolchain. -To keep the build hermetic, we use the LLVM Clang compiler to compile all C/C++ dependencies. +To keep the build hermetic, we use the LLVM Clang compiler to compile all C/C++ dependencies. ### 1) Configure rules and dependencies @@ -52,11 +52,11 @@ bazel_dep(name = "rules_proto", version = "6.0.2") bazel_dep(name = "toolchains_protoc", version = "0.3.1") # https://registry.bazel.build/modules/protobuf bazel_dep(name = "protobuf", version = "27.1") -# rules for LLVM +# rules for LLVM # https://github.com/bazel-contrib/toolchains_llvm bazel_dep(name = "toolchains_llvm", version = "1.0.0") -# 1 Register LLVM +# 1 Register LLVM ############################################################################### # L L V M # https://github.com/bazel-contrib/toolchains_llvm/blob/master/tests/MODULE.bazel @@ -72,14 +72,14 @@ llvm.toolchain( use_repo(llvm, "llvm_toolchain", "llvm_toolchain_llvm") register_toolchains("@llvm_toolchain//:all") -# 2 Register Proto toolchain +# 2 Register Proto toolchain ############################################################################### # Proto toolchain -register_toolchains("@rules_rust//proto/protobuf:default-proto-toolchain") +register_toolchains("@rules_rust_prost//:default_prost_toolchain") # Custom Prost toolchain will be added later. See next section -# 3 Register proto / prost / tonic crates +# 3 Register proto / prost / tonic crates ############################################################################### crate = use_extension("@rules_rust//crate_universe:extension.bzl", "crate") @@ -119,7 +119,7 @@ crate.annotation( gen_binaries = ["protoc-gen-tonic"], ) -# Other Rust dependencies ... +# Other Rust dependencies ... crate.from_specs() use_repo(crate, "crates") @@ -135,7 +135,7 @@ dedicated folder, for example: `build/`. Suppose you have your BUILD.bazl file in `build/prost_toolchain/BUILD.bazel`, then add the following content: ```starlark -load("@rules_rust//proto/prost:defs.bzl", "rust_prost_toolchain") +load("@rules_rust_prost//:defs.bzl", "rust_prost_toolchain") load("@rules_rust//rust:defs.bzl", "rust_library_group") rust_library_group( @@ -166,7 +166,7 @@ rust_prost_toolchain( toolchain( name = "prost_toolchain", toolchain = "prost_toolchain_impl", - toolchain_type = "@rules_rust//proto/prost:toolchain_type", + toolchain_type = "@rules_rust_prost//:toolchain_type", ) ``` @@ -178,10 +178,10 @@ crate dependencies in the MODULE file. With this custom toolchain in place, the In your MODULE.bazel file, locate your toolchains and add the following entry right below the proto toolchain. ```starlark -# 2 Register Proto toolchain +# 2 Register Proto toolchain ############################################################################### # Proto toolchain -register_toolchains("@rules_rust//proto/protobuf:default-proto-toolchain") +register_toolchains("@rules_rust_prost//:default_prost_toolchain") # Custom Prost toolchain register_toolchains("@//build/prost_toolchain") @@ -197,7 +197,7 @@ bindings for a proto file, just add the target: ```starlark load("@rules_proto//proto:defs.bzl", "proto_library") -load("@rules_rust//proto/prost:defs.bzl", "rust_prost_library") +load("@rules_rust_prost//:defs.bzl", "rust_prost_library") # Build proto files # https://bazelbuild.github.io/rules_rust/rust_proto.html#rust_proto_library diff --git a/examples/bzlmod/proto/build/prost_toolchain/BUILD.bazel b/examples/bzlmod/proto/build/prost_toolchain/BUILD.bazel index 99dc284ccf..34bcd10ee3 100644 --- a/examples/bzlmod/proto/build/prost_toolchain/BUILD.bazel +++ b/examples/bzlmod/proto/build/prost_toolchain/BUILD.bazel @@ -1,5 +1,5 @@ -load("@rules_rust//proto/prost:defs.bzl", "rust_prost_toolchain") load("@rules_rust//rust:defs.bzl", "rust_library_group") +load("@rules_rust_prost//:defs.bzl", "rust_prost_toolchain") rust_library_group( name = "prost_runtime", @@ -28,5 +28,5 @@ rust_prost_toolchain( toolchain( name = "prost_toolchain", toolchain = "prost_toolchain_impl", - toolchain_type = "@rules_rust//proto/prost:toolchain_type", + toolchain_type = "@rules_rust_prost//:toolchain_type", ) diff --git a/examples/bzlmod/proto/proto_bindings/BUILD.bazel b/examples/bzlmod/proto/proto_bindings/BUILD.bazel index d2f9e24f1e..b978bbccbc 100644 --- a/examples/bzlmod/proto/proto_bindings/BUILD.bazel +++ b/examples/bzlmod/proto/proto_bindings/BUILD.bazel @@ -1,5 +1,5 @@ load("@rules_proto//proto:defs.bzl", "proto_library") -load("@rules_rust//proto/prost:defs.bzl", "rust_prost_library") +load("@rules_rust_prost//:defs.bzl", "rust_prost_library") # Build proto files # https://bazelbuild.github.io/rules_rust/rust_proto.html#rust_proto_library diff --git a/examples/bzlmod/proto_with_toolchain/MODULE.bazel b/examples/bzlmod/proto_with_toolchain/MODULE.bazel index bae1a1f013..6a77343da4 100644 --- a/examples/bzlmod/proto_with_toolchain/MODULE.bazel +++ b/examples/bzlmod/proto_with_toolchain/MODULE.bazel @@ -7,12 +7,18 @@ module( # B A Z E L C E N T R A L R E G I S T R Y # https://registry.bazel.build/ ############################################################################### # https://github.com/bazelbuild/rules_rust/releases -bazel_dep(name = "rules_rust", version = "0.46.0") +bazel_dep(name = "rules_rust", version = "0.54.1") local_path_override( module_name = "rules_rust", path = "../../..", ) +bazel_dep(name = "rules_rust_prost", version = "0.54.1") +local_path_override( + module_name = "rules_rust_prost", + path = "../../../extensions/prost", +) + # # Rules for protobuf / gRPC # https://github.com/bazelbuild/rules_proto/releases @@ -68,9 +74,6 @@ use_repo(rust, "rust_toolchains") register_toolchains("@rust_toolchains//:all") -# Proto toolchain -register_toolchains("@rules_rust//proto/protobuf:default-proto-toolchain") - # Custom Prost toolchain register_toolchains("@//build/prost_toolchain") diff --git a/examples/bzlmod/proto_with_toolchain/README.md b/examples/bzlmod/proto_with_toolchain/README.md index 8ce7fc6125..38b0dbe9c7 100644 --- a/examples/bzlmod/proto_with_toolchain/README.md +++ b/examples/bzlmod/proto_with_toolchain/README.md @@ -2,7 +2,7 @@ This example shows how to build a gRPC server and client in Rust with Bazel. There is a Cargo Workspace configuration and a Bazelmod configuration. Furthermore, -all binary targets apply optimization from the [compiler optimization example](../03-comp-opt). +all binary targets apply optimization from the [compiler optimization example](../03-comp-opt). To run the example with Cargo, open one terminal and start the server with: @@ -28,16 +28,16 @@ Client: ## Setup -The Prost and Tonic rules do not specify a default toolchain in order to avoid mismatched dependency issues. +The Prost and Tonic rules do not specify a default toolchain in order to avoid mismatched dependency issues. While the Tonic toolchain works out of the box when its dependencies are matched, however, Prost requires a custom toolchain that you have to define. -The setup requires three steps to complete: +The setup requires three steps to complete: 1. Configure rules and dependencies in MODULE.bazel 2. Configure a custom Prost toolchain 3. Register custom Prost toolchain. -To keep the build hermetic, we use the LLVM Clang compiler to compile all C/C++ dependencies. +To keep the build hermetic, we use the LLVM Clang compiler to compile all C/C++ dependencies. ### 1) Configure rules and dependencies @@ -52,11 +52,11 @@ bazel_dep(name = "rules_proto", version = "6.0.2") bazel_dep(name = "toolchains_protoc", version = "0.3.1") # https://registry.bazel.build/modules/protobuf bazel_dep(name = "protobuf", version = "27.1") -# rules for LLVM +# rules for LLVM # https://github.com/bazel-contrib/toolchains_llvm bazel_dep(name = "toolchains_llvm", version = "1.0.0") -# 1 Register LLVM +# 1 Register LLVM ############################################################################### # L L V M # https://github.com/bazel-contrib/toolchains_llvm/blob/master/tests/MODULE.bazel @@ -72,14 +72,14 @@ llvm.toolchain( use_repo(llvm, "llvm_toolchain", "llvm_toolchain_llvm") register_toolchains("@llvm_toolchain//:all") -# 2 Register Proto toolchain +# 2 Register Proto toolchain ############################################################################### # Proto toolchain -register_toolchains("@rules_rust//proto/protobuf:default-proto-toolchain") +register_toolchains("@rules_rust_prost//:default_prost_toolchain") # Custom Prost toolchain will be added later. See next section -# 3 Register proto / prost / tonic crates +# 3 Register proto / prost / tonic crates ############################################################################### crate = use_extension("@rules_rust//crate_universe:extension.bzl", "crate") @@ -119,7 +119,7 @@ crate.annotation( gen_binaries = ["protoc-gen-tonic"], ) -# Other Rust dependencies ... +# Other Rust dependencies ... crate.from_specs() use_repo(crate, "crates") @@ -135,7 +135,7 @@ dedicated folder, for example: `build/`. Suppose you have your BUILD.bazl file in `build/prost_toolchain/BUILD.bazel`, then add the following content: ```starlark -load("@rules_rust//proto/prost:defs.bzl", "rust_prost_toolchain") +load("@rules_rust_prost//:defs.bzl", "rust_prost_toolchain") load("@rules_rust//rust:defs.bzl", "rust_library_group") rust_library_group( @@ -166,7 +166,7 @@ rust_prost_toolchain( toolchain( name = "prost_toolchain", toolchain = "prost_toolchain_impl", - toolchain_type = "@rules_rust//proto/prost:toolchain_type", + toolchain_type = "@rules_rust_prost//:toolchain_type", ) ``` @@ -178,10 +178,10 @@ crate dependencies in the MODULE file. With this custom toolchain in place, the In your MODULE.bazel file, locate your toolchains and add the following entry right below the proto toolchain. ```starlark -# 2 Register Proto toolchain +# 2 Register Proto toolchain ############################################################################### # Proto toolchain -register_toolchains("@rules_rust//proto/protobuf:default-proto-toolchain") +register_toolchains("@rules_rust_prost//:default_prost_toolchain") # Custom Prost toolchain register_toolchains("@//build/prost_toolchain") @@ -197,7 +197,7 @@ bindings for a proto file, just add the target: ```starlark load("@rules_proto//proto:defs.bzl", "proto_library") -load("@rules_rust//proto/prost:defs.bzl", "rust_prost_library") +load("@rules_rust_prost//:defs.bzl", "rust_prost_library") # Build proto files # https://bazelbuild.github.io/rules_rust/rust_proto.html#rust_proto_library diff --git a/examples/bzlmod/proto_with_toolchain/build/prost_toolchain/BUILD.bazel b/examples/bzlmod/proto_with_toolchain/build/prost_toolchain/BUILD.bazel index 99dc284ccf..34bcd10ee3 100644 --- a/examples/bzlmod/proto_with_toolchain/build/prost_toolchain/BUILD.bazel +++ b/examples/bzlmod/proto_with_toolchain/build/prost_toolchain/BUILD.bazel @@ -1,5 +1,5 @@ -load("@rules_rust//proto/prost:defs.bzl", "rust_prost_toolchain") load("@rules_rust//rust:defs.bzl", "rust_library_group") +load("@rules_rust_prost//:defs.bzl", "rust_prost_toolchain") rust_library_group( name = "prost_runtime", @@ -28,5 +28,5 @@ rust_prost_toolchain( toolchain( name = "prost_toolchain", toolchain = "prost_toolchain_impl", - toolchain_type = "@rules_rust//proto/prost:toolchain_type", + toolchain_type = "@rules_rust_prost//:toolchain_type", ) diff --git a/examples/bzlmod/proto_with_toolchain/proto_bindings/BUILD.bazel b/examples/bzlmod/proto_with_toolchain/proto_bindings/BUILD.bazel index d2f9e24f1e..b978bbccbc 100644 --- a/examples/bzlmod/proto_with_toolchain/proto_bindings/BUILD.bazel +++ b/examples/bzlmod/proto_with_toolchain/proto_bindings/BUILD.bazel @@ -1,5 +1,5 @@ load("@rules_proto//proto:defs.bzl", "proto_library") -load("@rules_rust//proto/prost:defs.bzl", "rust_prost_library") +load("@rules_rust_prost//:defs.bzl", "rust_prost_library") # Build proto files # https://bazelbuild.github.io/rules_rust/rust_proto.html#rust_proto_library diff --git a/examples/proto/BUILD.bazel b/examples/proto/BUILD.bazel deleted file mode 100644 index 9ddf0e33f2..0000000000 --- a/examples/proto/BUILD.bazel +++ /dev/null @@ -1,8 +0,0 @@ -load("@rules_proto//proto:defs.bzl", "proto_library") - -package(default_visibility = ["//proto:__subpackages__"]) - -proto_library( - name = "common", - srcs = ["common.proto"], -) diff --git a/examples/proto/basic/BUILD.bazel b/examples/proto/basic/BUILD.bazel deleted file mode 100644 index db0cf2cd9e..0000000000 --- a/examples/proto/basic/BUILD.bazel +++ /dev/null @@ -1,28 +0,0 @@ -load("@rules_rust//proto/protobuf:defs.bzl", "rust_proto_library") -load("@rules_rust//rust:defs.bzl", "rust_binary", "rust_library") - -package(default_visibility = ["//proto:__subpackages__"]) - -rust_proto_library( - name = "libcommon_proto_rust", - crate_name = "common_proto_rust", - tags = ["manual"], - deps = ["//proto:common"], -) - -rust_library( - name = "common_lib", - srcs = ["lib.rs"], - tags = ["manual"], - deps = [":libcommon_proto_rust"], -) - -rust_binary( - name = "common_bin", - srcs = ["main.rs"], - tags = ["manual"], - deps = [ - ":common_lib", - ":libcommon_proto_rust", - ], -) diff --git a/examples/proto/basic/lib.rs b/examples/proto/basic/lib.rs deleted file mode 100644 index 2146b3c436..0000000000 --- a/examples/proto/basic/lib.rs +++ /dev/null @@ -1,5 +0,0 @@ -extern crate common_proto_rust; - -pub fn do_something(_x: &common_proto_rust::Config) -> bool { - true -} diff --git a/examples/proto/basic/main.rs b/examples/proto/basic/main.rs deleted file mode 100644 index 12ed82fe90..0000000000 --- a/examples/proto/basic/main.rs +++ /dev/null @@ -1,6 +0,0 @@ -extern crate common_lib; -extern crate common_proto_rust; - -pub fn main() { - common_lib::do_something(&common_proto_rust::Config::new()); -} diff --git a/examples/proto/common.proto b/examples/proto/common.proto deleted file mode 100644 index 54bc21a10a..0000000000 --- a/examples/proto/common.proto +++ /dev/null @@ -1,12 +0,0 @@ -syntax = "proto3"; - -option java_package = "org.pubref.rules_protobuf.examples"; -option java_outer_classname = "CommonProto"; - -package common; - -// A configuration object. This is used to test the viability of -// protobuf imports. -message Config { - bool verbose = 1; -} diff --git a/examples/proto/helloworld/BUILD.bazel b/examples/proto/helloworld/BUILD.bazel deleted file mode 100644 index d665aae731..0000000000 --- a/examples/proto/helloworld/BUILD.bazel +++ /dev/null @@ -1,29 +0,0 @@ -load("@rules_proto//proto:defs.bzl", "proto_library") -load("@rules_rust//proto/protobuf:defs.bzl", "rust_grpc_library") -load("@rules_rust//rust:defs.bzl", "rust_test") - -proto_library( - name = "helloworld", - srcs = ["helloworld.proto"], - tags = ["manual"], - deps = ["//proto:common"], -) - -rust_grpc_library( - name = "libhelloworld_proto", - crate_name = "helloworld_proto", - tags = ["manual"], - visibility = ["//proto/helloworld:__subpackages__"], - deps = [":helloworld"], -) - -rust_test( - name = "helloworld_test", - srcs = ["helloworld_test.rs"], - data = [ - "//proto/helloworld/greeter_client", - "//proto/helloworld/greeter_server", - ], - tags = ["manual"], - deps = ["@rules_rust//tools/runfiles"], -) diff --git a/examples/proto/helloworld/greeter_client/BUILD.bazel b/examples/proto/helloworld/greeter_client/BUILD.bazel deleted file mode 100644 index f4d0c03803..0000000000 --- a/examples/proto/helloworld/greeter_client/BUILD.bazel +++ /dev/null @@ -1,12 +0,0 @@ -load("@rules_rust//proto/protobuf:toolchain.bzl", "GRPC_COMPILE_DEPS") -load("@rules_rust//rust:defs.bzl", "rust_binary") - -rust_binary( - name = "greeter_client", - srcs = ["greeter_client.rs"], - tags = ["manual"], - visibility = ["//proto/helloworld:__subpackages__"], - deps = [ - "//proto/helloworld:libhelloworld_proto", - ] + GRPC_COMPILE_DEPS, -) diff --git a/examples/proto/helloworld/greeter_client/greeter_client.rs b/examples/proto/helloworld/greeter_client/greeter_client.rs deleted file mode 100644 index ade62ebae8..0000000000 --- a/examples/proto/helloworld/greeter_client/greeter_client.rs +++ /dev/null @@ -1,44 +0,0 @@ -// Copyright 2018 The Bazel Authors. All rights reserved. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -extern crate grpc; -extern crate helloworld_proto; - -use grpc::ClientStubExt; -use std::env; -use std::str::FromStr; - -use helloworld_proto::*; - -fn parse_args() -> (String, u16) { - let mut name = "world".to_owned(); - let mut port = 50051; - for arg in env::args().skip(1) { - if let Some(argp) = arg.strip_prefix("-p=") { - port = u16::from_str(argp).unwrap() - } else { - name = arg.to_owned(); - } - } - (name, port) -} - -fn main() { - let (name, port) = parse_args(); - let client = GreeterClient::new_plain("::1", port, Default::default()).unwrap(); - let mut req = HelloRequest::new(); - req.set_name(name); - let resp = client.say_hello(grpc::RequestOptions::new(), req); - println!("{:?}", resp.wait()); -} diff --git a/examples/proto/helloworld/greeter_server/BUILD.bazel b/examples/proto/helloworld/greeter_server/BUILD.bazel deleted file mode 100644 index 40b78bb309..0000000000 --- a/examples/proto/helloworld/greeter_server/BUILD.bazel +++ /dev/null @@ -1,12 +0,0 @@ -load("@rules_rust//proto/protobuf:toolchain.bzl", "GRPC_COMPILE_DEPS") -load("@rules_rust//rust:defs.bzl", "rust_binary") - -rust_binary( - name = "greeter_server", - srcs = ["greeter_server.rs"], - tags = ["manual"], - visibility = ["//proto/helloworld:__subpackages__"], - deps = [ - "//proto/helloworld:helloworld_proto", - ] + GRPC_COMPILE_DEPS, -) diff --git a/examples/proto/helloworld/greeter_server/greeter_server.rs b/examples/proto/helloworld/greeter_server/greeter_server.rs deleted file mode 100644 index 8573cd00bc..0000000000 --- a/examples/proto/helloworld/greeter_server/greeter_server.rs +++ /dev/null @@ -1,58 +0,0 @@ -// Copyright 2018 The Bazel Authors. All rights reserved. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -extern crate grpc; -extern crate helloworld_proto; -extern crate tls_api_stub; - -use std::env; -use std::str::FromStr; -use std::thread; - -use helloworld_proto::*; - -struct GreeterImpl; - -impl Greeter for GreeterImpl { - fn say_hello( - &self, - _m: grpc::RequestOptions, - req: HelloRequest, - ) -> grpc::SingleResponse { - let mut r = HelloReply::new(); - let name = if req.get_name().is_empty() { - "world" - } else { - req.get_name() - }; - println!("greeting request from {name}"); - r.set_message(format!("Hello {name}")); - grpc::SingleResponse::completed(r) - } -} - -fn main() { - let mut server = grpc::ServerBuilder::::new(); - let port = u16::from_str(&env::args().nth(1).unwrap_or_else(|| "50051".to_owned())).unwrap(); - server.http.set_port(port); - server.add_service(GreeterServer::new_service_def(GreeterImpl)); - server.http.set_cpu_pool_threads(4); - let server = server.build().expect("server"); - let port = server.local_addr().port().unwrap(); - println!("greeter server started on port {port}"); - - loop { - thread::park(); - } -} diff --git a/examples/proto/helloworld/helloworld.proto b/examples/proto/helloworld/helloworld.proto deleted file mode 100644 index 0ba8c31fc9..0000000000 --- a/examples/proto/helloworld/helloworld.proto +++ /dev/null @@ -1,23 +0,0 @@ - -syntax = "proto3"; - -import "proto/common.proto"; - -package helloworld; - -// The greeting service definition. -service Greeter { - // Sends a greeting - rpc SayHello(HelloRequest) returns (HelloReply) {} -} - -// The request message containing the user's name. -message HelloRequest { - string name = 1; - common.Config config = 2; -} - -// The response message containing the greetings -message HelloReply { - string message = 1; -} diff --git a/examples/proto/helloworld/helloworld_test.rs b/examples/proto/helloworld/helloworld_test.rs deleted file mode 100644 index 186b487b4f..0000000000 --- a/examples/proto/helloworld/helloworld_test.rs +++ /dev/null @@ -1,113 +0,0 @@ -// Copyright 2018 The Bazel Authors. All rights reserved. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -// Integration tests for the greeter client/server -extern crate runfiles; - -use std::io::BufRead; -use std::io::BufReader; -use std::process::{Child, Command, Stdio}; -use std::str::FromStr; - -use runfiles::Runfiles; - -struct ServerInfo { - process: Child, - port: u16, -} - -macro_rules! assert_contains { - ($s: expr, $e: expr) => { - assert!($s.find($e).is_some()); - }; -} - -impl ServerInfo { - fn new() -> ServerInfo { - let r = Runfiles::create().unwrap(); - let mut c = Command::new(runfiles::rlocation!( - r, - "examples/proto/helloworld/greeter_server/greeter_server" - ).unwrap()) - .arg("0") - .stdout(Stdio::piped()) - .spawn() - .expect("Unable to start server"); - let mut port: u16 = 0; - { - let mut stdout = BufReader::new(c.stdout.as_mut().expect("Failed to open stdout")); - let port_prefix = "greeter server started on port "; - while port == 0 { - let mut line = String::new(); - stdout - .read_line(&mut line) - .expect("Waiting for server startup"); - line = line.trim().to_owned(); - if let Some(argp) = line.strip_prefix(port_prefix) { - port = u16::from_str(argp) - .unwrap_or_else(|_| panic!("Invalid port number {}", argp)) - } - } - } - println!("Started server on port {port}"); - ServerInfo { process: c, port } - } - - fn run_client_impl(&self, arg: Option) -> String { - let r = Runfiles::create().unwrap(); - - let mut cmd0 = Command::new(runfiles::rlocation!( - r, - "examples/proto/helloworld/greeter_client/greeter_client" - ).unwrap()); - let cmd = cmd0.arg(format!("-p={}", self.port)); - - let output = if let Some(s) = arg { cmd.arg(s) } else { cmd } - .output() - .expect("Unable to start client"); - assert!(output.status.success()); - String::from_utf8(output.stdout).expect("Non UTF-8 output from the client") - } - - fn run_client(&self) -> String { - self.run_client_impl(None) - } - fn run_client_with_arg(&self, arg: &str) -> String { - self.run_client_impl(Some(arg.to_owned())) - } - - fn expect_log(&mut self, log: &str) { - let mut reader = - BufReader::new(self.process.stdout.as_mut().expect("Failed to open stdout")); - let mut line = String::new(); - reader - .read_line(&mut line) - .expect("Failed to read line from the server"); - assert_contains!(line, log); - } - - fn destroy(&mut self) { - self.process.kill().unwrap(); - } -} - -#[test] -fn test_client_server() { - let mut s = ServerInfo::new(); - assert_contains!(s.run_client(), "message: \"Hello world\""); - s.expect_log("greeting request from world"); - assert_contains!(s.run_client_with_arg("thou"), "message: \"Hello thou\""); - s.expect_log("greeting request from thou"); - s.destroy(); -} diff --git a/extensions/bindgen/.bazelignore b/extensions/bindgen/.bazelignore new file mode 100644 index 0000000000..8c29e7dd07 --- /dev/null +++ b/extensions/bindgen/.bazelignore @@ -0,0 +1,5 @@ +examples +bazel-out +bazel-testlogs +bazel-extensions +bazel-bin diff --git a/extensions/bindgen/.bazelrc b/extensions/bindgen/.bazelrc new file mode 100644 index 0000000000..6b20ca4b70 --- /dev/null +++ b/extensions/bindgen/.bazelrc @@ -0,0 +1,78 @@ +############################################################################### +## Bazel Configuration Flags +## +## `.bazelrc` is a Bazel configuration file. +## https://bazel.build/docs/best-practices#bazelrc-file +############################################################################### + +# https://bazel.build/reference/command-line-reference#flag--enable_platform_specific_config +common --enable_platform_specific_config + +# Enable the only currently supported report type +# https://bazel.build/reference/command-line-reference#flag--combined_report +coverage --combined_report=lcov + +# Avoid fully cached builds reporting no coverage and failing CI +# https://bazel.build/reference/command-line-reference#flag--experimental_fetch_all_coverage_outputs +coverage --experimental_fetch_all_coverage_outputs + +# Required for some of the tests +# https://bazel.build/reference/command-line-reference#flag--experimental_cc_shared_library +common --experimental_cc_shared_library + +############################################################################### +## Unique configuration groups +############################################################################### + +# Enable use of the nightly toolchains. +build:nightly --@rules_rust//rust/toolchain/channel=nightly + +# Enable rustfmt for all targets in the workspace +build:rustfmt --aspects=@rules_rust//rust:defs.bzl%rustfmt_aspect +build:rustfmt --output_groups=+rustfmt_checks + +# Enable clippy for all targets in the workspace +build:clippy --aspects=@rules_rust//rust:defs.bzl%rust_clippy_aspect +build:clippy --output_groups=+clippy_checks + +# Enable unpretty for all targets in the workspace +build:unpretty --aspects=@rules_rust//rust:defs.bzl%rust_unpretty_aspect +build:unpretty --output_groups=+rust_unpretty + +# `unpretty` requires the nightly toolchain. See tracking issue: +# https://github.com/rust-lang/rust/issues/43364 +build:unpretty --config=nightly + +############################################################################### +## Incompatibility flags +############################################################################### + +# https://github.com/bazelbuild/bazel/issues/8195 +build --incompatible_disallow_empty_glob=true + +# https://github.com/bazelbuild/bazel/issues/12821 +build --nolegacy_external_runfiles + +# Required for cargo_build_script support before Bazel 7 +build --incompatible_merge_fixed_and_default_shell_env + +############################################################################### +## Bzlmod +############################################################################### + +# TODO: migrate all dependencies from WORKSPACE to MODULE.bazel +# https://github.com/bazelbuild/rules_rust/issues/2181 +common --noenable_bzlmod --enable_workspace + +# Disable the bzlmod lockfile, so we don't accidentally commit MODULE.bazel.lock +common --lockfile_mode=off + +############################################################################### +## Custom user flags +## +## This should always be the last thing in the `.bazelrc` file to ensure +## consistent behavior when setting flags in that file as `.bazelrc` files are +## evaluated top to bottom. +############################################################################### + +try-import %workspace%/user.bazelrc diff --git a/extensions/bindgen/.gitignore b/extensions/bindgen/.gitignore new file mode 100644 index 0000000000..758ea05a6d --- /dev/null +++ b/extensions/bindgen/.gitignore @@ -0,0 +1,27 @@ +# Git ignore patterns + +# Bazel +/bazel-* +user.bazelrc +MODULE.bazel.lock + +# rust-analyzer +rust-project.json + +# rustfmt +*.rs.bk + +# Cargo +**/target/ + +# npm +**/node_modules/ + +# IDEs +.vscode +.idea +.idea/** +*.swp + +# BazelCI +bazelci.py diff --git a/bindgen/3rdparty/BUILD.bazel b/extensions/bindgen/3rdparty/BUILD.bazel similarity index 84% rename from bindgen/3rdparty/BUILD.bazel rename to extensions/bindgen/3rdparty/BUILD.bazel index f7d6b31a35..6bcc35ab42 100644 --- a/bindgen/3rdparty/BUILD.bazel +++ b/extensions/bindgen/3rdparty/BUILD.bazel @@ -1,6 +1,6 @@ load("@bazel_skylib//:bzl_library.bzl", "bzl_library") -load("//bindgen:repositories.bzl", "BINDGEN_VERSION") -load("//crate_universe:defs.bzl", "crate", "crates_vendor") +load("@rules_rust//crate_universe:defs.bzl", "crate", "crates_vendor") +load("//:repositories.bzl", "BINDGEN_VERSION") _BINDGEN_CLI_PACKAGES = { "clap": crate.spec( @@ -50,7 +50,7 @@ crates_vendor( version = "1.6.1", ), }.items() + _BINDGEN_CLI_PACKAGES.items()), - repository_name = "rules_rust_bindgen", + repository_name = "rules_rust_bindgen_deps", tags = ["manual"], ) @@ -64,8 +64,8 @@ alias( bzl_library( name = "bzl_lib", srcs = [ - "//bindgen/3rdparty/crates:crates.bzl", - "//bindgen/3rdparty/crates:defs.bzl", + "//3rdparty/crates:crates.bzl", + "//3rdparty/crates:defs.bzl", ], - visibility = ["//bindgen:__pkg__"], + visibility = ["//:__pkg__"], ) diff --git a/bindgen/3rdparty/BUILD.bindgen-cli.bazel b/extensions/bindgen/3rdparty/BUILD.bindgen-cli.bazel similarity index 59% rename from bindgen/3rdparty/BUILD.bindgen-cli.bazel rename to extensions/bindgen/3rdparty/BUILD.bindgen-cli.bazel index eb6e62776f..1889c6bfa2 100644 --- a/bindgen/3rdparty/BUILD.bindgen-cli.bazel +++ b/extensions/bindgen/3rdparty/BUILD.bindgen-cli.bazel @@ -1,5 +1,5 @@ -load("@rules_rust//bindgen:repositories.bzl", "BINDGEN_VERSION") load("@rules_rust//rust:defs.bzl", "rust_binary") +load("@rules_rust_bindgen//:repositories.bzl", "BINDGEN_VERSION") package(default_visibility = ["//visibility:public"]) @@ -31,14 +31,14 @@ rust_binary( ], version = BINDGEN_VERSION, # This list is produced by adding the contents of https://github.com/rust-lang/rust-bindgen/blob/main/bindgen-cli/Cargo.toml - # to `@rules_rust//bindgen/3rdparty:crates_vendor`, rendering dependencies, and updating the deps + # to `@rules_rust_bindgen//3rdparty:crates_vendor`, rendering dependencies, and updating the deps deps = [ - "@rules_rust_bindgen__bindgen-{}//:bindgen".format(BINDGEN_VERSION), - "@rules_rust_bindgen__clap-4.5.17//:clap", - "@rules_rust_bindgen__clap_complete-4.5.26//:clap_complete", - "@rules_rust_bindgen__env_logger-0.10.2//:env_logger", - "@rules_rust_bindgen__log-0.4.22//:log", - "@rules_rust_bindgen__proc-macro2-1.0.86//:proc_macro2", - "@rules_rust_bindgen__shlex-1.3.0//:shlex", + "@rules_rust_bindgen_deps__bindgen-{}//:bindgen".format(BINDGEN_VERSION), + "@rules_rust_bindgen_deps__clap-4.5.17//:clap", + "@rules_rust_bindgen_deps__clap_complete-4.5.26//:clap_complete", + "@rules_rust_bindgen_deps__env_logger-0.10.2//:env_logger", + "@rules_rust_bindgen_deps__log-0.4.22//:log", + "@rules_rust_bindgen_deps__proc-macro2-1.0.86//:proc_macro2", + "@rules_rust_bindgen_deps__shlex-1.3.0//:shlex", ], ) diff --git a/proto/private/BUILD.zlib.bazel b/extensions/bindgen/3rdparty/BUILD.zlib.bazel similarity index 100% rename from proto/private/BUILD.zlib.bazel rename to extensions/bindgen/3rdparty/BUILD.zlib.bazel diff --git a/bindgen/3rdparty/Cargo.Bazel.lock b/extensions/bindgen/3rdparty/Cargo.Bazel.lock similarity index 100% rename from bindgen/3rdparty/Cargo.Bazel.lock rename to extensions/bindgen/3rdparty/Cargo.Bazel.lock diff --git a/bindgen/3rdparty/crates/BUILD.aho-corasick-1.1.3.bazel b/extensions/bindgen/3rdparty/crates/BUILD.aho-corasick-1.1.3.bazel similarity index 97% rename from bindgen/3rdparty/crates/BUILD.aho-corasick-1.1.3.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.aho-corasick-1.1.3.bazel index bc366c976f..266cec169f 100644 --- a/bindgen/3rdparty/crates/BUILD.aho-corasick-1.1.3.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.aho-corasick-1.1.3.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -84,6 +84,6 @@ rust_library( }), version = "1.1.3", deps = [ - "@rules_rust_bindgen__memchr-2.7.4//:memchr", + "@rules_rust_bindgen_deps__memchr-2.7.4//:memchr", ], ) diff --git a/bindgen/3rdparty/crates/BUILD.annotate-snippets-0.9.2.bazel b/extensions/bindgen/3rdparty/crates/BUILD.annotate-snippets-0.9.2.bazel similarity index 95% rename from bindgen/3rdparty/crates/BUILD.annotate-snippets-0.9.2.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.annotate-snippets-0.9.2.bazel index fd979ff9e3..3c9105ccc1 100644 --- a/bindgen/3rdparty/crates/BUILD.annotate-snippets-0.9.2.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.annotate-snippets-0.9.2.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -85,7 +85,7 @@ rust_library( }), version = "0.9.2", deps = [ - "@rules_rust_bindgen__unicode-width-0.1.13//:unicode_width", - "@rules_rust_bindgen__yansi-term-0.1.2//:yansi_term", + "@rules_rust_bindgen_deps__unicode-width-0.1.13//:unicode_width", + "@rules_rust_bindgen_deps__yansi-term-0.1.2//:yansi_term", ], ) diff --git a/bindgen/3rdparty/crates/BUILD.anstream-0.6.15.bazel b/extensions/bindgen/3rdparty/crates/BUILD.anstream-0.6.15.bazel similarity index 82% rename from bindgen/3rdparty/crates/BUILD.anstream-0.6.15.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.anstream-0.6.15.bazel index 03face362c..f54c6c7557 100644 --- a/bindgen/3rdparty/crates/BUILD.anstream-0.6.15.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.anstream-0.6.15.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -85,21 +85,21 @@ rust_library( }), version = "0.6.15", deps = [ - "@rules_rust_bindgen__anstyle-1.0.8//:anstyle", - "@rules_rust_bindgen__anstyle-parse-0.2.5//:anstyle_parse", - "@rules_rust_bindgen__anstyle-query-1.1.1//:anstyle_query", - "@rules_rust_bindgen__colorchoice-1.0.2//:colorchoice", - "@rules_rust_bindgen__is_terminal_polyfill-1.70.1//:is_terminal_polyfill", - "@rules_rust_bindgen__utf8parse-0.2.2//:utf8parse", + "@rules_rust_bindgen_deps__anstyle-1.0.8//:anstyle", + "@rules_rust_bindgen_deps__anstyle-parse-0.2.5//:anstyle_parse", + "@rules_rust_bindgen_deps__anstyle-query-1.1.1//:anstyle_query", + "@rules_rust_bindgen_deps__colorchoice-1.0.2//:colorchoice", + "@rules_rust_bindgen_deps__is_terminal_polyfill-1.70.1//:is_terminal_polyfill", + "@rules_rust_bindgen_deps__utf8parse-0.2.2//:utf8parse", ] + select({ "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@rules_rust_bindgen__anstyle-wincon-3.0.4//:anstyle_wincon", # aarch64-pc-windows-msvc + "@rules_rust_bindgen_deps__anstyle-wincon-3.0.4//:anstyle_wincon", # aarch64-pc-windows-msvc ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@rules_rust_bindgen__anstyle-wincon-3.0.4//:anstyle_wincon", # i686-pc-windows-msvc + "@rules_rust_bindgen_deps__anstyle-wincon-3.0.4//:anstyle_wincon", # i686-pc-windows-msvc ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@rules_rust_bindgen__anstyle-wincon-3.0.4//:anstyle_wincon", # x86_64-pc-windows-msvc + "@rules_rust_bindgen_deps__anstyle-wincon-3.0.4//:anstyle_wincon", # x86_64-pc-windows-msvc ], "//conditions:default": [], }), diff --git a/bindgen/3rdparty/crates/BUILD.anstyle-1.0.8.bazel b/extensions/bindgen/3rdparty/crates/BUILD.anstyle-1.0.8.bazel similarity index 98% rename from bindgen/3rdparty/crates/BUILD.anstyle-1.0.8.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.anstyle-1.0.8.bazel index 51640ad6e3..90236963a6 100644 --- a/bindgen/3rdparty/crates/BUILD.anstyle-1.0.8.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.anstyle-1.0.8.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/bindgen/3rdparty/crates/BUILD.anstyle-parse-0.2.5.bazel b/extensions/bindgen/3rdparty/crates/BUILD.anstyle-parse-0.2.5.bazel similarity index 96% rename from bindgen/3rdparty/crates/BUILD.anstyle-parse-0.2.5.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.anstyle-parse-0.2.5.bazel index 2a77b1d3db..0c1950df3f 100644 --- a/bindgen/3rdparty/crates/BUILD.anstyle-parse-0.2.5.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.anstyle-parse-0.2.5.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -84,6 +84,6 @@ rust_library( }), version = "0.2.5", deps = [ - "@rules_rust_bindgen__utf8parse-0.2.2//:utf8parse", + "@rules_rust_bindgen_deps__utf8parse-0.2.2//:utf8parse", ], ) diff --git a/bindgen/3rdparty/crates/BUILD.anstyle-query-1.1.1.bazel b/extensions/bindgen/3rdparty/crates/BUILD.anstyle-query-1.1.1.bazel similarity index 92% rename from bindgen/3rdparty/crates/BUILD.anstyle-query-1.1.1.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.anstyle-query-1.1.1.bazel index a8da204616..e6a2fa55ad 100644 --- a/bindgen/3rdparty/crates/BUILD.anstyle-query-1.1.1.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.anstyle-query-1.1.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -81,13 +81,13 @@ rust_library( version = "1.1.1", deps = select({ "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@rules_rust_bindgen__windows-sys-0.52.0//:windows_sys", # cfg(windows) + "@rules_rust_bindgen_deps__windows-sys-0.52.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@rules_rust_bindgen__windows-sys-0.52.0//:windows_sys", # cfg(windows) + "@rules_rust_bindgen_deps__windows-sys-0.52.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@rules_rust_bindgen__windows-sys-0.52.0//:windows_sys", # cfg(windows) + "@rules_rust_bindgen_deps__windows-sys-0.52.0//:windows_sys", # cfg(windows) ], "//conditions:default": [], }), diff --git a/bindgen/3rdparty/crates/BUILD.anstyle-wincon-3.0.4.bazel b/extensions/bindgen/3rdparty/crates/BUILD.anstyle-wincon-3.0.4.bazel similarity index 90% rename from bindgen/3rdparty/crates/BUILD.anstyle-wincon-3.0.4.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.anstyle-wincon-3.0.4.bazel index 328e1f76a0..763d06280a 100644 --- a/bindgen/3rdparty/crates/BUILD.anstyle-wincon-3.0.4.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.anstyle-wincon-3.0.4.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,16 +80,16 @@ rust_library( }), version = "3.0.4", deps = [ - "@rules_rust_bindgen__anstyle-1.0.8//:anstyle", + "@rules_rust_bindgen_deps__anstyle-1.0.8//:anstyle", ] + select({ "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@rules_rust_bindgen__windows-sys-0.52.0//:windows_sys", # cfg(windows) + "@rules_rust_bindgen_deps__windows-sys-0.52.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@rules_rust_bindgen__windows-sys-0.52.0//:windows_sys", # cfg(windows) + "@rules_rust_bindgen_deps__windows-sys-0.52.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@rules_rust_bindgen__windows-sys-0.52.0//:windows_sys", # cfg(windows) + "@rules_rust_bindgen_deps__windows-sys-0.52.0//:windows_sys", # cfg(windows) ], "//conditions:default": [], }), diff --git a/bindgen/3rdparty/crates/BUILD.bazel b/extensions/bindgen/3rdparty/crates/BUILD.bazel similarity index 71% rename from bindgen/3rdparty/crates/BUILD.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.bazel index 8804e31faa..237501e63a 100644 --- a/bindgen/3rdparty/crates/BUILD.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### package(default_visibility = ["//visibility:public"]) @@ -33,30 +33,30 @@ filegroup( # Workspace Member Dependencies alias( name = "bindgen", - actual = "@rules_rust_bindgen__bindgen-0.70.1//:bindgen", + actual = "@rules_rust_bindgen_deps__bindgen-0.70.1//:bindgen", tags = ["manual"], ) alias( name = "clang-sys", - actual = "@rules_rust_bindgen__clang-sys-1.8.1//:clang_sys", + actual = "@rules_rust_bindgen_deps__clang-sys-1.8.1//:clang_sys", tags = ["manual"], ) alias( name = "clap", - actual = "@rules_rust_bindgen__clap-4.5.17//:clap", + actual = "@rules_rust_bindgen_deps__clap-4.5.17//:clap", tags = ["manual"], ) alias( name = "clap_complete", - actual = "@rules_rust_bindgen__clap_complete-4.5.26//:clap_complete", + actual = "@rules_rust_bindgen_deps__clap_complete-4.5.26//:clap_complete", tags = ["manual"], ) alias( name = "env_logger", - actual = "@rules_rust_bindgen__env_logger-0.10.2//:env_logger", + actual = "@rules_rust_bindgen_deps__env_logger-0.10.2//:env_logger", tags = ["manual"], ) diff --git a/bindgen/3rdparty/crates/BUILD.bindgen-0.70.1.bazel b/extensions/bindgen/3rdparty/crates/BUILD.bindgen-0.70.1.bazel similarity index 82% rename from bindgen/3rdparty/crates/BUILD.bindgen-0.70.1.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.bindgen-0.70.1.bazel index c57364eb70..f1880d6872 100644 --- a/bindgen/3rdparty/crates/BUILD.bindgen-0.70.1.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.bindgen-0.70.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -87,19 +87,19 @@ rust_library( }), version = "0.70.1", deps = [ - "@rules_rust_bindgen__annotate-snippets-0.9.2//:annotate_snippets", - "@rules_rust_bindgen__bindgen-0.70.1//:build_script_build", - "@rules_rust_bindgen__bitflags-2.6.0//:bitflags", - "@rules_rust_bindgen__cexpr-0.6.0//:cexpr", - "@rules_rust_bindgen__clang-sys-1.8.1//:clang_sys", - "@rules_rust_bindgen__itertools-0.13.0//:itertools", - "@rules_rust_bindgen__prettyplease-0.2.22//:prettyplease", - "@rules_rust_bindgen__proc-macro2-1.0.86//:proc_macro2", - "@rules_rust_bindgen__quote-1.0.37//:quote", - "@rules_rust_bindgen__regex-1.10.6//:regex", - "@rules_rust_bindgen__rustc-hash-1.1.0//:rustc_hash", - "@rules_rust_bindgen__shlex-1.3.0//:shlex", - "@rules_rust_bindgen__syn-2.0.77//:syn", + "@rules_rust_bindgen_deps__annotate-snippets-0.9.2//:annotate_snippets", + "@rules_rust_bindgen_deps__bindgen-0.70.1//:build_script_build", + "@rules_rust_bindgen_deps__bitflags-2.6.0//:bitflags", + "@rules_rust_bindgen_deps__cexpr-0.6.0//:cexpr", + "@rules_rust_bindgen_deps__clang-sys-1.8.1//:clang_sys", + "@rules_rust_bindgen_deps__itertools-0.13.0//:itertools", + "@rules_rust_bindgen_deps__prettyplease-0.2.22//:prettyplease", + "@rules_rust_bindgen_deps__proc-macro2-1.0.86//:proc_macro2", + "@rules_rust_bindgen_deps__quote-1.0.37//:quote", + "@rules_rust_bindgen_deps__regex-1.10.6//:regex", + "@rules_rust_bindgen_deps__rustc-hash-1.1.0//:rustc_hash", + "@rules_rust_bindgen_deps__shlex-1.3.0//:shlex", + "@rules_rust_bindgen_deps__syn-2.0.77//:syn", ], ) @@ -144,8 +144,8 @@ cargo_build_script( ), edition = "2018", link_deps = [ - "@rules_rust_bindgen__clang-sys-1.8.1//:clang_sys", - "@rules_rust_bindgen__prettyplease-0.2.22//:prettyplease", + "@rules_rust_bindgen_deps__clang-sys-1.8.1//:clang_sys", + "@rules_rust_bindgen_deps__prettyplease-0.2.22//:prettyplease", ], pkg_name = "bindgen", rustc_flags = [ diff --git a/bindgen/3rdparty/crates/BUILD.bitflags-2.6.0.bazel b/extensions/bindgen/3rdparty/crates/BUILD.bitflags-2.6.0.bazel similarity index 98% rename from bindgen/3rdparty/crates/BUILD.bitflags-2.6.0.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.bitflags-2.6.0.bazel index 783c044ff4..2521fc06e5 100644 --- a/bindgen/3rdparty/crates/BUILD.bitflags-2.6.0.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.bitflags-2.6.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/bindgen/3rdparty/crates/BUILD.cexpr-0.6.0.bazel b/extensions/bindgen/3rdparty/crates/BUILD.cexpr-0.6.0.bazel similarity index 97% rename from bindgen/3rdparty/crates/BUILD.cexpr-0.6.0.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.cexpr-0.6.0.bazel index a21cb336ca..00d49300d9 100644 --- a/bindgen/3rdparty/crates/BUILD.cexpr-0.6.0.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.cexpr-0.6.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,6 +80,6 @@ rust_library( }), version = "0.6.0", deps = [ - "@rules_rust_bindgen__nom-7.1.3//:nom", + "@rules_rust_bindgen_deps__nom-7.1.3//:nom", ], ) diff --git a/bindgen/3rdparty/crates/BUILD.cfg-if-1.0.0.bazel b/extensions/bindgen/3rdparty/crates/BUILD.cfg-if-1.0.0.bazel similarity index 98% rename from bindgen/3rdparty/crates/BUILD.cfg-if-1.0.0.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.cfg-if-1.0.0.bazel index e619b8bf93..fdb278e85f 100644 --- a/bindgen/3rdparty/crates/BUILD.cfg-if-1.0.0.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.cfg-if-1.0.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/bindgen/3rdparty/crates/BUILD.clang-sys-1.8.1.bazel b/extensions/bindgen/3rdparty/crates/BUILD.clang-sys-1.8.1.bazel similarity index 94% rename from bindgen/3rdparty/crates/BUILD.clang-sys-1.8.1.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.clang-sys-1.8.1.bazel index b32be19fa3..f8e7ffc36b 100644 --- a/bindgen/3rdparty/crates/BUILD.clang-sys-1.8.1.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.clang-sys-1.8.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -101,10 +101,10 @@ rust_library( }), version = "1.8.1", deps = [ - "@rules_rust_bindgen__clang-sys-1.8.1//:build_script_build", - "@rules_rust_bindgen__glob-0.3.1//:glob", - "@rules_rust_bindgen__libc-0.2.158//:libc", - "@rules_rust_bindgen__libloading-0.8.5//:libloading", + "@rules_rust_bindgen_deps__clang-sys-1.8.1//:build_script_build", + "@rules_rust_bindgen_deps__glob-0.3.1//:glob", + "@rules_rust_bindgen_deps__libc-0.2.158//:libc", + "@rules_rust_bindgen_deps__libloading-0.8.5//:libloading", ], ) @@ -177,7 +177,7 @@ cargo_build_script( version = "1.8.1", visibility = ["//visibility:private"], deps = [ - "@rules_rust_bindgen__glob-0.3.1//:glob", + "@rules_rust_bindgen_deps__glob-0.3.1//:glob", ], ) diff --git a/bindgen/3rdparty/crates/BUILD.clap-4.5.17.bazel b/extensions/bindgen/3rdparty/crates/BUILD.clap-4.5.17.bazel similarity index 95% rename from bindgen/3rdparty/crates/BUILD.clap-4.5.17.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.clap-4.5.17.bazel index f505e867df..f559678c93 100644 --- a/bindgen/3rdparty/crates/BUILD.clap-4.5.17.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.clap-4.5.17.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -41,7 +41,7 @@ rust_library( crate_root = "src/lib.rs", edition = "2021", proc_macro_deps = [ - "@rules_rust_bindgen__clap_derive-4.5.13//:clap_derive", + "@rules_rust_bindgen_deps__clap_derive-4.5.13//:clap_derive", ], rustc_flags = [ "--cap-lints=allow", @@ -93,6 +93,6 @@ rust_library( }), version = "4.5.17", deps = [ - "@rules_rust_bindgen__clap_builder-4.5.17//:clap_builder", + "@rules_rust_bindgen_deps__clap_builder-4.5.17//:clap_builder", ], ) diff --git a/bindgen/3rdparty/crates/BUILD.clap_builder-4.5.17.bazel b/extensions/bindgen/3rdparty/crates/BUILD.clap_builder-4.5.17.bazel similarity index 92% rename from bindgen/3rdparty/crates/BUILD.clap_builder-4.5.17.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.clap_builder-4.5.17.bazel index 550d400b8f..3c7e60c3b1 100644 --- a/bindgen/3rdparty/crates/BUILD.clap_builder-4.5.17.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.clap_builder-4.5.17.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -88,9 +88,9 @@ rust_library( }), version = "4.5.17", deps = [ - "@rules_rust_bindgen__anstream-0.6.15//:anstream", - "@rules_rust_bindgen__anstyle-1.0.8//:anstyle", - "@rules_rust_bindgen__clap_lex-0.7.2//:clap_lex", - "@rules_rust_bindgen__strsim-0.11.1//:strsim", + "@rules_rust_bindgen_deps__anstream-0.6.15//:anstream", + "@rules_rust_bindgen_deps__anstyle-1.0.8//:anstyle", + "@rules_rust_bindgen_deps__clap_lex-0.7.2//:clap_lex", + "@rules_rust_bindgen_deps__strsim-0.11.1//:strsim", ], ) diff --git a/bindgen/3rdparty/crates/BUILD.clap_complete-4.5.26.bazel b/extensions/bindgen/3rdparty/crates/BUILD.clap_complete-4.5.26.bazel similarity index 97% rename from bindgen/3rdparty/crates/BUILD.clap_complete-4.5.26.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.clap_complete-4.5.26.bazel index f15d146721..a4d2b263b6 100644 --- a/bindgen/3rdparty/crates/BUILD.clap_complete-4.5.26.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.clap_complete-4.5.26.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -83,6 +83,6 @@ rust_library( }), version = "4.5.26", deps = [ - "@rules_rust_bindgen__clap-4.5.17//:clap", + "@rules_rust_bindgen_deps__clap-4.5.17//:clap", ], ) diff --git a/bindgen/3rdparty/crates/BUILD.clap_derive-4.5.13.bazel b/extensions/bindgen/3rdparty/crates/BUILD.clap_derive-4.5.13.bazel similarity index 92% rename from bindgen/3rdparty/crates/BUILD.clap_derive-4.5.13.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.clap_derive-4.5.13.bazel index 7a1363765e..41957b6181 100644 --- a/bindgen/3rdparty/crates/BUILD.clap_derive-4.5.13.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.clap_derive-4.5.13.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_proc_macro") @@ -83,9 +83,9 @@ rust_proc_macro( }), version = "4.5.13", deps = [ - "@rules_rust_bindgen__heck-0.5.0//:heck", - "@rules_rust_bindgen__proc-macro2-1.0.86//:proc_macro2", - "@rules_rust_bindgen__quote-1.0.37//:quote", - "@rules_rust_bindgen__syn-2.0.77//:syn", + "@rules_rust_bindgen_deps__heck-0.5.0//:heck", + "@rules_rust_bindgen_deps__proc-macro2-1.0.86//:proc_macro2", + "@rules_rust_bindgen_deps__quote-1.0.37//:quote", + "@rules_rust_bindgen_deps__syn-2.0.77//:syn", ], ) diff --git a/bindgen/3rdparty/crates/BUILD.clap_lex-0.7.2.bazel b/extensions/bindgen/3rdparty/crates/BUILD.clap_lex-0.7.2.bazel similarity index 98% rename from bindgen/3rdparty/crates/BUILD.clap_lex-0.7.2.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.clap_lex-0.7.2.bazel index 449701c5ad..f8819b9c0d 100644 --- a/bindgen/3rdparty/crates/BUILD.clap_lex-0.7.2.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.clap_lex-0.7.2.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/bindgen/3rdparty/crates/BUILD.colorchoice-1.0.2.bazel b/extensions/bindgen/3rdparty/crates/BUILD.colorchoice-1.0.2.bazel similarity index 98% rename from bindgen/3rdparty/crates/BUILD.colorchoice-1.0.2.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.colorchoice-1.0.2.bazel index ebe9aa1dd2..03c264a465 100644 --- a/bindgen/3rdparty/crates/BUILD.colorchoice-1.0.2.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.colorchoice-1.0.2.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/bindgen/3rdparty/crates/BUILD.either-1.13.0.bazel b/extensions/bindgen/3rdparty/crates/BUILD.either-1.13.0.bazel similarity index 98% rename from bindgen/3rdparty/crates/BUILD.either-1.13.0.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.either-1.13.0.bazel index c3c906d7ac..fbee39b47a 100644 --- a/bindgen/3rdparty/crates/BUILD.either-1.13.0.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.either-1.13.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/bindgen/3rdparty/crates/BUILD.env_logger-0.10.2.bazel b/extensions/bindgen/3rdparty/crates/BUILD.env_logger-0.10.2.bazel similarity index 91% rename from bindgen/3rdparty/crates/BUILD.env_logger-0.10.2.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.env_logger-0.10.2.bazel index 6c8e7ea4da..c6af796d67 100644 --- a/bindgen/3rdparty/crates/BUILD.env_logger-0.10.2.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.env_logger-0.10.2.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -87,10 +87,10 @@ rust_library( }), version = "0.10.2", deps = [ - "@rules_rust_bindgen__humantime-2.1.0//:humantime", - "@rules_rust_bindgen__is-terminal-0.4.13//:is_terminal", - "@rules_rust_bindgen__log-0.4.22//:log", - "@rules_rust_bindgen__regex-1.10.6//:regex", - "@rules_rust_bindgen__termcolor-1.4.1//:termcolor", + "@rules_rust_bindgen_deps__humantime-2.1.0//:humantime", + "@rules_rust_bindgen_deps__is-terminal-0.4.13//:is_terminal", + "@rules_rust_bindgen_deps__log-0.4.22//:log", + "@rules_rust_bindgen_deps__regex-1.10.6//:regex", + "@rules_rust_bindgen_deps__termcolor-1.4.1//:termcolor", ], ) diff --git a/bindgen/3rdparty/crates/BUILD.glob-0.3.1.bazel b/extensions/bindgen/3rdparty/crates/BUILD.glob-0.3.1.bazel similarity index 98% rename from bindgen/3rdparty/crates/BUILD.glob-0.3.1.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.glob-0.3.1.bazel index 1b50b575e6..9a3feacdef 100644 --- a/bindgen/3rdparty/crates/BUILD.glob-0.3.1.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.glob-0.3.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/bindgen/3rdparty/crates/BUILD.heck-0.5.0.bazel b/extensions/bindgen/3rdparty/crates/BUILD.heck-0.5.0.bazel similarity index 98% rename from bindgen/3rdparty/crates/BUILD.heck-0.5.0.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.heck-0.5.0.bazel index f1f36e4a13..e2238407f2 100644 --- a/bindgen/3rdparty/crates/BUILD.heck-0.5.0.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.heck-0.5.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/bindgen/3rdparty/crates/BUILD.hermit-abi-0.4.0.bazel b/extensions/bindgen/3rdparty/crates/BUILD.hermit-abi-0.4.0.bazel similarity index 98% rename from bindgen/3rdparty/crates/BUILD.hermit-abi-0.4.0.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.hermit-abi-0.4.0.bazel index 68d4b42a33..fa2db81fcb 100644 --- a/bindgen/3rdparty/crates/BUILD.hermit-abi-0.4.0.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.hermit-abi-0.4.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/bindgen/3rdparty/crates/BUILD.humantime-2.1.0.bazel b/extensions/bindgen/3rdparty/crates/BUILD.humantime-2.1.0.bazel similarity index 98% rename from bindgen/3rdparty/crates/BUILD.humantime-2.1.0.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.humantime-2.1.0.bazel index 312bf669a7..9ea661874a 100644 --- a/bindgen/3rdparty/crates/BUILD.humantime-2.1.0.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.humantime-2.1.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/bindgen/3rdparty/crates/BUILD.is-terminal-0.4.13.bazel b/extensions/bindgen/3rdparty/crates/BUILD.is-terminal-0.4.13.bazel similarity index 66% rename from bindgen/3rdparty/crates/BUILD.is-terminal-0.4.13.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.is-terminal-0.4.13.bazel index 98f3594231..9f30af01b9 100644 --- a/bindgen/3rdparty/crates/BUILD.is-terminal-0.4.13.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.is-terminal-0.4.13.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -81,91 +81,91 @@ rust_library( version = "0.4.13", deps = select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@rules_rust_bindgen__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_bindgen_deps__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@rules_rust_bindgen__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_bindgen_deps__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@rules_rust_bindgen__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_bindgen_deps__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@rules_rust_bindgen__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_bindgen_deps__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@rules_rust_bindgen__windows-sys-0.52.0//:windows_sys", # cfg(windows) + "@rules_rust_bindgen_deps__windows-sys-0.52.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ - "@rules_rust_bindgen__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_bindgen_deps__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@rules_rust_bindgen__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_bindgen_deps__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ - "@rules_rust_bindgen__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_bindgen_deps__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ - "@rules_rust_bindgen__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_bindgen_deps__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@rules_rust_bindgen__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_bindgen_deps__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@rules_rust_bindgen__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_bindgen_deps__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@rules_rust_bindgen__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_bindgen_deps__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@rules_rust_bindgen__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_bindgen_deps__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:i686-linux-android": [ - "@rules_rust_bindgen__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_bindgen_deps__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@rules_rust_bindgen__windows-sys-0.52.0//:windows_sys", # cfg(windows) + "@rules_rust_bindgen_deps__windows-sys-0.52.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@rules_rust_bindgen__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_bindgen_deps__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@rules_rust_bindgen__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_bindgen_deps__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@rules_rust_bindgen__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_bindgen_deps__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@rules_rust_bindgen__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_bindgen_deps__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:wasm32-wasi": [ - "@rules_rust_bindgen__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_bindgen_deps__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:wasm32-wasip1": [ - "@rules_rust_bindgen__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_bindgen_deps__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@rules_rust_bindgen__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_bindgen_deps__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@rules_rust_bindgen__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_bindgen_deps__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@rules_rust_bindgen__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_bindgen_deps__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@rules_rust_bindgen__windows-sys-0.52.0//:windows_sys", # cfg(windows) + "@rules_rust_bindgen_deps__windows-sys-0.52.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@rules_rust_bindgen__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_bindgen_deps__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [ - "@rules_rust_bindgen__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_bindgen_deps__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@rules_rust_bindgen__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_bindgen_deps__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ - "@rules_rust_bindgen__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_bindgen_deps__libc-0.2.158//:libc", # cfg(any(unix, target_os = "wasi")) ], "//conditions:default": [], }), diff --git a/bindgen/3rdparty/crates/BUILD.is_terminal_polyfill-1.70.1.bazel b/extensions/bindgen/3rdparty/crates/BUILD.is_terminal_polyfill-1.70.1.bazel similarity index 98% rename from bindgen/3rdparty/crates/BUILD.is_terminal_polyfill-1.70.1.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.is_terminal_polyfill-1.70.1.bazel index 5fb8eaf552..f4b486a40d 100644 --- a/bindgen/3rdparty/crates/BUILD.is_terminal_polyfill-1.70.1.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.is_terminal_polyfill-1.70.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/bindgen/3rdparty/crates/BUILD.itertools-0.13.0.bazel b/extensions/bindgen/3rdparty/crates/BUILD.itertools-0.13.0.bazel similarity index 97% rename from bindgen/3rdparty/crates/BUILD.itertools-0.13.0.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.itertools-0.13.0.bazel index 696e701917..0c8ae7c6cd 100644 --- a/bindgen/3rdparty/crates/BUILD.itertools-0.13.0.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.itertools-0.13.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,6 +80,6 @@ rust_library( }), version = "0.13.0", deps = [ - "@rules_rust_bindgen__either-1.13.0//:either", + "@rules_rust_bindgen_deps__either-1.13.0//:either", ], ) diff --git a/bindgen/3rdparty/crates/BUILD.libc-0.2.158.bazel b/extensions/bindgen/3rdparty/crates/BUILD.libc-0.2.158.bazel similarity index 99% rename from bindgen/3rdparty/crates/BUILD.libc-0.2.158.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.libc-0.2.158.bazel index b596a4b8f4..c1d836ae99 100644 --- a/bindgen/3rdparty/crates/BUILD.libc-0.2.158.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.libc-0.2.158.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -188,7 +188,7 @@ rust_library( }), version = "0.2.158", deps = [ - "@rules_rust_bindgen__libc-0.2.158//:build_script_build", + "@rules_rust_bindgen_deps__libc-0.2.158//:build_script_build", ], ) diff --git a/bindgen/3rdparty/crates/BUILD.libloading-0.8.5.bazel b/extensions/bindgen/3rdparty/crates/BUILD.libloading-0.8.5.bazel similarity index 71% rename from bindgen/3rdparty/crates/BUILD.libloading-0.8.5.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.libloading-0.8.5.bazel index 04da4745bd..db7aa5169e 100644 --- a/bindgen/3rdparty/crates/BUILD.libloading-0.8.5.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.libloading-0.8.5.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -81,85 +81,85 @@ rust_library( version = "0.8.5", deps = select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@rules_rust_bindgen__cfg-if-1.0.0//:cfg_if", # cfg(unix) + "@rules_rust_bindgen_deps__cfg-if-1.0.0//:cfg_if", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@rules_rust_bindgen__cfg-if-1.0.0//:cfg_if", # cfg(unix) + "@rules_rust_bindgen_deps__cfg-if-1.0.0//:cfg_if", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@rules_rust_bindgen__cfg-if-1.0.0//:cfg_if", # cfg(unix) + "@rules_rust_bindgen_deps__cfg-if-1.0.0//:cfg_if", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@rules_rust_bindgen__cfg-if-1.0.0//:cfg_if", # cfg(unix) + "@rules_rust_bindgen_deps__cfg-if-1.0.0//:cfg_if", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@rules_rust_bindgen__windows-targets-0.52.6//:windows_targets", # cfg(windows) + "@rules_rust_bindgen_deps__windows-targets-0.52.6//:windows_targets", # cfg(windows) ], "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ - "@rules_rust_bindgen__cfg-if-1.0.0//:cfg_if", # cfg(unix) + "@rules_rust_bindgen_deps__cfg-if-1.0.0//:cfg_if", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@rules_rust_bindgen__cfg-if-1.0.0//:cfg_if", # cfg(unix) + "@rules_rust_bindgen_deps__cfg-if-1.0.0//:cfg_if", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ - "@rules_rust_bindgen__cfg-if-1.0.0//:cfg_if", # cfg(unix) + "@rules_rust_bindgen_deps__cfg-if-1.0.0//:cfg_if", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ - "@rules_rust_bindgen__cfg-if-1.0.0//:cfg_if", # cfg(unix) + "@rules_rust_bindgen_deps__cfg-if-1.0.0//:cfg_if", # cfg(unix) ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@rules_rust_bindgen__cfg-if-1.0.0//:cfg_if", # cfg(unix) + "@rules_rust_bindgen_deps__cfg-if-1.0.0//:cfg_if", # cfg(unix) ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@rules_rust_bindgen__cfg-if-1.0.0//:cfg_if", # cfg(unix) + "@rules_rust_bindgen_deps__cfg-if-1.0.0//:cfg_if", # cfg(unix) ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@rules_rust_bindgen__cfg-if-1.0.0//:cfg_if", # cfg(unix) + "@rules_rust_bindgen_deps__cfg-if-1.0.0//:cfg_if", # cfg(unix) ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@rules_rust_bindgen__cfg-if-1.0.0//:cfg_if", # cfg(unix) + "@rules_rust_bindgen_deps__cfg-if-1.0.0//:cfg_if", # cfg(unix) ], "@rules_rust//rust/platform:i686-linux-android": [ - "@rules_rust_bindgen__cfg-if-1.0.0//:cfg_if", # cfg(unix) + "@rules_rust_bindgen_deps__cfg-if-1.0.0//:cfg_if", # cfg(unix) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@rules_rust_bindgen__windows-targets-0.52.6//:windows_targets", # cfg(windows) + "@rules_rust_bindgen_deps__windows-targets-0.52.6//:windows_targets", # cfg(windows) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@rules_rust_bindgen__cfg-if-1.0.0//:cfg_if", # cfg(unix) + "@rules_rust_bindgen_deps__cfg-if-1.0.0//:cfg_if", # cfg(unix) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@rules_rust_bindgen__cfg-if-1.0.0//:cfg_if", # cfg(unix) + "@rules_rust_bindgen_deps__cfg-if-1.0.0//:cfg_if", # cfg(unix) ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@rules_rust_bindgen__cfg-if-1.0.0//:cfg_if", # cfg(unix) + "@rules_rust_bindgen_deps__cfg-if-1.0.0//:cfg_if", # cfg(unix) ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@rules_rust_bindgen__cfg-if-1.0.0//:cfg_if", # cfg(unix) + "@rules_rust_bindgen_deps__cfg-if-1.0.0//:cfg_if", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@rules_rust_bindgen__cfg-if-1.0.0//:cfg_if", # cfg(unix) + "@rules_rust_bindgen_deps__cfg-if-1.0.0//:cfg_if", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@rules_rust_bindgen__cfg-if-1.0.0//:cfg_if", # cfg(unix) + "@rules_rust_bindgen_deps__cfg-if-1.0.0//:cfg_if", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@rules_rust_bindgen__cfg-if-1.0.0//:cfg_if", # cfg(unix) + "@rules_rust_bindgen_deps__cfg-if-1.0.0//:cfg_if", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@rules_rust_bindgen__windows-targets-0.52.6//:windows_targets", # cfg(windows) + "@rules_rust_bindgen_deps__windows-targets-0.52.6//:windows_targets", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@rules_rust_bindgen__cfg-if-1.0.0//:cfg_if", # cfg(unix) + "@rules_rust_bindgen_deps__cfg-if-1.0.0//:cfg_if", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [ - "@rules_rust_bindgen__cfg-if-1.0.0//:cfg_if", # cfg(unix) + "@rules_rust_bindgen_deps__cfg-if-1.0.0//:cfg_if", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@rules_rust_bindgen__cfg-if-1.0.0//:cfg_if", # cfg(unix) + "@rules_rust_bindgen_deps__cfg-if-1.0.0//:cfg_if", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ - "@rules_rust_bindgen__cfg-if-1.0.0//:cfg_if", # cfg(unix) + "@rules_rust_bindgen_deps__cfg-if-1.0.0//:cfg_if", # cfg(unix) ], "//conditions:default": [], }), diff --git a/bindgen/3rdparty/crates/BUILD.log-0.4.22.bazel b/extensions/bindgen/3rdparty/crates/BUILD.log-0.4.22.bazel similarity index 98% rename from bindgen/3rdparty/crates/BUILD.log-0.4.22.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.log-0.4.22.bazel index b7d7bfdd96..187a337988 100644 --- a/bindgen/3rdparty/crates/BUILD.log-0.4.22.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.log-0.4.22.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/bindgen/3rdparty/crates/BUILD.memchr-2.7.4.bazel b/extensions/bindgen/3rdparty/crates/BUILD.memchr-2.7.4.bazel similarity index 98% rename from bindgen/3rdparty/crates/BUILD.memchr-2.7.4.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.memchr-2.7.4.bazel index 489d81af1c..938c8b9e49 100644 --- a/bindgen/3rdparty/crates/BUILD.memchr-2.7.4.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.memchr-2.7.4.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/bindgen/3rdparty/crates/BUILD.minimal-lexical-0.2.1.bazel b/extensions/bindgen/3rdparty/crates/BUILD.minimal-lexical-0.2.1.bazel similarity index 98% rename from bindgen/3rdparty/crates/BUILD.minimal-lexical-0.2.1.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.minimal-lexical-0.2.1.bazel index 97b957db1d..af1cf2e1c7 100644 --- a/bindgen/3rdparty/crates/BUILD.minimal-lexical-0.2.1.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.minimal-lexical-0.2.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/bindgen/3rdparty/crates/BUILD.nom-7.1.3.bazel b/extensions/bindgen/3rdparty/crates/BUILD.nom-7.1.3.bazel similarity index 95% rename from bindgen/3rdparty/crates/BUILD.nom-7.1.3.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.nom-7.1.3.bazel index 011dedb2af..098350c30f 100644 --- a/bindgen/3rdparty/crates/BUILD.nom-7.1.3.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.nom-7.1.3.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -84,7 +84,7 @@ rust_library( }), version = "7.1.3", deps = [ - "@rules_rust_bindgen__memchr-2.7.4//:memchr", - "@rules_rust_bindgen__minimal-lexical-0.2.1//:minimal_lexical", + "@rules_rust_bindgen_deps__memchr-2.7.4//:memchr", + "@rules_rust_bindgen_deps__minimal-lexical-0.2.1//:minimal_lexical", ], ) diff --git a/bindgen/3rdparty/crates/BUILD.prettyplease-0.2.22.bazel b/extensions/bindgen/3rdparty/crates/BUILD.prettyplease-0.2.22.bazel similarity index 95% rename from bindgen/3rdparty/crates/BUILD.prettyplease-0.2.22.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.prettyplease-0.2.22.bazel index e33ade2ceb..cfcbce3a2f 100644 --- a/bindgen/3rdparty/crates/BUILD.prettyplease-0.2.22.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.prettyplease-0.2.22.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -83,7 +83,7 @@ rust_library( }), version = "0.2.22", deps = [ - "@rules_rust_bindgen__proc-macro2-1.0.86//:proc_macro2", - "@rules_rust_bindgen__syn-2.0.77//:syn", + "@rules_rust_bindgen_deps__proc-macro2-1.0.86//:proc_macro2", + "@rules_rust_bindgen_deps__syn-2.0.77//:syn", ], ) diff --git a/bindgen/3rdparty/crates/BUILD.proc-macro2-1.0.86.bazel b/extensions/bindgen/3rdparty/crates/BUILD.proc-macro2-1.0.86.bazel similarity index 97% rename from bindgen/3rdparty/crates/BUILD.proc-macro2-1.0.86.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.proc-macro2-1.0.86.bazel index f9d4eea315..62cb13918f 100644 --- a/bindgen/3rdparty/crates/BUILD.proc-macro2-1.0.86.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.proc-macro2-1.0.86.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -127,6 +127,6 @@ rust_library( }), version = "1.0.86", deps = [ - "@rules_rust_bindgen__unicode-ident-1.0.13//:unicode_ident", + "@rules_rust_bindgen_deps__unicode-ident-1.0.13//:unicode_ident", ], ) diff --git a/bindgen/3rdparty/crates/BUILD.quote-1.0.37.bazel b/extensions/bindgen/3rdparty/crates/BUILD.quote-1.0.37.bazel similarity index 97% rename from bindgen/3rdparty/crates/BUILD.quote-1.0.37.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.quote-1.0.37.bazel index f5bda6a204..007b2a1be6 100644 --- a/bindgen/3rdparty/crates/BUILD.quote-1.0.37.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.quote-1.0.37.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -127,6 +127,6 @@ rust_library( }), version = "1.0.37", deps = [ - "@rules_rust_bindgen__proc-macro2-1.0.86//:proc_macro2", + "@rules_rust_bindgen_deps__proc-macro2-1.0.86//:proc_macro2", ], ) diff --git a/bindgen/3rdparty/crates/BUILD.regex-1.10.6.bazel b/extensions/bindgen/3rdparty/crates/BUILD.regex-1.10.6.bazel similarity index 92% rename from bindgen/3rdparty/crates/BUILD.regex-1.10.6.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.regex-1.10.6.bazel index 20198ab056..7e9dc18fbf 100644 --- a/bindgen/3rdparty/crates/BUILD.regex-1.10.6.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.regex-1.10.6.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -91,9 +91,9 @@ rust_library( }), version = "1.10.6", deps = [ - "@rules_rust_bindgen__aho-corasick-1.1.3//:aho_corasick", - "@rules_rust_bindgen__memchr-2.7.4//:memchr", - "@rules_rust_bindgen__regex-automata-0.4.7//:regex_automata", - "@rules_rust_bindgen__regex-syntax-0.8.4//:regex_syntax", + "@rules_rust_bindgen_deps__aho-corasick-1.1.3//:aho_corasick", + "@rules_rust_bindgen_deps__memchr-2.7.4//:memchr", + "@rules_rust_bindgen_deps__regex-automata-0.4.7//:regex_automata", + "@rules_rust_bindgen_deps__regex-syntax-0.8.4//:regex_syntax", ], ) diff --git a/bindgen/3rdparty/crates/BUILD.regex-automata-0.4.7.bazel b/extensions/bindgen/3rdparty/crates/BUILD.regex-automata-0.4.7.bazel similarity index 94% rename from bindgen/3rdparty/crates/BUILD.regex-automata-0.4.7.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.regex-automata-0.4.7.bazel index 2515b81710..f5e00e5de4 100644 --- a/bindgen/3rdparty/crates/BUILD.regex-automata-0.4.7.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.regex-automata-0.4.7.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -97,8 +97,8 @@ rust_library( }), version = "0.4.7", deps = [ - "@rules_rust_bindgen__aho-corasick-1.1.3//:aho_corasick", - "@rules_rust_bindgen__memchr-2.7.4//:memchr", - "@rules_rust_bindgen__regex-syntax-0.8.4//:regex_syntax", + "@rules_rust_bindgen_deps__aho-corasick-1.1.3//:aho_corasick", + "@rules_rust_bindgen_deps__memchr-2.7.4//:memchr", + "@rules_rust_bindgen_deps__regex-syntax-0.8.4//:regex_syntax", ], ) diff --git a/bindgen/3rdparty/crates/BUILD.regex-syntax-0.8.4.bazel b/extensions/bindgen/3rdparty/crates/BUILD.regex-syntax-0.8.4.bazel similarity index 98% rename from bindgen/3rdparty/crates/BUILD.regex-syntax-0.8.4.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.regex-syntax-0.8.4.bazel index 2f405d6232..147193251c 100644 --- a/bindgen/3rdparty/crates/BUILD.regex-syntax-0.8.4.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.regex-syntax-0.8.4.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/bindgen/3rdparty/crates/BUILD.rustc-hash-1.1.0.bazel b/extensions/bindgen/3rdparty/crates/BUILD.rustc-hash-1.1.0.bazel similarity index 98% rename from bindgen/3rdparty/crates/BUILD.rustc-hash-1.1.0.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.rustc-hash-1.1.0.bazel index 063d0ced43..24e64db46e 100644 --- a/bindgen/3rdparty/crates/BUILD.rustc-hash-1.1.0.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.rustc-hash-1.1.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/bindgen/3rdparty/crates/BUILD.shlex-1.3.0.bazel b/extensions/bindgen/3rdparty/crates/BUILD.shlex-1.3.0.bazel similarity index 98% rename from bindgen/3rdparty/crates/BUILD.shlex-1.3.0.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.shlex-1.3.0.bazel index a7f76b6723..f0d68949bb 100644 --- a/bindgen/3rdparty/crates/BUILD.shlex-1.3.0.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.shlex-1.3.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/bindgen/3rdparty/crates/BUILD.strsim-0.11.1.bazel b/extensions/bindgen/3rdparty/crates/BUILD.strsim-0.11.1.bazel similarity index 98% rename from bindgen/3rdparty/crates/BUILD.strsim-0.11.1.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.strsim-0.11.1.bazel index 21c2d158e9..3d92d232f1 100644 --- a/bindgen/3rdparty/crates/BUILD.strsim-0.11.1.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.strsim-0.11.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/bindgen/3rdparty/crates/BUILD.syn-2.0.77.bazel b/extensions/bindgen/3rdparty/crates/BUILD.syn-2.0.77.bazel similarity index 93% rename from bindgen/3rdparty/crates/BUILD.syn-2.0.77.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.syn-2.0.77.bazel index 24e9d0f1ed..2af188fe69 100644 --- a/bindgen/3rdparty/crates/BUILD.syn-2.0.77.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.syn-2.0.77.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -91,8 +91,8 @@ rust_library( }), version = "2.0.77", deps = [ - "@rules_rust_bindgen__proc-macro2-1.0.86//:proc_macro2", - "@rules_rust_bindgen__quote-1.0.37//:quote", - "@rules_rust_bindgen__unicode-ident-1.0.13//:unicode_ident", + "@rules_rust_bindgen_deps__proc-macro2-1.0.86//:proc_macro2", + "@rules_rust_bindgen_deps__quote-1.0.37//:quote", + "@rules_rust_bindgen_deps__unicode-ident-1.0.13//:unicode_ident", ], ) diff --git a/bindgen/3rdparty/crates/BUILD.termcolor-1.4.1.bazel b/extensions/bindgen/3rdparty/crates/BUILD.termcolor-1.4.1.bazel similarity index 92% rename from bindgen/3rdparty/crates/BUILD.termcolor-1.4.1.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.termcolor-1.4.1.bazel index 03976b2baf..0cba58eb27 100644 --- a/bindgen/3rdparty/crates/BUILD.termcolor-1.4.1.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.termcolor-1.4.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -81,13 +81,13 @@ rust_library( version = "1.4.1", deps = select({ "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@rules_rust_bindgen__winapi-util-0.1.9//:winapi_util", # cfg(windows) + "@rules_rust_bindgen_deps__winapi-util-0.1.9//:winapi_util", # cfg(windows) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@rules_rust_bindgen__winapi-util-0.1.9//:winapi_util", # cfg(windows) + "@rules_rust_bindgen_deps__winapi-util-0.1.9//:winapi_util", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@rules_rust_bindgen__winapi-util-0.1.9//:winapi_util", # cfg(windows) + "@rules_rust_bindgen_deps__winapi-util-0.1.9//:winapi_util", # cfg(windows) ], "//conditions:default": [], }), diff --git a/bindgen/3rdparty/crates/BUILD.unicode-ident-1.0.13.bazel b/extensions/bindgen/3rdparty/crates/BUILD.unicode-ident-1.0.13.bazel similarity index 98% rename from bindgen/3rdparty/crates/BUILD.unicode-ident-1.0.13.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.unicode-ident-1.0.13.bazel index 4bd1f3cef6..5351fd41b5 100644 --- a/bindgen/3rdparty/crates/BUILD.unicode-ident-1.0.13.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.unicode-ident-1.0.13.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/bindgen/3rdparty/crates/BUILD.unicode-width-0.1.13.bazel b/extensions/bindgen/3rdparty/crates/BUILD.unicode-width-0.1.13.bazel similarity index 98% rename from bindgen/3rdparty/crates/BUILD.unicode-width-0.1.13.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.unicode-width-0.1.13.bazel index 52c265e5fd..53db0c5768 100644 --- a/bindgen/3rdparty/crates/BUILD.unicode-width-0.1.13.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.unicode-width-0.1.13.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/bindgen/3rdparty/crates/BUILD.utf8parse-0.2.2.bazel b/extensions/bindgen/3rdparty/crates/BUILD.utf8parse-0.2.2.bazel similarity index 98% rename from bindgen/3rdparty/crates/BUILD.utf8parse-0.2.2.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.utf8parse-0.2.2.bazel index 0515472c01..480b734f5d 100644 --- a/bindgen/3rdparty/crates/BUILD.utf8parse-0.2.2.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.utf8parse-0.2.2.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/bindgen/3rdparty/crates/BUILD.winapi-0.3.9.bazel b/extensions/bindgen/3rdparty/crates/BUILD.winapi-0.3.9.bazel similarity index 97% rename from bindgen/3rdparty/crates/BUILD.winapi-0.3.9.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.winapi-0.3.9.bazel index 8d6bc8b07a..38f5ccc533 100644 --- a/bindgen/3rdparty/crates/BUILD.winapi-0.3.9.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.winapi-0.3.9.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -88,7 +88,7 @@ rust_library( }), version = "0.3.9", deps = [ - "@rules_rust_bindgen__winapi-0.3.9//:build_script_build", + "@rules_rust_bindgen_deps__winapi-0.3.9//:build_script_build", ], ) diff --git a/bindgen/3rdparty/crates/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel b/extensions/bindgen/3rdparty/crates/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel similarity index 98% rename from bindgen/3rdparty/crates/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel index ca92d42a29..6ed07a9d3c 100644 --- a/bindgen/3rdparty/crates/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/bindgen/3rdparty/crates/BUILD.winapi-util-0.1.9.bazel b/extensions/bindgen/3rdparty/crates/BUILD.winapi-util-0.1.9.bazel similarity index 92% rename from bindgen/3rdparty/crates/BUILD.winapi-util-0.1.9.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.winapi-util-0.1.9.bazel index dedca28668..8a8b9f31a8 100644 --- a/bindgen/3rdparty/crates/BUILD.winapi-util-0.1.9.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.winapi-util-0.1.9.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -81,13 +81,13 @@ rust_library( version = "0.1.9", deps = select({ "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@rules_rust_bindgen__windows-sys-0.59.0//:windows_sys", # cfg(windows) + "@rules_rust_bindgen_deps__windows-sys-0.59.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@rules_rust_bindgen__windows-sys-0.59.0//:windows_sys", # cfg(windows) + "@rules_rust_bindgen_deps__windows-sys-0.59.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@rules_rust_bindgen__windows-sys-0.59.0//:windows_sys", # cfg(windows) + "@rules_rust_bindgen_deps__windows-sys-0.59.0//:windows_sys", # cfg(windows) ], "//conditions:default": [], }), diff --git a/bindgen/3rdparty/crates/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel b/extensions/bindgen/3rdparty/crates/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel similarity index 98% rename from bindgen/3rdparty/crates/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel index eee2368e6f..42e1386e48 100644 --- a/bindgen/3rdparty/crates/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/bindgen/3rdparty/crates/BUILD.windows-sys-0.52.0.bazel b/extensions/bindgen/3rdparty/crates/BUILD.windows-sys-0.52.0.bazel similarity index 96% rename from bindgen/3rdparty/crates/BUILD.windows-sys-0.52.0.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.windows-sys-0.52.0.bazel index 1fafc24512..0f6780a92b 100644 --- a/bindgen/3rdparty/crates/BUILD.windows-sys-0.52.0.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.windows-sys-0.52.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -89,6 +89,6 @@ rust_library( }), version = "0.52.0", deps = [ - "@rules_rust_bindgen__windows-targets-0.52.6//:windows_targets", + "@rules_rust_bindgen_deps__windows-targets-0.52.6//:windows_targets", ], ) diff --git a/bindgen/3rdparty/crates/BUILD.windows-sys-0.59.0.bazel b/extensions/bindgen/3rdparty/crates/BUILD.windows-sys-0.59.0.bazel similarity index 96% rename from bindgen/3rdparty/crates/BUILD.windows-sys-0.59.0.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.windows-sys-0.59.0.bazel index febe41a4d3..36d4c680ee 100644 --- a/bindgen/3rdparty/crates/BUILD.windows-sys-0.59.0.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.windows-sys-0.59.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -90,6 +90,6 @@ rust_library( }), version = "0.59.0", deps = [ - "@rules_rust_bindgen__windows-targets-0.52.6//:windows_targets", + "@rules_rust_bindgen_deps__windows-targets-0.52.6//:windows_targets", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.windows-targets-0.52.6.bazel b/extensions/bindgen/3rdparty/crates/BUILD.windows-targets-0.52.6.bazel similarity index 78% rename from proto/prost/private/3rdparty/crates/BUILD.windows-targets-0.52.6.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.windows-targets-0.52.6.bazel index 2e2eded83d..e0a55ad6f7 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.windows-targets-0.52.6.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.windows-targets-0.52.6.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -81,22 +81,22 @@ rust_library( version = "0.52.6", deps = select({ "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@rules_rust_prost__windows_aarch64_msvc-0.52.6//:windows_aarch64_msvc", # cfg(all(target_arch = "aarch64", target_env = "msvc", not(windows_raw_dylib))) + "@rules_rust_bindgen_deps__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:i686-pc-windows-msvc": [ - "@rules_rust_prost__windows_i686_msvc-0.52.6//:windows_i686_msvc", # cfg(all(target_arch = "x86", target_env = "msvc", not(windows_raw_dylib))) + "@rules_rust_bindgen_deps__windows_i686_msvc-0.52.6//:windows_i686_msvc", # cfg(all(target_arch = "x86", target_env = "msvc", not(windows_raw_dylib))) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@rules_rust_prost__windows_i686_gnu-0.52.6//:windows_i686_gnu", # cfg(all(target_arch = "x86", target_env = "gnu", not(target_abi = "llvm"), not(windows_raw_dylib))) + "@rules_rust_bindgen_deps__windows_i686_gnu-0.52.6//:windows_i686_gnu", # cfg(all(target_arch = "x86", target_env = "gnu", not(target_abi = "llvm"), not(windows_raw_dylib))) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@rules_rust_prost__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))) + "@rules_rust_bindgen_deps__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))) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@rules_rust_prost__windows_x86_64_gnu-0.52.6//:windows_x86_64_gnu", # cfg(all(target_arch = "x86_64", target_env = "gnu", not(target_abi = "llvm"), not(windows_raw_dylib))) + "@rules_rust_bindgen_deps__windows_x86_64_gnu-0.52.6//:windows_x86_64_gnu", # cfg(all(target_arch = "x86_64", target_env = "gnu", not(target_abi = "llvm"), not(windows_raw_dylib))) ], "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ - "@rules_rust_prost__windows_x86_64_gnu-0.52.6//:windows_x86_64_gnu", # cfg(all(target_arch = "x86_64", target_env = "gnu", not(target_abi = "llvm"), not(windows_raw_dylib))) + "@rules_rust_bindgen_deps__windows_x86_64_gnu-0.52.6//:windows_x86_64_gnu", # cfg(all(target_arch = "x86_64", target_env = "gnu", not(target_abi = "llvm"), not(windows_raw_dylib))) ], "//conditions:default": [], }), diff --git a/bindgen/3rdparty/crates/BUILD.windows_aarch64_gnullvm-0.52.6.bazel b/extensions/bindgen/3rdparty/crates/BUILD.windows_aarch64_gnullvm-0.52.6.bazel similarity index 98% rename from bindgen/3rdparty/crates/BUILD.windows_aarch64_gnullvm-0.52.6.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.windows_aarch64_gnullvm-0.52.6.bazel index 115354713c..cd5bb33c1c 100644 --- a/bindgen/3rdparty/crates/BUILD.windows_aarch64_gnullvm-0.52.6.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.windows_aarch64_gnullvm-0.52.6.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/bindgen/3rdparty/crates/BUILD.windows_aarch64_msvc-0.52.6.bazel b/extensions/bindgen/3rdparty/crates/BUILD.windows_aarch64_msvc-0.52.6.bazel similarity index 98% rename from bindgen/3rdparty/crates/BUILD.windows_aarch64_msvc-0.52.6.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.windows_aarch64_msvc-0.52.6.bazel index 190876e5e8..87dbeefa38 100644 --- a/bindgen/3rdparty/crates/BUILD.windows_aarch64_msvc-0.52.6.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.windows_aarch64_msvc-0.52.6.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/bindgen/3rdparty/crates/BUILD.windows_i686_gnu-0.52.6.bazel b/extensions/bindgen/3rdparty/crates/BUILD.windows_i686_gnu-0.52.6.bazel similarity index 98% rename from bindgen/3rdparty/crates/BUILD.windows_i686_gnu-0.52.6.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.windows_i686_gnu-0.52.6.bazel index 9332276ad0..efba5b0994 100644 --- a/bindgen/3rdparty/crates/BUILD.windows_i686_gnu-0.52.6.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.windows_i686_gnu-0.52.6.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/bindgen/3rdparty/crates/BUILD.windows_i686_gnullvm-0.52.6.bazel b/extensions/bindgen/3rdparty/crates/BUILD.windows_i686_gnullvm-0.52.6.bazel similarity index 98% rename from bindgen/3rdparty/crates/BUILD.windows_i686_gnullvm-0.52.6.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.windows_i686_gnullvm-0.52.6.bazel index b54267d96e..bd5f152ba9 100644 --- a/bindgen/3rdparty/crates/BUILD.windows_i686_gnullvm-0.52.6.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.windows_i686_gnullvm-0.52.6.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/bindgen/3rdparty/crates/BUILD.windows_i686_msvc-0.52.6.bazel b/extensions/bindgen/3rdparty/crates/BUILD.windows_i686_msvc-0.52.6.bazel similarity index 98% rename from bindgen/3rdparty/crates/BUILD.windows_i686_msvc-0.52.6.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.windows_i686_msvc-0.52.6.bazel index f02e28a569..7d6007f451 100644 --- a/bindgen/3rdparty/crates/BUILD.windows_i686_msvc-0.52.6.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.windows_i686_msvc-0.52.6.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/bindgen/3rdparty/crates/BUILD.windows_x86_64_gnu-0.52.6.bazel b/extensions/bindgen/3rdparty/crates/BUILD.windows_x86_64_gnu-0.52.6.bazel similarity index 98% rename from bindgen/3rdparty/crates/BUILD.windows_x86_64_gnu-0.52.6.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.windows_x86_64_gnu-0.52.6.bazel index 34173d6f51..f6a1aa3b8c 100644 --- a/bindgen/3rdparty/crates/BUILD.windows_x86_64_gnu-0.52.6.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.windows_x86_64_gnu-0.52.6.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/bindgen/3rdparty/crates/BUILD.windows_x86_64_gnullvm-0.52.6.bazel b/extensions/bindgen/3rdparty/crates/BUILD.windows_x86_64_gnullvm-0.52.6.bazel similarity index 98% rename from bindgen/3rdparty/crates/BUILD.windows_x86_64_gnullvm-0.52.6.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.windows_x86_64_gnullvm-0.52.6.bazel index 09a18a26a2..a1d44799a5 100644 --- a/bindgen/3rdparty/crates/BUILD.windows_x86_64_gnullvm-0.52.6.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.windows_x86_64_gnullvm-0.52.6.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/bindgen/3rdparty/crates/BUILD.windows_x86_64_msvc-0.52.6.bazel b/extensions/bindgen/3rdparty/crates/BUILD.windows_x86_64_msvc-0.52.6.bazel similarity index 98% rename from bindgen/3rdparty/crates/BUILD.windows_x86_64_msvc-0.52.6.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.windows_x86_64_msvc-0.52.6.bazel index 927355920a..7492fbbf70 100644 --- a/bindgen/3rdparty/crates/BUILD.windows_x86_64_msvc-0.52.6.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.windows_x86_64_msvc-0.52.6.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/bindgen/3rdparty/crates/BUILD.yansi-term-0.1.2.bazel b/extensions/bindgen/3rdparty/crates/BUILD.yansi-term-0.1.2.bazel similarity index 92% rename from bindgen/3rdparty/crates/BUILD.yansi-term-0.1.2.bazel rename to extensions/bindgen/3rdparty/crates/BUILD.yansi-term-0.1.2.bazel index 0616646551..2a09273470 100644 --- a/bindgen/3rdparty/crates/BUILD.yansi-term-0.1.2.bazel +++ b/extensions/bindgen/3rdparty/crates/BUILD.yansi-term-0.1.2.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -81,13 +81,13 @@ rust_library( version = "0.1.2", deps = select({ "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@rules_rust_bindgen__winapi-0.3.9//:winapi", # cfg(target_os = "windows") + "@rules_rust_bindgen_deps__winapi-0.3.9//:winapi", # cfg(target_os = "windows") ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@rules_rust_bindgen__winapi-0.3.9//:winapi", # cfg(target_os = "windows") + "@rules_rust_bindgen_deps__winapi-0.3.9//:winapi", # cfg(target_os = "windows") ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@rules_rust_bindgen__winapi-0.3.9//:winapi", # cfg(target_os = "windows") + "@rules_rust_bindgen_deps__winapi-0.3.9//:winapi", # cfg(target_os = "windows") ], "//conditions:default": [], }), diff --git a/bindgen/3rdparty/crates/alias_rules.bzl b/extensions/bindgen/3rdparty/crates/alias_rules.bzl similarity index 100% rename from bindgen/3rdparty/crates/alias_rules.bzl rename to extensions/bindgen/3rdparty/crates/alias_rules.bzl diff --git a/bindgen/3rdparty/crates/crates.bzl b/extensions/bindgen/3rdparty/crates/crates.bzl similarity index 75% rename from bindgen/3rdparty/crates/crates.bzl rename to extensions/bindgen/3rdparty/crates/crates.bzl index 7e262cab89..caeb931a54 100644 --- a/bindgen/3rdparty/crates/crates.bzl +++ b/extensions/bindgen/3rdparty/crates/crates.bzl @@ -9,10 +9,10 @@ load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe") # buildifier: disable=bzl-visibility -load("@rules_rust//bindgen/3rdparty/crates:defs.bzl", _crate_repositories = "crate_repositories") +load("@rules_rust//crate_universe/private:crates_vendor.bzl", "crates_vendor_remote_repository") # buildifier: disable=bzl-visibility -load("@rules_rust//crate_universe/private:crates_vendor.bzl", "crates_vendor_remote_repository") +load("@rules_rust_bindgen//3rdparty/crates:defs.bzl", _crate_repositories = "crate_repositories") def crate_repositories(): """Generates repositories for vendored crates. @@ -22,11 +22,11 @@ def crate_repositories(): """ maybe( crates_vendor_remote_repository, - name = "rules_rust_bindgen", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.bazel"), - defs_module = Label("@rules_rust//bindgen/3rdparty/crates:defs.bzl"), + name = "rules_rust_bindgen_deps", + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.bazel"), + defs_module = Label("@rules_rust_bindgen//3rdparty/crates:defs.bzl"), ) - direct_deps = [struct(repo = "rules_rust_bindgen", is_dev_dep = False)] + direct_deps = [struct(repo = "rules_rust_bindgen_deps", is_dev_dep = False)] direct_deps.extend(_crate_repositories()) return direct_deps diff --git a/bindgen/3rdparty/crates/defs.bzl b/extensions/bindgen/3rdparty/crates/defs.bzl similarity index 81% rename from bindgen/3rdparty/crates/defs.bzl rename to extensions/bindgen/3rdparty/crates/defs.bzl index a50e729cb4..d6de2be6a8 100644 --- a/bindgen/3rdparty/crates/defs.bzl +++ b/extensions/bindgen/3rdparty/crates/defs.bzl @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### """ # `crates_repository` API @@ -295,11 +295,11 @@ def aliases( _NORMAL_DEPENDENCIES = { "": { _COMMON_CONDITION: { - "bindgen": Label("@rules_rust_bindgen__bindgen-0.70.1//:bindgen"), - "clang-sys": Label("@rules_rust_bindgen__clang-sys-1.8.1//:clang_sys"), - "clap": Label("@rules_rust_bindgen__clap-4.5.17//:clap"), - "clap_complete": Label("@rules_rust_bindgen__clap_complete-4.5.26//:clap_complete"), - "env_logger": Label("@rules_rust_bindgen__env_logger-0.10.2//:env_logger"), + "bindgen": Label("@rules_rust_bindgen_deps__bindgen-0.70.1//:bindgen"), + "clang-sys": Label("@rules_rust_bindgen_deps__clang-sys-1.8.1//:clang_sys"), + "clap": Label("@rules_rust_bindgen_deps__clap-4.5.17//:clap"), + "clap_complete": Label("@rules_rust_bindgen_deps__clap_complete-4.5.26//:clap_complete"), + "env_logger": Label("@rules_rust_bindgen_deps__env_logger-0.10.2//:env_logger"), }, }, } @@ -424,638 +424,638 @@ def crate_repositories(): """ maybe( http_archive, - name = "rules_rust_bindgen__aho-corasick-1.1.3", + name = "rules_rust_bindgen_deps__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("@rules_rust//bindgen/3rdparty/crates:BUILD.aho-corasick-1.1.3.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.aho-corasick-1.1.3.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__annotate-snippets-0.9.2", + name = "rules_rust_bindgen_deps__annotate-snippets-0.9.2", sha256 = "ccaf7e9dfbb6ab22c82e473cd1a8a7bd313c19a5b7e40970f3d89ef5a5c9e81e", type = "tar.gz", urls = ["https://static.crates.io/crates/annotate-snippets/0.9.2/download"], strip_prefix = "annotate-snippets-0.9.2", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.annotate-snippets-0.9.2.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.annotate-snippets-0.9.2.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__anstream-0.6.15", + name = "rules_rust_bindgen_deps__anstream-0.6.15", sha256 = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526", type = "tar.gz", urls = ["https://static.crates.io/crates/anstream/0.6.15/download"], strip_prefix = "anstream-0.6.15", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.anstream-0.6.15.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.anstream-0.6.15.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__anstyle-1.0.8", + name = "rules_rust_bindgen_deps__anstyle-1.0.8", sha256 = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1", type = "tar.gz", urls = ["https://static.crates.io/crates/anstyle/1.0.8/download"], strip_prefix = "anstyle-1.0.8", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.anstyle-1.0.8.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.anstyle-1.0.8.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__anstyle-parse-0.2.5", + name = "rules_rust_bindgen_deps__anstyle-parse-0.2.5", sha256 = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb", type = "tar.gz", urls = ["https://static.crates.io/crates/anstyle-parse/0.2.5/download"], strip_prefix = "anstyle-parse-0.2.5", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.anstyle-parse-0.2.5.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.anstyle-parse-0.2.5.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__anstyle-query-1.1.1", + name = "rules_rust_bindgen_deps__anstyle-query-1.1.1", sha256 = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a", type = "tar.gz", urls = ["https://static.crates.io/crates/anstyle-query/1.1.1/download"], strip_prefix = "anstyle-query-1.1.1", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.anstyle-query-1.1.1.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.anstyle-query-1.1.1.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__anstyle-wincon-3.0.4", + name = "rules_rust_bindgen_deps__anstyle-wincon-3.0.4", sha256 = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8", type = "tar.gz", urls = ["https://static.crates.io/crates/anstyle-wincon/3.0.4/download"], strip_prefix = "anstyle-wincon-3.0.4", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.anstyle-wincon-3.0.4.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.anstyle-wincon-3.0.4.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__bindgen-0.70.1", + name = "rules_rust_bindgen_deps__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("@rules_rust//bindgen/3rdparty/crates:BUILD.bindgen-0.70.1.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.bindgen-0.70.1.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__bitflags-2.6.0", + name = "rules_rust_bindgen_deps__bitflags-2.6.0", sha256 = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de", type = "tar.gz", urls = ["https://static.crates.io/crates/bitflags/2.6.0/download"], strip_prefix = "bitflags-2.6.0", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.bitflags-2.6.0.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.bitflags-2.6.0.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__cexpr-0.6.0", + name = "rules_rust_bindgen_deps__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("@rules_rust//bindgen/3rdparty/crates:BUILD.cexpr-0.6.0.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.cexpr-0.6.0.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__cfg-if-1.0.0", + name = "rules_rust_bindgen_deps__cfg-if-1.0.0", sha256 = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd", type = "tar.gz", urls = ["https://static.crates.io/crates/cfg-if/1.0.0/download"], strip_prefix = "cfg-if-1.0.0", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.cfg-if-1.0.0.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.cfg-if-1.0.0.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__clang-sys-1.8.1", + name = "rules_rust_bindgen_deps__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("@rules_rust//bindgen/3rdparty/crates:BUILD.clang-sys-1.8.1.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.clang-sys-1.8.1.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__clap-4.5.17", + name = "rules_rust_bindgen_deps__clap-4.5.17", sha256 = "3e5a21b8495e732f1b3c364c9949b201ca7bae518c502c80256c96ad79eaf6ac", type = "tar.gz", urls = ["https://static.crates.io/crates/clap/4.5.17/download"], strip_prefix = "clap-4.5.17", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.clap-4.5.17.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.clap-4.5.17.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__clap_builder-4.5.17", + name = "rules_rust_bindgen_deps__clap_builder-4.5.17", sha256 = "8cf2dd12af7a047ad9d6da2b6b249759a22a7abc0f474c1dae1777afa4b21a73", type = "tar.gz", urls = ["https://static.crates.io/crates/clap_builder/4.5.17/download"], strip_prefix = "clap_builder-4.5.17", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.clap_builder-4.5.17.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.clap_builder-4.5.17.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__clap_complete-4.5.26", + name = "rules_rust_bindgen_deps__clap_complete-4.5.26", sha256 = "205d5ef6d485fa47606b98b0ddc4ead26eb850aaa86abfb562a94fb3280ecba0", type = "tar.gz", urls = ["https://static.crates.io/crates/clap_complete/4.5.26/download"], strip_prefix = "clap_complete-4.5.26", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.clap_complete-4.5.26.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.clap_complete-4.5.26.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__clap_derive-4.5.13", + name = "rules_rust_bindgen_deps__clap_derive-4.5.13", sha256 = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0", type = "tar.gz", urls = ["https://static.crates.io/crates/clap_derive/4.5.13/download"], strip_prefix = "clap_derive-4.5.13", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.clap_derive-4.5.13.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.clap_derive-4.5.13.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__clap_lex-0.7.2", + name = "rules_rust_bindgen_deps__clap_lex-0.7.2", sha256 = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97", type = "tar.gz", urls = ["https://static.crates.io/crates/clap_lex/0.7.2/download"], strip_prefix = "clap_lex-0.7.2", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.clap_lex-0.7.2.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.clap_lex-0.7.2.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__colorchoice-1.0.2", + name = "rules_rust_bindgen_deps__colorchoice-1.0.2", sha256 = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0", type = "tar.gz", urls = ["https://static.crates.io/crates/colorchoice/1.0.2/download"], strip_prefix = "colorchoice-1.0.2", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.colorchoice-1.0.2.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.colorchoice-1.0.2.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__either-1.13.0", + name = "rules_rust_bindgen_deps__either-1.13.0", sha256 = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0", type = "tar.gz", urls = ["https://static.crates.io/crates/either/1.13.0/download"], strip_prefix = "either-1.13.0", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.either-1.13.0.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.either-1.13.0.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__env_logger-0.10.2", + name = "rules_rust_bindgen_deps__env_logger-0.10.2", sha256 = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580", type = "tar.gz", urls = ["https://static.crates.io/crates/env_logger/0.10.2/download"], strip_prefix = "env_logger-0.10.2", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.env_logger-0.10.2.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.env_logger-0.10.2.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__glob-0.3.1", + name = "rules_rust_bindgen_deps__glob-0.3.1", sha256 = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b", type = "tar.gz", urls = ["https://static.crates.io/crates/glob/0.3.1/download"], strip_prefix = "glob-0.3.1", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.glob-0.3.1.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.glob-0.3.1.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__heck-0.5.0", + name = "rules_rust_bindgen_deps__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("@rules_rust//bindgen/3rdparty/crates:BUILD.heck-0.5.0.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.heck-0.5.0.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__hermit-abi-0.4.0", + name = "rules_rust_bindgen_deps__hermit-abi-0.4.0", sha256 = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc", type = "tar.gz", urls = ["https://static.crates.io/crates/hermit-abi/0.4.0/download"], strip_prefix = "hermit-abi-0.4.0", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.hermit-abi-0.4.0.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.hermit-abi-0.4.0.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__humantime-2.1.0", + name = "rules_rust_bindgen_deps__humantime-2.1.0", sha256 = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4", type = "tar.gz", urls = ["https://static.crates.io/crates/humantime/2.1.0/download"], strip_prefix = "humantime-2.1.0", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.humantime-2.1.0.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.humantime-2.1.0.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__is-terminal-0.4.13", + name = "rules_rust_bindgen_deps__is-terminal-0.4.13", sha256 = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b", type = "tar.gz", urls = ["https://static.crates.io/crates/is-terminal/0.4.13/download"], strip_prefix = "is-terminal-0.4.13", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.is-terminal-0.4.13.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.is-terminal-0.4.13.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__is_terminal_polyfill-1.70.1", + name = "rules_rust_bindgen_deps__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("@rules_rust//bindgen/3rdparty/crates:BUILD.is_terminal_polyfill-1.70.1.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.is_terminal_polyfill-1.70.1.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__itertools-0.13.0", + name = "rules_rust_bindgen_deps__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("@rules_rust//bindgen/3rdparty/crates:BUILD.itertools-0.13.0.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.itertools-0.13.0.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__libc-0.2.158", + name = "rules_rust_bindgen_deps__libc-0.2.158", sha256 = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439", type = "tar.gz", urls = ["https://static.crates.io/crates/libc/0.2.158/download"], strip_prefix = "libc-0.2.158", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.libc-0.2.158.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.libc-0.2.158.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__libloading-0.8.5", + name = "rules_rust_bindgen_deps__libloading-0.8.5", sha256 = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4", type = "tar.gz", urls = ["https://static.crates.io/crates/libloading/0.8.5/download"], strip_prefix = "libloading-0.8.5", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.libloading-0.8.5.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.libloading-0.8.5.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__log-0.4.22", + name = "rules_rust_bindgen_deps__log-0.4.22", sha256 = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24", type = "tar.gz", urls = ["https://static.crates.io/crates/log/0.4.22/download"], strip_prefix = "log-0.4.22", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.log-0.4.22.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.log-0.4.22.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__memchr-2.7.4", + name = "rules_rust_bindgen_deps__memchr-2.7.4", sha256 = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3", type = "tar.gz", urls = ["https://static.crates.io/crates/memchr/2.7.4/download"], strip_prefix = "memchr-2.7.4", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.memchr-2.7.4.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.memchr-2.7.4.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__minimal-lexical-0.2.1", + name = "rules_rust_bindgen_deps__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("@rules_rust//bindgen/3rdparty/crates:BUILD.minimal-lexical-0.2.1.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.minimal-lexical-0.2.1.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__nom-7.1.3", + name = "rules_rust_bindgen_deps__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("@rules_rust//bindgen/3rdparty/crates:BUILD.nom-7.1.3.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.nom-7.1.3.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__prettyplease-0.2.22", + name = "rules_rust_bindgen_deps__prettyplease-0.2.22", sha256 = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba", type = "tar.gz", urls = ["https://static.crates.io/crates/prettyplease/0.2.22/download"], strip_prefix = "prettyplease-0.2.22", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.prettyplease-0.2.22.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.prettyplease-0.2.22.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__proc-macro2-1.0.86", + name = "rules_rust_bindgen_deps__proc-macro2-1.0.86", sha256 = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77", type = "tar.gz", urls = ["https://static.crates.io/crates/proc-macro2/1.0.86/download"], strip_prefix = "proc-macro2-1.0.86", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.proc-macro2-1.0.86.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.proc-macro2-1.0.86.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__quote-1.0.37", + name = "rules_rust_bindgen_deps__quote-1.0.37", sha256 = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af", type = "tar.gz", urls = ["https://static.crates.io/crates/quote/1.0.37/download"], strip_prefix = "quote-1.0.37", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.quote-1.0.37.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.quote-1.0.37.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__regex-1.10.6", + name = "rules_rust_bindgen_deps__regex-1.10.6", sha256 = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619", type = "tar.gz", urls = ["https://static.crates.io/crates/regex/1.10.6/download"], strip_prefix = "regex-1.10.6", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.regex-1.10.6.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.regex-1.10.6.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__regex-automata-0.4.7", + name = "rules_rust_bindgen_deps__regex-automata-0.4.7", sha256 = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df", type = "tar.gz", urls = ["https://static.crates.io/crates/regex-automata/0.4.7/download"], strip_prefix = "regex-automata-0.4.7", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.regex-automata-0.4.7.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.regex-automata-0.4.7.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__regex-syntax-0.8.4", + name = "rules_rust_bindgen_deps__regex-syntax-0.8.4", sha256 = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b", type = "tar.gz", urls = ["https://static.crates.io/crates/regex-syntax/0.8.4/download"], strip_prefix = "regex-syntax-0.8.4", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.regex-syntax-0.8.4.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.regex-syntax-0.8.4.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__rustc-hash-1.1.0", + name = "rules_rust_bindgen_deps__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("@rules_rust//bindgen/3rdparty/crates:BUILD.rustc-hash-1.1.0.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.rustc-hash-1.1.0.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__shlex-1.3.0", + name = "rules_rust_bindgen_deps__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("@rules_rust//bindgen/3rdparty/crates:BUILD.shlex-1.3.0.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.shlex-1.3.0.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__strsim-0.11.1", + name = "rules_rust_bindgen_deps__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("@rules_rust//bindgen/3rdparty/crates:BUILD.strsim-0.11.1.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.strsim-0.11.1.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__syn-2.0.77", + name = "rules_rust_bindgen_deps__syn-2.0.77", sha256 = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed", type = "tar.gz", urls = ["https://static.crates.io/crates/syn/2.0.77/download"], strip_prefix = "syn-2.0.77", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.syn-2.0.77.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.syn-2.0.77.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__termcolor-1.4.1", + name = "rules_rust_bindgen_deps__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("@rules_rust//bindgen/3rdparty/crates:BUILD.termcolor-1.4.1.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.termcolor-1.4.1.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__unicode-ident-1.0.13", + name = "rules_rust_bindgen_deps__unicode-ident-1.0.13", sha256 = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe", type = "tar.gz", urls = ["https://static.crates.io/crates/unicode-ident/1.0.13/download"], strip_prefix = "unicode-ident-1.0.13", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.unicode-ident-1.0.13.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.unicode-ident-1.0.13.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__unicode-width-0.1.13", + name = "rules_rust_bindgen_deps__unicode-width-0.1.13", sha256 = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d", type = "tar.gz", urls = ["https://static.crates.io/crates/unicode-width/0.1.13/download"], strip_prefix = "unicode-width-0.1.13", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.unicode-width-0.1.13.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.unicode-width-0.1.13.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__utf8parse-0.2.2", + name = "rules_rust_bindgen_deps__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("@rules_rust//bindgen/3rdparty/crates:BUILD.utf8parse-0.2.2.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.utf8parse-0.2.2.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__winapi-0.3.9", + name = "rules_rust_bindgen_deps__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("@rules_rust//bindgen/3rdparty/crates:BUILD.winapi-0.3.9.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.winapi-0.3.9.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__winapi-i686-pc-windows-gnu-0.4.0", + name = "rules_rust_bindgen_deps__winapi-i686-pc-windows-gnu-0.4.0", sha256 = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6", type = "tar.gz", urls = ["https://static.crates.io/crates/winapi-i686-pc-windows-gnu/0.4.0/download"], strip_prefix = "winapi-i686-pc-windows-gnu-0.4.0", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__winapi-util-0.1.9", + name = "rules_rust_bindgen_deps__winapi-util-0.1.9", sha256 = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb", type = "tar.gz", urls = ["https://static.crates.io/crates/winapi-util/0.1.9/download"], strip_prefix = "winapi-util-0.1.9", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.winapi-util-0.1.9.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.winapi-util-0.1.9.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__winapi-x86_64-pc-windows-gnu-0.4.0", + name = "rules_rust_bindgen_deps__winapi-x86_64-pc-windows-gnu-0.4.0", sha256 = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f", type = "tar.gz", urls = ["https://static.crates.io/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download"], strip_prefix = "winapi-x86_64-pc-windows-gnu-0.4.0", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__windows-sys-0.52.0", + name = "rules_rust_bindgen_deps__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("@rules_rust//bindgen/3rdparty/crates:BUILD.windows-sys-0.52.0.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.windows-sys-0.52.0.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__windows-sys-0.59.0", + name = "rules_rust_bindgen_deps__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("@rules_rust//bindgen/3rdparty/crates:BUILD.windows-sys-0.59.0.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.windows-sys-0.59.0.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__windows-targets-0.52.6", + name = "rules_rust_bindgen_deps__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("@rules_rust//bindgen/3rdparty/crates:BUILD.windows-targets-0.52.6.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.windows-targets-0.52.6.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__windows_aarch64_gnullvm-0.52.6", + name = "rules_rust_bindgen_deps__windows_aarch64_gnullvm-0.52.6", sha256 = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3", type = "tar.gz", urls = ["https://static.crates.io/crates/windows_aarch64_gnullvm/0.52.6/download"], strip_prefix = "windows_aarch64_gnullvm-0.52.6", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.windows_aarch64_gnullvm-0.52.6.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.windows_aarch64_gnullvm-0.52.6.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__windows_aarch64_msvc-0.52.6", + name = "rules_rust_bindgen_deps__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("@rules_rust//bindgen/3rdparty/crates:BUILD.windows_aarch64_msvc-0.52.6.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.windows_aarch64_msvc-0.52.6.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__windows_i686_gnu-0.52.6", + name = "rules_rust_bindgen_deps__windows_i686_gnu-0.52.6", sha256 = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b", type = "tar.gz", urls = ["https://static.crates.io/crates/windows_i686_gnu/0.52.6/download"], strip_prefix = "windows_i686_gnu-0.52.6", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.windows_i686_gnu-0.52.6.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.windows_i686_gnu-0.52.6.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__windows_i686_gnullvm-0.52.6", + name = "rules_rust_bindgen_deps__windows_i686_gnullvm-0.52.6", sha256 = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66", type = "tar.gz", urls = ["https://static.crates.io/crates/windows_i686_gnullvm/0.52.6/download"], strip_prefix = "windows_i686_gnullvm-0.52.6", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.windows_i686_gnullvm-0.52.6.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.windows_i686_gnullvm-0.52.6.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__windows_i686_msvc-0.52.6", + name = "rules_rust_bindgen_deps__windows_i686_msvc-0.52.6", sha256 = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66", type = "tar.gz", urls = ["https://static.crates.io/crates/windows_i686_msvc/0.52.6/download"], strip_prefix = "windows_i686_msvc-0.52.6", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.windows_i686_msvc-0.52.6.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.windows_i686_msvc-0.52.6.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__windows_x86_64_gnu-0.52.6", + name = "rules_rust_bindgen_deps__windows_x86_64_gnu-0.52.6", sha256 = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78", type = "tar.gz", urls = ["https://static.crates.io/crates/windows_x86_64_gnu/0.52.6/download"], strip_prefix = "windows_x86_64_gnu-0.52.6", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.windows_x86_64_gnu-0.52.6.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.windows_x86_64_gnu-0.52.6.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__windows_x86_64_gnullvm-0.52.6", + name = "rules_rust_bindgen_deps__windows_x86_64_gnullvm-0.52.6", sha256 = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d", type = "tar.gz", urls = ["https://static.crates.io/crates/windows_x86_64_gnullvm/0.52.6/download"], strip_prefix = "windows_x86_64_gnullvm-0.52.6", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.windows_x86_64_gnullvm-0.52.6.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.windows_x86_64_gnullvm-0.52.6.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__windows_x86_64_msvc-0.52.6", + name = "rules_rust_bindgen_deps__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("@rules_rust//bindgen/3rdparty/crates:BUILD.windows_x86_64_msvc-0.52.6.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.windows_x86_64_msvc-0.52.6.bazel"), ) maybe( http_archive, - name = "rules_rust_bindgen__yansi-term-0.1.2", + name = "rules_rust_bindgen_deps__yansi-term-0.1.2", sha256 = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1", type = "tar.gz", urls = ["https://static.crates.io/crates/yansi-term/0.1.2/download"], strip_prefix = "yansi-term-0.1.2", - build_file = Label("@rules_rust//bindgen/3rdparty/crates:BUILD.yansi-term-0.1.2.bazel"), + build_file = Label("@rules_rust_bindgen//3rdparty/crates:BUILD.yansi-term-0.1.2.bazel"), ) return [ - struct(repo = "rules_rust_bindgen__bindgen-0.70.1", is_dev_dep = False), - struct(repo = "rules_rust_bindgen__clang-sys-1.8.1", is_dev_dep = False), - struct(repo = "rules_rust_bindgen__clap-4.5.17", is_dev_dep = False), - struct(repo = "rules_rust_bindgen__clap_complete-4.5.26", is_dev_dep = False), - struct(repo = "rules_rust_bindgen__env_logger-0.10.2", is_dev_dep = False), + struct(repo = "rules_rust_bindgen_deps__bindgen-0.70.1", is_dev_dep = False), + struct(repo = "rules_rust_bindgen_deps__clang-sys-1.8.1", is_dev_dep = False), + struct(repo = "rules_rust_bindgen_deps__clap-4.5.17", is_dev_dep = False), + struct(repo = "rules_rust_bindgen_deps__clap_complete-4.5.26", is_dev_dep = False), + struct(repo = "rules_rust_bindgen_deps__env_logger-0.10.2", is_dev_dep = False), ] diff --git a/bindgen/3rdparty/patches/BUILD.bazel b/extensions/bindgen/3rdparty/patches/BUILD.bazel similarity index 100% rename from bindgen/3rdparty/patches/BUILD.bazel rename to extensions/bindgen/3rdparty/patches/BUILD.bazel diff --git a/bindgen/3rdparty/patches/README.md b/extensions/bindgen/3rdparty/patches/README.md similarity index 96% rename from bindgen/3rdparty/patches/README.md rename to extensions/bindgen/3rdparty/patches/README.md index 6191ecf288..296fbfda3a 100644 --- a/bindgen/3rdparty/patches/README.md +++ b/extensions/bindgen/3rdparty/patches/README.md @@ -1,6 +1,6 @@ # Patches -All patches pair with the versions of the referenced repositories defined in `@rules_rust//bindgen:repositories.bzl`. +All patches pair with the versions of the referenced repositories defined in `@rules_rust_bindgen//:repositories.bzl`. ## [llvm-project.cxx17](./llvm-project.cxx17.patch) diff --git a/bindgen/3rdparty/patches/llvm-project.cxx17.patch b/extensions/bindgen/3rdparty/patches/llvm-project.cxx17.patch similarity index 100% rename from bindgen/3rdparty/patches/llvm-project.cxx17.patch rename to extensions/bindgen/3rdparty/patches/llvm-project.cxx17.patch diff --git a/bindgen/3rdparty/patches/llvm-project.incompatible_disallow_empty_glob.patch b/extensions/bindgen/3rdparty/patches/llvm-project.incompatible_disallow_empty_glob.patch similarity index 100% rename from bindgen/3rdparty/patches/llvm-project.incompatible_disallow_empty_glob.patch rename to extensions/bindgen/3rdparty/patches/llvm-project.incompatible_disallow_empty_glob.patch diff --git a/bindgen/BUILD.bazel b/extensions/bindgen/BUILD.bazel similarity index 66% rename from bindgen/BUILD.bazel rename to extensions/bindgen/BUILD.bazel index 0ee90783ba..ee68d3cc31 100644 --- a/bindgen/BUILD.bazel +++ b/extensions/bindgen/BUILD.bazel @@ -1,8 +1,12 @@ load("@bazel_skylib//:bzl_library.bzl", "bzl_library") -load("//bindgen:defs.bzl", "rust_bindgen_toolchain") +load("//:defs.bzl", "rust_bindgen_toolchain") package(default_visibility = ["//visibility:public"]) +exports_files([ + "defs.bzl", +]) + toolchain_type( name = "toolchain_type", ) @@ -11,15 +15,15 @@ bzl_library( name = "bzl_lib", srcs = glob(["**/*.bzl"]), deps = [ - "//bindgen/3rdparty:bzl_lib", - "//bindgen/private:bzl_lib", - "//rust:bzl_lib", + "//3rdparty:bzl_lib", + "//private:bzl_lib", + "@rules_rust//rust:bzl_lib", ], ) rust_bindgen_toolchain( name = "default_bindgen_toolchain_impl", - bindgen = "//bindgen/3rdparty:bindgen", + bindgen = "//3rdparty:bindgen", clang = "@llvm-project//clang:clang", libclang = "@llvm-project//clang:libclang", ) @@ -27,5 +31,5 @@ rust_bindgen_toolchain( toolchain( name = "default_bindgen_toolchain", toolchain = "default_bindgen_toolchain_impl", - toolchain_type = "//bindgen:toolchain_type", + toolchain_type = "//:toolchain_type", ) diff --git a/extensions/bindgen/MODULE.bazel b/extensions/bindgen/MODULE.bazel new file mode 100644 index 0000000000..87470c9be8 --- /dev/null +++ b/extensions/bindgen/MODULE.bazel @@ -0,0 +1,41 @@ +"""bazelbuild/rules_rust/extensions/bindgen""" + +module( + name = "rules_rust_bindgen", + version = "0.54.1", +) + +bazel_dep( + name = "rules_rust", + version = "0.54.1", +) +local_path_override( + module_name = "rules_rust", + path = "../..", +) + +bazel_dep( + name = "bazel_skylib", + version = "1.5.0", +) +bazel_dep( + name = "rules_cc", + version = "0.0.9", +) + +rust_ext_bindgen = use_extension("//:extensions.bzl", "rust_ext_bindgen") +use_repo( + rust_ext_bindgen, + "llvm-raw", + "rules_rust_bindgen_deps", + "rules_rust_bindgen_deps__bindgen-0.70.1", + "rules_rust_bindgen_deps__bindgen-cli-0.70.1", + "rules_rust_bindgen_deps__clang-sys-1.8.1", + "rules_rust_bindgen_deps__clap-4.5.17", + "rules_rust_bindgen_deps__clap_complete-4.5.26", + "rules_rust_bindgen_deps__env_logger-0.10.2", +) + +register_toolchains( + "//:default_bindgen_toolchain", +) diff --git a/bindgen/README.md b/extensions/bindgen/README.md similarity index 100% rename from bindgen/README.md rename to extensions/bindgen/README.md diff --git a/extensions/bindgen/WORKSPACE.bazel b/extensions/bindgen/WORKSPACE.bazel new file mode 100644 index 0000000000..94b61b59fd --- /dev/null +++ b/extensions/bindgen/WORKSPACE.bazel @@ -0,0 +1,60 @@ +workspace(name = "rules_rust_bindgen") + +# Users of `rules_rust` will commonly be unable to load it +# using a `local_repository`. Instead, to setup the rules, +# please see https://bazelbuild.github.io/rules_rust/#setup +local_repository( + name = "rules_rust", + path = "../..", +) + +load("@rules_rust//rust:repositories.bzl", "rules_rust_dependencies", "rust_register_toolchains") + +rules_rust_dependencies() + +rust_register_toolchains() + +load("@rules_rust//crate_universe:repositories.bzl", "crate_universe_dependencies") + +crate_universe_dependencies(bootstrap = True) + +load("@rules_rust//tools/rust_analyzer:deps.bzl", "rust_analyzer_dependencies") + +rust_analyzer_dependencies() + +load("//:repositories.bzl", "rust_bindgen_dependencies", "rust_bindgen_register_toolchains") + +rust_bindgen_dependencies() + +rust_bindgen_register_toolchains() + +load("//:transitive_repositories.bzl", "rust_bindgen_transitive_dependencies") + +rust_bindgen_transitive_dependencies() + +load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace") + +bazel_skylib_workspace() + +# --- end stardoc + +load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") + +http_archive( + name = "bazel_ci_rules", + sha256 = "eca21884e6f66a88c358e580fd67a6b148d30ab57b1680f62a96c00f9bc6a07e", + strip_prefix = "bazelci_rules-1.0.0", + url = "https://github.com/bazelbuild/continuous-integration/releases/download/rules-1.0.0/bazelci_rules-1.0.0.tar.gz", +) + +# To run with RBE on Bazel CI, uncomment the following lines. +# +# load("@bazel_ci_rules//:rbe_repo.bzl", "rbe_preconfig") +# rbe_preconfig(name = "buildkite_config", toolchain = "ubuntu2004-bazel-java11") + +http_archive( + name = "rules_testing", + sha256 = "02c62574631876a4e3b02a1820cb51167bb9cdcdea2381b2fa9d9b8b11c407c4", + strip_prefix = "rules_testing-0.6.0", + url = "https://github.com/bazelbuild/rules_testing/releases/download/v0.6.0/rules_testing-v0.6.0.tar.gz", +) diff --git a/extensions/bindgen/WORKSPACE.bzlmod b/extensions/bindgen/WORKSPACE.bzlmod new file mode 100644 index 0000000000..b5d37b5518 --- /dev/null +++ b/extensions/bindgen/WORKSPACE.bzlmod @@ -0,0 +1 @@ +workspace(name = "rules_rust_bindgen") diff --git a/docs/rust_bindgen.vm b/extensions/bindgen/defs.bzl similarity index 61% rename from docs/rust_bindgen.vm rename to extensions/bindgen/defs.bzl index 676e4820e8..786d7270f4 100644 --- a/docs/rust_bindgen.vm +++ b/extensions/bindgen/defs.bzl @@ -1,26 +1,29 @@ -#[[ -## Overview +"""# rules_rust_bindgen These rules are for using [Bindgen][bindgen] to generate [Rust][rust] bindings to C (and some C++) libraries. [rust]: http://www.rust-lang.org/ [bindgen]: https://github.com/rust-lang/rust-bindgen -See the [bindgen example](https://github.com/bazelbuild/rules_rust/tree/main/examples/bindgen/BUILD.bazel) for a more complete example of use. +## Rules -### Setup +- [rust_bindgen](#rust_bindgen) +- [rust_bindgen_library](#rust_bindgen_library) +- [rust_bindgen_toolchain](#rust_bindgen_toolchain) + +## Setup To use the Rust bindgen rules, add the following to your `WORKSPACE` file to add the external repositories for the Rust bindgen toolchain (in addition to the [rust rules setup](https://bazelbuild.github.io/rules_rust/#setup)): ```python -load("@rules_rust//bindgen:repositories.bzl", "rust_bindgen_dependencies", "rust_bindgen_register_toolchains") +load("@rules_rust_bindgen//:repositories.bzl", "rust_bindgen_dependencies", "rust_bindgen_register_toolchains") rust_bindgen_dependencies() rust_bindgen_register_toolchains() -load("@rules_rust//bindgen:transitive_repositories.bzl", "rust_bindgen_transitive_dependencies") +load("@rules_rust_bindgen//:transitive_repositories.bzl", "rust_bindgen_transitive_dependencies") rust_bindgen_transitive_dependencies() ``` @@ -34,7 +37,16 @@ toolchains following the instructions for [rust_bindgen_toolchain](#rust_bindgen [cra_uni]: https://bazelbuild.github.io/rules_rust/crate_universe.html --- - --- - -]]# +""" + +load( + "//private:bindgen.bzl", + _rust_bindgen = "rust_bindgen", + _rust_bindgen_library = "rust_bindgen_library", + _rust_bindgen_toolchain = "rust_bindgen_toolchain", +) + +rust_bindgen = _rust_bindgen +rust_bindgen_library = _rust_bindgen_library +rust_bindgen_toolchain = _rust_bindgen_toolchain diff --git a/extensions/bindgen/extensions.bzl b/extensions/bindgen/extensions.bzl new file mode 100644 index 0000000000..b480a597ee --- /dev/null +++ b/extensions/bindgen/extensions.bzl @@ -0,0 +1,23 @@ +"""Bzlmod module extensions""" + +load("//:repositories.bzl", "rust_bindgen_dependencies") + +def _rust_ext_bindgen_impl(module_ctx): + # This should contain the subset of WORKSPACE.bazel that defines + # repositories. + direct_deps = [] + + direct_deps.extend(rust_bindgen_dependencies()) + + # 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 = [], + ) + +rust_ext_bindgen = module_extension( + doc = "Dependencies for the rules_rust_bindgen extension.", + implementation = _rust_ext_bindgen_impl, +) diff --git a/bindgen/private/BUILD.bazel b/extensions/bindgen/private/BUILD.bazel similarity index 65% rename from bindgen/private/BUILD.bazel rename to extensions/bindgen/private/BUILD.bazel index e8f1c3382d..e49e2d7440 100644 --- a/bindgen/private/BUILD.bazel +++ b/extensions/bindgen/private/BUILD.bazel @@ -5,5 +5,8 @@ bzl_library( srcs = glob(["**/*.bzl"]) + [ "@rules_cc//cc:bzl_srcs", ], - visibility = ["//bindgen:__pkg__"], + visibility = ["//:__pkg__"], + deps = [ + "@rules_rust//rust:bzl_lib", + ], ) diff --git a/bindgen/private/bindgen.bzl b/extensions/bindgen/private/bindgen.bzl similarity index 95% rename from bindgen/private/bindgen.bzl rename to extensions/bindgen/private/bindgen.bzl index 8a70be1216..3a44d1741b 100644 --- a/bindgen/private/bindgen.bzl +++ b/extensions/bindgen/private/bindgen.bzl @@ -19,14 +19,14 @@ load( "CPP_COMPILE_ACTION_NAME", ) load("@rules_cc//cc:defs.bzl", "CcInfo", "cc_library") -load("//rust:defs.bzl", "rust_library") -load("//rust:rust_common.bzl", "BuildInfo") +load("@rules_rust//rust:defs.bzl", "rust_library") +load("@rules_rust//rust:rust_common.bzl", "BuildInfo") # buildifier: disable=bzl-visibility -load("//rust/private:rustc.bzl", "get_linker_and_args") +load("@rules_rust//rust/private:rustc.bzl", "get_linker_and_args") # buildifier: disable=bzl-visibility -load("//rust/private:utils.bzl", "find_cc_toolchain", "get_lib_name_default", "get_preferred_artifact") +load("@rules_rust//rust/private:utils.bzl", "find_cc_toolchain", "get_lib_name_default", "get_preferred_artifact") # TODO(hlopko): use the more robust logic from rustc.bzl also here, through a reasonable API. def _get_libs_for_static_executable(dep): @@ -194,7 +194,7 @@ def _rust_bindgen_impl(ctx): if header not in cc_header_list: fail("Header {} is not in {}'s transitive headers.".format(ctx.attr.header, cc_lib), "header") - toolchain = ctx.toolchains[Label("//bindgen:toolchain_type")] + toolchain = ctx.toolchains[Label("//:toolchain_type")] bindgen_bin = toolchain.bindgen clang_bin = toolchain.clang libclang = toolchain.libclang @@ -237,7 +237,7 @@ def _rust_bindgen_impl(ctx): args.add(c_output.path) # Vanilla usage of bindgen produces formatted output, here we do the same if we have `rustfmt` in our toolchain. - rustfmt_toolchain = ctx.toolchains[Label("//rust/rustfmt:toolchain_type")] + rustfmt_toolchain = ctx.toolchains[Label("@rules_rust//rust/rustfmt:toolchain_type")] if rustfmt_toolchain and toolchain.default_rustfmt: # Bindgen is able to find rustfmt using the RUSTFMT environment variable env.update({"RUSTFMT": rustfmt_toolchain.rustfmt.path}) @@ -398,7 +398,7 @@ rust_bindgen = rule( default = Label("@bazel_tools//tools/cpp:current_cc_toolchain"), ), "_process_wrapper": attr.label( - default = Label("//util/process_wrapper"), + default = Label("@rules_rust//util/process_wrapper"), executable = True, allow_single_file = True, cfg = "exec", @@ -407,9 +407,9 @@ rust_bindgen = rule( outputs = {"out": "%{name}.rs"}, fragments = ["cpp"], toolchains = [ - config_common.toolchain_type("//bindgen:toolchain_type"), - config_common.toolchain_type("//rust:toolchain_type"), - config_common.toolchain_type("//rust/rustfmt:toolchain_type", mandatory = False), + config_common.toolchain_type("//:toolchain_type"), + config_common.toolchain_type("@rules_rust//rust:toolchain_type"), + config_common.toolchain_type("@rules_rust//rust/rustfmt:toolchain_type", mandatory = False), config_common.toolchain_type("@bazel_tools//tools/cpp:toolchain_type"), ], ) @@ -428,12 +428,12 @@ rust_bindgen_toolchain = rule( doc = """\ The tools required for the `rust_bindgen` rule. -This rule depends on the [`bindgen`](https://crates.io/crates/bindgen) binary crate, and it +This rule depends on the [`bindgen`](https://crates.io/crates/bindgen) binary crate, and it in turn depends on both a clang binary and the clang library. To obtain these dependencies, `rust_bindgen_dependencies` imports bindgen and its dependencies. ```python -load("@rules_rust//bindgen:defs.bzl", "rust_bindgen_toolchain") +load("@rules_rust_bindgen//:defs.bzl", "rust_bindgen_toolchain") rust_bindgen_toolchain( name = "bindgen_toolchain_impl", @@ -446,7 +446,7 @@ rust_bindgen_toolchain( toolchain( name = "bindgen_toolchain", toolchain = "bindgen_toolchain_impl", - toolchain_type = "@rules_rust//bindgen:toolchain_type", + toolchain_type = "@rules_rust_bindgen//:toolchain_type", ) ``` diff --git a/bindgen/repositories.bzl b/extensions/bindgen/repositories.bzl similarity index 76% rename from bindgen/repositories.bzl rename to extensions/bindgen/repositories.bzl index f8f1643eef..7f1eaa27f1 100644 --- a/bindgen/repositories.bzl +++ b/extensions/bindgen/repositories.bzl @@ -16,7 +16,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe") -load("//bindgen/3rdparty/crates:defs.bzl", "crate_repositories") +load("//3rdparty/crates:defs.bzl", "crate_repositories") BINDGEN_VERSION = "0.70.1" @@ -38,8 +38,20 @@ def rust_bindgen_dependencies(): build_file_content = "# empty", patch_args = ["-p1"], patches = [ - Label("//bindgen/3rdparty/patches:llvm-project.cxx17.patch"), - Label("//bindgen/3rdparty/patches:llvm-project.incompatible_disallow_empty_glob.patch"), + Label("//3rdparty/patches:llvm-project.cxx17.patch"), + Label("//3rdparty/patches:llvm-project.incompatible_disallow_empty_glob.patch"), + ], + ) + + maybe( + http_archive, + name = "zlib", + build_file = Label("//3rdparty:BUILD.zlib.bazel"), + sha256 = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1", + strip_prefix = "zlib-1.2.11", + urls = [ + "https://zlib.net/zlib-1.2.11.tar.gz", + "https://storage.googleapis.com/mirror.tensorflow.org/zlib.net/zlib-1.2.11.tar.gz", ], ) @@ -51,7 +63,7 @@ def rust_bindgen_dependencies(): type = "tar.gz", urls = ["https://static.crates.io/crates/bindgen-cli/bindgen-cli-{}.crate".format(BINDGEN_VERSION)], strip_prefix = "bindgen-cli-{}".format(BINDGEN_VERSION), - build_file = Label("//bindgen/3rdparty:BUILD.bindgen-cli.bazel"), + build_file = Label("//3rdparty:BUILD.bindgen-cli.bazel"), ) direct_deps = [ @@ -71,4 +83,4 @@ def rust_bindgen_register_toolchains(register_toolchains = True): register_toolchains (bool, optional): Whether or not to register toolchains. """ if register_toolchains: - native.register_toolchains(str(Label("//bindgen:default_bindgen_toolchain"))) + native.register_toolchains(str(Label("//:default_bindgen_toolchain"))) diff --git a/test/bindgen/BUILD.bazel b/extensions/bindgen/test/BUILD.bazel similarity index 100% rename from test/bindgen/BUILD.bazel rename to extensions/bindgen/test/BUILD.bazel diff --git a/extensions/bindgen/test/analysis/BUILD.bazel b/extensions/bindgen/test/analysis/BUILD.bazel new file mode 100644 index 0000000000..c0263d2aa8 --- /dev/null +++ b/extensions/bindgen/test/analysis/BUILD.bazel @@ -0,0 +1,3 @@ +load(":bindgen_test.bzl", "bindgen_test_suite") + +bindgen_test_suite(name = "cc_bindgen_test_suite") diff --git a/test/bindgen/bindgen_test.bzl b/extensions/bindgen/test/analysis/bindgen_test.bzl similarity index 91% rename from test/bindgen/bindgen_test.bzl rename to extensions/bindgen/test/analysis/bindgen_test.bzl index 92b010dba4..7cb0e729ca 100644 --- a/test/bindgen/bindgen_test.bzl +++ b/extensions/bindgen/test/analysis/bindgen_test.bzl @@ -1,8 +1,8 @@ """Analysis test for for rust_bindgen_library rule.""" load("@rules_cc//cc:defs.bzl", "cc_library") -load("@rules_rust//bindgen:defs.bzl", "rust_bindgen_library") load("@rules_rust//rust:defs.bzl", "rust_binary") +load("@rules_rust_bindgen//:defs.bzl", "rust_bindgen_library") load("@rules_testing//lib:analysis_test.bzl", "analysis_test", "test_suite") def _test_cc_linkopt_impl(env, target): @@ -58,7 +58,11 @@ def _test_cc_lib_object_merging_disabled_impl(env, target): env.expect.that_action(target.actions[0]).mnemonic().contains("RustBindgen") def _test_cc_lib_object_merging(name): - cc_library(name = name + "_cc", hdrs = ["simple.h"], srcs = ["simple.cc"]) + cc_library( + name = name + "_cc", + hdrs = ["simple.h"], + srcs = ["simple.cc"], + ) rust_bindgen_library( name = name + "_rust_bindgen", @@ -75,7 +79,11 @@ def _test_cc_lib_object_merging(name): ) def _test_cc_lib_object_merging_disabled(name): - cc_library(name = name + "_cc", hdrs = ["simple.h"], srcs = ["simple.cc"]) + cc_library( + name = name + "_cc", + hdrs = ["simple.h"], + srcs = ["simple.cc"], + ) rust_bindgen_library( name = name + "_rust_bindgen", diff --git a/test/bindgen/main.rs b/extensions/bindgen/test/analysis/main.rs similarity index 100% rename from test/bindgen/main.rs rename to extensions/bindgen/test/analysis/main.rs diff --git a/test/bindgen/simple.cc b/extensions/bindgen/test/analysis/simple.cc similarity index 100% rename from test/bindgen/simple.cc rename to extensions/bindgen/test/analysis/simple.cc diff --git a/test/bindgen/simple.h b/extensions/bindgen/test/analysis/simple.h similarity index 100% rename from test/bindgen/simple.h rename to extensions/bindgen/test/analysis/simple.h diff --git a/extensions/bindgen/test/bindgen_test.bzl b/extensions/bindgen/test/bindgen_test.bzl new file mode 100644 index 0000000000..7cb0e729ca --- /dev/null +++ b/extensions/bindgen/test/bindgen_test.bzl @@ -0,0 +1,111 @@ +"""Analysis test for for rust_bindgen_library rule.""" + +load("@rules_cc//cc:defs.bzl", "cc_library") +load("@rules_rust//rust:defs.bzl", "rust_binary") +load("@rules_rust_bindgen//:defs.bzl", "rust_bindgen_library") +load("@rules_testing//lib:analysis_test.bzl", "analysis_test", "test_suite") + +def _test_cc_linkopt_impl(env, target): + # Assert + env.expect.that_action(target.actions[0]) \ + .contains_at_least_args(["--codegen=link-arg=-shared"]) + +def _test_cc_linkopt(name): + # Arrange + cc_library( + name = name + "_cc", + srcs = ["simple.cc"], + hdrs = ["simple.h"], + linkopts = ["-shared"], + tags = ["manual"], + ) + rust_bindgen_library( + name = name + "_rust_bindgen", + cc_lib = name + "_cc", + header = "simple.h", + tags = ["manual"], + edition = "2021", + ) + rust_binary( + name = name + "_rust_binary", + srcs = ["main.rs"], + deps = [name + "_rust_bindgen"], + tags = ["manual"], + edition = "2021", + ) + + # Act + # TODO: Use targets attr to also verify `rust_bindgen_library` not having + # the linkopt after https://github.com/bazelbuild/rules_testing/issues/67 + # is released + analysis_test( + name = name, + target = name + "_rust_binary", + impl = _test_cc_linkopt_impl, + ) + +def _test_cc_lib_object_merging_impl(env, target): + env.expect.that_int(len(target.actions)).is_greater_than(2) + env.expect.that_action(target.actions[0]).mnemonic().contains("RustBindgen") + env.expect.that_action(target.actions[1]).mnemonic().contains("FileWrite") + env.expect.that_action(target.actions[1]).content().contains("-lstatic=test_cc_lib_object_merging_cc") + env.expect.that_action(target.actions[2]).mnemonic().contains("FileWrite") + env.expect.that_action(target.actions[2]).content().contains("-Lnative=") + +def _test_cc_lib_object_merging_disabled_impl(env, target): + # no FileWrite actions writing arg files registered + env.expect.that_int(len(target.actions)).is_greater_than(0) + env.expect.that_action(target.actions[0]).mnemonic().contains("RustBindgen") + +def _test_cc_lib_object_merging(name): + cc_library( + name = name + "_cc", + hdrs = ["simple.h"], + srcs = ["simple.cc"], + ) + + rust_bindgen_library( + name = name + "_rust_bindgen", + cc_lib = name + "_cc", + header = "simple.h", + tags = ["manual"], + edition = "2021", + ) + + analysis_test( + name = name, + target = name + "_rust_bindgen__bindgen", + impl = _test_cc_lib_object_merging_impl, + ) + +def _test_cc_lib_object_merging_disabled(name): + cc_library( + name = name + "_cc", + hdrs = ["simple.h"], + srcs = ["simple.cc"], + ) + + rust_bindgen_library( + name = name + "_rust_bindgen", + cc_lib = name + "_cc", + header = "simple.h", + tags = ["manual"], + merge_cc_lib_objects_into_rlib = False, + edition = "2021", + ) + + analysis_test( + name = name, + target = name + "_rust_bindgen__bindgen", + impl = _test_cc_lib_object_merging_disabled_impl, + ) + +def bindgen_test_suite(name): + test_suite( + name = name, + tests = [ + _test_cc_linkopt, + _test_cc_lib_object_merging, + _test_cc_lib_object_merging_disabled, + ], + ) diff --git a/examples/bindgen/BUILD.bazel b/extensions/bindgen/test/integration/BUILD.bazel similarity index 68% rename from examples/bindgen/BUILD.bazel rename to extensions/bindgen/test/integration/BUILD.bazel index 400fd0c0fa..db6430d32f 100644 --- a/examples/bindgen/BUILD.bazel +++ b/extensions/bindgen/test/integration/BUILD.bazel @@ -1,5 +1,5 @@ -load("@rules_rust//bindgen:defs.bzl", "rust_bindgen_library") load("@rules_rust//rust:defs.bzl", "rust_binary", "rust_test") +load("@rules_rust_bindgen//:defs.bzl", "rust_bindgen_library") rust_bindgen_library( name = "simple_bindgen", @@ -7,14 +7,16 @@ rust_bindgen_library( "--allowlist-function=simple_.*", "--allowlist-var=SIMPLE_.*", ], - cc_lib = "//bindgen/simple", - header = "//bindgen/simple:simple.h", + cc_lib = "//test/integration/simple", + edition = "2021", + header = "//test/integration/simple:simple.h", wrap_static_fns = True, ) rust_binary( name = "simple_example", srcs = ["main.rs"], + edition = "2021", deps = [":simple_bindgen"], ) diff --git a/examples/bindgen/main.rs b/extensions/bindgen/test/integration/main.rs similarity index 100% rename from examples/bindgen/main.rs rename to extensions/bindgen/test/integration/main.rs diff --git a/examples/bindgen/simple/BUILD.bazel b/extensions/bindgen/test/integration/simple/BUILD.bazel similarity index 65% rename from examples/bindgen/simple/BUILD.bazel rename to extensions/bindgen/test/integration/simple/BUILD.bazel index a83e023dcd..0a1162b1fb 100644 --- a/examples/bindgen/simple/BUILD.bazel +++ b/extensions/bindgen/test/integration/simple/BUILD.bazel @@ -4,12 +4,12 @@ exports_files( [ "simple.h", ], - visibility = ["//bindgen:__pkg__"], + visibility = ["//test/integration:__pkg__"], ) cc_library( name = "simple", srcs = ["simple.cc"], hdrs = ["simple.h"], - visibility = ["//bindgen:__pkg__"], + visibility = ["//test/integration:__pkg__"], ) diff --git a/examples/bindgen/simple/simple.cc b/extensions/bindgen/test/integration/simple/simple.cc similarity index 100% rename from examples/bindgen/simple/simple.cc rename to extensions/bindgen/test/integration/simple/simple.cc diff --git a/examples/bindgen/simple/simple.h b/extensions/bindgen/test/integration/simple/simple.h similarity index 100% rename from examples/bindgen/simple/simple.h rename to extensions/bindgen/test/integration/simple/simple.h diff --git a/extensions/bindgen/test/main.rs b/extensions/bindgen/test/main.rs new file mode 100644 index 0000000000..c5a415d246 --- /dev/null +++ b/extensions/bindgen/test/main.rs @@ -0,0 +1,7 @@ +// Analysis test shouldn't need this file. +// This is a workaround until +// https://github.com/bazelbuild/rules_rust/issues/2499 +// is fixed +fn main() { + println!("Hello world"); +} diff --git a/extensions/bindgen/test/simple.cc b/extensions/bindgen/test/simple.cc new file mode 100644 index 0000000000..1cd12d51b1 --- /dev/null +++ b/extensions/bindgen/test/simple.cc @@ -0,0 +1,4 @@ +// Analysis test shouldn't need this file. +// This is a workaround until +// https://github.com/bazelbuild/rules_rust/issues/2499 +// is fixed diff --git a/extensions/bindgen/test/simple.h b/extensions/bindgen/test/simple.h new file mode 100644 index 0000000000..1cd12d51b1 --- /dev/null +++ b/extensions/bindgen/test/simple.h @@ -0,0 +1,4 @@ +// Analysis test shouldn't need this file. +// This is a workaround until +// https://github.com/bazelbuild/rules_rust/issues/2499 +// is fixed diff --git a/bindgen/transitive_repositories.bzl b/extensions/bindgen/transitive_repositories.bzl similarity index 100% rename from bindgen/transitive_repositories.bzl rename to extensions/bindgen/transitive_repositories.bzl diff --git a/extensions/prost/.bazelignore b/extensions/prost/.bazelignore new file mode 100644 index 0000000000..8c29e7dd07 --- /dev/null +++ b/extensions/prost/.bazelignore @@ -0,0 +1,5 @@ +examples +bazel-out +bazel-testlogs +bazel-extensions +bazel-bin diff --git a/extensions/prost/.bazelrc b/extensions/prost/.bazelrc new file mode 100644 index 0000000000..6b20ca4b70 --- /dev/null +++ b/extensions/prost/.bazelrc @@ -0,0 +1,78 @@ +############################################################################### +## Bazel Configuration Flags +## +## `.bazelrc` is a Bazel configuration file. +## https://bazel.build/docs/best-practices#bazelrc-file +############################################################################### + +# https://bazel.build/reference/command-line-reference#flag--enable_platform_specific_config +common --enable_platform_specific_config + +# Enable the only currently supported report type +# https://bazel.build/reference/command-line-reference#flag--combined_report +coverage --combined_report=lcov + +# Avoid fully cached builds reporting no coverage and failing CI +# https://bazel.build/reference/command-line-reference#flag--experimental_fetch_all_coverage_outputs +coverage --experimental_fetch_all_coverage_outputs + +# Required for some of the tests +# https://bazel.build/reference/command-line-reference#flag--experimental_cc_shared_library +common --experimental_cc_shared_library + +############################################################################### +## Unique configuration groups +############################################################################### + +# Enable use of the nightly toolchains. +build:nightly --@rules_rust//rust/toolchain/channel=nightly + +# Enable rustfmt for all targets in the workspace +build:rustfmt --aspects=@rules_rust//rust:defs.bzl%rustfmt_aspect +build:rustfmt --output_groups=+rustfmt_checks + +# Enable clippy for all targets in the workspace +build:clippy --aspects=@rules_rust//rust:defs.bzl%rust_clippy_aspect +build:clippy --output_groups=+clippy_checks + +# Enable unpretty for all targets in the workspace +build:unpretty --aspects=@rules_rust//rust:defs.bzl%rust_unpretty_aspect +build:unpretty --output_groups=+rust_unpretty + +# `unpretty` requires the nightly toolchain. See tracking issue: +# https://github.com/rust-lang/rust/issues/43364 +build:unpretty --config=nightly + +############################################################################### +## Incompatibility flags +############################################################################### + +# https://github.com/bazelbuild/bazel/issues/8195 +build --incompatible_disallow_empty_glob=true + +# https://github.com/bazelbuild/bazel/issues/12821 +build --nolegacy_external_runfiles + +# Required for cargo_build_script support before Bazel 7 +build --incompatible_merge_fixed_and_default_shell_env + +############################################################################### +## Bzlmod +############################################################################### + +# TODO: migrate all dependencies from WORKSPACE to MODULE.bazel +# https://github.com/bazelbuild/rules_rust/issues/2181 +common --noenable_bzlmod --enable_workspace + +# Disable the bzlmod lockfile, so we don't accidentally commit MODULE.bazel.lock +common --lockfile_mode=off + +############################################################################### +## Custom user flags +## +## This should always be the last thing in the `.bazelrc` file to ensure +## consistent behavior when setting flags in that file as `.bazelrc` files are +## evaluated top to bottom. +############################################################################### + +try-import %workspace%/user.bazelrc diff --git a/extensions/prost/.gitignore b/extensions/prost/.gitignore new file mode 100644 index 0000000000..758ea05a6d --- /dev/null +++ b/extensions/prost/.gitignore @@ -0,0 +1,27 @@ +# Git ignore patterns + +# Bazel +/bazel-* +user.bazelrc +MODULE.bazel.lock + +# rust-analyzer +rust-project.json + +# rustfmt +*.rs.bk + +# Cargo +**/target/ + +# npm +**/node_modules/ + +# IDEs +.vscode +.idea +.idea/** +*.swp + +# BazelCI +bazelci.py diff --git a/proto/prost/BUILD.bazel b/extensions/prost/BUILD.bazel similarity index 71% rename from proto/prost/BUILD.bazel rename to extensions/prost/BUILD.bazel index 0d02900518..673e052b90 100644 --- a/proto/prost/BUILD.bazel +++ b/extensions/prost/BUILD.bazel @@ -2,13 +2,17 @@ load("@bazel_skylib//:bzl_library.bzl", "bzl_library") package(default_visibility = ["//visibility:public"]) +exports_files([ + "defs.bzl", +]) + toolchain_type( name = "toolchain_type", ) toolchain( name = "default_prost_toolchain", - toolchain = "//proto/prost/private:default_prost_toolchain_impl", + toolchain = "//private:default_prost_toolchain_impl", toolchain_type = ":toolchain_type", ) @@ -16,7 +20,6 @@ bzl_library( name = "bzl_lib", srcs = glob(["**/*.bzl"]), deps = [ - "//proto/prost/private:bzl_lib", - "//rust:bzl_lib", + "//private:bzl_lib", ], ) diff --git a/extensions/prost/MODULE.bazel b/extensions/prost/MODULE.bazel new file mode 100644 index 0000000000..fa1842e434 --- /dev/null +++ b/extensions/prost/MODULE.bazel @@ -0,0 +1,52 @@ +"""bazelbuild/rules_rust/extensions/prost""" + +module( + name = "rules_rust_prost", + version = "0.54.1", +) + +bazel_dep( + name = "rules_rust", + version = "0.54.1", +) +local_path_override( + module_name = "rules_rust", + path = "../..", +) + +bazel_dep( + name = "bazel_skylib", + version = "1.5.0", +) +bazel_dep( + name = "rules_cc", + version = "0.0.9", +) +bazel_dep( + name = "rules_proto", + version = "6.0.2", +) +bazel_dep( + name = "protobuf", + version = "21.7", + repo_name = "com_google_protobuf", +) + +rust_ext_prost = use_extension("//:extensions.bzl", "rust_ext_prost") +use_repo( + rust_ext_prost, + "rules_rust_prost_deps", + "rules_rust_prost_deps__h2-0.4.6", + "rules_rust_prost_deps__heck", + "rules_rust_prost_deps__prost-0.13.1", + "rules_rust_prost_deps__prost-types-0.13.1", + "rules_rust_prost_deps__protoc-gen-prost-0.4.0", + "rules_rust_prost_deps__protoc-gen-tonic-0.4.1", + "rules_rust_prost_deps__tokio-1.39.3", + "rules_rust_prost_deps__tokio-stream-0.1.15", + "rules_rust_prost_deps__tonic-0.12.1", +) + +register_toolchains( + "//:default_prost_toolchain", +) diff --git a/extensions/prost/WORKSPACE.bazel b/extensions/prost/WORKSPACE.bazel new file mode 100644 index 0000000000..7b6296a252 --- /dev/null +++ b/extensions/prost/WORKSPACE.bazel @@ -0,0 +1,71 @@ +workspace(name = "rules_rust_prost") + +# Users of `rules_rust` will commonly be unable to load it +# using a `local_repository`. Instead, to setup the rules, +# please see https://bazelbuild.github.io/rules_rust/#setup +local_repository( + name = "rules_rust", + path = "../..", +) + +load("@rules_rust//rust:repositories.bzl", "rules_rust_dependencies", "rust_register_toolchains") + +rules_rust_dependencies() + +rust_register_toolchains() + +load("@rules_rust//crate_universe:repositories.bzl", "crate_universe_dependencies") + +crate_universe_dependencies(bootstrap = True) + +load("@rules_rust//tools/rust_analyzer:deps.bzl", "rust_analyzer_dependencies") + +rust_analyzer_dependencies() + +# buildifier: disable=bzl-visibility +load("//private:repositories.bzl", "rust_prost_dependencies", "rust_prost_register_toolchains") + +rust_prost_dependencies() + +rust_prost_register_toolchains() + +load("//:transitive_repositories.bzl", "rust_prost_transitive_repositories") + +rust_prost_transitive_repositories() + +# buildifier: disable=bzl-visibility +load("//private/tests:deps.bzl", "prost_test_deps") + +prost_test_deps() + +# buildifier: disable=bzl-visibility +load("//private/tests:deps_transitive.bzl", "prost_test_transitive_deps") + +prost_test_transitive_deps() + +load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace") + +bazel_skylib_workspace() + +# --- end stardoc + +load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") + +http_archive( + name = "bazel_ci_rules", + sha256 = "eca21884e6f66a88c358e580fd67a6b148d30ab57b1680f62a96c00f9bc6a07e", + strip_prefix = "bazelci_rules-1.0.0", + url = "https://github.com/bazelbuild/continuous-integration/releases/download/rules-1.0.0/bazelci_rules-1.0.0.tar.gz", +) + +# To run with RBE on Bazel CI, uncomment the following lines. +# +# load("@bazel_ci_rules//:rbe_repo.bzl", "rbe_preconfig") +# rbe_preconfig(name = "buildkite_config", toolchain = "ubuntu2004-bazel-java11") + +http_archive( + name = "rules_testing", + sha256 = "02c62574631876a4e3b02a1820cb51167bb9cdcdea2381b2fa9d9b8b11c407c4", + strip_prefix = "rules_testing-0.6.0", + url = "https://github.com/bazelbuild/rules_testing/releases/download/v0.6.0/rules_testing-v0.6.0.tar.gz", +) diff --git a/extensions/prost/WORKSPACE.bzlmod b/extensions/prost/WORKSPACE.bzlmod new file mode 100644 index 0000000000..a5d250dc1b --- /dev/null +++ b/extensions/prost/WORKSPACE.bzlmod @@ -0,0 +1 @@ +workspace(name = "rules_rust_prost") diff --git a/extensions/prost/defs.bzl b/extensions/prost/defs.bzl new file mode 100644 index 0000000000..0477cdf6d5 --- /dev/null +++ b/extensions/prost/defs.bzl @@ -0,0 +1,173 @@ +"""# rules_rust_prost + +These build rules are used for building [protobufs][protobuf]/[gRPC][grpc] in [Rust][rust] with Bazel +using [Prost][prost] and [Tonic][tonic] + +[rust]: http://www.rust-lang.org/ +[protobuf]: https://developers.google.com/protocol-buffers/ +[grpc]: https://grpc.io +[prost]: https://github.com/tokio-rs/prost +[tonic]: https://github.com/tokio-rs/tonic + +## Rules + +- [rust_prost_library](#rust_prost_library) +- [rust_prost_toolchain](#rust_prost_toolchain) + +## Setup + +```python +load("@rules_rust//proto/prost:repositories.bzl", "rust_prost_dependencies") + +rust_prost_dependencies() + +load("@rules_rust//proto/prost:transitive_repositories.bzl", "rust_prost_transitive_repositories") + +rust_prost_transitive_repositories() +``` + +The `prost` and `tonic` rules do not specify a default toolchain in order to avoid mismatched +dependency issues. To setup the `prost` and `tonic` toolchain, please see the section +[Customizing `prost` and `tonic` Dependencies](#custom-prost-deps). + +For additional information about Bazel toolchains, see [here](https://docs.bazel.build/versions/master/toolchains.html). + +#### Customizing `prost` and `tonic` Dependencies + +These rules depend on the [`prost`] and [`tonic`] dependencies. To setup the necessary toolchain +for these rules, you must define a toolchain with the [`prost`], [`prost-types`], [`tonic`], [`protoc-gen-prost`], and [`protoc-gen-tonic`] crates as well as the [`protoc`] binary. + +[`prost`]: https://crates.io/crates/prost +[`prost-types`]: https://crates.io/crates/prost-types +[`protoc-gen-prost`]: https://crates.io/crates/protoc-gen-prost +[`protoc-gen-tonic`]: https://crates.io/crates/protoc-gen-tonic +[`tonic`]: https://crates.io/crates/tonic +[`protoc`]: https://github.com/protocolbuffers/protobuf + +To get access to these crates, you can use the [crate_universe](./crate_universe.md) repository +rules. For example: + +```python +load("//crate_universe:defs.bzl", "crate", "crates_repository") + +crates_repository( + name = "crates_io", + annotations = { + "protoc-gen-prost": [crate.annotation( + gen_binaries = ["protoc-gen-prost"], + patch_args = [ + "-p1", + ], + patches = [ + # Note: You will need to use this patch until a version greater than `0.2.2` of + # `protoc-gen-prost` is released. + "@rules_rust//proto/prost/private/3rdparty/patches:protoc-gen-prost.patch", + ], + )], + "protoc-gen-tonic": [crate.annotation( + gen_binaries = ["protoc-gen-tonic"], + )], + }, + cargo_lockfile = "Cargo.Bazel.lock", + mode = "remote", + packages = { + "prost": crate.spec( + version = "0", + ), + "prost-types": crate.spec( + version = "0", + ), + "protoc-gen-prost": crate.spec( + version = "0", + ), + "protoc-gen-tonic": crate.spec( + version = "0", + ), + "tonic": crate.spec( + version = "0", + ), + }, + repository_name = "rules_rust_prost", + tags = ["manual"], +) +``` + +You can then define a toolchain with the `rust_prost_toolchain` rule which uses the crates +defined above. For example: + +```python +load("@rules_rust//proto/prost:defs.bzl", "rust_prost_toolchain") +load("@rules_rust//rust:defs.bzl", "rust_library_group") + +rust_library_group( + name = "prost_runtime", + deps = [ + "@crates_io//:prost", + ], +) + +rust_library_group( + name = "tonic_runtime", + deps = [ + ":prost_runtime", + "@crates_io//:tonic", + ], +) + +rust_prost_toolchain( + name = "prost_toolchain_impl", + prost_plugin = "@crates_io//:protoc-gen-prost__protoc-gen-prost", + prost_runtime = ":prost_runtime", + prost_types = "@crates_io//:prost-types", + proto_compiler = "@com_google_protobuf//:protoc", + tonic_plugin = "@crates_io//:protoc-gen-tonic__protoc-gen-tonic", + tonic_runtime = ":tonic_runtime", +) + +toolchain( + name = "prost_toolchain", + toolchain = "prost_toolchain_impl", + toolchain_type = "@rules_rust//proto/prost:toolchain_type", +) +``` + +Lastly, you must register the toolchain in your `WORKSPACE` file. For example: + +```python +register_toolchains("//toolchains:prost_toolchain") +``` + +--- +--- +""" + +load( + "//private:prost.bzl", + _rust_prost_library = "rust_prost_library", + _rust_prost_toolchain = "rust_prost_toolchain", +) + +def rust_prost_library(name, **kwargs): + """A rule for generating a Rust library using Prost. + + Args: + name (str): The name of the target. + **kwargs (dict): Additional keyword arguments for the underlying + `rust_prost_library` rule. + """ + + # Clippy and Rustfmt will attempt to run on these targets. + # This is not correct and likely a bug in target detection. + tags = kwargs.pop("tags", []) + if "no-clippy" not in tags: + tags.append("no-clippy") + if "no-rustfmt" not in tags: + tags.append("no-rustfmt") + + _rust_prost_library( + name = name, + tags = tags, + **kwargs + ) + +rust_prost_toolchain = _rust_prost_toolchain diff --git a/extensions/prost/extensions.bzl b/extensions/prost/extensions.bzl new file mode 100644 index 0000000000..1fc8e4bf37 --- /dev/null +++ b/extensions/prost/extensions.bzl @@ -0,0 +1,23 @@ +"""Bzlmod module extensions""" + +load("//:repositories.bzl", "rust_prost_dependencies") + +def _rust_ext_prost_impl(module_ctx): + # This should contain the subset of WORKSPACE.bazel that defines + # repositories. + direct_deps = [] + + direct_deps.extend(rust_prost_dependencies(bzlmod = True)) + + # 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 = [], + ) + +rust_ext_prost = module_extension( + doc = "Dependencies for rules_rust extensions.", + implementation = _rust_ext_prost_impl, +) diff --git a/proto/prost/private/3rdparty/BUILD.bazel b/extensions/prost/private/3rdparty/BUILD.bazel similarity index 80% rename from proto/prost/private/3rdparty/BUILD.bazel rename to extensions/prost/private/3rdparty/BUILD.bazel index 8cae050e98..d6e23a271d 100644 --- a/proto/prost/private/3rdparty/BUILD.bazel +++ b/extensions/prost/private/3rdparty/BUILD.bazel @@ -1,5 +1,5 @@ load("@bazel_skylib//:bzl_library.bzl", "bzl_library") -load("//crate_universe:defs.bzl", "crate", "crates_vendor") +load("@rules_rust//crate_universe:defs.bzl", "crate", "crates_vendor") crates_vendor( name = "crates_vendor", @@ -40,15 +40,15 @@ crates_vendor( version = "0.12.1", ), }, - repository_name = "rules_rust_prost", + repository_name = "rules_rust_prost_deps", tags = ["manual"], ) bzl_library( name = "bzl_lib", srcs = [ - "//proto/prost/private/3rdparty/crates:crates.bzl", - "//proto/prost/private/3rdparty/crates:defs.bzl", + "//private/3rdparty/crates:crates.bzl", + "//private/3rdparty/crates:defs.bzl", ], - visibility = ["//proto/prost/private:__pkg__"], + visibility = ["//private:__pkg__"], ) diff --git a/extensions/prost/private/3rdparty/BUILD.zlib.bazel b/extensions/prost/private/3rdparty/BUILD.zlib.bazel new file mode 100644 index 0000000000..687375d7b3 --- /dev/null +++ b/extensions/prost/private/3rdparty/BUILD.zlib.bazel @@ -0,0 +1,76 @@ +load("@bazel_skylib//rules:copy_file.bzl", "copy_file") +load("@rules_cc//cc:defs.bzl", "cc_library") + +_ZLIB_HEADERS = [ + "crc32.h", + "deflate.h", + "gzguts.h", + "inffast.h", + "inffixed.h", + "inflate.h", + "inftrees.h", + "trees.h", + "zconf.h", + "zlib.h", + "zutil.h", +] + +# In order to limit the damage from the `includes` propagation +# via `:zlib`, copy the public headers to a subdirectory and +# expose those. +_ZLIB_HEADER_PREFIX = "zlib/include" + +_ZLIB_PREFIXED_HEADERS = ["{}/{}".format(_ZLIB_HEADER_PREFIX, hdr) for hdr in _ZLIB_HEADERS] + +[ + copy_file( + name = "{}.copy".format(hdr), + src = hdr, + out = "{}/{}".format(_ZLIB_HEADER_PREFIX, hdr), + ) + for hdr in _ZLIB_HEADERS +] + +_COMMON_COPTS = [ + "-Wno-deprecated-non-prototype", + "-Wno-unused-variable", + "-Wno-implicit-function-declaration", +] + +cc_library( + name = "zlib", + srcs = [ + "adler32.c", + "compress.c", + "crc32.c", + "deflate.c", + "gzclose.c", + "gzlib.c", + "gzread.c", + "gzwrite.c", + "infback.c", + "inffast.c", + "inflate.c", + "inftrees.c", + "trees.c", + "uncompr.c", + "zutil.c", + # Include the un-prefixed headers in srcs to work + # around the fact that zlib isn't consistent in its + # choice of <> or "" delimiter when including itself. + ] + _ZLIB_HEADERS, + hdrs = _ZLIB_PREFIXED_HEADERS, + copts = select({ + "@platforms//os:linux": [ + # Required for opt builds to avoid + # `libzlib.a(crc32.o): requires unsupported dynamic reloc 11; recompile with -fPIC` + "-fPIC", + # Silence all warnings + "-w", + ] + _COMMON_COPTS, + "@platforms//os:windows": [], + "//conditions:default": _COMMON_COPTS, + }), + includes = ["zlib/include/"], + visibility = ["//visibility:public"], +) diff --git a/proto/prost/private/3rdparty/Cargo.Bazel.lock b/extensions/prost/private/3rdparty/Cargo.Bazel.lock similarity index 100% rename from proto/prost/private/3rdparty/Cargo.Bazel.lock rename to extensions/prost/private/3rdparty/Cargo.Bazel.lock diff --git a/proto/prost/private/3rdparty/crates/BUILD.addr2line-0.22.0.bazel b/extensions/prost/private/3rdparty/crates/BUILD.addr2line-0.22.0.bazel similarity index 96% rename from proto/prost/private/3rdparty/crates/BUILD.addr2line-0.22.0.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.addr2line-0.22.0.bazel index 492099c907..b506dc1ab9 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.addr2line-0.22.0.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.addr2line-0.22.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,6 +80,6 @@ rust_library( }), version = "0.22.0", deps = [ - "@rules_rust_prost__gimli-0.29.0//:gimli", + "@rules_rust_prost_deps__gimli-0.29.0//:gimli", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.adler-1.0.2.bazel b/extensions/prost/private/3rdparty/crates/BUILD.adler-1.0.2.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.adler-1.0.2.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.adler-1.0.2.bazel index 96b4022356..2d7baade2a 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.adler-1.0.2.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.adler-1.0.2.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.aho-corasick-1.1.3.bazel b/extensions/prost/private/3rdparty/crates/BUILD.aho-corasick-1.1.3.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.aho-corasick-1.1.3.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.aho-corasick-1.1.3.bazel index 53889ed78e..321a952cb1 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.aho-corasick-1.1.3.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.aho-corasick-1.1.3.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.anyhow-1.0.86.bazel b/extensions/prost/private/3rdparty/crates/BUILD.anyhow-1.0.86.bazel similarity index 97% rename from proto/prost/private/3rdparty/crates/BUILD.anyhow-1.0.86.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.anyhow-1.0.86.bazel index dc3fa22b0a..17f1befa6c 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.anyhow-1.0.86.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.anyhow-1.0.86.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -85,7 +85,7 @@ rust_library( }), version = "1.0.86", deps = [ - "@rules_rust_prost__anyhow-1.0.86//:build_script_build", + "@rules_rust_prost_deps__anyhow-1.0.86//:build_script_build", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.async-stream-0.3.5.bazel b/extensions/prost/private/3rdparty/crates/BUILD.async-stream-0.3.5.bazel similarity index 92% rename from proto/prost/private/3rdparty/crates/BUILD.async-stream-0.3.5.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.async-stream-0.3.5.bazel index 33f364d2e4..260aeb0e78 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.async-stream-0.3.5.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.async-stream-0.3.5.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -31,7 +31,7 @@ rust_library( crate_root = "src/lib.rs", edition = "2018", proc_macro_deps = [ - "@rules_rust_prost__async-stream-impl-0.3.5//:async_stream_impl", + "@rules_rust_prost_deps__async-stream-impl-0.3.5//:async_stream_impl", ], rustc_flags = [ "--cap-lints=allow", @@ -83,7 +83,7 @@ rust_library( }), version = "0.3.5", deps = [ - "@rules_rust_prost__futures-core-0.3.30//:futures_core", - "@rules_rust_prost__pin-project-lite-0.2.14//:pin_project_lite", + "@rules_rust_prost_deps__futures-core-0.3.30//:futures_core", + "@rules_rust_prost_deps__pin-project-lite-0.2.14//:pin_project_lite", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.async-stream-impl-0.3.5.bazel b/extensions/prost/private/3rdparty/crates/BUILD.async-stream-impl-0.3.5.bazel similarity index 93% rename from proto/prost/private/3rdparty/crates/BUILD.async-stream-impl-0.3.5.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.async-stream-impl-0.3.5.bazel index 64d28af610..c591119086 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.async-stream-impl-0.3.5.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.async-stream-impl-0.3.5.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_proc_macro") @@ -80,8 +80,8 @@ rust_proc_macro( }), version = "0.3.5", deps = [ - "@rules_rust_prost__proc-macro2-1.0.86//:proc_macro2", - "@rules_rust_prost__quote-1.0.37//:quote", - "@rules_rust_prost__syn-2.0.76//:syn", + "@rules_rust_prost_deps__proc-macro2-1.0.86//:proc_macro2", + "@rules_rust_prost_deps__quote-1.0.37//:quote", + "@rules_rust_prost_deps__syn-2.0.76//:syn", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.async-trait-0.1.81.bazel b/extensions/prost/private/3rdparty/crates/BUILD.async-trait-0.1.81.bazel similarity index 93% rename from proto/prost/private/3rdparty/crates/BUILD.async-trait-0.1.81.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.async-trait-0.1.81.bazel index da3949cf8e..7a3c29f561 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.async-trait-0.1.81.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.async-trait-0.1.81.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_proc_macro") @@ -80,8 +80,8 @@ rust_proc_macro( }), version = "0.1.81", deps = [ - "@rules_rust_prost__proc-macro2-1.0.86//:proc_macro2", - "@rules_rust_prost__quote-1.0.37//:quote", - "@rules_rust_prost__syn-2.0.76//:syn", + "@rules_rust_prost_deps__proc-macro2-1.0.86//:proc_macro2", + "@rules_rust_prost_deps__quote-1.0.37//:quote", + "@rules_rust_prost_deps__syn-2.0.76//:syn", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.atomic-waker-1.1.2.bazel b/extensions/prost/private/3rdparty/crates/BUILD.atomic-waker-1.1.2.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.atomic-waker-1.1.2.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.atomic-waker-1.1.2.bazel index 58459da417..cdf9dfcd53 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.atomic-waker-1.1.2.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.atomic-waker-1.1.2.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.autocfg-1.3.0.bazel b/extensions/prost/private/3rdparty/crates/BUILD.autocfg-1.3.0.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.autocfg-1.3.0.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.autocfg-1.3.0.bazel index b1ab261f2f..5d057b402e 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.autocfg-1.3.0.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.autocfg-1.3.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.axum-0.7.5.bazel b/extensions/prost/private/3rdparty/crates/BUILD.axum-0.7.5.bazel similarity index 77% rename from proto/prost/private/3rdparty/crates/BUILD.axum-0.7.5.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.axum-0.7.5.bazel index d6a57efa14..0d5e44b35c 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.axum-0.7.5.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.axum-0.7.5.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -32,7 +32,7 @@ rust_library( crate_root = "src/lib.rs", edition = "2021", proc_macro_deps = [ - "@rules_rust_prost__async-trait-0.1.81//:async_trait", + "@rules_rust_prost_deps__async-trait-0.1.81//:async_trait", ], rustc_flags = [ "--cap-lints=allow", @@ -84,24 +84,24 @@ rust_library( }), version = "0.7.5", deps = [ - "@rules_rust_prost__axum-0.7.5//:build_script_build", - "@rules_rust_prost__axum-core-0.4.3//:axum_core", - "@rules_rust_prost__bytes-1.7.1//:bytes", - "@rules_rust_prost__futures-util-0.3.30//:futures_util", - "@rules_rust_prost__http-1.1.0//:http", - "@rules_rust_prost__http-body-1.0.1//:http_body", - "@rules_rust_prost__http-body-util-0.1.2//:http_body_util", - "@rules_rust_prost__itoa-1.0.11//:itoa", - "@rules_rust_prost__matchit-0.7.3//:matchit", - "@rules_rust_prost__memchr-2.7.4//:memchr", - "@rules_rust_prost__mime-0.3.17//:mime", - "@rules_rust_prost__percent-encoding-2.3.1//:percent_encoding", - "@rules_rust_prost__pin-project-lite-0.2.14//:pin_project_lite", - "@rules_rust_prost__serde-1.0.209//:serde", - "@rules_rust_prost__sync_wrapper-1.0.1//:sync_wrapper", - "@rules_rust_prost__tower-0.4.13//:tower", - "@rules_rust_prost__tower-layer-0.3.3//:tower_layer", - "@rules_rust_prost__tower-service-0.3.3//:tower_service", + "@rules_rust_prost_deps__axum-0.7.5//:build_script_build", + "@rules_rust_prost_deps__axum-core-0.4.3//:axum_core", + "@rules_rust_prost_deps__bytes-1.7.1//:bytes", + "@rules_rust_prost_deps__futures-util-0.3.30//:futures_util", + "@rules_rust_prost_deps__http-1.1.0//:http", + "@rules_rust_prost_deps__http-body-1.0.1//:http_body", + "@rules_rust_prost_deps__http-body-util-0.1.2//:http_body_util", + "@rules_rust_prost_deps__itoa-1.0.11//:itoa", + "@rules_rust_prost_deps__matchit-0.7.3//:matchit", + "@rules_rust_prost_deps__memchr-2.7.4//:memchr", + "@rules_rust_prost_deps__mime-0.3.17//:mime", + "@rules_rust_prost_deps__percent-encoding-2.3.1//:percent_encoding", + "@rules_rust_prost_deps__pin-project-lite-0.2.14//:pin_project_lite", + "@rules_rust_prost_deps__serde-1.0.209//:serde", + "@rules_rust_prost_deps__sync_wrapper-1.0.1//:sync_wrapper", + "@rules_rust_prost_deps__tower-0.4.13//:tower", + "@rules_rust_prost_deps__tower-layer-0.3.3//:tower_layer", + "@rules_rust_prost_deps__tower-service-0.3.3//:tower_service", ], ) @@ -141,7 +141,7 @@ cargo_build_script( edition = "2021", pkg_name = "axum", proc_macro_deps = [ - "@rules_rust_prost__rustversion-1.0.17//:rustversion", + "@rules_rust_prost_deps__rustversion-1.0.17//:rustversion", ], rustc_flags = [ "--cap-lints=allow", diff --git a/proto/prost/private/3rdparty/crates/BUILD.axum-core-0.4.3.bazel b/extensions/prost/private/3rdparty/crates/BUILD.axum-core-0.4.3.bazel similarity index 83% rename from proto/prost/private/3rdparty/crates/BUILD.axum-core-0.4.3.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.axum-core-0.4.3.bazel index ba03f51ddf..2eeb499f0e 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.axum-core-0.4.3.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.axum-core-0.4.3.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -32,7 +32,7 @@ rust_library( crate_root = "src/lib.rs", edition = "2021", proc_macro_deps = [ - "@rules_rust_prost__async-trait-0.1.81//:async_trait", + "@rules_rust_prost_deps__async-trait-0.1.81//:async_trait", ], rustc_flags = [ "--cap-lints=allow", @@ -84,17 +84,17 @@ rust_library( }), version = "0.4.3", deps = [ - "@rules_rust_prost__axum-core-0.4.3//:build_script_build", - "@rules_rust_prost__bytes-1.7.1//:bytes", - "@rules_rust_prost__futures-util-0.3.30//:futures_util", - "@rules_rust_prost__http-1.1.0//:http", - "@rules_rust_prost__http-body-1.0.1//:http_body", - "@rules_rust_prost__http-body-util-0.1.2//:http_body_util", - "@rules_rust_prost__mime-0.3.17//:mime", - "@rules_rust_prost__pin-project-lite-0.2.14//:pin_project_lite", - "@rules_rust_prost__sync_wrapper-0.1.2//:sync_wrapper", - "@rules_rust_prost__tower-layer-0.3.3//:tower_layer", - "@rules_rust_prost__tower-service-0.3.3//:tower_service", + "@rules_rust_prost_deps__axum-core-0.4.3//:build_script_build", + "@rules_rust_prost_deps__bytes-1.7.1//:bytes", + "@rules_rust_prost_deps__futures-util-0.3.30//:futures_util", + "@rules_rust_prost_deps__http-1.1.0//:http", + "@rules_rust_prost_deps__http-body-1.0.1//:http_body", + "@rules_rust_prost_deps__http-body-util-0.1.2//:http_body_util", + "@rules_rust_prost_deps__mime-0.3.17//:mime", + "@rules_rust_prost_deps__pin-project-lite-0.2.14//:pin_project_lite", + "@rules_rust_prost_deps__sync_wrapper-0.1.2//:sync_wrapper", + "@rules_rust_prost_deps__tower-layer-0.3.3//:tower_layer", + "@rules_rust_prost_deps__tower-service-0.3.3//:tower_service", ], ) @@ -134,7 +134,7 @@ cargo_build_script( edition = "2021", pkg_name = "axum-core", proc_macro_deps = [ - "@rules_rust_prost__rustversion-1.0.17//:rustversion", + "@rules_rust_prost_deps__rustversion-1.0.17//:rustversion", ], rustc_flags = [ "--cap-lints=allow", diff --git a/extensions/prost/private/3rdparty/crates/BUILD.backtrace-0.3.73.bazel b/extensions/prost/private/3rdparty/crates/BUILD.backtrace-0.3.73.bazel new file mode 100644 index 0000000000..f5a34ff909 --- /dev/null +++ b/extensions/prost/private/3rdparty/crates/BUILD.backtrace-0.3.73.bazel @@ -0,0 +1,340 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run @//private/3rdparty:crates_vendor +############################################################################### + +load("@rules_rust//cargo:defs.bzl", "cargo_build_script") +load("@rules_rust//rust:defs.bzl", "rust_library") + +package(default_visibility = ["//visibility:public"]) + +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_root = "src/lib.rs", + edition = "2021", + 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-apple-ios": [], + "@rules_rust//rust/platform:aarch64-apple-ios-sim": [], + "@rules_rust//rust/platform:aarch64-linux-android": [], + "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], + "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [], + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], + "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [], + "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [], + "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [], + "@rules_rust//rust/platform:armv7-linux-androideabi": [], + "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [], + "@rules_rust//rust/platform:i686-apple-darwin": [], + "@rules_rust//rust/platform:i686-linux-android": [], + "@rules_rust//rust/platform:i686-pc-windows-msvc": [], + "@rules_rust//rust/platform:i686-unknown-freebsd": [], + "@rules_rust//rust/platform:i686-unknown-linux-gnu": [], + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [], + "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [], + "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [], + "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [], + "@rules_rust//rust/platform:thumbv7em-none-eabi": [], + "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [], + "@rules_rust//rust/platform:wasm32-unknown-unknown": [], + "@rules_rust//rust/platform:wasm32-wasi": [], + "@rules_rust//rust/platform:wasm32-wasip1": [], + "@rules_rust//rust/platform:x86_64-apple-darwin": [], + "@rules_rust//rust/platform:x86_64-apple-ios": [], + "@rules_rust//rust/platform:x86_64-linux-android": [], + "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], + "@rules_rust//rust/platform:x86_64-unknown-freebsd": [], + "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [], + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], + "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [], + "@rules_rust//rust/platform:x86_64-unknown-none": [], + "//conditions:default": ["@platforms//:incompatible"], + }), + version = "0.3.73", + deps = [ + "@rules_rust_prost_deps__backtrace-0.3.73//:build_script_build", + "@rules_rust_prost_deps__cfg-if-1.0.0//:cfg_if", + "@rules_rust_prost_deps__rustc-demangle-0.1.24//:rustc_demangle", + ] + select({ + "@rules_rust//rust/platform:aarch64-apple-darwin": [ + "@rules_rust_prost_deps__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + ], + "@rules_rust//rust/platform:aarch64-apple-ios": [ + "@rules_rust_prost_deps__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + ], + "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ + "@rules_rust_prost_deps__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + ], + "@rules_rust//rust/platform:aarch64-linux-android": [ + "@rules_rust_prost_deps__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + ], + "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ + "@rules_rust_prost_deps__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + ], + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ + "@rules_rust_prost_deps__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + ], + "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ + "@rules_rust_prost_deps__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + ], + "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ + "@rules_rust_prost_deps__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + ], + "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ + "@rules_rust_prost_deps__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + ], + "@rules_rust//rust/platform:armv7-linux-androideabi": [ + "@rules_rust_prost_deps__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + ], + "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ + "@rules_rust_prost_deps__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + ], + "@rules_rust//rust/platform:i686-apple-darwin": [ + "@rules_rust_prost_deps__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + ], + "@rules_rust//rust/platform:i686-linux-android": [ + "@rules_rust_prost_deps__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + ], + "@rules_rust//rust/platform:i686-unknown-freebsd": [ + "@rules_rust_prost_deps__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + ], + "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ + "@rules_rust_prost_deps__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + ], + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ + "@rules_rust_prost_deps__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + ], + "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [ + "@rules_rust_prost_deps__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + ], + "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [ + "@rules_rust_prost_deps__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + ], + "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ + "@rules_rust_prost_deps__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + ], + "@rules_rust//rust/platform:thumbv7em-none-eabi": [ + "@rules_rust_prost_deps__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + ], + "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [ + "@rules_rust_prost_deps__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + ], + "@rules_rust//rust/platform:wasm32-unknown-unknown": [ + "@rules_rust_prost_deps__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + ], + "@rules_rust//rust/platform:wasm32-wasi": [ + "@rules_rust_prost_deps__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + ], + "@rules_rust//rust/platform:wasm32-wasip1": [ + "@rules_rust_prost_deps__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + ], + "@rules_rust//rust/platform:x86_64-apple-darwin": [ + "@rules_rust_prost_deps__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + ], + "@rules_rust//rust/platform:x86_64-apple-ios": [ + "@rules_rust_prost_deps__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + ], + "@rules_rust//rust/platform:x86_64-linux-android": [ + "@rules_rust_prost_deps__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + ], + "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ + "@rules_rust_prost_deps__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + ], + "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [ + "@rules_rust_prost_deps__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + ], + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ + "@rules_rust_prost_deps__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + ], + "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ + "@rules_rust_prost_deps__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + ], + "@rules_rust//rust/platform:x86_64-unknown-none": [ + "@rules_rust_prost_deps__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + "@rules_rust_prost_deps__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) + ], + "//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 = "backtrace", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "crate-name=backtrace", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.3.73", + visibility = ["//visibility:private"], + deps = [ + "@rules_rust_prost_deps__cc-1.1.14//:cc", + ], +) + +alias( + name = "build_script_build", + actual = ":_bs", + tags = ["manual"], +) diff --git a/proto/prost/private/3rdparty/crates/BUILD.base64-0.22.1.bazel b/extensions/prost/private/3rdparty/crates/BUILD.base64-0.22.1.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.base64-0.22.1.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.base64-0.22.1.bazel index 36284de69f..7e8f62e371 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.base64-0.22.1.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.base64-0.22.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.bazel b/extensions/prost/private/3rdparty/crates/BUILD.bazel similarity index 63% rename from proto/prost/private/3rdparty/crates/BUILD.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.bazel index b177d4fc83..32c862808f 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### package(default_visibility = ["//visibility:public"]) @@ -33,61 +33,61 @@ filegroup( # Workspace Member Dependencies alias( name = "h2", - actual = "@rules_rust_prost__h2-0.4.6//:h2", + actual = "@rules_rust_prost_deps__h2-0.4.6//:h2", tags = ["manual"], ) alias( name = "prost", - actual = "@rules_rust_prost__prost-0.13.1//:prost", + actual = "@rules_rust_prost_deps__prost-0.13.1//:prost", tags = ["manual"], ) alias( name = "prost-types", - actual = "@rules_rust_prost__prost-types-0.13.1//:prost_types", + actual = "@rules_rust_prost_deps__prost-types-0.13.1//:prost_types", tags = ["manual"], ) alias( name = "protoc-gen-prost", - actual = "@rules_rust_prost__protoc-gen-prost-0.4.0//:protoc_gen_prost", + actual = "@rules_rust_prost_deps__protoc-gen-prost-0.4.0//:protoc_gen_prost", tags = ["manual"], ) alias( name = "protoc-gen-tonic", - actual = "@rules_rust_prost__protoc-gen-tonic-0.4.1//:protoc_gen_tonic", + actual = "@rules_rust_prost_deps__protoc-gen-tonic-0.4.1//:protoc_gen_tonic", tags = ["manual"], ) alias( name = "tokio", - actual = "@rules_rust_prost__tokio-1.39.3//:tokio", + actual = "@rules_rust_prost_deps__tokio-1.39.3//:tokio", tags = ["manual"], ) alias( name = "tokio-stream", - actual = "@rules_rust_prost__tokio-stream-0.1.15//:tokio_stream", + actual = "@rules_rust_prost_deps__tokio-stream-0.1.15//:tokio_stream", tags = ["manual"], ) alias( name = "tonic", - actual = "@rules_rust_prost__tonic-0.12.1//:tonic", + actual = "@rules_rust_prost_deps__tonic-0.12.1//:tonic", tags = ["manual"], ) # Binaries alias( name = "protoc-gen-prost__protoc-gen-prost", - actual = "@rules_rust_prost__protoc-gen-prost-0.4.0//:protoc-gen-prost__bin", + actual = "@rules_rust_prost_deps__protoc-gen-prost-0.4.0//:protoc-gen-prost__bin", tags = ["manual"], ) alias( name = "protoc-gen-tonic__protoc-gen-tonic", - actual = "@rules_rust_prost__protoc-gen-tonic-0.4.1//:protoc-gen-tonic__bin", + actual = "@rules_rust_prost_deps__protoc-gen-tonic-0.4.1//:protoc-gen-tonic__bin", tags = ["manual"], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.bitflags-2.6.0.bazel b/extensions/prost/private/3rdparty/crates/BUILD.bitflags-2.6.0.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.bitflags-2.6.0.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.bitflags-2.6.0.bazel index 8fc14a2050..01b63fe852 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.bitflags-2.6.0.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.bitflags-2.6.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.byteorder-1.5.0.bazel b/extensions/prost/private/3rdparty/crates/BUILD.byteorder-1.5.0.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.byteorder-1.5.0.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.byteorder-1.5.0.bazel index 4484c555f4..5fcda2abd5 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.byteorder-1.5.0.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.byteorder-1.5.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.bytes-1.7.1.bazel b/extensions/prost/private/3rdparty/crates/BUILD.bytes-1.7.1.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.bytes-1.7.1.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.bytes-1.7.1.bazel index ac0f5cc5c9..61b502f949 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.bytes-1.7.1.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.bytes-1.7.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.cc-1.1.14.bazel b/extensions/prost/private/3rdparty/crates/BUILD.cc-1.1.14.bazel similarity index 96% rename from proto/prost/private/3rdparty/crates/BUILD.cc-1.1.14.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.cc-1.1.14.bazel index c237920607..6493fadb80 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.cc-1.1.14.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.cc-1.1.14.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,6 +80,6 @@ rust_library( }), version = "1.1.14", deps = [ - "@rules_rust_prost__shlex-1.3.0//:shlex", + "@rules_rust_prost_deps__shlex-1.3.0//:shlex", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.cfg-if-1.0.0.bazel b/extensions/prost/private/3rdparty/crates/BUILD.cfg-if-1.0.0.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.cfg-if-1.0.0.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.cfg-if-1.0.0.bazel index 500736df76..1953e03042 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.cfg-if-1.0.0.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.cfg-if-1.0.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.either-1.13.0.bazel b/extensions/prost/private/3rdparty/crates/BUILD.either-1.13.0.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.either-1.13.0.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.either-1.13.0.bazel index 994ed1d402..aca1fda1c1 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.either-1.13.0.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.either-1.13.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.equivalent-1.0.1.bazel b/extensions/prost/private/3rdparty/crates/BUILD.equivalent-1.0.1.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.equivalent-1.0.1.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.equivalent-1.0.1.bazel index f705ebec3d..0c82a13323 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.equivalent-1.0.1.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.equivalent-1.0.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.errno-0.3.9.bazel b/extensions/prost/private/3rdparty/crates/BUILD.errno-0.3.9.bazel similarity index 71% rename from proto/prost/private/3rdparty/crates/BUILD.errno-0.3.9.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.errno-0.3.9.bazel index 25a8853352..db60aed60d 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.errno-0.3.9.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.errno-0.3.9.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -84,91 +84,91 @@ rust_library( version = "0.3.9", deps = select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@rules_rust_prost__windows-sys-0.52.0//:windows_sys", # cfg(windows) + "@rules_rust_prost_deps__windows-sys-0.52.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-linux-android": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@rules_rust_prost__windows-sys-0.52.0//:windows_sys", # cfg(windows) + "@rules_rust_prost_deps__windows-sys-0.52.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:wasm32-wasi": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(target_os = "wasi") + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(target_os = "wasi") ], "@rules_rust//rust/platform:wasm32-wasip1": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(target_os = "wasi") + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(target_os = "wasi") ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@rules_rust_prost__windows-sys-0.52.0//:windows_sys", # cfg(windows) + "@rules_rust_prost_deps__windows-sys-0.52.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "//conditions:default": [], }), diff --git a/proto/prost/private/3rdparty/crates/BUILD.fastrand-2.1.1.bazel b/extensions/prost/private/3rdparty/crates/BUILD.fastrand-2.1.1.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.fastrand-2.1.1.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.fastrand-2.1.1.bazel index 6ad68e1783..4eac784752 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.fastrand-2.1.1.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.fastrand-2.1.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.fixedbitset-0.4.2.bazel b/extensions/prost/private/3rdparty/crates/BUILD.fixedbitset-0.4.2.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.fixedbitset-0.4.2.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.fixedbitset-0.4.2.bazel index 4c9d30c8c9..3fcbf30c27 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.fixedbitset-0.4.2.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.fixedbitset-0.4.2.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/protobuf/3rdparty/crates/BUILD.fnv-1.0.7.bazel b/extensions/prost/private/3rdparty/crates/BUILD.fnv-1.0.7.bazel similarity index 98% rename from proto/protobuf/3rdparty/crates/BUILD.fnv-1.0.7.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.fnv-1.0.7.bazel index 4e75798729..a78623b04f 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.fnv-1.0.7.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.fnv-1.0.7.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.futures-channel-0.3.30.bazel b/extensions/prost/private/3rdparty/crates/BUILD.futures-channel-0.3.30.bazel similarity index 96% rename from proto/prost/private/3rdparty/crates/BUILD.futures-channel-0.3.30.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.futures-channel-0.3.30.bazel index dc10ad4332..c62c8174e8 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.futures-channel-0.3.30.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.futures-channel-0.3.30.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -85,6 +85,6 @@ rust_library( }), version = "0.3.30", deps = [ - "@rules_rust_prost__futures-core-0.3.30//:futures_core", + "@rules_rust_prost_deps__futures-core-0.3.30//:futures_core", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.futures-core-0.3.30.bazel b/extensions/prost/private/3rdparty/crates/BUILD.futures-core-0.3.30.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.futures-core-0.3.30.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.futures-core-0.3.30.bazel index 04b960e684..cba85706ee 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.futures-core-0.3.30.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.futures-core-0.3.30.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.futures-sink-0.3.30.bazel b/extensions/prost/private/3rdparty/crates/BUILD.futures-sink-0.3.30.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.futures-sink-0.3.30.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.futures-sink-0.3.30.bazel index 8c6cac0364..cc47181e23 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.futures-sink-0.3.30.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.futures-sink-0.3.30.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.futures-task-0.3.30.bazel b/extensions/prost/private/3rdparty/crates/BUILD.futures-task-0.3.30.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.futures-task-0.3.30.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.futures-task-0.3.30.bazel index b9e2e1f1dc..3ed97b8ef9 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.futures-task-0.3.30.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.futures-task-0.3.30.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.futures-util-0.3.30.bazel b/extensions/prost/private/3rdparty/crates/BUILD.futures-util-0.3.30.bazel similarity index 91% rename from proto/prost/private/3rdparty/crates/BUILD.futures-util-0.3.30.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.futures-util-0.3.30.bazel index 2fd7c08ee4..1f8de93fe6 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.futures-util-0.3.30.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.futures-util-0.3.30.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -83,9 +83,9 @@ rust_library( }), version = "0.3.30", deps = [ - "@rules_rust_prost__futures-core-0.3.30//:futures_core", - "@rules_rust_prost__futures-task-0.3.30//:futures_task", - "@rules_rust_prost__pin-project-lite-0.2.14//:pin_project_lite", - "@rules_rust_prost__pin-utils-0.1.0//:pin_utils", + "@rules_rust_prost_deps__futures-core-0.3.30//:futures_core", + "@rules_rust_prost_deps__futures-task-0.3.30//:futures_task", + "@rules_rust_prost_deps__pin-project-lite-0.2.14//:pin_project_lite", + "@rules_rust_prost_deps__pin-utils-0.1.0//:pin_utils", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.getrandom-0.2.15.bazel b/extensions/prost/private/3rdparty/crates/BUILD.getrandom-0.2.15.bazel similarity index 72% rename from proto/prost/private/3rdparty/crates/BUILD.getrandom-0.2.15.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.getrandom-0.2.15.bazel index f357032098..acf2626090 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.getrandom-0.2.15.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.getrandom-0.2.15.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -83,85 +83,85 @@ rust_library( }), version = "0.2.15", deps = [ - "@rules_rust_prost__cfg-if-1.0.0//:cfg_if", + "@rules_rust_prost_deps__cfg-if-1.0.0//:cfg_if", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-linux-android": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:wasm32-wasi": [ - "@rules_rust_prost__wasi-0.11.0-wasi-snapshot-preview1//:wasi", # cfg(target_os = "wasi") + "@rules_rust_prost_deps__wasi-0.11.0-wasi-snapshot-preview1//:wasi", # cfg(target_os = "wasi") ], "@rules_rust//rust/platform:wasm32-wasip1": [ - "@rules_rust_prost__wasi-0.11.0-wasi-snapshot-preview1//:wasi", # cfg(target_os = "wasi") + "@rules_rust_prost_deps__wasi-0.11.0-wasi-snapshot-preview1//:wasi", # cfg(target_os = "wasi") ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "//conditions:default": [], }), diff --git a/proto/prost/private/3rdparty/crates/BUILD.gimli-0.29.0.bazel b/extensions/prost/private/3rdparty/crates/BUILD.gimli-0.29.0.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.gimli-0.29.0.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.gimli-0.29.0.bazel index 5fec7e24c5..a94541bb87 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.gimli-0.29.0.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.gimli-0.29.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.h2-0.4.6.bazel b/extensions/prost/private/3rdparty/crates/BUILD.h2-0.4.6.bazel similarity index 82% rename from proto/prost/private/3rdparty/crates/BUILD.h2-0.4.6.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.h2-0.4.6.bazel index 733f3e7c51..4e63391020 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.h2-0.4.6.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.h2-0.4.6.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,16 +80,16 @@ rust_library( }), version = "0.4.6", deps = [ - "@rules_rust_prost__atomic-waker-1.1.2//:atomic_waker", - "@rules_rust_prost__bytes-1.7.1//:bytes", - "@rules_rust_prost__fnv-1.0.7//:fnv", - "@rules_rust_prost__futures-core-0.3.30//:futures_core", - "@rules_rust_prost__futures-sink-0.3.30//:futures_sink", - "@rules_rust_prost__http-1.1.0//:http", - "@rules_rust_prost__indexmap-2.4.0//:indexmap", - "@rules_rust_prost__slab-0.4.9//:slab", - "@rules_rust_prost__tokio-1.39.3//:tokio", - "@rules_rust_prost__tokio-util-0.7.11//:tokio_util", - "@rules_rust_prost__tracing-0.1.40//:tracing", + "@rules_rust_prost_deps__atomic-waker-1.1.2//:atomic_waker", + "@rules_rust_prost_deps__bytes-1.7.1//:bytes", + "@rules_rust_prost_deps__fnv-1.0.7//:fnv", + "@rules_rust_prost_deps__futures-core-0.3.30//:futures_core", + "@rules_rust_prost_deps__futures-sink-0.3.30//:futures_sink", + "@rules_rust_prost_deps__http-1.1.0//:http", + "@rules_rust_prost_deps__indexmap-2.4.0//:indexmap", + "@rules_rust_prost_deps__slab-0.4.9//:slab", + "@rules_rust_prost_deps__tokio-1.39.3//:tokio", + "@rules_rust_prost_deps__tokio-util-0.7.11//:tokio_util", + "@rules_rust_prost_deps__tracing-0.1.40//:tracing", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.hashbrown-0.12.3.bazel b/extensions/prost/private/3rdparty/crates/BUILD.hashbrown-0.12.3.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.hashbrown-0.12.3.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.hashbrown-0.12.3.bazel index 5ef6cf60b1..9f0e3cc281 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.hashbrown-0.12.3.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.hashbrown-0.12.3.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.hashbrown-0.14.5.bazel b/extensions/prost/private/3rdparty/crates/BUILD.hashbrown-0.14.5.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.hashbrown-0.14.5.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.hashbrown-0.14.5.bazel index 16902eb827..d818fe2def 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.hashbrown-0.14.5.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.hashbrown-0.14.5.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.heck-0.5.0.bazel b/extensions/prost/private/3rdparty/crates/BUILD.heck-0.5.0.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.heck-0.5.0.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.heck-0.5.0.bazel index 5d8e6996fb..5abe7b7c38 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.heck-0.5.0.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.heck-0.5.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.hermit-abi-0.3.9.bazel b/extensions/prost/private/3rdparty/crates/BUILD.hermit-abi-0.3.9.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.hermit-abi-0.3.9.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.hermit-abi-0.3.9.bazel index 415712c2e5..4c6ea4d3dc 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.hermit-abi-0.3.9.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.hermit-abi-0.3.9.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.http-1.1.0.bazel b/extensions/prost/private/3rdparty/crates/BUILD.http-1.1.0.bazel similarity index 94% rename from proto/prost/private/3rdparty/crates/BUILD.http-1.1.0.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.http-1.1.0.bazel index d9ea6a7fa6..3aa25af552 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.http-1.1.0.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.http-1.1.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -84,8 +84,8 @@ rust_library( }), version = "1.1.0", deps = [ - "@rules_rust_prost__bytes-1.7.1//:bytes", - "@rules_rust_prost__fnv-1.0.7//:fnv", - "@rules_rust_prost__itoa-1.0.11//:itoa", + "@rules_rust_prost_deps__bytes-1.7.1//:bytes", + "@rules_rust_prost_deps__fnv-1.0.7//:fnv", + "@rules_rust_prost_deps__itoa-1.0.11//:itoa", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.http-body-1.0.1.bazel b/extensions/prost/private/3rdparty/crates/BUILD.http-body-1.0.1.bazel similarity index 95% rename from proto/prost/private/3rdparty/crates/BUILD.http-body-1.0.1.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.http-body-1.0.1.bazel index 3a1b6578af..e204e20f57 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.http-body-1.0.1.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.http-body-1.0.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,7 +80,7 @@ rust_library( }), version = "1.0.1", deps = [ - "@rules_rust_prost__bytes-1.7.1//:bytes", - "@rules_rust_prost__http-1.1.0//:http", + "@rules_rust_prost_deps__bytes-1.7.1//:bytes", + "@rules_rust_prost_deps__http-1.1.0//:http", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.http-body-util-0.1.2.bazel b/extensions/prost/private/3rdparty/crates/BUILD.http-body-util-0.1.2.bazel similarity index 90% rename from proto/prost/private/3rdparty/crates/BUILD.http-body-util-0.1.2.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.http-body-util-0.1.2.bazel index dd9dfd9856..dc9cf4ac7b 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.http-body-util-0.1.2.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.http-body-util-0.1.2.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,10 +80,10 @@ rust_library( }), version = "0.1.2", deps = [ - "@rules_rust_prost__bytes-1.7.1//:bytes", - "@rules_rust_prost__futures-util-0.3.30//:futures_util", - "@rules_rust_prost__http-1.1.0//:http", - "@rules_rust_prost__http-body-1.0.1//:http_body", - "@rules_rust_prost__pin-project-lite-0.2.14//:pin_project_lite", + "@rules_rust_prost_deps__bytes-1.7.1//:bytes", + "@rules_rust_prost_deps__futures-util-0.3.30//:futures_util", + "@rules_rust_prost_deps__http-1.1.0//:http", + "@rules_rust_prost_deps__http-body-1.0.1//:http_body", + "@rules_rust_prost_deps__pin-project-lite-0.2.14//:pin_project_lite", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.httparse-1.9.4.bazel b/extensions/prost/private/3rdparty/crates/BUILD.httparse-1.9.4.bazel similarity index 97% rename from proto/prost/private/3rdparty/crates/BUILD.httparse-1.9.4.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.httparse-1.9.4.bazel index 7522371f73..1a3535cc3b 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.httparse-1.9.4.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.httparse-1.9.4.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -85,7 +85,7 @@ rust_library( }), version = "1.9.4", deps = [ - "@rules_rust_prost__httparse-1.9.4//:build_script_build", + "@rules_rust_prost_deps__httparse-1.9.4//:build_script_build", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.httpdate-1.0.3.bazel b/extensions/prost/private/3rdparty/crates/BUILD.httpdate-1.0.3.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.httpdate-1.0.3.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.httpdate-1.0.3.bazel index 68b5b07de8..758f8c374d 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.httpdate-1.0.3.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.httpdate-1.0.3.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.hyper-1.4.1.bazel b/extensions/prost/private/3rdparty/crates/BUILD.hyper-1.4.1.bazel similarity index 80% rename from proto/prost/private/3rdparty/crates/BUILD.hyper-1.4.1.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.hyper-1.4.1.bazel index d527d98a64..5694767c0a 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.hyper-1.4.1.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.hyper-1.4.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -87,18 +87,18 @@ rust_library( }), version = "1.4.1", deps = [ - "@rules_rust_prost__bytes-1.7.1//:bytes", - "@rules_rust_prost__futures-channel-0.3.30//:futures_channel", - "@rules_rust_prost__futures-util-0.3.30//:futures_util", - "@rules_rust_prost__h2-0.4.6//:h2", - "@rules_rust_prost__http-1.1.0//:http", - "@rules_rust_prost__http-body-1.0.1//:http_body", - "@rules_rust_prost__httparse-1.9.4//:httparse", - "@rules_rust_prost__httpdate-1.0.3//:httpdate", - "@rules_rust_prost__itoa-1.0.11//:itoa", - "@rules_rust_prost__pin-project-lite-0.2.14//:pin_project_lite", - "@rules_rust_prost__smallvec-1.13.2//:smallvec", - "@rules_rust_prost__tokio-1.39.3//:tokio", - "@rules_rust_prost__want-0.3.1//:want", + "@rules_rust_prost_deps__bytes-1.7.1//:bytes", + "@rules_rust_prost_deps__futures-channel-0.3.30//:futures_channel", + "@rules_rust_prost_deps__futures-util-0.3.30//:futures_util", + "@rules_rust_prost_deps__h2-0.4.6//:h2", + "@rules_rust_prost_deps__http-1.1.0//:http", + "@rules_rust_prost_deps__http-body-1.0.1//:http_body", + "@rules_rust_prost_deps__httparse-1.9.4//:httparse", + "@rules_rust_prost_deps__httpdate-1.0.3//:httpdate", + "@rules_rust_prost_deps__itoa-1.0.11//:itoa", + "@rules_rust_prost_deps__pin-project-lite-0.2.14//:pin_project_lite", + "@rules_rust_prost_deps__smallvec-1.13.2//:smallvec", + "@rules_rust_prost_deps__tokio-1.39.3//:tokio", + "@rules_rust_prost_deps__want-0.3.1//:want", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.hyper-timeout-0.5.1.bazel b/extensions/prost/private/3rdparty/crates/BUILD.hyper-timeout-0.5.1.bazel similarity index 90% rename from proto/prost/private/3rdparty/crates/BUILD.hyper-timeout-0.5.1.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.hyper-timeout-0.5.1.bazel index dce5516462..a32357e727 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.hyper-timeout-0.5.1.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.hyper-timeout-0.5.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,10 +80,10 @@ rust_library( }), version = "0.5.1", deps = [ - "@rules_rust_prost__hyper-1.4.1//:hyper", - "@rules_rust_prost__hyper-util-0.1.7//:hyper_util", - "@rules_rust_prost__pin-project-lite-0.2.14//:pin_project_lite", - "@rules_rust_prost__tokio-1.39.3//:tokio", - "@rules_rust_prost__tower-service-0.3.3//:tower_service", + "@rules_rust_prost_deps__hyper-1.4.1//:hyper", + "@rules_rust_prost_deps__hyper-util-0.1.7//:hyper_util", + "@rules_rust_prost_deps__pin-project-lite-0.2.14//:pin_project_lite", + "@rules_rust_prost_deps__tokio-1.39.3//:tokio", + "@rules_rust_prost_deps__tower-service-0.3.3//:tower_service", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.hyper-util-0.1.7.bazel b/extensions/prost/private/3rdparty/crates/BUILD.hyper-util-0.1.7.bazel similarity index 82% rename from proto/prost/private/3rdparty/crates/BUILD.hyper-util-0.1.7.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.hyper-util-0.1.7.bazel index cdff2d367f..8b038fb43d 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.hyper-util-0.1.7.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.hyper-util-0.1.7.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -91,17 +91,17 @@ rust_library( }), version = "0.1.7", deps = [ - "@rules_rust_prost__bytes-1.7.1//:bytes", - "@rules_rust_prost__futures-channel-0.3.30//:futures_channel", - "@rules_rust_prost__futures-util-0.3.30//:futures_util", - "@rules_rust_prost__http-1.1.0//:http", - "@rules_rust_prost__http-body-1.0.1//:http_body", - "@rules_rust_prost__hyper-1.4.1//:hyper", - "@rules_rust_prost__pin-project-lite-0.2.14//:pin_project_lite", - "@rules_rust_prost__socket2-0.5.7//:socket2", - "@rules_rust_prost__tokio-1.39.3//:tokio", - "@rules_rust_prost__tower-0.4.13//:tower", - "@rules_rust_prost__tower-service-0.3.3//:tower_service", - "@rules_rust_prost__tracing-0.1.40//:tracing", + "@rules_rust_prost_deps__bytes-1.7.1//:bytes", + "@rules_rust_prost_deps__futures-channel-0.3.30//:futures_channel", + "@rules_rust_prost_deps__futures-util-0.3.30//:futures_util", + "@rules_rust_prost_deps__http-1.1.0//:http", + "@rules_rust_prost_deps__http-body-1.0.1//:http_body", + "@rules_rust_prost_deps__hyper-1.4.1//:hyper", + "@rules_rust_prost_deps__pin-project-lite-0.2.14//:pin_project_lite", + "@rules_rust_prost_deps__socket2-0.5.7//:socket2", + "@rules_rust_prost_deps__tokio-1.39.3//:tokio", + "@rules_rust_prost_deps__tower-0.4.13//:tower", + "@rules_rust_prost_deps__tower-service-0.3.3//:tower_service", + "@rules_rust_prost_deps__tracing-0.1.40//:tracing", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.indexmap-1.9.3.bazel b/extensions/prost/private/3rdparty/crates/BUILD.indexmap-1.9.3.bazel similarity index 95% rename from proto/prost/private/3rdparty/crates/BUILD.indexmap-1.9.3.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.indexmap-1.9.3.bazel index 4ff6f02d66..3008804b52 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.indexmap-1.9.3.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.indexmap-1.9.3.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -81,8 +81,8 @@ rust_library( }), version = "1.9.3", deps = [ - "@rules_rust_prost__hashbrown-0.12.3//:hashbrown", - "@rules_rust_prost__indexmap-1.9.3//:build_script_build", + "@rules_rust_prost_deps__hashbrown-0.12.3//:hashbrown", + "@rules_rust_prost_deps__indexmap-1.9.3//:build_script_build", ], ) @@ -134,7 +134,7 @@ cargo_build_script( version = "1.9.3", visibility = ["//visibility:private"], deps = [ - "@rules_rust_prost__autocfg-1.3.0//:autocfg", + "@rules_rust_prost_deps__autocfg-1.3.0//:autocfg", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.indexmap-2.4.0.bazel b/extensions/prost/private/3rdparty/crates/BUILD.indexmap-2.4.0.bazel similarity index 95% rename from proto/prost/private/3rdparty/crates/BUILD.indexmap-2.4.0.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.indexmap-2.4.0.bazel index 13070a548b..3a7106404b 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.indexmap-2.4.0.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.indexmap-2.4.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -84,7 +84,7 @@ rust_library( }), version = "2.4.0", deps = [ - "@rules_rust_prost__equivalent-1.0.1//:equivalent", - "@rules_rust_prost__hashbrown-0.14.5//:hashbrown", + "@rules_rust_prost_deps__equivalent-1.0.1//:equivalent", + "@rules_rust_prost_deps__hashbrown-0.14.5//:hashbrown", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.itertools-0.13.0.bazel b/extensions/prost/private/3rdparty/crates/BUILD.itertools-0.13.0.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.itertools-0.13.0.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.itertools-0.13.0.bazel index 34cbe441ff..f0371a0552 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.itertools-0.13.0.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.itertools-0.13.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -141,6 +141,6 @@ rust_library( }), version = "0.13.0", deps = [ - "@rules_rust_prost__either-1.13.0//:either", + "@rules_rust_prost_deps__either-1.13.0//:either", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.itoa-1.0.11.bazel b/extensions/prost/private/3rdparty/crates/BUILD.itoa-1.0.11.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.itoa-1.0.11.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.itoa-1.0.11.bazel index 618a3d4f62..6a91cb45cd 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.itoa-1.0.11.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.itoa-1.0.11.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.libc-0.2.158.bazel b/extensions/prost/private/3rdparty/crates/BUILD.libc-0.2.158.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.libc-0.2.158.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.libc-0.2.158.bazel index 21b69ee8e1..7f50aefbe4 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.libc-0.2.158.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.libc-0.2.158.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -144,7 +144,7 @@ rust_library( }), version = "0.2.158", deps = [ - "@rules_rust_prost__libc-0.2.158//:build_script_build", + "@rules_rust_prost_deps__libc-0.2.158//:build_script_build", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.linux-raw-sys-0.4.14.bazel b/extensions/prost/private/3rdparty/crates/BUILD.linux-raw-sys-0.4.14.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.linux-raw-sys-0.4.14.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.linux-raw-sys-0.4.14.bazel index e6bc49e70c..05438ee6be 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.linux-raw-sys-0.4.14.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.linux-raw-sys-0.4.14.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.lock_api-0.4.12.bazel b/extensions/prost/private/3rdparty/crates/BUILD.lock_api-0.4.12.bazel similarity index 95% rename from proto/prost/private/3rdparty/crates/BUILD.lock_api-0.4.12.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.lock_api-0.4.12.bazel index 1cf77729eb..4c2a66f98f 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.lock_api-0.4.12.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.lock_api-0.4.12.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -85,8 +85,8 @@ rust_library( }), version = "0.4.12", deps = [ - "@rules_rust_prost__lock_api-0.4.12//:build_script_build", - "@rules_rust_prost__scopeguard-1.2.0//:scopeguard", + "@rules_rust_prost_deps__lock_api-0.4.12//:build_script_build", + "@rules_rust_prost_deps__scopeguard-1.2.0//:scopeguard", ], ) @@ -142,7 +142,7 @@ cargo_build_script( version = "0.4.12", visibility = ["//visibility:private"], deps = [ - "@rules_rust_prost__autocfg-1.3.0//:autocfg", + "@rules_rust_prost_deps__autocfg-1.3.0//:autocfg", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.log-0.4.22.bazel b/extensions/prost/private/3rdparty/crates/BUILD.log-0.4.22.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.log-0.4.22.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.log-0.4.22.bazel index 2cb6fefa15..fbfe04db05 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.log-0.4.22.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.log-0.4.22.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.matchit-0.7.3.bazel b/extensions/prost/private/3rdparty/crates/BUILD.matchit-0.7.3.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.matchit-0.7.3.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.matchit-0.7.3.bazel index 2b0b0441b9..5e612651ed 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.matchit-0.7.3.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.matchit-0.7.3.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.memchr-2.7.4.bazel b/extensions/prost/private/3rdparty/crates/BUILD.memchr-2.7.4.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.memchr-2.7.4.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.memchr-2.7.4.bazel index 3adcb0eeb9..c76a9e0c85 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.memchr-2.7.4.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.memchr-2.7.4.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.mime-0.3.17.bazel b/extensions/prost/private/3rdparty/crates/BUILD.mime-0.3.17.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.mime-0.3.17.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.mime-0.3.17.bazel index cf86e3ac7f..468f9694b4 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.mime-0.3.17.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.mime-0.3.17.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.miniz_oxide-0.7.4.bazel b/extensions/prost/private/3rdparty/crates/BUILD.miniz_oxide-0.7.4.bazel similarity index 96% rename from proto/prost/private/3rdparty/crates/BUILD.miniz_oxide-0.7.4.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.miniz_oxide-0.7.4.bazel index c395cc2e96..a3d2b76062 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.miniz_oxide-0.7.4.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.miniz_oxide-0.7.4.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,6 +80,6 @@ rust_library( }), version = "0.7.4", deps = [ - "@rules_rust_prost__adler-1.0.2//:adler", + "@rules_rust_prost_deps__adler-1.0.2//:adler", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.mio-1.0.2.bazel b/extensions/prost/private/3rdparty/crates/BUILD.mio-1.0.2.bazel similarity index 70% rename from proto/prost/private/3rdparty/crates/BUILD.mio-1.0.2.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.mio-1.0.2.bazel index 02e3612d55..9d48e3f556 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.mio-1.0.2.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.mio-1.0.2.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -86,93 +86,93 @@ rust_library( version = "1.0.2", deps = select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@rules_rust_prost__windows-sys-0.52.0//:windows_sys", # cfg(windows) + "@rules_rust_prost_deps__windows-sys-0.52.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-linux-android": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@rules_rust_prost__windows-sys-0.52.0//:windows_sys", # cfg(windows) + "@rules_rust_prost_deps__windows-sys-0.52.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:wasm32-wasi": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(target_os = "wasi") - "@rules_rust_prost__wasi-0.11.0-wasi-snapshot-preview1//:wasi", # cfg(target_os = "wasi") + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(target_os = "wasi") + "@rules_rust_prost_deps__wasi-0.11.0-wasi-snapshot-preview1//:wasi", # cfg(target_os = "wasi") ], "@rules_rust//rust/platform:wasm32-wasip1": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(target_os = "wasi") - "@rules_rust_prost__wasi-0.11.0-wasi-snapshot-preview1//:wasi", # cfg(target_os = "wasi") + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(target_os = "wasi") + "@rules_rust_prost_deps__wasi-0.11.0-wasi-snapshot-preview1//:wasi", # cfg(target_os = "wasi") ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@rules_rust_prost__windows-sys-0.52.0//:windows_sys", # cfg(windows) + "@rules_rust_prost_deps__windows-sys-0.52.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "//conditions:default": [], }), diff --git a/proto/prost/private/3rdparty/crates/BUILD.multimap-0.10.0.bazel b/extensions/prost/private/3rdparty/crates/BUILD.multimap-0.10.0.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.multimap-0.10.0.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.multimap-0.10.0.bazel index 2b6334e995..7c73a21bc6 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.multimap-0.10.0.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.multimap-0.10.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.object-0.36.3.bazel b/extensions/prost/private/3rdparty/crates/BUILD.object-0.36.3.bazel similarity index 96% rename from proto/prost/private/3rdparty/crates/BUILD.object-0.36.3.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.object-0.36.3.bazel index 43f836a120..cf35072ddc 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.object-0.36.3.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.object-0.36.3.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,6 +80,6 @@ rust_library( }), version = "0.36.3", deps = [ - "@rules_rust_prost__memchr-2.7.4//:memchr", + "@rules_rust_prost_deps__memchr-2.7.4//:memchr", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.once_cell-1.19.0.bazel b/extensions/prost/private/3rdparty/crates/BUILD.once_cell-1.19.0.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.once_cell-1.19.0.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.once_cell-1.19.0.bazel index 0cbfece40b..83b1cf4c15 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.once_cell-1.19.0.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.once_cell-1.19.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.parking_lot-0.12.3.bazel b/extensions/prost/private/3rdparty/crates/BUILD.parking_lot-0.12.3.bazel similarity index 94% rename from proto/prost/private/3rdparty/crates/BUILD.parking_lot-0.12.3.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.parking_lot-0.12.3.bazel index 11556655e9..ce77467439 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.parking_lot-0.12.3.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.parking_lot-0.12.3.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -83,7 +83,7 @@ rust_library( }), version = "0.12.3", deps = [ - "@rules_rust_prost__lock_api-0.4.12//:lock_api", - "@rules_rust_prost__parking_lot_core-0.9.10//:parking_lot_core", + "@rules_rust_prost_deps__lock_api-0.4.12//:lock_api", + "@rules_rust_prost_deps__parking_lot_core-0.9.10//:parking_lot_core", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.parking_lot_core-0.9.10.bazel b/extensions/prost/private/3rdparty/crates/BUILD.parking_lot_core-0.9.10.bazel similarity index 74% rename from proto/prost/private/3rdparty/crates/BUILD.parking_lot_core-0.9.10.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.parking_lot_core-0.9.10.bazel index 12bed5e7f2..6d2cc08dea 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.parking_lot_core-0.9.10.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.parking_lot_core-0.9.10.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -81,90 +81,90 @@ rust_library( }), version = "0.9.10", deps = [ - "@rules_rust_prost__cfg-if-1.0.0//:cfg_if", - "@rules_rust_prost__parking_lot_core-0.9.10//:build_script_build", - "@rules_rust_prost__smallvec-1.13.2//:smallvec", + "@rules_rust_prost_deps__cfg-if-1.0.0//:cfg_if", + "@rules_rust_prost_deps__parking_lot_core-0.9.10//:build_script_build", + "@rules_rust_prost_deps__smallvec-1.13.2//:smallvec", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@rules_rust_prost__windows-targets-0.52.6//:windows_targets", # cfg(windows) + "@rules_rust_prost_deps__windows-targets-0.52.6//:windows_targets", # cfg(windows) ], "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-linux-android": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@rules_rust_prost__windows-targets-0.52.6//:windows_targets", # cfg(windows) + "@rules_rust_prost_deps__windows-targets-0.52.6//:windows_targets", # cfg(windows) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@rules_rust_prost__windows-targets-0.52.6//:windows_targets", # cfg(windows) + "@rules_rust_prost_deps__windows-targets-0.52.6//:windows_targets", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "//conditions:default": [], }), diff --git a/proto/prost/private/3rdparty/crates/BUILD.percent-encoding-2.3.1.bazel b/extensions/prost/private/3rdparty/crates/BUILD.percent-encoding-2.3.1.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.percent-encoding-2.3.1.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.percent-encoding-2.3.1.bazel index 4a6a4e1914..9524284869 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.percent-encoding-2.3.1.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.percent-encoding-2.3.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.petgraph-0.6.5.bazel b/extensions/prost/private/3rdparty/crates/BUILD.petgraph-0.6.5.bazel similarity index 95% rename from proto/prost/private/3rdparty/crates/BUILD.petgraph-0.6.5.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.petgraph-0.6.5.bazel index 865d8167d0..43b07b052f 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.petgraph-0.6.5.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.petgraph-0.6.5.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,7 +80,7 @@ rust_library( }), version = "0.6.5", deps = [ - "@rules_rust_prost__fixedbitset-0.4.2//:fixedbitset", - "@rules_rust_prost__indexmap-2.4.0//:indexmap", + "@rules_rust_prost_deps__fixedbitset-0.4.2//:fixedbitset", + "@rules_rust_prost_deps__indexmap-2.4.0//:indexmap", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.pin-project-1.1.5.bazel b/extensions/prost/private/3rdparty/crates/BUILD.pin-project-1.1.5.bazel similarity index 96% rename from proto/prost/private/3rdparty/crates/BUILD.pin-project-1.1.5.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.pin-project-1.1.5.bazel index 63fbc52b77..b65afac314 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.pin-project-1.1.5.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.pin-project-1.1.5.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -31,7 +31,7 @@ rust_library( crate_root = "src/lib.rs", edition = "2021", proc_macro_deps = [ - "@rules_rust_prost__pin-project-internal-1.1.5//:pin_project_internal", + "@rules_rust_prost_deps__pin-project-internal-1.1.5//:pin_project_internal", ], rustc_flags = [ "--cap-lints=allow", diff --git a/proto/prost/private/3rdparty/crates/BUILD.pin-project-internal-1.1.5.bazel b/extensions/prost/private/3rdparty/crates/BUILD.pin-project-internal-1.1.5.bazel similarity index 93% rename from proto/prost/private/3rdparty/crates/BUILD.pin-project-internal-1.1.5.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.pin-project-internal-1.1.5.bazel index 86f01425ed..3fef1d35d0 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.pin-project-internal-1.1.5.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.pin-project-internal-1.1.5.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_proc_macro") @@ -80,8 +80,8 @@ rust_proc_macro( }), version = "1.1.5", deps = [ - "@rules_rust_prost__proc-macro2-1.0.86//:proc_macro2", - "@rules_rust_prost__quote-1.0.37//:quote", - "@rules_rust_prost__syn-2.0.76//:syn", + "@rules_rust_prost_deps__proc-macro2-1.0.86//:proc_macro2", + "@rules_rust_prost_deps__quote-1.0.37//:quote", + "@rules_rust_prost_deps__syn-2.0.76//:syn", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.pin-project-lite-0.2.14.bazel b/extensions/prost/private/3rdparty/crates/BUILD.pin-project-lite-0.2.14.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.pin-project-lite-0.2.14.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.pin-project-lite-0.2.14.bazel index c21e5aa871..2ae151926d 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.pin-project-lite-0.2.14.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.pin-project-lite-0.2.14.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.pin-utils-0.1.0.bazel b/extensions/prost/private/3rdparty/crates/BUILD.pin-utils-0.1.0.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.pin-utils-0.1.0.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.pin-utils-0.1.0.bazel index 417d0793b2..596a856260 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.pin-utils-0.1.0.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.pin-utils-0.1.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.ppv-lite86-0.2.20.bazel b/extensions/prost/private/3rdparty/crates/BUILD.ppv-lite86-0.2.20.bazel similarity index 96% rename from proto/prost/private/3rdparty/crates/BUILD.ppv-lite86-0.2.20.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.ppv-lite86-0.2.20.bazel index 8070d354d2..a24dac58a9 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.ppv-lite86-0.2.20.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.ppv-lite86-0.2.20.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -84,6 +84,6 @@ rust_library( }), version = "0.2.20", deps = [ - "@rules_rust_prost__zerocopy-0.7.35//:zerocopy", + "@rules_rust_prost_deps__zerocopy-0.7.35//:zerocopy", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.prettyplease-0.2.22.bazel b/extensions/prost/private/3rdparty/crates/BUILD.prettyplease-0.2.22.bazel similarity index 95% rename from proto/prost/private/3rdparty/crates/BUILD.prettyplease-0.2.22.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.prettyplease-0.2.22.bazel index 6e14ab1061..509bbad44e 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.prettyplease-0.2.22.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.prettyplease-0.2.22.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -81,9 +81,9 @@ rust_library( }), version = "0.2.22", deps = [ - "@rules_rust_prost__prettyplease-0.2.22//:build_script_build", - "@rules_rust_prost__proc-macro2-1.0.86//:proc_macro2", - "@rules_rust_prost__syn-2.0.76//:syn", + "@rules_rust_prost_deps__prettyplease-0.2.22//:build_script_build", + "@rules_rust_prost_deps__proc-macro2-1.0.86//:proc_macro2", + "@rules_rust_prost_deps__syn-2.0.76//:syn", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.proc-macro2-1.0.86.bazel b/extensions/prost/private/3rdparty/crates/BUILD.proc-macro2-1.0.86.bazel similarity index 96% rename from proto/prost/private/3rdparty/crates/BUILD.proc-macro2-1.0.86.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.proc-macro2-1.0.86.bazel index 27a972c8b1..2d0f8fc946 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.proc-macro2-1.0.86.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.proc-macro2-1.0.86.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -85,8 +85,8 @@ rust_library( }), version = "1.0.86", deps = [ - "@rules_rust_prost__proc-macro2-1.0.86//:build_script_build", - "@rules_rust_prost__unicode-ident-1.0.12//:unicode_ident", + "@rules_rust_prost_deps__proc-macro2-1.0.86//:build_script_build", + "@rules_rust_prost_deps__unicode-ident-1.0.12//:unicode_ident", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.prost-0.13.1.bazel b/extensions/prost/private/3rdparty/crates/BUILD.prost-0.13.1.bazel similarity index 95% rename from proto/prost/private/3rdparty/crates/BUILD.prost-0.13.1.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.prost-0.13.1.bazel index f00f87d1cd..73744a7b09 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.prost-0.13.1.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.prost-0.13.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -37,7 +37,7 @@ rust_library( crate_root = "src/lib.rs", edition = "2021", proc_macro_deps = [ - "@rules_rust_prost__prost-derive-0.13.1//:prost_derive", + "@rules_rust_prost_deps__prost-derive-0.13.1//:prost_derive", ], rustc_flags = [ "--cap-lints=allow", @@ -89,6 +89,6 @@ rust_library( }), version = "0.13.1", deps = [ - "@rules_rust_prost__bytes-1.7.1//:bytes", + "@rules_rust_prost_deps__bytes-1.7.1//:bytes", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.prost-build-0.13.1.bazel b/extensions/prost/private/3rdparty/crates/BUILD.prost-build-0.13.1.bazel similarity index 81% rename from proto/prost/private/3rdparty/crates/BUILD.prost-build-0.13.1.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.prost-build-0.13.1.bazel index 5fc3e965f2..acc9a0e98e 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.prost-build-0.13.1.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.prost-build-0.13.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -84,18 +84,18 @@ rust_library( }), version = "0.13.1", deps = [ - "@rules_rust_prost__bytes-1.7.1//:bytes", - "@rules_rust_prost__heck-0.5.0//:heck", - "@rules_rust_prost__itertools-0.13.0//:itertools", - "@rules_rust_prost__log-0.4.22//:log", - "@rules_rust_prost__multimap-0.10.0//:multimap", - "@rules_rust_prost__once_cell-1.19.0//:once_cell", - "@rules_rust_prost__petgraph-0.6.5//:petgraph", - "@rules_rust_prost__prettyplease-0.2.22//:prettyplease", - "@rules_rust_prost__prost-0.13.1//:prost", - "@rules_rust_prost__prost-types-0.13.1//:prost_types", - "@rules_rust_prost__regex-1.10.6//:regex", - "@rules_rust_prost__syn-2.0.76//:syn", - "@rules_rust_prost__tempfile-3.12.0//:tempfile", + "@rules_rust_prost_deps__bytes-1.7.1//:bytes", + "@rules_rust_prost_deps__heck-0.5.0//:heck", + "@rules_rust_prost_deps__itertools-0.13.0//:itertools", + "@rules_rust_prost_deps__log-0.4.22//:log", + "@rules_rust_prost_deps__multimap-0.10.0//:multimap", + "@rules_rust_prost_deps__once_cell-1.19.0//:once_cell", + "@rules_rust_prost_deps__petgraph-0.6.5//:petgraph", + "@rules_rust_prost_deps__prettyplease-0.2.22//:prettyplease", + "@rules_rust_prost_deps__prost-0.13.1//:prost", + "@rules_rust_prost_deps__prost-types-0.13.1//:prost_types", + "@rules_rust_prost_deps__regex-1.10.6//:regex", + "@rules_rust_prost_deps__syn-2.0.76//:syn", + "@rules_rust_prost_deps__tempfile-3.12.0//:tempfile", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.prost-derive-0.13.1.bazel b/extensions/prost/private/3rdparty/crates/BUILD.prost-derive-0.13.1.bazel similarity index 90% rename from proto/prost/private/3rdparty/crates/BUILD.prost-derive-0.13.1.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.prost-derive-0.13.1.bazel index 4c22374077..9a8aae17c5 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.prost-derive-0.13.1.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.prost-derive-0.13.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_proc_macro") @@ -80,10 +80,10 @@ rust_proc_macro( }), version = "0.13.1", deps = [ - "@rules_rust_prost__anyhow-1.0.86//:anyhow", - "@rules_rust_prost__itertools-0.13.0//:itertools", - "@rules_rust_prost__proc-macro2-1.0.86//:proc_macro2", - "@rules_rust_prost__quote-1.0.37//:quote", - "@rules_rust_prost__syn-2.0.76//:syn", + "@rules_rust_prost_deps__anyhow-1.0.86//:anyhow", + "@rules_rust_prost_deps__itertools-0.13.0//:itertools", + "@rules_rust_prost_deps__proc-macro2-1.0.86//:proc_macro2", + "@rules_rust_prost_deps__quote-1.0.37//:quote", + "@rules_rust_prost_deps__syn-2.0.76//:syn", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.prost-types-0.13.1.bazel b/extensions/prost/private/3rdparty/crates/BUILD.prost-types-0.13.1.bazel similarity index 96% rename from proto/prost/private/3rdparty/crates/BUILD.prost-types-0.13.1.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.prost-types-0.13.1.bazel index f393578d7b..a53684db73 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.prost-types-0.13.1.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.prost-types-0.13.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -84,6 +84,6 @@ rust_library( }), version = "0.13.1", deps = [ - "@rules_rust_prost__prost-0.13.1//:prost", + "@rules_rust_prost_deps__prost-0.13.1//:prost", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.protoc-gen-prost-0.4.0.bazel b/extensions/prost/private/3rdparty/crates/BUILD.protoc-gen-prost-0.4.0.bazel similarity index 90% rename from proto/prost/private/3rdparty/crates/BUILD.protoc-gen-prost-0.4.0.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.protoc-gen-prost-0.4.0.bazel index 93c6d86b92..78303938dd 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.protoc-gen-prost-0.4.0.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.protoc-gen-prost-0.4.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load( @@ -84,11 +84,11 @@ rust_library( }), version = "0.4.0", deps = [ - "@rules_rust_prost__once_cell-1.19.0//:once_cell", - "@rules_rust_prost__prost-0.13.1//:prost", - "@rules_rust_prost__prost-build-0.13.1//:prost_build", - "@rules_rust_prost__prost-types-0.13.1//:prost_types", - "@rules_rust_prost__regex-1.10.6//:regex", + "@rules_rust_prost_deps__once_cell-1.19.0//:once_cell", + "@rules_rust_prost_deps__prost-0.13.1//:prost", + "@rules_rust_prost_deps__prost-build-0.13.1//:prost_build", + "@rules_rust_prost_deps__prost-types-0.13.1//:prost_types", + "@rules_rust_prost_deps__regex-1.10.6//:regex", ], ) @@ -163,10 +163,10 @@ rust_binary( version = "0.4.0", deps = [ ":protoc_gen_prost", - "@rules_rust_prost__once_cell-1.19.0//:once_cell", - "@rules_rust_prost__prost-0.13.1//:prost", - "@rules_rust_prost__prost-build-0.13.1//:prost_build", - "@rules_rust_prost__prost-types-0.13.1//:prost_types", - "@rules_rust_prost__regex-1.10.6//:regex", + "@rules_rust_prost_deps__once_cell-1.19.0//:once_cell", + "@rules_rust_prost_deps__prost-0.13.1//:prost", + "@rules_rust_prost_deps__prost-build-0.13.1//:prost_build", + "@rules_rust_prost_deps__prost-types-0.13.1//:prost_types", + "@rules_rust_prost_deps__regex-1.10.6//:regex", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.protoc-gen-tonic-0.4.1.bazel b/extensions/prost/private/3rdparty/crates/BUILD.protoc-gen-tonic-0.4.1.bazel similarity index 82% rename from proto/prost/private/3rdparty/crates/BUILD.protoc-gen-tonic-0.4.1.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.protoc-gen-tonic-0.4.1.bazel index e4ddf3b70c..6e28202ce7 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.protoc-gen-tonic-0.4.1.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.protoc-gen-tonic-0.4.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load( @@ -84,17 +84,17 @@ rust_library( }), version = "0.4.1", deps = [ - "@rules_rust_prost__heck-0.5.0//:heck", - "@rules_rust_prost__prettyplease-0.2.22//:prettyplease", - "@rules_rust_prost__proc-macro2-1.0.86//:proc_macro2", - "@rules_rust_prost__prost-0.13.1//:prost", - "@rules_rust_prost__prost-build-0.13.1//:prost_build", - "@rules_rust_prost__prost-types-0.13.1//:prost_types", - "@rules_rust_prost__protoc-gen-prost-0.4.0//:protoc_gen_prost", - "@rules_rust_prost__quote-1.0.37//:quote", - "@rules_rust_prost__regex-1.10.6//:regex", - "@rules_rust_prost__syn-2.0.76//:syn", - "@rules_rust_prost__tonic-build-0.12.1//:tonic_build", + "@rules_rust_prost_deps__heck-0.5.0//:heck", + "@rules_rust_prost_deps__prettyplease-0.2.22//:prettyplease", + "@rules_rust_prost_deps__proc-macro2-1.0.86//:proc_macro2", + "@rules_rust_prost_deps__prost-0.13.1//:prost", + "@rules_rust_prost_deps__prost-build-0.13.1//:prost_build", + "@rules_rust_prost_deps__prost-types-0.13.1//:prost_types", + "@rules_rust_prost_deps__protoc-gen-prost-0.4.0//:protoc_gen_prost", + "@rules_rust_prost_deps__quote-1.0.37//:quote", + "@rules_rust_prost_deps__regex-1.10.6//:regex", + "@rules_rust_prost_deps__syn-2.0.76//:syn", + "@rules_rust_prost_deps__tonic-build-0.12.1//:tonic_build", ], ) @@ -169,16 +169,16 @@ rust_binary( version = "0.4.1", deps = [ ":protoc_gen_tonic", - "@rules_rust_prost__heck-0.5.0//:heck", - "@rules_rust_prost__prettyplease-0.2.22//:prettyplease", - "@rules_rust_prost__proc-macro2-1.0.86//:proc_macro2", - "@rules_rust_prost__prost-0.13.1//:prost", - "@rules_rust_prost__prost-build-0.13.1//:prost_build", - "@rules_rust_prost__prost-types-0.13.1//:prost_types", - "@rules_rust_prost__protoc-gen-prost-0.4.0//:protoc_gen_prost", - "@rules_rust_prost__quote-1.0.37//:quote", - "@rules_rust_prost__regex-1.10.6//:regex", - "@rules_rust_prost__syn-2.0.76//:syn", - "@rules_rust_prost__tonic-build-0.12.1//:tonic_build", + "@rules_rust_prost_deps__heck-0.5.0//:heck", + "@rules_rust_prost_deps__prettyplease-0.2.22//:prettyplease", + "@rules_rust_prost_deps__proc-macro2-1.0.86//:proc_macro2", + "@rules_rust_prost_deps__prost-0.13.1//:prost", + "@rules_rust_prost_deps__prost-build-0.13.1//:prost_build", + "@rules_rust_prost_deps__prost-types-0.13.1//:prost_types", + "@rules_rust_prost_deps__protoc-gen-prost-0.4.0//:protoc_gen_prost", + "@rules_rust_prost_deps__quote-1.0.37//:quote", + "@rules_rust_prost_deps__regex-1.10.6//:regex", + "@rules_rust_prost_deps__syn-2.0.76//:syn", + "@rules_rust_prost_deps__tonic-build-0.12.1//:tonic_build", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.quote-1.0.37.bazel b/extensions/prost/private/3rdparty/crates/BUILD.quote-1.0.37.bazel similarity index 96% rename from proto/prost/private/3rdparty/crates/BUILD.quote-1.0.37.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.quote-1.0.37.bazel index fbdef75e5e..8d2a5d5446 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.quote-1.0.37.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.quote-1.0.37.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -84,6 +84,6 @@ rust_library( }), version = "1.0.37", deps = [ - "@rules_rust_prost__proc-macro2-1.0.86//:proc_macro2", + "@rules_rust_prost_deps__proc-macro2-1.0.86//:proc_macro2", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.rand-0.8.5.bazel b/extensions/prost/private/3rdparty/crates/BUILD.rand-0.8.5.bazel similarity index 70% rename from proto/prost/private/3rdparty/crates/BUILD.rand-0.8.5.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.rand-0.8.5.bazel index 15c0697ed4..8f78c00642 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.rand-0.8.5.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.rand-0.8.5.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -90,80 +90,80 @@ rust_library( }), version = "0.8.5", deps = [ - "@rules_rust_prost__rand_chacha-0.3.1//:rand_chacha", - "@rules_rust_prost__rand_core-0.6.4//:rand_core", + "@rules_rust_prost_deps__rand_chacha-0.3.1//:rand_chacha", + "@rules_rust_prost_deps__rand_core-0.6.4//:rand_core", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@rules_rust_prost__libc-0.2.158//:libc", # aarch64-apple-darwin + "@rules_rust_prost_deps__libc-0.2.158//:libc", # aarch64-apple-darwin ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@rules_rust_prost__libc-0.2.158//:libc", # aarch64-apple-ios + "@rules_rust_prost_deps__libc-0.2.158//:libc", # aarch64-apple-ios ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@rules_rust_prost__libc-0.2.158//:libc", # aarch64-apple-ios-sim + "@rules_rust_prost_deps__libc-0.2.158//:libc", # aarch64-apple-ios-sim ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@rules_rust_prost__libc-0.2.158//:libc", # aarch64-linux-android + "@rules_rust_prost_deps__libc-0.2.158//:libc", # aarch64-linux-android ], "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ - "@rules_rust_prost__libc-0.2.158//:libc", # aarch64-unknown-fuchsia + "@rules_rust_prost_deps__libc-0.2.158//:libc", # aarch64-unknown-fuchsia ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # aarch64-unknown-linux-gnu + "@rules_rust_prost_deps__libc-0.2.158//:libc", # aarch64-unknown-linux-gnu ], "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # aarch64-unknown-linux-gnu, aarch64-unknown-nixos-gnu + "@rules_rust_prost_deps__libc-0.2.158//:libc", # aarch64-unknown-linux-gnu, aarch64-unknown-nixos-gnu ], "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ - "@rules_rust_prost__libc-0.2.158//:libc", # aarch64-unknown-nto-qnx710 + "@rules_rust_prost_deps__libc-0.2.158//:libc", # aarch64-unknown-nto-qnx710 ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@rules_rust_prost__libc-0.2.158//:libc", # arm-unknown-linux-gnueabi + "@rules_rust_prost_deps__libc-0.2.158//:libc", # arm-unknown-linux-gnueabi ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@rules_rust_prost__libc-0.2.158//:libc", # armv7-linux-androideabi + "@rules_rust_prost_deps__libc-0.2.158//:libc", # armv7-linux-androideabi ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@rules_rust_prost__libc-0.2.158//:libc", # armv7-unknown-linux-gnueabi + "@rules_rust_prost_deps__libc-0.2.158//:libc", # armv7-unknown-linux-gnueabi ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@rules_rust_prost__libc-0.2.158//:libc", # i686-apple-darwin + "@rules_rust_prost_deps__libc-0.2.158//:libc", # i686-apple-darwin ], "@rules_rust//rust/platform:i686-linux-android": [ - "@rules_rust_prost__libc-0.2.158//:libc", # i686-linux-android + "@rules_rust_prost_deps__libc-0.2.158//:libc", # i686-linux-android ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@rules_rust_prost__libc-0.2.158//:libc", # i686-unknown-freebsd + "@rules_rust_prost_deps__libc-0.2.158//:libc", # i686-unknown-freebsd ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # i686-unknown-linux-gnu + "@rules_rust_prost_deps__libc-0.2.158//:libc", # i686-unknown-linux-gnu ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # powerpc-unknown-linux-gnu + "@rules_rust_prost_deps__libc-0.2.158//:libc", # powerpc-unknown-linux-gnu ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # s390x-unknown-linux-gnu + "@rules_rust_prost_deps__libc-0.2.158//:libc", # s390x-unknown-linux-gnu ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@rules_rust_prost__libc-0.2.158//:libc", # x86_64-apple-darwin + "@rules_rust_prost_deps__libc-0.2.158//:libc", # x86_64-apple-darwin ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@rules_rust_prost__libc-0.2.158//:libc", # x86_64-apple-ios + "@rules_rust_prost_deps__libc-0.2.158//:libc", # x86_64-apple-ios ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@rules_rust_prost__libc-0.2.158//:libc", # x86_64-linux-android + "@rules_rust_prost_deps__libc-0.2.158//:libc", # x86_64-linux-android ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@rules_rust_prost__libc-0.2.158//:libc", # x86_64-unknown-freebsd + "@rules_rust_prost_deps__libc-0.2.158//:libc", # x86_64-unknown-freebsd ], "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [ - "@rules_rust_prost__libc-0.2.158//:libc", # x86_64-unknown-fuchsia + "@rules_rust_prost_deps__libc-0.2.158//:libc", # x86_64-unknown-fuchsia ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # x86_64-unknown-linux-gnu + "@rules_rust_prost_deps__libc-0.2.158//:libc", # x86_64-unknown-linux-gnu ], "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # x86_64-unknown-linux-gnu, x86_64-unknown-nixos-gnu + "@rules_rust_prost_deps__libc-0.2.158//:libc", # x86_64-unknown-linux-gnu, x86_64-unknown-nixos-gnu ], "//conditions:default": [], }), diff --git a/proto/prost/private/3rdparty/crates/BUILD.rand_chacha-0.3.1.bazel b/extensions/prost/private/3rdparty/crates/BUILD.rand_chacha-0.3.1.bazel similarity index 95% rename from proto/prost/private/3rdparty/crates/BUILD.rand_chacha-0.3.1.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.rand_chacha-0.3.1.bazel index ffeb7d12e5..94a1f514fc 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.rand_chacha-0.3.1.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.rand_chacha-0.3.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -83,7 +83,7 @@ rust_library( }), version = "0.3.1", deps = [ - "@rules_rust_prost__ppv-lite86-0.2.20//:ppv_lite86", - "@rules_rust_prost__rand_core-0.6.4//:rand_core", + "@rules_rust_prost_deps__ppv-lite86-0.2.20//:ppv_lite86", + "@rules_rust_prost_deps__rand_core-0.6.4//:rand_core", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.rand_core-0.6.4.bazel b/extensions/prost/private/3rdparty/crates/BUILD.rand_core-0.6.4.bazel similarity index 96% rename from proto/prost/private/3rdparty/crates/BUILD.rand_core-0.6.4.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.rand_core-0.6.4.bazel index 706f7769ab..6e6823a274 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.rand_core-0.6.4.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.rand_core-0.6.4.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -85,6 +85,6 @@ rust_library( }), version = "0.6.4", deps = [ - "@rules_rust_prost__getrandom-0.2.15//:getrandom", + "@rules_rust_prost_deps__getrandom-0.2.15//:getrandom", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.redox_syscall-0.5.3.bazel b/extensions/prost/private/3rdparty/crates/BUILD.redox_syscall-0.5.3.bazel similarity index 96% rename from proto/prost/private/3rdparty/crates/BUILD.redox_syscall-0.5.3.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.redox_syscall-0.5.3.bazel index 6813d4d85d..63e1cc47b4 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.redox_syscall-0.5.3.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.redox_syscall-0.5.3.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,6 +80,6 @@ rust_library( }), version = "0.5.3", deps = [ - "@rules_rust_prost__bitflags-2.6.0//:bitflags", + "@rules_rust_prost_deps__bitflags-2.6.0//:bitflags", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.regex-1.10.6.bazel b/extensions/prost/private/3rdparty/crates/BUILD.regex-1.10.6.bazel similarity index 94% rename from proto/prost/private/3rdparty/crates/BUILD.regex-1.10.6.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.regex-1.10.6.bazel index aa50b4358b..5a83d756ed 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.regex-1.10.6.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.regex-1.10.6.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -84,7 +84,7 @@ rust_library( }), version = "1.10.6", deps = [ - "@rules_rust_prost__regex-automata-0.4.7//:regex_automata", - "@rules_rust_prost__regex-syntax-0.8.4//:regex_syntax", + "@rules_rust_prost_deps__regex-automata-0.4.7//:regex_automata", + "@rules_rust_prost_deps__regex-syntax-0.8.4//:regex_syntax", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.regex-automata-0.4.7.bazel b/extensions/prost/private/3rdparty/crates/BUILD.regex-automata-0.4.7.bazel similarity index 96% rename from proto/prost/private/3rdparty/crates/BUILD.regex-automata-0.4.7.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.regex-automata-0.4.7.bazel index 5a3902e499..ead471cea1 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.regex-automata-0.4.7.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.regex-automata-0.4.7.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -89,6 +89,6 @@ rust_library( }), version = "0.4.7", deps = [ - "@rules_rust_prost__regex-syntax-0.8.4//:regex_syntax", + "@rules_rust_prost_deps__regex-syntax-0.8.4//:regex_syntax", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.regex-syntax-0.8.4.bazel b/extensions/prost/private/3rdparty/crates/BUILD.regex-syntax-0.8.4.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.regex-syntax-0.8.4.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.regex-syntax-0.8.4.bazel index 81d0fa62b3..1fd34aa513 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.regex-syntax-0.8.4.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.regex-syntax-0.8.4.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.rustc-demangle-0.1.24.bazel b/extensions/prost/private/3rdparty/crates/BUILD.rustc-demangle-0.1.24.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.rustc-demangle-0.1.24.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.rustc-demangle-0.1.24.bazel index 0e6cf4bebd..154973248c 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.rustc-demangle-0.1.24.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.rustc-demangle-0.1.24.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/extensions/prost/private/3rdparty/crates/BUILD.rustix-0.38.34.bazel b/extensions/prost/private/3rdparty/crates/BUILD.rustix-0.38.34.bazel new file mode 100644 index 0000000000..7380c780e6 --- /dev/null +++ b/extensions/prost/private/3rdparty/crates/BUILD.rustix-0.38.34.bazel @@ -0,0 +1,386 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run @//private/3rdparty:crates_vendor +############################################################################### + +load("@rules_rust//cargo:defs.bzl", "cargo_build_script") +load("@rules_rust//rust:defs.bzl", "rust_library") + +package(default_visibility = ["//visibility:public"]) + +rust_library( + name = "rustix", + srcs = glob( + include = ["**/*.rs"], + allow_empty = True, + ), + aliases = select({ + "@rules_rust//rust/platform:aarch64-apple-darwin": { + "@rules_rust_prost_deps__errno-0.3.9//:errno": "libc_errno", # aarch64-apple-darwin, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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-ios": { + "@rules_rust_prost_deps__errno-0.3.9//:errno": "libc_errno", # aarch64-apple-ios, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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-ios-sim": { + "@rules_rust_prost_deps__errno-0.3.9//:errno": "libc_errno", # aarch64-apple-ios-sim, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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-linux-android": { + "@rules_rust_prost_deps__errno-0.3.9//:errno": "libc_errno", # aarch64-linux-android, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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-pc-windows-msvc": { + "@rules_rust_prost_deps__errno-0.3.9//:errno": "libc_errno", # cfg(windows) + }, + "@rules_rust//rust/platform:aarch64-unknown-fuchsia": { + "@rules_rust_prost_deps__errno-0.3.9//:errno": "libc_errno", # aarch64-unknown-fuchsia, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))) + }, + "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": { + "@rules_rust_prost_deps__errno-0.3.9//:errno": "libc_errno", # aarch64-unknown-nto-qnx710, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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:armv7-linux-androideabi": { + "@rules_rust_prost_deps__errno-0.3.9//:errno": "libc_errno", # armv7-linux-androideabi, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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:i686-apple-darwin": { + "@rules_rust_prost_deps__errno-0.3.9//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), i686-apple-darwin + }, + "@rules_rust//rust/platform:i686-linux-android": { + "@rules_rust_prost_deps__errno-0.3.9//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), i686-linux-android + }, + "@rules_rust//rust/platform:i686-pc-windows-msvc": { + "@rules_rust_prost_deps__errno-0.3.9//:errno": "libc_errno", # cfg(windows) + }, + "@rules_rust//rust/platform:i686-unknown-freebsd": { + "@rules_rust_prost_deps__errno-0.3.9//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), i686-unknown-freebsd + }, + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": { + "@rules_rust_prost_deps__errno-0.3.9//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), powerpc-unknown-linux-gnu + }, + "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": { + "@rules_rust_prost_deps__errno-0.3.9//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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:riscv64gc-unknown-none-elf": { + "@rules_rust_prost_deps__errno-0.3.9//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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:s390x-unknown-linux-gnu": { + "@rules_rust_prost_deps__errno-0.3.9//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), s390x-unknown-linux-gnu + }, + "@rules_rust//rust/platform:thumbv7em-none-eabi": { + "@rules_rust_prost_deps__errno-0.3.9//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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:thumbv8m.main-none-eabi": { + "@rules_rust_prost_deps__errno-0.3.9//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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:wasm32-unknown-unknown": { + "@rules_rust_prost_deps__errno-0.3.9//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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:wasm32-wasi": { + "@rules_rust_prost_deps__errno-0.3.9//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), wasm32-wasi + }, + "@rules_rust//rust/platform:wasm32-wasip1": { + "@rules_rust_prost_deps__errno-0.3.9//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), wasm32-wasip1 + }, + "@rules_rust//rust/platform:x86_64-apple-darwin": { + "@rules_rust_prost_deps__errno-0.3.9//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))), x86_64-apple-darwin + }, + "@rules_rust//rust/platform:x86_64-apple-ios": { + "@rules_rust_prost_deps__errno-0.3.9//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))), x86_64-apple-ios + }, + "@rules_rust//rust/platform:x86_64-linux-android": { + "@rules_rust_prost_deps__errno-0.3.9//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))), x86_64-linux-android + }, + "@rules_rust//rust/platform:x86_64-pc-windows-msvc": { + "@rules_rust_prost_deps__errno-0.3.9//:errno": "libc_errno", # cfg(windows) + }, + "@rules_rust//rust/platform:x86_64-unknown-freebsd": { + "@rules_rust_prost_deps__errno-0.3.9//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))), x86_64-unknown-freebsd + }, + "@rules_rust//rust/platform:x86_64-unknown-fuchsia": { + "@rules_rust_prost_deps__errno-0.3.9//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))), x86_64-unknown-fuchsia + }, + "@rules_rust//rust/platform:x86_64-unknown-none": { + "@rules_rust_prost_deps__errno-0.3.9//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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", + "libc-extra-traits", + "std", + "use-libc-auxv", + ], + crate_root = "src/lib.rs", + edition = "2021", + 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-apple-ios": [], + "@rules_rust//rust/platform:aarch64-apple-ios-sim": [], + "@rules_rust//rust/platform:aarch64-linux-android": [], + "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], + "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [], + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], + "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [], + "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [], + "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [], + "@rules_rust//rust/platform:armv7-linux-androideabi": [], + "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [], + "@rules_rust//rust/platform:i686-apple-darwin": [], + "@rules_rust//rust/platform:i686-linux-android": [], + "@rules_rust//rust/platform:i686-pc-windows-msvc": [], + "@rules_rust//rust/platform:i686-unknown-freebsd": [], + "@rules_rust//rust/platform:i686-unknown-linux-gnu": [], + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [], + "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [], + "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [], + "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [], + "@rules_rust//rust/platform:thumbv7em-none-eabi": [], + "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [], + "@rules_rust//rust/platform:wasm32-unknown-unknown": [], + "@rules_rust//rust/platform:wasm32-wasi": [], + "@rules_rust//rust/platform:wasm32-wasip1": [], + "@rules_rust//rust/platform:x86_64-apple-darwin": [], + "@rules_rust//rust/platform:x86_64-apple-ios": [], + "@rules_rust//rust/platform:x86_64-linux-android": [], + "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], + "@rules_rust//rust/platform:x86_64-unknown-freebsd": [], + "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [], + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], + "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [], + "@rules_rust//rust/platform:x86_64-unknown-none": [], + "//conditions:default": ["@platforms//:incompatible"], + }), + version = "0.38.34", + deps = [ + "@rules_rust_prost_deps__bitflags-2.6.0//:bitflags", + "@rules_rust_prost_deps__rustix-0.38.34//:build_script_build", + ] + select({ + "@rules_rust//rust/platform:aarch64-apple-darwin": [ + "@rules_rust_prost_deps__errno-0.3.9//:errno", # aarch64-apple-darwin, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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_prost_deps__libc-0.2.158//:libc", # aarch64-apple-darwin, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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-ios": [ + "@rules_rust_prost_deps__errno-0.3.9//:errno", # aarch64-apple-ios, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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_prost_deps__libc-0.2.158//:libc", # aarch64-apple-ios, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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-ios-sim": [ + "@rules_rust_prost_deps__errno-0.3.9//:errno", # aarch64-apple-ios-sim, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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_prost_deps__libc-0.2.158//:libc", # aarch64-apple-ios-sim, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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-linux-android": [ + "@rules_rust_prost_deps__errno-0.3.9//:errno", # aarch64-linux-android, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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_prost_deps__libc-0.2.158//:libc", # aarch64-linux-android, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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_prost_deps__linux-raw-sys-0.4.14//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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-pc-windows-msvc": [ + "@rules_rust_prost_deps__errno-0.3.9//:errno", # cfg(windows) + "@rules_rust_prost_deps__windows-sys-0.52.0//:windows_sys", # cfg(windows) + ], + "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ + "@rules_rust_prost_deps__errno-0.3.9//:errno", # aarch64-unknown-fuchsia, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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_prost_deps__libc-0.2.158//:libc", # aarch64-unknown-fuchsia, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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_prost_deps__linux-raw-sys-0.4.14//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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-nixos-gnu": [ + "@rules_rust_prost_deps__linux-raw-sys-0.4.14//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64")))) + ], + "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ + "@rules_rust_prost_deps__errno-0.3.9//:errno", # aarch64-unknown-nto-qnx710, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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_prost_deps__libc-0.2.158//:libc", # aarch64-unknown-nto-qnx710, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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:arm-unknown-linux-gnueabi": [ + "@rules_rust_prost_deps__linux-raw-sys-0.4.14//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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:armv7-linux-androideabi": [ + "@rules_rust_prost_deps__errno-0.3.9//:errno", # armv7-linux-androideabi, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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_prost_deps__libc-0.2.158//:libc", # armv7-linux-androideabi, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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_prost_deps__linux-raw-sys-0.4.14//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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:armv7-unknown-linux-gnueabi": [ + "@rules_rust_prost_deps__linux-raw-sys-0.4.14//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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:i686-apple-darwin": [ + "@rules_rust_prost_deps__errno-0.3.9//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), i686-apple-darwin + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), i686-apple-darwin + ], + "@rules_rust//rust/platform:i686-linux-android": [ + "@rules_rust_prost_deps__errno-0.3.9//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), i686-linux-android + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), i686-linux-android + "@rules_rust_prost_deps__linux-raw-sys-0.4.14//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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:i686-pc-windows-msvc": [ + "@rules_rust_prost_deps__errno-0.3.9//:errno", # cfg(windows) + "@rules_rust_prost_deps__windows-sys-0.52.0//:windows_sys", # cfg(windows) + ], + "@rules_rust//rust/platform:i686-unknown-freebsd": [ + "@rules_rust_prost_deps__errno-0.3.9//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), i686-unknown-freebsd + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), i686-unknown-freebsd + ], + "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ + "@rules_rust_prost_deps__linux-raw-sys-0.4.14//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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:powerpc-unknown-linux-gnu": [ + "@rules_rust_prost_deps__errno-0.3.9//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), powerpc-unknown-linux-gnu + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), powerpc-unknown-linux-gnu + "@rules_rust_prost_deps__linux-raw-sys-0.4.14//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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:riscv32imc-unknown-none-elf": [ + "@rules_rust_prost_deps__errno-0.3.9//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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_prost_deps__libc-0.2.158//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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:riscv64gc-unknown-none-elf": [ + "@rules_rust_prost_deps__errno-0.3.9//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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_prost_deps__libc-0.2.158//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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:s390x-unknown-linux-gnu": [ + "@rules_rust_prost_deps__errno-0.3.9//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), s390x-unknown-linux-gnu + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), s390x-unknown-linux-gnu + "@rules_rust_prost_deps__linux-raw-sys-0.4.14//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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:thumbv7em-none-eabi": [ + "@rules_rust_prost_deps__errno-0.3.9//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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_prost_deps__libc-0.2.158//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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:thumbv8m.main-none-eabi": [ + "@rules_rust_prost_deps__errno-0.3.9//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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_prost_deps__libc-0.2.158//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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:wasm32-unknown-unknown": [ + "@rules_rust_prost_deps__errno-0.3.9//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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_prost_deps__libc-0.2.158//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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:wasm32-wasi": [ + "@rules_rust_prost_deps__errno-0.3.9//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), wasm32-wasi + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), wasm32-wasi + ], + "@rules_rust//rust/platform:wasm32-wasip1": [ + "@rules_rust_prost_deps__errno-0.3.9//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), wasm32-wasip1 + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), wasm32-wasip1 + ], + "@rules_rust//rust/platform:x86_64-apple-darwin": [ + "@rules_rust_prost_deps__errno-0.3.9//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))), x86_64-apple-darwin + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))), x86_64-apple-darwin + ], + "@rules_rust//rust/platform:x86_64-apple-ios": [ + "@rules_rust_prost_deps__errno-0.3.9//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))), x86_64-apple-ios + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))), x86_64-apple-ios + ], + "@rules_rust//rust/platform:x86_64-linux-android": [ + "@rules_rust_prost_deps__errno-0.3.9//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))), x86_64-linux-android + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))), x86_64-linux-android + "@rules_rust_prost_deps__linux-raw-sys-0.4.14//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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-pc-windows-msvc": [ + "@rules_rust_prost_deps__errno-0.3.9//:errno", # cfg(windows) + "@rules_rust_prost_deps__windows-sys-0.52.0//:windows_sys", # cfg(windows) + ], + "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ + "@rules_rust_prost_deps__errno-0.3.9//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))), x86_64-unknown-freebsd + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))), x86_64-unknown-freebsd + ], + "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [ + "@rules_rust_prost_deps__errno-0.3.9//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))), x86_64-unknown-fuchsia + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))), x86_64-unknown-fuchsia + ], + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ + "@rules_rust_prost_deps__linux-raw-sys-0.4.14//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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-nixos-gnu": [ + "@rules_rust_prost_deps__linux-raw-sys-0.4.14//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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-none": [ + "@rules_rust_prost_deps__errno-0.3.9//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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_prost_deps__libc-0.2.158//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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", + "libc-extra-traits", + "std", + "use-libc-auxv", + ], + 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_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "crate-name=rustix", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.38.34", + visibility = ["//visibility:private"], +) + +alias( + name = "build_script_build", + actual = ":_bs", + tags = ["manual"], +) diff --git a/proto/prost/private/3rdparty/crates/BUILD.rustversion-1.0.17.bazel b/extensions/prost/private/3rdparty/crates/BUILD.rustversion-1.0.17.bazel similarity index 97% rename from proto/prost/private/3rdparty/crates/BUILD.rustversion-1.0.17.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.rustversion-1.0.17.bazel index b258fbe99a..1e1b6d2ce4 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.rustversion-1.0.17.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.rustversion-1.0.17.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -81,7 +81,7 @@ rust_proc_macro( }), version = "1.0.17", deps = [ - "@rules_rust_prost__rustversion-1.0.17//:build_script_build", + "@rules_rust_prost_deps__rustversion-1.0.17//:build_script_build", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.scopeguard-1.2.0.bazel b/extensions/prost/private/3rdparty/crates/BUILD.scopeguard-1.2.0.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.scopeguard-1.2.0.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.scopeguard-1.2.0.bazel index 67ed78899b..892641f42e 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.scopeguard-1.2.0.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.scopeguard-1.2.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.serde-1.0.209.bazel b/extensions/prost/private/3rdparty/crates/BUILD.serde-1.0.209.bazel similarity index 97% rename from proto/prost/private/3rdparty/crates/BUILD.serde-1.0.209.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.serde-1.0.209.bazel index e26bf1daa2..9f0872ccdc 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.serde-1.0.209.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.serde-1.0.209.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -85,7 +85,7 @@ rust_library( }), version = "1.0.209", deps = [ - "@rules_rust_prost__serde-1.0.209//:build_script_build", + "@rules_rust_prost_deps__serde-1.0.209//:build_script_build", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.serde_derive-1.0.209.bazel b/extensions/prost/private/3rdparty/crates/BUILD.serde_derive-1.0.209.bazel similarity index 93% rename from proto/prost/private/3rdparty/crates/BUILD.serde_derive-1.0.209.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.serde_derive-1.0.209.bazel index 2df7db41b4..243b1e23e9 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.serde_derive-1.0.209.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.serde_derive-1.0.209.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_proc_macro") @@ -80,8 +80,8 @@ rust_proc_macro( }), version = "1.0.209", deps = [ - "@rules_rust_prost__proc-macro2-1.0.86//:proc_macro2", - "@rules_rust_prost__quote-1.0.37//:quote", - "@rules_rust_prost__syn-2.0.76//:syn", + "@rules_rust_prost_deps__proc-macro2-1.0.86//:proc_macro2", + "@rules_rust_prost_deps__quote-1.0.37//:quote", + "@rules_rust_prost_deps__syn-2.0.76//:syn", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.shlex-1.3.0.bazel b/extensions/prost/private/3rdparty/crates/BUILD.shlex-1.3.0.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.shlex-1.3.0.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.shlex-1.3.0.bazel index 08e3729abe..087b87fe08 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.shlex-1.3.0.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.shlex-1.3.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.signal-hook-registry-1.4.2.bazel b/extensions/prost/private/3rdparty/crates/BUILD.signal-hook-registry-1.4.2.bazel similarity index 96% rename from proto/prost/private/3rdparty/crates/BUILD.signal-hook-registry-1.4.2.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.signal-hook-registry-1.4.2.bazel index 3c49e7cf3a..6cd5bd289c 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.signal-hook-registry-1.4.2.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.signal-hook-registry-1.4.2.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,6 +80,6 @@ rust_library( }), version = "1.4.2", deps = [ - "@rules_rust_prost__libc-0.2.158//:libc", + "@rules_rust_prost_deps__libc-0.2.158//:libc", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.slab-0.4.9.bazel b/extensions/prost/private/3rdparty/crates/BUILD.slab-0.4.9.bazel similarity index 96% rename from proto/prost/private/3rdparty/crates/BUILD.slab-0.4.9.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.slab-0.4.9.bazel index e0ecf490a7..bd911b8a15 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.slab-0.4.9.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.slab-0.4.9.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -85,7 +85,7 @@ rust_library( }), version = "0.4.9", deps = [ - "@rules_rust_prost__slab-0.4.9//:build_script_build", + "@rules_rust_prost_deps__slab-0.4.9//:build_script_build", ], ) @@ -141,7 +141,7 @@ cargo_build_script( version = "0.4.9", visibility = ["//visibility:private"], deps = [ - "@rules_rust_prost__autocfg-1.3.0//:autocfg", + "@rules_rust_prost_deps__autocfg-1.3.0//:autocfg", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.smallvec-1.13.2.bazel b/extensions/prost/private/3rdparty/crates/BUILD.smallvec-1.13.2.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.smallvec-1.13.2.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.smallvec-1.13.2.bazel index 7c92519c19..5e22a8653f 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.smallvec-1.13.2.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.smallvec-1.13.2.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.socket2-0.5.7.bazel b/extensions/prost/private/3rdparty/crates/BUILD.socket2-0.5.7.bazel similarity index 73% rename from proto/prost/private/3rdparty/crates/BUILD.socket2-0.5.7.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.socket2-0.5.7.bazel index 19b0137a6d..e43aa395d6 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.socket2-0.5.7.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.socket2-0.5.7.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -84,85 +84,85 @@ rust_library( version = "0.5.7", deps = select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@rules_rust_prost__windows-sys-0.52.0//:windows_sys", # cfg(windows) + "@rules_rust_prost_deps__windows-sys-0.52.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-linux-android": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@rules_rust_prost__windows-sys-0.52.0//:windows_sys", # cfg(windows) + "@rules_rust_prost_deps__windows-sys-0.52.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@rules_rust_prost__windows-sys-0.52.0//:windows_sys", # cfg(windows) + "@rules_rust_prost_deps__windows-sys-0.52.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(unix) + "@rules_rust_prost_deps__libc-0.2.158//:libc", # cfg(unix) ], "//conditions:default": [], }), diff --git a/proto/prost/private/3rdparty/crates/BUILD.syn-2.0.76.bazel b/extensions/prost/private/3rdparty/crates/BUILD.syn-2.0.76.bazel similarity index 96% rename from proto/prost/private/3rdparty/crates/BUILD.syn-2.0.76.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.syn-2.0.76.bazel index 89a3aaaf5a..6e45b98a35 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.syn-2.0.76.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.syn-2.0.76.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -147,8 +147,8 @@ rust_library( }), version = "2.0.76", deps = [ - "@rules_rust_prost__proc-macro2-1.0.86//:proc_macro2", - "@rules_rust_prost__quote-1.0.37//:quote", - "@rules_rust_prost__unicode-ident-1.0.12//:unicode_ident", + "@rules_rust_prost_deps__proc-macro2-1.0.86//:proc_macro2", + "@rules_rust_prost_deps__quote-1.0.37//:quote", + "@rules_rust_prost_deps__unicode-ident-1.0.12//:unicode_ident", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.sync_wrapper-0.1.2.bazel b/extensions/prost/private/3rdparty/crates/BUILD.sync_wrapper-0.1.2.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.sync_wrapper-0.1.2.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.sync_wrapper-0.1.2.bazel index d0df6934b1..d99ceb715e 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.sync_wrapper-0.1.2.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.sync_wrapper-0.1.2.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.sync_wrapper-1.0.1.bazel b/extensions/prost/private/3rdparty/crates/BUILD.sync_wrapper-1.0.1.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.sync_wrapper-1.0.1.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.sync_wrapper-1.0.1.bazel index 09d2e129fc..1a4d7ff213 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.sync_wrapper-1.0.1.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.sync_wrapper-1.0.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.tempfile-3.12.0.bazel b/extensions/prost/private/3rdparty/crates/BUILD.tempfile-3.12.0.bazel similarity index 64% rename from proto/prost/private/3rdparty/crates/BUILD.tempfile-3.12.0.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.tempfile-3.12.0.bazel index 596fd9ecf5..9194d6d602 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.tempfile-3.12.0.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.tempfile-3.12.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,96 +80,96 @@ rust_library( }), version = "3.12.0", deps = [ - "@rules_rust_prost__cfg-if-1.0.0//:cfg_if", - "@rules_rust_prost__fastrand-2.1.1//:fastrand", - "@rules_rust_prost__once_cell-1.19.0//:once_cell", + "@rules_rust_prost_deps__cfg-if-1.0.0//:cfg_if", + "@rules_rust_prost_deps__fastrand-2.1.1//:fastrand", + "@rules_rust_prost_deps__once_cell-1.19.0//:once_cell", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@rules_rust_prost__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_prost_deps__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@rules_rust_prost__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_prost_deps__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@rules_rust_prost__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_prost_deps__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@rules_rust_prost__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_prost_deps__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@rules_rust_prost__windows-sys-0.59.0//:windows_sys", # cfg(windows) + "@rules_rust_prost_deps__windows-sys-0.59.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ - "@rules_rust_prost__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_prost_deps__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@rules_rust_prost__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_prost_deps__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ - "@rules_rust_prost__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_prost_deps__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ - "@rules_rust_prost__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_prost_deps__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@rules_rust_prost__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_prost_deps__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@rules_rust_prost__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_prost_deps__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@rules_rust_prost__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_prost_deps__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@rules_rust_prost__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_prost_deps__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:i686-linux-android": [ - "@rules_rust_prost__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_prost_deps__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@rules_rust_prost__windows-sys-0.59.0//:windows_sys", # cfg(windows) + "@rules_rust_prost_deps__windows-sys-0.59.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@rules_rust_prost__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_prost_deps__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@rules_rust_prost__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_prost_deps__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@rules_rust_prost__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_prost_deps__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@rules_rust_prost__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_prost_deps__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:wasm32-wasi": [ - "@rules_rust_prost__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_prost_deps__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:wasm32-wasip1": [ - "@rules_rust_prost__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_prost_deps__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@rules_rust_prost__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_prost_deps__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@rules_rust_prost__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_prost_deps__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@rules_rust_prost__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_prost_deps__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@rules_rust_prost__windows-sys-0.59.0//:windows_sys", # cfg(windows) + "@rules_rust_prost_deps__windows-sys-0.59.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@rules_rust_prost__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_prost_deps__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [ - "@rules_rust_prost__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_prost_deps__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@rules_rust_prost__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_prost_deps__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ - "@rules_rust_prost__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_prost_deps__rustix-0.38.34//:rustix", # cfg(any(unix, target_os = "wasi")) ], "//conditions:default": [], }), diff --git a/extensions/prost/private/3rdparty/crates/BUILD.tokio-1.39.3.bazel b/extensions/prost/private/3rdparty/crates/BUILD.tokio-1.39.3.bazel new file mode 100644 index 0000000000..8332a76705 --- /dev/null +++ b/extensions/prost/private/3rdparty/crates/BUILD.tokio-1.39.3.bazel @@ -0,0 +1,273 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run @//private/3rdparty:crates_vendor +############################################################################### + +load("@rules_rust//rust:defs.bzl", "rust_library") + +package(default_visibility = ["//visibility:public"]) + +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", + "full", + "io-std", + "io-util", + "libc", + "macros", + "mio", + "net", + "parking_lot", + "process", + "rt", + "rt-multi-thread", + "signal", + "signal-hook-registry", + "socket2", + "sync", + "time", + "tokio-macros", + ] + select({ + "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ + "windows-sys", # aarch64-pc-windows-msvc + ], + "@rules_rust//rust/platform:i686-pc-windows-msvc": [ + "windows-sys", # i686-pc-windows-msvc + ], + "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ + "windows-sys", # x86_64-pc-windows-msvc + ], + "//conditions:default": [], + }), + crate_root = "src/lib.rs", + edition = "2021", + proc_macro_deps = [ + "@rules_rust_prost_deps__tokio-macros-2.4.0//:tokio_macros", + ], + 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-apple-ios": [], + "@rules_rust//rust/platform:aarch64-apple-ios-sim": [], + "@rules_rust//rust/platform:aarch64-linux-android": [], + "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], + "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [], + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], + "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [], + "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [], + "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [], + "@rules_rust//rust/platform:armv7-linux-androideabi": [], + "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [], + "@rules_rust//rust/platform:i686-apple-darwin": [], + "@rules_rust//rust/platform:i686-linux-android": [], + "@rules_rust//rust/platform:i686-pc-windows-msvc": [], + "@rules_rust//rust/platform:i686-unknown-freebsd": [], + "@rules_rust//rust/platform:i686-unknown-linux-gnu": [], + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [], + "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [], + "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [], + "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [], + "@rules_rust//rust/platform:thumbv7em-none-eabi": [], + "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [], + "@rules_rust//rust/platform:wasm32-unknown-unknown": [], + "@rules_rust//rust/platform:wasm32-wasi": [], + "@rules_rust//rust/platform:wasm32-wasip1": [], + "@rules_rust//rust/platform:x86_64-apple-darwin": [], + "@rules_rust//rust/platform:x86_64-apple-ios": [], + "@rules_rust//rust/platform:x86_64-linux-android": [], + "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], + "@rules_rust//rust/platform:x86_64-unknown-freebsd": [], + "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [], + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], + "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [], + "@rules_rust//rust/platform:x86_64-unknown-none": [], + "//conditions:default": ["@platforms//:incompatible"], + }), + version = "1.39.3", + deps = [ + "@rules_rust_prost_deps__bytes-1.7.1//:bytes", + "@rules_rust_prost_deps__mio-1.0.2//:mio", + "@rules_rust_prost_deps__parking_lot-0.12.3//:parking_lot", + "@rules_rust_prost_deps__pin-project-lite-0.2.14//:pin_project_lite", + ] + select({ + "@rules_rust//rust/platform:aarch64-apple-darwin": [ + "@rules_rust_prost_deps__libc-0.2.158//:libc", # aarch64-apple-darwin + "@rules_rust_prost_deps__signal-hook-registry-1.4.2//:signal_hook_registry", # aarch64-apple-darwin + "@rules_rust_prost_deps__socket2-0.5.7//:socket2", # aarch64-apple-darwin + ], + "@rules_rust//rust/platform:aarch64-apple-ios": [ + "@rules_rust_prost_deps__libc-0.2.158//:libc", # aarch64-apple-ios + "@rules_rust_prost_deps__signal-hook-registry-1.4.2//:signal_hook_registry", # aarch64-apple-ios + "@rules_rust_prost_deps__socket2-0.5.7//:socket2", # aarch64-apple-ios + ], + "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ + "@rules_rust_prost_deps__libc-0.2.158//:libc", # aarch64-apple-ios-sim + "@rules_rust_prost_deps__signal-hook-registry-1.4.2//:signal_hook_registry", # aarch64-apple-ios-sim + "@rules_rust_prost_deps__socket2-0.5.7//:socket2", # aarch64-apple-ios-sim + ], + "@rules_rust//rust/platform:aarch64-linux-android": [ + "@rules_rust_prost_deps__libc-0.2.158//:libc", # aarch64-linux-android + "@rules_rust_prost_deps__signal-hook-registry-1.4.2//:signal_hook_registry", # aarch64-linux-android + "@rules_rust_prost_deps__socket2-0.5.7//:socket2", # aarch64-linux-android + ], + "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ + "@rules_rust_prost_deps__socket2-0.5.7//:socket2", # aarch64-pc-windows-msvc + "@rules_rust_prost_deps__windows-sys-0.52.0//:windows_sys", # aarch64-pc-windows-msvc + ], + "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ + "@rules_rust_prost_deps__libc-0.2.158//:libc", # aarch64-unknown-fuchsia + "@rules_rust_prost_deps__signal-hook-registry-1.4.2//:signal_hook_registry", # aarch64-unknown-fuchsia + "@rules_rust_prost_deps__socket2-0.5.7//:socket2", # aarch64-unknown-fuchsia + ], + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ + "@rules_rust_prost_deps__libc-0.2.158//:libc", # aarch64-unknown-linux-gnu + "@rules_rust_prost_deps__signal-hook-registry-1.4.2//:signal_hook_registry", # aarch64-unknown-linux-gnu + "@rules_rust_prost_deps__socket2-0.5.7//:socket2", # aarch64-unknown-linux-gnu + ], + "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ + "@rules_rust_prost_deps__libc-0.2.158//:libc", # aarch64-unknown-linux-gnu, aarch64-unknown-nixos-gnu + "@rules_rust_prost_deps__signal-hook-registry-1.4.2//:signal_hook_registry", # aarch64-unknown-linux-gnu, aarch64-unknown-nixos-gnu + "@rules_rust_prost_deps__socket2-0.5.7//:socket2", # aarch64-unknown-linux-gnu, aarch64-unknown-nixos-gnu + ], + "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ + "@rules_rust_prost_deps__libc-0.2.158//:libc", # aarch64-unknown-nto-qnx710 + "@rules_rust_prost_deps__signal-hook-registry-1.4.2//:signal_hook_registry", # aarch64-unknown-nto-qnx710 + "@rules_rust_prost_deps__socket2-0.5.7//:socket2", # aarch64-unknown-nto-qnx710 + ], + "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ + "@rules_rust_prost_deps__libc-0.2.158//:libc", # arm-unknown-linux-gnueabi + "@rules_rust_prost_deps__signal-hook-registry-1.4.2//:signal_hook_registry", # arm-unknown-linux-gnueabi + "@rules_rust_prost_deps__socket2-0.5.7//:socket2", # arm-unknown-linux-gnueabi + ], + "@rules_rust//rust/platform:armv7-linux-androideabi": [ + "@rules_rust_prost_deps__libc-0.2.158//:libc", # armv7-linux-androideabi + "@rules_rust_prost_deps__signal-hook-registry-1.4.2//:signal_hook_registry", # armv7-linux-androideabi + "@rules_rust_prost_deps__socket2-0.5.7//:socket2", # armv7-linux-androideabi + ], + "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ + "@rules_rust_prost_deps__libc-0.2.158//:libc", # armv7-unknown-linux-gnueabi + "@rules_rust_prost_deps__signal-hook-registry-1.4.2//:signal_hook_registry", # armv7-unknown-linux-gnueabi + "@rules_rust_prost_deps__socket2-0.5.7//:socket2", # armv7-unknown-linux-gnueabi + ], + "@rules_rust//rust/platform:i686-apple-darwin": [ + "@rules_rust_prost_deps__libc-0.2.158//:libc", # i686-apple-darwin + "@rules_rust_prost_deps__signal-hook-registry-1.4.2//:signal_hook_registry", # i686-apple-darwin + "@rules_rust_prost_deps__socket2-0.5.7//:socket2", # i686-apple-darwin + ], + "@rules_rust//rust/platform:i686-linux-android": [ + "@rules_rust_prost_deps__libc-0.2.158//:libc", # i686-linux-android + "@rules_rust_prost_deps__signal-hook-registry-1.4.2//:signal_hook_registry", # i686-linux-android + "@rules_rust_prost_deps__socket2-0.5.7//:socket2", # i686-linux-android + ], + "@rules_rust//rust/platform:i686-pc-windows-msvc": [ + "@rules_rust_prost_deps__socket2-0.5.7//:socket2", # i686-pc-windows-msvc + "@rules_rust_prost_deps__windows-sys-0.52.0//:windows_sys", # i686-pc-windows-msvc + ], + "@rules_rust//rust/platform:i686-unknown-freebsd": [ + "@rules_rust_prost_deps__libc-0.2.158//:libc", # i686-unknown-freebsd + "@rules_rust_prost_deps__signal-hook-registry-1.4.2//:signal_hook_registry", # i686-unknown-freebsd + "@rules_rust_prost_deps__socket2-0.5.7//:socket2", # i686-unknown-freebsd + ], + "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ + "@rules_rust_prost_deps__libc-0.2.158//:libc", # i686-unknown-linux-gnu + "@rules_rust_prost_deps__signal-hook-registry-1.4.2//:signal_hook_registry", # i686-unknown-linux-gnu + "@rules_rust_prost_deps__socket2-0.5.7//:socket2", # i686-unknown-linux-gnu + ], + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ + "@rules_rust_prost_deps__libc-0.2.158//:libc", # powerpc-unknown-linux-gnu + "@rules_rust_prost_deps__signal-hook-registry-1.4.2//:signal_hook_registry", # powerpc-unknown-linux-gnu + "@rules_rust_prost_deps__socket2-0.5.7//:socket2", # powerpc-unknown-linux-gnu + ], + "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [ + "@rules_rust_prost_deps__socket2-0.5.7//:socket2", # riscv32imc-unknown-none-elf + ], + "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [ + "@rules_rust_prost_deps__socket2-0.5.7//:socket2", # riscv64gc-unknown-none-elf + ], + "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ + "@rules_rust_prost_deps__libc-0.2.158//:libc", # s390x-unknown-linux-gnu + "@rules_rust_prost_deps__signal-hook-registry-1.4.2//:signal_hook_registry", # s390x-unknown-linux-gnu + "@rules_rust_prost_deps__socket2-0.5.7//:socket2", # s390x-unknown-linux-gnu + ], + "@rules_rust//rust/platform:thumbv7em-none-eabi": [ + "@rules_rust_prost_deps__socket2-0.5.7//:socket2", # thumbv7em-none-eabi + ], + "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [ + "@rules_rust_prost_deps__socket2-0.5.7//:socket2", # thumbv8m.main-none-eabi + ], + "@rules_rust//rust/platform:x86_64-apple-darwin": [ + "@rules_rust_prost_deps__libc-0.2.158//:libc", # x86_64-apple-darwin + "@rules_rust_prost_deps__signal-hook-registry-1.4.2//:signal_hook_registry", # x86_64-apple-darwin + "@rules_rust_prost_deps__socket2-0.5.7//:socket2", # x86_64-apple-darwin + ], + "@rules_rust//rust/platform:x86_64-apple-ios": [ + "@rules_rust_prost_deps__libc-0.2.158//:libc", # x86_64-apple-ios + "@rules_rust_prost_deps__signal-hook-registry-1.4.2//:signal_hook_registry", # x86_64-apple-ios + "@rules_rust_prost_deps__socket2-0.5.7//:socket2", # x86_64-apple-ios + ], + "@rules_rust//rust/platform:x86_64-linux-android": [ + "@rules_rust_prost_deps__libc-0.2.158//:libc", # x86_64-linux-android + "@rules_rust_prost_deps__signal-hook-registry-1.4.2//:signal_hook_registry", # x86_64-linux-android + "@rules_rust_prost_deps__socket2-0.5.7//:socket2", # x86_64-linux-android + ], + "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ + "@rules_rust_prost_deps__socket2-0.5.7//:socket2", # x86_64-pc-windows-msvc + "@rules_rust_prost_deps__windows-sys-0.52.0//:windows_sys", # x86_64-pc-windows-msvc + ], + "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ + "@rules_rust_prost_deps__libc-0.2.158//:libc", # x86_64-unknown-freebsd + "@rules_rust_prost_deps__signal-hook-registry-1.4.2//:signal_hook_registry", # x86_64-unknown-freebsd + "@rules_rust_prost_deps__socket2-0.5.7//:socket2", # x86_64-unknown-freebsd + ], + "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [ + "@rules_rust_prost_deps__libc-0.2.158//:libc", # x86_64-unknown-fuchsia + "@rules_rust_prost_deps__signal-hook-registry-1.4.2//:signal_hook_registry", # x86_64-unknown-fuchsia + "@rules_rust_prost_deps__socket2-0.5.7//:socket2", # x86_64-unknown-fuchsia + ], + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ + "@rules_rust_prost_deps__libc-0.2.158//:libc", # x86_64-unknown-linux-gnu + "@rules_rust_prost_deps__signal-hook-registry-1.4.2//:signal_hook_registry", # x86_64-unknown-linux-gnu + "@rules_rust_prost_deps__socket2-0.5.7//:socket2", # x86_64-unknown-linux-gnu + ], + "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ + "@rules_rust_prost_deps__libc-0.2.158//:libc", # x86_64-unknown-linux-gnu, x86_64-unknown-nixos-gnu + "@rules_rust_prost_deps__signal-hook-registry-1.4.2//:signal_hook_registry", # x86_64-unknown-linux-gnu, x86_64-unknown-nixos-gnu + "@rules_rust_prost_deps__socket2-0.5.7//:socket2", # x86_64-unknown-linux-gnu, x86_64-unknown-nixos-gnu + ], + "@rules_rust//rust/platform:x86_64-unknown-none": [ + "@rules_rust_prost_deps__socket2-0.5.7//:socket2", # x86_64-unknown-none + ], + "//conditions:default": [], + }), +) diff --git a/proto/prost/private/3rdparty/crates/BUILD.tokio-macros-2.4.0.bazel b/extensions/prost/private/3rdparty/crates/BUILD.tokio-macros-2.4.0.bazel similarity index 93% rename from proto/prost/private/3rdparty/crates/BUILD.tokio-macros-2.4.0.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.tokio-macros-2.4.0.bazel index 2b692dde6a..1df7c46ac9 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.tokio-macros-2.4.0.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.tokio-macros-2.4.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_proc_macro") @@ -80,8 +80,8 @@ rust_proc_macro( }), version = "2.4.0", deps = [ - "@rules_rust_prost__proc-macro2-1.0.86//:proc_macro2", - "@rules_rust_prost__quote-1.0.37//:quote", - "@rules_rust_prost__syn-2.0.76//:syn", + "@rules_rust_prost_deps__proc-macro2-1.0.86//:proc_macro2", + "@rules_rust_prost_deps__quote-1.0.37//:quote", + "@rules_rust_prost_deps__syn-2.0.76//:syn", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.tokio-stream-0.1.15.bazel b/extensions/prost/private/3rdparty/crates/BUILD.tokio-stream-0.1.15.bazel similarity index 93% rename from proto/prost/private/3rdparty/crates/BUILD.tokio-stream-0.1.15.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.tokio-stream-0.1.15.bazel index 751bcdeaf5..81317da3d2 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.tokio-stream-0.1.15.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.tokio-stream-0.1.15.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -85,8 +85,8 @@ rust_library( }), version = "0.1.15", deps = [ - "@rules_rust_prost__futures-core-0.3.30//:futures_core", - "@rules_rust_prost__pin-project-lite-0.2.14//:pin_project_lite", - "@rules_rust_prost__tokio-1.39.3//:tokio", + "@rules_rust_prost_deps__futures-core-0.3.30//:futures_core", + "@rules_rust_prost_deps__pin-project-lite-0.2.14//:pin_project_lite", + "@rules_rust_prost_deps__tokio-1.39.3//:tokio", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.tokio-util-0.7.11.bazel b/extensions/prost/private/3rdparty/crates/BUILD.tokio-util-0.7.11.bazel similarity index 90% rename from proto/prost/private/3rdparty/crates/BUILD.tokio-util-0.7.11.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.tokio-util-0.7.11.bazel index 23e570b785..49ed240fe5 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.tokio-util-0.7.11.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.tokio-util-0.7.11.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -85,10 +85,10 @@ rust_library( }), version = "0.7.11", deps = [ - "@rules_rust_prost__bytes-1.7.1//:bytes", - "@rules_rust_prost__futures-core-0.3.30//:futures_core", - "@rules_rust_prost__futures-sink-0.3.30//:futures_sink", - "@rules_rust_prost__pin-project-lite-0.2.14//:pin_project_lite", - "@rules_rust_prost__tokio-1.39.3//:tokio", + "@rules_rust_prost_deps__bytes-1.7.1//:bytes", + "@rules_rust_prost_deps__futures-core-0.3.30//:futures_core", + "@rules_rust_prost_deps__futures-sink-0.3.30//:futures_sink", + "@rules_rust_prost_deps__pin-project-lite-0.2.14//:pin_project_lite", + "@rules_rust_prost_deps__tokio-1.39.3//:tokio", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.tonic-0.12.1.bazel b/extensions/prost/private/3rdparty/crates/BUILD.tonic-0.12.1.bazel similarity index 71% rename from proto/prost/private/3rdparty/crates/BUILD.tonic-0.12.1.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.tonic-0.12.1.bazel index 10c47046b4..7892e9639b 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.tonic-0.12.1.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.tonic-0.12.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -40,7 +40,7 @@ rust_library( crate_root = "src/lib.rs", edition = "2021", proc_macro_deps = [ - "@rules_rust_prost__async-trait-0.1.81//:async_trait", + "@rules_rust_prost_deps__async-trait-0.1.81//:async_trait", ], rustc_flags = [ "--cap-lints=allow", @@ -92,26 +92,26 @@ rust_library( }), version = "0.12.1", deps = [ - "@rules_rust_prost__async-stream-0.3.5//:async_stream", - "@rules_rust_prost__axum-0.7.5//:axum", - "@rules_rust_prost__base64-0.22.1//:base64", - "@rules_rust_prost__bytes-1.7.1//:bytes", - "@rules_rust_prost__h2-0.4.6//:h2", - "@rules_rust_prost__http-1.1.0//:http", - "@rules_rust_prost__http-body-1.0.1//:http_body", - "@rules_rust_prost__http-body-util-0.1.2//:http_body_util", - "@rules_rust_prost__hyper-1.4.1//:hyper", - "@rules_rust_prost__hyper-timeout-0.5.1//:hyper_timeout", - "@rules_rust_prost__hyper-util-0.1.7//:hyper_util", - "@rules_rust_prost__percent-encoding-2.3.1//:percent_encoding", - "@rules_rust_prost__pin-project-1.1.5//:pin_project", - "@rules_rust_prost__prost-0.13.1//:prost", - "@rules_rust_prost__socket2-0.5.7//:socket2", - "@rules_rust_prost__tokio-1.39.3//:tokio", - "@rules_rust_prost__tokio-stream-0.1.15//:tokio_stream", - "@rules_rust_prost__tower-0.4.13//:tower", - "@rules_rust_prost__tower-layer-0.3.3//:tower_layer", - "@rules_rust_prost__tower-service-0.3.3//:tower_service", - "@rules_rust_prost__tracing-0.1.40//:tracing", + "@rules_rust_prost_deps__async-stream-0.3.5//:async_stream", + "@rules_rust_prost_deps__axum-0.7.5//:axum", + "@rules_rust_prost_deps__base64-0.22.1//:base64", + "@rules_rust_prost_deps__bytes-1.7.1//:bytes", + "@rules_rust_prost_deps__h2-0.4.6//:h2", + "@rules_rust_prost_deps__http-1.1.0//:http", + "@rules_rust_prost_deps__http-body-1.0.1//:http_body", + "@rules_rust_prost_deps__http-body-util-0.1.2//:http_body_util", + "@rules_rust_prost_deps__hyper-1.4.1//:hyper", + "@rules_rust_prost_deps__hyper-timeout-0.5.1//:hyper_timeout", + "@rules_rust_prost_deps__hyper-util-0.1.7//:hyper_util", + "@rules_rust_prost_deps__percent-encoding-2.3.1//:percent_encoding", + "@rules_rust_prost_deps__pin-project-1.1.5//:pin_project", + "@rules_rust_prost_deps__prost-0.13.1//:prost", + "@rules_rust_prost_deps__socket2-0.5.7//:socket2", + "@rules_rust_prost_deps__tokio-1.39.3//:tokio", + "@rules_rust_prost_deps__tokio-stream-0.1.15//:tokio_stream", + "@rules_rust_prost_deps__tower-0.4.13//:tower", + "@rules_rust_prost_deps__tower-layer-0.3.3//:tower_layer", + "@rules_rust_prost_deps__tower-service-0.3.3//:tower_service", + "@rules_rust_prost_deps__tracing-0.1.40//:tracing", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.tonic-build-0.12.1.bazel b/extensions/prost/private/3rdparty/crates/BUILD.tonic-build-0.12.1.bazel similarity index 90% rename from proto/prost/private/3rdparty/crates/BUILD.tonic-build-0.12.1.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.tonic-build-0.12.1.bazel index 09878b998b..9f524e1637 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.tonic-build-0.12.1.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.tonic-build-0.12.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -86,10 +86,10 @@ rust_library( }), version = "0.12.1", deps = [ - "@rules_rust_prost__prettyplease-0.2.22//:prettyplease", - "@rules_rust_prost__proc-macro2-1.0.86//:proc_macro2", - "@rules_rust_prost__prost-build-0.13.1//:prost_build", - "@rules_rust_prost__quote-1.0.37//:quote", - "@rules_rust_prost__syn-2.0.76//:syn", + "@rules_rust_prost_deps__prettyplease-0.2.22//:prettyplease", + "@rules_rust_prost_deps__proc-macro2-1.0.86//:proc_macro2", + "@rules_rust_prost_deps__prost-build-0.13.1//:prost_build", + "@rules_rust_prost_deps__quote-1.0.37//:quote", + "@rules_rust_prost_deps__syn-2.0.76//:syn", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.tower-0.4.13.bazel b/extensions/prost/private/3rdparty/crates/BUILD.tower-0.4.13.bazel similarity index 82% rename from proto/prost/private/3rdparty/crates/BUILD.tower-0.4.13.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.tower-0.4.13.bazel index 9fc5dfc46e..f50f43d95d 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.tower-0.4.13.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.tower-0.4.13.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -101,17 +101,17 @@ rust_library( }), version = "0.4.13", deps = [ - "@rules_rust_prost__futures-core-0.3.30//:futures_core", - "@rules_rust_prost__futures-util-0.3.30//:futures_util", - "@rules_rust_prost__indexmap-1.9.3//:indexmap", - "@rules_rust_prost__pin-project-1.1.5//:pin_project", - "@rules_rust_prost__pin-project-lite-0.2.14//:pin_project_lite", - "@rules_rust_prost__rand-0.8.5//:rand", - "@rules_rust_prost__slab-0.4.9//:slab", - "@rules_rust_prost__tokio-1.39.3//:tokio", - "@rules_rust_prost__tokio-util-0.7.11//:tokio_util", - "@rules_rust_prost__tower-layer-0.3.3//:tower_layer", - "@rules_rust_prost__tower-service-0.3.3//:tower_service", - "@rules_rust_prost__tracing-0.1.40//:tracing", + "@rules_rust_prost_deps__futures-core-0.3.30//:futures_core", + "@rules_rust_prost_deps__futures-util-0.3.30//:futures_util", + "@rules_rust_prost_deps__indexmap-1.9.3//:indexmap", + "@rules_rust_prost_deps__pin-project-1.1.5//:pin_project", + "@rules_rust_prost_deps__pin-project-lite-0.2.14//:pin_project_lite", + "@rules_rust_prost_deps__rand-0.8.5//:rand", + "@rules_rust_prost_deps__slab-0.4.9//:slab", + "@rules_rust_prost_deps__tokio-1.39.3//:tokio", + "@rules_rust_prost_deps__tokio-util-0.7.11//:tokio_util", + "@rules_rust_prost_deps__tower-layer-0.3.3//:tower_layer", + "@rules_rust_prost_deps__tower-service-0.3.3//:tower_service", + "@rules_rust_prost_deps__tracing-0.1.40//:tracing", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.tower-layer-0.3.3.bazel b/extensions/prost/private/3rdparty/crates/BUILD.tower-layer-0.3.3.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.tower-layer-0.3.3.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.tower-layer-0.3.3.bazel index f59f7906f2..2a9b6f2b4d 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.tower-layer-0.3.3.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.tower-layer-0.3.3.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.tower-service-0.3.3.bazel b/extensions/prost/private/3rdparty/crates/BUILD.tower-service-0.3.3.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.tower-service-0.3.3.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.tower-service-0.3.3.bazel index 489e10640e..1d034ccd06 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.tower-service-0.3.3.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.tower-service-0.3.3.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.tracing-0.1.40.bazel b/extensions/prost/private/3rdparty/crates/BUILD.tracing-0.1.40.bazel similarity index 92% rename from proto/prost/private/3rdparty/crates/BUILD.tracing-0.1.40.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.tracing-0.1.40.bazel index 41abf86bfb..2a7f80197b 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.tracing-0.1.40.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.tracing-0.1.40.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -37,7 +37,7 @@ rust_library( crate_root = "src/lib.rs", edition = "2018", proc_macro_deps = [ - "@rules_rust_prost__tracing-attributes-0.1.27//:tracing_attributes", + "@rules_rust_prost_deps__tracing-attributes-0.1.27//:tracing_attributes", ], rustc_flags = [ "--cap-lints=allow", @@ -89,7 +89,7 @@ rust_library( }), version = "0.1.40", deps = [ - "@rules_rust_prost__pin-project-lite-0.2.14//:pin_project_lite", - "@rules_rust_prost__tracing-core-0.1.32//:tracing_core", + "@rules_rust_prost_deps__pin-project-lite-0.2.14//:pin_project_lite", + "@rules_rust_prost_deps__tracing-core-0.1.32//:tracing_core", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.tracing-attributes-0.1.27.bazel b/extensions/prost/private/3rdparty/crates/BUILD.tracing-attributes-0.1.27.bazel similarity index 93% rename from proto/prost/private/3rdparty/crates/BUILD.tracing-attributes-0.1.27.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.tracing-attributes-0.1.27.bazel index 18158ca14f..be676633bd 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.tracing-attributes-0.1.27.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.tracing-attributes-0.1.27.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_proc_macro") @@ -80,8 +80,8 @@ rust_proc_macro( }), version = "0.1.27", deps = [ - "@rules_rust_prost__proc-macro2-1.0.86//:proc_macro2", - "@rules_rust_prost__quote-1.0.37//:quote", - "@rules_rust_prost__syn-2.0.76//:syn", + "@rules_rust_prost_deps__proc-macro2-1.0.86//:proc_macro2", + "@rules_rust_prost_deps__quote-1.0.37//:quote", + "@rules_rust_prost_deps__syn-2.0.76//:syn", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.tracing-core-0.1.32.bazel b/extensions/prost/private/3rdparty/crates/BUILD.tracing-core-0.1.32.bazel similarity index 96% rename from proto/prost/private/3rdparty/crates/BUILD.tracing-core-0.1.32.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.tracing-core-0.1.32.bazel index ea72ba840f..45792f2f34 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.tracing-core-0.1.32.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.tracing-core-0.1.32.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -84,6 +84,6 @@ rust_library( }), version = "0.1.32", deps = [ - "@rules_rust_prost__once_cell-1.19.0//:once_cell", + "@rules_rust_prost_deps__once_cell-1.19.0//:once_cell", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.try-lock-0.2.5.bazel b/extensions/prost/private/3rdparty/crates/BUILD.try-lock-0.2.5.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.try-lock-0.2.5.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.try-lock-0.2.5.bazel index ebfab94074..e857bf6351 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.try-lock-0.2.5.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.try-lock-0.2.5.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.unicode-ident-1.0.12.bazel b/extensions/prost/private/3rdparty/crates/BUILD.unicode-ident-1.0.12.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.unicode-ident-1.0.12.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.unicode-ident-1.0.12.bazel index c5573fbd46..43a36eeefd 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.unicode-ident-1.0.12.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.unicode-ident-1.0.12.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.want-0.3.1.bazel b/extensions/prost/private/3rdparty/crates/BUILD.want-0.3.1.bazel similarity index 96% rename from proto/prost/private/3rdparty/crates/BUILD.want-0.3.1.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.want-0.3.1.bazel index 2b5a54d419..dcf2c71410 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.want-0.3.1.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.want-0.3.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,6 +80,6 @@ rust_library( }), version = "0.3.1", deps = [ - "@rules_rust_prost__try-lock-0.2.5//:try_lock", + "@rules_rust_prost_deps__try-lock-0.2.5//:try_lock", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.wasi-0.11.0+wasi-snapshot-preview1.bazel b/extensions/prost/private/3rdparty/crates/BUILD.wasi-0.11.0+wasi-snapshot-preview1.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.wasi-0.11.0+wasi-snapshot-preview1.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.wasi-0.11.0+wasi-snapshot-preview1.bazel index dd2c39d196..2a4669c0ff 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.wasi-0.11.0+wasi-snapshot-preview1.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.wasi-0.11.0+wasi-snapshot-preview1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/prost/private/3rdparty/crates/BUILD.windows-sys-0.52.0.bazel b/extensions/prost/private/3rdparty/crates/BUILD.windows-sys-0.52.0.bazel similarity index 96% rename from proto/prost/private/3rdparty/crates/BUILD.windows-sys-0.52.0.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.windows-sys-0.52.0.bazel index 2b468887e0..50eb1c8111 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.windows-sys-0.52.0.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.windows-sys-0.52.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -103,6 +103,6 @@ rust_library( }), version = "0.52.0", deps = [ - "@rules_rust_prost__windows-targets-0.52.6//:windows_targets", + "@rules_rust_prost_deps__windows-targets-0.52.6//:windows_targets", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.windows-sys-0.59.0.bazel b/extensions/prost/private/3rdparty/crates/BUILD.windows-sys-0.59.0.bazel similarity index 96% rename from proto/prost/private/3rdparty/crates/BUILD.windows-sys-0.59.0.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.windows-sys-0.59.0.bazel index 4eccd7ff18..38681fb782 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.windows-sys-0.59.0.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.windows-sys-0.59.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -87,6 +87,6 @@ rust_library( }), version = "0.59.0", deps = [ - "@rules_rust_prost__windows-targets-0.52.6//:windows_targets", + "@rules_rust_prost_deps__windows-targets-0.52.6//:windows_targets", ], ) diff --git a/bindgen/3rdparty/crates/BUILD.windows-targets-0.52.6.bazel b/extensions/prost/private/3rdparty/crates/BUILD.windows-targets-0.52.6.bazel similarity index 77% rename from bindgen/3rdparty/crates/BUILD.windows-targets-0.52.6.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.windows-targets-0.52.6.bazel index 3250961824..9deb6acc3e 100644 --- a/bindgen/3rdparty/crates/BUILD.windows-targets-0.52.6.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.windows-targets-0.52.6.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//bindgen/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -81,22 +81,22 @@ rust_library( version = "0.52.6", deps = select({ "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@rules_rust_bindgen__windows_aarch64_msvc-0.52.6//:windows_aarch64_msvc", # cfg(all(target_arch = "aarch64", target_env = "msvc", not(windows_raw_dylib))) + "@rules_rust_prost_deps__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:i686-pc-windows-msvc": [ - "@rules_rust_bindgen__windows_i686_msvc-0.52.6//:windows_i686_msvc", # cfg(all(target_arch = "x86", target_env = "msvc", not(windows_raw_dylib))) + "@rules_rust_prost_deps__windows_i686_msvc-0.52.6//:windows_i686_msvc", # cfg(all(target_arch = "x86", target_env = "msvc", not(windows_raw_dylib))) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@rules_rust_bindgen__windows_i686_gnu-0.52.6//:windows_i686_gnu", # cfg(all(target_arch = "x86", target_env = "gnu", not(target_abi = "llvm"), not(windows_raw_dylib))) + "@rules_rust_prost_deps__windows_i686_gnu-0.52.6//:windows_i686_gnu", # cfg(all(target_arch = "x86", target_env = "gnu", not(target_abi = "llvm"), not(windows_raw_dylib))) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@rules_rust_bindgen__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))) + "@rules_rust_prost_deps__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))) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@rules_rust_bindgen__windows_x86_64_gnu-0.52.6//:windows_x86_64_gnu", # cfg(all(target_arch = "x86_64", target_env = "gnu", not(target_abi = "llvm"), not(windows_raw_dylib))) + "@rules_rust_prost_deps__windows_x86_64_gnu-0.52.6//:windows_x86_64_gnu", # cfg(all(target_arch = "x86_64", target_env = "gnu", not(target_abi = "llvm"), not(windows_raw_dylib))) ], "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ - "@rules_rust_bindgen__windows_x86_64_gnu-0.52.6//:windows_x86_64_gnu", # cfg(all(target_arch = "x86_64", target_env = "gnu", not(target_abi = "llvm"), not(windows_raw_dylib))) + "@rules_rust_prost_deps__windows_x86_64_gnu-0.52.6//:windows_x86_64_gnu", # cfg(all(target_arch = "x86_64", target_env = "gnu", not(target_abi = "llvm"), not(windows_raw_dylib))) ], "//conditions:default": [], }), diff --git a/proto/prost/private/3rdparty/crates/BUILD.windows_aarch64_gnullvm-0.52.6.bazel b/extensions/prost/private/3rdparty/crates/BUILD.windows_aarch64_gnullvm-0.52.6.bazel similarity index 97% rename from proto/prost/private/3rdparty/crates/BUILD.windows_aarch64_gnullvm-0.52.6.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.windows_aarch64_gnullvm-0.52.6.bazel index efeae83c75..eafe4a9033 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.windows_aarch64_gnullvm-0.52.6.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.windows_aarch64_gnullvm-0.52.6.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -81,7 +81,7 @@ rust_library( }), version = "0.52.6", deps = [ - "@rules_rust_prost__windows_aarch64_gnullvm-0.52.6//:build_script_build", + "@rules_rust_prost_deps__windows_aarch64_gnullvm-0.52.6//:build_script_build", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.windows_aarch64_msvc-0.52.6.bazel b/extensions/prost/private/3rdparty/crates/BUILD.windows_aarch64_msvc-0.52.6.bazel similarity index 97% rename from proto/prost/private/3rdparty/crates/BUILD.windows_aarch64_msvc-0.52.6.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.windows_aarch64_msvc-0.52.6.bazel index 1eff6b9710..cbf76e8b68 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.windows_aarch64_msvc-0.52.6.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.windows_aarch64_msvc-0.52.6.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -81,7 +81,7 @@ rust_library( }), version = "0.52.6", deps = [ - "@rules_rust_prost__windows_aarch64_msvc-0.52.6//:build_script_build", + "@rules_rust_prost_deps__windows_aarch64_msvc-0.52.6//:build_script_build", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.windows_i686_gnu-0.52.6.bazel b/extensions/prost/private/3rdparty/crates/BUILD.windows_i686_gnu-0.52.6.bazel similarity index 97% rename from proto/prost/private/3rdparty/crates/BUILD.windows_i686_gnu-0.52.6.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.windows_i686_gnu-0.52.6.bazel index 52c264d13d..a0b115b32d 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.windows_i686_gnu-0.52.6.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.windows_i686_gnu-0.52.6.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -81,7 +81,7 @@ rust_library( }), version = "0.52.6", deps = [ - "@rules_rust_prost__windows_i686_gnu-0.52.6//:build_script_build", + "@rules_rust_prost_deps__windows_i686_gnu-0.52.6//:build_script_build", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.windows_i686_gnullvm-0.52.6.bazel b/extensions/prost/private/3rdparty/crates/BUILD.windows_i686_gnullvm-0.52.6.bazel similarity index 97% rename from proto/prost/private/3rdparty/crates/BUILD.windows_i686_gnullvm-0.52.6.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.windows_i686_gnullvm-0.52.6.bazel index cf5407eca5..f2b40015a7 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.windows_i686_gnullvm-0.52.6.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.windows_i686_gnullvm-0.52.6.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -81,7 +81,7 @@ rust_library( }), version = "0.52.6", deps = [ - "@rules_rust_prost__windows_i686_gnullvm-0.52.6//:build_script_build", + "@rules_rust_prost_deps__windows_i686_gnullvm-0.52.6//:build_script_build", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.windows_i686_msvc-0.52.6.bazel b/extensions/prost/private/3rdparty/crates/BUILD.windows_i686_msvc-0.52.6.bazel similarity index 97% rename from proto/prost/private/3rdparty/crates/BUILD.windows_i686_msvc-0.52.6.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.windows_i686_msvc-0.52.6.bazel index e357fa370d..63d89ea8d2 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.windows_i686_msvc-0.52.6.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.windows_i686_msvc-0.52.6.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -81,7 +81,7 @@ rust_library( }), version = "0.52.6", deps = [ - "@rules_rust_prost__windows_i686_msvc-0.52.6//:build_script_build", + "@rules_rust_prost_deps__windows_i686_msvc-0.52.6//:build_script_build", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.windows_x86_64_gnu-0.52.6.bazel b/extensions/prost/private/3rdparty/crates/BUILD.windows_x86_64_gnu-0.52.6.bazel similarity index 97% rename from proto/prost/private/3rdparty/crates/BUILD.windows_x86_64_gnu-0.52.6.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.windows_x86_64_gnu-0.52.6.bazel index c1582b21ae..c02d79e93a 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.windows_x86_64_gnu-0.52.6.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.windows_x86_64_gnu-0.52.6.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -81,7 +81,7 @@ rust_library( }), version = "0.52.6", deps = [ - "@rules_rust_prost__windows_x86_64_gnu-0.52.6//:build_script_build", + "@rules_rust_prost_deps__windows_x86_64_gnu-0.52.6//:build_script_build", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.windows_x86_64_gnullvm-0.52.6.bazel b/extensions/prost/private/3rdparty/crates/BUILD.windows_x86_64_gnullvm-0.52.6.bazel similarity index 97% rename from proto/prost/private/3rdparty/crates/BUILD.windows_x86_64_gnullvm-0.52.6.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.windows_x86_64_gnullvm-0.52.6.bazel index 67323f2872..9e2157c852 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.windows_x86_64_gnullvm-0.52.6.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.windows_x86_64_gnullvm-0.52.6.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -81,7 +81,7 @@ rust_library( }), version = "0.52.6", deps = [ - "@rules_rust_prost__windows_x86_64_gnullvm-0.52.6//:build_script_build", + "@rules_rust_prost_deps__windows_x86_64_gnullvm-0.52.6//:build_script_build", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.windows_x86_64_msvc-0.52.6.bazel b/extensions/prost/private/3rdparty/crates/BUILD.windows_x86_64_msvc-0.52.6.bazel similarity index 97% rename from proto/prost/private/3rdparty/crates/BUILD.windows_x86_64_msvc-0.52.6.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.windows_x86_64_msvc-0.52.6.bazel index 962f85d5db..2335132438 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.windows_x86_64_msvc-0.52.6.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.windows_x86_64_msvc-0.52.6.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -81,7 +81,7 @@ rust_library( }), version = "0.52.6", deps = [ - "@rules_rust_prost__windows_x86_64_msvc-0.52.6//:build_script_build", + "@rules_rust_prost_deps__windows_x86_64_msvc-0.52.6//:build_script_build", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.zerocopy-0.7.35.bazel b/extensions/prost/private/3rdparty/crates/BUILD.zerocopy-0.7.35.bazel similarity index 94% rename from proto/prost/private/3rdparty/crates/BUILD.zerocopy-0.7.35.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.zerocopy-0.7.35.bazel index 6c4aa3c1cd..551afbd6ff 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.zerocopy-0.7.35.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.zerocopy-0.7.35.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -38,7 +38,7 @@ rust_library( crate_root = "src/lib.rs", edition = "2018", proc_macro_deps = [ - "@rules_rust_prost__zerocopy-derive-0.7.35//:zerocopy_derive", + "@rules_rust_prost_deps__zerocopy-derive-0.7.35//:zerocopy_derive", ], rustc_flags = [ "--cap-lints=allow", @@ -90,6 +90,6 @@ rust_library( }), version = "0.7.35", deps = [ - "@rules_rust_prost__byteorder-1.5.0//:byteorder", + "@rules_rust_prost_deps__byteorder-1.5.0//:byteorder", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.zerocopy-derive-0.7.35.bazel b/extensions/prost/private/3rdparty/crates/BUILD.zerocopy-derive-0.7.35.bazel similarity index 93% rename from proto/prost/private/3rdparty/crates/BUILD.zerocopy-derive-0.7.35.bazel rename to extensions/prost/private/3rdparty/crates/BUILD.zerocopy-derive-0.7.35.bazel index ed33895f1c..27aa3a2772 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.zerocopy-derive-0.7.35.bazel +++ b/extensions/prost/private/3rdparty/crates/BUILD.zerocopy-derive-0.7.35.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_proc_macro") @@ -80,8 +80,8 @@ rust_proc_macro( }), version = "0.7.35", deps = [ - "@rules_rust_prost__proc-macro2-1.0.86//:proc_macro2", - "@rules_rust_prost__quote-1.0.37//:quote", - "@rules_rust_prost__syn-2.0.76//:syn", + "@rules_rust_prost_deps__proc-macro2-1.0.86//:proc_macro2", + "@rules_rust_prost_deps__quote-1.0.37//:quote", + "@rules_rust_prost_deps__syn-2.0.76//:syn", ], ) diff --git a/proto/prost/private/3rdparty/crates/alias_rules.bzl b/extensions/prost/private/3rdparty/crates/alias_rules.bzl similarity index 100% rename from proto/prost/private/3rdparty/crates/alias_rules.bzl rename to extensions/prost/private/3rdparty/crates/alias_rules.bzl diff --git a/proto/prost/private/3rdparty/crates/crates.bzl b/extensions/prost/private/3rdparty/crates/crates.bzl similarity index 69% rename from proto/prost/private/3rdparty/crates/crates.bzl rename to extensions/prost/private/3rdparty/crates/crates.bzl index c8a85e1557..4dee28b73b 100644 --- a/proto/prost/private/3rdparty/crates/crates.bzl +++ b/extensions/prost/private/3rdparty/crates/crates.bzl @@ -12,7 +12,7 @@ load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe") load("@rules_rust//crate_universe/private:crates_vendor.bzl", "crates_vendor_remote_repository") # buildifier: disable=bzl-visibility -load("@rules_rust//proto/prost/private/3rdparty/crates:defs.bzl", _crate_repositories = "crate_repositories") +load("@rules_rust_prost//private/3rdparty/crates:defs.bzl", _crate_repositories = "crate_repositories") def crate_repositories(): """Generates repositories for vendored crates. @@ -22,11 +22,11 @@ def crate_repositories(): """ maybe( crates_vendor_remote_repository, - name = "rules_rust_prost", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.bazel"), - defs_module = Label("@rules_rust//proto/prost/private/3rdparty/crates:defs.bzl"), + name = "rules_rust_prost_deps", + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.bazel"), + defs_module = Label("@rules_rust_prost//private/3rdparty/crates:defs.bzl"), ) - direct_deps = [struct(repo = "rules_rust_prost", is_dev_dep = False)] + direct_deps = [struct(repo = "rules_rust_prost_deps", is_dev_dep = False)] direct_deps.extend(_crate_repositories()) return direct_deps diff --git a/proto/prost/private/3rdparty/crates/defs.bzl b/extensions/prost/private/3rdparty/crates/defs.bzl similarity index 72% rename from proto/prost/private/3rdparty/crates/defs.bzl rename to extensions/prost/private/3rdparty/crates/defs.bzl index ed10ed8271..8583354d95 100644 --- a/proto/prost/private/3rdparty/crates/defs.bzl +++ b/extensions/prost/private/3rdparty/crates/defs.bzl @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//private/3rdparty:crates_vendor ############################################################################### """ # `crates_repository` API @@ -295,14 +295,14 @@ def aliases( _NORMAL_DEPENDENCIES = { "": { _COMMON_CONDITION: { - "h2": Label("@rules_rust_prost__h2-0.4.6//:h2"), - "prost": Label("@rules_rust_prost__prost-0.13.1//:prost"), - "prost-types": Label("@rules_rust_prost__prost-types-0.13.1//:prost_types"), - "protoc-gen-prost": Label("@rules_rust_prost__protoc-gen-prost-0.4.0//:protoc_gen_prost"), - "protoc-gen-tonic": Label("@rules_rust_prost__protoc-gen-tonic-0.4.1//:protoc_gen_tonic"), - "tokio": Label("@rules_rust_prost__tokio-1.39.3//:tokio"), - "tokio-stream": Label("@rules_rust_prost__tokio-stream-0.1.15//:tokio_stream"), - "tonic": Label("@rules_rust_prost__tonic-0.12.1//:tonic"), + "h2": Label("@rules_rust_prost_deps__h2-0.4.6//:h2"), + "prost": Label("@rules_rust_prost_deps__prost-0.13.1//:prost"), + "prost-types": Label("@rules_rust_prost_deps__prost-types-0.13.1//:prost_types"), + "protoc-gen-prost": Label("@rules_rust_prost_deps__protoc-gen-prost-0.4.0//:protoc_gen_prost"), + "protoc-gen-tonic": Label("@rules_rust_prost_deps__protoc-gen-tonic-0.4.1//:protoc_gen_tonic"), + "tokio": Label("@rules_rust_prost_deps__tokio-1.39.3//:tokio"), + "tokio-stream": Label("@rules_rust_prost_deps__tokio-stream-0.1.15//:tokio_stream"), + "tonic": Label("@rules_rust_prost_deps__tonic-0.12.1//:tonic"), }, }, } @@ -432,1301 +432,1301 @@ def crate_repositories(): """ maybe( http_archive, - name = "rules_rust_prost__addr2line-0.22.0", + name = "rules_rust_prost_deps__addr2line-0.22.0", sha256 = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678", type = "tar.gz", urls = ["https://static.crates.io/crates/addr2line/0.22.0/download"], strip_prefix = "addr2line-0.22.0", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.addr2line-0.22.0.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.addr2line-0.22.0.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__adler-1.0.2", + name = "rules_rust_prost_deps__adler-1.0.2", sha256 = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe", type = "tar.gz", urls = ["https://static.crates.io/crates/adler/1.0.2/download"], strip_prefix = "adler-1.0.2", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.adler-1.0.2.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.adler-1.0.2.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__aho-corasick-1.1.3", + name = "rules_rust_prost_deps__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("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.aho-corasick-1.1.3.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.aho-corasick-1.1.3.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__anyhow-1.0.86", + name = "rules_rust_prost_deps__anyhow-1.0.86", sha256 = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da", type = "tar.gz", urls = ["https://static.crates.io/crates/anyhow/1.0.86/download"], strip_prefix = "anyhow-1.0.86", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.anyhow-1.0.86.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.anyhow-1.0.86.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__async-stream-0.3.5", + name = "rules_rust_prost_deps__async-stream-0.3.5", sha256 = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51", type = "tar.gz", urls = ["https://static.crates.io/crates/async-stream/0.3.5/download"], strip_prefix = "async-stream-0.3.5", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.async-stream-0.3.5.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.async-stream-0.3.5.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__async-stream-impl-0.3.5", + name = "rules_rust_prost_deps__async-stream-impl-0.3.5", sha256 = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193", type = "tar.gz", urls = ["https://static.crates.io/crates/async-stream-impl/0.3.5/download"], strip_prefix = "async-stream-impl-0.3.5", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.async-stream-impl-0.3.5.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.async-stream-impl-0.3.5.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__async-trait-0.1.81", + name = "rules_rust_prost_deps__async-trait-0.1.81", sha256 = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107", type = "tar.gz", urls = ["https://static.crates.io/crates/async-trait/0.1.81/download"], strip_prefix = "async-trait-0.1.81", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.async-trait-0.1.81.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.async-trait-0.1.81.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__atomic-waker-1.1.2", + name = "rules_rust_prost_deps__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("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.atomic-waker-1.1.2.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.atomic-waker-1.1.2.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__autocfg-1.3.0", + name = "rules_rust_prost_deps__autocfg-1.3.0", sha256 = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0", type = "tar.gz", urls = ["https://static.crates.io/crates/autocfg/1.3.0/download"], strip_prefix = "autocfg-1.3.0", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.autocfg-1.3.0.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.autocfg-1.3.0.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__axum-0.7.5", + name = "rules_rust_prost_deps__axum-0.7.5", sha256 = "3a6c9af12842a67734c9a2e355436e5d03b22383ed60cf13cd0c18fbfe3dcbcf", type = "tar.gz", urls = ["https://static.crates.io/crates/axum/0.7.5/download"], strip_prefix = "axum-0.7.5", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.axum-0.7.5.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.axum-0.7.5.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__axum-core-0.4.3", + name = "rules_rust_prost_deps__axum-core-0.4.3", sha256 = "a15c63fd72d41492dc4f497196f5da1fb04fb7529e631d73630d1b491e47a2e3", type = "tar.gz", urls = ["https://static.crates.io/crates/axum-core/0.4.3/download"], strip_prefix = "axum-core-0.4.3", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.axum-core-0.4.3.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.axum-core-0.4.3.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__backtrace-0.3.73", + name = "rules_rust_prost_deps__backtrace-0.3.73", sha256 = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a", type = "tar.gz", urls = ["https://static.crates.io/crates/backtrace/0.3.73/download"], strip_prefix = "backtrace-0.3.73", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.backtrace-0.3.73.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.backtrace-0.3.73.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__base64-0.22.1", + name = "rules_rust_prost_deps__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("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.base64-0.22.1.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.base64-0.22.1.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__bitflags-2.6.0", + name = "rules_rust_prost_deps__bitflags-2.6.0", sha256 = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de", type = "tar.gz", urls = ["https://static.crates.io/crates/bitflags/2.6.0/download"], strip_prefix = "bitflags-2.6.0", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.bitflags-2.6.0.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.bitflags-2.6.0.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__byteorder-1.5.0", + name = "rules_rust_prost_deps__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("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.byteorder-1.5.0.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.byteorder-1.5.0.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__bytes-1.7.1", + name = "rules_rust_prost_deps__bytes-1.7.1", sha256 = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50", type = "tar.gz", urls = ["https://static.crates.io/crates/bytes/1.7.1/download"], strip_prefix = "bytes-1.7.1", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.bytes-1.7.1.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.bytes-1.7.1.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__cc-1.1.14", + name = "rules_rust_prost_deps__cc-1.1.14", sha256 = "50d2eb3cd3d1bf4529e31c215ee6f93ec5a3d536d9f578f93d9d33ee19562932", type = "tar.gz", urls = ["https://static.crates.io/crates/cc/1.1.14/download"], strip_prefix = "cc-1.1.14", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.cc-1.1.14.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.cc-1.1.14.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__cfg-if-1.0.0", + name = "rules_rust_prost_deps__cfg-if-1.0.0", sha256 = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd", type = "tar.gz", urls = ["https://static.crates.io/crates/cfg-if/1.0.0/download"], strip_prefix = "cfg-if-1.0.0", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.cfg-if-1.0.0.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.cfg-if-1.0.0.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__either-1.13.0", + name = "rules_rust_prost_deps__either-1.13.0", sha256 = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0", type = "tar.gz", urls = ["https://static.crates.io/crates/either/1.13.0/download"], strip_prefix = "either-1.13.0", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.either-1.13.0.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.either-1.13.0.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__equivalent-1.0.1", + name = "rules_rust_prost_deps__equivalent-1.0.1", sha256 = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5", type = "tar.gz", urls = ["https://static.crates.io/crates/equivalent/1.0.1/download"], strip_prefix = "equivalent-1.0.1", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.equivalent-1.0.1.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.equivalent-1.0.1.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__errno-0.3.9", + name = "rules_rust_prost_deps__errno-0.3.9", sha256 = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba", type = "tar.gz", urls = ["https://static.crates.io/crates/errno/0.3.9/download"], strip_prefix = "errno-0.3.9", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.errno-0.3.9.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.errno-0.3.9.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__fastrand-2.1.1", + name = "rules_rust_prost_deps__fastrand-2.1.1", sha256 = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6", type = "tar.gz", urls = ["https://static.crates.io/crates/fastrand/2.1.1/download"], strip_prefix = "fastrand-2.1.1", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.fastrand-2.1.1.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.fastrand-2.1.1.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__fixedbitset-0.4.2", + name = "rules_rust_prost_deps__fixedbitset-0.4.2", sha256 = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80", type = "tar.gz", urls = ["https://static.crates.io/crates/fixedbitset/0.4.2/download"], strip_prefix = "fixedbitset-0.4.2", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.fixedbitset-0.4.2.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.fixedbitset-0.4.2.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__fnv-1.0.7", + name = "rules_rust_prost_deps__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("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.fnv-1.0.7.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.fnv-1.0.7.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__futures-channel-0.3.30", + name = "rules_rust_prost_deps__futures-channel-0.3.30", sha256 = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78", type = "tar.gz", urls = ["https://static.crates.io/crates/futures-channel/0.3.30/download"], strip_prefix = "futures-channel-0.3.30", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.futures-channel-0.3.30.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.futures-channel-0.3.30.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__futures-core-0.3.30", + name = "rules_rust_prost_deps__futures-core-0.3.30", sha256 = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d", type = "tar.gz", urls = ["https://static.crates.io/crates/futures-core/0.3.30/download"], strip_prefix = "futures-core-0.3.30", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.futures-core-0.3.30.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.futures-core-0.3.30.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__futures-sink-0.3.30", + name = "rules_rust_prost_deps__futures-sink-0.3.30", sha256 = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5", type = "tar.gz", urls = ["https://static.crates.io/crates/futures-sink/0.3.30/download"], strip_prefix = "futures-sink-0.3.30", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.futures-sink-0.3.30.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.futures-sink-0.3.30.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__futures-task-0.3.30", + name = "rules_rust_prost_deps__futures-task-0.3.30", sha256 = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004", type = "tar.gz", urls = ["https://static.crates.io/crates/futures-task/0.3.30/download"], strip_prefix = "futures-task-0.3.30", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.futures-task-0.3.30.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.futures-task-0.3.30.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__futures-util-0.3.30", + name = "rules_rust_prost_deps__futures-util-0.3.30", sha256 = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48", type = "tar.gz", urls = ["https://static.crates.io/crates/futures-util/0.3.30/download"], strip_prefix = "futures-util-0.3.30", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.futures-util-0.3.30.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.futures-util-0.3.30.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__getrandom-0.2.15", + name = "rules_rust_prost_deps__getrandom-0.2.15", sha256 = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7", type = "tar.gz", urls = ["https://static.crates.io/crates/getrandom/0.2.15/download"], strip_prefix = "getrandom-0.2.15", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.getrandom-0.2.15.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.getrandom-0.2.15.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__gimli-0.29.0", + name = "rules_rust_prost_deps__gimli-0.29.0", sha256 = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd", type = "tar.gz", urls = ["https://static.crates.io/crates/gimli/0.29.0/download"], strip_prefix = "gimli-0.29.0", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.gimli-0.29.0.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.gimli-0.29.0.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__h2-0.4.6", + name = "rules_rust_prost_deps__h2-0.4.6", sha256 = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205", type = "tar.gz", urls = ["https://static.crates.io/crates/h2/0.4.6/download"], strip_prefix = "h2-0.4.6", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.h2-0.4.6.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.h2-0.4.6.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__hashbrown-0.12.3", + name = "rules_rust_prost_deps__hashbrown-0.12.3", sha256 = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888", type = "tar.gz", urls = ["https://static.crates.io/crates/hashbrown/0.12.3/download"], strip_prefix = "hashbrown-0.12.3", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.hashbrown-0.12.3.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.hashbrown-0.12.3.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__hashbrown-0.14.5", + name = "rules_rust_prost_deps__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("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.hashbrown-0.14.5.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.hashbrown-0.14.5.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__heck-0.5.0", + name = "rules_rust_prost_deps__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("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.heck-0.5.0.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.heck-0.5.0.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__hermit-abi-0.3.9", + name = "rules_rust_prost_deps__hermit-abi-0.3.9", sha256 = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024", type = "tar.gz", urls = ["https://static.crates.io/crates/hermit-abi/0.3.9/download"], strip_prefix = "hermit-abi-0.3.9", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.hermit-abi-0.3.9.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.hermit-abi-0.3.9.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__http-1.1.0", + name = "rules_rust_prost_deps__http-1.1.0", sha256 = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258", type = "tar.gz", urls = ["https://static.crates.io/crates/http/1.1.0/download"], strip_prefix = "http-1.1.0", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.http-1.1.0.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.http-1.1.0.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__http-body-1.0.1", + name = "rules_rust_prost_deps__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("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.http-body-1.0.1.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.http-body-1.0.1.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__http-body-util-0.1.2", + name = "rules_rust_prost_deps__http-body-util-0.1.2", sha256 = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f", type = "tar.gz", urls = ["https://static.crates.io/crates/http-body-util/0.1.2/download"], strip_prefix = "http-body-util-0.1.2", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.http-body-util-0.1.2.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.http-body-util-0.1.2.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__httparse-1.9.4", + name = "rules_rust_prost_deps__httparse-1.9.4", sha256 = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9", type = "tar.gz", urls = ["https://static.crates.io/crates/httparse/1.9.4/download"], strip_prefix = "httparse-1.9.4", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.httparse-1.9.4.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.httparse-1.9.4.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__httpdate-1.0.3", + name = "rules_rust_prost_deps__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("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.httpdate-1.0.3.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.httpdate-1.0.3.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__hyper-1.4.1", + name = "rules_rust_prost_deps__hyper-1.4.1", sha256 = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05", type = "tar.gz", urls = ["https://static.crates.io/crates/hyper/1.4.1/download"], strip_prefix = "hyper-1.4.1", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.hyper-1.4.1.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.hyper-1.4.1.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__hyper-timeout-0.5.1", + name = "rules_rust_prost_deps__hyper-timeout-0.5.1", sha256 = "3203a961e5c83b6f5498933e78b6b263e208c197b63e9c6c53cc82ffd3f63793", type = "tar.gz", urls = ["https://static.crates.io/crates/hyper-timeout/0.5.1/download"], strip_prefix = "hyper-timeout-0.5.1", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.hyper-timeout-0.5.1.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.hyper-timeout-0.5.1.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__hyper-util-0.1.7", + name = "rules_rust_prost_deps__hyper-util-0.1.7", sha256 = "cde7055719c54e36e95e8719f95883f22072a48ede39db7fc17a4e1d5281e9b9", type = "tar.gz", urls = ["https://static.crates.io/crates/hyper-util/0.1.7/download"], strip_prefix = "hyper-util-0.1.7", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.hyper-util-0.1.7.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.hyper-util-0.1.7.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__indexmap-1.9.3", + name = "rules_rust_prost_deps__indexmap-1.9.3", sha256 = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99", type = "tar.gz", urls = ["https://static.crates.io/crates/indexmap/1.9.3/download"], strip_prefix = "indexmap-1.9.3", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.indexmap-1.9.3.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.indexmap-1.9.3.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__indexmap-2.4.0", + name = "rules_rust_prost_deps__indexmap-2.4.0", sha256 = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c", type = "tar.gz", urls = ["https://static.crates.io/crates/indexmap/2.4.0/download"], strip_prefix = "indexmap-2.4.0", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.indexmap-2.4.0.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.indexmap-2.4.0.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__itertools-0.13.0", + name = "rules_rust_prost_deps__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("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.itertools-0.13.0.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.itertools-0.13.0.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__itoa-1.0.11", + name = "rules_rust_prost_deps__itoa-1.0.11", sha256 = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b", type = "tar.gz", urls = ["https://static.crates.io/crates/itoa/1.0.11/download"], strip_prefix = "itoa-1.0.11", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.itoa-1.0.11.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.itoa-1.0.11.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__libc-0.2.158", + name = "rules_rust_prost_deps__libc-0.2.158", sha256 = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439", type = "tar.gz", urls = ["https://static.crates.io/crates/libc/0.2.158/download"], strip_prefix = "libc-0.2.158", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.libc-0.2.158.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.libc-0.2.158.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__linux-raw-sys-0.4.14", + name = "rules_rust_prost_deps__linux-raw-sys-0.4.14", sha256 = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89", type = "tar.gz", urls = ["https://static.crates.io/crates/linux-raw-sys/0.4.14/download"], strip_prefix = "linux-raw-sys-0.4.14", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.linux-raw-sys-0.4.14.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.linux-raw-sys-0.4.14.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__lock_api-0.4.12", + name = "rules_rust_prost_deps__lock_api-0.4.12", sha256 = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17", type = "tar.gz", urls = ["https://static.crates.io/crates/lock_api/0.4.12/download"], strip_prefix = "lock_api-0.4.12", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.lock_api-0.4.12.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.lock_api-0.4.12.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__log-0.4.22", + name = "rules_rust_prost_deps__log-0.4.22", sha256 = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24", type = "tar.gz", urls = ["https://static.crates.io/crates/log/0.4.22/download"], strip_prefix = "log-0.4.22", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.log-0.4.22.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.log-0.4.22.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__matchit-0.7.3", + name = "rules_rust_prost_deps__matchit-0.7.3", sha256 = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94", type = "tar.gz", urls = ["https://static.crates.io/crates/matchit/0.7.3/download"], strip_prefix = "matchit-0.7.3", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.matchit-0.7.3.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.matchit-0.7.3.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__memchr-2.7.4", + name = "rules_rust_prost_deps__memchr-2.7.4", sha256 = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3", type = "tar.gz", urls = ["https://static.crates.io/crates/memchr/2.7.4/download"], strip_prefix = "memchr-2.7.4", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.memchr-2.7.4.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.memchr-2.7.4.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__mime-0.3.17", + name = "rules_rust_prost_deps__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("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.mime-0.3.17.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.mime-0.3.17.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__miniz_oxide-0.7.4", + name = "rules_rust_prost_deps__miniz_oxide-0.7.4", sha256 = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08", type = "tar.gz", urls = ["https://static.crates.io/crates/miniz_oxide/0.7.4/download"], strip_prefix = "miniz_oxide-0.7.4", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.miniz_oxide-0.7.4.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.miniz_oxide-0.7.4.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__mio-1.0.2", + name = "rules_rust_prost_deps__mio-1.0.2", sha256 = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec", type = "tar.gz", urls = ["https://static.crates.io/crates/mio/1.0.2/download"], strip_prefix = "mio-1.0.2", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.mio-1.0.2.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.mio-1.0.2.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__multimap-0.10.0", + name = "rules_rust_prost_deps__multimap-0.10.0", sha256 = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03", type = "tar.gz", urls = ["https://static.crates.io/crates/multimap/0.10.0/download"], strip_prefix = "multimap-0.10.0", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.multimap-0.10.0.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.multimap-0.10.0.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__object-0.36.3", + name = "rules_rust_prost_deps__object-0.36.3", sha256 = "27b64972346851a39438c60b341ebc01bba47464ae329e55cf343eb93964efd9", type = "tar.gz", urls = ["https://static.crates.io/crates/object/0.36.3/download"], strip_prefix = "object-0.36.3", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.object-0.36.3.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.object-0.36.3.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__once_cell-1.19.0", + name = "rules_rust_prost_deps__once_cell-1.19.0", sha256 = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92", type = "tar.gz", urls = ["https://static.crates.io/crates/once_cell/1.19.0/download"], strip_prefix = "once_cell-1.19.0", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.once_cell-1.19.0.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.once_cell-1.19.0.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__parking_lot-0.12.3", + name = "rules_rust_prost_deps__parking_lot-0.12.3", sha256 = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27", type = "tar.gz", urls = ["https://static.crates.io/crates/parking_lot/0.12.3/download"], strip_prefix = "parking_lot-0.12.3", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.parking_lot-0.12.3.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.parking_lot-0.12.3.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__parking_lot_core-0.9.10", + name = "rules_rust_prost_deps__parking_lot_core-0.9.10", sha256 = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8", type = "tar.gz", urls = ["https://static.crates.io/crates/parking_lot_core/0.9.10/download"], strip_prefix = "parking_lot_core-0.9.10", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.parking_lot_core-0.9.10.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.parking_lot_core-0.9.10.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__percent-encoding-2.3.1", + name = "rules_rust_prost_deps__percent-encoding-2.3.1", sha256 = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e", type = "tar.gz", urls = ["https://static.crates.io/crates/percent-encoding/2.3.1/download"], strip_prefix = "percent-encoding-2.3.1", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.percent-encoding-2.3.1.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.percent-encoding-2.3.1.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__petgraph-0.6.5", + name = "rules_rust_prost_deps__petgraph-0.6.5", sha256 = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db", type = "tar.gz", urls = ["https://static.crates.io/crates/petgraph/0.6.5/download"], strip_prefix = "petgraph-0.6.5", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.petgraph-0.6.5.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.petgraph-0.6.5.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__pin-project-1.1.5", + name = "rules_rust_prost_deps__pin-project-1.1.5", sha256 = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3", type = "tar.gz", urls = ["https://static.crates.io/crates/pin-project/1.1.5/download"], strip_prefix = "pin-project-1.1.5", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.pin-project-1.1.5.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.pin-project-1.1.5.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__pin-project-internal-1.1.5", + name = "rules_rust_prost_deps__pin-project-internal-1.1.5", sha256 = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965", type = "tar.gz", urls = ["https://static.crates.io/crates/pin-project-internal/1.1.5/download"], strip_prefix = "pin-project-internal-1.1.5", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.pin-project-internal-1.1.5.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.pin-project-internal-1.1.5.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__pin-project-lite-0.2.14", + name = "rules_rust_prost_deps__pin-project-lite-0.2.14", sha256 = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02", type = "tar.gz", urls = ["https://static.crates.io/crates/pin-project-lite/0.2.14/download"], strip_prefix = "pin-project-lite-0.2.14", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.pin-project-lite-0.2.14.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.pin-project-lite-0.2.14.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__pin-utils-0.1.0", + name = "rules_rust_prost_deps__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("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.pin-utils-0.1.0.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.pin-utils-0.1.0.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__ppv-lite86-0.2.20", + name = "rules_rust_prost_deps__ppv-lite86-0.2.20", sha256 = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04", type = "tar.gz", urls = ["https://static.crates.io/crates/ppv-lite86/0.2.20/download"], strip_prefix = "ppv-lite86-0.2.20", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.ppv-lite86-0.2.20.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.ppv-lite86-0.2.20.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__prettyplease-0.2.22", + name = "rules_rust_prost_deps__prettyplease-0.2.22", sha256 = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba", type = "tar.gz", urls = ["https://static.crates.io/crates/prettyplease/0.2.22/download"], strip_prefix = "prettyplease-0.2.22", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.prettyplease-0.2.22.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.prettyplease-0.2.22.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__proc-macro2-1.0.86", + name = "rules_rust_prost_deps__proc-macro2-1.0.86", sha256 = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77", type = "tar.gz", urls = ["https://static.crates.io/crates/proc-macro2/1.0.86/download"], strip_prefix = "proc-macro2-1.0.86", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.proc-macro2-1.0.86.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.proc-macro2-1.0.86.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__prost-0.13.1", + name = "rules_rust_prost_deps__prost-0.13.1", sha256 = "e13db3d3fde688c61e2446b4d843bc27a7e8af269a69440c0308021dc92333cc", type = "tar.gz", urls = ["https://static.crates.io/crates/prost/0.13.1/download"], strip_prefix = "prost-0.13.1", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.prost-0.13.1.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.prost-0.13.1.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__prost-build-0.13.1", + name = "rules_rust_prost_deps__prost-build-0.13.1", sha256 = "5bb182580f71dd070f88d01ce3de9f4da5021db7115d2e1c3605a754153b77c1", type = "tar.gz", urls = ["https://static.crates.io/crates/prost-build/0.13.1/download"], strip_prefix = "prost-build-0.13.1", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.prost-build-0.13.1.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.prost-build-0.13.1.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__prost-derive-0.13.1", + name = "rules_rust_prost_deps__prost-derive-0.13.1", sha256 = "18bec9b0adc4eba778b33684b7ba3e7137789434769ee3ce3930463ef904cfca", type = "tar.gz", urls = ["https://static.crates.io/crates/prost-derive/0.13.1/download"], strip_prefix = "prost-derive-0.13.1", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.prost-derive-0.13.1.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.prost-derive-0.13.1.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__prost-types-0.13.1", + name = "rules_rust_prost_deps__prost-types-0.13.1", sha256 = "cee5168b05f49d4b0ca581206eb14a7b22fafd963efe729ac48eb03266e25cc2", type = "tar.gz", urls = ["https://static.crates.io/crates/prost-types/0.13.1/download"], strip_prefix = "prost-types-0.13.1", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.prost-types-0.13.1.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.prost-types-0.13.1.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__protoc-gen-prost-0.4.0", + name = "rules_rust_prost_deps__protoc-gen-prost-0.4.0", sha256 = "77eb17a7657a703f30cb9b7ba4d981e4037b8af2d819ab0077514b0bef537406", type = "tar.gz", urls = ["https://static.crates.io/crates/protoc-gen-prost/0.4.0/download"], strip_prefix = "protoc-gen-prost-0.4.0", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.protoc-gen-prost-0.4.0.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.protoc-gen-prost-0.4.0.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__protoc-gen-tonic-0.4.1", + name = "rules_rust_prost_deps__protoc-gen-tonic-0.4.1", sha256 = "6ab6a0d73a0914752ed8fd7cc51afe169e28da87be3efef292de5676cc527634", type = "tar.gz", urls = ["https://static.crates.io/crates/protoc-gen-tonic/0.4.1/download"], strip_prefix = "protoc-gen-tonic-0.4.1", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.protoc-gen-tonic-0.4.1.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.protoc-gen-tonic-0.4.1.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__quote-1.0.37", + name = "rules_rust_prost_deps__quote-1.0.37", sha256 = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af", type = "tar.gz", urls = ["https://static.crates.io/crates/quote/1.0.37/download"], strip_prefix = "quote-1.0.37", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.quote-1.0.37.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.quote-1.0.37.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__rand-0.8.5", + name = "rules_rust_prost_deps__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("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.rand-0.8.5.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.rand-0.8.5.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__rand_chacha-0.3.1", + name = "rules_rust_prost_deps__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("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.rand_chacha-0.3.1.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.rand_chacha-0.3.1.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__rand_core-0.6.4", + name = "rules_rust_prost_deps__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("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.rand_core-0.6.4.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.rand_core-0.6.4.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__redox_syscall-0.5.3", + name = "rules_rust_prost_deps__redox_syscall-0.5.3", sha256 = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4", type = "tar.gz", urls = ["https://static.crates.io/crates/redox_syscall/0.5.3/download"], strip_prefix = "redox_syscall-0.5.3", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.redox_syscall-0.5.3.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.redox_syscall-0.5.3.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__regex-1.10.6", + name = "rules_rust_prost_deps__regex-1.10.6", sha256 = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619", type = "tar.gz", urls = ["https://static.crates.io/crates/regex/1.10.6/download"], strip_prefix = "regex-1.10.6", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.regex-1.10.6.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.regex-1.10.6.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__regex-automata-0.4.7", + name = "rules_rust_prost_deps__regex-automata-0.4.7", sha256 = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df", type = "tar.gz", urls = ["https://static.crates.io/crates/regex-automata/0.4.7/download"], strip_prefix = "regex-automata-0.4.7", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.regex-automata-0.4.7.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.regex-automata-0.4.7.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__regex-syntax-0.8.4", + name = "rules_rust_prost_deps__regex-syntax-0.8.4", sha256 = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b", type = "tar.gz", urls = ["https://static.crates.io/crates/regex-syntax/0.8.4/download"], strip_prefix = "regex-syntax-0.8.4", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.regex-syntax-0.8.4.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.regex-syntax-0.8.4.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__rustc-demangle-0.1.24", + name = "rules_rust_prost_deps__rustc-demangle-0.1.24", sha256 = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f", type = "tar.gz", urls = ["https://static.crates.io/crates/rustc-demangle/0.1.24/download"], strip_prefix = "rustc-demangle-0.1.24", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.rustc-demangle-0.1.24.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.rustc-demangle-0.1.24.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__rustix-0.38.34", + name = "rules_rust_prost_deps__rustix-0.38.34", sha256 = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f", type = "tar.gz", urls = ["https://static.crates.io/crates/rustix/0.38.34/download"], strip_prefix = "rustix-0.38.34", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.rustix-0.38.34.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.rustix-0.38.34.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__rustversion-1.0.17", + name = "rules_rust_prost_deps__rustversion-1.0.17", sha256 = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6", type = "tar.gz", urls = ["https://static.crates.io/crates/rustversion/1.0.17/download"], strip_prefix = "rustversion-1.0.17", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.rustversion-1.0.17.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.rustversion-1.0.17.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__scopeguard-1.2.0", + name = "rules_rust_prost_deps__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("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.scopeguard-1.2.0.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.scopeguard-1.2.0.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__serde-1.0.209", + name = "rules_rust_prost_deps__serde-1.0.209", sha256 = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09", type = "tar.gz", urls = ["https://static.crates.io/crates/serde/1.0.209/download"], strip_prefix = "serde-1.0.209", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.serde-1.0.209.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.serde-1.0.209.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__serde_derive-1.0.209", + name = "rules_rust_prost_deps__serde_derive-1.0.209", sha256 = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170", type = "tar.gz", urls = ["https://static.crates.io/crates/serde_derive/1.0.209/download"], strip_prefix = "serde_derive-1.0.209", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.serde_derive-1.0.209.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.serde_derive-1.0.209.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__shlex-1.3.0", + name = "rules_rust_prost_deps__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("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.shlex-1.3.0.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.shlex-1.3.0.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__signal-hook-registry-1.4.2", + name = "rules_rust_prost_deps__signal-hook-registry-1.4.2", sha256 = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1", type = "tar.gz", urls = ["https://static.crates.io/crates/signal-hook-registry/1.4.2/download"], strip_prefix = "signal-hook-registry-1.4.2", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.signal-hook-registry-1.4.2.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.signal-hook-registry-1.4.2.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__slab-0.4.9", + name = "rules_rust_prost_deps__slab-0.4.9", sha256 = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67", type = "tar.gz", urls = ["https://static.crates.io/crates/slab/0.4.9/download"], strip_prefix = "slab-0.4.9", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.slab-0.4.9.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.slab-0.4.9.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__smallvec-1.13.2", + name = "rules_rust_prost_deps__smallvec-1.13.2", sha256 = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67", type = "tar.gz", urls = ["https://static.crates.io/crates/smallvec/1.13.2/download"], strip_prefix = "smallvec-1.13.2", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.smallvec-1.13.2.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.smallvec-1.13.2.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__socket2-0.5.7", + name = "rules_rust_prost_deps__socket2-0.5.7", sha256 = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c", type = "tar.gz", urls = ["https://static.crates.io/crates/socket2/0.5.7/download"], strip_prefix = "socket2-0.5.7", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.socket2-0.5.7.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.socket2-0.5.7.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__syn-2.0.76", + name = "rules_rust_prost_deps__syn-2.0.76", sha256 = "578e081a14e0cefc3279b0472138c513f37b41a08d5a3cca9b6e4e8ceb6cd525", type = "tar.gz", urls = ["https://static.crates.io/crates/syn/2.0.76/download"], strip_prefix = "syn-2.0.76", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.syn-2.0.76.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.syn-2.0.76.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__sync_wrapper-0.1.2", + name = "rules_rust_prost_deps__sync_wrapper-0.1.2", sha256 = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160", type = "tar.gz", urls = ["https://static.crates.io/crates/sync_wrapper/0.1.2/download"], strip_prefix = "sync_wrapper-0.1.2", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.sync_wrapper-0.1.2.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.sync_wrapper-0.1.2.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__sync_wrapper-1.0.1", + name = "rules_rust_prost_deps__sync_wrapper-1.0.1", sha256 = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394", type = "tar.gz", urls = ["https://static.crates.io/crates/sync_wrapper/1.0.1/download"], strip_prefix = "sync_wrapper-1.0.1", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.sync_wrapper-1.0.1.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.sync_wrapper-1.0.1.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__tempfile-3.12.0", + name = "rules_rust_prost_deps__tempfile-3.12.0", sha256 = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64", type = "tar.gz", urls = ["https://static.crates.io/crates/tempfile/3.12.0/download"], strip_prefix = "tempfile-3.12.0", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.tempfile-3.12.0.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.tempfile-3.12.0.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__tokio-1.39.3", + name = "rules_rust_prost_deps__tokio-1.39.3", sha256 = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5", type = "tar.gz", urls = ["https://static.crates.io/crates/tokio/1.39.3/download"], strip_prefix = "tokio-1.39.3", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.tokio-1.39.3.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.tokio-1.39.3.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__tokio-macros-2.4.0", + name = "rules_rust_prost_deps__tokio-macros-2.4.0", sha256 = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752", type = "tar.gz", urls = ["https://static.crates.io/crates/tokio-macros/2.4.0/download"], strip_prefix = "tokio-macros-2.4.0", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.tokio-macros-2.4.0.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.tokio-macros-2.4.0.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__tokio-stream-0.1.15", + name = "rules_rust_prost_deps__tokio-stream-0.1.15", sha256 = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af", type = "tar.gz", urls = ["https://static.crates.io/crates/tokio-stream/0.1.15/download"], strip_prefix = "tokio-stream-0.1.15", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.tokio-stream-0.1.15.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.tokio-stream-0.1.15.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__tokio-util-0.7.11", + name = "rules_rust_prost_deps__tokio-util-0.7.11", sha256 = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1", type = "tar.gz", urls = ["https://static.crates.io/crates/tokio-util/0.7.11/download"], strip_prefix = "tokio-util-0.7.11", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.tokio-util-0.7.11.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.tokio-util-0.7.11.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__tonic-0.12.1", + name = "rules_rust_prost_deps__tonic-0.12.1", sha256 = "38659f4a91aba8598d27821589f5db7dddd94601e7a01b1e485a50e5484c7401", type = "tar.gz", urls = ["https://static.crates.io/crates/tonic/0.12.1/download"], strip_prefix = "tonic-0.12.1", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.tonic-0.12.1.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.tonic-0.12.1.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__tonic-build-0.12.1", + name = "rules_rust_prost_deps__tonic-build-0.12.1", sha256 = "568392c5a2bd0020723e3f387891176aabafe36fd9fcd074ad309dfa0c8eb964", type = "tar.gz", urls = ["https://static.crates.io/crates/tonic-build/0.12.1/download"], strip_prefix = "tonic-build-0.12.1", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.tonic-build-0.12.1.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.tonic-build-0.12.1.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__tower-0.4.13", + name = "rules_rust_prost_deps__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("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.tower-0.4.13.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.tower-0.4.13.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__tower-layer-0.3.3", + name = "rules_rust_prost_deps__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("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.tower-layer-0.3.3.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.tower-layer-0.3.3.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__tower-service-0.3.3", + name = "rules_rust_prost_deps__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("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.tower-service-0.3.3.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.tower-service-0.3.3.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__tracing-0.1.40", + name = "rules_rust_prost_deps__tracing-0.1.40", sha256 = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef", type = "tar.gz", urls = ["https://static.crates.io/crates/tracing/0.1.40/download"], strip_prefix = "tracing-0.1.40", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.tracing-0.1.40.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.tracing-0.1.40.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__tracing-attributes-0.1.27", + name = "rules_rust_prost_deps__tracing-attributes-0.1.27", sha256 = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7", type = "tar.gz", urls = ["https://static.crates.io/crates/tracing-attributes/0.1.27/download"], strip_prefix = "tracing-attributes-0.1.27", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.tracing-attributes-0.1.27.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.tracing-attributes-0.1.27.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__tracing-core-0.1.32", + name = "rules_rust_prost_deps__tracing-core-0.1.32", sha256 = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54", type = "tar.gz", urls = ["https://static.crates.io/crates/tracing-core/0.1.32/download"], strip_prefix = "tracing-core-0.1.32", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.tracing-core-0.1.32.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.tracing-core-0.1.32.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__try-lock-0.2.5", + name = "rules_rust_prost_deps__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("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.try-lock-0.2.5.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.try-lock-0.2.5.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__unicode-ident-1.0.12", + name = "rules_rust_prost_deps__unicode-ident-1.0.12", sha256 = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b", type = "tar.gz", urls = ["https://static.crates.io/crates/unicode-ident/1.0.12/download"], strip_prefix = "unicode-ident-1.0.12", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.unicode-ident-1.0.12.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.unicode-ident-1.0.12.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__want-0.3.1", + name = "rules_rust_prost_deps__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("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.want-0.3.1.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.want-0.3.1.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__wasi-0.11.0-wasi-snapshot-preview1", + name = "rules_rust_prost_deps__wasi-0.11.0-wasi-snapshot-preview1", sha256 = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423", type = "tar.gz", urls = ["https://static.crates.io/crates/wasi/0.11.0+wasi-snapshot-preview1/download"], strip_prefix = "wasi-0.11.0+wasi-snapshot-preview1", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.wasi-0.11.0+wasi-snapshot-preview1.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.wasi-0.11.0+wasi-snapshot-preview1.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__windows-sys-0.52.0", + name = "rules_rust_prost_deps__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("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.windows-sys-0.52.0.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.windows-sys-0.52.0.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__windows-sys-0.59.0", + name = "rules_rust_prost_deps__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("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.windows-sys-0.59.0.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.windows-sys-0.59.0.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__windows-targets-0.52.6", + name = "rules_rust_prost_deps__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("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.windows-targets-0.52.6.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.windows-targets-0.52.6.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__windows_aarch64_gnullvm-0.52.6", + name = "rules_rust_prost_deps__windows_aarch64_gnullvm-0.52.6", sha256 = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3", type = "tar.gz", urls = ["https://static.crates.io/crates/windows_aarch64_gnullvm/0.52.6/download"], strip_prefix = "windows_aarch64_gnullvm-0.52.6", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.windows_aarch64_gnullvm-0.52.6.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.windows_aarch64_gnullvm-0.52.6.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__windows_aarch64_msvc-0.52.6", + name = "rules_rust_prost_deps__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("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.windows_aarch64_msvc-0.52.6.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.windows_aarch64_msvc-0.52.6.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__windows_i686_gnu-0.52.6", + name = "rules_rust_prost_deps__windows_i686_gnu-0.52.6", sha256 = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b", type = "tar.gz", urls = ["https://static.crates.io/crates/windows_i686_gnu/0.52.6/download"], strip_prefix = "windows_i686_gnu-0.52.6", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.windows_i686_gnu-0.52.6.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.windows_i686_gnu-0.52.6.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__windows_i686_gnullvm-0.52.6", + name = "rules_rust_prost_deps__windows_i686_gnullvm-0.52.6", sha256 = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66", type = "tar.gz", urls = ["https://static.crates.io/crates/windows_i686_gnullvm/0.52.6/download"], strip_prefix = "windows_i686_gnullvm-0.52.6", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.windows_i686_gnullvm-0.52.6.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.windows_i686_gnullvm-0.52.6.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__windows_i686_msvc-0.52.6", + name = "rules_rust_prost_deps__windows_i686_msvc-0.52.6", sha256 = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66", type = "tar.gz", urls = ["https://static.crates.io/crates/windows_i686_msvc/0.52.6/download"], strip_prefix = "windows_i686_msvc-0.52.6", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.windows_i686_msvc-0.52.6.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.windows_i686_msvc-0.52.6.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__windows_x86_64_gnu-0.52.6", + name = "rules_rust_prost_deps__windows_x86_64_gnu-0.52.6", sha256 = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78", type = "tar.gz", urls = ["https://static.crates.io/crates/windows_x86_64_gnu/0.52.6/download"], strip_prefix = "windows_x86_64_gnu-0.52.6", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.windows_x86_64_gnu-0.52.6.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.windows_x86_64_gnu-0.52.6.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__windows_x86_64_gnullvm-0.52.6", + name = "rules_rust_prost_deps__windows_x86_64_gnullvm-0.52.6", sha256 = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d", type = "tar.gz", urls = ["https://static.crates.io/crates/windows_x86_64_gnullvm/0.52.6/download"], strip_prefix = "windows_x86_64_gnullvm-0.52.6", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.windows_x86_64_gnullvm-0.52.6.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.windows_x86_64_gnullvm-0.52.6.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__windows_x86_64_msvc-0.52.6", + name = "rules_rust_prost_deps__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("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.windows_x86_64_msvc-0.52.6.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.windows_x86_64_msvc-0.52.6.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__zerocopy-0.7.35", + name = "rules_rust_prost_deps__zerocopy-0.7.35", sha256 = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0", type = "tar.gz", urls = ["https://static.crates.io/crates/zerocopy/0.7.35/download"], strip_prefix = "zerocopy-0.7.35", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.zerocopy-0.7.35.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.zerocopy-0.7.35.bazel"), ) maybe( http_archive, - name = "rules_rust_prost__zerocopy-derive-0.7.35", + name = "rules_rust_prost_deps__zerocopy-derive-0.7.35", sha256 = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e", type = "tar.gz", urls = ["https://static.crates.io/crates/zerocopy-derive/0.7.35/download"], strip_prefix = "zerocopy-derive-0.7.35", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.zerocopy-derive-0.7.35.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.zerocopy-derive-0.7.35.bazel"), ) return [ - struct(repo = "rules_rust_prost__h2-0.4.6", is_dev_dep = False), - struct(repo = "rules_rust_prost__prost-0.13.1", is_dev_dep = False), - struct(repo = "rules_rust_prost__prost-types-0.13.1", is_dev_dep = False), - struct(repo = "rules_rust_prost__protoc-gen-prost-0.4.0", is_dev_dep = False), - struct(repo = "rules_rust_prost__protoc-gen-tonic-0.4.1", is_dev_dep = False), - struct(repo = "rules_rust_prost__tokio-1.39.3", is_dev_dep = False), - struct(repo = "rules_rust_prost__tokio-stream-0.1.15", is_dev_dep = False), - struct(repo = "rules_rust_prost__tonic-0.12.1", is_dev_dep = False), + struct(repo = "rules_rust_prost_deps__h2-0.4.6", is_dev_dep = False), + struct(repo = "rules_rust_prost_deps__prost-0.13.1", is_dev_dep = False), + struct(repo = "rules_rust_prost_deps__prost-types-0.13.1", is_dev_dep = False), + struct(repo = "rules_rust_prost_deps__protoc-gen-prost-0.4.0", is_dev_dep = False), + struct(repo = "rules_rust_prost_deps__protoc-gen-tonic-0.4.1", is_dev_dep = False), + struct(repo = "rules_rust_prost_deps__tokio-1.39.3", is_dev_dep = False), + struct(repo = "rules_rust_prost_deps__tokio-stream-0.1.15", is_dev_dep = False), + struct(repo = "rules_rust_prost_deps__tonic-0.12.1", is_dev_dep = False), ] diff --git a/proto/prost/private/BUILD.bazel b/extensions/prost/private/BUILD.bazel similarity index 53% rename from proto/prost/private/BUILD.bazel rename to extensions/prost/private/BUILD.bazel index e66bfefc79..bad6ef886a 100644 --- a/proto/prost/private/BUILD.bazel +++ b/extensions/prost/private/BUILD.bazel @@ -1,7 +1,7 @@ load("@bazel_skylib//:bzl_library.bzl", "bzl_library") -load("@rules_rust//rust:defs.bzl", "rust_binary", "rust_test") -load("//proto/prost:defs.bzl", "rust_prost_toolchain") -load("//rust:defs.bzl", "rust_library_group") +load("@rules_rust//rust:defs.bzl", "rust_binary", "rust_library_group", "rust_test") +load("//:defs.bzl", "rust_prost_toolchain") +load(":legacy_proto_toolchain.bzl", "legacy_proto_toolchain") load(":prost.bzl", "RUST_EDITION", "current_prost_runtime") current_prost_runtime( @@ -15,7 +15,7 @@ rust_binary( visibility = ["//visibility:public"], deps = [ ":current_prost_runtime", - "@rules_rust_prost__heck//:heck", + "@rules_rust_prost_deps__heck//:heck", ], ) @@ -28,40 +28,48 @@ rust_test( bzl_library( name = "bzl_lib", srcs = glob(["**/*.bzl"]), - visibility = ["//proto/prost:__pkg__"], + visibility = ["//:__pkg__"], deps = [ - "//proto/prost/private/3rdparty:bzl_lib", + "//private/3rdparty:bzl_lib", + "@rules_proto//proto:defs", + "@rules_proto//proto:repositories", + "@rules_rust//rust:bzl_lib", ], ) rust_library_group( name = "prost_runtime", visibility = [ - "//proto/prost:__subpackages__", + "//:__subpackages__", ], deps = [ - "//proto/prost/private/3rdparty/crates:prost", + "//private/3rdparty/crates:prost", ], ) rust_library_group( name = "tonic_runtime", visibility = [ - "//proto/prost:__subpackages__", + "//:__subpackages__", ], deps = [ ":prost_runtime", - "//proto/prost/private/3rdparty/crates:tonic", + "//private/3rdparty/crates:tonic", ], ) rust_prost_toolchain( name = "default_prost_toolchain_impl", - prost_plugin = "//proto/prost/private/3rdparty/crates:protoc-gen-prost__protoc-gen-prost", + prost_plugin = "//private/3rdparty/crates:protoc-gen-prost__protoc-gen-prost", prost_plugin_flag = "--plugin=protoc-gen-prost=%s", prost_runtime = ":prost_runtime", - prost_types = "//proto/prost/private/3rdparty/crates:prost-types", - tonic_plugin = "//proto/prost/private/3rdparty/crates:protoc-gen-tonic__protoc-gen-tonic", + prost_types = "//private/3rdparty/crates:prost-types", + tonic_plugin = "//private/3rdparty/crates:protoc-gen-tonic__protoc-gen-tonic", tonic_plugin_flag = "--plugin=protoc-gen-tonic=%s", tonic_runtime = ":tonic_runtime", ) + +legacy_proto_toolchain( + name = "legacy_proto_toolchain", + visibility = ["//visibility:public"], +) diff --git a/proto/protobuf/legacy_proto_toolchain.bzl b/extensions/prost/private/legacy_proto_toolchain.bzl similarity index 100% rename from proto/protobuf/legacy_proto_toolchain.bzl rename to extensions/prost/private/legacy_proto_toolchain.bzl diff --git a/proto/prost/private/prost.bzl b/extensions/prost/private/prost.bzl similarity index 96% rename from proto/prost/private/prost.bzl rename to extensions/prost/private/prost.bzl index cf5e11c9e5..b05cf6d5d7 100644 --- a/proto/prost/private/prost.bzl +++ b/extensions/prost/private/prost.bzl @@ -2,27 +2,27 @@ load("@rules_proto//proto:defs.bzl", "ProtoInfo", "proto_common") load("@rules_proto//proto:proto_common.bzl", proto_toolchains = "toolchains") -load("//proto/prost:providers.bzl", "ProstProtoInfo") -load("//rust:defs.bzl", "rust_common") +load("@rules_rust//rust:defs.bzl", "rust_common") # buildifier: disable=bzl-visibility -load("//rust/private:providers.bzl", "RustAnalyzerGroupInfo", "RustAnalyzerInfo") +load("@rules_rust//rust/private:providers.bzl", "RustAnalyzerGroupInfo", "RustAnalyzerInfo") # buildifier: disable=bzl-visibility -load("//rust/private:rust.bzl", "RUSTC_ATTRS") +load("@rules_rust//rust/private:rust.bzl", "RUSTC_ATTRS") # buildifier: disable=bzl-visibility -load("//rust/private:rust_analyzer.bzl", "write_rust_analyzer_spec_file") +load("@rules_rust//rust/private:rust_analyzer.bzl", "write_rust_analyzer_spec_file") # buildifier: disable=bzl-visibility -load("//rust/private:rustc.bzl", "rustc_compile_action") +load("@rules_rust//rust/private:rustc.bzl", "rustc_compile_action") # buildifier: disable=bzl-visibility -load("//rust/private:utils.bzl", "can_build_metadata") +load("@rules_rust//rust/private:utils.bzl", "can_build_metadata") +load("//:providers.bzl", "ProstProtoInfo") RUST_EDITION = "2021" -TOOLCHAIN_TYPE = "@rules_rust//proto/prost:toolchain_type" +TOOLCHAIN_TYPE = "@rules_rust_prost//:toolchain_type" def _create_proto_lang_toolchain(ctx, prost_toolchain): proto_lang_toolchain = proto_common.ProtoLangToolchainInfo( @@ -288,7 +288,7 @@ rust_prost_aspect = aspect( attr_aspects = ["deps"], attrs = { "_collect_cc_coverage": attr.label( - default = Label("//util:collect_coverage"), + default = Label("@rules_rust//util:collect_coverage"), executable = True, cfg = "exec", ), @@ -301,7 +301,7 @@ rust_prost_aspect = aspect( doc = "The wrapper script for the Prost protoc plugin.", cfg = "exec", executable = True, - default = Label("//proto/prost/private:protoc_wrapper"), + default = Label("//private:protoc_wrapper"), ), } | RUSTC_ATTRS, fragments = ["cpp"], @@ -444,7 +444,7 @@ rust_prost_toolchain = rule( ), }, **proto_toolchains.if_legacy_toolchain({ "_legacy_proto_toolchain": attr.label( - default = "//proto/protobuf:legacy_proto_toolchain", + default = Label("//private:legacy_proto_toolchain"), ), })), toolchains = proto_toolchains.use_toolchain("@rules_proto//proto:toolchain_type"), diff --git a/proto/prost/private/protoc_wrapper.rs b/extensions/prost/private/protoc_wrapper.rs similarity index 100% rename from proto/prost/private/protoc_wrapper.rs rename to extensions/prost/private/protoc_wrapper.rs diff --git a/proto/prost/private/repositories.bzl b/extensions/prost/private/repositories.bzl similarity index 64% rename from proto/prost/private/repositories.bzl rename to extensions/prost/private/repositories.bzl index f0afce9801..473b29a1b9 100644 --- a/proto/prost/private/repositories.bzl +++ b/extensions/prost/private/repositories.bzl @@ -1,7 +1,7 @@ """Dependencies for Rust Prost rules""" -load("//proto/prost:repositories.bzl", _rust_prost_dependencies = "rust_prost_dependencies") -load("//proto/prost/private/3rdparty/crates:crates.bzl", "crate_repositories") +load("//:repositories.bzl", _rust_prost_dependencies = "rust_prost_dependencies") +load("//private/3rdparty/crates:crates.bzl", "crate_repositories") def rust_prost_dependencies(): """Prost repository dependencies.""" @@ -18,4 +18,4 @@ def rust_prost_register_toolchains(register_toolchains = True): """ if register_toolchains: - native.register_toolchains(str(Label("//proto/prost:default_prost_toolchain"))) + native.register_toolchains(str(Label("//:default_prost_toolchain"))) diff --git a/proto/prost/private/tests/BUILD.bazel b/extensions/prost/private/tests/BUILD.bazel similarity index 100% rename from proto/prost/private/tests/BUILD.bazel rename to extensions/prost/private/tests/BUILD.bazel diff --git a/proto/prost/private/tests/camel_case/BUILD.bazel b/extensions/prost/private/tests/camel_case/BUILD.bazel similarity index 69% rename from proto/prost/private/tests/camel_case/BUILD.bazel rename to extensions/prost/private/tests/camel_case/BUILD.bazel index 1720ad28ef..787143a325 100644 --- a/proto/prost/private/tests/camel_case/BUILD.bazel +++ b/extensions/prost/private/tests/camel_case/BUILD.bazel @@ -1,15 +1,15 @@ load("@rules_proto//proto:defs.bzl", "proto_library") -load("//proto/prost:defs.bzl", "rust_prost_library") -load("//rust:defs.bzl", "rust_test") +load("@rules_rust//rust:defs.bzl", "rust_test") +load("//:defs.bzl", "rust_prost_library") -package(default_visibility = ["//proto/prost/private/tests:__subpackages__"]) +package(default_visibility = ["//private/tests:__subpackages__"]) proto_library( name = "camel_case_proto", srcs = [ "camel_case.proto", ], - strip_import_prefix = "/proto/prost/private/tests/camel_case", + strip_import_prefix = "/private/tests/camel_case", ) proto_library( diff --git a/proto/prost/private/tests/camel_case/another.proto b/extensions/prost/private/tests/camel_case/another.proto similarity index 100% rename from proto/prost/private/tests/camel_case/another.proto rename to extensions/prost/private/tests/camel_case/another.proto diff --git a/proto/prost/private/tests/camel_case/camel_case.proto b/extensions/prost/private/tests/camel_case/camel_case.proto similarity index 100% rename from proto/prost/private/tests/camel_case/camel_case.proto rename to extensions/prost/private/tests/camel_case/camel_case.proto diff --git a/proto/prost/private/tests/camel_case/camel_case_test.rs b/extensions/prost/private/tests/camel_case/camel_case_test.rs similarity index 100% rename from proto/prost/private/tests/camel_case/camel_case_test.rs rename to extensions/prost/private/tests/camel_case/camel_case_test.rs diff --git a/extensions/prost/private/tests/deps.bzl b/extensions/prost/private/tests/deps.bzl new file mode 100644 index 0000000000..1dc7fee396 --- /dev/null +++ b/extensions/prost/private/tests/deps.bzl @@ -0,0 +1,15 @@ +"""Prost test dependencies""" + +load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") +load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe") + +def prost_test_deps(): + maybe( + http_archive, + name = "com_google_googleapis", + urls = [ + "https://github.com/googleapis/googleapis/archive/18becb1d1426feb7399db144d7beeb3284f1ccb0.zip", + ], + strip_prefix = "googleapis-18becb1d1426feb7399db144d7beeb3284f1ccb0", + sha256 = "b8c487191eb942361af905e40172644eab490190e717c3d09bf83e87f3994fff", + ) diff --git a/extensions/prost/private/tests/deps_transitive.bzl b/extensions/prost/private/tests/deps_transitive.bzl new file mode 100644 index 0000000000..b7045f5a73 --- /dev/null +++ b/extensions/prost/private/tests/deps_transitive.bzl @@ -0,0 +1,18 @@ +"""Prost test transitive dependencies""" + +load("@com_google_googleapis//:repository_rules.bzl", "switched_rules_by_language") + +def prost_test_transitive_deps(): + switched_rules_by_language( + name = "com_google_googleapis_imports", + cc = False, + csharp = False, + gapic = False, + go = False, + grpc = False, + java = False, + nodejs = False, + php = False, + python = False, + ruby = False, + ) diff --git a/proto/prost/private/tests/keywords/BUILD.bazel b/extensions/prost/private/tests/keywords/BUILD.bazel similarity index 70% rename from proto/prost/private/tests/keywords/BUILD.bazel rename to extensions/prost/private/tests/keywords/BUILD.bazel index af598aefe3..974c6edffc 100644 --- a/proto/prost/private/tests/keywords/BUILD.bazel +++ b/extensions/prost/private/tests/keywords/BUILD.bazel @@ -1,15 +1,15 @@ load("@rules_proto//proto:defs.bzl", "proto_library") -load("//proto/prost:defs.bzl", "rust_prost_library") -load("//rust:defs.bzl", "rust_test") +load("@rules_rust//rust:defs.bzl", "rust_test") +load("//:defs.bzl", "rust_prost_library") -package(default_visibility = ["//proto/prost/private/tests:__subpackages__"]) +package(default_visibility = ["//private/tests:__subpackages__"]) proto_library( name = "imported_keyword_proto", srcs = [ "imported_keyword.proto", ], - strip_import_prefix = "/proto/prost/private/tests/keywords", + strip_import_prefix = "/private/tests/keywords", ) proto_library( @@ -17,7 +17,7 @@ proto_library( srcs = [ "mod_named_mod.proto", ], - strip_import_prefix = "/proto/prost/private/tests/keywords", + strip_import_prefix = "/private/tests/keywords", deps = [ ":imported_keyword_proto", ], diff --git a/proto/prost/private/tests/keywords/imported_keyword.proto b/extensions/prost/private/tests/keywords/imported_keyword.proto similarity index 100% rename from proto/prost/private/tests/keywords/imported_keyword.proto rename to extensions/prost/private/tests/keywords/imported_keyword.proto diff --git a/proto/prost/private/tests/keywords/mod_named_mod.proto b/extensions/prost/private/tests/keywords/mod_named_mod.proto similarity index 100% rename from proto/prost/private/tests/keywords/mod_named_mod.proto rename to extensions/prost/private/tests/keywords/mod_named_mod.proto diff --git a/proto/prost/private/tests/keywords/mod_named_mod_test.rs b/extensions/prost/private/tests/keywords/mod_named_mod_test.rs similarity index 100% rename from proto/prost/private/tests/keywords/mod_named_mod_test.rs rename to extensions/prost/private/tests/keywords/mod_named_mod_test.rs diff --git a/proto/prost/private/tests/nesting/BUILD.bazel b/extensions/prost/private/tests/nesting/BUILD.bazel similarity index 71% rename from proto/prost/private/tests/nesting/BUILD.bazel rename to extensions/prost/private/tests/nesting/BUILD.bazel index d8642efe59..119c3c4be1 100644 --- a/proto/prost/private/tests/nesting/BUILD.bazel +++ b/extensions/prost/private/tests/nesting/BUILD.bazel @@ -1,8 +1,8 @@ load("@rules_proto//proto:defs.bzl", "proto_library") -load("//proto/prost:defs.bzl", "rust_prost_library") -load("//rust:defs.bzl", "rust_test") +load("@rules_rust//rust:defs.bzl", "rust_test") +load("//:defs.bzl", "rust_prost_library") -package(default_visibility = ["//proto/prost/private/tests:__subpackages__"]) +package(default_visibility = ["//private/tests:__subpackages__"]) proto_library( name = "nested_messages_proto", diff --git a/proto/prost/private/tests/nesting/nested_messages.proto b/extensions/prost/private/tests/nesting/nested_messages.proto similarity index 100% rename from proto/prost/private/tests/nesting/nested_messages.proto rename to extensions/prost/private/tests/nesting/nested_messages.proto diff --git a/proto/prost/private/tests/nesting/nested_messages_test.rs b/extensions/prost/private/tests/nesting/nested_messages_test.rs similarity index 100% rename from proto/prost/private/tests/nesting/nested_messages_test.rs rename to extensions/prost/private/tests/nesting/nested_messages_test.rs diff --git a/proto/prost/private/tests/package_imports/BUILD.bazel b/extensions/prost/private/tests/package_imports/BUILD.bazel similarity index 68% rename from proto/prost/private/tests/package_imports/BUILD.bazel rename to extensions/prost/private/tests/package_imports/BUILD.bazel index 20e313e216..60508a5c33 100644 --- a/proto/prost/private/tests/package_imports/BUILD.bazel +++ b/extensions/prost/private/tests/package_imports/BUILD.bazel @@ -1,15 +1,15 @@ load("@rules_proto//proto:defs.bzl", "proto_library") -load("//proto/prost:defs.bzl", "rust_prost_library") -load("//rust:defs.bzl", "rust_test") +load("@rules_rust//rust:defs.bzl", "rust_test") +load("//:defs.bzl", "rust_prost_library") -package(default_visibility = ["//proto/prost/private/tests:__subpackages__"]) +package(default_visibility = ["//private/tests:__subpackages__"]) proto_library( name = "package_import_proto", srcs = [ "package_import.proto", ], - strip_import_prefix = "/proto/prost/private/tests/package_imports", + strip_import_prefix = "/private/tests/package_imports", ) rust_prost_library( @@ -22,7 +22,7 @@ proto_library( srcs = [ "package_importer.proto", ], - strip_import_prefix = "/proto/prost/private/tests/package_imports", + strip_import_prefix = "/private/tests/package_imports", deps = [ ":package_import_proto", ], diff --git a/proto/prost/private/tests/package_imports/package_import.proto b/extensions/prost/private/tests/package_imports/package_import.proto similarity index 100% rename from proto/prost/private/tests/package_imports/package_import.proto rename to extensions/prost/private/tests/package_imports/package_import.proto diff --git a/proto/prost/private/tests/package_imports/package_importer.proto b/extensions/prost/private/tests/package_imports/package_importer.proto similarity index 100% rename from proto/prost/private/tests/package_imports/package_importer.proto rename to extensions/prost/private/tests/package_imports/package_importer.proto diff --git a/proto/prost/private/tests/package_imports/package_importer_test.rs b/extensions/prost/private/tests/package_imports/package_importer_test.rs similarity index 100% rename from proto/prost/private/tests/package_imports/package_importer_test.rs rename to extensions/prost/private/tests/package_imports/package_importer_test.rs diff --git a/proto/prost/private/tests/package_names/BUILD.bazel b/extensions/prost/private/tests/package_names/BUILD.bazel similarity index 88% rename from proto/prost/private/tests/package_names/BUILD.bazel rename to extensions/prost/private/tests/package_names/BUILD.bazel index 7c9cedc9b5..19b067c614 100644 --- a/proto/prost/private/tests/package_names/BUILD.bazel +++ b/extensions/prost/private/tests/package_names/BUILD.bazel @@ -1,8 +1,8 @@ load("@rules_proto//proto:defs.bzl", "proto_library") load("@rules_rust//rust:defs.bzl", "rust_test") -load("//proto/prost:defs.bzl", "rust_prost_library") +load("//:defs.bzl", "rust_prost_library") -package(default_visibility = ["//proto/prost/private/tests:__subpackages__"]) +package(default_visibility = ["//private/tests:__subpackages__"]) proto_library( name = "pkg_empty_proto", diff --git a/proto/prost/private/tests/package_names/package_test.rs b/extensions/prost/private/tests/package_names/package_test.rs similarity index 100% rename from proto/prost/private/tests/package_names/package_test.rs rename to extensions/prost/private/tests/package_names/package_test.rs diff --git a/proto/prost/private/tests/package_names/pkg.a.b.proto b/extensions/prost/private/tests/package_names/pkg.a.b.proto similarity index 100% rename from proto/prost/private/tests/package_names/pkg.a.b.proto rename to extensions/prost/private/tests/package_names/pkg.a.b.proto diff --git a/proto/prost/private/tests/package_names/pkg.a.proto b/extensions/prost/private/tests/package_names/pkg.a.proto similarity index 100% rename from proto/prost/private/tests/package_names/pkg.a.proto rename to extensions/prost/private/tests/package_names/pkg.a.proto diff --git a/proto/prost/private/tests/package_names/pkg.empty.proto b/extensions/prost/private/tests/package_names/pkg.empty.proto similarity index 100% rename from proto/prost/private/tests/package_names/pkg.empty.proto rename to extensions/prost/private/tests/package_names/pkg.empty.proto diff --git a/proto/prost/private/tests/package_names/pkg.proto b/extensions/prost/private/tests/package_names/pkg.proto similarity index 100% rename from proto/prost/private/tests/package_names/pkg.proto rename to extensions/prost/private/tests/package_names/pkg.proto diff --git a/proto/prost/private/tests/remote/BUILD.bazel b/extensions/prost/private/tests/remote/BUILD.bazel similarity index 70% rename from proto/prost/private/tests/remote/BUILD.bazel rename to extensions/prost/private/tests/remote/BUILD.bazel index 58c0ad9dcb..fb978e92c1 100644 --- a/proto/prost/private/tests/remote/BUILD.bazel +++ b/extensions/prost/private/tests/remote/BUILD.bazel @@ -1,4 +1,4 @@ -load("//proto/prost:defs.bzl", "rust_prost_library") +load("//:defs.bzl", "rust_prost_library") rust_prost_library( name = "annotations_rs_proto", diff --git a/proto/prost/private/tests/sanitized_modules/BUILD.bazel b/extensions/prost/private/tests/sanitized_modules/BUILD.bazel similarity index 80% rename from proto/prost/private/tests/sanitized_modules/BUILD.bazel rename to extensions/prost/private/tests/sanitized_modules/BUILD.bazel index 1df12d4021..de5f1c5442 100644 --- a/proto/prost/private/tests/sanitized_modules/BUILD.bazel +++ b/extensions/prost/private/tests/sanitized_modules/BUILD.bazel @@ -1,13 +1,13 @@ load("@rules_proto//proto:defs.bzl", "proto_library") load("@rules_rust//rust:defs.bzl", "rust_test") -load("//proto/prost:defs.bzl", "rust_prost_library") +load("//:defs.bzl", "rust_prost_library") proto_library( name = "foo_proto", srcs = [ "foo.proto", ], - strip_import_prefix = "/proto/prost/private/tests/sanitized_modules", + strip_import_prefix = "/private/tests/sanitized_modules", ) proto_library( diff --git a/proto/prost/private/tests/sanitized_modules/bar.proto b/extensions/prost/private/tests/sanitized_modules/bar.proto similarity index 100% rename from proto/prost/private/tests/sanitized_modules/bar.proto rename to extensions/prost/private/tests/sanitized_modules/bar.proto diff --git a/proto/prost/private/tests/sanitized_modules/foo.proto b/extensions/prost/private/tests/sanitized_modules/foo.proto similarity index 100% rename from proto/prost/private/tests/sanitized_modules/foo.proto rename to extensions/prost/private/tests/sanitized_modules/foo.proto diff --git a/proto/prost/private/tests/sanitized_modules/sanitized_modules_test.rs b/extensions/prost/private/tests/sanitized_modules/sanitized_modules_test.rs similarity index 100% rename from proto/prost/private/tests/sanitized_modules/sanitized_modules_test.rs rename to extensions/prost/private/tests/sanitized_modules/sanitized_modules_test.rs diff --git a/proto/prost/private/tests/services/BUILD.bazel b/extensions/prost/private/tests/services/BUILD.bazel similarity index 100% rename from proto/prost/private/tests/services/BUILD.bazel rename to extensions/prost/private/tests/services/BUILD.bazel diff --git a/extensions/prost/private/tests/services/echo/BUILD.bazel b/extensions/prost/private/tests/services/echo/BUILD.bazel new file mode 100644 index 0000000000..138d13de66 --- /dev/null +++ b/extensions/prost/private/tests/services/echo/BUILD.bazel @@ -0,0 +1,45 @@ +load("@rules_proto//proto:defs.bzl", "proto_library") +load("@rules_rust//rust:defs.bzl", "rust_binary") +load("//:defs.bzl", "rust_prost_library") + +package(default_visibility = ["//private/tests:__subpackages__"]) + +proto_library( + name = "echo_proto", + srcs = [ + "echo.proto", + ], +) + +rust_prost_library( + name = "echo_rs_proto", + proto = ":echo_proto", +) + +rust_binary( + name = "client", + srcs = ["client.rs"], + edition = "2021", + deps = [ + ":echo_rs_proto", + "//private/3rdparty/crates:h2", + "//private/3rdparty/crates:prost", + "//private/3rdparty/crates:tokio", + "//private/3rdparty/crates:tokio-stream", + "//private/3rdparty/crates:tonic", + ], +) + +rust_binary( + name = "server", + srcs = ["server.rs"], + edition = "2021", + deps = [ + ":echo_rs_proto", + "//private/3rdparty/crates:h2", + "//private/3rdparty/crates:prost", + "//private/3rdparty/crates:tokio", + "//private/3rdparty/crates:tokio-stream", + "//private/3rdparty/crates:tonic", + ], +) diff --git a/proto/prost/private/tests/services/echo/client.rs b/extensions/prost/private/tests/services/echo/client.rs similarity index 100% rename from proto/prost/private/tests/services/echo/client.rs rename to extensions/prost/private/tests/services/echo/client.rs diff --git a/proto/prost/private/tests/services/echo/echo.proto b/extensions/prost/private/tests/services/echo/echo.proto similarity index 100% rename from proto/prost/private/tests/services/echo/echo.proto rename to extensions/prost/private/tests/services/echo/echo.proto diff --git a/proto/prost/private/tests/services/echo/server.rs b/extensions/prost/private/tests/services/echo/server.rs similarity index 100% rename from proto/prost/private/tests/services/echo/server.rs rename to extensions/prost/private/tests/services/echo/server.rs diff --git a/proto/prost/private/tests/services/helloworld/BUILD.bazel b/extensions/prost/private/tests/services/helloworld/BUILD.bazel similarity index 50% rename from proto/prost/private/tests/services/helloworld/BUILD.bazel rename to extensions/prost/private/tests/services/helloworld/BUILD.bazel index 796492fb8a..c9f4ff8e93 100644 --- a/proto/prost/private/tests/services/helloworld/BUILD.bazel +++ b/extensions/prost/private/tests/services/helloworld/BUILD.bazel @@ -1,8 +1,8 @@ load("@rules_proto//proto:defs.bzl", "proto_library") -load("//proto/prost:defs.bzl", "rust_prost_library") -load("//rust:defs.bzl", "rust_binary") +load("@rules_rust//rust:defs.bzl", "rust_binary") +load("//:defs.bzl", "rust_prost_library") -package(default_visibility = ["//proto/prost/private/tests:__subpackages__"]) +package(default_visibility = ["//private/tests:__subpackages__"]) proto_library( name = "helloworld_proto", @@ -22,9 +22,9 @@ rust_binary( edition = "2021", deps = [ ":helloworld_rs_proto", - "//proto/prost/private/3rdparty/crates:prost", - "//proto/prost/private/3rdparty/crates:tokio", - "//proto/prost/private/3rdparty/crates:tonic", + "//private/3rdparty/crates:prost", + "//private/3rdparty/crates:tokio", + "//private/3rdparty/crates:tonic", ], ) @@ -34,8 +34,8 @@ rust_binary( edition = "2021", deps = [ ":helloworld_rs_proto", - "//proto/prost/private/3rdparty/crates:prost", - "//proto/prost/private/3rdparty/crates:tokio", - "//proto/prost/private/3rdparty/crates:tonic", + "//private/3rdparty/crates:prost", + "//private/3rdparty/crates:tokio", + "//private/3rdparty/crates:tonic", ], ) diff --git a/proto/prost/private/tests/services/helloworld/client.rs b/extensions/prost/private/tests/services/helloworld/client.rs similarity index 100% rename from proto/prost/private/tests/services/helloworld/client.rs rename to extensions/prost/private/tests/services/helloworld/client.rs diff --git a/proto/prost/private/tests/services/helloworld/helloworld.proto b/extensions/prost/private/tests/services/helloworld/helloworld.proto similarity index 100% rename from proto/prost/private/tests/services/helloworld/helloworld.proto rename to extensions/prost/private/tests/services/helloworld/helloworld.proto diff --git a/proto/prost/private/tests/services/helloworld/server.rs b/extensions/prost/private/tests/services/helloworld/server.rs similarity index 100% rename from proto/prost/private/tests/services/helloworld/server.rs rename to extensions/prost/private/tests/services/helloworld/server.rs diff --git a/proto/prost/private/tests/transitive_dependencies/BUILD.bazel b/extensions/prost/private/tests/transitive_dependencies/BUILD.bazel similarity index 61% rename from proto/prost/private/tests/transitive_dependencies/BUILD.bazel rename to extensions/prost/private/tests/transitive_dependencies/BUILD.bazel index 7f212083b2..0fce3c7817 100644 --- a/proto/prost/private/tests/transitive_dependencies/BUILD.bazel +++ b/extensions/prost/private/tests/transitive_dependencies/BUILD.bazel @@ -1,19 +1,19 @@ load("@rules_proto//proto:defs.bzl", "proto_library") -load("//proto/prost:defs.bzl", "rust_prost_library", "rust_prost_toolchain") -load("//rust:defs.bzl", "rust_test") +load("@rules_rust//rust:defs.bzl", "rust_test") +load("//:defs.bzl", "rust_prost_library", "rust_prost_toolchain") load(":transition.bzl", "extra_toolchain_wrapper") -package(default_visibility = ["//proto/prost/private/tests:__subpackages__"]) +package(default_visibility = ["//private/tests:__subpackages__"]) proto_library( name = "a_proto", srcs = [ "a.proto", ], - strip_import_prefix = "/proto/prost/private/tests/transitive_dependencies", + strip_import_prefix = "/private/tests/transitive_dependencies", deps = [ - "//proto/prost/private/tests/transitive_dependencies/b:b_proto", - "//proto/prost/private/tests/types:types_proto", + "//private/tests/transitive_dependencies/b:b_proto", + "//private/tests/types:types_proto", "@com_google_protobuf//:duration_proto", "@com_google_protobuf//:timestamp_proto", ], @@ -31,7 +31,7 @@ rust_test( deps = [ ":a_rs_proto", # Add b_proto as a dependency directly to ensure compatibility with `a.proto`'s imports. - "//proto/prost/private/tests/transitive_dependencies/b:b_rs_proto", + "//private/tests/transitive_dependencies/b:b_rs_proto", ], ) @@ -54,18 +54,18 @@ rust_test( toolchain( name = "prost_toolchain_transitive_includes_enabled", toolchain = ":prost_toolchain_transitive_includes_enabled_impl", - toolchain_type = "//proto/prost:toolchain_type", + toolchain_type = "//:toolchain_type", ) rust_prost_toolchain( name = "prost_toolchain_transitive_includes_enabled_impl", # This is the important delta from the default toolchain. include_transitive_deps = True, - prost_plugin = "//proto/prost/private/3rdparty/crates:protoc-gen-prost__protoc-gen-prost", + prost_plugin = "//private/3rdparty/crates:protoc-gen-prost__protoc-gen-prost", prost_plugin_flag = "--plugin=protoc-gen-prost=%s", - prost_runtime = "//proto/prost/private:prost_runtime", - prost_types = "//proto/prost/private/3rdparty/crates:prost-types", - tonic_plugin = "//proto/prost/private/3rdparty/crates:protoc-gen-tonic__protoc-gen-tonic", + prost_runtime = "//private:prost_runtime", + prost_types = "//private/3rdparty/crates:prost-types", + tonic_plugin = "//private/3rdparty/crates:protoc-gen-tonic__protoc-gen-tonic", tonic_plugin_flag = "--plugin=protoc-gen-tonic=%s", - tonic_runtime = "//proto/prost/private:tonic_runtime", + tonic_runtime = "//private:tonic_runtime", ) diff --git a/proto/prost/private/tests/transitive_dependencies/a.proto b/extensions/prost/private/tests/transitive_dependencies/a.proto similarity index 100% rename from proto/prost/private/tests/transitive_dependencies/a.proto rename to extensions/prost/private/tests/transitive_dependencies/a.proto diff --git a/proto/prost/private/tests/transitive_dependencies/a_test.rs b/extensions/prost/private/tests/transitive_dependencies/a_test.rs similarity index 100% rename from proto/prost/private/tests/transitive_dependencies/a_test.rs rename to extensions/prost/private/tests/transitive_dependencies/a_test.rs diff --git a/proto/prost/private/tests/transitive_dependencies/b/BUILD.bazel b/extensions/prost/private/tests/transitive_dependencies/b/BUILD.bazel similarity index 55% rename from proto/prost/private/tests/transitive_dependencies/b/BUILD.bazel rename to extensions/prost/private/tests/transitive_dependencies/b/BUILD.bazel index 209a149a8c..5b70f04b19 100644 --- a/proto/prost/private/tests/transitive_dependencies/b/BUILD.bazel +++ b/extensions/prost/private/tests/transitive_dependencies/b/BUILD.bazel @@ -1,17 +1,17 @@ load("@rules_proto//proto:defs.bzl", "proto_library") -load("//proto/prost:defs.bzl", "rust_prost_library") -load("//rust:defs.bzl", "rust_test") +load("@rules_rust//rust:defs.bzl", "rust_test") +load("//:defs.bzl", "rust_prost_library") -package(default_visibility = ["//proto/prost/private/tests:__subpackages__"]) +package(default_visibility = ["//private/tests:__subpackages__"]) proto_library( name = "b_proto", srcs = [ "b.proto", ], - strip_import_prefix = "/proto/prost/private/tests/transitive_dependencies", + strip_import_prefix = "/private/tests/transitive_dependencies", deps = [ - "//proto/prost/private/tests/transitive_dependencies/b/c:c_proto", + "//private/tests/transitive_dependencies/b/c:c_proto", "@com_google_protobuf//:empty_proto", ], ) diff --git a/proto/prost/private/tests/transitive_dependencies/b/b.proto b/extensions/prost/private/tests/transitive_dependencies/b/b.proto similarity index 100% rename from proto/prost/private/tests/transitive_dependencies/b/b.proto rename to extensions/prost/private/tests/transitive_dependencies/b/b.proto diff --git a/proto/prost/private/tests/transitive_dependencies/b/b_test.rs b/extensions/prost/private/tests/transitive_dependencies/b/b_test.rs similarity index 100% rename from proto/prost/private/tests/transitive_dependencies/b/b_test.rs rename to extensions/prost/private/tests/transitive_dependencies/b/b_test.rs diff --git a/proto/prost/private/tests/transitive_dependencies/b/c/BUILD.bazel b/extensions/prost/private/tests/transitive_dependencies/b/c/BUILD.bazel similarity index 64% rename from proto/prost/private/tests/transitive_dependencies/b/c/BUILD.bazel rename to extensions/prost/private/tests/transitive_dependencies/b/c/BUILD.bazel index b9c3d0f895..136d80c927 100644 --- a/proto/prost/private/tests/transitive_dependencies/b/c/BUILD.bazel +++ b/extensions/prost/private/tests/transitive_dependencies/b/c/BUILD.bazel @@ -1,15 +1,15 @@ load("@rules_proto//proto:defs.bzl", "proto_library") -load("//proto/prost:defs.bzl", "rust_prost_library") -load("//rust:defs.bzl", "rust_test") +load("@rules_rust//rust:defs.bzl", "rust_test") +load("//:defs.bzl", "rust_prost_library") -package(default_visibility = ["//proto/prost/private/tests:__subpackages__"]) +package(default_visibility = ["//private/tests:__subpackages__"]) proto_library( name = "c_proto", srcs = [ "c.proto", ], - strip_import_prefix = "/proto/prost/private/tests/transitive_dependencies", + strip_import_prefix = "/private/tests/transitive_dependencies", deps = [ "@com_google_protobuf//:any_proto", "@com_google_protobuf//:duration_proto", diff --git a/proto/prost/private/tests/transitive_dependencies/b/c/c.proto b/extensions/prost/private/tests/transitive_dependencies/b/c/c.proto similarity index 100% rename from proto/prost/private/tests/transitive_dependencies/b/c/c.proto rename to extensions/prost/private/tests/transitive_dependencies/b/c/c.proto diff --git a/proto/prost/private/tests/transitive_dependencies/b/c/c_test.rs b/extensions/prost/private/tests/transitive_dependencies/b/c/c_test.rs similarity index 100% rename from proto/prost/private/tests/transitive_dependencies/b/c/c_test.rs rename to extensions/prost/private/tests/transitive_dependencies/b/c/c_test.rs diff --git a/proto/prost/private/tests/transitive_dependencies/transition.bzl b/extensions/prost/private/tests/transitive_dependencies/transition.bzl similarity index 95% rename from proto/prost/private/tests/transitive_dependencies/transition.bzl rename to extensions/prost/private/tests/transitive_dependencies/transition.bzl index 4178dd0c68..ed20ba67d4 100644 --- a/proto/prost/private/tests/transitive_dependencies/transition.bzl +++ b/extensions/prost/private/tests/transitive_dependencies/transition.bzl @@ -1,6 +1,6 @@ """Transition rule for the transitive dependencies test case.""" -load("//rust:defs.bzl", "rust_common") +load("@rules_rust//rust:defs.bzl", "rust_common") def _extra_toolchain_transition_impl(settings, attr): return { diff --git a/proto/prost/private/tests/transitive_dependencies/transitive_deps_test.rs b/extensions/prost/private/tests/transitive_dependencies/transitive_deps_test.rs similarity index 100% rename from proto/prost/private/tests/transitive_dependencies/transitive_deps_test.rs rename to extensions/prost/private/tests/transitive_dependencies/transitive_deps_test.rs diff --git a/proto/prost/private/tests/types/BUILD.bazel b/extensions/prost/private/tests/types/BUILD.bazel similarity index 61% rename from proto/prost/private/tests/types/BUILD.bazel rename to extensions/prost/private/tests/types/BUILD.bazel index 431bd144e8..c85a58f419 100644 --- a/proto/prost/private/tests/types/BUILD.bazel +++ b/extensions/prost/private/tests/types/BUILD.bazel @@ -1,15 +1,15 @@ load("@rules_proto//proto:defs.bzl", "proto_library") -load("//proto/prost:defs.bzl", "rust_prost_library") -load("//rust:defs.bzl", "rust_test") +load("@rules_rust//rust:defs.bzl", "rust_test") +load("//:defs.bzl", "rust_prost_library") -package(default_visibility = ["//proto/prost/private/tests:__subpackages__"]) +package(default_visibility = ["//private/tests:__subpackages__"]) proto_library( name = "types_proto", srcs = [ "types.proto", ], - strip_import_prefix = "/proto/prost/private/tests", + strip_import_prefix = "/private/tests", ) rust_prost_library( diff --git a/proto/prost/private/tests/types/types.proto b/extensions/prost/private/tests/types/types.proto similarity index 100% rename from proto/prost/private/tests/types/types.proto rename to extensions/prost/private/tests/types/types.proto diff --git a/proto/prost/private/tests/types/types_test.rs b/extensions/prost/private/tests/types/types_test.rs similarity index 100% rename from proto/prost/private/tests/types/types_test.rs rename to extensions/prost/private/tests/types/types_test.rs diff --git a/proto/prost/private/tests/well_known_types/BUILD.bazel b/extensions/prost/private/tests/well_known_types/BUILD.bazel similarity index 86% rename from proto/prost/private/tests/well_known_types/BUILD.bazel rename to extensions/prost/private/tests/well_known_types/BUILD.bazel index 1ca0eff7ed..1838709aac 100644 --- a/proto/prost/private/tests/well_known_types/BUILD.bazel +++ b/extensions/prost/private/tests/well_known_types/BUILD.bazel @@ -1,8 +1,8 @@ load("@rules_proto//proto:defs.bzl", "proto_library") -load("//proto/prost:defs.bzl", "rust_prost_library") -load("//rust:defs.bzl", "rust_test") +load("@rules_rust//rust:defs.bzl", "rust_test") +load("//:defs.bzl", "rust_prost_library") -package(default_visibility = ["//proto/prost/private/tests:__subpackages__"]) +package(default_visibility = ["//private/tests:__subpackages__"]) proto_library( name = "well_known_types_proto", diff --git a/proto/prost/private/tests/well_known_types/well_known_types.proto b/extensions/prost/private/tests/well_known_types/well_known_types.proto similarity index 100% rename from proto/prost/private/tests/well_known_types/well_known_types.proto rename to extensions/prost/private/tests/well_known_types/well_known_types.proto diff --git a/proto/prost/private/tests/well_known_types/well_known_types_test.rs b/extensions/prost/private/tests/well_known_types/well_known_types_test.rs similarity index 100% rename from proto/prost/private/tests/well_known_types/well_known_types_test.rs rename to extensions/prost/private/tests/well_known_types/well_known_types_test.rs diff --git a/proto/prost/providers.bzl b/extensions/prost/providers.bzl similarity index 100% rename from proto/prost/providers.bzl rename to extensions/prost/providers.bzl diff --git a/proto/prost/repositories.bzl b/extensions/prost/repositories.bzl similarity index 61% rename from proto/prost/repositories.bzl rename to extensions/prost/repositories.bzl index a73494b321..117a9a99e2 100644 --- a/proto/prost/repositories.bzl +++ b/extensions/prost/repositories.bzl @@ -2,7 +2,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe") -load("//proto/prost/private/3rdparty/crates:crates.bzl", "crate_repositories") +load("//private/3rdparty/crates:crates.bzl", "crate_repositories") def rust_prost_dependencies(bzlmod = False): """Declares repositories needed for prost. @@ -16,7 +16,7 @@ def rust_prost_dependencies(bzlmod = False): """ direct_deps = [ - struct(repo = "rules_rust_prost__heck", is_dev_dep = False), + struct(repo = "rules_rust_prost_deps__heck", is_dev_dep = False), ] if bzlmod: # Without bzlmod, this function is normally called by the @@ -40,14 +40,32 @@ def rust_prost_dependencies(bzlmod = False): strip_prefix = "protobuf-3.18.0", urls = ["https://github.com/protocolbuffers/protobuf/releases/download/v3.18.0/protobuf-all-3.18.0.tar.gz"], ) + maybe( + http_archive, + name = "bazel_features", + sha256 = "5d7e4eb0bb17aee392143cd667b67d9044c270a9345776a5e5a3cccbc44aa4b3", + strip_prefix = "bazel_features-1.13.0", + url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.13.0/bazel_features-v1.13.0.tar.gz", + ) + maybe( + http_archive, + name = "zlib", + build_file = Label("//private/3rdparty:BUILD.zlib.bazel"), + sha256 = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1", + strip_prefix = "zlib-1.2.11", + urls = [ + "https://zlib.net/zlib-1.2.11.tar.gz", + "https://storage.googleapis.com/mirror.tensorflow.org/zlib.net/zlib-1.2.11.tar.gz", + ], + ) maybe( http_archive, - name = "rules_rust_prost__heck", + name = "rules_rust_prost_deps__heck", integrity = "sha256-IwTgCYP4f/s4tVtES147YKiEtdMMD8p9gv4zRJu+Veo=", type = "tar.gz", urls = ["https://static.crates.io/crates/heck/heck-0.5.0.crate"], strip_prefix = "heck-0.5.0", - build_file = Label("@rules_rust//proto/prost/private/3rdparty/crates:BUILD.heck-0.5.0.bazel"), + build_file = Label("@rules_rust_prost//private/3rdparty/crates:BUILD.heck-0.5.0.bazel"), ) return direct_deps diff --git a/proto/prost/transitive_repositories.bzl b/extensions/prost/transitive_repositories.bzl similarity index 82% rename from proto/prost/transitive_repositories.bzl rename to extensions/prost/transitive_repositories.bzl index 13725e00fb..60c99ed545 100644 --- a/proto/prost/transitive_repositories.bzl +++ b/extensions/prost/transitive_repositories.bzl @@ -1,5 +1,6 @@ """Definitions for loading transitive `@rules_rust//proto` dependencies""" +load("@bazel_features//:deps.bzl", "bazel_features_deps") load("@rules_proto//proto:repositories.bzl", "rules_proto_dependencies") def rust_prost_transitive_repositories(): @@ -8,3 +9,5 @@ def rust_prost_transitive_repositories(): This macro should be called immediately after the `rust_proto_dependencies` macro. """ rules_proto_dependencies() + + bazel_features_deps() diff --git a/extensions/protobuf/.bazelignore b/extensions/protobuf/.bazelignore new file mode 100644 index 0000000000..8c29e7dd07 --- /dev/null +++ b/extensions/protobuf/.bazelignore @@ -0,0 +1,5 @@ +examples +bazel-out +bazel-testlogs +bazel-extensions +bazel-bin diff --git a/extensions/protobuf/.bazelrc b/extensions/protobuf/.bazelrc new file mode 100644 index 0000000000..57431732ce --- /dev/null +++ b/extensions/protobuf/.bazelrc @@ -0,0 +1,82 @@ +############################################################################### +## Bazel Configuration Flags +## +## `.bazelrc` is a Bazel configuration file. +## https://bazel.build/docs/best-practices#bazelrc-file +############################################################################### + +# https://bazel.build/reference/command-line-reference#flag--enable_platform_specific_config +common --enable_platform_specific_config + +# https://bazel.build/docs/windows#symlink +startup --windows_enable_symlinks +build:windows --enable_runfiles + +# Enable the only currently supported report type +# https://bazel.build/reference/command-line-reference#flag--combined_report +coverage --combined_report=lcov + +# Avoid fully cached builds reporting no coverage and failing CI +# https://bazel.build/reference/command-line-reference#flag--experimental_fetch_all_coverage_outputs +coverage --experimental_fetch_all_coverage_outputs + +# Required for some of the tests +# https://bazel.build/reference/command-line-reference#flag--experimental_cc_shared_library +common --experimental_cc_shared_library + +############################################################################### +## Unique configuration groups +############################################################################### + +# Enable use of the nightly toolchains. +build:nightly --@rules_rust//rust/toolchain/channel=nightly + +# Enable rustfmt for all targets in the workspace +build:rustfmt --aspects=@rules_rust//rust:defs.bzl%rustfmt_aspect +build:rustfmt --output_groups=+rustfmt_checks + +# Enable clippy for all targets in the workspace +build:clippy --aspects=@rules_rust//rust:defs.bzl%rust_clippy_aspect +build:clippy --output_groups=+clippy_checks + +# Enable unpretty for all targets in the workspace +build:unpretty --aspects=@rules_rust//rust:defs.bzl%rust_unpretty_aspect +build:unpretty --output_groups=+rust_unpretty + +# `unpretty` requires the nightly toolchain. See tracking issue: +# https://github.com/rust-lang/rust/issues/43364 +build:unpretty --config=nightly + +############################################################################### +## Incompatibility flags +############################################################################### + +# https://github.com/bazelbuild/bazel/issues/8195 +build --incompatible_disallow_empty_glob=true + +# https://github.com/bazelbuild/bazel/issues/12821 +build --nolegacy_external_runfiles + +# Required for cargo_build_script support before Bazel 7 +build --incompatible_merge_fixed_and_default_shell_env + +############################################################################### +## Bzlmod +############################################################################### + +# TODO: migrate all dependencies from WORKSPACE to MODULE.bazel +# https://github.com/bazelbuild/rules_rust/issues/2181 +common --noenable_bzlmod --enable_workspace + +# Disable the bzlmod lockfile, so we don't accidentally commit MODULE.bazel.lock +common --lockfile_mode=off + +############################################################################### +## Custom user flags +## +## This should always be the last thing in the `.bazelrc` file to ensure +## consistent behavior when setting flags in that file as `.bazelrc` files are +## evaluated top to bottom. +############################################################################### + +try-import %workspace%/user.bazelrc diff --git a/extensions/protobuf/.gitignore b/extensions/protobuf/.gitignore new file mode 100644 index 0000000000..758ea05a6d --- /dev/null +++ b/extensions/protobuf/.gitignore @@ -0,0 +1,27 @@ +# Git ignore patterns + +# Bazel +/bazel-* +user.bazelrc +MODULE.bazel.lock + +# rust-analyzer +rust-project.json + +# rustfmt +*.rs.bk + +# Cargo +**/target/ + +# npm +**/node_modules/ + +# IDEs +.vscode +.idea +.idea/** +*.swp + +# BazelCI +bazelci.py diff --git a/proto/protobuf/3rdparty/BUILD.bazel b/extensions/protobuf/3rdparty/BUILD.bazel similarity index 78% rename from proto/protobuf/3rdparty/BUILD.bazel rename to extensions/protobuf/3rdparty/BUILD.bazel index 6a50436ef3..83d5f8f5e7 100644 --- a/proto/protobuf/3rdparty/BUILD.bazel +++ b/extensions/protobuf/3rdparty/BUILD.bazel @@ -1,5 +1,5 @@ load("@bazel_skylib//:bzl_library.bzl", "bzl_library") -load("//crate_universe:defs.bzl", "crate", "crates_vendor") +load("@rules_rust//crate_universe:defs.bzl", "crate", "crates_vendor") crates_vendor( name = "crates_vendor", @@ -14,7 +14,7 @@ crates_vendor( )], "protobuf": [crate.annotation( patch_args = ["-p1"], - patches = ["@rules_rust//proto/protobuf/3rdparty/patches:protobuf-2.8.2.patch"], + patches = ["@rules_rust_protobuf//3rdparty/patches:protobuf-2.8.2.patch"], )], "protobuf-codegen": [crate.annotation( gen_binaries = ["protoc-gen-rust"], @@ -46,15 +46,15 @@ crates_vendor( version = "0.1.22", ), }, - repository_name = "rules_rust_proto", + repository_name = "rules_rust_protobuf_deps", tags = ["manual"], ) bzl_library( name = "bzl_lib", srcs = [ - "//proto/protobuf/3rdparty/crates:crates.bzl", - "//proto/protobuf/3rdparty/crates:defs.bzl", + "//3rdparty/crates:crates.bzl", + "//3rdparty/crates:defs.bzl", ], - visibility = ["//proto/protobuf:__pkg__"], + visibility = ["//:__pkg__"], ) diff --git a/extensions/protobuf/3rdparty/BUILD.zlib.bazel b/extensions/protobuf/3rdparty/BUILD.zlib.bazel new file mode 100644 index 0000000000..687375d7b3 --- /dev/null +++ b/extensions/protobuf/3rdparty/BUILD.zlib.bazel @@ -0,0 +1,76 @@ +load("@bazel_skylib//rules:copy_file.bzl", "copy_file") +load("@rules_cc//cc:defs.bzl", "cc_library") + +_ZLIB_HEADERS = [ + "crc32.h", + "deflate.h", + "gzguts.h", + "inffast.h", + "inffixed.h", + "inflate.h", + "inftrees.h", + "trees.h", + "zconf.h", + "zlib.h", + "zutil.h", +] + +# In order to limit the damage from the `includes` propagation +# via `:zlib`, copy the public headers to a subdirectory and +# expose those. +_ZLIB_HEADER_PREFIX = "zlib/include" + +_ZLIB_PREFIXED_HEADERS = ["{}/{}".format(_ZLIB_HEADER_PREFIX, hdr) for hdr in _ZLIB_HEADERS] + +[ + copy_file( + name = "{}.copy".format(hdr), + src = hdr, + out = "{}/{}".format(_ZLIB_HEADER_PREFIX, hdr), + ) + for hdr in _ZLIB_HEADERS +] + +_COMMON_COPTS = [ + "-Wno-deprecated-non-prototype", + "-Wno-unused-variable", + "-Wno-implicit-function-declaration", +] + +cc_library( + name = "zlib", + srcs = [ + "adler32.c", + "compress.c", + "crc32.c", + "deflate.c", + "gzclose.c", + "gzlib.c", + "gzread.c", + "gzwrite.c", + "infback.c", + "inffast.c", + "inflate.c", + "inftrees.c", + "trees.c", + "uncompr.c", + "zutil.c", + # Include the un-prefixed headers in srcs to work + # around the fact that zlib isn't consistent in its + # choice of <> or "" delimiter when including itself. + ] + _ZLIB_HEADERS, + hdrs = _ZLIB_PREFIXED_HEADERS, + copts = select({ + "@platforms//os:linux": [ + # Required for opt builds to avoid + # `libzlib.a(crc32.o): requires unsupported dynamic reloc 11; recompile with -fPIC` + "-fPIC", + # Silence all warnings + "-w", + ] + _COMMON_COPTS, + "@platforms//os:windows": [], + "//conditions:default": _COMMON_COPTS, + }), + includes = ["zlib/include/"], + visibility = ["//visibility:public"], +) diff --git a/proto/protobuf/3rdparty/Cargo.Bazel.lock b/extensions/protobuf/3rdparty/Cargo.Bazel.lock similarity index 100% rename from proto/protobuf/3rdparty/Cargo.Bazel.lock rename to extensions/protobuf/3rdparty/Cargo.Bazel.lock diff --git a/wasm_bindgen/3rdparty/crates/BUILD.autocfg-1.1.0.bazel b/extensions/protobuf/3rdparty/crates/BUILD.autocfg-1.1.0.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.autocfg-1.1.0.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.autocfg-1.1.0.bazel index 7bfce9f360..fd6ae68637 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.autocfg-1.1.0.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.autocfg-1.1.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/protobuf/3rdparty/crates/BUILD.base64-0.9.3.bazel b/extensions/protobuf/3rdparty/crates/BUILD.base64-0.9.3.bazel similarity index 95% rename from proto/protobuf/3rdparty/crates/BUILD.base64-0.9.3.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.base64-0.9.3.bazel index 9b75551d4c..a5c695f5d9 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.base64-0.9.3.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.base64-0.9.3.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,7 +80,7 @@ rust_library( }), version = "0.9.3", deps = [ - "@rules_rust_proto__byteorder-1.4.3//:byteorder", - "@rules_rust_proto__safemem-0.3.3//:safemem", + "@rules_rust_protobuf_deps__byteorder-1.4.3//:byteorder", + "@rules_rust_protobuf_deps__safemem-0.3.3//:safemem", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.bazel b/extensions/protobuf/3rdparty/crates/BUILD.bazel similarity index 64% rename from proto/protobuf/3rdparty/crates/BUILD.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.bazel index 12c3381a45..25794220d5 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### package(default_visibility = ["//visibility:public"]) @@ -33,55 +33,55 @@ filegroup( # Workspace Member Dependencies alias( name = "grpc", - actual = "@rules_rust_proto__grpc-0.6.2//:grpc", + actual = "@rules_rust_protobuf_deps__grpc-0.6.2//:grpc", tags = ["manual"], ) alias( name = "grpc-compiler", - actual = "@rules_rust_proto__grpc-compiler-0.6.2//:grpc_compiler", + actual = "@rules_rust_protobuf_deps__grpc-compiler-0.6.2//:grpc_compiler", tags = ["manual"], ) alias( name = "log", - actual = "@rules_rust_proto__log-0.4.17//:log", + actual = "@rules_rust_protobuf_deps__log-0.4.17//:log", tags = ["manual"], ) alias( name = "protobuf", - actual = "@rules_rust_proto__protobuf-2.8.2//:protobuf", + actual = "@rules_rust_protobuf_deps__protobuf-2.8.2//:protobuf", tags = ["manual"], ) alias( name = "protobuf-codegen", - actual = "@rules_rust_proto__protobuf-codegen-2.8.2//:protobuf_codegen", + actual = "@rules_rust_protobuf_deps__protobuf-codegen-2.8.2//:protobuf_codegen", tags = ["manual"], ) alias( name = "tls-api", - actual = "@rules_rust_proto__tls-api-0.1.22//:tls_api", + actual = "@rules_rust_protobuf_deps__tls-api-0.1.22//:tls_api", tags = ["manual"], ) alias( name = "tls-api-stub", - actual = "@rules_rust_proto__tls-api-stub-0.1.22//:tls_api_stub", + actual = "@rules_rust_protobuf_deps__tls-api-stub-0.1.22//:tls_api_stub", tags = ["manual"], ) # Binaries alias( name = "grpc-compiler__protoc-gen-rust-grpc", - actual = "@rules_rust_proto__grpc-compiler-0.6.2//:protoc-gen-rust-grpc__bin", + actual = "@rules_rust_protobuf_deps__grpc-compiler-0.6.2//:protoc-gen-rust-grpc__bin", tags = ["manual"], ) alias( name = "protobuf-codegen__protoc-gen-rust", - actual = "@rules_rust_proto__protobuf-codegen-2.8.2//:protoc-gen-rust__bin", + actual = "@rules_rust_protobuf_deps__protobuf-codegen-2.8.2//:protoc-gen-rust__bin", tags = ["manual"], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.bitflags-1.3.2.bazel b/extensions/protobuf/3rdparty/crates/BUILD.bitflags-1.3.2.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.bitflags-1.3.2.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.bitflags-1.3.2.bazel index 30d094082f..d6b9e384ea 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.bitflags-1.3.2.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.bitflags-1.3.2.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/protobuf/3rdparty/crates/BUILD.byteorder-1.4.3.bazel b/extensions/protobuf/3rdparty/crates/BUILD.byteorder-1.4.3.bazel similarity index 98% rename from proto/protobuf/3rdparty/crates/BUILD.byteorder-1.4.3.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.byteorder-1.4.3.bazel index 5a4e933475..6ad66731d6 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.byteorder-1.4.3.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.byteorder-1.4.3.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/protobuf/3rdparty/crates/BUILD.bytes-0.4.12.bazel b/extensions/protobuf/3rdparty/crates/BUILD.bytes-0.4.12.bazel similarity index 95% rename from proto/protobuf/3rdparty/crates/BUILD.bytes-0.4.12.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.bytes-0.4.12.bazel index fd06d45207..f2232fcd41 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.bytes-0.4.12.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.bytes-0.4.12.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,7 +80,7 @@ rust_library( }), version = "0.4.12", deps = [ - "@rules_rust_proto__byteorder-1.4.3//:byteorder", - "@rules_rust_proto__iovec-0.1.4//:iovec", + "@rules_rust_protobuf_deps__byteorder-1.4.3//:byteorder", + "@rules_rust_protobuf_deps__iovec-0.1.4//:iovec", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.cfg-if-0.1.10.bazel b/extensions/protobuf/3rdparty/crates/BUILD.cfg-if-0.1.10.bazel similarity index 98% rename from proto/protobuf/3rdparty/crates/BUILD.cfg-if-0.1.10.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.cfg-if-0.1.10.bazel index 7db951be61..63a3433655 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.cfg-if-0.1.10.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.cfg-if-0.1.10.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/protobuf/3rdparty/crates/BUILD.cfg-if-1.0.0.bazel b/extensions/protobuf/3rdparty/crates/BUILD.cfg-if-1.0.0.bazel similarity index 98% rename from proto/protobuf/3rdparty/crates/BUILD.cfg-if-1.0.0.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.cfg-if-1.0.0.bazel index 15c4052d0b..fdb278e85f 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.cfg-if-1.0.0.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.cfg-if-1.0.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/protobuf/3rdparty/crates/BUILD.cloudabi-0.0.3.bazel b/extensions/protobuf/3rdparty/crates/BUILD.cloudabi-0.0.3.bazel similarity index 98% rename from proto/protobuf/3rdparty/crates/BUILD.cloudabi-0.0.3.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.cloudabi-0.0.3.bazel index c585bae845..bb85b004d2 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.cloudabi-0.0.3.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.cloudabi-0.0.3.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/protobuf/3rdparty/crates/BUILD.crossbeam-deque-0.7.4.bazel b/extensions/protobuf/3rdparty/crates/BUILD.crossbeam-deque-0.7.4.bazel similarity index 92% rename from proto/protobuf/3rdparty/crates/BUILD.crossbeam-deque-0.7.4.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.crossbeam-deque-0.7.4.bazel index 110b273093..8ec3250cdd 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.crossbeam-deque-0.7.4.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.crossbeam-deque-0.7.4.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,8 +80,8 @@ rust_library( }), version = "0.7.4", deps = [ - "@rules_rust_proto__crossbeam-epoch-0.8.2//:crossbeam_epoch", - "@rules_rust_proto__crossbeam-utils-0.7.2//:crossbeam_utils", - "@rules_rust_proto__maybe-uninit-2.0.0//:maybe_uninit", + "@rules_rust_protobuf_deps__crossbeam-epoch-0.8.2//:crossbeam_epoch", + "@rules_rust_protobuf_deps__crossbeam-utils-0.7.2//:crossbeam_utils", + "@rules_rust_protobuf_deps__maybe-uninit-2.0.0//:maybe_uninit", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.crossbeam-epoch-0.8.2.bazel b/extensions/protobuf/3rdparty/crates/BUILD.crossbeam-epoch-0.8.2.bazel similarity index 89% rename from proto/protobuf/3rdparty/crates/BUILD.crossbeam-epoch-0.8.2.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.crossbeam-epoch-0.8.2.bazel index db26c0ac09..5ceee31611 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.crossbeam-epoch-0.8.2.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.crossbeam-epoch-0.8.2.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -86,13 +86,13 @@ rust_library( }), version = "0.8.2", deps = [ - "@rules_rust_proto__cfg-if-0.1.10//:cfg_if", - "@rules_rust_proto__crossbeam-epoch-0.8.2//:build_script_build", - "@rules_rust_proto__crossbeam-utils-0.7.2//:crossbeam_utils", - "@rules_rust_proto__lazy_static-1.4.0//:lazy_static", - "@rules_rust_proto__maybe-uninit-2.0.0//:maybe_uninit", - "@rules_rust_proto__memoffset-0.5.6//:memoffset", - "@rules_rust_proto__scopeguard-1.1.0//:scopeguard", + "@rules_rust_protobuf_deps__cfg-if-0.1.10//:cfg_if", + "@rules_rust_protobuf_deps__crossbeam-epoch-0.8.2//:build_script_build", + "@rules_rust_protobuf_deps__crossbeam-utils-0.7.2//:crossbeam_utils", + "@rules_rust_protobuf_deps__lazy_static-1.4.0//:lazy_static", + "@rules_rust_protobuf_deps__maybe-uninit-2.0.0//:maybe_uninit", + "@rules_rust_protobuf_deps__memoffset-0.5.6//:memoffset", + "@rules_rust_protobuf_deps__scopeguard-1.1.0//:scopeguard", ], ) @@ -149,7 +149,7 @@ cargo_build_script( version = "0.8.2", visibility = ["//visibility:private"], deps = [ - "@rules_rust_proto__autocfg-1.1.0//:autocfg", + "@rules_rust_protobuf_deps__autocfg-1.1.0//:autocfg", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.crossbeam-queue-0.2.3.bazel b/extensions/protobuf/3rdparty/crates/BUILD.crossbeam-queue-0.2.3.bazel similarity index 93% rename from proto/protobuf/3rdparty/crates/BUILD.crossbeam-queue-0.2.3.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.crossbeam-queue-0.2.3.bazel index 68dc699a82..f8ed38ff8d 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.crossbeam-queue-0.2.3.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.crossbeam-queue-0.2.3.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -84,8 +84,8 @@ rust_library( }), version = "0.2.3", deps = [ - "@rules_rust_proto__cfg-if-0.1.10//:cfg_if", - "@rules_rust_proto__crossbeam-utils-0.7.2//:crossbeam_utils", - "@rules_rust_proto__maybe-uninit-2.0.0//:maybe_uninit", + "@rules_rust_protobuf_deps__cfg-if-0.1.10//:cfg_if", + "@rules_rust_protobuf_deps__crossbeam-utils-0.7.2//:crossbeam_utils", + "@rules_rust_protobuf_deps__maybe-uninit-2.0.0//:maybe_uninit", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.crossbeam-utils-0.7.2.bazel b/extensions/protobuf/3rdparty/crates/BUILD.crossbeam-utils-0.7.2.bazel similarity index 93% rename from proto/protobuf/3rdparty/crates/BUILD.crossbeam-utils-0.7.2.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.crossbeam-utils-0.7.2.bazel index 0516a2f3bb..349e608f6c 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.crossbeam-utils-0.7.2.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.crossbeam-utils-0.7.2.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -86,9 +86,9 @@ rust_library( }), version = "0.7.2", deps = [ - "@rules_rust_proto__cfg-if-0.1.10//:cfg_if", - "@rules_rust_proto__crossbeam-utils-0.7.2//:build_script_build", - "@rules_rust_proto__lazy_static-1.4.0//:lazy_static", + "@rules_rust_protobuf_deps__cfg-if-0.1.10//:cfg_if", + "@rules_rust_protobuf_deps__crossbeam-utils-0.7.2//:build_script_build", + "@rules_rust_protobuf_deps__lazy_static-1.4.0//:lazy_static", ], ) @@ -145,7 +145,7 @@ cargo_build_script( version = "0.7.2", visibility = ["//visibility:private"], deps = [ - "@rules_rust_proto__autocfg-1.1.0//:autocfg", + "@rules_rust_protobuf_deps__autocfg-1.1.0//:autocfg", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.fnv-1.0.7.bazel b/extensions/protobuf/3rdparty/crates/BUILD.fnv-1.0.7.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.fnv-1.0.7.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.fnv-1.0.7.bazel index db02154fb4..f7f1beedf7 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.fnv-1.0.7.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.fnv-1.0.7.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/protobuf/3rdparty/crates/BUILD.fuchsia-zircon-0.3.3.bazel b/extensions/protobuf/3rdparty/crates/BUILD.fuchsia-zircon-0.3.3.bazel similarity index 94% rename from proto/protobuf/3rdparty/crates/BUILD.fuchsia-zircon-0.3.3.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.fuchsia-zircon-0.3.3.bazel index b52195817f..938dd1eabc 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.fuchsia-zircon-0.3.3.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.fuchsia-zircon-0.3.3.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,7 +80,7 @@ rust_library( }), version = "0.3.3", deps = [ - "@rules_rust_proto__bitflags-1.3.2//:bitflags", - "@rules_rust_proto__fuchsia-zircon-sys-0.3.3//:fuchsia_zircon_sys", + "@rules_rust_protobuf_deps__bitflags-1.3.2//:bitflags", + "@rules_rust_protobuf_deps__fuchsia-zircon-sys-0.3.3//:fuchsia_zircon_sys", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.fuchsia-zircon-sys-0.3.3.bazel b/extensions/protobuf/3rdparty/crates/BUILD.fuchsia-zircon-sys-0.3.3.bazel similarity index 98% rename from proto/protobuf/3rdparty/crates/BUILD.fuchsia-zircon-sys-0.3.3.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.fuchsia-zircon-sys-0.3.3.bazel index 8da93e1e0f..c523bae13f 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.fuchsia-zircon-sys-0.3.3.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.fuchsia-zircon-sys-0.3.3.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/protobuf/3rdparty/crates/BUILD.futures-0.1.31.bazel b/extensions/protobuf/3rdparty/crates/BUILD.futures-0.1.31.bazel similarity index 98% rename from proto/protobuf/3rdparty/crates/BUILD.futures-0.1.31.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.futures-0.1.31.bazel index 1b11343315..7eecd82cd0 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.futures-0.1.31.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.futures-0.1.31.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/protobuf/3rdparty/crates/BUILD.futures-cpupool-0.1.8.bazel b/extensions/protobuf/3rdparty/crates/BUILD.futures-cpupool-0.1.8.bazel similarity index 95% rename from proto/protobuf/3rdparty/crates/BUILD.futures-cpupool-0.1.8.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.futures-cpupool-0.1.8.bazel index 4c82c814ea..fcb8305a44 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.futures-cpupool-0.1.8.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.futures-cpupool-0.1.8.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -84,7 +84,7 @@ rust_library( }), version = "0.1.8", deps = [ - "@rules_rust_proto__futures-0.1.31//:futures", - "@rules_rust_proto__num_cpus-1.15.0//:num_cpus", + "@rules_rust_protobuf_deps__futures-0.1.31//:futures", + "@rules_rust_protobuf_deps__num_cpus-1.15.0//:num_cpus", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.grpc-0.6.2.bazel b/extensions/protobuf/3rdparty/crates/BUILD.grpc-0.6.2.bazel similarity index 80% rename from proto/protobuf/3rdparty/crates/BUILD.grpc-0.6.2.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.grpc-0.6.2.bazel index 458b03dea3..82f41af5f4 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.grpc-0.6.2.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.grpc-0.6.2.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,17 +80,17 @@ rust_library( }), version = "0.6.2", deps = [ - "@rules_rust_proto__base64-0.9.3//:base64", - "@rules_rust_proto__bytes-0.4.12//:bytes", - "@rules_rust_proto__futures-0.1.31//:futures", - "@rules_rust_proto__futures-cpupool-0.1.8//:futures_cpupool", - "@rules_rust_proto__httpbis-0.7.0//:httpbis", - "@rules_rust_proto__log-0.4.17//:log", - "@rules_rust_proto__protobuf-2.8.2//:protobuf", - "@rules_rust_proto__tls-api-0.1.22//:tls_api", - "@rules_rust_proto__tls-api-stub-0.1.22//:tls_api_stub", - "@rules_rust_proto__tokio-core-0.1.18//:tokio_core", - "@rules_rust_proto__tokio-io-0.1.13//:tokio_io", - "@rules_rust_proto__tokio-tls-api-0.1.22//:tokio_tls_api", + "@rules_rust_protobuf_deps__base64-0.9.3//:base64", + "@rules_rust_protobuf_deps__bytes-0.4.12//:bytes", + "@rules_rust_protobuf_deps__futures-0.1.31//:futures", + "@rules_rust_protobuf_deps__futures-cpupool-0.1.8//:futures_cpupool", + "@rules_rust_protobuf_deps__httpbis-0.7.0//:httpbis", + "@rules_rust_protobuf_deps__log-0.4.17//:log", + "@rules_rust_protobuf_deps__protobuf-2.8.2//:protobuf", + "@rules_rust_protobuf_deps__tls-api-0.1.22//:tls_api", + "@rules_rust_protobuf_deps__tls-api-stub-0.1.22//:tls_api_stub", + "@rules_rust_protobuf_deps__tokio-core-0.1.18//:tokio_core", + "@rules_rust_protobuf_deps__tokio-io-0.1.13//:tokio_io", + "@rules_rust_protobuf_deps__tokio-tls-api-0.1.22//:tokio_tls_api", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.grpc-compiler-0.6.2.bazel b/extensions/protobuf/3rdparty/crates/BUILD.grpc-compiler-0.6.2.bazel similarity index 95% rename from proto/protobuf/3rdparty/crates/BUILD.grpc-compiler-0.6.2.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.grpc-compiler-0.6.2.bazel index 11b2128666..0c9df1d351 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.grpc-compiler-0.6.2.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.grpc-compiler-0.6.2.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load( @@ -84,8 +84,8 @@ rust_library( }), version = "0.6.2", deps = [ - "@rules_rust_proto__protobuf-2.8.2//:protobuf", - "@rules_rust_proto__protobuf-codegen-2.8.2//:protobuf_codegen", + "@rules_rust_protobuf_deps__protobuf-2.8.2//:protobuf", + "@rules_rust_protobuf_deps__protobuf-codegen-2.8.2//:protobuf_codegen", ], ) @@ -160,7 +160,7 @@ rust_binary( version = "0.6.2", deps = [ ":grpc_compiler", - "@rules_rust_proto__protobuf-2.8.2//:protobuf", - "@rules_rust_proto__protobuf-codegen-2.8.2//:protobuf_codegen", + "@rules_rust_protobuf_deps__protobuf-2.8.2//:protobuf", + "@rules_rust_protobuf_deps__protobuf-codegen-2.8.2//:protobuf_codegen", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.hermit-abi-0.2.6.bazel b/extensions/protobuf/3rdparty/crates/BUILD.hermit-abi-0.2.6.bazel similarity index 96% rename from proto/protobuf/3rdparty/crates/BUILD.hermit-abi-0.2.6.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.hermit-abi-0.2.6.bazel index 7e3184759e..2c05ed3a68 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.hermit-abi-0.2.6.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.hermit-abi-0.2.6.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,6 +80,6 @@ rust_library( }), version = "0.2.6", deps = [ - "@rules_rust_proto__libc-0.2.139//:libc", + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.httpbis-0.7.0.bazel b/extensions/protobuf/3rdparty/crates/BUILD.httpbis-0.7.0.bazel similarity index 56% rename from proto/protobuf/3rdparty/crates/BUILD.httpbis-0.7.0.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.httpbis-0.7.0.bazel index 8a25fad06b..f753c9f224 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.httpbis-0.7.0.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.httpbis-0.7.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -81,115 +81,115 @@ rust_library( }), version = "0.7.0", deps = [ - "@rules_rust_proto__bytes-0.4.12//:bytes", - "@rules_rust_proto__futures-0.1.31//:futures", - "@rules_rust_proto__futures-cpupool-0.1.8//:futures_cpupool", - "@rules_rust_proto__httpbis-0.7.0//:build_script_build", - "@rules_rust_proto__log-0.4.17//:log", - "@rules_rust_proto__net2-0.2.38//:net2", - "@rules_rust_proto__tls-api-0.1.22//:tls_api", - "@rules_rust_proto__tls-api-stub-0.1.22//:tls_api_stub", - "@rules_rust_proto__tokio-core-0.1.18//:tokio_core", - "@rules_rust_proto__tokio-io-0.1.13//:tokio_io", - "@rules_rust_proto__tokio-timer-0.1.2//:tokio_timer", - "@rules_rust_proto__tokio-tls-api-0.1.22//:tokio_tls_api", - "@rules_rust_proto__void-1.0.2//:void", + "@rules_rust_protobuf_deps__bytes-0.4.12//:bytes", + "@rules_rust_protobuf_deps__futures-0.1.31//:futures", + "@rules_rust_protobuf_deps__futures-cpupool-0.1.8//:futures_cpupool", + "@rules_rust_protobuf_deps__httpbis-0.7.0//:build_script_build", + "@rules_rust_protobuf_deps__log-0.4.17//:log", + "@rules_rust_protobuf_deps__net2-0.2.38//:net2", + "@rules_rust_protobuf_deps__tls-api-0.1.22//:tls_api", + "@rules_rust_protobuf_deps__tls-api-stub-0.1.22//:tls_api_stub", + "@rules_rust_protobuf_deps__tokio-core-0.1.18//:tokio_core", + "@rules_rust_protobuf_deps__tokio-io-0.1.13//:tokio_io", + "@rules_rust_protobuf_deps__tokio-timer-0.1.2//:tokio_timer", + "@rules_rust_protobuf_deps__tokio-tls-api-0.1.22//:tokio_tls_api", + "@rules_rust_protobuf_deps__void-1.0.2//:void", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@rules_rust_proto__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) - "@rules_rust_proto__unix_socket-0.5.0//:unix_socket", # cfg(unix) + "@rules_rust_protobuf_deps__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) + "@rules_rust_protobuf_deps__unix_socket-0.5.0//:unix_socket", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@rules_rust_proto__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) - "@rules_rust_proto__unix_socket-0.5.0//:unix_socket", # cfg(unix) + "@rules_rust_protobuf_deps__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) + "@rules_rust_protobuf_deps__unix_socket-0.5.0//:unix_socket", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@rules_rust_proto__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) - "@rules_rust_proto__unix_socket-0.5.0//:unix_socket", # cfg(unix) + "@rules_rust_protobuf_deps__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) + "@rules_rust_protobuf_deps__unix_socket-0.5.0//:unix_socket", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@rules_rust_proto__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) - "@rules_rust_proto__unix_socket-0.5.0//:unix_socket", # cfg(unix) + "@rules_rust_protobuf_deps__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) + "@rules_rust_protobuf_deps__unix_socket-0.5.0//:unix_socket", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ - "@rules_rust_proto__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) - "@rules_rust_proto__unix_socket-0.5.0//:unix_socket", # cfg(unix) + "@rules_rust_protobuf_deps__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) + "@rules_rust_protobuf_deps__unix_socket-0.5.0//:unix_socket", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@rules_rust_proto__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) - "@rules_rust_proto__unix_socket-0.5.0//:unix_socket", # cfg(unix) + "@rules_rust_protobuf_deps__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) + "@rules_rust_protobuf_deps__unix_socket-0.5.0//:unix_socket", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ - "@rules_rust_proto__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) - "@rules_rust_proto__unix_socket-0.5.0//:unix_socket", # cfg(unix) + "@rules_rust_protobuf_deps__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) + "@rules_rust_protobuf_deps__unix_socket-0.5.0//:unix_socket", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ - "@rules_rust_proto__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) - "@rules_rust_proto__unix_socket-0.5.0//:unix_socket", # cfg(unix) + "@rules_rust_protobuf_deps__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) + "@rules_rust_protobuf_deps__unix_socket-0.5.0//:unix_socket", # cfg(unix) ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@rules_rust_proto__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) - "@rules_rust_proto__unix_socket-0.5.0//:unix_socket", # cfg(unix) + "@rules_rust_protobuf_deps__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) + "@rules_rust_protobuf_deps__unix_socket-0.5.0//:unix_socket", # cfg(unix) ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@rules_rust_proto__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) - "@rules_rust_proto__unix_socket-0.5.0//:unix_socket", # cfg(unix) + "@rules_rust_protobuf_deps__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) + "@rules_rust_protobuf_deps__unix_socket-0.5.0//:unix_socket", # cfg(unix) ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@rules_rust_proto__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) - "@rules_rust_proto__unix_socket-0.5.0//:unix_socket", # cfg(unix) + "@rules_rust_protobuf_deps__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) + "@rules_rust_protobuf_deps__unix_socket-0.5.0//:unix_socket", # cfg(unix) ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@rules_rust_proto__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) - "@rules_rust_proto__unix_socket-0.5.0//:unix_socket", # cfg(unix) + "@rules_rust_protobuf_deps__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) + "@rules_rust_protobuf_deps__unix_socket-0.5.0//:unix_socket", # cfg(unix) ], "@rules_rust//rust/platform:i686-linux-android": [ - "@rules_rust_proto__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) - "@rules_rust_proto__unix_socket-0.5.0//:unix_socket", # cfg(unix) + "@rules_rust_protobuf_deps__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) + "@rules_rust_protobuf_deps__unix_socket-0.5.0//:unix_socket", # cfg(unix) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@rules_rust_proto__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) - "@rules_rust_proto__unix_socket-0.5.0//:unix_socket", # cfg(unix) + "@rules_rust_protobuf_deps__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) + "@rules_rust_protobuf_deps__unix_socket-0.5.0//:unix_socket", # cfg(unix) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@rules_rust_proto__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) - "@rules_rust_proto__unix_socket-0.5.0//:unix_socket", # cfg(unix) + "@rules_rust_protobuf_deps__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) + "@rules_rust_protobuf_deps__unix_socket-0.5.0//:unix_socket", # cfg(unix) ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@rules_rust_proto__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) - "@rules_rust_proto__unix_socket-0.5.0//:unix_socket", # cfg(unix) + "@rules_rust_protobuf_deps__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) + "@rules_rust_protobuf_deps__unix_socket-0.5.0//:unix_socket", # cfg(unix) ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@rules_rust_proto__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) - "@rules_rust_proto__unix_socket-0.5.0//:unix_socket", # cfg(unix) + "@rules_rust_protobuf_deps__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) + "@rules_rust_protobuf_deps__unix_socket-0.5.0//:unix_socket", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@rules_rust_proto__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) - "@rules_rust_proto__unix_socket-0.5.0//:unix_socket", # cfg(unix) + "@rules_rust_protobuf_deps__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) + "@rules_rust_protobuf_deps__unix_socket-0.5.0//:unix_socket", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@rules_rust_proto__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) - "@rules_rust_proto__unix_socket-0.5.0//:unix_socket", # cfg(unix) + "@rules_rust_protobuf_deps__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) + "@rules_rust_protobuf_deps__unix_socket-0.5.0//:unix_socket", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@rules_rust_proto__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) - "@rules_rust_proto__unix_socket-0.5.0//:unix_socket", # cfg(unix) + "@rules_rust_protobuf_deps__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) + "@rules_rust_protobuf_deps__unix_socket-0.5.0//:unix_socket", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@rules_rust_proto__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) - "@rules_rust_proto__unix_socket-0.5.0//:unix_socket", # cfg(unix) + "@rules_rust_protobuf_deps__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) + "@rules_rust_protobuf_deps__unix_socket-0.5.0//:unix_socket", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [ - "@rules_rust_proto__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) - "@rules_rust_proto__unix_socket-0.5.0//:unix_socket", # cfg(unix) + "@rules_rust_protobuf_deps__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) + "@rules_rust_protobuf_deps__unix_socket-0.5.0//:unix_socket", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@rules_rust_proto__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) - "@rules_rust_proto__unix_socket-0.5.0//:unix_socket", # cfg(unix) + "@rules_rust_protobuf_deps__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) + "@rules_rust_protobuf_deps__unix_socket-0.5.0//:unix_socket", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ - "@rules_rust_proto__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) - "@rules_rust_proto__unix_socket-0.5.0//:unix_socket", # cfg(unix) + "@rules_rust_protobuf_deps__tokio-uds-0.1.7//:tokio_uds", # cfg(unix) + "@rules_rust_protobuf_deps__unix_socket-0.5.0//:unix_socket", # cfg(unix) ], "//conditions:default": [], }), diff --git a/proto/protobuf/3rdparty/crates/BUILD.iovec-0.1.4.bazel b/extensions/protobuf/3rdparty/crates/BUILD.iovec-0.1.4.bazel similarity index 74% rename from proto/protobuf/3rdparty/crates/BUILD.iovec-0.1.4.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.iovec-0.1.4.bazel index 7036dc1e14..467f854083 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.iovec-0.1.4.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.iovec-0.1.4.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -81,76 +81,76 @@ rust_library( version = "0.1.4", deps = select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-linux-android": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "//conditions:default": [], }), diff --git a/proto/protobuf/3rdparty/crates/BUILD.kernel32-sys-0.2.2.bazel b/extensions/protobuf/3rdparty/crates/BUILD.kernel32-sys-0.2.2.bazel similarity index 95% rename from proto/protobuf/3rdparty/crates/BUILD.kernel32-sys-0.2.2.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.kernel32-sys-0.2.2.bazel index 6f5919adb5..399399e03a 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.kernel32-sys-0.2.2.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.kernel32-sys-0.2.2.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -81,8 +81,8 @@ rust_library( }), version = "0.2.2", deps = [ - "@rules_rust_proto__kernel32-sys-0.2.2//:build_script_build", - "@rules_rust_proto__winapi-0.2.8//:winapi", + "@rules_rust_protobuf_deps__kernel32-sys-0.2.2//:build_script_build", + "@rules_rust_protobuf_deps__winapi-0.2.8//:winapi", ], ) @@ -134,7 +134,7 @@ cargo_build_script( version = "0.2.2", visibility = ["//visibility:private"], deps = [ - "@rules_rust_proto__winapi-build-0.1.1//:build", + "@rules_rust_protobuf_deps__winapi-build-0.1.1//:build", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.lazy_static-1.4.0.bazel b/extensions/protobuf/3rdparty/crates/BUILD.lazy_static-1.4.0.bazel similarity index 98% rename from proto/protobuf/3rdparty/crates/BUILD.lazy_static-1.4.0.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.lazy_static-1.4.0.bazel index 6beb3f3982..fdf572f0ab 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.lazy_static-1.4.0.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.lazy_static-1.4.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/protobuf/3rdparty/crates/BUILD.libc-0.2.139.bazel b/extensions/protobuf/3rdparty/crates/BUILD.libc-0.2.139.bazel similarity index 97% rename from proto/protobuf/3rdparty/crates/BUILD.libc-0.2.139.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.libc-0.2.139.bazel index 323092fedc..7145875642 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.libc-0.2.139.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.libc-0.2.139.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -85,7 +85,7 @@ rust_library( }), version = "0.2.139", deps = [ - "@rules_rust_proto__libc-0.2.139//:build_script_build", + "@rules_rust_protobuf_deps__libc-0.2.139//:build_script_build", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.lock_api-0.3.4.bazel b/extensions/protobuf/3rdparty/crates/BUILD.lock_api-0.3.4.bazel similarity index 96% rename from proto/protobuf/3rdparty/crates/BUILD.lock_api-0.3.4.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.lock_api-0.3.4.bazel index 0707291d6e..7887acdc3c 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.lock_api-0.3.4.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.lock_api-0.3.4.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,6 +80,6 @@ rust_library( }), version = "0.3.4", deps = [ - "@rules_rust_proto__scopeguard-1.1.0//:scopeguard", + "@rules_rust_protobuf_deps__scopeguard-1.1.0//:scopeguard", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.log-0.3.9.bazel b/extensions/protobuf/3rdparty/crates/BUILD.log-0.3.9.bazel similarity index 97% rename from proto/protobuf/3rdparty/crates/BUILD.log-0.3.9.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.log-0.3.9.bazel index 9bed64ca89..f6a2659a15 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.log-0.3.9.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.log-0.3.9.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -84,6 +84,6 @@ rust_library( }), version = "0.3.9", deps = [ - "@rules_rust_proto__log-0.4.17//:log", + "@rules_rust_protobuf_deps__log-0.4.17//:log", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.log-0.4.17.bazel b/extensions/protobuf/3rdparty/crates/BUILD.log-0.4.17.bazel similarity index 98% rename from proto/protobuf/3rdparty/crates/BUILD.log-0.4.17.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.log-0.4.17.bazel index 8fc3a98dad..bb2fbc8f64 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.log-0.4.17.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.log-0.4.17.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -156,8 +156,8 @@ rust_library( }), version = "0.4.17", deps = [ - "@rules_rust_proto__cfg-if-1.0.0//:cfg_if", - "@rules_rust_proto__log-0.4.17//:build_script_build", + "@rules_rust_protobuf_deps__cfg-if-1.0.0//:cfg_if", + "@rules_rust_protobuf_deps__log-0.4.17//:build_script_build", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.maybe-uninit-2.0.0.bazel b/extensions/protobuf/3rdparty/crates/BUILD.maybe-uninit-2.0.0.bazel similarity index 97% rename from proto/protobuf/3rdparty/crates/BUILD.maybe-uninit-2.0.0.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.maybe-uninit-2.0.0.bazel index d64783a64b..8e62b8acd3 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.maybe-uninit-2.0.0.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.maybe-uninit-2.0.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -81,7 +81,7 @@ rust_library( }), version = "2.0.0", deps = [ - "@rules_rust_proto__maybe-uninit-2.0.0//:build_script_build", + "@rules_rust_protobuf_deps__maybe-uninit-2.0.0//:build_script_build", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.memoffset-0.5.6.bazel b/extensions/protobuf/3rdparty/crates/BUILD.memoffset-0.5.6.bazel similarity index 96% rename from proto/protobuf/3rdparty/crates/BUILD.memoffset-0.5.6.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.memoffset-0.5.6.bazel index fa154800f7..ddd3fcf30f 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.memoffset-0.5.6.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.memoffset-0.5.6.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -84,7 +84,7 @@ rust_library( }), version = "0.5.6", deps = [ - "@rules_rust_proto__memoffset-0.5.6//:build_script_build", + "@rules_rust_protobuf_deps__memoffset-0.5.6//:build_script_build", ], ) @@ -139,7 +139,7 @@ cargo_build_script( version = "0.5.6", visibility = ["//visibility:private"], deps = [ - "@rules_rust_proto__autocfg-1.1.0//:autocfg", + "@rules_rust_protobuf_deps__autocfg-1.1.0//:autocfg", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.mio-0.6.23.bazel b/extensions/protobuf/3rdparty/crates/BUILD.mio-0.6.23.bazel similarity index 63% rename from proto/protobuf/3rdparty/crates/BUILD.mio-0.6.23.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.mio-0.6.23.bazel index e15510c274..a5098fc605 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.mio-0.6.23.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.mio-0.6.23.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -84,102 +84,102 @@ rust_library( }), version = "0.6.23", deps = [ - "@rules_rust_proto__cfg-if-0.1.10//:cfg_if", - "@rules_rust_proto__iovec-0.1.4//:iovec", - "@rules_rust_proto__log-0.4.17//:log", - "@rules_rust_proto__net2-0.2.38//:net2", - "@rules_rust_proto__slab-0.4.7//:slab", + "@rules_rust_protobuf_deps__cfg-if-0.1.10//:cfg_if", + "@rules_rust_protobuf_deps__iovec-0.1.4//:iovec", + "@rules_rust_protobuf_deps__log-0.4.17//:log", + "@rules_rust_protobuf_deps__net2-0.2.38//:net2", + "@rules_rust_protobuf_deps__slab-0.4.7//:slab", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@rules_rust_proto__kernel32-sys-0.2.2//:kernel32", # cfg(windows) - "@rules_rust_proto__miow-0.2.2//:miow", # cfg(windows) - "@rules_rust_proto__winapi-0.2.8//:winapi", # cfg(windows) + "@rules_rust_protobuf_deps__kernel32-sys-0.2.2//:kernel32", # cfg(windows) + "@rules_rust_protobuf_deps__miow-0.2.2//:miow", # cfg(windows) + "@rules_rust_protobuf_deps__winapi-0.2.8//:winapi", # cfg(windows) ], "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ - "@rules_rust_proto__fuchsia-zircon-0.3.3//:fuchsia_zircon", # cfg(target_os = "fuchsia") - "@rules_rust_proto__fuchsia-zircon-sys-0.3.3//:fuchsia_zircon_sys", # cfg(target_os = "fuchsia") - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__fuchsia-zircon-0.3.3//:fuchsia_zircon", # cfg(target_os = "fuchsia") + "@rules_rust_protobuf_deps__fuchsia-zircon-sys-0.3.3//:fuchsia_zircon_sys", # cfg(target_os = "fuchsia") + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-linux-android": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@rules_rust_proto__kernel32-sys-0.2.2//:kernel32", # cfg(windows) - "@rules_rust_proto__miow-0.2.2//:miow", # cfg(windows) - "@rules_rust_proto__winapi-0.2.8//:winapi", # cfg(windows) + "@rules_rust_protobuf_deps__kernel32-sys-0.2.2//:kernel32", # cfg(windows) + "@rules_rust_protobuf_deps__miow-0.2.2//:miow", # cfg(windows) + "@rules_rust_protobuf_deps__winapi-0.2.8//:winapi", # cfg(windows) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@rules_rust_proto__kernel32-sys-0.2.2//:kernel32", # cfg(windows) - "@rules_rust_proto__miow-0.2.2//:miow", # cfg(windows) - "@rules_rust_proto__winapi-0.2.8//:winapi", # cfg(windows) + "@rules_rust_protobuf_deps__kernel32-sys-0.2.2//:kernel32", # cfg(windows) + "@rules_rust_protobuf_deps__miow-0.2.2//:miow", # cfg(windows) + "@rules_rust_protobuf_deps__winapi-0.2.8//:winapi", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [ - "@rules_rust_proto__fuchsia-zircon-0.3.3//:fuchsia_zircon", # cfg(target_os = "fuchsia") - "@rules_rust_proto__fuchsia-zircon-sys-0.3.3//:fuchsia_zircon_sys", # cfg(target_os = "fuchsia") - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__fuchsia-zircon-0.3.3//:fuchsia_zircon", # cfg(target_os = "fuchsia") + "@rules_rust_protobuf_deps__fuchsia-zircon-sys-0.3.3//:fuchsia_zircon_sys", # cfg(target_os = "fuchsia") + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "//conditions:default": [], }), diff --git a/extensions/protobuf/3rdparty/crates/BUILD.mio-uds-0.6.8.bazel b/extensions/protobuf/3rdparty/crates/BUILD.mio-uds-0.6.8.bazel new file mode 100644 index 0000000000..88757b1bdb --- /dev/null +++ b/extensions/protobuf/3rdparty/crates/BUILD.mio-uds-0.6.8.bazel @@ -0,0 +1,205 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run @//3rdparty:crates_vendor +############################################################################### + +load("@rules_rust//rust:defs.bzl", "rust_library") + +package(default_visibility = ["//visibility:public"]) + +rust_library( + name = "mio_uds", + srcs = glob( + include = ["**/*.rs"], + allow_empty = 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_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "crate-name=mio-uds", + "manual", + "noclippy", + "norustfmt", + ], + target_compatible_with = select({ + "@rules_rust//rust/platform:aarch64-apple-darwin": [], + "@rules_rust//rust/platform:aarch64-apple-ios": [], + "@rules_rust//rust/platform:aarch64-apple-ios-sim": [], + "@rules_rust//rust/platform:aarch64-linux-android": [], + "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], + "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [], + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], + "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [], + "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [], + "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [], + "@rules_rust//rust/platform:armv7-linux-androideabi": [], + "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [], + "@rules_rust//rust/platform:i686-apple-darwin": [], + "@rules_rust//rust/platform:i686-linux-android": [], + "@rules_rust//rust/platform:i686-pc-windows-msvc": [], + "@rules_rust//rust/platform:i686-unknown-freebsd": [], + "@rules_rust//rust/platform:i686-unknown-linux-gnu": [], + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [], + "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [], + "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [], + "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [], + "@rules_rust//rust/platform:thumbv7em-none-eabi": [], + "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [], + "@rules_rust//rust/platform:wasm32-unknown-unknown": [], + "@rules_rust//rust/platform:wasm32-wasi": [], + "@rules_rust//rust/platform:wasm32-wasip1": [], + "@rules_rust//rust/platform:x86_64-apple-darwin": [], + "@rules_rust//rust/platform:x86_64-apple-ios": [], + "@rules_rust//rust/platform:x86_64-linux-android": [], + "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], + "@rules_rust//rust/platform:x86_64-unknown-freebsd": [], + "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [], + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], + "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [], + "@rules_rust//rust/platform:x86_64-unknown-none": [], + "//conditions:default": ["@platforms//:incompatible"], + }), + version = "0.6.8", + deps = select({ + "@rules_rust//rust/platform:aarch64-apple-darwin": [ + "@rules_rust_protobuf_deps__iovec-0.1.4//:iovec", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__mio-0.6.23//:mio", # cfg(unix) + ], + "@rules_rust//rust/platform:aarch64-apple-ios": [ + "@rules_rust_protobuf_deps__iovec-0.1.4//:iovec", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__mio-0.6.23//:mio", # cfg(unix) + ], + "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ + "@rules_rust_protobuf_deps__iovec-0.1.4//:iovec", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__mio-0.6.23//:mio", # cfg(unix) + ], + "@rules_rust//rust/platform:aarch64-linux-android": [ + "@rules_rust_protobuf_deps__iovec-0.1.4//:iovec", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__mio-0.6.23//:mio", # cfg(unix) + ], + "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ + "@rules_rust_protobuf_deps__iovec-0.1.4//:iovec", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__mio-0.6.23//:mio", # cfg(unix) + ], + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ + "@rules_rust_protobuf_deps__iovec-0.1.4//:iovec", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__mio-0.6.23//:mio", # cfg(unix) + ], + "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ + "@rules_rust_protobuf_deps__iovec-0.1.4//:iovec", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__mio-0.6.23//:mio", # cfg(unix) + ], + "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ + "@rules_rust_protobuf_deps__iovec-0.1.4//:iovec", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__mio-0.6.23//:mio", # cfg(unix) + ], + "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ + "@rules_rust_protobuf_deps__iovec-0.1.4//:iovec", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__mio-0.6.23//:mio", # cfg(unix) + ], + "@rules_rust//rust/platform:armv7-linux-androideabi": [ + "@rules_rust_protobuf_deps__iovec-0.1.4//:iovec", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__mio-0.6.23//:mio", # cfg(unix) + ], + "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ + "@rules_rust_protobuf_deps__iovec-0.1.4//:iovec", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__mio-0.6.23//:mio", # cfg(unix) + ], + "@rules_rust//rust/platform:i686-apple-darwin": [ + "@rules_rust_protobuf_deps__iovec-0.1.4//:iovec", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__mio-0.6.23//:mio", # cfg(unix) + ], + "@rules_rust//rust/platform:i686-linux-android": [ + "@rules_rust_protobuf_deps__iovec-0.1.4//:iovec", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__mio-0.6.23//:mio", # cfg(unix) + ], + "@rules_rust//rust/platform:i686-unknown-freebsd": [ + "@rules_rust_protobuf_deps__iovec-0.1.4//:iovec", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__mio-0.6.23//:mio", # cfg(unix) + ], + "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ + "@rules_rust_protobuf_deps__iovec-0.1.4//:iovec", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__mio-0.6.23//:mio", # cfg(unix) + ], + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ + "@rules_rust_protobuf_deps__iovec-0.1.4//:iovec", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__mio-0.6.23//:mio", # cfg(unix) + ], + "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ + "@rules_rust_protobuf_deps__iovec-0.1.4//:iovec", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__mio-0.6.23//:mio", # cfg(unix) + ], + "@rules_rust//rust/platform:x86_64-apple-darwin": [ + "@rules_rust_protobuf_deps__iovec-0.1.4//:iovec", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__mio-0.6.23//:mio", # cfg(unix) + ], + "@rules_rust//rust/platform:x86_64-apple-ios": [ + "@rules_rust_protobuf_deps__iovec-0.1.4//:iovec", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__mio-0.6.23//:mio", # cfg(unix) + ], + "@rules_rust//rust/platform:x86_64-linux-android": [ + "@rules_rust_protobuf_deps__iovec-0.1.4//:iovec", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__mio-0.6.23//:mio", # cfg(unix) + ], + "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ + "@rules_rust_protobuf_deps__iovec-0.1.4//:iovec", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__mio-0.6.23//:mio", # cfg(unix) + ], + "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [ + "@rules_rust_protobuf_deps__iovec-0.1.4//:iovec", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__mio-0.6.23//:mio", # cfg(unix) + ], + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ + "@rules_rust_protobuf_deps__iovec-0.1.4//:iovec", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__mio-0.6.23//:mio", # cfg(unix) + ], + "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ + "@rules_rust_protobuf_deps__iovec-0.1.4//:iovec", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__mio-0.6.23//:mio", # cfg(unix) + ], + "//conditions:default": [], + }), +) diff --git a/proto/protobuf/3rdparty/crates/BUILD.miow-0.2.2.bazel b/extensions/protobuf/3rdparty/crates/BUILD.miow-0.2.2.bazel similarity index 92% rename from proto/protobuf/3rdparty/crates/BUILD.miow-0.2.2.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.miow-0.2.2.bazel index a20df4ccf2..3b5a19057d 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.miow-0.2.2.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.miow-0.2.2.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,9 +80,9 @@ rust_library( }), version = "0.2.2", deps = [ - "@rules_rust_proto__kernel32-sys-0.2.2//:kernel32", - "@rules_rust_proto__net2-0.2.38//:net2", - "@rules_rust_proto__winapi-0.2.8//:winapi", - "@rules_rust_proto__ws2_32-sys-0.2.1//:ws2_32", + "@rules_rust_protobuf_deps__kernel32-sys-0.2.2//:kernel32", + "@rules_rust_protobuf_deps__net2-0.2.38//:net2", + "@rules_rust_protobuf_deps__winapi-0.2.8//:winapi", + "@rules_rust_protobuf_deps__ws2_32-sys-0.2.1//:ws2_32", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.net2-0.2.38.bazel b/extensions/protobuf/3rdparty/crates/BUILD.net2-0.2.38.bazel similarity index 65% rename from proto/protobuf/3rdparty/crates/BUILD.net2-0.2.38.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.net2-0.2.38.bazel index 4195d1f1dd..e7f2b07464 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.net2-0.2.38.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.net2-0.2.38.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -84,94 +84,94 @@ rust_library( }), version = "0.2.38", deps = [ - "@rules_rust_proto__cfg-if-0.1.10//:cfg_if", + "@rules_rust_protobuf_deps__cfg-if-0.1.10//:cfg_if", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@rules_rust_proto__winapi-0.3.9//:winapi", # cfg(windows) + "@rules_rust_protobuf_deps__winapi-0.3.9//:winapi", # cfg(windows) ], "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:i686-linux-android": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@rules_rust_proto__winapi-0.3.9//:winapi", # cfg(windows) + "@rules_rust_protobuf_deps__winapi-0.3.9//:winapi", # cfg(windows) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:wasm32-wasi": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:wasm32-wasip1": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@rules_rust_proto__winapi-0.3.9//:winapi", # cfg(windows) + "@rules_rust_protobuf_deps__winapi-0.3.9//:winapi", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(any(unix, target_os = "wasi")) ], "//conditions:default": [], }), diff --git a/proto/protobuf/3rdparty/crates/BUILD.num_cpus-1.15.0.bazel b/extensions/protobuf/3rdparty/crates/BUILD.num_cpus-1.15.0.bazel similarity index 68% rename from proto/protobuf/3rdparty/crates/BUILD.num_cpus-1.15.0.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.num_cpus-1.15.0.bazel index a968c3c282..7b9ac6b4e4 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.num_cpus-1.15.0.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.num_cpus-1.15.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -81,100 +81,100 @@ rust_library( version = "1.15.0", deps = select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(not(windows)) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(not(windows)) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(not(windows)) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(not(windows)) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(not(windows)) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(not(windows)) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(not(windows)) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(not(windows)) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(not(windows)) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(not(windows)) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(not(windows)) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(not(windows)) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:i686-linux-android": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(not(windows)) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(not(windows)) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(not(windows)) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(not(windows)) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(not(windows)) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(not(windows)) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(not(windows)) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:thumbv7em-none-eabi": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(not(windows)) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(not(windows)) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:wasm32-unknown-unknown": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(not(windows)) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:wasm32-wasi": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(not(windows)) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:wasm32-wasip1": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(not(windows)) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(not(windows)) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(not(windows)) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(not(windows)) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(not(windows)) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(not(windows)) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(not(windows)) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(not(windows)) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:x86_64-unknown-none": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(not(windows)) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(not(windows)) ], "//conditions:default": [], }), diff --git a/proto/protobuf/3rdparty/crates/BUILD.parking_lot-0.9.0.bazel b/extensions/protobuf/3rdparty/crates/BUILD.parking_lot-0.9.0.bazel similarity index 93% rename from proto/protobuf/3rdparty/crates/BUILD.parking_lot-0.9.0.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.parking_lot-0.9.0.bazel index 4f60be5921..28d5eabe99 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.parking_lot-0.9.0.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.parking_lot-0.9.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -84,9 +84,9 @@ rust_library( }), version = "0.9.0", deps = [ - "@rules_rust_proto__lock_api-0.3.4//:lock_api", - "@rules_rust_proto__parking_lot-0.9.0//:build_script_build", - "@rules_rust_proto__parking_lot_core-0.6.3//:parking_lot_core", + "@rules_rust_protobuf_deps__lock_api-0.3.4//:lock_api", + "@rules_rust_protobuf_deps__parking_lot-0.9.0//:build_script_build", + "@rules_rust_protobuf_deps__parking_lot_core-0.6.3//:parking_lot_core", ], ) @@ -141,7 +141,7 @@ cargo_build_script( version = "0.9.0", visibility = ["//visibility:private"], deps = [ - "@rules_rust_proto__rustc_version-0.2.3//:rustc_version", + "@rules_rust_protobuf_deps__rustc_version-0.2.3//:rustc_version", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.parking_lot_core-0.6.3.bazel b/extensions/protobuf/3rdparty/crates/BUILD.parking_lot_core-0.6.3.bazel similarity index 74% rename from proto/protobuf/3rdparty/crates/BUILD.parking_lot_core-0.6.3.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.parking_lot_core-0.6.3.bazel index 6ef2cc1f6b..e8dc42b79b 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.parking_lot_core-0.6.3.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.parking_lot_core-0.6.3.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -81,90 +81,90 @@ rust_library( }), version = "0.6.3", deps = [ - "@rules_rust_proto__cfg-if-0.1.10//:cfg_if", - "@rules_rust_proto__parking_lot_core-0.6.3//:build_script_build", - "@rules_rust_proto__smallvec-0.6.14//:smallvec", + "@rules_rust_protobuf_deps__cfg-if-0.1.10//:cfg_if", + "@rules_rust_protobuf_deps__parking_lot_core-0.6.3//:build_script_build", + "@rules_rust_protobuf_deps__smallvec-0.6.14//:smallvec", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@rules_rust_proto__winapi-0.3.9//:winapi", # cfg(windows) + "@rules_rust_protobuf_deps__winapi-0.3.9//:winapi", # cfg(windows) ], "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-linux-android": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@rules_rust_proto__winapi-0.3.9//:winapi", # cfg(windows) + "@rules_rust_protobuf_deps__winapi-0.3.9//:winapi", # cfg(windows) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@rules_rust_proto__winapi-0.3.9//:winapi", # cfg(windows) + "@rules_rust_protobuf_deps__winapi-0.3.9//:winapi", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", # cfg(unix) ], "//conditions:default": [], }), @@ -218,7 +218,7 @@ cargo_build_script( version = "0.6.3", visibility = ["//visibility:private"], deps = [ - "@rules_rust_proto__rustc_version-0.2.3//:rustc_version", + "@rules_rust_protobuf_deps__rustc_version-0.2.3//:rustc_version", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.protobuf-2.8.2.bazel b/extensions/protobuf/3rdparty/crates/BUILD.protobuf-2.8.2.bazel similarity index 96% rename from proto/protobuf/3rdparty/crates/BUILD.protobuf-2.8.2.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.protobuf-2.8.2.bazel index 2f25897f15..61de763351 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.protobuf-2.8.2.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.protobuf-2.8.2.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -85,8 +85,8 @@ rust_library( }), version = "2.8.2", deps = [ - "@rules_rust_proto__bytes-0.4.12//:bytes", - "@rules_rust_proto__protobuf-2.8.2//:build_script_build", + "@rules_rust_protobuf_deps__bytes-0.4.12//:bytes", + "@rules_rust_protobuf_deps__protobuf-2.8.2//:build_script_build", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.protobuf-codegen-2.8.2.bazel b/extensions/protobuf/3rdparty/crates/BUILD.protobuf-codegen-2.8.2.bazel similarity index 97% rename from proto/protobuf/3rdparty/crates/BUILD.protobuf-codegen-2.8.2.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.protobuf-codegen-2.8.2.bazel index 80d5a1da1b..988ea501e6 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.protobuf-codegen-2.8.2.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.protobuf-codegen-2.8.2.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load( @@ -84,7 +84,7 @@ rust_library( }), version = "2.8.2", deps = [ - "@rules_rust_proto__protobuf-2.8.2//:protobuf", + "@rules_rust_protobuf_deps__protobuf-2.8.2//:protobuf", ], ) @@ -159,6 +159,6 @@ rust_binary( version = "2.8.2", deps = [ ":protobuf_codegen", - "@rules_rust_proto__protobuf-2.8.2//:protobuf", + "@rules_rust_protobuf_deps__protobuf-2.8.2//:protobuf", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.redox_syscall-0.1.57.bazel b/extensions/protobuf/3rdparty/crates/BUILD.redox_syscall-0.1.57.bazel similarity index 98% rename from proto/protobuf/3rdparty/crates/BUILD.redox_syscall-0.1.57.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.redox_syscall-0.1.57.bazel index 32554bff94..40ce873195 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.redox_syscall-0.1.57.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.redox_syscall-0.1.57.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/protobuf/3rdparty/crates/BUILD.rustc_version-0.2.3.bazel b/extensions/protobuf/3rdparty/crates/BUILD.rustc_version-0.2.3.bazel similarity index 96% rename from proto/protobuf/3rdparty/crates/BUILD.rustc_version-0.2.3.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.rustc_version-0.2.3.bazel index ecba219c82..2f919fcd98 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.rustc_version-0.2.3.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.rustc_version-0.2.3.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,6 +80,6 @@ rust_library( }), version = "0.2.3", deps = [ - "@rules_rust_proto__semver-0.9.0//:semver", + "@rules_rust_protobuf_deps__semver-0.9.0//:semver", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.safemem-0.3.3.bazel b/extensions/protobuf/3rdparty/crates/BUILD.safemem-0.3.3.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.safemem-0.3.3.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.safemem-0.3.3.bazel index 965e13939e..69c95e090d 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.safemem-0.3.3.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.safemem-0.3.3.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/protobuf/3rdparty/crates/BUILD.scoped-tls-0.1.2.bazel b/extensions/protobuf/3rdparty/crates/BUILD.scoped-tls-0.1.2.bazel similarity index 98% rename from proto/protobuf/3rdparty/crates/BUILD.scoped-tls-0.1.2.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.scoped-tls-0.1.2.bazel index 8a3d71fcac..99632ec713 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.scoped-tls-0.1.2.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.scoped-tls-0.1.2.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.scopeguard-1.1.0.bazel b/extensions/protobuf/3rdparty/crates/BUILD.scopeguard-1.1.0.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.scopeguard-1.1.0.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.scopeguard-1.1.0.bazel index 6b7476c055..2ce1daaadf 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.scopeguard-1.1.0.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.scopeguard-1.1.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/protobuf/3rdparty/crates/BUILD.semver-0.9.0.bazel b/extensions/protobuf/3rdparty/crates/BUILD.semver-0.9.0.bazel similarity index 96% rename from proto/protobuf/3rdparty/crates/BUILD.semver-0.9.0.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.semver-0.9.0.bazel index a270d52d35..53629baf9f 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.semver-0.9.0.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.semver-0.9.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -83,6 +83,6 @@ rust_library( }), version = "0.9.0", deps = [ - "@rules_rust_proto__semver-parser-0.7.0//:semver_parser", + "@rules_rust_protobuf_deps__semver-parser-0.7.0//:semver_parser", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.semver-parser-0.7.0.bazel b/extensions/protobuf/3rdparty/crates/BUILD.semver-parser-0.7.0.bazel similarity index 98% rename from proto/protobuf/3rdparty/crates/BUILD.semver-parser-0.7.0.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.semver-parser-0.7.0.bazel index 2b3968ac20..bb7a27a5aa 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.semver-parser-0.7.0.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.semver-parser-0.7.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/protobuf/3rdparty/crates/BUILD.slab-0.3.0.bazel b/extensions/protobuf/3rdparty/crates/BUILD.slab-0.3.0.bazel similarity index 98% rename from proto/protobuf/3rdparty/crates/BUILD.slab-0.3.0.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.slab-0.3.0.bazel index 43119b5066..0ad5e80a47 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.slab-0.3.0.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.slab-0.3.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/protobuf/3rdparty/crates/BUILD.slab-0.4.7.bazel b/extensions/protobuf/3rdparty/crates/BUILD.slab-0.4.7.bazel similarity index 96% rename from proto/protobuf/3rdparty/crates/BUILD.slab-0.4.7.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.slab-0.4.7.bazel index f78fe379a0..4f21bea365 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.slab-0.4.7.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.slab-0.4.7.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -85,7 +85,7 @@ rust_library( }), version = "0.4.7", deps = [ - "@rules_rust_proto__slab-0.4.7//:build_script_build", + "@rules_rust_protobuf_deps__slab-0.4.7//:build_script_build", ], ) @@ -141,7 +141,7 @@ cargo_build_script( version = "0.4.7", visibility = ["//visibility:private"], deps = [ - "@rules_rust_proto__autocfg-1.1.0//:autocfg", + "@rules_rust_protobuf_deps__autocfg-1.1.0//:autocfg", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.smallvec-0.6.14.bazel b/extensions/protobuf/3rdparty/crates/BUILD.smallvec-0.6.14.bazel similarity index 96% rename from proto/protobuf/3rdparty/crates/BUILD.smallvec-0.6.14.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.smallvec-0.6.14.bazel index 2df42a0a29..93ea5d562f 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.smallvec-0.6.14.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.smallvec-0.6.14.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -84,6 +84,6 @@ rust_library( }), version = "0.6.14", deps = [ - "@rules_rust_proto__maybe-uninit-2.0.0//:maybe_uninit", + "@rules_rust_protobuf_deps__maybe-uninit-2.0.0//:maybe_uninit", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.tls-api-0.1.22.bazel b/extensions/protobuf/3rdparty/crates/BUILD.tls-api-0.1.22.bazel similarity index 97% rename from proto/protobuf/3rdparty/crates/BUILD.tls-api-0.1.22.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.tls-api-0.1.22.bazel index 0055a86686..0c3dd24116 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.tls-api-0.1.22.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.tls-api-0.1.22.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,6 +80,6 @@ rust_library( }), version = "0.1.22", deps = [ - "@rules_rust_proto__log-0.4.17//:log", + "@rules_rust_protobuf_deps__log-0.4.17//:log", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.tls-api-stub-0.1.22.bazel b/extensions/protobuf/3rdparty/crates/BUILD.tls-api-stub-0.1.22.bazel similarity index 95% rename from proto/protobuf/3rdparty/crates/BUILD.tls-api-stub-0.1.22.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.tls-api-stub-0.1.22.bazel index ccc1298e66..57730116a2 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.tls-api-stub-0.1.22.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.tls-api-stub-0.1.22.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,7 +80,7 @@ rust_library( }), version = "0.1.22", deps = [ - "@rules_rust_proto__tls-api-0.1.22//:tls_api", - "@rules_rust_proto__void-1.0.2//:void", + "@rules_rust_protobuf_deps__tls-api-0.1.22//:tls_api", + "@rules_rust_protobuf_deps__void-1.0.2//:void", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.tokio-0.1.22.bazel b/extensions/protobuf/3rdparty/crates/BUILD.tokio-0.1.22.bazel similarity index 62% rename from proto/protobuf/3rdparty/crates/BUILD.tokio-0.1.22.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.tokio-0.1.22.bazel index 736ca8dc2d..f6039e3c0b 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.tokio-0.1.22.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.tokio-0.1.22.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -108,93 +108,93 @@ rust_library( }), version = "0.1.22", deps = [ - "@rules_rust_proto__bytes-0.4.12//:bytes", - "@rules_rust_proto__futures-0.1.31//:futures", - "@rules_rust_proto__mio-0.6.23//:mio", - "@rules_rust_proto__num_cpus-1.15.0//:num_cpus", - "@rules_rust_proto__tokio-codec-0.1.2//:tokio_codec", - "@rules_rust_proto__tokio-current-thread-0.1.7//:tokio_current_thread", - "@rules_rust_proto__tokio-executor-0.1.10//:tokio_executor", - "@rules_rust_proto__tokio-fs-0.1.7//:tokio_fs", - "@rules_rust_proto__tokio-io-0.1.13//:tokio_io", - "@rules_rust_proto__tokio-reactor-0.1.12//:tokio_reactor", - "@rules_rust_proto__tokio-sync-0.1.8//:tokio_sync", - "@rules_rust_proto__tokio-tcp-0.1.4//:tokio_tcp", - "@rules_rust_proto__tokio-threadpool-0.1.18//:tokio_threadpool", - "@rules_rust_proto__tokio-timer-0.2.13//:tokio_timer", - "@rules_rust_proto__tokio-udp-0.1.6//:tokio_udp", + "@rules_rust_protobuf_deps__bytes-0.4.12//:bytes", + "@rules_rust_protobuf_deps__futures-0.1.31//:futures", + "@rules_rust_protobuf_deps__mio-0.6.23//:mio", + "@rules_rust_protobuf_deps__num_cpus-1.15.0//:num_cpus", + "@rules_rust_protobuf_deps__tokio-codec-0.1.2//:tokio_codec", + "@rules_rust_protobuf_deps__tokio-current-thread-0.1.7//:tokio_current_thread", + "@rules_rust_protobuf_deps__tokio-executor-0.1.10//:tokio_executor", + "@rules_rust_protobuf_deps__tokio-fs-0.1.7//:tokio_fs", + "@rules_rust_protobuf_deps__tokio-io-0.1.13//:tokio_io", + "@rules_rust_protobuf_deps__tokio-reactor-0.1.12//:tokio_reactor", + "@rules_rust_protobuf_deps__tokio-sync-0.1.8//:tokio_sync", + "@rules_rust_protobuf_deps__tokio-tcp-0.1.4//:tokio_tcp", + "@rules_rust_protobuf_deps__tokio-threadpool-0.1.18//:tokio_threadpool", + "@rules_rust_protobuf_deps__tokio-timer-0.2.13//:tokio_timer", + "@rules_rust_protobuf_deps__tokio-udp-0.1.6//:tokio_udp", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@rules_rust_proto__tokio-uds-0.2.7//:tokio_uds", # aarch64-apple-darwin + "@rules_rust_protobuf_deps__tokio-uds-0.2.7//:tokio_uds", # aarch64-apple-darwin ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@rules_rust_proto__tokio-uds-0.2.7//:tokio_uds", # aarch64-apple-ios + "@rules_rust_protobuf_deps__tokio-uds-0.2.7//:tokio_uds", # aarch64-apple-ios ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@rules_rust_proto__tokio-uds-0.2.7//:tokio_uds", # aarch64-apple-ios-sim + "@rules_rust_protobuf_deps__tokio-uds-0.2.7//:tokio_uds", # aarch64-apple-ios-sim ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@rules_rust_proto__tokio-uds-0.2.7//:tokio_uds", # aarch64-linux-android + "@rules_rust_protobuf_deps__tokio-uds-0.2.7//:tokio_uds", # aarch64-linux-android ], "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ - "@rules_rust_proto__tokio-uds-0.2.7//:tokio_uds", # aarch64-unknown-fuchsia + "@rules_rust_protobuf_deps__tokio-uds-0.2.7//:tokio_uds", # aarch64-unknown-fuchsia ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@rules_rust_proto__tokio-uds-0.2.7//:tokio_uds", # aarch64-unknown-linux-gnu + "@rules_rust_protobuf_deps__tokio-uds-0.2.7//:tokio_uds", # aarch64-unknown-linux-gnu ], "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ - "@rules_rust_proto__tokio-uds-0.2.7//:tokio_uds", # aarch64-unknown-linux-gnu, aarch64-unknown-nixos-gnu + "@rules_rust_protobuf_deps__tokio-uds-0.2.7//:tokio_uds", # aarch64-unknown-linux-gnu, aarch64-unknown-nixos-gnu ], "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ - "@rules_rust_proto__tokio-uds-0.2.7//:tokio_uds", # aarch64-unknown-nto-qnx710 + "@rules_rust_protobuf_deps__tokio-uds-0.2.7//:tokio_uds", # aarch64-unknown-nto-qnx710 ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@rules_rust_proto__tokio-uds-0.2.7//:tokio_uds", # arm-unknown-linux-gnueabi + "@rules_rust_protobuf_deps__tokio-uds-0.2.7//:tokio_uds", # arm-unknown-linux-gnueabi ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@rules_rust_proto__tokio-uds-0.2.7//:tokio_uds", # armv7-linux-androideabi + "@rules_rust_protobuf_deps__tokio-uds-0.2.7//:tokio_uds", # armv7-linux-androideabi ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@rules_rust_proto__tokio-uds-0.2.7//:tokio_uds", # armv7-unknown-linux-gnueabi + "@rules_rust_protobuf_deps__tokio-uds-0.2.7//:tokio_uds", # armv7-unknown-linux-gnueabi ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@rules_rust_proto__tokio-uds-0.2.7//:tokio_uds", # i686-apple-darwin + "@rules_rust_protobuf_deps__tokio-uds-0.2.7//:tokio_uds", # i686-apple-darwin ], "@rules_rust//rust/platform:i686-linux-android": [ - "@rules_rust_proto__tokio-uds-0.2.7//:tokio_uds", # i686-linux-android + "@rules_rust_protobuf_deps__tokio-uds-0.2.7//:tokio_uds", # i686-linux-android ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@rules_rust_proto__tokio-uds-0.2.7//:tokio_uds", # i686-unknown-freebsd + "@rules_rust_protobuf_deps__tokio-uds-0.2.7//:tokio_uds", # i686-unknown-freebsd ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@rules_rust_proto__tokio-uds-0.2.7//:tokio_uds", # i686-unknown-linux-gnu + "@rules_rust_protobuf_deps__tokio-uds-0.2.7//:tokio_uds", # i686-unknown-linux-gnu ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@rules_rust_proto__tokio-uds-0.2.7//:tokio_uds", # powerpc-unknown-linux-gnu + "@rules_rust_protobuf_deps__tokio-uds-0.2.7//:tokio_uds", # powerpc-unknown-linux-gnu ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@rules_rust_proto__tokio-uds-0.2.7//:tokio_uds", # s390x-unknown-linux-gnu + "@rules_rust_protobuf_deps__tokio-uds-0.2.7//:tokio_uds", # s390x-unknown-linux-gnu ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@rules_rust_proto__tokio-uds-0.2.7//:tokio_uds", # x86_64-apple-darwin + "@rules_rust_protobuf_deps__tokio-uds-0.2.7//:tokio_uds", # x86_64-apple-darwin ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@rules_rust_proto__tokio-uds-0.2.7//:tokio_uds", # x86_64-apple-ios + "@rules_rust_protobuf_deps__tokio-uds-0.2.7//:tokio_uds", # x86_64-apple-ios ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@rules_rust_proto__tokio-uds-0.2.7//:tokio_uds", # x86_64-linux-android + "@rules_rust_protobuf_deps__tokio-uds-0.2.7//:tokio_uds", # x86_64-linux-android ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@rules_rust_proto__tokio-uds-0.2.7//:tokio_uds", # x86_64-unknown-freebsd + "@rules_rust_protobuf_deps__tokio-uds-0.2.7//:tokio_uds", # x86_64-unknown-freebsd ], "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [ - "@rules_rust_proto__tokio-uds-0.2.7//:tokio_uds", # x86_64-unknown-fuchsia + "@rules_rust_protobuf_deps__tokio-uds-0.2.7//:tokio_uds", # x86_64-unknown-fuchsia ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@rules_rust_proto__tokio-uds-0.2.7//:tokio_uds", # x86_64-unknown-linux-gnu + "@rules_rust_protobuf_deps__tokio-uds-0.2.7//:tokio_uds", # x86_64-unknown-linux-gnu ], "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ - "@rules_rust_proto__tokio-uds-0.2.7//:tokio_uds", # x86_64-unknown-linux-gnu, x86_64-unknown-nixos-gnu + "@rules_rust_protobuf_deps__tokio-uds-0.2.7//:tokio_uds", # x86_64-unknown-linux-gnu, x86_64-unknown-nixos-gnu ], "//conditions:default": [], }), diff --git a/proto/protobuf/3rdparty/crates/BUILD.tokio-codec-0.1.2.bazel b/extensions/protobuf/3rdparty/crates/BUILD.tokio-codec-0.1.2.bazel similarity index 93% rename from proto/protobuf/3rdparty/crates/BUILD.tokio-codec-0.1.2.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.tokio-codec-0.1.2.bazel index 855b8237b7..e8dc231224 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.tokio-codec-0.1.2.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.tokio-codec-0.1.2.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,8 +80,8 @@ rust_library( }), version = "0.1.2", deps = [ - "@rules_rust_proto__bytes-0.4.12//:bytes", - "@rules_rust_proto__futures-0.1.31//:futures", - "@rules_rust_proto__tokio-io-0.1.13//:tokio_io", + "@rules_rust_protobuf_deps__bytes-0.4.12//:bytes", + "@rules_rust_protobuf_deps__futures-0.1.31//:futures", + "@rules_rust_protobuf_deps__tokio-io-0.1.13//:tokio_io", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.tokio-core-0.1.18.bazel b/extensions/protobuf/3rdparty/crates/BUILD.tokio-core-0.1.18.bazel similarity index 82% rename from proto/protobuf/3rdparty/crates/BUILD.tokio-core-0.1.18.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.tokio-core-0.1.18.bazel index 9f0ae12889..0c17df027b 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.tokio-core-0.1.18.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.tokio-core-0.1.18.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,16 +80,16 @@ rust_library( }), version = "0.1.18", deps = [ - "@rules_rust_proto__bytes-0.4.12//:bytes", - "@rules_rust_proto__futures-0.1.31//:futures", - "@rules_rust_proto__iovec-0.1.4//:iovec", - "@rules_rust_proto__log-0.4.17//:log", - "@rules_rust_proto__mio-0.6.23//:mio", - "@rules_rust_proto__scoped-tls-0.1.2//:scoped_tls", - "@rules_rust_proto__tokio-0.1.22//:tokio", - "@rules_rust_proto__tokio-executor-0.1.10//:tokio_executor", - "@rules_rust_proto__tokio-io-0.1.13//:tokio_io", - "@rules_rust_proto__tokio-reactor-0.1.12//:tokio_reactor", - "@rules_rust_proto__tokio-timer-0.2.13//:tokio_timer", + "@rules_rust_protobuf_deps__bytes-0.4.12//:bytes", + "@rules_rust_protobuf_deps__futures-0.1.31//:futures", + "@rules_rust_protobuf_deps__iovec-0.1.4//:iovec", + "@rules_rust_protobuf_deps__log-0.4.17//:log", + "@rules_rust_protobuf_deps__mio-0.6.23//:mio", + "@rules_rust_protobuf_deps__scoped-tls-0.1.2//:scoped_tls", + "@rules_rust_protobuf_deps__tokio-0.1.22//:tokio", + "@rules_rust_protobuf_deps__tokio-executor-0.1.10//:tokio_executor", + "@rules_rust_protobuf_deps__tokio-io-0.1.13//:tokio_io", + "@rules_rust_protobuf_deps__tokio-reactor-0.1.12//:tokio_reactor", + "@rules_rust_protobuf_deps__tokio-timer-0.2.13//:tokio_timer", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.tokio-current-thread-0.1.7.bazel b/extensions/protobuf/3rdparty/crates/BUILD.tokio-current-thread-0.1.7.bazel similarity index 95% rename from proto/protobuf/3rdparty/crates/BUILD.tokio-current-thread-0.1.7.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.tokio-current-thread-0.1.7.bazel index d5b7a1a7be..b1cbb62aec 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.tokio-current-thread-0.1.7.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.tokio-current-thread-0.1.7.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,7 +80,7 @@ rust_library( }), version = "0.1.7", deps = [ - "@rules_rust_proto__futures-0.1.31//:futures", - "@rules_rust_proto__tokio-executor-0.1.10//:tokio_executor", + "@rules_rust_protobuf_deps__futures-0.1.31//:futures", + "@rules_rust_protobuf_deps__tokio-executor-0.1.10//:tokio_executor", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.tokio-executor-0.1.10.bazel b/extensions/protobuf/3rdparty/crates/BUILD.tokio-executor-0.1.10.bazel similarity index 94% rename from proto/protobuf/3rdparty/crates/BUILD.tokio-executor-0.1.10.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.tokio-executor-0.1.10.bazel index 3d1d99a51a..ef44f7fdb3 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.tokio-executor-0.1.10.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.tokio-executor-0.1.10.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,7 +80,7 @@ rust_library( }), version = "0.1.10", deps = [ - "@rules_rust_proto__crossbeam-utils-0.7.2//:crossbeam_utils", - "@rules_rust_proto__futures-0.1.31//:futures", + "@rules_rust_protobuf_deps__crossbeam-utils-0.7.2//:crossbeam_utils", + "@rules_rust_protobuf_deps__futures-0.1.31//:futures", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.tokio-fs-0.1.7.bazel b/extensions/protobuf/3rdparty/crates/BUILD.tokio-fs-0.1.7.bazel similarity index 93% rename from proto/protobuf/3rdparty/crates/BUILD.tokio-fs-0.1.7.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.tokio-fs-0.1.7.bazel index 3a6f6487f8..fd9ae9ae8a 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.tokio-fs-0.1.7.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.tokio-fs-0.1.7.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,8 +80,8 @@ rust_library( }), version = "0.1.7", deps = [ - "@rules_rust_proto__futures-0.1.31//:futures", - "@rules_rust_proto__tokio-io-0.1.13//:tokio_io", - "@rules_rust_proto__tokio-threadpool-0.1.18//:tokio_threadpool", + "@rules_rust_protobuf_deps__futures-0.1.31//:futures", + "@rules_rust_protobuf_deps__tokio-io-0.1.13//:tokio_io", + "@rules_rust_protobuf_deps__tokio-threadpool-0.1.18//:tokio_threadpool", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.tokio-io-0.1.13.bazel b/extensions/protobuf/3rdparty/crates/BUILD.tokio-io-0.1.13.bazel similarity index 94% rename from proto/protobuf/3rdparty/crates/BUILD.tokio-io-0.1.13.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.tokio-io-0.1.13.bazel index c62c13fd80..29385ef415 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.tokio-io-0.1.13.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.tokio-io-0.1.13.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,8 +80,8 @@ rust_library( }), version = "0.1.13", deps = [ - "@rules_rust_proto__bytes-0.4.12//:bytes", - "@rules_rust_proto__futures-0.1.31//:futures", - "@rules_rust_proto__log-0.4.17//:log", + "@rules_rust_protobuf_deps__bytes-0.4.12//:bytes", + "@rules_rust_protobuf_deps__futures-0.1.31//:futures", + "@rules_rust_protobuf_deps__log-0.4.17//:log", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.tokio-reactor-0.1.12.bazel b/extensions/protobuf/3rdparty/crates/BUILD.tokio-reactor-0.1.12.bazel similarity index 81% rename from proto/protobuf/3rdparty/crates/BUILD.tokio-reactor-0.1.12.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.tokio-reactor-0.1.12.bazel index 782b1eb11f..7667797db8 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.tokio-reactor-0.1.12.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.tokio-reactor-0.1.12.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,16 +80,16 @@ rust_library( }), version = "0.1.12", deps = [ - "@rules_rust_proto__crossbeam-utils-0.7.2//:crossbeam_utils", - "@rules_rust_proto__futures-0.1.31//:futures", - "@rules_rust_proto__lazy_static-1.4.0//:lazy_static", - "@rules_rust_proto__log-0.4.17//:log", - "@rules_rust_proto__mio-0.6.23//:mio", - "@rules_rust_proto__num_cpus-1.15.0//:num_cpus", - "@rules_rust_proto__parking_lot-0.9.0//:parking_lot", - "@rules_rust_proto__slab-0.4.7//:slab", - "@rules_rust_proto__tokio-executor-0.1.10//:tokio_executor", - "@rules_rust_proto__tokio-io-0.1.13//:tokio_io", - "@rules_rust_proto__tokio-sync-0.1.8//:tokio_sync", + "@rules_rust_protobuf_deps__crossbeam-utils-0.7.2//:crossbeam_utils", + "@rules_rust_protobuf_deps__futures-0.1.31//:futures", + "@rules_rust_protobuf_deps__lazy_static-1.4.0//:lazy_static", + "@rules_rust_protobuf_deps__log-0.4.17//:log", + "@rules_rust_protobuf_deps__mio-0.6.23//:mio", + "@rules_rust_protobuf_deps__num_cpus-1.15.0//:num_cpus", + "@rules_rust_protobuf_deps__parking_lot-0.9.0//:parking_lot", + "@rules_rust_protobuf_deps__slab-0.4.7//:slab", + "@rules_rust_protobuf_deps__tokio-executor-0.1.10//:tokio_executor", + "@rules_rust_protobuf_deps__tokio-io-0.1.13//:tokio_io", + "@rules_rust_protobuf_deps__tokio-sync-0.1.8//:tokio_sync", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.tokio-sync-0.1.8.bazel b/extensions/protobuf/3rdparty/crates/BUILD.tokio-sync-0.1.8.bazel similarity index 95% rename from proto/protobuf/3rdparty/crates/BUILD.tokio-sync-0.1.8.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.tokio-sync-0.1.8.bazel index 38cf8fd5dd..d836e749ae 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.tokio-sync-0.1.8.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.tokio-sync-0.1.8.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,7 +80,7 @@ rust_library( }), version = "0.1.8", deps = [ - "@rules_rust_proto__fnv-1.0.7//:fnv", - "@rules_rust_proto__futures-0.1.31//:futures", + "@rules_rust_protobuf_deps__fnv-1.0.7//:fnv", + "@rules_rust_protobuf_deps__futures-0.1.31//:futures", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.tokio-tcp-0.1.4.bazel b/extensions/protobuf/3rdparty/crates/BUILD.tokio-tcp-0.1.4.bazel similarity index 89% rename from proto/protobuf/3rdparty/crates/BUILD.tokio-tcp-0.1.4.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.tokio-tcp-0.1.4.bazel index 11eb0ff9b5..d5dedc9665 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.tokio-tcp-0.1.4.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.tokio-tcp-0.1.4.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,11 +80,11 @@ rust_library( }), version = "0.1.4", deps = [ - "@rules_rust_proto__bytes-0.4.12//:bytes", - "@rules_rust_proto__futures-0.1.31//:futures", - "@rules_rust_proto__iovec-0.1.4//:iovec", - "@rules_rust_proto__mio-0.6.23//:mio", - "@rules_rust_proto__tokio-io-0.1.13//:tokio_io", - "@rules_rust_proto__tokio-reactor-0.1.12//:tokio_reactor", + "@rules_rust_protobuf_deps__bytes-0.4.12//:bytes", + "@rules_rust_protobuf_deps__futures-0.1.31//:futures", + "@rules_rust_protobuf_deps__iovec-0.1.4//:iovec", + "@rules_rust_protobuf_deps__mio-0.6.23//:mio", + "@rules_rust_protobuf_deps__tokio-io-0.1.13//:tokio_io", + "@rules_rust_protobuf_deps__tokio-reactor-0.1.12//:tokio_reactor", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.tokio-threadpool-0.1.18.bazel b/extensions/protobuf/3rdparty/crates/BUILD.tokio-threadpool-0.1.18.bazel similarity index 83% rename from proto/protobuf/3rdparty/crates/BUILD.tokio-threadpool-0.1.18.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.tokio-threadpool-0.1.18.bazel index 53c5632f14..c01daadfee 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.tokio-threadpool-0.1.18.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.tokio-threadpool-0.1.18.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,14 +80,14 @@ rust_library( }), version = "0.1.18", deps = [ - "@rules_rust_proto__crossbeam-deque-0.7.4//:crossbeam_deque", - "@rules_rust_proto__crossbeam-queue-0.2.3//:crossbeam_queue", - "@rules_rust_proto__crossbeam-utils-0.7.2//:crossbeam_utils", - "@rules_rust_proto__futures-0.1.31//:futures", - "@rules_rust_proto__lazy_static-1.4.0//:lazy_static", - "@rules_rust_proto__log-0.4.17//:log", - "@rules_rust_proto__num_cpus-1.15.0//:num_cpus", - "@rules_rust_proto__slab-0.4.7//:slab", - "@rules_rust_proto__tokio-executor-0.1.10//:tokio_executor", + "@rules_rust_protobuf_deps__crossbeam-deque-0.7.4//:crossbeam_deque", + "@rules_rust_protobuf_deps__crossbeam-queue-0.2.3//:crossbeam_queue", + "@rules_rust_protobuf_deps__crossbeam-utils-0.7.2//:crossbeam_utils", + "@rules_rust_protobuf_deps__futures-0.1.31//:futures", + "@rules_rust_protobuf_deps__lazy_static-1.4.0//:lazy_static", + "@rules_rust_protobuf_deps__log-0.4.17//:log", + "@rules_rust_protobuf_deps__num_cpus-1.15.0//:num_cpus", + "@rules_rust_protobuf_deps__slab-0.4.7//:slab", + "@rules_rust_protobuf_deps__tokio-executor-0.1.10//:tokio_executor", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.tokio-timer-0.1.2.bazel b/extensions/protobuf/3rdparty/crates/BUILD.tokio-timer-0.1.2.bazel similarity index 95% rename from proto/protobuf/3rdparty/crates/BUILD.tokio-timer-0.1.2.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.tokio-timer-0.1.2.bazel index db695224da..1f09270a06 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.tokio-timer-0.1.2.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.tokio-timer-0.1.2.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,7 +80,7 @@ rust_library( }), version = "0.1.2", deps = [ - "@rules_rust_proto__futures-0.1.31//:futures", - "@rules_rust_proto__slab-0.3.0//:slab", + "@rules_rust_protobuf_deps__futures-0.1.31//:futures", + "@rules_rust_protobuf_deps__slab-0.3.0//:slab", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.tokio-timer-0.2.13.bazel b/extensions/protobuf/3rdparty/crates/BUILD.tokio-timer-0.2.13.bazel similarity index 91% rename from proto/protobuf/3rdparty/crates/BUILD.tokio-timer-0.2.13.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.tokio-timer-0.2.13.bazel index 1ac0425a2e..d8e711baf7 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.tokio-timer-0.2.13.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.tokio-timer-0.2.13.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,9 +80,9 @@ rust_library( }), version = "0.2.13", deps = [ - "@rules_rust_proto__crossbeam-utils-0.7.2//:crossbeam_utils", - "@rules_rust_proto__futures-0.1.31//:futures", - "@rules_rust_proto__slab-0.4.7//:slab", - "@rules_rust_proto__tokio-executor-0.1.10//:tokio_executor", + "@rules_rust_protobuf_deps__crossbeam-utils-0.7.2//:crossbeam_utils", + "@rules_rust_protobuf_deps__futures-0.1.31//:futures", + "@rules_rust_protobuf_deps__slab-0.4.7//:slab", + "@rules_rust_protobuf_deps__tokio-executor-0.1.10//:tokio_executor", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.tokio-tls-api-0.1.22.bazel b/extensions/protobuf/3rdparty/crates/BUILD.tokio-tls-api-0.1.22.bazel similarity index 93% rename from proto/protobuf/3rdparty/crates/BUILD.tokio-tls-api-0.1.22.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.tokio-tls-api-0.1.22.bazel index e88729be18..1961d7ea86 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.tokio-tls-api-0.1.22.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.tokio-tls-api-0.1.22.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,8 +80,8 @@ rust_library( }), version = "0.1.22", deps = [ - "@rules_rust_proto__futures-0.1.31//:futures", - "@rules_rust_proto__tls-api-0.1.22//:tls_api", - "@rules_rust_proto__tokio-io-0.1.13//:tokio_io", + "@rules_rust_protobuf_deps__futures-0.1.31//:futures", + "@rules_rust_protobuf_deps__tls-api-0.1.22//:tls_api", + "@rules_rust_protobuf_deps__tokio-io-0.1.13//:tokio_io", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.tokio-udp-0.1.6.bazel b/extensions/protobuf/3rdparty/crates/BUILD.tokio-udp-0.1.6.bazel similarity index 87% rename from proto/protobuf/3rdparty/crates/BUILD.tokio-udp-0.1.6.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.tokio-udp-0.1.6.bazel index aea7f6acc8..d683790dd7 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.tokio-udp-0.1.6.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.tokio-udp-0.1.6.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,12 +80,12 @@ rust_library( }), version = "0.1.6", deps = [ - "@rules_rust_proto__bytes-0.4.12//:bytes", - "@rules_rust_proto__futures-0.1.31//:futures", - "@rules_rust_proto__log-0.4.17//:log", - "@rules_rust_proto__mio-0.6.23//:mio", - "@rules_rust_proto__tokio-codec-0.1.2//:tokio_codec", - "@rules_rust_proto__tokio-io-0.1.13//:tokio_io", - "@rules_rust_proto__tokio-reactor-0.1.12//:tokio_reactor", + "@rules_rust_protobuf_deps__bytes-0.4.12//:bytes", + "@rules_rust_protobuf_deps__futures-0.1.31//:futures", + "@rules_rust_protobuf_deps__log-0.4.17//:log", + "@rules_rust_protobuf_deps__mio-0.6.23//:mio", + "@rules_rust_protobuf_deps__tokio-codec-0.1.2//:tokio_codec", + "@rules_rust_protobuf_deps__tokio-io-0.1.13//:tokio_io", + "@rules_rust_protobuf_deps__tokio-reactor-0.1.12//:tokio_reactor", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.tokio-uds-0.1.7.bazel b/extensions/protobuf/3rdparty/crates/BUILD.tokio-uds-0.1.7.bazel similarity index 85% rename from proto/protobuf/3rdparty/crates/BUILD.tokio-uds-0.1.7.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.tokio-uds-0.1.7.bazel index 3f821a2204..476ab47e0e 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.tokio-uds-0.1.7.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.tokio-uds-0.1.7.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,14 +80,14 @@ rust_library( }), version = "0.1.7", deps = [ - "@rules_rust_proto__bytes-0.4.12//:bytes", - "@rules_rust_proto__futures-0.1.31//:futures", - "@rules_rust_proto__iovec-0.1.4//:iovec", - "@rules_rust_proto__libc-0.2.139//:libc", - "@rules_rust_proto__log-0.3.9//:log", - "@rules_rust_proto__mio-0.6.23//:mio", - "@rules_rust_proto__mio-uds-0.6.8//:mio_uds", - "@rules_rust_proto__tokio-core-0.1.18//:tokio_core", - "@rules_rust_proto__tokio-io-0.1.13//:tokio_io", + "@rules_rust_protobuf_deps__bytes-0.4.12//:bytes", + "@rules_rust_protobuf_deps__futures-0.1.31//:futures", + "@rules_rust_protobuf_deps__iovec-0.1.4//:iovec", + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", + "@rules_rust_protobuf_deps__log-0.3.9//:log", + "@rules_rust_protobuf_deps__mio-0.6.23//:mio", + "@rules_rust_protobuf_deps__mio-uds-0.6.8//:mio_uds", + "@rules_rust_protobuf_deps__tokio-core-0.1.18//:tokio_core", + "@rules_rust_protobuf_deps__tokio-io-0.1.13//:tokio_io", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.tokio-uds-0.2.7.bazel b/extensions/protobuf/3rdparty/crates/BUILD.tokio-uds-0.2.7.bazel similarity index 83% rename from proto/protobuf/3rdparty/crates/BUILD.tokio-uds-0.2.7.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.tokio-uds-0.2.7.bazel index 410024f6e9..9c1f4d9f0d 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.tokio-uds-0.2.7.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.tokio-uds-0.2.7.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,15 +80,15 @@ rust_library( }), version = "0.2.7", deps = [ - "@rules_rust_proto__bytes-0.4.12//:bytes", - "@rules_rust_proto__futures-0.1.31//:futures", - "@rules_rust_proto__iovec-0.1.4//:iovec", - "@rules_rust_proto__libc-0.2.139//:libc", - "@rules_rust_proto__log-0.4.17//:log", - "@rules_rust_proto__mio-0.6.23//:mio", - "@rules_rust_proto__mio-uds-0.6.8//:mio_uds", - "@rules_rust_proto__tokio-codec-0.1.2//:tokio_codec", - "@rules_rust_proto__tokio-io-0.1.13//:tokio_io", - "@rules_rust_proto__tokio-reactor-0.1.12//:tokio_reactor", + "@rules_rust_protobuf_deps__bytes-0.4.12//:bytes", + "@rules_rust_protobuf_deps__futures-0.1.31//:futures", + "@rules_rust_protobuf_deps__iovec-0.1.4//:iovec", + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", + "@rules_rust_protobuf_deps__log-0.4.17//:log", + "@rules_rust_protobuf_deps__mio-0.6.23//:mio", + "@rules_rust_protobuf_deps__mio-uds-0.6.8//:mio_uds", + "@rules_rust_protobuf_deps__tokio-codec-0.1.2//:tokio_codec", + "@rules_rust_protobuf_deps__tokio-io-0.1.13//:tokio_io", + "@rules_rust_protobuf_deps__tokio-reactor-0.1.12//:tokio_reactor", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.unix_socket-0.5.0.bazel b/extensions/protobuf/3rdparty/crates/BUILD.unix_socket-0.5.0.bazel similarity index 95% rename from proto/protobuf/3rdparty/crates/BUILD.unix_socket-0.5.0.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.unix_socket-0.5.0.bazel index 22d770336e..e5f146ea75 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.unix_socket-0.5.0.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.unix_socket-0.5.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,7 +80,7 @@ rust_library( }), version = "0.5.0", deps = [ - "@rules_rust_proto__cfg-if-0.1.10//:cfg_if", - "@rules_rust_proto__libc-0.2.139//:libc", + "@rules_rust_protobuf_deps__cfg-if-0.1.10//:cfg_if", + "@rules_rust_protobuf_deps__libc-0.2.139//:libc", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.void-1.0.2.bazel b/extensions/protobuf/3rdparty/crates/BUILD.void-1.0.2.bazel similarity index 98% rename from proto/protobuf/3rdparty/crates/BUILD.void-1.0.2.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.void-1.0.2.bazel index 999de842f7..bccffc64bc 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.void-1.0.2.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.void-1.0.2.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/protobuf/3rdparty/crates/BUILD.winapi-0.2.8.bazel b/extensions/protobuf/3rdparty/crates/BUILD.winapi-0.2.8.bazel similarity index 98% rename from proto/protobuf/3rdparty/crates/BUILD.winapi-0.2.8.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.winapi-0.2.8.bazel index b290ba1f5c..059172a96c 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.winapi-0.2.8.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.winapi-0.2.8.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/protobuf/3rdparty/crates/BUILD.winapi-0.3.9.bazel b/extensions/protobuf/3rdparty/crates/BUILD.winapi-0.3.9.bazel similarity index 97% rename from proto/protobuf/3rdparty/crates/BUILD.winapi-0.3.9.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.winapi-0.3.9.bazel index 7c50b73dbb..2a04f94056 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.winapi-0.3.9.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.winapi-0.3.9.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -94,7 +94,7 @@ rust_library( }), version = "0.3.9", deps = [ - "@rules_rust_proto__winapi-0.3.9//:build_script_build", + "@rules_rust_protobuf_deps__winapi-0.3.9//:build_script_build", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.winapi-build-0.1.1.bazel b/extensions/protobuf/3rdparty/crates/BUILD.winapi-build-0.1.1.bazel similarity index 98% rename from proto/protobuf/3rdparty/crates/BUILD.winapi-build-0.1.1.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.winapi-build-0.1.1.bazel index 1563c67b07..efcbb42bbd 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.winapi-build-0.1.1.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.winapi-build-0.1.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/protobuf/3rdparty/crates/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel b/extensions/protobuf/3rdparty/crates/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel similarity index 97% rename from proto/protobuf/3rdparty/crates/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel index 6aa8a3b478..cd904c1e82 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -81,7 +81,7 @@ rust_library( }), version = "0.4.0", deps = [ - "@rules_rust_proto__winapi-i686-pc-windows-gnu-0.4.0//:build_script_build", + "@rules_rust_protobuf_deps__winapi-i686-pc-windows-gnu-0.4.0//:build_script_build", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel b/extensions/protobuf/3rdparty/crates/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel similarity index 97% rename from proto/protobuf/3rdparty/crates/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel index bff9ebbc19..e04959c118 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -81,7 +81,7 @@ rust_library( }), version = "0.4.0", deps = [ - "@rules_rust_proto__winapi-x86_64-pc-windows-gnu-0.4.0//:build_script_build", + "@rules_rust_protobuf_deps__winapi-x86_64-pc-windows-gnu-0.4.0//:build_script_build", ], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.ws2_32-sys-0.2.1.bazel b/extensions/protobuf/3rdparty/crates/BUILD.ws2_32-sys-0.2.1.bazel similarity index 95% rename from proto/protobuf/3rdparty/crates/BUILD.ws2_32-sys-0.2.1.bazel rename to extensions/protobuf/3rdparty/crates/BUILD.ws2_32-sys-0.2.1.bazel index a28511fdca..c43d533764 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.ws2_32-sys-0.2.1.bazel +++ b/extensions/protobuf/3rdparty/crates/BUILD.ws2_32-sys-0.2.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -81,8 +81,8 @@ rust_library( }), version = "0.2.1", deps = [ - "@rules_rust_proto__winapi-0.2.8//:winapi", - "@rules_rust_proto__ws2_32-sys-0.2.1//:build_script_build", + "@rules_rust_protobuf_deps__winapi-0.2.8//:winapi", + "@rules_rust_protobuf_deps__ws2_32-sys-0.2.1//:build_script_build", ], ) @@ -134,7 +134,7 @@ cargo_build_script( version = "0.2.1", visibility = ["//visibility:private"], deps = [ - "@rules_rust_proto__winapi-build-0.1.1//:build", + "@rules_rust_protobuf_deps__winapi-build-0.1.1//:build", ], ) diff --git a/proto/protobuf/3rdparty/crates/alias_rules.bzl b/extensions/protobuf/3rdparty/crates/alias_rules.bzl similarity index 100% rename from proto/protobuf/3rdparty/crates/alias_rules.bzl rename to extensions/protobuf/3rdparty/crates/alias_rules.bzl diff --git a/proto/protobuf/3rdparty/crates/crates.bzl b/extensions/protobuf/3rdparty/crates/crates.bzl similarity index 70% rename from proto/protobuf/3rdparty/crates/crates.bzl rename to extensions/protobuf/3rdparty/crates/crates.bzl index 4bc1c1d72c..6e8a774f32 100644 --- a/proto/protobuf/3rdparty/crates/crates.bzl +++ b/extensions/protobuf/3rdparty/crates/crates.bzl @@ -12,7 +12,7 @@ load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe") load("@rules_rust//crate_universe/private:crates_vendor.bzl", "crates_vendor_remote_repository") # buildifier: disable=bzl-visibility -load("@rules_rust//proto/protobuf/3rdparty/crates:defs.bzl", _crate_repositories = "crate_repositories") +load("@rules_rust_protobuf//3rdparty/crates:defs.bzl", _crate_repositories = "crate_repositories") def crate_repositories(): """Generates repositories for vendored crates. @@ -22,11 +22,11 @@ def crate_repositories(): """ maybe( crates_vendor_remote_repository, - name = "rules_rust_proto", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.bazel"), - defs_module = Label("@rules_rust//proto/protobuf/3rdparty/crates:defs.bzl"), + name = "rules_rust_protobuf_deps", + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.bazel"), + defs_module = Label("@rules_rust_protobuf//3rdparty/crates:defs.bzl"), ) - direct_deps = [struct(repo = "rules_rust_proto", is_dev_dep = False)] + direct_deps = [struct(repo = "rules_rust_protobuf_deps", is_dev_dep = False)] direct_deps.extend(_crate_repositories()) return direct_deps diff --git a/proto/protobuf/3rdparty/crates/defs.bzl b/extensions/protobuf/3rdparty/crates/defs.bzl similarity index 75% rename from proto/protobuf/3rdparty/crates/defs.bzl rename to extensions/protobuf/3rdparty/crates/defs.bzl index df250390a4..9719e73800 100644 --- a/proto/protobuf/3rdparty/crates/defs.bzl +++ b/extensions/protobuf/3rdparty/crates/defs.bzl @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### """ # `crates_repository` API @@ -295,13 +295,13 @@ def aliases( _NORMAL_DEPENDENCIES = { "": { _COMMON_CONDITION: { - "grpc": Label("@rules_rust_proto__grpc-0.6.2//:grpc"), - "grpc-compiler": Label("@rules_rust_proto__grpc-compiler-0.6.2//:grpc_compiler"), - "log": Label("@rules_rust_proto__log-0.4.17//:log"), - "protobuf": Label("@rules_rust_proto__protobuf-2.8.2//:protobuf"), - "protobuf-codegen": Label("@rules_rust_proto__protobuf-codegen-2.8.2//:protobuf_codegen"), - "tls-api": Label("@rules_rust_proto__tls-api-0.1.22//:tls_api"), - "tls-api-stub": Label("@rules_rust_proto__tls-api-stub-0.1.22//:tls_api_stub"), + "grpc": Label("@rules_rust_protobuf_deps__grpc-0.6.2//:grpc"), + "grpc-compiler": Label("@rules_rust_protobuf_deps__grpc-compiler-0.6.2//:grpc_compiler"), + "log": Label("@rules_rust_protobuf_deps__log-0.4.17//:log"), + "protobuf": Label("@rules_rust_protobuf_deps__protobuf-2.8.2//:protobuf"), + "protobuf-codegen": Label("@rules_rust_protobuf_deps__protobuf-codegen-2.8.2//:protobuf_codegen"), + "tls-api": Label("@rules_rust_protobuf_deps__tls-api-0.1.22//:tls_api"), + "tls-api-stub": Label("@rules_rust_protobuf_deps__tls-api-stub-0.1.22//:tls_api_stub"), }, }, } @@ -421,776 +421,776 @@ def crate_repositories(): """ maybe( http_archive, - name = "rules_rust_proto__autocfg-1.1.0", + name = "rules_rust_protobuf_deps__autocfg-1.1.0", sha256 = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa", type = "tar.gz", urls = ["https://static.crates.io/crates/autocfg/1.1.0/download"], strip_prefix = "autocfg-1.1.0", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.autocfg-1.1.0.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.autocfg-1.1.0.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__base64-0.9.3", + name = "rules_rust_protobuf_deps__base64-0.9.3", sha256 = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643", type = "tar.gz", urls = ["https://static.crates.io/crates/base64/0.9.3/download"], strip_prefix = "base64-0.9.3", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.base64-0.9.3.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.base64-0.9.3.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__bitflags-1.3.2", + name = "rules_rust_protobuf_deps__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("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.bitflags-1.3.2.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.bitflags-1.3.2.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__byteorder-1.4.3", + name = "rules_rust_protobuf_deps__byteorder-1.4.3", sha256 = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610", type = "tar.gz", urls = ["https://static.crates.io/crates/byteorder/1.4.3/download"], strip_prefix = "byteorder-1.4.3", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.byteorder-1.4.3.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.byteorder-1.4.3.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__bytes-0.4.12", + name = "rules_rust_protobuf_deps__bytes-0.4.12", sha256 = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c", type = "tar.gz", urls = ["https://static.crates.io/crates/bytes/0.4.12/download"], strip_prefix = "bytes-0.4.12", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.bytes-0.4.12.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.bytes-0.4.12.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__cfg-if-0.1.10", + name = "rules_rust_protobuf_deps__cfg-if-0.1.10", sha256 = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822", type = "tar.gz", urls = ["https://static.crates.io/crates/cfg-if/0.1.10/download"], strip_prefix = "cfg-if-0.1.10", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.cfg-if-0.1.10.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.cfg-if-0.1.10.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__cfg-if-1.0.0", + name = "rules_rust_protobuf_deps__cfg-if-1.0.0", sha256 = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd", type = "tar.gz", urls = ["https://static.crates.io/crates/cfg-if/1.0.0/download"], strip_prefix = "cfg-if-1.0.0", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.cfg-if-1.0.0.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.cfg-if-1.0.0.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__cloudabi-0.0.3", + name = "rules_rust_protobuf_deps__cloudabi-0.0.3", sha256 = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f", type = "tar.gz", urls = ["https://static.crates.io/crates/cloudabi/0.0.3/download"], strip_prefix = "cloudabi-0.0.3", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.cloudabi-0.0.3.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.cloudabi-0.0.3.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__crossbeam-deque-0.7.4", + name = "rules_rust_protobuf_deps__crossbeam-deque-0.7.4", sha256 = "c20ff29ded3204c5106278a81a38f4b482636ed4fa1e6cfbeef193291beb29ed", type = "tar.gz", urls = ["https://static.crates.io/crates/crossbeam-deque/0.7.4/download"], strip_prefix = "crossbeam-deque-0.7.4", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.crossbeam-deque-0.7.4.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.crossbeam-deque-0.7.4.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__crossbeam-epoch-0.8.2", + name = "rules_rust_protobuf_deps__crossbeam-epoch-0.8.2", sha256 = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace", type = "tar.gz", urls = ["https://static.crates.io/crates/crossbeam-epoch/0.8.2/download"], strip_prefix = "crossbeam-epoch-0.8.2", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.crossbeam-epoch-0.8.2.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.crossbeam-epoch-0.8.2.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__crossbeam-queue-0.2.3", + name = "rules_rust_protobuf_deps__crossbeam-queue-0.2.3", sha256 = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570", type = "tar.gz", urls = ["https://static.crates.io/crates/crossbeam-queue/0.2.3/download"], strip_prefix = "crossbeam-queue-0.2.3", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.crossbeam-queue-0.2.3.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.crossbeam-queue-0.2.3.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__crossbeam-utils-0.7.2", + name = "rules_rust_protobuf_deps__crossbeam-utils-0.7.2", sha256 = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8", type = "tar.gz", urls = ["https://static.crates.io/crates/crossbeam-utils/0.7.2/download"], strip_prefix = "crossbeam-utils-0.7.2", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.crossbeam-utils-0.7.2.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.crossbeam-utils-0.7.2.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__fnv-1.0.7", + name = "rules_rust_protobuf_deps__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("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.fnv-1.0.7.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.fnv-1.0.7.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__fuchsia-zircon-0.3.3", + name = "rules_rust_protobuf_deps__fuchsia-zircon-0.3.3", sha256 = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82", type = "tar.gz", urls = ["https://static.crates.io/crates/fuchsia-zircon/0.3.3/download"], strip_prefix = "fuchsia-zircon-0.3.3", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.fuchsia-zircon-0.3.3.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.fuchsia-zircon-0.3.3.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__fuchsia-zircon-sys-0.3.3", + name = "rules_rust_protobuf_deps__fuchsia-zircon-sys-0.3.3", sha256 = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7", type = "tar.gz", urls = ["https://static.crates.io/crates/fuchsia-zircon-sys/0.3.3/download"], strip_prefix = "fuchsia-zircon-sys-0.3.3", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.fuchsia-zircon-sys-0.3.3.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.fuchsia-zircon-sys-0.3.3.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__futures-0.1.31", + name = "rules_rust_protobuf_deps__futures-0.1.31", sha256 = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678", type = "tar.gz", urls = ["https://static.crates.io/crates/futures/0.1.31/download"], strip_prefix = "futures-0.1.31", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.futures-0.1.31.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.futures-0.1.31.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__futures-cpupool-0.1.8", + name = "rules_rust_protobuf_deps__futures-cpupool-0.1.8", sha256 = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4", type = "tar.gz", urls = ["https://static.crates.io/crates/futures-cpupool/0.1.8/download"], strip_prefix = "futures-cpupool-0.1.8", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.futures-cpupool-0.1.8.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.futures-cpupool-0.1.8.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__grpc-0.6.2", + name = "rules_rust_protobuf_deps__grpc-0.6.2", sha256 = "2aaf1d741fe6f3413f1f9f71b99f5e4e26776d563475a8a53ce53a73a8534c1d", type = "tar.gz", urls = ["https://static.crates.io/crates/grpc/0.6.2/download"], strip_prefix = "grpc-0.6.2", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.grpc-0.6.2.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.grpc-0.6.2.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__grpc-compiler-0.6.2", + name = "rules_rust_protobuf_deps__grpc-compiler-0.6.2", sha256 = "907274ce8ee7b40a0d0b0db09022ea22846a47cfb1fc8ad2c983c70001b4ffb1", type = "tar.gz", urls = ["https://static.crates.io/crates/grpc-compiler/0.6.2/download"], strip_prefix = "grpc-compiler-0.6.2", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.grpc-compiler-0.6.2.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.grpc-compiler-0.6.2.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__hermit-abi-0.2.6", + name = "rules_rust_protobuf_deps__hermit-abi-0.2.6", sha256 = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7", type = "tar.gz", urls = ["https://static.crates.io/crates/hermit-abi/0.2.6/download"], strip_prefix = "hermit-abi-0.2.6", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.hermit-abi-0.2.6.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.hermit-abi-0.2.6.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__httpbis-0.7.0", + name = "rules_rust_protobuf_deps__httpbis-0.7.0", sha256 = "7689cfa896b2a71da4f16206af167542b75d242b6906313e53857972a92d5614", type = "tar.gz", urls = ["https://static.crates.io/crates/httpbis/0.7.0/download"], strip_prefix = "httpbis-0.7.0", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.httpbis-0.7.0.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.httpbis-0.7.0.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__iovec-0.1.4", + name = "rules_rust_protobuf_deps__iovec-0.1.4", sha256 = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e", type = "tar.gz", urls = ["https://static.crates.io/crates/iovec/0.1.4/download"], strip_prefix = "iovec-0.1.4", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.iovec-0.1.4.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.iovec-0.1.4.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__kernel32-sys-0.2.2", + name = "rules_rust_protobuf_deps__kernel32-sys-0.2.2", sha256 = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d", type = "tar.gz", urls = ["https://static.crates.io/crates/kernel32-sys/0.2.2/download"], strip_prefix = "kernel32-sys-0.2.2", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.kernel32-sys-0.2.2.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.kernel32-sys-0.2.2.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__lazy_static-1.4.0", + name = "rules_rust_protobuf_deps__lazy_static-1.4.0", sha256 = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646", type = "tar.gz", urls = ["https://static.crates.io/crates/lazy_static/1.4.0/download"], strip_prefix = "lazy_static-1.4.0", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.lazy_static-1.4.0.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.lazy_static-1.4.0.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__libc-0.2.139", + name = "rules_rust_protobuf_deps__libc-0.2.139", sha256 = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79", type = "tar.gz", urls = ["https://static.crates.io/crates/libc/0.2.139/download"], strip_prefix = "libc-0.2.139", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.libc-0.2.139.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.libc-0.2.139.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__lock_api-0.3.4", + name = "rules_rust_protobuf_deps__lock_api-0.3.4", sha256 = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75", type = "tar.gz", urls = ["https://static.crates.io/crates/lock_api/0.3.4/download"], strip_prefix = "lock_api-0.3.4", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.lock_api-0.3.4.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.lock_api-0.3.4.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__log-0.3.9", + name = "rules_rust_protobuf_deps__log-0.3.9", sha256 = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b", type = "tar.gz", urls = ["https://static.crates.io/crates/log/0.3.9/download"], strip_prefix = "log-0.3.9", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.log-0.3.9.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.log-0.3.9.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__log-0.4.17", + name = "rules_rust_protobuf_deps__log-0.4.17", sha256 = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e", type = "tar.gz", urls = ["https://static.crates.io/crates/log/0.4.17/download"], strip_prefix = "log-0.4.17", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.log-0.4.17.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.log-0.4.17.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__maybe-uninit-2.0.0", + name = "rules_rust_protobuf_deps__maybe-uninit-2.0.0", sha256 = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00", type = "tar.gz", urls = ["https://static.crates.io/crates/maybe-uninit/2.0.0/download"], strip_prefix = "maybe-uninit-2.0.0", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.maybe-uninit-2.0.0.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.maybe-uninit-2.0.0.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__memoffset-0.5.6", + name = "rules_rust_protobuf_deps__memoffset-0.5.6", sha256 = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa", type = "tar.gz", urls = ["https://static.crates.io/crates/memoffset/0.5.6/download"], strip_prefix = "memoffset-0.5.6", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.memoffset-0.5.6.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.memoffset-0.5.6.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__mio-0.6.23", + name = "rules_rust_protobuf_deps__mio-0.6.23", sha256 = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4", type = "tar.gz", urls = ["https://static.crates.io/crates/mio/0.6.23/download"], strip_prefix = "mio-0.6.23", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.mio-0.6.23.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.mio-0.6.23.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__mio-uds-0.6.8", + name = "rules_rust_protobuf_deps__mio-uds-0.6.8", sha256 = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0", type = "tar.gz", urls = ["https://static.crates.io/crates/mio-uds/0.6.8/download"], strip_prefix = "mio-uds-0.6.8", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.mio-uds-0.6.8.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.mio-uds-0.6.8.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__miow-0.2.2", + name = "rules_rust_protobuf_deps__miow-0.2.2", sha256 = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d", type = "tar.gz", urls = ["https://static.crates.io/crates/miow/0.2.2/download"], strip_prefix = "miow-0.2.2", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.miow-0.2.2.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.miow-0.2.2.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__net2-0.2.38", + name = "rules_rust_protobuf_deps__net2-0.2.38", sha256 = "74d0df99cfcd2530b2e694f6e17e7f37b8e26bb23983ac530c0c97408837c631", type = "tar.gz", urls = ["https://static.crates.io/crates/net2/0.2.38/download"], strip_prefix = "net2-0.2.38", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.net2-0.2.38.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.net2-0.2.38.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__num_cpus-1.15.0", + name = "rules_rust_protobuf_deps__num_cpus-1.15.0", sha256 = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b", type = "tar.gz", urls = ["https://static.crates.io/crates/num_cpus/1.15.0/download"], strip_prefix = "num_cpus-1.15.0", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.num_cpus-1.15.0.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.num_cpus-1.15.0.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__parking_lot-0.9.0", + name = "rules_rust_protobuf_deps__parking_lot-0.9.0", sha256 = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252", type = "tar.gz", urls = ["https://static.crates.io/crates/parking_lot/0.9.0/download"], strip_prefix = "parking_lot-0.9.0", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.parking_lot-0.9.0.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.parking_lot-0.9.0.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__parking_lot_core-0.6.3", + name = "rules_rust_protobuf_deps__parking_lot_core-0.6.3", sha256 = "bda66b810a62be75176a80873726630147a5ca780cd33921e0b5709033e66b0a", type = "tar.gz", urls = ["https://static.crates.io/crates/parking_lot_core/0.6.3/download"], strip_prefix = "parking_lot_core-0.6.3", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.parking_lot_core-0.6.3.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.parking_lot_core-0.6.3.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__protobuf-2.8.2", + name = "rules_rust_protobuf_deps__protobuf-2.8.2", patch_args = [ "-p1", ], patches = [ - "@rules_rust//proto/protobuf/3rdparty/patches:protobuf-2.8.2.patch", + "@rules_rust_protobuf//3rdparty/patches:protobuf-2.8.2.patch", ], sha256 = "70731852eec72c56d11226c8a5f96ad5058a3dab73647ca5f7ee351e464f2571", type = "tar.gz", urls = ["https://static.crates.io/crates/protobuf/2.8.2/download"], strip_prefix = "protobuf-2.8.2", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.protobuf-2.8.2.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.protobuf-2.8.2.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__protobuf-codegen-2.8.2", + name = "rules_rust_protobuf_deps__protobuf-codegen-2.8.2", sha256 = "3d74b9cbbf2ac9a7169c85a3714ec16c51ee9ec7cfd511549527e9a7df720795", type = "tar.gz", urls = ["https://static.crates.io/crates/protobuf-codegen/2.8.2/download"], strip_prefix = "protobuf-codegen-2.8.2", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.protobuf-codegen-2.8.2.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.protobuf-codegen-2.8.2.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__redox_syscall-0.1.57", + name = "rules_rust_protobuf_deps__redox_syscall-0.1.57", sha256 = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce", type = "tar.gz", urls = ["https://static.crates.io/crates/redox_syscall/0.1.57/download"], strip_prefix = "redox_syscall-0.1.57", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.redox_syscall-0.1.57.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.redox_syscall-0.1.57.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__rustc_version-0.2.3", + name = "rules_rust_protobuf_deps__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("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.rustc_version-0.2.3.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.rustc_version-0.2.3.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__safemem-0.3.3", + name = "rules_rust_protobuf_deps__safemem-0.3.3", sha256 = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072", type = "tar.gz", urls = ["https://static.crates.io/crates/safemem/0.3.3/download"], strip_prefix = "safemem-0.3.3", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.safemem-0.3.3.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.safemem-0.3.3.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__scoped-tls-0.1.2", + name = "rules_rust_protobuf_deps__scoped-tls-0.1.2", sha256 = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28", type = "tar.gz", urls = ["https://static.crates.io/crates/scoped-tls/0.1.2/download"], strip_prefix = "scoped-tls-0.1.2", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.scoped-tls-0.1.2.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.scoped-tls-0.1.2.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__scopeguard-1.1.0", + name = "rules_rust_protobuf_deps__scopeguard-1.1.0", sha256 = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd", type = "tar.gz", urls = ["https://static.crates.io/crates/scopeguard/1.1.0/download"], strip_prefix = "scopeguard-1.1.0", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.scopeguard-1.1.0.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.scopeguard-1.1.0.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__semver-0.9.0", + name = "rules_rust_protobuf_deps__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("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.semver-0.9.0.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.semver-0.9.0.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__semver-parser-0.7.0", + name = "rules_rust_protobuf_deps__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("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.semver-parser-0.7.0.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.semver-parser-0.7.0.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__slab-0.3.0", + name = "rules_rust_protobuf_deps__slab-0.3.0", sha256 = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23", type = "tar.gz", urls = ["https://static.crates.io/crates/slab/0.3.0/download"], strip_prefix = "slab-0.3.0", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.slab-0.3.0.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.slab-0.3.0.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__slab-0.4.7", + name = "rules_rust_protobuf_deps__slab-0.4.7", sha256 = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef", type = "tar.gz", urls = ["https://static.crates.io/crates/slab/0.4.7/download"], strip_prefix = "slab-0.4.7", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.slab-0.4.7.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.slab-0.4.7.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__smallvec-0.6.14", + name = "rules_rust_protobuf_deps__smallvec-0.6.14", sha256 = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0", type = "tar.gz", urls = ["https://static.crates.io/crates/smallvec/0.6.14/download"], strip_prefix = "smallvec-0.6.14", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.smallvec-0.6.14.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.smallvec-0.6.14.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__tls-api-0.1.22", + name = "rules_rust_protobuf_deps__tls-api-0.1.22", sha256 = "049c03787a0595182357fbd487577947f4351b78ce20c3668f6d49f17feb13d1", type = "tar.gz", urls = ["https://static.crates.io/crates/tls-api/0.1.22/download"], strip_prefix = "tls-api-0.1.22", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.tls-api-0.1.22.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.tls-api-0.1.22.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__tls-api-stub-0.1.22", + name = "rules_rust_protobuf_deps__tls-api-stub-0.1.22", sha256 = "c9a0cc8c149724db9de7d73a0e1bc80b1a74f5394f08c6f301e11f9c35fa061e", type = "tar.gz", urls = ["https://static.crates.io/crates/tls-api-stub/0.1.22/download"], strip_prefix = "tls-api-stub-0.1.22", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.tls-api-stub-0.1.22.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.tls-api-stub-0.1.22.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__tokio-0.1.22", + name = "rules_rust_protobuf_deps__tokio-0.1.22", sha256 = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6", type = "tar.gz", urls = ["https://static.crates.io/crates/tokio/0.1.22/download"], strip_prefix = "tokio-0.1.22", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.tokio-0.1.22.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.tokio-0.1.22.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__tokio-codec-0.1.2", + name = "rules_rust_protobuf_deps__tokio-codec-0.1.2", sha256 = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b", type = "tar.gz", urls = ["https://static.crates.io/crates/tokio-codec/0.1.2/download"], strip_prefix = "tokio-codec-0.1.2", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.tokio-codec-0.1.2.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.tokio-codec-0.1.2.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__tokio-core-0.1.18", + name = "rules_rust_protobuf_deps__tokio-core-0.1.18", sha256 = "87b1395334443abca552f63d4f61d0486f12377c2ba8b368e523f89e828cffd4", type = "tar.gz", urls = ["https://static.crates.io/crates/tokio-core/0.1.18/download"], strip_prefix = "tokio-core-0.1.18", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.tokio-core-0.1.18.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.tokio-core-0.1.18.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__tokio-current-thread-0.1.7", + name = "rules_rust_protobuf_deps__tokio-current-thread-0.1.7", sha256 = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e", type = "tar.gz", urls = ["https://static.crates.io/crates/tokio-current-thread/0.1.7/download"], strip_prefix = "tokio-current-thread-0.1.7", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.tokio-current-thread-0.1.7.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.tokio-current-thread-0.1.7.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__tokio-executor-0.1.10", + name = "rules_rust_protobuf_deps__tokio-executor-0.1.10", sha256 = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671", type = "tar.gz", urls = ["https://static.crates.io/crates/tokio-executor/0.1.10/download"], strip_prefix = "tokio-executor-0.1.10", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.tokio-executor-0.1.10.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.tokio-executor-0.1.10.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__tokio-fs-0.1.7", + name = "rules_rust_protobuf_deps__tokio-fs-0.1.7", sha256 = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4", type = "tar.gz", urls = ["https://static.crates.io/crates/tokio-fs/0.1.7/download"], strip_prefix = "tokio-fs-0.1.7", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.tokio-fs-0.1.7.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.tokio-fs-0.1.7.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__tokio-io-0.1.13", + name = "rules_rust_protobuf_deps__tokio-io-0.1.13", sha256 = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674", type = "tar.gz", urls = ["https://static.crates.io/crates/tokio-io/0.1.13/download"], strip_prefix = "tokio-io-0.1.13", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.tokio-io-0.1.13.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.tokio-io-0.1.13.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__tokio-reactor-0.1.12", + name = "rules_rust_protobuf_deps__tokio-reactor-0.1.12", sha256 = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351", type = "tar.gz", urls = ["https://static.crates.io/crates/tokio-reactor/0.1.12/download"], strip_prefix = "tokio-reactor-0.1.12", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.tokio-reactor-0.1.12.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.tokio-reactor-0.1.12.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__tokio-sync-0.1.8", + name = "rules_rust_protobuf_deps__tokio-sync-0.1.8", sha256 = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee", type = "tar.gz", urls = ["https://static.crates.io/crates/tokio-sync/0.1.8/download"], strip_prefix = "tokio-sync-0.1.8", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.tokio-sync-0.1.8.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.tokio-sync-0.1.8.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__tokio-tcp-0.1.4", + name = "rules_rust_protobuf_deps__tokio-tcp-0.1.4", sha256 = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72", type = "tar.gz", urls = ["https://static.crates.io/crates/tokio-tcp/0.1.4/download"], strip_prefix = "tokio-tcp-0.1.4", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.tokio-tcp-0.1.4.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.tokio-tcp-0.1.4.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__tokio-threadpool-0.1.18", + name = "rules_rust_protobuf_deps__tokio-threadpool-0.1.18", sha256 = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89", type = "tar.gz", urls = ["https://static.crates.io/crates/tokio-threadpool/0.1.18/download"], strip_prefix = "tokio-threadpool-0.1.18", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.tokio-threadpool-0.1.18.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.tokio-threadpool-0.1.18.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__tokio-timer-0.1.2", + name = "rules_rust_protobuf_deps__tokio-timer-0.1.2", sha256 = "6131e780037787ff1b3f8aad9da83bca02438b72277850dd6ad0d455e0e20efc", type = "tar.gz", urls = ["https://static.crates.io/crates/tokio-timer/0.1.2/download"], strip_prefix = "tokio-timer-0.1.2", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.tokio-timer-0.1.2.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.tokio-timer-0.1.2.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__tokio-timer-0.2.13", + name = "rules_rust_protobuf_deps__tokio-timer-0.2.13", sha256 = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296", type = "tar.gz", urls = ["https://static.crates.io/crates/tokio-timer/0.2.13/download"], strip_prefix = "tokio-timer-0.2.13", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.tokio-timer-0.2.13.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.tokio-timer-0.2.13.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__tokio-tls-api-0.1.22", + name = "rules_rust_protobuf_deps__tokio-tls-api-0.1.22", sha256 = "68d0e040d5b1f4cfca70ec4f371229886a5de5bb554d272a4a8da73004a7b2c9", type = "tar.gz", urls = ["https://static.crates.io/crates/tokio-tls-api/0.1.22/download"], strip_prefix = "tokio-tls-api-0.1.22", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.tokio-tls-api-0.1.22.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.tokio-tls-api-0.1.22.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__tokio-udp-0.1.6", + name = "rules_rust_protobuf_deps__tokio-udp-0.1.6", sha256 = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82", type = "tar.gz", urls = ["https://static.crates.io/crates/tokio-udp/0.1.6/download"], strip_prefix = "tokio-udp-0.1.6", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.tokio-udp-0.1.6.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.tokio-udp-0.1.6.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__tokio-uds-0.1.7", + name = "rules_rust_protobuf_deps__tokio-uds-0.1.7", sha256 = "65ae5d255ce739e8537221ed2942e0445f4b3b813daebac1c0050ddaaa3587f9", type = "tar.gz", urls = ["https://static.crates.io/crates/tokio-uds/0.1.7/download"], strip_prefix = "tokio-uds-0.1.7", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.tokio-uds-0.1.7.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.tokio-uds-0.1.7.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__tokio-uds-0.2.7", + name = "rules_rust_protobuf_deps__tokio-uds-0.2.7", sha256 = "ab57a4ac4111c8c9dbcf70779f6fc8bc35ae4b2454809febac840ad19bd7e4e0", type = "tar.gz", urls = ["https://static.crates.io/crates/tokio-uds/0.2.7/download"], strip_prefix = "tokio-uds-0.2.7", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.tokio-uds-0.2.7.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.tokio-uds-0.2.7.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__unix_socket-0.5.0", + name = "rules_rust_protobuf_deps__unix_socket-0.5.0", sha256 = "6aa2700417c405c38f5e6902d699345241c28c0b7ade4abaad71e35a87eb1564", type = "tar.gz", urls = ["https://static.crates.io/crates/unix_socket/0.5.0/download"], strip_prefix = "unix_socket-0.5.0", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.unix_socket-0.5.0.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.unix_socket-0.5.0.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__void-1.0.2", + name = "rules_rust_protobuf_deps__void-1.0.2", sha256 = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d", type = "tar.gz", urls = ["https://static.crates.io/crates/void/1.0.2/download"], strip_prefix = "void-1.0.2", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.void-1.0.2.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.void-1.0.2.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__winapi-0.2.8", + name = "rules_rust_protobuf_deps__winapi-0.2.8", sha256 = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a", type = "tar.gz", urls = ["https://static.crates.io/crates/winapi/0.2.8/download"], strip_prefix = "winapi-0.2.8", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.winapi-0.2.8.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.winapi-0.2.8.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__winapi-0.3.9", + name = "rules_rust_protobuf_deps__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("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.winapi-0.3.9.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.winapi-0.3.9.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__winapi-build-0.1.1", + name = "rules_rust_protobuf_deps__winapi-build-0.1.1", sha256 = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc", type = "tar.gz", urls = ["https://static.crates.io/crates/winapi-build/0.1.1/download"], strip_prefix = "winapi-build-0.1.1", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.winapi-build-0.1.1.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.winapi-build-0.1.1.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__winapi-i686-pc-windows-gnu-0.4.0", + name = "rules_rust_protobuf_deps__winapi-i686-pc-windows-gnu-0.4.0", sha256 = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6", type = "tar.gz", urls = ["https://static.crates.io/crates/winapi-i686-pc-windows-gnu/0.4.0/download"], strip_prefix = "winapi-i686-pc-windows-gnu-0.4.0", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__winapi-x86_64-pc-windows-gnu-0.4.0", + name = "rules_rust_protobuf_deps__winapi-x86_64-pc-windows-gnu-0.4.0", sha256 = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f", type = "tar.gz", urls = ["https://static.crates.io/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download"], strip_prefix = "winapi-x86_64-pc-windows-gnu-0.4.0", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel"), ) maybe( http_archive, - name = "rules_rust_proto__ws2_32-sys-0.2.1", + name = "rules_rust_protobuf_deps__ws2_32-sys-0.2.1", sha256 = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e", type = "tar.gz", urls = ["https://static.crates.io/crates/ws2_32-sys/0.2.1/download"], strip_prefix = "ws2_32-sys-0.2.1", - build_file = Label("@rules_rust//proto/protobuf/3rdparty/crates:BUILD.ws2_32-sys-0.2.1.bazel"), + build_file = Label("@rules_rust_protobuf//3rdparty/crates:BUILD.ws2_32-sys-0.2.1.bazel"), ) return [ - struct(repo = "rules_rust_proto__grpc-0.6.2", is_dev_dep = False), - struct(repo = "rules_rust_proto__grpc-compiler-0.6.2", is_dev_dep = False), - struct(repo = "rules_rust_proto__log-0.4.17", is_dev_dep = False), - struct(repo = "rules_rust_proto__protobuf-2.8.2", is_dev_dep = False), - struct(repo = "rules_rust_proto__protobuf-codegen-2.8.2", is_dev_dep = False), - struct(repo = "rules_rust_proto__tls-api-0.1.22", is_dev_dep = False), - struct(repo = "rules_rust_proto__tls-api-stub-0.1.22", is_dev_dep = False), + struct(repo = "rules_rust_protobuf_deps__grpc-0.6.2", is_dev_dep = False), + struct(repo = "rules_rust_protobuf_deps__grpc-compiler-0.6.2", is_dev_dep = False), + struct(repo = "rules_rust_protobuf_deps__log-0.4.17", is_dev_dep = False), + struct(repo = "rules_rust_protobuf_deps__protobuf-2.8.2", is_dev_dep = False), + struct(repo = "rules_rust_protobuf_deps__protobuf-codegen-2.8.2", is_dev_dep = False), + struct(repo = "rules_rust_protobuf_deps__tls-api-0.1.22", is_dev_dep = False), + struct(repo = "rules_rust_protobuf_deps__tls-api-stub-0.1.22", is_dev_dep = False), ] diff --git a/proto/protobuf/3rdparty/patches/BUILD.bazel b/extensions/protobuf/3rdparty/patches/BUILD.bazel similarity index 100% rename from proto/protobuf/3rdparty/patches/BUILD.bazel rename to extensions/protobuf/3rdparty/patches/BUILD.bazel diff --git a/proto/protobuf/3rdparty/patches/README.md b/extensions/protobuf/3rdparty/patches/README.md similarity index 100% rename from proto/protobuf/3rdparty/patches/README.md rename to extensions/protobuf/3rdparty/patches/README.md diff --git a/proto/protobuf/3rdparty/patches/com_google_protobuf-v3.10.0-bzl_visibility.patch b/extensions/protobuf/3rdparty/patches/com_google_protobuf-v3.10.0-bzl_visibility.patch similarity index 100% rename from proto/protobuf/3rdparty/patches/com_google_protobuf-v3.10.0-bzl_visibility.patch rename to extensions/protobuf/3rdparty/patches/com_google_protobuf-v3.10.0-bzl_visibility.patch diff --git a/proto/protobuf/3rdparty/patches/protobuf-2.8.2.patch b/extensions/protobuf/3rdparty/patches/protobuf-2.8.2.patch similarity index 100% rename from proto/protobuf/3rdparty/patches/protobuf-2.8.2.patch rename to extensions/protobuf/3rdparty/patches/protobuf-2.8.2.patch diff --git a/extensions/protobuf/BUILD.bazel b/extensions/protobuf/BUILD.bazel new file mode 100644 index 0000000000..51a103b006 --- /dev/null +++ b/extensions/protobuf/BUILD.bazel @@ -0,0 +1,59 @@ +load("@bazel_skylib//:bzl_library.bzl", "bzl_library") +load("@rules_rust//rust:defs.bzl", "rust_binary") +load(":legacy_proto_toolchain.bzl", "legacy_proto_toolchain") +load(":toolchain.bzl", "rust_proto_toolchain") + +package(default_visibility = ["//visibility:public"]) + +toolchain_type( + name = "toolchain_type", +) + +exports_files([ + "defs.bzl", +]) + +rust_binary( + name = "optional_output_wrapper", + srcs = ["optional_output_wrapper.rs"], + edition = "2018", + visibility = ["//visibility:public"], +) + +toolchain( + name = "default_proto_toolchain", + toolchain = ":default_proto_toolchain_impl", + toolchain_type = "@rules_rust_protobuf//:toolchain_type", +) + +rust_proto_toolchain( + name = "default_proto_toolchain_impl", + edition = "2018", +) + +bzl_library( + name = "protobuf_bzl_lib", + srcs = ["@com_google_protobuf//:bzl_srcs"], + visibility = ["//visibility:private"], +) + +bzl_library( + name = "bzl_lib", + srcs = [ + "defs.bzl", + "proto.bzl", + "toolchain.bzl", + ], + deps = [ + ":protobuf_bzl_lib", + "//3rdparty:bzl_lib", + "@rules_proto//proto:defs", + "@rules_proto//proto:repositories", + "@rules_rust//rust:bzl_lib", + ], +) + +legacy_proto_toolchain( + name = "legacy_proto_toolchain", + visibility = ["//visibility:public"], +) diff --git a/extensions/protobuf/MODULE.bazel b/extensions/protobuf/MODULE.bazel new file mode 100644 index 0000000000..a362f1954d --- /dev/null +++ b/extensions/protobuf/MODULE.bazel @@ -0,0 +1,50 @@ +"""bazelbuild/rules_rust/extensions/protobuf""" + +module( + name = "rules_rust_protobuf", + version = "0.54.1", +) + +bazel_dep( + name = "rules_rust", + version = "0.54.1", +) +local_path_override( + module_name = "rules_rust", + path = "../..", +) + +bazel_dep( + name = "bazel_skylib", + version = "1.5.0", +) +bazel_dep( + name = "rules_cc", + version = "0.0.9", +) +bazel_dep( + name = "rules_proto", + version = "6.0.2", +) +bazel_dep( + name = "protobuf", + version = "21.7", + repo_name = "com_google_protobuf", +) + +rust_ext_protobuf = use_extension("//:extensions.bzl", "rust_ext_protobuf") +use_repo( + rust_ext_protobuf, + "rules_rust_protobuf_deps", + "rules_rust_protobuf_deps__grpc-0.6.2", + "rules_rust_protobuf_deps__grpc-compiler-0.6.2", + "rules_rust_protobuf_deps__log-0.4.17", + "rules_rust_protobuf_deps__protobuf-2.8.2", + "rules_rust_protobuf_deps__protobuf-codegen-2.8.2", + "rules_rust_protobuf_deps__tls-api-0.1.22", + "rules_rust_protobuf_deps__tls-api-stub-0.1.22", +) + +register_toolchains( + "//:default_proto_toolchain", +) diff --git a/extensions/protobuf/WORKSPACE.bazel b/extensions/protobuf/WORKSPACE.bazel new file mode 100644 index 0000000000..e0a8bc7075 --- /dev/null +++ b/extensions/protobuf/WORKSPACE.bazel @@ -0,0 +1,60 @@ +workspace(name = "rules_rust_protobuf") + +# Users of `rules_rust` will commonly be unable to load it +# using a `local_repository`. Instead, to setup the rules, +# please see https://bazelbuild.github.io/rules_rust/#setup +local_repository( + name = "rules_rust", + path = "../..", +) + +load("@rules_rust//rust:repositories.bzl", "rules_rust_dependencies", "rust_register_toolchains") + +rules_rust_dependencies() + +rust_register_toolchains() + +load("@rules_rust//crate_universe:repositories.bzl", "crate_universe_dependencies") + +crate_universe_dependencies(bootstrap = True) + +load("@rules_rust//tools/rust_analyzer:deps.bzl", "rust_analyzer_dependencies") + +rust_analyzer_dependencies() + +load("//:repositories.bzl", "rust_proto_protobuf_dependencies", "rust_proto_protobuf_register_toolchains") + +rust_proto_protobuf_dependencies() + +rust_proto_protobuf_register_toolchains() + +load("//:transitive_repositories.bzl", "rust_proto_protobuf_transitive_repositories") + +rust_proto_protobuf_transitive_repositories() + +load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace") + +bazel_skylib_workspace() + +# --- end stardoc + +load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") + +http_archive( + name = "bazel_ci_rules", + sha256 = "eca21884e6f66a88c358e580fd67a6b148d30ab57b1680f62a96c00f9bc6a07e", + strip_prefix = "bazelci_rules-1.0.0", + url = "https://github.com/bazelbuild/continuous-integration/releases/download/rules-1.0.0/bazelci_rules-1.0.0.tar.gz", +) + +# To run with RBE on Bazel CI, uncomment the following lines. +# +# load("@bazel_ci_rules//:rbe_repo.bzl", "rbe_preconfig") +# rbe_preconfig(name = "buildkite_config", toolchain = "ubuntu2004-bazel-java11") + +http_archive( + name = "rules_testing", + sha256 = "02c62574631876a4e3b02a1820cb51167bb9cdcdea2381b2fa9d9b8b11c407c4", + strip_prefix = "rules_testing-0.6.0", + url = "https://github.com/bazelbuild/rules_testing/releases/download/v0.6.0/rules_testing-v0.6.0.tar.gz", +) diff --git a/extensions/protobuf/WORKSPACE.bzlmod b/extensions/protobuf/WORKSPACE.bzlmod new file mode 100644 index 0000000000..a1dc5378bc --- /dev/null +++ b/extensions/protobuf/WORKSPACE.bzlmod @@ -0,0 +1 @@ +workspace(name = "rules_rust_protobuf") diff --git a/extensions/protobuf/defs.bzl b/extensions/protobuf/defs.bzl new file mode 100644 index 0000000000..646e41ae41 --- /dev/null +++ b/extensions/protobuf/defs.bzl @@ -0,0 +1,120 @@ +"""# rules_rust_protobuf + +These build rules are used for building [protobufs][protobuf]/[gRPC][grpc] in [Rust][rust] with Bazel +using [`rust-protobuf`]. + +[rust]: http://www.rust-lang.org/ +[protobuf]: https://developers.google.com/protocol-buffers/ +[grpc]: https://grpc.io +[`rust-protobuf`]: https://github.com/stepancheg/rust-protobuf/ + +## Setup + +To use the Rust proto rules, add the following to your `WORKSPACE` file to add the +external repositories for the Rust proto toolchain (in addition to the [rust rules setup](..)): + +```python +load("@rules_rust//proto/protobuf:repositories.bzl", "rust_proto_protobuf_dependencies", "rust_proto_protobuf_register_toolchains") + +rust_proto_protobuf_dependencies() + +rust_proto_protobuf_register_toolchains() + +load("@rules_rust//proto/protobuf:transitive_repositories.bzl", "rust_proto_protobuf_transitive_repositories") + +rust_proto_protobuf_transitive_repositories() +``` + +This will load the required dependencies for the [`rust-protobuf`] rules. It will also +register a default toolchain for the `rust_proto_library` and `rust_grpc_library` rules. + +To customize the `rust_proto_library` and `rust_grpc_library` toolchain, please see the section +[Customizing `rust-protobuf` Dependencies](#custom-proto-deps). + +For additional information about Bazel toolchains, see [here](https://docs.bazel.build/versions/master/toolchains.html). + +#### Customizing `rust-protobuf` Dependencies + +These rules depend on the [`protobuf`](https://crates.io/crates/protobuf) and +the [`grpc`](https://crates.io/crates/grpc) crates in addition to the [protobuf +compiler](https://github.com/google/protobuf). To obtain these crates, +`rust_proto_repositories` imports the given crates using BUILD files generated with +[crate_universe](./crate_universe.md). + +If you want to either change the protobuf and gRPC rust compilers, or to +simply use [crate_universe](./crate_universe.md) in a more +complex scenario (with more dependencies), you must redefine those +dependencies. + +To do this, once you've imported the needed dependencies (see our +[@rules_rust//proto/protobuf/3rdparty/BUILD.bazel](https://github.com/bazelbuild/rules_rust/blob/main/proto/protobuf/3rdparty/BUILD.bazel) +file to see the default dependencies), you need to create your own toolchain. +To do so you can create a BUILD file with your toolchain definition, for example: + +```python +load("@rules_rust//proto:toolchain.bzl", "rust_proto_toolchain") + +rust_proto_toolchain( + name = "proto-toolchain-impl", + # Path to the protobuf compiler. + protoc = "@com_google_protobuf//:protoc", + # Protobuf compiler plugin to generate rust gRPC stubs. + grpc_plugin = "//3rdparty/crates:cargo_bin_protoc_gen_rust_grpc", + # Protobuf compiler plugin to generate rust protobuf stubs. + proto_plugin = "//3rdparty/crates:cargo_bin_protoc_gen_rust", +) + +toolchain( + name = "proto-toolchain", + toolchain = ":proto-toolchain-impl", + toolchain_type = "@rules_rust//proto/protobuf:toolchain_type", +) +``` + +Now that you have your own toolchain, you need to register it by +inserting the following statement in your `WORKSPACE` file: + +```python +register_toolchains("//my/toolchains:proto-toolchain") +``` + +Finally, you might want to set the `rust_deps` attribute in +`rust_proto_library` and `rust_grpc_library` to change the compile-time +dependencies: + +```python +rust_proto_library( + ... + rust_deps = ["//3rdparty/crates:protobuf"], + ... +) + +rust_grpc_library( + ... + rust_deps = [ + "//3rdparty/crates:protobuf", + "//3rdparty/crates:grpc", + "//3rdparty/crates:tls_api", + "//3rdparty/crates:tls_api_stub", + ], + ... +) +``` + +__Note__: Ideally, we would inject those dependencies from the toolchain, +but due to [bazelbuild/bazel#6889](https://github.com/bazelbuild/bazel/issues/6889) +all dependencies added via the toolchain ends-up being in the wrong +configuration. + +--- +--- +""" + +load( + ":proto.bzl", + _rust_grpc_library = "rust_grpc_library", + _rust_proto_library = "rust_proto_library", +) + +rust_grpc_library = _rust_grpc_library +rust_proto_library = _rust_proto_library diff --git a/extensions/protobuf/extensions.bzl b/extensions/protobuf/extensions.bzl new file mode 100644 index 0000000000..fb37952d0a --- /dev/null +++ b/extensions/protobuf/extensions.bzl @@ -0,0 +1,23 @@ +"""Bzlmod module extensions""" + +load("//:repositories.bzl", "rust_proto_protobuf_dependencies") + +def _rust_ext_protobuf_impl(module_ctx): + # This should contain the subset of WORKSPACE.bazel that defines + # repositories. + direct_deps = [] + + direct_deps.extend(rust_proto_protobuf_dependencies(bzlmod = True)) + + # 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 = [], + ) + +rust_ext_protobuf = module_extension( + doc = "Dependencies for rules_rust extensions.", + implementation = _rust_ext_protobuf_impl, +) diff --git a/extensions/protobuf/legacy_proto_toolchain.bzl b/extensions/protobuf/legacy_proto_toolchain.bzl new file mode 100644 index 0000000000..a64a1d950b --- /dev/null +++ b/extensions/protobuf/legacy_proto_toolchain.bzl @@ -0,0 +1,28 @@ +"""Helper that wraps --proto_compiler into a ProtoLangToolchainInfo for backwards +compatibility with --noincompatible_enable_proto_toolchain_resolution. + +Borrowed from https://github.com/bazelbuild/rules_go/pull/3919 +""" + +load( + "@rules_proto//proto:proto_common.bzl", + "ProtoLangToolchainInfo", +) + +def _legacy_proto_toolchain_impl(ctx): + return [ + ProtoLangToolchainInfo( + proto_compiler = ctx.attr._protoc.files_to_run, + ), + ] + +legacy_proto_toolchain = rule( + implementation = _legacy_proto_toolchain_impl, + attrs = { + "_protoc": attr.label( + cfg = "exec", + default = configuration_field(fragment = "proto", name = "proto_compiler"), + ), + }, + fragments = ["proto"], +) diff --git a/proto/protobuf/optional_output_wrapper.rs b/extensions/protobuf/optional_output_wrapper.rs similarity index 100% rename from proto/protobuf/optional_output_wrapper.rs rename to extensions/protobuf/optional_output_wrapper.rs diff --git a/proto/protobuf/proto.bzl b/extensions/protobuf/proto.bzl similarity index 93% rename from proto/protobuf/proto.bzl rename to extensions/protobuf/proto.bzl index 959d0c1c90..56025417ce 100644 --- a/proto/protobuf/proto.bzl +++ b/extensions/protobuf/proto.bzl @@ -15,17 +15,17 @@ """Rust Protobuf Rules""" load("@rules_proto//proto:defs.bzl", "ProtoInfo") -load( - "//proto/protobuf:toolchain.bzl", - _generate_proto = "rust_generate_proto", - _generated_file_stem = "generated_file_stem", -) # buildifier: disable=bzl-visibility -load("//rust/private:rustc.bzl", "rustc_compile_action") +load("@rules_rust//rust/private:rustc.bzl", "rustc_compile_action") # buildifier: disable=bzl-visibility -load("//rust/private:utils.bzl", "can_build_metadata", "compute_crate_name", "determine_output_hash", "find_toolchain", "transform_deps") +load("@rules_rust//rust/private:utils.bzl", "can_build_metadata", "compute_crate_name", "determine_output_hash", "find_toolchain", "transform_deps") +load( + "//:toolchain.bzl", + _generate_proto = "rust_generate_proto", + _generated_file_stem = "generated_file_stem", +) RustProtoInfo = provider( doc = "Rust protobuf provider info", @@ -167,7 +167,7 @@ def _rust_proto_compile(protos, descriptor_sets, imports, crate_name, ctx, is_gr """ # Create all the source in a specific folder - proto_toolchain = ctx.toolchains[Label("//proto/protobuf:toolchain_type")] + proto_toolchain = ctx.toolchains[Label("//:toolchain_type")] output_dir = "%s.%s.rust" % (crate_name, "grpc" if is_grpc else "proto") # Generate the proto stubs @@ -306,7 +306,7 @@ rust_proto_library = rule( List of compiler flags passed to `rustc`. These strings are subject to Make variable expansion for predefined - source/output path variables like `$location`, `$execpath`, and + source/output path variables like `$location`, `$execpath`, and `$rootpath`. This expansion is useful if you wish to pass a generated file of arguments to rustc: `@$(location //package:target)`. """, @@ -317,10 +317,10 @@ rust_proto_library = rule( "_optional_output_wrapper": attr.label( executable = True, cfg = "exec", - default = Label("//proto/protobuf:optional_output_wrapper"), + default = Label("//:optional_output_wrapper"), ), "_process_wrapper": attr.label( - default = Label("//util/process_wrapper"), + default = Label("@rules_rust//util/process_wrapper"), executable = True, allow_single_file = True, cfg = "exec", @@ -328,8 +328,8 @@ rust_proto_library = rule( }, fragments = ["cpp"], toolchains = [ - str(Label("//proto/protobuf:toolchain_type")), - str(Label("//rust:toolchain_type")), + str(Label("//:toolchain_type")), + str(Label("@rules_rust//rust:toolchain_type")), "@bazel_tools//tools/cpp:toolchain_type", ], doc = """\ @@ -338,7 +338,7 @@ Builds a Rust library crate from a set of `proto_library`s. Example: ```python -load("@rules_rust//proto/protobuf:defs.bzl", "rust_proto_library") +load("@rules_rust_protobuf//:defs.bzl", "rust_proto_library") proto_library( name = "my_proto", @@ -398,7 +398,7 @@ rust_grpc_library = rule( List of compiler flags passed to `rustc`. These strings are subject to Make variable expansion for predefined - source/output path variables like `$location`, `$execpath`, and + source/output path variables like `$location`, `$execpath`, and `$rootpath`. This expansion is useful if you wish to pass a generated file of arguments to rustc: `@$(location //package:target)`. """, @@ -409,10 +409,10 @@ rust_grpc_library = rule( "_optional_output_wrapper": attr.label( executable = True, cfg = "exec", - default = Label("//proto/protobuf:optional_output_wrapper"), + default = Label("//:optional_output_wrapper"), ), "_process_wrapper": attr.label( - default = Label("//util/process_wrapper"), + default = Label("@rules_rust//util/process_wrapper"), executable = True, allow_single_file = True, cfg = "exec", @@ -420,8 +420,8 @@ rust_grpc_library = rule( }, fragments = ["cpp"], toolchains = [ - str(Label("//proto/protobuf:toolchain_type")), - str(Label("//rust:toolchain_type")), + str(Label("//:toolchain_type")), + str(Label("@rules_rust//rust:toolchain_type")), "@bazel_tools//tools/cpp:toolchain_type", ], doc = """\ @@ -430,7 +430,7 @@ Builds a Rust library crate from a set of `proto_library`s suitable for gRPC. Example: ```python -load("@rules_rust//proto/protobuf:defs.bzl", "rust_grpc_library") +load("@rules_rust_protobuf//:defs.bzl", "rust_grpc_library") proto_library( name = "my_proto", diff --git a/proto/protobuf/repositories.bzl b/extensions/protobuf/repositories.bzl similarity index 90% rename from proto/protobuf/repositories.bzl rename to extensions/protobuf/repositories.bzl index ea45dbe93a..165f749f51 100644 --- a/proto/protobuf/repositories.bzl +++ b/extensions/protobuf/repositories.bzl @@ -16,7 +16,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe") -load("//proto/protobuf/3rdparty/crates:defs.bzl", "crate_repositories") +load("//3rdparty/crates:defs.bzl", "crate_repositories") def rust_proto_protobuf_dependencies(bzlmod = False): """Sets up dependencies for rules_rust's proto support. @@ -48,7 +48,7 @@ def rust_proto_protobuf_dependencies(bzlmod = False): ], patch_args = ["-p1"], patches = [ - Label("//proto/protobuf/3rdparty/patches:com_google_protobuf-v3.10.0-bzl_visibility.patch"), + Label("//3rdparty/patches:com_google_protobuf-v3.10.0-bzl_visibility.patch"), ], ) @@ -67,4 +67,4 @@ def rust_proto_protobuf_register_toolchains(register_toolchains = True): """Register toolchains for proto compilation.""" if register_toolchains: - native.register_toolchains(str(Label("//proto/protobuf:default-proto-toolchain"))) + native.register_toolchains(str(Label("//:default_proto_toolchain"))) diff --git a/test/proto/BUILD.bazel b/extensions/protobuf/test/BUILD.bazel similarity index 58% rename from test/proto/BUILD.bazel rename to extensions/protobuf/test/BUILD.bazel index e0e786ee45..8edaf4a927 100644 --- a/test/proto/BUILD.bazel +++ b/extensions/protobuf/test/BUILD.bazel @@ -1,5 +1,6 @@ +load("@bazel_skylib//rules:build_test.bzl", "build_test") load("@rules_proto//proto:defs.bzl", "proto_library") -load("@rules_rust//proto/protobuf:defs.bzl", "rust_proto_library") +load("@rules_rust_protobuf//:defs.bzl", "rust_proto_library") proto_library( name = "a_proto", @@ -19,5 +20,15 @@ rust_proto_library( # In Rust nightly (2023-04-20), this target fails due to the following issue: # https://doc.rust-lang.org/nightly/nightly-rustc/rustc_lint/builtin/static.AMBIGUOUS_GLOB_REEXPORTS.html tags = ["no-clippy"], + # The protobuf rules don't currently work on Windows. + target_compatible_with = select({ + "@platforms//os:windows": ["@platforms//:incompatible"], + "//conditions:default": [], + }), deps = [":b_proto"], ) + +build_test( + name = "build_test", + targets = [":b_rust"], +) diff --git a/test/proto/a.proto b/extensions/protobuf/test/a.proto similarity index 100% rename from test/proto/a.proto rename to extensions/protobuf/test/a.proto diff --git a/test/proto/b.proto b/extensions/protobuf/test/b.proto similarity index 100% rename from test/proto/b.proto rename to extensions/protobuf/test/b.proto diff --git a/proto/protobuf/toolchain.bzl b/extensions/protobuf/toolchain.bzl similarity index 92% rename from proto/protobuf/toolchain.bzl rename to extensions/protobuf/toolchain.bzl index 848e267c15..da2e7138ec 100644 --- a/proto/protobuf/toolchain.bzl +++ b/extensions/protobuf/toolchain.bzl @@ -17,7 +17,7 @@ load("@rules_proto//proto:proto_common.bzl", proto_toolchains = "toolchains") # buildifier: disable=bzl-visibility -load("//rust/private:utils.bzl", "name_to_crate_name") +load("@rules_rust//rust/private:utils.bzl", "name_to_crate_name") def generated_file_stem(file_path): """Returns the basename of a file without any extensions. @@ -145,14 +145,14 @@ def _rust_proto_toolchain_impl(ctx): # Default dependencies needed to compile protobuf stubs. PROTO_COMPILE_DEPS = [ - Label("//proto/protobuf/3rdparty/crates:protobuf"), + Label("//3rdparty/crates:protobuf"), ] # Default dependencies needed to compile gRPC stubs. GRPC_COMPILE_DEPS = PROTO_COMPILE_DEPS + [ - Label("//proto/protobuf/3rdparty/crates:grpc"), - Label("//proto/protobuf/3rdparty/crates:tls-api"), - Label("//proto/protobuf/3rdparty/crates:tls-api-stub"), + Label("//3rdparty/crates:grpc"), + Label("//3rdparty/crates:tls-api"), + Label("//3rdparty/crates:tls-api-stub"), ] rust_proto_toolchain = rule( @@ -170,7 +170,7 @@ rust_proto_toolchain = rule( doc = "The location of the Rust protobuf compiler plugin to generate rust gRPC stubs.", allow_single_file = True, cfg = "exec", - default = Label("//proto/protobuf/3rdparty/crates:grpc-compiler__protoc-gen-rust-grpc"), + default = Label("//3rdparty/crates:grpc-compiler__protoc-gen-rust-grpc"), ), "proto_compile_deps": attr.label_list( doc = "The crates the generated protobuf libraries depends on.", @@ -181,7 +181,7 @@ rust_proto_toolchain = rule( doc = "The location of the Rust protobuf compiler plugin used to generate rust sources.", allow_single_file = True, cfg = "exec", - default = Label("//proto/protobuf/3rdparty/crates:protobuf-codegen__protoc-gen-rust"), + default = Label("//3rdparty/crates:protobuf-codegen__protoc-gen-rust"), ), "protoc": attr.label( doc = "The location of the `protoc` binary. It should be an executable target. Note that this attribute is deprecated - prefer to use --incompatible_enable_proto_toolchain_resolution.", @@ -190,7 +190,7 @@ rust_proto_toolchain = rule( ), }, **proto_toolchains.if_legacy_toolchain({ "_legacy_proto_toolchain": attr.label( - default = "//proto/protobuf:legacy_proto_toolchain", + default = Label("//:legacy_proto_toolchain"), ), })), doc = """\ @@ -205,7 +205,7 @@ Suppose a new nicer gRPC plugin has came out. The new plugin can be \ used in Bazel by defining a new toolchain definition and declaration: ```python -load('@rules_rust//proto/protobuf:toolchain.bzl', 'rust_proto_toolchain') +load('@rules_rust_protobuf//:toolchain.bzl', 'rust_proto_toolchain') rust_proto_toolchain( name="rust_proto_impl", diff --git a/proto/protobuf/transitive_repositories.bzl b/extensions/protobuf/transitive_repositories.bzl similarity index 78% rename from proto/protobuf/transitive_repositories.bzl rename to extensions/protobuf/transitive_repositories.bzl index 3cbae8b6e0..06c80470f7 100644 --- a/proto/protobuf/transitive_repositories.bzl +++ b/extensions/protobuf/transitive_repositories.bzl @@ -1,4 +1,4 @@ -"""Definitions for loading transitive `@rules_rust//proto/protobuf` dependencies""" +"""Definitions for loading transitive `@rules_rust_protobuf` dependencies""" load("@bazel_features//:deps.bzl", "bazel_features_deps") load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") @@ -6,7 +6,7 @@ load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe") load("@rules_proto//proto:repositories.bzl", "rules_proto_dependencies") def rust_proto_protobuf_transitive_repositories(): - """Load transitive dependencies of the `@rules_rust//proto/protobuf` rules. + """Load transitive dependencies of the `@rules_rust_protobuf` rules. This macro should be called immediately after the `rust_protobuf_dependencies` macro. """ @@ -17,7 +17,7 @@ def rust_proto_protobuf_transitive_repositories(): maybe( http_archive, name = "zlib", - build_file = Label("//proto/private:BUILD.zlib.bazel"), + build_file = Label("//3rdparty:BUILD.zlib.bazel"), sha256 = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1", strip_prefix = "zlib-1.2.11", urls = [ diff --git a/extensions/wasm_bindgen/.bazelignore b/extensions/wasm_bindgen/.bazelignore new file mode 100644 index 0000000000..8c29e7dd07 --- /dev/null +++ b/extensions/wasm_bindgen/.bazelignore @@ -0,0 +1,5 @@ +examples +bazel-out +bazel-testlogs +bazel-extensions +bazel-bin diff --git a/extensions/wasm_bindgen/.bazelrc b/extensions/wasm_bindgen/.bazelrc new file mode 100644 index 0000000000..6b20ca4b70 --- /dev/null +++ b/extensions/wasm_bindgen/.bazelrc @@ -0,0 +1,78 @@ +############################################################################### +## Bazel Configuration Flags +## +## `.bazelrc` is a Bazel configuration file. +## https://bazel.build/docs/best-practices#bazelrc-file +############################################################################### + +# https://bazel.build/reference/command-line-reference#flag--enable_platform_specific_config +common --enable_platform_specific_config + +# Enable the only currently supported report type +# https://bazel.build/reference/command-line-reference#flag--combined_report +coverage --combined_report=lcov + +# Avoid fully cached builds reporting no coverage and failing CI +# https://bazel.build/reference/command-line-reference#flag--experimental_fetch_all_coverage_outputs +coverage --experimental_fetch_all_coverage_outputs + +# Required for some of the tests +# https://bazel.build/reference/command-line-reference#flag--experimental_cc_shared_library +common --experimental_cc_shared_library + +############################################################################### +## Unique configuration groups +############################################################################### + +# Enable use of the nightly toolchains. +build:nightly --@rules_rust//rust/toolchain/channel=nightly + +# Enable rustfmt for all targets in the workspace +build:rustfmt --aspects=@rules_rust//rust:defs.bzl%rustfmt_aspect +build:rustfmt --output_groups=+rustfmt_checks + +# Enable clippy for all targets in the workspace +build:clippy --aspects=@rules_rust//rust:defs.bzl%rust_clippy_aspect +build:clippy --output_groups=+clippy_checks + +# Enable unpretty for all targets in the workspace +build:unpretty --aspects=@rules_rust//rust:defs.bzl%rust_unpretty_aspect +build:unpretty --output_groups=+rust_unpretty + +# `unpretty` requires the nightly toolchain. See tracking issue: +# https://github.com/rust-lang/rust/issues/43364 +build:unpretty --config=nightly + +############################################################################### +## Incompatibility flags +############################################################################### + +# https://github.com/bazelbuild/bazel/issues/8195 +build --incompatible_disallow_empty_glob=true + +# https://github.com/bazelbuild/bazel/issues/12821 +build --nolegacy_external_runfiles + +# Required for cargo_build_script support before Bazel 7 +build --incompatible_merge_fixed_and_default_shell_env + +############################################################################### +## Bzlmod +############################################################################### + +# TODO: migrate all dependencies from WORKSPACE to MODULE.bazel +# https://github.com/bazelbuild/rules_rust/issues/2181 +common --noenable_bzlmod --enable_workspace + +# Disable the bzlmod lockfile, so we don't accidentally commit MODULE.bazel.lock +common --lockfile_mode=off + +############################################################################### +## Custom user flags +## +## This should always be the last thing in the `.bazelrc` file to ensure +## consistent behavior when setting flags in that file as `.bazelrc` files are +## evaluated top to bottom. +############################################################################### + +try-import %workspace%/user.bazelrc diff --git a/extensions/wasm_bindgen/.gitignore b/extensions/wasm_bindgen/.gitignore new file mode 100644 index 0000000000..758ea05a6d --- /dev/null +++ b/extensions/wasm_bindgen/.gitignore @@ -0,0 +1,27 @@ +# Git ignore patterns + +# Bazel +/bazel-* +user.bazelrc +MODULE.bazel.lock + +# rust-analyzer +rust-project.json + +# rustfmt +*.rs.bk + +# Cargo +**/target/ + +# npm +**/node_modules/ + +# IDEs +.vscode +.idea +.idea/** +*.swp + +# BazelCI +bazelci.py diff --git a/wasm_bindgen/3rdparty/BUILD.bazel b/extensions/wasm_bindgen/3rdparty/BUILD.bazel similarity index 69% rename from wasm_bindgen/3rdparty/BUILD.bazel rename to extensions/wasm_bindgen/3rdparty/BUILD.bazel index 6ec1a9202b..c096228261 100644 --- a/wasm_bindgen/3rdparty/BUILD.bazel +++ b/extensions/wasm_bindgen/3rdparty/BUILD.bazel @@ -1,6 +1,6 @@ load("@bazel_skylib//:bzl_library.bzl", "bzl_library") -load("//crate_universe:defs.bzl", "crate", "crates_vendor") -load("//wasm_bindgen:repositories.bzl", "WASM_BINDGEN_VERSION") +load("@rules_rust//crate_universe:defs.bzl", "crate", "crates_vendor") +load("//:repositories.bzl", "WASM_BINDGEN_VERSION") exports_files([ "BUILD.wasm-bindgen-cli.bazel", @@ -27,35 +27,35 @@ crates_vendor( )], }, cargo_lockfile = "Cargo.Bazel.lock", - manifests = ["@rules_rust_wasm_bindgen_cli//:Cargo.toml"], + manifests = ["@rules_rust_wasm_bindgen_deps_cli//:Cargo.toml"], mode = "remote", packages = { "wasm-bindgen": crate.spec( version = WASM_BINDGEN_VERSION, ), }, - repository_name = "rules_rust_wasm_bindgen", + repository_name = "rules_rust_wasm_bindgen_deps", tags = ["manual"], ) alias( name = "wasm_bindgen_cli", - actual = "@rules_rust_wasm_bindgen_cli", + actual = "@rules_rust_wasm_bindgen_deps_cli", tags = ["manual"], visibility = ["//visibility:public"], ) alias( name = "wasm_bindgen", - actual = "//wasm_bindgen/3rdparty/crates:wasm-bindgen", + actual = "//3rdparty/crates:wasm-bindgen", visibility = ["//visibility:public"], ) bzl_library( name = "bzl_lib", srcs = [ - "//wasm_bindgen/3rdparty/crates:crates.bzl", - "//wasm_bindgen/3rdparty/crates:defs.bzl", + "//3rdparty/crates:crates.bzl", + "//3rdparty/crates:defs.bzl", ], - visibility = ["//wasm_bindgen:__pkg__"], + visibility = ["//:__pkg__"], ) diff --git a/wasm_bindgen/3rdparty/BUILD.wasm-bindgen-cli.bazel b/extensions/wasm_bindgen/3rdparty/BUILD.wasm-bindgen-cli.bazel similarity index 79% rename from wasm_bindgen/3rdparty/BUILD.wasm-bindgen-cli.bazel rename to extensions/wasm_bindgen/3rdparty/BUILD.wasm-bindgen-cli.bazel index 31572c00f1..51acab89b9 100644 --- a/wasm_bindgen/3rdparty/BUILD.wasm-bindgen-cli.bazel +++ b/extensions/wasm_bindgen/3rdparty/BUILD.wasm-bindgen-cli.bazel @@ -1,6 +1,6 @@ load("@rules_rust//rust:defs.bzl", "rust_binary") -load("@rules_rust//wasm_bindgen:repositories.bzl", "WASM_BINDGEN_VERSION") -load("@rules_rust//wasm_bindgen/3rdparty/crates:defs.bzl", "aliases", "all_crate_deps") +load("@rules_rust_wasm_bindgen//:repositories.bzl", "WASM_BINDGEN_VERSION") +load("@rules_rust_wasm_bindgen//3rdparty/crates:defs.bzl", "aliases", "all_crate_deps") package(default_visibility = ["//visibility:public"]) @@ -29,7 +29,7 @@ rust_binary( ) alias( - name = "rules_rust_wasm_bindgen_cli", + name = "rules_rust_wasm_bindgen_deps_cli", actual = ":wasm-bindgen-cli", tags = ["manual"], ) diff --git a/wasm_bindgen/3rdparty/Cargo.Bazel.lock b/extensions/wasm_bindgen/3rdparty/Cargo.Bazel.lock similarity index 100% rename from wasm_bindgen/3rdparty/Cargo.Bazel.lock rename to extensions/wasm_bindgen/3rdparty/Cargo.Bazel.lock diff --git a/proto/prost/private/3rdparty/crates/BUILD.adler-1.0.2.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.adler-1.0.2.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.adler-1.0.2.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.adler-1.0.2.bazel index 629ed1184d..f660575f90 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.adler-1.0.2.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.adler-1.0.2.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.aho-corasick-1.0.2.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.aho-corasick-1.0.2.bazel similarity index 96% rename from wasm_bindgen/3rdparty/crates/BUILD.aho-corasick-1.0.2.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.aho-corasick-1.0.2.bazel index a11cee8470..b670b6606a 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.aho-corasick-1.0.2.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.aho-corasick-1.0.2.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -85,6 +85,6 @@ rust_library( }), version = "1.0.2", deps = [ - "@rules_rust_wasm_bindgen__memchr-2.5.0//:memchr", + "@rules_rust_wasm_bindgen_deps__memchr-2.5.0//:memchr", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.alloc-no-stdlib-2.0.4.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.alloc-no-stdlib-2.0.4.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.alloc-no-stdlib-2.0.4.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.alloc-no-stdlib-2.0.4.bazel index 4e9e7c57e7..0721188cff 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.alloc-no-stdlib-2.0.4.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.alloc-no-stdlib-2.0.4.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.alloc-stdlib-0.2.2.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.alloc-stdlib-0.2.2.bazel similarity index 96% rename from wasm_bindgen/3rdparty/crates/BUILD.alloc-stdlib-0.2.2.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.alloc-stdlib-0.2.2.bazel index 7feb104be4..57999ded56 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.alloc-stdlib-0.2.2.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.alloc-stdlib-0.2.2.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,6 +80,6 @@ rust_library( }), version = "0.2.2", deps = [ - "@rules_rust_wasm_bindgen__alloc-no-stdlib-2.0.4//:alloc_no_stdlib", + "@rules_rust_wasm_bindgen_deps__alloc-no-stdlib-2.0.4//:alloc_no_stdlib", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.android-tzdata-0.1.1.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.android-tzdata-0.1.1.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.android-tzdata-0.1.1.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.android-tzdata-0.1.1.bazel index 06bc54d9c2..de348639ba 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.android-tzdata-0.1.1.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.android-tzdata-0.1.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.android_system_properties-0.1.5.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.android_system_properties-0.1.5.bazel similarity index 96% rename from wasm_bindgen/3rdparty/crates/BUILD.android_system_properties-0.1.5.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.android_system_properties-0.1.5.bazel index bff1f52c44..e75550d502 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.android_system_properties-0.1.5.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.android_system_properties-0.1.5.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,6 +80,6 @@ rust_library( }), version = "0.1.5", deps = [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.anyhow-1.0.71.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.anyhow-1.0.71.bazel similarity index 97% rename from wasm_bindgen/3rdparty/crates/BUILD.anyhow-1.0.71.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.anyhow-1.0.71.bazel index a1bd46123e..3bc10bb2ae 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.anyhow-1.0.71.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.anyhow-1.0.71.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -85,7 +85,7 @@ rust_library( }), version = "1.0.71", deps = [ - "@rules_rust_wasm_bindgen__anyhow-1.0.71//:build_script_build", + "@rules_rust_wasm_bindgen_deps__anyhow-1.0.71//:build_script_build", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.ascii-1.1.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.ascii-1.1.0.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.ascii-1.1.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.ascii-1.1.0.bazel index 7f3317a355..4289351082 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.ascii-1.1.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.ascii-1.1.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.assert_cmd-1.0.8.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.assert_cmd-1.0.8.bazel similarity index 87% rename from wasm_bindgen/3rdparty/crates/BUILD.assert_cmd-1.0.8.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.assert_cmd-1.0.8.bazel index 35db97b59d..04c8dfa004 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.assert_cmd-1.0.8.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.assert_cmd-1.0.8.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,11 +80,11 @@ rust_library( }), version = "1.0.8", deps = [ - "@rules_rust_wasm_bindgen__bstr-0.2.17//:bstr", - "@rules_rust_wasm_bindgen__doc-comment-0.3.3//:doc_comment", - "@rules_rust_wasm_bindgen__predicates-2.1.5//:predicates", - "@rules_rust_wasm_bindgen__predicates-core-1.0.6//:predicates_core", - "@rules_rust_wasm_bindgen__predicates-tree-1.0.9//:predicates_tree", - "@rules_rust_wasm_bindgen__wait-timeout-0.2.0//:wait_timeout", + "@rules_rust_wasm_bindgen_deps__bstr-0.2.17//:bstr", + "@rules_rust_wasm_bindgen_deps__doc-comment-0.3.3//:doc_comment", + "@rules_rust_wasm_bindgen_deps__predicates-2.1.5//:predicates", + "@rules_rust_wasm_bindgen_deps__predicates-core-1.0.6//:predicates_core", + "@rules_rust_wasm_bindgen_deps__predicates-tree-1.0.9//:predicates_tree", + "@rules_rust_wasm_bindgen_deps__wait-timeout-0.2.0//:wait_timeout", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.atty-0.2.14.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.atty-0.2.14.bazel similarity index 71% rename from wasm_bindgen/3rdparty/crates/BUILD.atty-0.2.14.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.atty-0.2.14.bazel index 6b0a891097..513c6fab0e 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.atty-0.2.14.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.atty-0.2.14.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -81,85 +81,85 @@ rust_library( version = "0.2.14", deps = select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@rules_rust_wasm_bindgen__winapi-0.3.9//:winapi", # cfg(windows) + "@rules_rust_wasm_bindgen_deps__winapi-0.3.9//:winapi", # cfg(windows) ], "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-linux-android": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@rules_rust_wasm_bindgen__winapi-0.3.9//:winapi", # cfg(windows) + "@rules_rust_wasm_bindgen_deps__winapi-0.3.9//:winapi", # cfg(windows) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@rules_rust_wasm_bindgen__winapi-0.3.9//:winapi", # cfg(windows) + "@rules_rust_wasm_bindgen_deps__winapi-0.3.9//:winapi", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "//conditions:default": [], }), diff --git a/proto/protobuf/3rdparty/crates/BUILD.autocfg-1.1.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.autocfg-1.1.0.bazel similarity index 98% rename from proto/protobuf/3rdparty/crates/BUILD.autocfg-1.1.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.autocfg-1.1.0.bazel index 52acb8d858..fd6ae68637 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.autocfg-1.1.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.autocfg-1.1.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.base64-0.13.1.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.base64-0.13.1.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.base64-0.13.1.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.base64-0.13.1.bazel index be394abdcc..3e4a07e283 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.base64-0.13.1.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.base64-0.13.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.base64-0.21.5.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.base64-0.21.5.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.base64-0.21.5.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.base64-0.21.5.bazel index 16417125a6..97474d0742 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.base64-0.21.5.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.base64-0.21.5.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.bazel similarity index 54% rename from wasm_bindgen/3rdparty/crates/BUILD.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.bazel index b73a5ca984..6949c3e8a3 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### package(default_visibility = ["//visibility:public"]) @@ -33,120 +33,120 @@ filegroup( # Workspace Member Dependencies alias( name = "anyhow", - actual = "@rules_rust_wasm_bindgen__anyhow-1.0.71//:anyhow", + actual = "@rules_rust_wasm_bindgen_deps__anyhow-1.0.71//:anyhow", tags = ["manual"], ) alias( name = "assert_cmd", - actual = "@rules_rust_wasm_bindgen__assert_cmd-1.0.8//:assert_cmd", + actual = "@rules_rust_wasm_bindgen_deps__assert_cmd-1.0.8//:assert_cmd", tags = ["manual"], ) alias( name = "diff", - actual = "@rules_rust_wasm_bindgen__diff-0.1.13//:diff", + actual = "@rules_rust_wasm_bindgen_deps__diff-0.1.13//:diff", tags = ["manual"], ) alias( name = "docopt", - actual = "@rules_rust_wasm_bindgen__docopt-1.1.1//:docopt", + actual = "@rules_rust_wasm_bindgen_deps__docopt-1.1.1//:docopt", tags = ["manual"], ) alias( name = "env_logger", - actual = "@rules_rust_wasm_bindgen__env_logger-0.8.4//:env_logger", + actual = "@rules_rust_wasm_bindgen_deps__env_logger-0.8.4//:env_logger", tags = ["manual"], ) alias( name = "log", - actual = "@rules_rust_wasm_bindgen__log-0.4.19//:log", + actual = "@rules_rust_wasm_bindgen_deps__log-0.4.19//:log", tags = ["manual"], ) alias( name = "predicates", - actual = "@rules_rust_wasm_bindgen__predicates-1.0.8//:predicates", + actual = "@rules_rust_wasm_bindgen_deps__predicates-1.0.8//:predicates", tags = ["manual"], ) alias( name = "rayon", - actual = "@rules_rust_wasm_bindgen__rayon-1.7.0//:rayon", + actual = "@rules_rust_wasm_bindgen_deps__rayon-1.7.0//:rayon", tags = ["manual"], ) alias( name = "rouille", - actual = "@rules_rust_wasm_bindgen__rouille-3.6.2//:rouille", + actual = "@rules_rust_wasm_bindgen_deps__rouille-3.6.2//:rouille", tags = ["manual"], ) alias( name = "serde", - actual = "@rules_rust_wasm_bindgen__serde-1.0.171//:serde", + actual = "@rules_rust_wasm_bindgen_deps__serde-1.0.171//:serde", tags = ["manual"], ) alias( name = "serde_derive", - actual = "@rules_rust_wasm_bindgen__serde_derive-1.0.171//:serde_derive", + actual = "@rules_rust_wasm_bindgen_deps__serde_derive-1.0.171//:serde_derive", tags = ["manual"], ) alias( name = "serde_json", - actual = "@rules_rust_wasm_bindgen__serde_json-1.0.102//:serde_json", + actual = "@rules_rust_wasm_bindgen_deps__serde_json-1.0.102//:serde_json", tags = ["manual"], ) alias( name = "tempfile", - actual = "@rules_rust_wasm_bindgen__tempfile-3.6.0//:tempfile", + actual = "@rules_rust_wasm_bindgen_deps__tempfile-3.6.0//:tempfile", tags = ["manual"], ) alias( name = "ureq", - actual = "@rules_rust_wasm_bindgen__ureq-2.8.0//:ureq", + actual = "@rules_rust_wasm_bindgen_deps__ureq-2.8.0//:ureq", tags = ["manual"], ) alias( name = "walrus", - actual = "@rules_rust_wasm_bindgen__walrus-0.20.3//:walrus", + actual = "@rules_rust_wasm_bindgen_deps__walrus-0.20.3//:walrus", tags = ["manual"], ) alias( name = "wasm-bindgen", - actual = "@rules_rust_wasm_bindgen__wasm-bindgen-0.2.92//:wasm_bindgen", + actual = "@rules_rust_wasm_bindgen_deps__wasm-bindgen-0.2.92//:wasm_bindgen", tags = ["manual"], ) alias( name = "wasm-bindgen-cli-support", - actual = "@rules_rust_wasm_bindgen__wasm-bindgen-cli-support-0.2.92//:wasm_bindgen_cli_support", + actual = "@rules_rust_wasm_bindgen_deps__wasm-bindgen-cli-support-0.2.92//:wasm_bindgen_cli_support", tags = ["manual"], ) alias( name = "wasm-bindgen-shared", - actual = "@rules_rust_wasm_bindgen__wasm-bindgen-shared-0.2.92//:wasm_bindgen_shared", + actual = "@rules_rust_wasm_bindgen_deps__wasm-bindgen-shared-0.2.92//:wasm_bindgen_shared", tags = ["manual"], ) alias( name = "wasmparser", - actual = "@rules_rust_wasm_bindgen__wasmparser-0.102.0//:wasmparser", + actual = "@rules_rust_wasm_bindgen_deps__wasmparser-0.102.0//:wasmparser", tags = ["manual"], ) alias( name = "wasmprinter", - actual = "@rules_rust_wasm_bindgen__wasmprinter-0.2.60//:wasmprinter", + actual = "@rules_rust_wasm_bindgen_deps__wasmprinter-0.2.60//:wasmprinter", tags = ["manual"], ) diff --git a/proto/protobuf/3rdparty/crates/BUILD.bitflags-1.3.2.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.bitflags-1.3.2.bazel similarity index 98% rename from proto/protobuf/3rdparty/crates/BUILD.bitflags-1.3.2.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.bitflags-1.3.2.bazel index e4a59e9183..d6b9e384ea 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.bitflags-1.3.2.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.bitflags-1.3.2.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.brotli-decompressor-2.5.1.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.brotli-decompressor-2.5.1.bazel similarity index 94% rename from wasm_bindgen/3rdparty/crates/BUILD.brotli-decompressor-2.5.1.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.brotli-decompressor-2.5.1.bazel index a09923c7bf..63c75336cb 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.brotli-decompressor-2.5.1.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.brotli-decompressor-2.5.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -85,7 +85,7 @@ rust_library( }), version = "2.5.1", deps = [ - "@rules_rust_wasm_bindgen__alloc-no-stdlib-2.0.4//:alloc_no_stdlib", - "@rules_rust_wasm_bindgen__alloc-stdlib-0.2.2//:alloc_stdlib", + "@rules_rust_wasm_bindgen_deps__alloc-no-stdlib-2.0.4//:alloc_no_stdlib", + "@rules_rust_wasm_bindgen_deps__alloc-stdlib-0.2.2//:alloc_stdlib", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.bstr-0.2.17.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.bstr-0.2.17.bazel similarity index 93% rename from wasm_bindgen/3rdparty/crates/BUILD.bstr-0.2.17.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.bstr-0.2.17.bazel index a66bc6ce66..825c3e3efa 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.bstr-0.2.17.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.bstr-0.2.17.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -87,8 +87,8 @@ rust_library( }), version = "0.2.17", deps = [ - "@rules_rust_wasm_bindgen__lazy_static-1.4.0//:lazy_static", - "@rules_rust_wasm_bindgen__memchr-2.5.0//:memchr", - "@rules_rust_wasm_bindgen__regex-automata-0.1.10//:regex_automata", + "@rules_rust_wasm_bindgen_deps__lazy_static-1.4.0//:lazy_static", + "@rules_rust_wasm_bindgen_deps__memchr-2.5.0//:memchr", + "@rules_rust_wasm_bindgen_deps__regex-automata-0.1.10//:regex_automata", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.buf_redux-0.8.4.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.buf_redux-0.8.4.bazel similarity index 95% rename from wasm_bindgen/3rdparty/crates/BUILD.buf_redux-0.8.4.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.buf_redux-0.8.4.bazel index 121a99d6b8..9c68d1fb99 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.buf_redux-0.8.4.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.buf_redux-0.8.4.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,7 +80,7 @@ rust_library( }), version = "0.8.4", deps = [ - "@rules_rust_wasm_bindgen__memchr-2.5.0//:memchr", - "@rules_rust_wasm_bindgen__safemem-0.3.3//:safemem", + "@rules_rust_wasm_bindgen_deps__memchr-2.5.0//:memchr", + "@rules_rust_wasm_bindgen_deps__safemem-0.3.3//:safemem", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.bumpalo-3.13.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.bumpalo-3.13.0.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.bumpalo-3.13.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.bumpalo-3.13.0.bazel index 8654b1a196..2468fe602f 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.bumpalo-3.13.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.bumpalo-3.13.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.cc-1.0.83.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.cc-1.0.83.bazel similarity index 73% rename from wasm_bindgen/3rdparty/crates/BUILD.cc-1.0.83.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.cc-1.0.83.bazel index 4e7d475738..25a6940721 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.cc-1.0.83.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.cc-1.0.83.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -81,76 +81,76 @@ rust_library( version = "1.0.83", deps = select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-linux-android": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "//conditions:default": [], }), diff --git a/proto/prost/private/3rdparty/crates/BUILD.cfg-if-1.0.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.cfg-if-1.0.0.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.cfg-if-1.0.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.cfg-if-1.0.0.bazel index 7a791f6026..fdb278e85f 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.cfg-if-1.0.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.cfg-if-1.0.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.chrono-0.4.26.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.chrono-0.4.26.bazel similarity index 61% rename from wasm_bindgen/3rdparty/crates/BUILD.chrono-0.4.26.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.chrono-0.4.26.bazel index c95704635c..3eb792e129 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.chrono-0.4.26.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.chrono-0.4.26.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -86,92 +86,92 @@ rust_library( }), version = "0.4.26", deps = [ - "@rules_rust_wasm_bindgen__num-traits-0.2.15//:num_traits", + "@rules_rust_wasm_bindgen_deps__num-traits-0.2.15//:num_traits", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@rules_rust_wasm_bindgen__iana-time-zone-0.1.57//:iana_time_zone", # aarch64-apple-darwin + "@rules_rust_wasm_bindgen_deps__iana-time-zone-0.1.57//:iana_time_zone", # aarch64-apple-darwin ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@rules_rust_wasm_bindgen__iana-time-zone-0.1.57//:iana_time_zone", # aarch64-apple-ios + "@rules_rust_wasm_bindgen_deps__iana-time-zone-0.1.57//:iana_time_zone", # aarch64-apple-ios ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@rules_rust_wasm_bindgen__iana-time-zone-0.1.57//:iana_time_zone", # aarch64-apple-ios-sim + "@rules_rust_wasm_bindgen_deps__iana-time-zone-0.1.57//:iana_time_zone", # aarch64-apple-ios-sim ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@rules_rust_wasm_bindgen__android-tzdata-0.1.1//:android_tzdata", # cfg(target_os = "android") - "@rules_rust_wasm_bindgen__iana-time-zone-0.1.57//:iana_time_zone", # aarch64-linux-android + "@rules_rust_wasm_bindgen_deps__android-tzdata-0.1.1//:android_tzdata", # cfg(target_os = "android") + "@rules_rust_wasm_bindgen_deps__iana-time-zone-0.1.57//:iana_time_zone", # aarch64-linux-android ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@rules_rust_wasm_bindgen__winapi-0.3.9//:winapi", # aarch64-pc-windows-msvc + "@rules_rust_wasm_bindgen_deps__winapi-0.3.9//:winapi", # aarch64-pc-windows-msvc ], "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ - "@rules_rust_wasm_bindgen__iana-time-zone-0.1.57//:iana_time_zone", # aarch64-unknown-fuchsia + "@rules_rust_wasm_bindgen_deps__iana-time-zone-0.1.57//:iana_time_zone", # aarch64-unknown-fuchsia ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__iana-time-zone-0.1.57//:iana_time_zone", # aarch64-unknown-linux-gnu + "@rules_rust_wasm_bindgen_deps__iana-time-zone-0.1.57//:iana_time_zone", # aarch64-unknown-linux-gnu ], "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ - "@rules_rust_wasm_bindgen__iana-time-zone-0.1.57//:iana_time_zone", # aarch64-unknown-linux-gnu, aarch64-unknown-nixos-gnu + "@rules_rust_wasm_bindgen_deps__iana-time-zone-0.1.57//:iana_time_zone", # aarch64-unknown-linux-gnu, aarch64-unknown-nixos-gnu ], "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ - "@rules_rust_wasm_bindgen__iana-time-zone-0.1.57//:iana_time_zone", # aarch64-unknown-nto-qnx710 + "@rules_rust_wasm_bindgen_deps__iana-time-zone-0.1.57//:iana_time_zone", # aarch64-unknown-nto-qnx710 ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@rules_rust_wasm_bindgen__iana-time-zone-0.1.57//:iana_time_zone", # arm-unknown-linux-gnueabi + "@rules_rust_wasm_bindgen_deps__iana-time-zone-0.1.57//:iana_time_zone", # arm-unknown-linux-gnueabi ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@rules_rust_wasm_bindgen__android-tzdata-0.1.1//:android_tzdata", # cfg(target_os = "android") - "@rules_rust_wasm_bindgen__iana-time-zone-0.1.57//:iana_time_zone", # armv7-linux-androideabi + "@rules_rust_wasm_bindgen_deps__android-tzdata-0.1.1//:android_tzdata", # cfg(target_os = "android") + "@rules_rust_wasm_bindgen_deps__iana-time-zone-0.1.57//:iana_time_zone", # armv7-linux-androideabi ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@rules_rust_wasm_bindgen__iana-time-zone-0.1.57//:iana_time_zone", # armv7-unknown-linux-gnueabi + "@rules_rust_wasm_bindgen_deps__iana-time-zone-0.1.57//:iana_time_zone", # armv7-unknown-linux-gnueabi ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@rules_rust_wasm_bindgen__iana-time-zone-0.1.57//:iana_time_zone", # i686-apple-darwin + "@rules_rust_wasm_bindgen_deps__iana-time-zone-0.1.57//:iana_time_zone", # i686-apple-darwin ], "@rules_rust//rust/platform:i686-linux-android": [ - "@rules_rust_wasm_bindgen__android-tzdata-0.1.1//:android_tzdata", # cfg(target_os = "android") - "@rules_rust_wasm_bindgen__iana-time-zone-0.1.57//:iana_time_zone", # i686-linux-android + "@rules_rust_wasm_bindgen_deps__android-tzdata-0.1.1//:android_tzdata", # cfg(target_os = "android") + "@rules_rust_wasm_bindgen_deps__iana-time-zone-0.1.57//:iana_time_zone", # i686-linux-android ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@rules_rust_wasm_bindgen__winapi-0.3.9//:winapi", # i686-pc-windows-msvc + "@rules_rust_wasm_bindgen_deps__winapi-0.3.9//:winapi", # i686-pc-windows-msvc ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@rules_rust_wasm_bindgen__iana-time-zone-0.1.57//:iana_time_zone", # i686-unknown-freebsd + "@rules_rust_wasm_bindgen_deps__iana-time-zone-0.1.57//:iana_time_zone", # i686-unknown-freebsd ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__iana-time-zone-0.1.57//:iana_time_zone", # i686-unknown-linux-gnu + "@rules_rust_wasm_bindgen_deps__iana-time-zone-0.1.57//:iana_time_zone", # i686-unknown-linux-gnu ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__iana-time-zone-0.1.57//:iana_time_zone", # powerpc-unknown-linux-gnu + "@rules_rust_wasm_bindgen_deps__iana-time-zone-0.1.57//:iana_time_zone", # powerpc-unknown-linux-gnu ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__iana-time-zone-0.1.57//:iana_time_zone", # s390x-unknown-linux-gnu + "@rules_rust_wasm_bindgen_deps__iana-time-zone-0.1.57//:iana_time_zone", # s390x-unknown-linux-gnu ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@rules_rust_wasm_bindgen__iana-time-zone-0.1.57//:iana_time_zone", # x86_64-apple-darwin + "@rules_rust_wasm_bindgen_deps__iana-time-zone-0.1.57//:iana_time_zone", # x86_64-apple-darwin ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@rules_rust_wasm_bindgen__iana-time-zone-0.1.57//:iana_time_zone", # x86_64-apple-ios + "@rules_rust_wasm_bindgen_deps__iana-time-zone-0.1.57//:iana_time_zone", # x86_64-apple-ios ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@rules_rust_wasm_bindgen__android-tzdata-0.1.1//:android_tzdata", # cfg(target_os = "android") - "@rules_rust_wasm_bindgen__iana-time-zone-0.1.57//:iana_time_zone", # x86_64-linux-android + "@rules_rust_wasm_bindgen_deps__android-tzdata-0.1.1//:android_tzdata", # cfg(target_os = "android") + "@rules_rust_wasm_bindgen_deps__iana-time-zone-0.1.57//:iana_time_zone", # x86_64-linux-android ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@rules_rust_wasm_bindgen__winapi-0.3.9//:winapi", # x86_64-pc-windows-msvc + "@rules_rust_wasm_bindgen_deps__winapi-0.3.9//:winapi", # x86_64-pc-windows-msvc ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@rules_rust_wasm_bindgen__iana-time-zone-0.1.57//:iana_time_zone", # x86_64-unknown-freebsd + "@rules_rust_wasm_bindgen_deps__iana-time-zone-0.1.57//:iana_time_zone", # x86_64-unknown-freebsd ], "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [ - "@rules_rust_wasm_bindgen__iana-time-zone-0.1.57//:iana_time_zone", # x86_64-unknown-fuchsia + "@rules_rust_wasm_bindgen_deps__iana-time-zone-0.1.57//:iana_time_zone", # x86_64-unknown-fuchsia ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__iana-time-zone-0.1.57//:iana_time_zone", # x86_64-unknown-linux-gnu + "@rules_rust_wasm_bindgen_deps__iana-time-zone-0.1.57//:iana_time_zone", # x86_64-unknown-linux-gnu ], "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ - "@rules_rust_wasm_bindgen__iana-time-zone-0.1.57//:iana_time_zone", # x86_64-unknown-linux-gnu, x86_64-unknown-nixos-gnu + "@rules_rust_wasm_bindgen_deps__iana-time-zone-0.1.57//:iana_time_zone", # x86_64-unknown-linux-gnu, x86_64-unknown-nixos-gnu ], "//conditions:default": [], }), diff --git a/wasm_bindgen/3rdparty/crates/BUILD.chunked_transfer-1.4.1.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.chunked_transfer-1.4.1.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.chunked_transfer-1.4.1.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.chunked_transfer-1.4.1.bazel index 3a9d27497f..b0dcb4db41 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.chunked_transfer-1.4.1.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.chunked_transfer-1.4.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.core-foundation-sys-0.8.4.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.core-foundation-sys-0.8.4.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.core-foundation-sys-0.8.4.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.core-foundation-sys-0.8.4.bazel index 8891328ee5..d553a2b141 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.core-foundation-sys-0.8.4.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.core-foundation-sys-0.8.4.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.crc32fast-1.3.2.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.crc32fast-1.3.2.bazel similarity index 96% rename from wasm_bindgen/3rdparty/crates/BUILD.crc32fast-1.3.2.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.crc32fast-1.3.2.bazel index ea54f3d138..9a1a53105a 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.crc32fast-1.3.2.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.crc32fast-1.3.2.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -85,8 +85,8 @@ rust_library( }), version = "1.3.2", deps = [ - "@rules_rust_wasm_bindgen__cfg-if-1.0.0//:cfg_if", - "@rules_rust_wasm_bindgen__crc32fast-1.3.2//:build_script_build", + "@rules_rust_wasm_bindgen_deps__cfg-if-1.0.0//:cfg_if", + "@rules_rust_wasm_bindgen_deps__crc32fast-1.3.2//:build_script_build", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.crossbeam-channel-0.5.8.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.crossbeam-channel-0.5.8.bazel similarity index 94% rename from wasm_bindgen/3rdparty/crates/BUILD.crossbeam-channel-0.5.8.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.crossbeam-channel-0.5.8.bazel index a67af44417..dff2b2a935 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.crossbeam-channel-0.5.8.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.crossbeam-channel-0.5.8.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -85,7 +85,7 @@ rust_library( }), version = "0.5.8", deps = [ - "@rules_rust_wasm_bindgen__cfg-if-1.0.0//:cfg_if", - "@rules_rust_wasm_bindgen__crossbeam-utils-0.8.16//:crossbeam_utils", + "@rules_rust_wasm_bindgen_deps__cfg-if-1.0.0//:cfg_if", + "@rules_rust_wasm_bindgen_deps__crossbeam-utils-0.8.16//:crossbeam_utils", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.crossbeam-deque-0.8.3.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.crossbeam-deque-0.8.3.bazel similarity index 92% rename from wasm_bindgen/3rdparty/crates/BUILD.crossbeam-deque-0.8.3.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.crossbeam-deque-0.8.3.bazel index cc6ecee9a5..4a2a631968 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.crossbeam-deque-0.8.3.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.crossbeam-deque-0.8.3.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -86,8 +86,8 @@ rust_library( }), version = "0.8.3", deps = [ - "@rules_rust_wasm_bindgen__cfg-if-1.0.0//:cfg_if", - "@rules_rust_wasm_bindgen__crossbeam-epoch-0.9.15//:crossbeam_epoch", - "@rules_rust_wasm_bindgen__crossbeam-utils-0.8.16//:crossbeam_utils", + "@rules_rust_wasm_bindgen_deps__cfg-if-1.0.0//:cfg_if", + "@rules_rust_wasm_bindgen_deps__crossbeam-epoch-0.9.15//:crossbeam_epoch", + "@rules_rust_wasm_bindgen_deps__crossbeam-utils-0.8.16//:crossbeam_utils", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.crossbeam-epoch-0.9.15.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.crossbeam-epoch-0.9.15.bazel similarity index 90% rename from wasm_bindgen/3rdparty/crates/BUILD.crossbeam-epoch-0.9.15.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.crossbeam-epoch-0.9.15.bazel index 72c1ca7bb2..25adc29c13 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.crossbeam-epoch-0.9.15.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.crossbeam-epoch-0.9.15.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -85,11 +85,11 @@ rust_library( }), version = "0.9.15", deps = [ - "@rules_rust_wasm_bindgen__cfg-if-1.0.0//:cfg_if", - "@rules_rust_wasm_bindgen__crossbeam-epoch-0.9.15//:build_script_build", - "@rules_rust_wasm_bindgen__crossbeam-utils-0.8.16//:crossbeam_utils", - "@rules_rust_wasm_bindgen__memoffset-0.9.0//:memoffset", - "@rules_rust_wasm_bindgen__scopeguard-1.1.0//:scopeguard", + "@rules_rust_wasm_bindgen_deps__cfg-if-1.0.0//:cfg_if", + "@rules_rust_wasm_bindgen_deps__crossbeam-epoch-0.9.15//:build_script_build", + "@rules_rust_wasm_bindgen_deps__crossbeam-utils-0.8.16//:crossbeam_utils", + "@rules_rust_wasm_bindgen_deps__memoffset-0.9.0//:memoffset", + "@rules_rust_wasm_bindgen_deps__scopeguard-1.1.0//:scopeguard", ], ) @@ -145,7 +145,7 @@ cargo_build_script( version = "0.9.15", visibility = ["//visibility:private"], deps = [ - "@rules_rust_wasm_bindgen__autocfg-1.1.0//:autocfg", + "@rules_rust_wasm_bindgen_deps__autocfg-1.1.0//:autocfg", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.crossbeam-utils-0.8.16.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.crossbeam-utils-0.8.16.bazel similarity index 96% rename from wasm_bindgen/3rdparty/crates/BUILD.crossbeam-utils-0.8.16.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.crossbeam-utils-0.8.16.bazel index 078b3aa9a1..ecccb3c4c4 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.crossbeam-utils-0.8.16.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.crossbeam-utils-0.8.16.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -85,8 +85,8 @@ rust_library( }), version = "0.8.16", deps = [ - "@rules_rust_wasm_bindgen__cfg-if-1.0.0//:cfg_if", - "@rules_rust_wasm_bindgen__crossbeam-utils-0.8.16//:build_script_build", + "@rules_rust_wasm_bindgen_deps__cfg-if-1.0.0//:cfg_if", + "@rules_rust_wasm_bindgen_deps__crossbeam-utils-0.8.16//:build_script_build", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.diff-0.1.13.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.diff-0.1.13.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.diff-0.1.13.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.diff-0.1.13.bazel index f49cb91fc8..24eea9fb5e 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.diff-0.1.13.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.diff-0.1.13.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.difference-2.0.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.difference-2.0.0.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.difference-2.0.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.difference-2.0.0.bazel index 677e3e23d4..c68f811691 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.difference-2.0.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.difference-2.0.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.difflib-0.4.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.difflib-0.4.0.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.difflib-0.4.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.difflib-0.4.0.bazel index 373691b473..d3909e274d 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.difflib-0.4.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.difflib-0.4.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.doc-comment-0.3.3.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.doc-comment-0.3.3.bazel similarity index 97% rename from wasm_bindgen/3rdparty/crates/BUILD.doc-comment-0.3.3.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.doc-comment-0.3.3.bazel index 2acfa9ba58..a56c16df1d 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.doc-comment-0.3.3.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.doc-comment-0.3.3.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -81,7 +81,7 @@ rust_library( }), version = "0.3.3", deps = [ - "@rules_rust_wasm_bindgen__doc-comment-0.3.3//:build_script_build", + "@rules_rust_wasm_bindgen_deps__doc-comment-0.3.3//:build_script_build", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.docopt-1.1.1.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.docopt-1.1.1.bazel similarity index 91% rename from wasm_bindgen/3rdparty/crates/BUILD.docopt-1.1.1.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.docopt-1.1.1.bazel index 5eb7503523..ee926a6711 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.docopt-1.1.1.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.docopt-1.1.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,9 +80,9 @@ rust_library( }), version = "1.1.1", deps = [ - "@rules_rust_wasm_bindgen__lazy_static-1.4.0//:lazy_static", - "@rules_rust_wasm_bindgen__regex-1.9.1//:regex", - "@rules_rust_wasm_bindgen__serde-1.0.171//:serde", - "@rules_rust_wasm_bindgen__strsim-0.10.0//:strsim", + "@rules_rust_wasm_bindgen_deps__lazy_static-1.4.0//:lazy_static", + "@rules_rust_wasm_bindgen_deps__regex-1.9.1//:regex", + "@rules_rust_wasm_bindgen_deps__serde-1.0.171//:serde", + "@rules_rust_wasm_bindgen_deps__strsim-0.10.0//:strsim", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.either-1.8.1.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.either-1.8.1.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.either-1.8.1.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.either-1.8.1.bazel index c8cf2ea90c..2d66da1e57 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.either-1.8.1.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.either-1.8.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.env_logger-0.8.4.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.env_logger-0.8.4.bazel similarity index 90% rename from wasm_bindgen/3rdparty/crates/BUILD.env_logger-0.8.4.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.env_logger-0.8.4.bazel index 93bda97a2e..9d35324bd5 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.env_logger-0.8.4.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.env_logger-0.8.4.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -87,10 +87,10 @@ rust_library( }), version = "0.8.4", deps = [ - "@rules_rust_wasm_bindgen__atty-0.2.14//:atty", - "@rules_rust_wasm_bindgen__humantime-2.1.0//:humantime", - "@rules_rust_wasm_bindgen__log-0.4.19//:log", - "@rules_rust_wasm_bindgen__regex-1.9.1//:regex", - "@rules_rust_wasm_bindgen__termcolor-1.2.0//:termcolor", + "@rules_rust_wasm_bindgen_deps__atty-0.2.14//:atty", + "@rules_rust_wasm_bindgen_deps__humantime-2.1.0//:humantime", + "@rules_rust_wasm_bindgen_deps__log-0.4.19//:log", + "@rules_rust_wasm_bindgen_deps__regex-1.9.1//:regex", + "@rules_rust_wasm_bindgen_deps__termcolor-1.2.0//:termcolor", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.equivalent-1.0.1.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.equivalent-1.0.1.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.equivalent-1.0.1.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.equivalent-1.0.1.bazel index ae45f3d52b..395bc46db4 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.equivalent-1.0.1.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.equivalent-1.0.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.errno-0.3.1.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.errno-0.3.1.bazel similarity index 69% rename from wasm_bindgen/3rdparty/crates/BUILD.errno-0.3.1.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.errno-0.3.1.bazel index 08370fe6f8..e024322af2 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.errno-0.3.1.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.errno-0.3.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -81,91 +81,91 @@ rust_library( version = "0.3.1", deps = select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@rules_rust_wasm_bindgen__windows-sys-0.48.0//:windows_sys", # cfg(windows) + "@rules_rust_wasm_bindgen_deps__windows-sys-0.48.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-linux-android": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@rules_rust_wasm_bindgen__windows-sys-0.48.0//:windows_sys", # cfg(windows) + "@rules_rust_wasm_bindgen_deps__windows-sys-0.48.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:wasm32-wasi": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(target_os = "wasi") + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(target_os = "wasi") ], "@rules_rust//rust/platform:wasm32-wasip1": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(target_os = "wasi") + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(target_os = "wasi") ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@rules_rust_wasm_bindgen__windows-sys-0.48.0//:windows_sys", # cfg(windows) + "@rules_rust_wasm_bindgen_deps__windows-sys-0.48.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "//conditions:default": [], }), diff --git a/wasm_bindgen/3rdparty/crates/BUILD.errno-dragonfly-0.1.2.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.errno-dragonfly-0.1.2.bazel similarity index 95% rename from wasm_bindgen/3rdparty/crates/BUILD.errno-dragonfly-0.1.2.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.errno-dragonfly-0.1.2.bazel index f0e468f825..64fe973466 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.errno-dragonfly-0.1.2.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.errno-dragonfly-0.1.2.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -81,8 +81,8 @@ rust_library( }), version = "0.1.2", deps = [ - "@rules_rust_wasm_bindgen__errno-dragonfly-0.1.2//:build_script_build", - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", + "@rules_rust_wasm_bindgen_deps__errno-dragonfly-0.1.2//:build_script_build", + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", ], ) @@ -134,7 +134,7 @@ cargo_build_script( version = "0.1.2", visibility = ["//visibility:private"], deps = [ - "@rules_rust_wasm_bindgen__cc-1.0.83//:cc", + "@rules_rust_wasm_bindgen_deps__cc-1.0.83//:cc", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.fallible-iterator-0.2.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.fallible-iterator-0.2.0.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.fallible-iterator-0.2.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.fallible-iterator-0.2.0.bazel index 0e736486f3..10e9dca661 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.fallible-iterator-0.2.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.fallible-iterator-0.2.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.fastrand-1.9.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.fastrand-1.9.0.bazel similarity index 95% rename from wasm_bindgen/3rdparty/crates/BUILD.fastrand-1.9.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.fastrand-1.9.0.bazel index 5584b9cae1..ef26ca4692 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.fastrand-1.9.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.fastrand-1.9.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -81,7 +81,7 @@ rust_library( version = "1.9.0", deps = select({ "@rules_rust//rust/platform:wasm32-unknown-unknown": [ - "@rules_rust_wasm_bindgen__instant-0.1.12//:instant", # cfg(all(target_arch = "wasm32", not(target_os = "wasi"))) + "@rules_rust_wasm_bindgen_deps__instant-0.1.12//:instant", # cfg(all(target_arch = "wasm32", not(target_os = "wasi"))) ], "//conditions:default": [], }), diff --git a/wasm_bindgen/3rdparty/crates/BUILD.filetime-0.2.21.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.filetime-0.2.21.bazel similarity index 70% rename from wasm_bindgen/3rdparty/crates/BUILD.filetime-0.2.21.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.filetime-0.2.21.bazel index 462b1f54b2..21a8fe4021 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.filetime-0.2.21.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.filetime-0.2.21.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,88 +80,88 @@ rust_library( }), version = "0.2.21", deps = [ - "@rules_rust_wasm_bindgen__cfg-if-1.0.0//:cfg_if", + "@rules_rust_wasm_bindgen_deps__cfg-if-1.0.0//:cfg_if", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@rules_rust_wasm_bindgen__windows-sys-0.48.0//:windows_sys", # cfg(windows) + "@rules_rust_wasm_bindgen_deps__windows-sys-0.48.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-linux-android": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@rules_rust_wasm_bindgen__windows-sys-0.48.0//:windows_sys", # cfg(windows) + "@rules_rust_wasm_bindgen_deps__windows-sys-0.48.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@rules_rust_wasm_bindgen__windows-sys-0.48.0//:windows_sys", # cfg(windows) + "@rules_rust_wasm_bindgen_deps__windows-sys-0.48.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "//conditions:default": [], }), diff --git a/wasm_bindgen/3rdparty/crates/BUILD.flate2-1.0.28.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.flate2-1.0.28.bazel similarity index 94% rename from wasm_bindgen/3rdparty/crates/BUILD.flate2-1.0.28.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.flate2-1.0.28.bazel index 2f02623e7f..1b056771e2 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.flate2-1.0.28.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.flate2-1.0.28.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -86,7 +86,7 @@ rust_library( }), version = "1.0.28", deps = [ - "@rules_rust_wasm_bindgen__crc32fast-1.3.2//:crc32fast", - "@rules_rust_wasm_bindgen__miniz_oxide-0.7.1//:miniz_oxide", + "@rules_rust_wasm_bindgen_deps__crc32fast-1.3.2//:crc32fast", + "@rules_rust_wasm_bindgen_deps__miniz_oxide-0.7.1//:miniz_oxide", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.float-cmp-0.8.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.float-cmp-0.8.0.bazel similarity index 96% rename from wasm_bindgen/3rdparty/crates/BUILD.float-cmp-0.8.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.float-cmp-0.8.0.bazel index 1785527e4c..f646e31a99 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.float-cmp-0.8.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.float-cmp-0.8.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -85,6 +85,6 @@ rust_library( }), version = "0.8.0", deps = [ - "@rules_rust_wasm_bindgen__num-traits-0.2.15//:num_traits", + "@rules_rust_wasm_bindgen_deps__num-traits-0.2.15//:num_traits", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.form_urlencoded-1.2.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.form_urlencoded-1.2.0.bazel similarity index 96% rename from wasm_bindgen/3rdparty/crates/BUILD.form_urlencoded-1.2.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.form_urlencoded-1.2.0.bazel index b2afe675aa..4cb42ae105 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.form_urlencoded-1.2.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.form_urlencoded-1.2.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -85,6 +85,6 @@ rust_library( }), version = "1.2.0", deps = [ - "@rules_rust_wasm_bindgen__percent-encoding-2.3.0//:percent_encoding", + "@rules_rust_wasm_bindgen_deps__percent-encoding-2.3.0//:percent_encoding", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.getrandom-0.2.10.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.getrandom-0.2.10.bazel similarity index 70% rename from wasm_bindgen/3rdparty/crates/BUILD.getrandom-0.2.10.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.getrandom-0.2.10.bazel index 1c1745b380..79a3656c11 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.getrandom-0.2.10.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.getrandom-0.2.10.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -83,85 +83,85 @@ rust_library( }), version = "0.2.10", deps = [ - "@rules_rust_wasm_bindgen__cfg-if-1.0.0//:cfg_if", + "@rules_rust_wasm_bindgen_deps__cfg-if-1.0.0//:cfg_if", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-linux-android": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:wasm32-wasi": [ - "@rules_rust_wasm_bindgen__wasi-0.11.0-wasi-snapshot-preview1//:wasi", # cfg(target_os = "wasi") + "@rules_rust_wasm_bindgen_deps__wasi-0.11.0-wasi-snapshot-preview1//:wasi", # cfg(target_os = "wasi") ], "@rules_rust//rust/platform:wasm32-wasip1": [ - "@rules_rust_wasm_bindgen__wasi-0.11.0-wasi-snapshot-preview1//:wasi", # cfg(target_os = "wasi") + "@rules_rust_wasm_bindgen_deps__wasi-0.11.0-wasi-snapshot-preview1//:wasi", # cfg(target_os = "wasi") ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "//conditions:default": [], }), diff --git a/wasm_bindgen/3rdparty/crates/BUILD.gimli-0.26.2.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.gimli-0.26.2.bazel similarity index 92% rename from wasm_bindgen/3rdparty/crates/BUILD.gimli-0.26.2.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.gimli-0.26.2.bazel index ffe0454fa2..8f47d22231 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.gimli-0.26.2.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.gimli-0.26.2.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -91,8 +91,8 @@ rust_library( }), version = "0.26.2", deps = [ - "@rules_rust_wasm_bindgen__fallible-iterator-0.2.0//:fallible_iterator", - "@rules_rust_wasm_bindgen__indexmap-1.9.3//:indexmap", - "@rules_rust_wasm_bindgen__stable_deref_trait-1.2.0//:stable_deref_trait", + "@rules_rust_wasm_bindgen_deps__fallible-iterator-0.2.0//:fallible_iterator", + "@rules_rust_wasm_bindgen_deps__indexmap-1.9.3//:indexmap", + "@rules_rust_wasm_bindgen_deps__stable_deref_trait-1.2.0//:stable_deref_trait", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.hashbrown-0.12.3.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.hashbrown-0.12.3.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.hashbrown-0.12.3.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.hashbrown-0.12.3.bazel index f3024cb8ad..ac87d47cbe 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.hashbrown-0.12.3.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.hashbrown-0.12.3.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.hashbrown-0.14.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.hashbrown-0.14.0.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.hashbrown-0.14.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.hashbrown-0.14.0.bazel index f4a7689490..c9cabea151 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.hashbrown-0.14.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.hashbrown-0.14.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.heck-0.3.3.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.heck-0.3.3.bazel similarity index 96% rename from wasm_bindgen/3rdparty/crates/BUILD.heck-0.3.3.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.heck-0.3.3.bazel index 4a27591703..53ab26f02c 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.heck-0.3.3.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.heck-0.3.3.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,6 +80,6 @@ rust_library( }), version = "0.3.3", deps = [ - "@rules_rust_wasm_bindgen__unicode-segmentation-1.10.1//:unicode_segmentation", + "@rules_rust_wasm_bindgen_deps__unicode-segmentation-1.10.1//:unicode_segmentation", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.hermit-abi-0.1.19.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.hermit-abi-0.1.19.bazel similarity index 96% rename from wasm_bindgen/3rdparty/crates/BUILD.hermit-abi-0.1.19.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.hermit-abi-0.1.19.bazel index ccdf6f6375..750a2e0583 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.hermit-abi-0.1.19.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.hermit-abi-0.1.19.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,6 +80,6 @@ rust_library( }), version = "0.1.19", deps = [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.hermit-abi-0.3.2.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.hermit-abi-0.3.2.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.hermit-abi-0.3.2.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.hermit-abi-0.3.2.bazel index 667c286f14..92cb0e50c0 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.hermit-abi-0.3.2.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.hermit-abi-0.3.2.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.httparse-1.8.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.httparse-1.8.0.bazel similarity index 97% rename from wasm_bindgen/3rdparty/crates/BUILD.httparse-1.8.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.httparse-1.8.0.bazel index d98218b0e6..8c06a310f7 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.httparse-1.8.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.httparse-1.8.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -85,7 +85,7 @@ rust_library( }), version = "1.8.0", deps = [ - "@rules_rust_wasm_bindgen__httparse-1.8.0//:build_script_build", + "@rules_rust_wasm_bindgen_deps__httparse-1.8.0//:build_script_build", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.httpdate-1.0.2.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.httpdate-1.0.2.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.httpdate-1.0.2.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.httpdate-1.0.2.bazel index e3f0d9d8ea..382e9c663c 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.httpdate-1.0.2.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.httpdate-1.0.2.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.humantime-2.1.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.humantime-2.1.0.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.humantime-2.1.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.humantime-2.1.0.bazel index dde3243390..9ea661874a 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.humantime-2.1.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.humantime-2.1.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.iana-time-zone-0.1.57.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.iana-time-zone-0.1.57.bazel similarity index 66% rename from wasm_bindgen/3rdparty/crates/BUILD.iana-time-zone-0.1.57.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.iana-time-zone-0.1.57.bazel index b2b4f6a934..c930833e89 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.iana-time-zone-0.1.57.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.iana-time-zone-0.1.57.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -84,55 +84,55 @@ rust_library( version = "0.1.57", deps = select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@rules_rust_wasm_bindgen__core-foundation-sys-0.8.4//:core_foundation_sys", # cfg(any(target_os = "macos", target_os = "ios")) + "@rules_rust_wasm_bindgen_deps__core-foundation-sys-0.8.4//:core_foundation_sys", # cfg(any(target_os = "macos", target_os = "ios")) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@rules_rust_wasm_bindgen__core-foundation-sys-0.8.4//:core_foundation_sys", # cfg(any(target_os = "macos", target_os = "ios")) + "@rules_rust_wasm_bindgen_deps__core-foundation-sys-0.8.4//:core_foundation_sys", # cfg(any(target_os = "macos", target_os = "ios")) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@rules_rust_wasm_bindgen__core-foundation-sys-0.8.4//:core_foundation_sys", # cfg(any(target_os = "macos", target_os = "ios")) + "@rules_rust_wasm_bindgen_deps__core-foundation-sys-0.8.4//:core_foundation_sys", # cfg(any(target_os = "macos", target_os = "ios")) ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@rules_rust_wasm_bindgen__android_system_properties-0.1.5//:android_system_properties", # cfg(target_os = "android") + "@rules_rust_wasm_bindgen_deps__android_system_properties-0.1.5//:android_system_properties", # cfg(target_os = "android") ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@rules_rust_wasm_bindgen__windows-0.48.0//:windows", # cfg(target_os = "windows") + "@rules_rust_wasm_bindgen_deps__windows-0.48.0//:windows", # cfg(target_os = "windows") ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@rules_rust_wasm_bindgen__android_system_properties-0.1.5//:android_system_properties", # cfg(target_os = "android") + "@rules_rust_wasm_bindgen_deps__android_system_properties-0.1.5//:android_system_properties", # cfg(target_os = "android") ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@rules_rust_wasm_bindgen__core-foundation-sys-0.8.4//:core_foundation_sys", # cfg(any(target_os = "macos", target_os = "ios")) + "@rules_rust_wasm_bindgen_deps__core-foundation-sys-0.8.4//:core_foundation_sys", # cfg(any(target_os = "macos", target_os = "ios")) ], "@rules_rust//rust/platform:i686-linux-android": [ - "@rules_rust_wasm_bindgen__android_system_properties-0.1.5//:android_system_properties", # cfg(target_os = "android") + "@rules_rust_wasm_bindgen_deps__android_system_properties-0.1.5//:android_system_properties", # cfg(target_os = "android") ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@rules_rust_wasm_bindgen__windows-0.48.0//:windows", # cfg(target_os = "windows") + "@rules_rust_wasm_bindgen_deps__windows-0.48.0//:windows", # cfg(target_os = "windows") ], "@rules_rust//rust/platform:wasm32-unknown-unknown": [ - "@rules_rust_wasm_bindgen__js-sys-0.3.64//:js_sys", # cfg(target_arch = "wasm32") - "@rules_rust_wasm_bindgen__wasm-bindgen-0.2.92//:wasm_bindgen", # cfg(target_arch = "wasm32") + "@rules_rust_wasm_bindgen_deps__js-sys-0.3.64//:js_sys", # cfg(target_arch = "wasm32") + "@rules_rust_wasm_bindgen_deps__wasm-bindgen-0.2.92//:wasm_bindgen", # cfg(target_arch = "wasm32") ], "@rules_rust//rust/platform:wasm32-wasi": [ - "@rules_rust_wasm_bindgen__js-sys-0.3.64//:js_sys", # cfg(target_arch = "wasm32") - "@rules_rust_wasm_bindgen__wasm-bindgen-0.2.92//:wasm_bindgen", # cfg(target_arch = "wasm32") + "@rules_rust_wasm_bindgen_deps__js-sys-0.3.64//:js_sys", # cfg(target_arch = "wasm32") + "@rules_rust_wasm_bindgen_deps__wasm-bindgen-0.2.92//:wasm_bindgen", # cfg(target_arch = "wasm32") ], "@rules_rust//rust/platform:wasm32-wasip1": [ - "@rules_rust_wasm_bindgen__js-sys-0.3.64//:js_sys", # cfg(target_arch = "wasm32") - "@rules_rust_wasm_bindgen__wasm-bindgen-0.2.92//:wasm_bindgen", # cfg(target_arch = "wasm32") + "@rules_rust_wasm_bindgen_deps__js-sys-0.3.64//:js_sys", # cfg(target_arch = "wasm32") + "@rules_rust_wasm_bindgen_deps__wasm-bindgen-0.2.92//:wasm_bindgen", # cfg(target_arch = "wasm32") ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@rules_rust_wasm_bindgen__core-foundation-sys-0.8.4//:core_foundation_sys", # cfg(any(target_os = "macos", target_os = "ios")) + "@rules_rust_wasm_bindgen_deps__core-foundation-sys-0.8.4//:core_foundation_sys", # cfg(any(target_os = "macos", target_os = "ios")) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@rules_rust_wasm_bindgen__core-foundation-sys-0.8.4//:core_foundation_sys", # cfg(any(target_os = "macos", target_os = "ios")) + "@rules_rust_wasm_bindgen_deps__core-foundation-sys-0.8.4//:core_foundation_sys", # cfg(any(target_os = "macos", target_os = "ios")) ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@rules_rust_wasm_bindgen__android_system_properties-0.1.5//:android_system_properties", # cfg(target_os = "android") + "@rules_rust_wasm_bindgen_deps__android_system_properties-0.1.5//:android_system_properties", # cfg(target_os = "android") ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@rules_rust_wasm_bindgen__windows-0.48.0//:windows", # cfg(target_os = "windows") + "@rules_rust_wasm_bindgen_deps__windows-0.48.0//:windows", # cfg(target_os = "windows") ], "//conditions:default": [], }), diff --git a/wasm_bindgen/3rdparty/crates/BUILD.iana-time-zone-haiku-0.1.2.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.iana-time-zone-haiku-0.1.2.bazel similarity index 96% rename from wasm_bindgen/3rdparty/crates/BUILD.iana-time-zone-haiku-0.1.2.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.iana-time-zone-haiku-0.1.2.bazel index f49d16423b..510b5864fe 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.iana-time-zone-haiku-0.1.2.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.iana-time-zone-haiku-0.1.2.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -81,7 +81,7 @@ rust_library( }), version = "0.1.2", deps = [ - "@rules_rust_wasm_bindgen__iana-time-zone-haiku-0.1.2//:build_script_build", + "@rules_rust_wasm_bindgen_deps__iana-time-zone-haiku-0.1.2//:build_script_build", ], ) @@ -133,7 +133,7 @@ cargo_build_script( version = "0.1.2", visibility = ["//visibility:private"], deps = [ - "@rules_rust_wasm_bindgen__cc-1.0.83//:cc", + "@rules_rust_wasm_bindgen_deps__cc-1.0.83//:cc", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.id-arena-2.2.1.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.id-arena-2.2.1.bazel similarity index 96% rename from wasm_bindgen/3rdparty/crates/BUILD.id-arena-2.2.1.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.id-arena-2.2.1.bazel index 2722bee905..d3ef17ead6 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.id-arena-2.2.1.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.id-arena-2.2.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -85,6 +85,6 @@ rust_library( }), version = "2.2.1", deps = [ - "@rules_rust_wasm_bindgen__rayon-1.7.0//:rayon", + "@rules_rust_wasm_bindgen_deps__rayon-1.7.0//:rayon", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.idna-0.4.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.idna-0.4.0.bazel similarity index 94% rename from wasm_bindgen/3rdparty/crates/BUILD.idna-0.4.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.idna-0.4.0.bazel index 1b5efc82ac..a5c51d3641 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.idna-0.4.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.idna-0.4.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -85,7 +85,7 @@ rust_library( }), version = "0.4.0", deps = [ - "@rules_rust_wasm_bindgen__unicode-bidi-0.3.13//:unicode_bidi", - "@rules_rust_wasm_bindgen__unicode-normalization-0.1.22//:unicode_normalization", + "@rules_rust_wasm_bindgen_deps__unicode-bidi-0.3.13//:unicode_bidi", + "@rules_rust_wasm_bindgen_deps__unicode-normalization-0.1.22//:unicode_normalization", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.indexmap-1.9.3.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.indexmap-1.9.3.bazel similarity index 94% rename from wasm_bindgen/3rdparty/crates/BUILD.indexmap-1.9.3.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.indexmap-1.9.3.bazel index 486a23978a..db7d07c6dc 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.indexmap-1.9.3.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.indexmap-1.9.3.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -81,8 +81,8 @@ rust_library( }), version = "1.9.3", deps = [ - "@rules_rust_wasm_bindgen__hashbrown-0.12.3//:hashbrown", - "@rules_rust_wasm_bindgen__indexmap-1.9.3//:build_script_build", + "@rules_rust_wasm_bindgen_deps__hashbrown-0.12.3//:hashbrown", + "@rules_rust_wasm_bindgen_deps__indexmap-1.9.3//:build_script_build", ], ) @@ -134,7 +134,7 @@ cargo_build_script( version = "1.9.3", visibility = ["//visibility:private"], deps = [ - "@rules_rust_wasm_bindgen__autocfg-1.1.0//:autocfg", + "@rules_rust_wasm_bindgen_deps__autocfg-1.1.0//:autocfg", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.indexmap-2.0.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.indexmap-2.0.0.bazel similarity index 94% rename from wasm_bindgen/3rdparty/crates/BUILD.indexmap-2.0.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.indexmap-2.0.0.bazel index 812d089bab..5ae90541d5 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.indexmap-2.0.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.indexmap-2.0.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -84,7 +84,7 @@ rust_library( }), version = "2.0.0", deps = [ - "@rules_rust_wasm_bindgen__equivalent-1.0.1//:equivalent", - "@rules_rust_wasm_bindgen__hashbrown-0.14.0//:hashbrown", + "@rules_rust_wasm_bindgen_deps__equivalent-1.0.1//:equivalent", + "@rules_rust_wasm_bindgen_deps__hashbrown-0.14.0//:hashbrown", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.instant-0.1.12.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.instant-0.1.12.bazel similarity index 96% rename from wasm_bindgen/3rdparty/crates/BUILD.instant-0.1.12.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.instant-0.1.12.bazel index c926a40d91..80ed846e7b 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.instant-0.1.12.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.instant-0.1.12.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,6 +80,6 @@ rust_library( }), version = "0.1.12", deps = [ - "@rules_rust_wasm_bindgen__cfg-if-1.0.0//:cfg_if", + "@rules_rust_wasm_bindgen_deps__cfg-if-1.0.0//:cfg_if", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.io-lifetimes-1.0.11.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.io-lifetimes-1.0.11.bazel similarity index 96% rename from wasm_bindgen/3rdparty/crates/BUILD.io-lifetimes-1.0.11.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.io-lifetimes-1.0.11.bazel index 4b2cb3ec69..2da3d5a7b0 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.io-lifetimes-1.0.11.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.io-lifetimes-1.0.11.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -87,8 +87,8 @@ rust_library( }), version = "1.0.11", deps = [ - "@rules_rust_wasm_bindgen__io-lifetimes-1.0.11//:build_script_build", - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", + "@rules_rust_wasm_bindgen_deps__io-lifetimes-1.0.11//:build_script_build", + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.itertools-0.10.5.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.itertools-0.10.5.bazel similarity index 96% rename from wasm_bindgen/3rdparty/crates/BUILD.itertools-0.10.5.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.itertools-0.10.5.bazel index 6f4e7280c8..11f8f00661 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.itertools-0.10.5.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.itertools-0.10.5.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -85,6 +85,6 @@ rust_library( }), version = "0.10.5", deps = [ - "@rules_rust_wasm_bindgen__either-1.8.1//:either", + "@rules_rust_wasm_bindgen_deps__either-1.8.1//:either", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.itoa-1.0.8.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.itoa-1.0.8.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.itoa-1.0.8.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.itoa-1.0.8.bazel index 0a2666af7c..d42e39b706 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.itoa-1.0.8.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.itoa-1.0.8.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.js-sys-0.3.64.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.js-sys-0.3.64.bazel similarity index 96% rename from wasm_bindgen/3rdparty/crates/BUILD.js-sys-0.3.64.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.js-sys-0.3.64.bazel index bff427fc66..e95aabd2b9 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.js-sys-0.3.64.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.js-sys-0.3.64.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,6 +80,6 @@ rust_library( }), version = "0.3.64", deps = [ - "@rules_rust_wasm_bindgen__wasm-bindgen-0.2.92//:wasm_bindgen", + "@rules_rust_wasm_bindgen_deps__wasm-bindgen-0.2.92//:wasm_bindgen", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.lazy_static-1.4.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.lazy_static-1.4.0.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.lazy_static-1.4.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.lazy_static-1.4.0.bazel index 2c3a3c5c2f..4db5b70dda 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.lazy_static-1.4.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.lazy_static-1.4.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.leb128-0.2.5.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.leb128-0.2.5.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.leb128-0.2.5.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.leb128-0.2.5.bazel index 9eb84948c5..609743b606 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.leb128-0.2.5.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.leb128-0.2.5.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.libc-0.2.150.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.libc-0.2.150.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.libc-0.2.150.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.libc-0.2.150.bazel index b5636772e3..e73cb1e1ab 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.libc-0.2.150.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.libc-0.2.150.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -165,7 +165,7 @@ rust_library( }), version = "0.2.150", deps = [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:build_script_build", + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:build_script_build", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.linux-raw-sys-0.3.8.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.linux-raw-sys-0.3.8.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.linux-raw-sys-0.3.8.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.linux-raw-sys-0.3.8.bazel index 7766e778ac..0ee61d499c 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.linux-raw-sys-0.3.8.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.linux-raw-sys-0.3.8.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.log-0.4.19.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.log-0.4.19.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.log-0.4.19.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.log-0.4.19.bazel index 0594125fd6..41f457694a 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.log-0.4.19.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.log-0.4.19.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.memchr-2.5.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.memchr-2.5.0.bazel similarity index 97% rename from wasm_bindgen/3rdparty/crates/BUILD.memchr-2.5.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.memchr-2.5.0.bazel index 346aafc04e..f05699f209 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.memchr-2.5.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.memchr-2.5.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -86,7 +86,7 @@ rust_library( }), version = "2.5.0", deps = [ - "@rules_rust_wasm_bindgen__memchr-2.5.0//:build_script_build", + "@rules_rust_wasm_bindgen_deps__memchr-2.5.0//:build_script_build", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.memoffset-0.9.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.memoffset-0.9.0.bazel similarity index 96% rename from wasm_bindgen/3rdparty/crates/BUILD.memoffset-0.9.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.memoffset-0.9.0.bazel index b4cb308ef7..4224b99349 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.memoffset-0.9.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.memoffset-0.9.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -84,7 +84,7 @@ rust_library( }), version = "0.9.0", deps = [ - "@rules_rust_wasm_bindgen__memoffset-0.9.0//:build_script_build", + "@rules_rust_wasm_bindgen_deps__memoffset-0.9.0//:build_script_build", ], ) @@ -139,7 +139,7 @@ cargo_build_script( version = "0.9.0", visibility = ["//visibility:private"], deps = [ - "@rules_rust_wasm_bindgen__autocfg-1.1.0//:autocfg", + "@rules_rust_wasm_bindgen_deps__autocfg-1.1.0//:autocfg", ], ) diff --git a/proto/prost/private/3rdparty/crates/BUILD.mime-0.3.17.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.mime-0.3.17.bazel similarity index 98% rename from proto/prost/private/3rdparty/crates/BUILD.mime-0.3.17.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.mime-0.3.17.bazel index f61424e0db..7490991baa 100644 --- a/proto/prost/private/3rdparty/crates/BUILD.mime-0.3.17.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.mime-0.3.17.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/prost/private/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.mime_guess-2.0.4.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.mime_guess-2.0.4.bazel similarity index 93% rename from wasm_bindgen/3rdparty/crates/BUILD.mime_guess-2.0.4.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.mime_guess-2.0.4.bazel index c522aebac5..6400e35ab3 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.mime_guess-2.0.4.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.mime_guess-2.0.4.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -85,9 +85,9 @@ rust_library( }), version = "2.0.4", deps = [ - "@rules_rust_wasm_bindgen__mime-0.3.17//:mime", - "@rules_rust_wasm_bindgen__mime_guess-2.0.4//:build_script_build", - "@rules_rust_wasm_bindgen__unicase-2.6.0//:unicase", + "@rules_rust_wasm_bindgen_deps__mime-0.3.17//:mime", + "@rules_rust_wasm_bindgen_deps__mime_guess-2.0.4//:build_script_build", + "@rules_rust_wasm_bindgen_deps__unicase-2.6.0//:unicase", ], ) @@ -143,7 +143,7 @@ cargo_build_script( version = "2.0.4", visibility = ["//visibility:private"], deps = [ - "@rules_rust_wasm_bindgen__unicase-2.6.0//:unicase", + "@rules_rust_wasm_bindgen_deps__unicase-2.6.0//:unicase", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.miniz_oxide-0.7.1.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.miniz_oxide-0.7.1.bazel similarity index 96% rename from wasm_bindgen/3rdparty/crates/BUILD.miniz_oxide-0.7.1.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.miniz_oxide-0.7.1.bazel index 5ece431ee1..476d38b56c 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.miniz_oxide-0.7.1.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.miniz_oxide-0.7.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -83,6 +83,6 @@ rust_library( }), version = "0.7.1", deps = [ - "@rules_rust_wasm_bindgen__adler-1.0.2//:adler", + "@rules_rust_wasm_bindgen_deps__adler-1.0.2//:adler", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.multipart-0.18.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.multipart-0.18.0.bazel similarity index 83% rename from wasm_bindgen/3rdparty/crates/BUILD.multipart-0.18.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.multipart-0.18.0.bazel index bd92fa54cf..ae2f4dde4e 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.multipart-0.18.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.multipart-0.18.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -88,15 +88,15 @@ rust_library( }), version = "0.18.0", deps = [ - "@rules_rust_wasm_bindgen__buf_redux-0.8.4//:buf_redux", - "@rules_rust_wasm_bindgen__httparse-1.8.0//:httparse", - "@rules_rust_wasm_bindgen__log-0.4.19//:log", - "@rules_rust_wasm_bindgen__mime-0.3.17//:mime", - "@rules_rust_wasm_bindgen__mime_guess-2.0.4//:mime_guess", - "@rules_rust_wasm_bindgen__quick-error-1.2.3//:quick_error", - "@rules_rust_wasm_bindgen__rand-0.8.5//:rand", - "@rules_rust_wasm_bindgen__safemem-0.3.3//:safemem", - "@rules_rust_wasm_bindgen__tempfile-3.6.0//:tempfile", - "@rules_rust_wasm_bindgen__twoway-0.1.8//:twoway", + "@rules_rust_wasm_bindgen_deps__buf_redux-0.8.4//:buf_redux", + "@rules_rust_wasm_bindgen_deps__httparse-1.8.0//:httparse", + "@rules_rust_wasm_bindgen_deps__log-0.4.19//:log", + "@rules_rust_wasm_bindgen_deps__mime-0.3.17//:mime", + "@rules_rust_wasm_bindgen_deps__mime_guess-2.0.4//:mime_guess", + "@rules_rust_wasm_bindgen_deps__quick-error-1.2.3//:quick_error", + "@rules_rust_wasm_bindgen_deps__rand-0.8.5//:rand", + "@rules_rust_wasm_bindgen_deps__safemem-0.3.3//:safemem", + "@rules_rust_wasm_bindgen_deps__tempfile-3.6.0//:tempfile", + "@rules_rust_wasm_bindgen_deps__twoway-0.1.8//:twoway", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.normalize-line-endings-0.3.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.normalize-line-endings-0.3.0.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.normalize-line-endings-0.3.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.normalize-line-endings-0.3.0.bazel index 08ea66ccad..ed33c289a6 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.normalize-line-endings-0.3.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.normalize-line-endings-0.3.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.num-traits-0.2.15.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.num-traits-0.2.15.bazel similarity index 96% rename from wasm_bindgen/3rdparty/crates/BUILD.num-traits-0.2.15.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.num-traits-0.2.15.bazel index c935adc226..7da84e15f8 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.num-traits-0.2.15.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.num-traits-0.2.15.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -81,7 +81,7 @@ rust_library( }), version = "0.2.15", deps = [ - "@rules_rust_wasm_bindgen__num-traits-0.2.15//:build_script_build", + "@rules_rust_wasm_bindgen_deps__num-traits-0.2.15//:build_script_build", ], ) @@ -133,7 +133,7 @@ cargo_build_script( version = "0.2.15", visibility = ["//visibility:private"], deps = [ - "@rules_rust_wasm_bindgen__autocfg-1.1.0//:autocfg", + "@rules_rust_wasm_bindgen_deps__autocfg-1.1.0//:autocfg", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.num_cpus-1.16.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.num_cpus-1.16.0.bazel similarity index 67% rename from wasm_bindgen/3rdparty/crates/BUILD.num_cpus-1.16.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.num_cpus-1.16.0.bazel index 4824888449..3524afd1fb 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.num_cpus-1.16.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.num_cpus-1.16.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -81,100 +81,100 @@ rust_library( version = "1.16.0", deps = select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(not(windows)) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(not(windows)) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(not(windows)) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(not(windows)) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(not(windows)) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(not(windows)) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(not(windows)) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(not(windows)) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(not(windows)) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(not(windows)) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(not(windows)) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(not(windows)) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:i686-linux-android": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(not(windows)) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(not(windows)) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(not(windows)) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(not(windows)) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(not(windows)) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(not(windows)) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(not(windows)) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:thumbv7em-none-eabi": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(not(windows)) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(not(windows)) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:wasm32-unknown-unknown": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(not(windows)) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:wasm32-wasi": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(not(windows)) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:wasm32-wasip1": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(not(windows)) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(not(windows)) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(not(windows)) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(not(windows)) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(not(windows)) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(not(windows)) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(not(windows)) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(not(windows)) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(not(windows)) ], "@rules_rust//rust/platform:x86_64-unknown-none": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(not(windows)) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(not(windows)) ], "//conditions:default": [], }), diff --git a/wasm_bindgen/3rdparty/crates/BUILD.num_threads-0.1.6.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.num_threads-0.1.6.bazel similarity index 77% rename from wasm_bindgen/3rdparty/crates/BUILD.num_threads-0.1.6.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.num_threads-0.1.6.bazel index 2da2305f71..e37c583792 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.num_threads-0.1.6.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.num_threads-0.1.6.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -81,28 +81,28 @@ rust_library( version = "0.1.6", deps = select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd")) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd")) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd")) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd")) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd")) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd")) ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd")) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd")) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd")) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd")) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd")) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd")) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd")) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd")) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd")) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd")) ], "//conditions:default": [], }), diff --git a/wasm_bindgen/3rdparty/crates/BUILD.once_cell-1.18.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.once_cell-1.18.0.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.once_cell-1.18.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.once_cell-1.18.0.bazel index 4857e3e101..172009a573 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.once_cell-1.18.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.once_cell-1.18.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.percent-encoding-2.3.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.percent-encoding-2.3.0.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.percent-encoding-2.3.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.percent-encoding-2.3.0.bazel index 9d0947813d..d106d8ea55 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.percent-encoding-2.3.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.percent-encoding-2.3.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.ppv-lite86-0.2.17.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.ppv-lite86-0.2.17.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.ppv-lite86-0.2.17.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.ppv-lite86-0.2.17.bazel index b984970d4b..9a290a1ede 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.ppv-lite86-0.2.17.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.ppv-lite86-0.2.17.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.predicates-1.0.8.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.predicates-1.0.8.bazel similarity index 89% rename from wasm_bindgen/3rdparty/crates/BUILD.predicates-1.0.8.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.predicates-1.0.8.bazel index ff414d7259..8ae04ab69c 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.predicates-1.0.8.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.predicates-1.0.8.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -87,10 +87,10 @@ rust_library( }), version = "1.0.8", deps = [ - "@rules_rust_wasm_bindgen__difference-2.0.0//:difference", - "@rules_rust_wasm_bindgen__float-cmp-0.8.0//:float_cmp", - "@rules_rust_wasm_bindgen__normalize-line-endings-0.3.0//:normalize_line_endings", - "@rules_rust_wasm_bindgen__predicates-core-1.0.6//:predicates_core", - "@rules_rust_wasm_bindgen__regex-1.9.1//:regex", + "@rules_rust_wasm_bindgen_deps__difference-2.0.0//:difference", + "@rules_rust_wasm_bindgen_deps__float-cmp-0.8.0//:float_cmp", + "@rules_rust_wasm_bindgen_deps__normalize-line-endings-0.3.0//:normalize_line_endings", + "@rules_rust_wasm_bindgen_deps__predicates-core-1.0.6//:predicates_core", + "@rules_rust_wasm_bindgen_deps__regex-1.9.1//:regex", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.predicates-2.1.5.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.predicates-2.1.5.bazel similarity index 93% rename from wasm_bindgen/3rdparty/crates/BUILD.predicates-2.1.5.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.predicates-2.1.5.bazel index 47b2564ebb..9d778c35df 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.predicates-2.1.5.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.predicates-2.1.5.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -83,8 +83,8 @@ rust_library( }), version = "2.1.5", deps = [ - "@rules_rust_wasm_bindgen__difflib-0.4.0//:difflib", - "@rules_rust_wasm_bindgen__itertools-0.10.5//:itertools", - "@rules_rust_wasm_bindgen__predicates-core-1.0.6//:predicates_core", + "@rules_rust_wasm_bindgen_deps__difflib-0.4.0//:difflib", + "@rules_rust_wasm_bindgen_deps__itertools-0.10.5//:itertools", + "@rules_rust_wasm_bindgen_deps__predicates-core-1.0.6//:predicates_core", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.predicates-core-1.0.6.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.predicates-core-1.0.6.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.predicates-core-1.0.6.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.predicates-core-1.0.6.bazel index 2777e8807e..5be2b6066f 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.predicates-core-1.0.6.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.predicates-core-1.0.6.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.predicates-tree-1.0.9.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.predicates-tree-1.0.9.bazel similarity index 94% rename from wasm_bindgen/3rdparty/crates/BUILD.predicates-tree-1.0.9.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.predicates-tree-1.0.9.bazel index 22a67a8daf..f7bb9be219 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.predicates-tree-1.0.9.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.predicates-tree-1.0.9.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,7 +80,7 @@ rust_library( }), version = "1.0.9", deps = [ - "@rules_rust_wasm_bindgen__predicates-core-1.0.6//:predicates_core", - "@rules_rust_wasm_bindgen__termtree-0.4.1//:termtree", + "@rules_rust_wasm_bindgen_deps__predicates-core-1.0.6//:predicates_core", + "@rules_rust_wasm_bindgen_deps__termtree-0.4.1//:termtree", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.proc-macro2-1.0.64.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.proc-macro2-1.0.64.bazel similarity index 95% rename from wasm_bindgen/3rdparty/crates/BUILD.proc-macro2-1.0.64.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.proc-macro2-1.0.64.bazel index 76cec2e0da..885f085917 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.proc-macro2-1.0.64.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.proc-macro2-1.0.64.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -86,8 +86,8 @@ rust_library( }), version = "1.0.64", deps = [ - "@rules_rust_wasm_bindgen__proc-macro2-1.0.64//:build_script_build", - "@rules_rust_wasm_bindgen__unicode-ident-1.0.10//:unicode_ident", + "@rules_rust_wasm_bindgen_deps__proc-macro2-1.0.64//:build_script_build", + "@rules_rust_wasm_bindgen_deps__unicode-ident-1.0.10//:unicode_ident", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.quick-error-1.2.3.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.quick-error-1.2.3.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.quick-error-1.2.3.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.quick-error-1.2.3.bazel index 1f7d72f358..ed79f235d7 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.quick-error-1.2.3.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.quick-error-1.2.3.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.quote-1.0.29.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.quote-1.0.29.bazel similarity index 96% rename from wasm_bindgen/3rdparty/crates/BUILD.quote-1.0.29.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.quote-1.0.29.bazel index f93a90f749..65c47d8523 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.quote-1.0.29.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.quote-1.0.29.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -85,8 +85,8 @@ rust_library( }), version = "1.0.29", deps = [ - "@rules_rust_wasm_bindgen__proc-macro2-1.0.64//:proc_macro2", - "@rules_rust_wasm_bindgen__quote-1.0.29//:build_script_build", + "@rules_rust_wasm_bindgen_deps__proc-macro2-1.0.64//:proc_macro2", + "@rules_rust_wasm_bindgen_deps__quote-1.0.29//:build_script_build", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.rand-0.8.5.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.rand-0.8.5.bazel similarity index 68% rename from wasm_bindgen/3rdparty/crates/BUILD.rand-0.8.5.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.rand-0.8.5.bazel index 1adbfb19d5..9b4bc5547a 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.rand-0.8.5.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.rand-0.8.5.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -89,80 +89,80 @@ rust_library( }), version = "0.8.5", deps = [ - "@rules_rust_wasm_bindgen__rand_chacha-0.3.1//:rand_chacha", - "@rules_rust_wasm_bindgen__rand_core-0.6.4//:rand_core", + "@rules_rust_wasm_bindgen_deps__rand_chacha-0.3.1//:rand_chacha", + "@rules_rust_wasm_bindgen_deps__rand_core-0.6.4//:rand_core", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # aarch64-apple-darwin + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # aarch64-apple-darwin ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # aarch64-apple-ios + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # aarch64-apple-ios ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # aarch64-apple-ios-sim + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # aarch64-apple-ios-sim ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # aarch64-linux-android + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # aarch64-linux-android ], "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # aarch64-unknown-fuchsia + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # aarch64-unknown-fuchsia ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # aarch64-unknown-linux-gnu + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # aarch64-unknown-linux-gnu ], "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # aarch64-unknown-linux-gnu, aarch64-unknown-nixos-gnu + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # aarch64-unknown-linux-gnu, aarch64-unknown-nixos-gnu ], "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # aarch64-unknown-nto-qnx710 + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # aarch64-unknown-nto-qnx710 ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # arm-unknown-linux-gnueabi + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # arm-unknown-linux-gnueabi ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # armv7-linux-androideabi + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # armv7-linux-androideabi ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # armv7-unknown-linux-gnueabi + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # armv7-unknown-linux-gnueabi ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # i686-apple-darwin + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # i686-apple-darwin ], "@rules_rust//rust/platform:i686-linux-android": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # i686-linux-android + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # i686-linux-android ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # i686-unknown-freebsd + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # i686-unknown-freebsd ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # i686-unknown-linux-gnu + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # i686-unknown-linux-gnu ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # powerpc-unknown-linux-gnu + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # powerpc-unknown-linux-gnu ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # s390x-unknown-linux-gnu + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # s390x-unknown-linux-gnu ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # x86_64-apple-darwin + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # x86_64-apple-darwin ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # x86_64-apple-ios + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # x86_64-apple-ios ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # x86_64-linux-android + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # x86_64-linux-android ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # x86_64-unknown-freebsd + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # x86_64-unknown-freebsd ], "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # x86_64-unknown-fuchsia + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # x86_64-unknown-fuchsia ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # x86_64-unknown-linux-gnu + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # x86_64-unknown-linux-gnu ], "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # x86_64-unknown-linux-gnu, x86_64-unknown-nixos-gnu + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # x86_64-unknown-linux-gnu, x86_64-unknown-nixos-gnu ], "//conditions:default": [], }), diff --git a/wasm_bindgen/3rdparty/crates/BUILD.rand_chacha-0.3.1.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.rand_chacha-0.3.1.bazel similarity index 94% rename from wasm_bindgen/3rdparty/crates/BUILD.rand_chacha-0.3.1.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.rand_chacha-0.3.1.bazel index 6e2ccebe11..1a46b76da8 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.rand_chacha-0.3.1.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.rand_chacha-0.3.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -83,7 +83,7 @@ rust_library( }), version = "0.3.1", deps = [ - "@rules_rust_wasm_bindgen__ppv-lite86-0.2.17//:ppv_lite86", - "@rules_rust_wasm_bindgen__rand_core-0.6.4//:rand_core", + "@rules_rust_wasm_bindgen_deps__ppv-lite86-0.2.17//:ppv_lite86", + "@rules_rust_wasm_bindgen_deps__rand_core-0.6.4//:rand_core", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.rand_core-0.6.4.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.rand_core-0.6.4.bazel similarity index 96% rename from wasm_bindgen/3rdparty/crates/BUILD.rand_core-0.6.4.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.rand_core-0.6.4.bazel index 3320796324..7be7b733dc 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.rand_core-0.6.4.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.rand_core-0.6.4.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -85,6 +85,6 @@ rust_library( }), version = "0.6.4", deps = [ - "@rules_rust_wasm_bindgen__getrandom-0.2.10//:getrandom", + "@rules_rust_wasm_bindgen_deps__getrandom-0.2.10//:getrandom", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.rayon-1.7.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.rayon-1.7.0.bazel similarity index 94% rename from wasm_bindgen/3rdparty/crates/BUILD.rayon-1.7.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.rayon-1.7.0.bazel index 15eb0c925f..72731594bb 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.rayon-1.7.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.rayon-1.7.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,7 +80,7 @@ rust_library( }), version = "1.7.0", deps = [ - "@rules_rust_wasm_bindgen__either-1.8.1//:either", - "@rules_rust_wasm_bindgen__rayon-core-1.11.0//:rayon_core", + "@rules_rust_wasm_bindgen_deps__either-1.8.1//:either", + "@rules_rust_wasm_bindgen_deps__rayon-core-1.11.0//:rayon_core", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.rayon-core-1.11.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.rayon-core-1.11.0.bazel similarity index 91% rename from wasm_bindgen/3rdparty/crates/BUILD.rayon-core-1.11.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.rayon-core-1.11.0.bazel index 482d54efa7..e288ef7566 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.rayon-core-1.11.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.rayon-core-1.11.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -81,11 +81,11 @@ rust_library( }), version = "1.11.0", deps = [ - "@rules_rust_wasm_bindgen__crossbeam-channel-0.5.8//:crossbeam_channel", - "@rules_rust_wasm_bindgen__crossbeam-deque-0.8.3//:crossbeam_deque", - "@rules_rust_wasm_bindgen__crossbeam-utils-0.8.16//:crossbeam_utils", - "@rules_rust_wasm_bindgen__num_cpus-1.16.0//:num_cpus", - "@rules_rust_wasm_bindgen__rayon-core-1.11.0//:build_script_build", + "@rules_rust_wasm_bindgen_deps__crossbeam-channel-0.5.8//:crossbeam_channel", + "@rules_rust_wasm_bindgen_deps__crossbeam-deque-0.8.3//:crossbeam_deque", + "@rules_rust_wasm_bindgen_deps__crossbeam-utils-0.8.16//:crossbeam_utils", + "@rules_rust_wasm_bindgen_deps__num_cpus-1.16.0//:num_cpus", + "@rules_rust_wasm_bindgen_deps__rayon-core-1.11.0//:build_script_build", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.redox_syscall-0.2.16.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.redox_syscall-0.2.16.bazel similarity index 96% rename from wasm_bindgen/3rdparty/crates/BUILD.redox_syscall-0.2.16.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.redox_syscall-0.2.16.bazel index a44772fa9a..14d65b8a68 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.redox_syscall-0.2.16.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.redox_syscall-0.2.16.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,6 +80,6 @@ rust_library( }), version = "0.2.16", deps = [ - "@rules_rust_wasm_bindgen__bitflags-1.3.2//:bitflags", + "@rules_rust_wasm_bindgen_deps__bitflags-1.3.2//:bitflags", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.redox_syscall-0.3.5.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.redox_syscall-0.3.5.bazel similarity index 96% rename from wasm_bindgen/3rdparty/crates/BUILD.redox_syscall-0.3.5.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.redox_syscall-0.3.5.bazel index 2fea476a89..372bdd7ad8 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.redox_syscall-0.3.5.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.redox_syscall-0.3.5.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,6 +80,6 @@ rust_library( }), version = "0.3.5", deps = [ - "@rules_rust_wasm_bindgen__bitflags-1.3.2//:bitflags", + "@rules_rust_wasm_bindgen_deps__bitflags-1.3.2//:bitflags", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.regex-1.9.1.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.regex-1.9.1.bazel similarity index 91% rename from wasm_bindgen/3rdparty/crates/BUILD.regex-1.9.1.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.regex-1.9.1.bazel index b9b3cbe37d..ecc3b040e2 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.regex-1.9.1.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.regex-1.9.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -99,9 +99,9 @@ rust_library( }), version = "1.9.1", deps = [ - "@rules_rust_wasm_bindgen__aho-corasick-1.0.2//:aho_corasick", - "@rules_rust_wasm_bindgen__memchr-2.5.0//:memchr", - "@rules_rust_wasm_bindgen__regex-automata-0.3.3//:regex_automata", - "@rules_rust_wasm_bindgen__regex-syntax-0.7.4//:regex_syntax", + "@rules_rust_wasm_bindgen_deps__aho-corasick-1.0.2//:aho_corasick", + "@rules_rust_wasm_bindgen_deps__memchr-2.5.0//:memchr", + "@rules_rust_wasm_bindgen_deps__regex-automata-0.3.3//:regex_automata", + "@rules_rust_wasm_bindgen_deps__regex-syntax-0.7.4//:regex_syntax", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.regex-automata-0.1.10.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.regex-automata-0.1.10.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.regex-automata-0.1.10.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.regex-automata-0.1.10.bazel index 69ac635cd5..1009c7616a 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.regex-automata-0.1.10.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.regex-automata-0.1.10.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.regex-automata-0.3.3.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.regex-automata-0.3.3.bazel similarity index 93% rename from wasm_bindgen/3rdparty/crates/BUILD.regex-automata-0.3.3.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.regex-automata-0.3.3.bazel index 318c458f15..566a8bb784 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.regex-automata-0.3.3.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.regex-automata-0.3.3.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -104,8 +104,8 @@ rust_library( }), version = "0.3.3", deps = [ - "@rules_rust_wasm_bindgen__aho-corasick-1.0.2//:aho_corasick", - "@rules_rust_wasm_bindgen__memchr-2.5.0//:memchr", - "@rules_rust_wasm_bindgen__regex-syntax-0.7.4//:regex_syntax", + "@rules_rust_wasm_bindgen_deps__aho-corasick-1.0.2//:aho_corasick", + "@rules_rust_wasm_bindgen_deps__memchr-2.5.0//:memchr", + "@rules_rust_wasm_bindgen_deps__regex-syntax-0.7.4//:regex_syntax", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.regex-syntax-0.7.4.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.regex-syntax-0.7.4.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.regex-syntax-0.7.4.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.regex-syntax-0.7.4.bazel index c61cef93d4..44965b45fa 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.regex-syntax-0.7.4.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.regex-syntax-0.7.4.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/extensions/wasm_bindgen/3rdparty/crates/BUILD.ring-0.17.5.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.ring-0.17.5.bazel new file mode 100644 index 0000000000..312b39d5b6 --- /dev/null +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.ring-0.17.5.bazel @@ -0,0 +1,243 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run @//3rdparty:crates_vendor +############################################################################### + +load("@rules_rust//cargo:defs.bzl", "cargo_build_script") +load("@rules_rust//rust:defs.bzl", "rust_library") + +package(default_visibility = ["//visibility:public"]) + +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_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-apple-ios": [], + "@rules_rust//rust/platform:aarch64-apple-ios-sim": [], + "@rules_rust//rust/platform:aarch64-linux-android": [], + "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], + "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [], + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], + "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [], + "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [], + "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [], + "@rules_rust//rust/platform:armv7-linux-androideabi": [], + "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [], + "@rules_rust//rust/platform:i686-apple-darwin": [], + "@rules_rust//rust/platform:i686-linux-android": [], + "@rules_rust//rust/platform:i686-pc-windows-msvc": [], + "@rules_rust//rust/platform:i686-unknown-freebsd": [], + "@rules_rust//rust/platform:i686-unknown-linux-gnu": [], + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [], + "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [], + "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [], + "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [], + "@rules_rust//rust/platform:thumbv7em-none-eabi": [], + "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [], + "@rules_rust//rust/platform:wasm32-unknown-unknown": [], + "@rules_rust//rust/platform:wasm32-wasi": [], + "@rules_rust//rust/platform:wasm32-wasip1": [], + "@rules_rust//rust/platform:x86_64-apple-darwin": [], + "@rules_rust//rust/platform:x86_64-apple-ios": [], + "@rules_rust//rust/platform:x86_64-linux-android": [], + "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], + "@rules_rust//rust/platform:x86_64-unknown-freebsd": [], + "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [], + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], + "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [], + "@rules_rust//rust/platform:x86_64-unknown-none": [], + "//conditions:default": ["@platforms//:incompatible"], + }), + version = "0.17.5", + deps = [ + "@rules_rust_wasm_bindgen_deps__getrandom-0.2.10//:getrandom", + "@rules_rust_wasm_bindgen_deps__ring-0.17.5//:build_script_build", + "@rules_rust_wasm_bindgen_deps__untrusted-0.9.0//:untrusted", + ] + select({ + "@rules_rust//rust/platform:aarch64-linux-android": [ + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(any(target_os = "android", target_os = "linux")) + "@rules_rust_wasm_bindgen_deps__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) + ], + "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ + "@rules_rust_wasm_bindgen_deps__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) + "@rules_rust_wasm_bindgen_deps__windows-sys-0.48.0//:windows_sys", # cfg(all(target_arch = "aarch64", target_os = "windows")) + ], + "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ + "@rules_rust_wasm_bindgen_deps__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) + ], + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(any(target_os = "android", target_os = "linux")) + "@rules_rust_wasm_bindgen_deps__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) + ], + "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(any(target_os = "android", target_os = "linux")) + "@rules_rust_wasm_bindgen_deps__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) + ], + "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(any(target_os = "android", target_os = "linux")) + "@rules_rust_wasm_bindgen_deps__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) + ], + "@rules_rust//rust/platform:armv7-linux-androideabi": [ + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(any(target_os = "android", target_os = "linux")) + "@rules_rust_wasm_bindgen_deps__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) + ], + "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(any(target_os = "android", target_os = "linux")) + "@rules_rust_wasm_bindgen_deps__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) + ], + "@rules_rust//rust/platform:i686-apple-darwin": [ + "@rules_rust_wasm_bindgen_deps__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) + ], + "@rules_rust//rust/platform:i686-linux-android": [ + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(any(target_os = "android", target_os = "linux")) + "@rules_rust_wasm_bindgen_deps__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) + ], + "@rules_rust//rust/platform:i686-pc-windows-msvc": [ + "@rules_rust_wasm_bindgen_deps__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) + ], + "@rules_rust//rust/platform:i686-unknown-freebsd": [ + "@rules_rust_wasm_bindgen_deps__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) + ], + "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(any(target_os = "android", target_os = "linux")) + "@rules_rust_wasm_bindgen_deps__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) + ], + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(any(target_os = "android", target_os = "linux")) + ], + "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(any(target_os = "android", target_os = "linux")) + ], + "@rules_rust//rust/platform:x86_64-apple-darwin": [ + "@rules_rust_wasm_bindgen_deps__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) + ], + "@rules_rust//rust/platform:x86_64-apple-ios": [ + "@rules_rust_wasm_bindgen_deps__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) + ], + "@rules_rust//rust/platform:x86_64-linux-android": [ + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(any(target_os = "android", target_os = "linux")) + "@rules_rust_wasm_bindgen_deps__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) + ], + "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ + "@rules_rust_wasm_bindgen_deps__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) + ], + "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ + "@rules_rust_wasm_bindgen_deps__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) + ], + "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [ + "@rules_rust_wasm_bindgen_deps__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) + ], + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(any(target_os = "android", target_os = "linux")) + "@rules_rust_wasm_bindgen_deps__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) + ], + "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(any(target_os = "android", target_os = "linux")) + "@rules_rust_wasm_bindgen_deps__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) + ], + "@rules_rust//rust/platform:x86_64-unknown-none": [ + "@rules_rust_wasm_bindgen_deps__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", 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 = [ + "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_5", + pkg_name = "ring", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "crate-name=ring", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.17.5", + visibility = ["//visibility:private"], + deps = [ + "@rules_rust_wasm_bindgen_deps__cc-1.0.83//:cc", + ], +) + +alias( + name = "build_script_build", + actual = ":_bs", + tags = ["manual"], +) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.rouille-3.6.2.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.rouille-3.6.2.bazel similarity index 77% rename from wasm_bindgen/3rdparty/crates/BUILD.rouille-3.6.2.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.rouille-3.6.2.bazel index c62b12872b..b1e3802fb5 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.rouille-3.6.2.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.rouille-3.6.2.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -31,7 +31,7 @@ rust_library( crate_root = "src/lib.rs", edition = "2015", proc_macro_deps = [ - "@rules_rust_wasm_bindgen__serde_derive-1.0.171//:serde_derive", + "@rules_rust_wasm_bindgen_deps__serde_derive-1.0.171//:serde_derive", ], rustc_flags = [ "--cap-lints=allow", @@ -83,18 +83,18 @@ rust_library( }), version = "3.6.2", deps = [ - "@rules_rust_wasm_bindgen__base64-0.13.1//:base64", - "@rules_rust_wasm_bindgen__chrono-0.4.26//:chrono", - "@rules_rust_wasm_bindgen__filetime-0.2.21//:filetime", - "@rules_rust_wasm_bindgen__multipart-0.18.0//:multipart", - "@rules_rust_wasm_bindgen__percent-encoding-2.3.0//:percent_encoding", - "@rules_rust_wasm_bindgen__rand-0.8.5//:rand", - "@rules_rust_wasm_bindgen__serde-1.0.171//:serde", - "@rules_rust_wasm_bindgen__serde_json-1.0.102//:serde_json", - "@rules_rust_wasm_bindgen__sha1_smol-1.0.0//:sha1_smol", - "@rules_rust_wasm_bindgen__threadpool-1.8.1//:threadpool", - "@rules_rust_wasm_bindgen__time-0.3.23//:time", - "@rules_rust_wasm_bindgen__tiny_http-0.12.0//:tiny_http", - "@rules_rust_wasm_bindgen__url-2.4.0//:url", + "@rules_rust_wasm_bindgen_deps__base64-0.13.1//:base64", + "@rules_rust_wasm_bindgen_deps__chrono-0.4.26//:chrono", + "@rules_rust_wasm_bindgen_deps__filetime-0.2.21//:filetime", + "@rules_rust_wasm_bindgen_deps__multipart-0.18.0//:multipart", + "@rules_rust_wasm_bindgen_deps__percent-encoding-2.3.0//:percent_encoding", + "@rules_rust_wasm_bindgen_deps__rand-0.8.5//:rand", + "@rules_rust_wasm_bindgen_deps__serde-1.0.171//:serde", + "@rules_rust_wasm_bindgen_deps__serde_json-1.0.102//:serde_json", + "@rules_rust_wasm_bindgen_deps__sha1_smol-1.0.0//:sha1_smol", + "@rules_rust_wasm_bindgen_deps__threadpool-1.8.1//:threadpool", + "@rules_rust_wasm_bindgen_deps__time-0.3.23//:time", + "@rules_rust_wasm_bindgen_deps__tiny_http-0.12.0//:tiny_http", + "@rules_rust_wasm_bindgen_deps__url-2.4.0//:url", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.rustc-demangle-0.1.23.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.rustc-demangle-0.1.23.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.rustc-demangle-0.1.23.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.rustc-demangle-0.1.23.bazel index ce64749f2d..75a9fa3154 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.rustc-demangle-0.1.23.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.rustc-demangle-0.1.23.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/extensions/wasm_bindgen/3rdparty/crates/BUILD.rustix-0.37.23.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.rustix-0.37.23.bazel new file mode 100644 index 0000000000..0bd5a4197f --- /dev/null +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.rustix-0.37.23.bazel @@ -0,0 +1,363 @@ +############################################################################### +# @generated +# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To +# regenerate this file, run the following: +# +# bazel run @//3rdparty:crates_vendor +############################################################################### + +load("@rules_rust//cargo:defs.bzl", "cargo_build_script") +load("@rules_rust//rust:defs.bzl", "rust_library") + +package(default_visibility = ["//visibility:public"]) + +rust_library( + name = "rustix", + srcs = glob( + include = ["**/*.rs"], + allow_empty = True, + ), + aliases = select({ + "@rules_rust//rust/platform:aarch64-apple-darwin": { + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:aarch64-apple-ios": { + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:aarch64-apple-ios-sim": { + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:aarch64-linux-android": { + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:aarch64-pc-windows-msvc": { + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno": "libc_errno", # cfg(windows) + }, + "@rules_rust//rust/platform:aarch64-unknown-fuchsia": { + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": { + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:armv7-linux-androideabi": { + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:i686-apple-darwin": { + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:i686-linux-android": { + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:i686-pc-windows-msvc": { + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno": "libc_errno", # cfg(windows) + }, + "@rules_rust//rust/platform:i686-unknown-freebsd": { + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": { + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": { + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": { + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:s390x-unknown-linux-gnu": { + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:thumbv7em-none-eabi": { + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:thumbv8m.main-none-eabi": { + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:wasm32-unknown-unknown": { + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:wasm32-wasi": { + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:wasm32-wasip1": { + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:x86_64-apple-darwin": { + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:x86_64-apple-ios": { + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:x86_64-linux-android": { + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:x86_64-pc-windows-msvc": { + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno": "libc_errno", # cfg(windows) + }, + "@rules_rust//rust/platform:x86_64-unknown-freebsd": { + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:x86_64-unknown-fuchsia": { + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "@rules_rust//rust/platform:x86_64-unknown-none": { + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + }, + "//conditions:default": {}, + }), + compile_data = glob( + include = ["**"], + allow_empty = True, + exclude = [ + "**/* *", + ".tmp_git_root/**/*", + "BUILD", + "BUILD.bazel", + "WORKSPACE", + "WORKSPACE.bazel", + ], + ), + crate_features = [ + "default", + "fs", + "io-lifetimes", + "libc", + "std", + "use-libc-auxv", + ], + crate_root = "src/lib.rs", + edition = "2018", + 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-apple-ios": [], + "@rules_rust//rust/platform:aarch64-apple-ios-sim": [], + "@rules_rust//rust/platform:aarch64-linux-android": [], + "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], + "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [], + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], + "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [], + "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [], + "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [], + "@rules_rust//rust/platform:armv7-linux-androideabi": [], + "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [], + "@rules_rust//rust/platform:i686-apple-darwin": [], + "@rules_rust//rust/platform:i686-linux-android": [], + "@rules_rust//rust/platform:i686-pc-windows-msvc": [], + "@rules_rust//rust/platform:i686-unknown-freebsd": [], + "@rules_rust//rust/platform:i686-unknown-linux-gnu": [], + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [], + "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [], + "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [], + "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [], + "@rules_rust//rust/platform:thumbv7em-none-eabi": [], + "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [], + "@rules_rust//rust/platform:wasm32-unknown-unknown": [], + "@rules_rust//rust/platform:wasm32-wasi": [], + "@rules_rust//rust/platform:wasm32-wasip1": [], + "@rules_rust//rust/platform:x86_64-apple-darwin": [], + "@rules_rust//rust/platform:x86_64-apple-ios": [], + "@rules_rust//rust/platform:x86_64-linux-android": [], + "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], + "@rules_rust//rust/platform:x86_64-unknown-freebsd": [], + "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [], + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], + "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [], + "@rules_rust//rust/platform:x86_64-unknown-none": [], + "//conditions:default": ["@platforms//:incompatible"], + }), + version = "0.37.23", + deps = [ + "@rules_rust_wasm_bindgen_deps__bitflags-1.3.2//:bitflags", + "@rules_rust_wasm_bindgen_deps__io-lifetimes-1.0.11//:io_lifetimes", + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", + "@rules_rust_wasm_bindgen_deps__rustix-0.37.23//:build_script_build", + ] + select({ + "@rules_rust//rust/platform:aarch64-apple-darwin": [ + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:aarch64-apple-ios": [ + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:aarch64-linux-android": [ + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "@rules_rust_wasm_bindgen_deps__linux-raw-sys-0.3.8//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno", # cfg(windows) + "@rules_rust_wasm_bindgen_deps__windows-sys-0.48.0//:windows_sys", # cfg(windows) + ], + "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ + "@rules_rust_wasm_bindgen_deps__linux-raw-sys-0.3.8//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) + ], + "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ + "@rules_rust_wasm_bindgen_deps__linux-raw-sys-0.3.8//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) + ], + "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ + "@rules_rust_wasm_bindgen_deps__linux-raw-sys-0.3.8//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) + ], + "@rules_rust//rust/platform:armv7-linux-androideabi": [ + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "@rules_rust_wasm_bindgen_deps__linux-raw-sys-0.3.8//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ + "@rules_rust_wasm_bindgen_deps__linux-raw-sys-0.3.8//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) + ], + "@rules_rust//rust/platform:i686-apple-darwin": [ + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:i686-linux-android": [ + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "@rules_rust_wasm_bindgen_deps__linux-raw-sys-0.3.8//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:i686-pc-windows-msvc": [ + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno", # cfg(windows) + "@rules_rust_wasm_bindgen_deps__windows-sys-0.48.0//:windows_sys", # cfg(windows) + ], + "@rules_rust//rust/platform:i686-unknown-freebsd": [ + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ + "@rules_rust_wasm_bindgen_deps__linux-raw-sys-0.3.8//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) + ], + "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "@rules_rust_wasm_bindgen_deps__linux-raw-sys-0.3.8//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [ + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [ + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "@rules_rust_wasm_bindgen_deps__linux-raw-sys-0.3.8//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:thumbv7em-none-eabi": [ + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [ + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:wasm32-unknown-unknown": [ + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:wasm32-wasi": [ + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:wasm32-wasip1": [ + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:x86_64-apple-darwin": [ + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:x86_64-apple-ios": [ + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:x86_64-linux-android": [ + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + "@rules_rust_wasm_bindgen_deps__linux-raw-sys-0.3.8//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno", # cfg(windows) + "@rules_rust_wasm_bindgen_deps__windows-sys-0.48.0//:windows_sys", # cfg(windows) + ], + "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [ + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ + "@rules_rust_wasm_bindgen_deps__linux-raw-sys-0.3.8//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) + ], + "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ + "@rules_rust_wasm_bindgen_deps__linux-raw-sys-0.3.8//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) + ], + "@rules_rust//rust/platform:x86_64-unknown-none": [ + "@rules_rust_wasm_bindgen_deps__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) + ], + "//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", + "fs", + "io-lifetimes", + "libc", + "std", + "use-libc-auxv", + ], + 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 = "rustix", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-bazel", + "crate-name=rustix", + "manual", + "noclippy", + "norustfmt", + ], + version = "0.37.23", + visibility = ["//visibility:private"], +) + +alias( + name = "build_script_build", + actual = ":_bs", + tags = ["manual"], +) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.rustls-0.21.8.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.rustls-0.21.8.bazel similarity index 91% rename from wasm_bindgen/3rdparty/crates/BUILD.rustls-0.21.8.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.rustls-0.21.8.bazel index 2cc7fa3366..95c12909ec 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.rustls-0.21.8.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.rustls-0.21.8.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -87,11 +87,11 @@ rust_library( }), version = "0.21.8", deps = [ - "@rules_rust_wasm_bindgen__log-0.4.19//:log", - "@rules_rust_wasm_bindgen__ring-0.17.5//:ring", - "@rules_rust_wasm_bindgen__rustls-0.21.8//:build_script_build", - "@rules_rust_wasm_bindgen__rustls-webpki-0.101.7//:webpki", - "@rules_rust_wasm_bindgen__sct-0.7.1//:sct", + "@rules_rust_wasm_bindgen_deps__log-0.4.19//:log", + "@rules_rust_wasm_bindgen_deps__ring-0.17.5//:ring", + "@rules_rust_wasm_bindgen_deps__rustls-0.21.8//:build_script_build", + "@rules_rust_wasm_bindgen_deps__rustls-webpki-0.101.7//:webpki", + "@rules_rust_wasm_bindgen_deps__sct-0.7.1//:sct", ], ) @@ -136,7 +136,7 @@ cargo_build_script( ), edition = "2021", link_deps = [ - "@rules_rust_wasm_bindgen__ring-0.17.5//:ring", + "@rules_rust_wasm_bindgen_deps__ring-0.17.5//:ring", ], pkg_name = "rustls", rustc_flags = [ diff --git a/wasm_bindgen/3rdparty/crates/BUILD.rustls-webpki-0.101.7.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.rustls-webpki-0.101.7.bazel similarity index 95% rename from wasm_bindgen/3rdparty/crates/BUILD.rustls-webpki-0.101.7.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.rustls-webpki-0.101.7.bazel index bea88fe54c..ed76cc189e 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.rustls-webpki-0.101.7.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.rustls-webpki-0.101.7.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -85,7 +85,7 @@ rust_library( }), version = "0.101.7", deps = [ - "@rules_rust_wasm_bindgen__ring-0.17.5//:ring", - "@rules_rust_wasm_bindgen__untrusted-0.9.0//:untrusted", + "@rules_rust_wasm_bindgen_deps__ring-0.17.5//:ring", + "@rules_rust_wasm_bindgen_deps__untrusted-0.9.0//:untrusted", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.ryu-1.0.14.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.ryu-1.0.14.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.ryu-1.0.14.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.ryu-1.0.14.bazel index 4d9afff6fa..dad5a4aca7 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.ryu-1.0.14.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.ryu-1.0.14.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/protobuf/3rdparty/crates/BUILD.safemem-0.3.3.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.safemem-0.3.3.bazel similarity index 98% rename from proto/protobuf/3rdparty/crates/BUILD.safemem-0.3.3.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.safemem-0.3.3.bazel index a0f7b684a1..69c95e090d 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.safemem-0.3.3.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.safemem-0.3.3.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/proto/protobuf/3rdparty/crates/BUILD.scopeguard-1.1.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.scopeguard-1.1.0.bazel similarity index 98% rename from proto/protobuf/3rdparty/crates/BUILD.scopeguard-1.1.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.scopeguard-1.1.0.bazel index db9def6a46..2ce1daaadf 100644 --- a/proto/protobuf/3rdparty/crates/BUILD.scopeguard-1.1.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.scopeguard-1.1.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//proto/protobuf/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.sct-0.7.1.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.sct-0.7.1.bazel similarity index 95% rename from wasm_bindgen/3rdparty/crates/BUILD.sct-0.7.1.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.sct-0.7.1.bazel index ecd45ed597..e87e63f31e 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.sct-0.7.1.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.sct-0.7.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,7 +80,7 @@ rust_library( }), version = "0.7.1", deps = [ - "@rules_rust_wasm_bindgen__ring-0.17.5//:ring", - "@rules_rust_wasm_bindgen__untrusted-0.9.0//:untrusted", + "@rules_rust_wasm_bindgen_deps__ring-0.17.5//:ring", + "@rules_rust_wasm_bindgen_deps__untrusted-0.9.0//:untrusted", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.semver-1.0.17.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.semver-1.0.17.bazel similarity index 97% rename from wasm_bindgen/3rdparty/crates/BUILD.semver-1.0.17.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.semver-1.0.17.bazel index 5ebbf8a823..ffcc2e00b8 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.semver-1.0.17.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.semver-1.0.17.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -85,7 +85,7 @@ rust_library( }), version = "1.0.17", deps = [ - "@rules_rust_wasm_bindgen__semver-1.0.17//:build_script_build", + "@rules_rust_wasm_bindgen_deps__semver-1.0.17//:build_script_build", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.serde-1.0.171.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.serde-1.0.171.bazel similarity index 96% rename from wasm_bindgen/3rdparty/crates/BUILD.serde-1.0.171.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.serde-1.0.171.bazel index 16c16b227c..1b896b36b1 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.serde-1.0.171.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.serde-1.0.171.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -38,7 +38,7 @@ rust_library( crate_root = "src/lib.rs", edition = "2015", proc_macro_deps = [ - "@rules_rust_wasm_bindgen__serde_derive-1.0.171//:serde_derive", + "@rules_rust_wasm_bindgen_deps__serde_derive-1.0.171//:serde_derive", ], rustc_flags = [ "--cap-lints=allow", @@ -90,7 +90,7 @@ rust_library( }), version = "1.0.171", deps = [ - "@rules_rust_wasm_bindgen__serde-1.0.171//:build_script_build", + "@rules_rust_wasm_bindgen_deps__serde-1.0.171//:build_script_build", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.serde_derive-1.0.171.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.serde_derive-1.0.171.bazel similarity index 93% rename from wasm_bindgen/3rdparty/crates/BUILD.serde_derive-1.0.171.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.serde_derive-1.0.171.bazel index 98b4b16ba1..670b403695 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.serde_derive-1.0.171.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.serde_derive-1.0.171.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_proc_macro") @@ -83,8 +83,8 @@ rust_proc_macro( }), version = "1.0.171", deps = [ - "@rules_rust_wasm_bindgen__proc-macro2-1.0.64//:proc_macro2", - "@rules_rust_wasm_bindgen__quote-1.0.29//:quote", - "@rules_rust_wasm_bindgen__syn-2.0.25//:syn", + "@rules_rust_wasm_bindgen_deps__proc-macro2-1.0.64//:proc_macro2", + "@rules_rust_wasm_bindgen_deps__quote-1.0.29//:quote", + "@rules_rust_wasm_bindgen_deps__syn-2.0.25//:syn", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.serde_json-1.0.102.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.serde_json-1.0.102.bazel similarity index 93% rename from wasm_bindgen/3rdparty/crates/BUILD.serde_json-1.0.102.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.serde_json-1.0.102.bazel index c6f1e87e5a..e5c47e1d71 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.serde_json-1.0.102.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.serde_json-1.0.102.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -85,10 +85,10 @@ rust_library( }), version = "1.0.102", deps = [ - "@rules_rust_wasm_bindgen__itoa-1.0.8//:itoa", - "@rules_rust_wasm_bindgen__ryu-1.0.14//:ryu", - "@rules_rust_wasm_bindgen__serde-1.0.171//:serde", - "@rules_rust_wasm_bindgen__serde_json-1.0.102//:build_script_build", + "@rules_rust_wasm_bindgen_deps__itoa-1.0.8//:itoa", + "@rules_rust_wasm_bindgen_deps__ryu-1.0.14//:ryu", + "@rules_rust_wasm_bindgen_deps__serde-1.0.171//:serde", + "@rules_rust_wasm_bindgen_deps__serde_json-1.0.102//:build_script_build", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.sha1_smol-1.0.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.sha1_smol-1.0.0.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.sha1_smol-1.0.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.sha1_smol-1.0.0.bazel index c8a4957355..7256eef8c9 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.sha1_smol-1.0.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.sha1_smol-1.0.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.spin-0.9.8.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.spin-0.9.8.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.spin-0.9.8.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.spin-0.9.8.bazel index 765992156a..813e09fba5 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.spin-0.9.8.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.spin-0.9.8.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.stable_deref_trait-1.2.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.stable_deref_trait-1.2.0.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.stable_deref_trait-1.2.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.stable_deref_trait-1.2.0.bazel index 63c0613d5e..9ca6d32605 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.stable_deref_trait-1.2.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.stable_deref_trait-1.2.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.strsim-0.10.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.strsim-0.10.0.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.strsim-0.10.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.strsim-0.10.0.bazel index 1f32bb9979..6855c9f290 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.strsim-0.10.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.strsim-0.10.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.syn-1.0.109.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.syn-1.0.109.bazel similarity index 93% rename from wasm_bindgen/3rdparty/crates/BUILD.syn-1.0.109.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.syn-1.0.109.bazel index e64d72b52f..b6a9ab0d31 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.syn-1.0.109.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.syn-1.0.109.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -91,10 +91,10 @@ rust_library( }), version = "1.0.109", deps = [ - "@rules_rust_wasm_bindgen__proc-macro2-1.0.64//:proc_macro2", - "@rules_rust_wasm_bindgen__quote-1.0.29//:quote", - "@rules_rust_wasm_bindgen__syn-1.0.109//:build_script_build", - "@rules_rust_wasm_bindgen__unicode-ident-1.0.10//:unicode_ident", + "@rules_rust_wasm_bindgen_deps__proc-macro2-1.0.64//:proc_macro2", + "@rules_rust_wasm_bindgen_deps__quote-1.0.29//:quote", + "@rules_rust_wasm_bindgen_deps__syn-1.0.109//:build_script_build", + "@rules_rust_wasm_bindgen_deps__unicode-ident-1.0.10//:unicode_ident", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.syn-2.0.25.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.syn-2.0.25.bazel similarity index 93% rename from wasm_bindgen/3rdparty/crates/BUILD.syn-2.0.25.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.syn-2.0.25.bazel index 38a512ce75..82b45178a9 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.syn-2.0.25.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.syn-2.0.25.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -91,8 +91,8 @@ rust_library( }), version = "2.0.25", deps = [ - "@rules_rust_wasm_bindgen__proc-macro2-1.0.64//:proc_macro2", - "@rules_rust_wasm_bindgen__quote-1.0.29//:quote", - "@rules_rust_wasm_bindgen__unicode-ident-1.0.10//:unicode_ident", + "@rules_rust_wasm_bindgen_deps__proc-macro2-1.0.64//:proc_macro2", + "@rules_rust_wasm_bindgen_deps__quote-1.0.29//:quote", + "@rules_rust_wasm_bindgen_deps__unicode-ident-1.0.10//:unicode_ident", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.tempfile-3.6.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.tempfile-3.6.0.bazel similarity index 66% rename from wasm_bindgen/3rdparty/crates/BUILD.tempfile-3.6.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.tempfile-3.6.0.bazel index 7b1e042ce0..a92316c404 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.tempfile-3.6.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.tempfile-3.6.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -81,96 +81,96 @@ rust_library( }), version = "3.6.0", deps = [ - "@rules_rust_wasm_bindgen__cfg-if-1.0.0//:cfg_if", - "@rules_rust_wasm_bindgen__fastrand-1.9.0//:fastrand", - "@rules_rust_wasm_bindgen__tempfile-3.6.0//:build_script_build", + "@rules_rust_wasm_bindgen_deps__cfg-if-1.0.0//:cfg_if", + "@rules_rust_wasm_bindgen_deps__fastrand-1.9.0//:fastrand", + "@rules_rust_wasm_bindgen_deps__tempfile-3.6.0//:build_script_build", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_wasm_bindgen_deps__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_wasm_bindgen_deps__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_wasm_bindgen_deps__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_wasm_bindgen_deps__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@rules_rust_wasm_bindgen__windows-sys-0.48.0//:windows_sys", # cfg(windows) + "@rules_rust_wasm_bindgen_deps__windows-sys-0.48.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ - "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_wasm_bindgen_deps__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_wasm_bindgen_deps__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ - "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_wasm_bindgen_deps__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ - "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_wasm_bindgen_deps__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_wasm_bindgen_deps__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_wasm_bindgen_deps__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_wasm_bindgen_deps__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_wasm_bindgen_deps__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:i686-linux-android": [ - "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_wasm_bindgen_deps__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@rules_rust_wasm_bindgen__windows-sys-0.48.0//:windows_sys", # cfg(windows) + "@rules_rust_wasm_bindgen_deps__windows-sys-0.48.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_wasm_bindgen_deps__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_wasm_bindgen_deps__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_wasm_bindgen_deps__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_wasm_bindgen_deps__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:wasm32-wasi": [ - "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_wasm_bindgen_deps__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:wasm32-wasip1": [ - "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_wasm_bindgen_deps__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_wasm_bindgen_deps__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_wasm_bindgen_deps__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_wasm_bindgen_deps__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@rules_rust_wasm_bindgen__windows-sys-0.48.0//:windows_sys", # cfg(windows) + "@rules_rust_wasm_bindgen_deps__windows-sys-0.48.0//:windows_sys", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_wasm_bindgen_deps__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [ - "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_wasm_bindgen_deps__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_wasm_bindgen_deps__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) ], "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ - "@rules_rust_wasm_bindgen__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) + "@rules_rust_wasm_bindgen_deps__rustix-0.37.23//:rustix", # cfg(any(unix, target_os = "wasi")) ], "//conditions:default": [], }), @@ -224,7 +224,7 @@ cargo_build_script( version = "3.6.0", visibility = ["//visibility:private"], deps = [ - "@rules_rust_wasm_bindgen__autocfg-1.1.0//:autocfg", + "@rules_rust_wasm_bindgen_deps__autocfg-1.1.0//:autocfg", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.termcolor-1.2.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.termcolor-1.2.0.bazel similarity index 91% rename from wasm_bindgen/3rdparty/crates/BUILD.termcolor-1.2.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.termcolor-1.2.0.bazel index f7e1278707..e6e13a8784 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.termcolor-1.2.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.termcolor-1.2.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -81,13 +81,13 @@ rust_library( version = "1.2.0", deps = select({ "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@rules_rust_wasm_bindgen__winapi-util-0.1.5//:winapi_util", # cfg(windows) + "@rules_rust_wasm_bindgen_deps__winapi-util-0.1.5//:winapi_util", # cfg(windows) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@rules_rust_wasm_bindgen__winapi-util-0.1.5//:winapi_util", # cfg(windows) + "@rules_rust_wasm_bindgen_deps__winapi-util-0.1.5//:winapi_util", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@rules_rust_wasm_bindgen__winapi-util-0.1.5//:winapi_util", # cfg(windows) + "@rules_rust_wasm_bindgen_deps__winapi-util-0.1.5//:winapi_util", # cfg(windows) ], "//conditions:default": [], }), diff --git a/wasm_bindgen/3rdparty/crates/BUILD.termtree-0.4.1.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.termtree-0.4.1.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.termtree-0.4.1.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.termtree-0.4.1.bazel index 8f0adeb385..51f592cb72 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.termtree-0.4.1.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.termtree-0.4.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.threadpool-1.8.1.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.threadpool-1.8.1.bazel similarity index 96% rename from wasm_bindgen/3rdparty/crates/BUILD.threadpool-1.8.1.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.threadpool-1.8.1.bazel index 49eabacaee..16192fd209 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.threadpool-1.8.1.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.threadpool-1.8.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,6 +80,6 @@ rust_library( }), version = "1.8.1", deps = [ - "@rules_rust_wasm_bindgen__num_cpus-1.16.0//:num_cpus", + "@rules_rust_wasm_bindgen_deps__num_cpus-1.16.0//:num_cpus", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.time-0.3.23.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.time-0.3.23.bazel similarity index 52% rename from wasm_bindgen/3rdparty/crates/BUILD.time-0.3.23.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.time-0.3.23.bazel index dda72d1f38..b08266335d 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.time-0.3.23.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.time-0.3.23.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -86,103 +86,103 @@ rust_library( }), version = "0.3.23", deps = [ - "@rules_rust_wasm_bindgen__time-core-0.1.1//:time_core", + "@rules_rust_wasm_bindgen_deps__time-core-0.1.1//:time_core", ] + select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # aarch64-apple-darwin - "@rules_rust_wasm_bindgen__num_threads-0.1.6//:num_threads", # aarch64-apple-darwin + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # aarch64-apple-darwin + "@rules_rust_wasm_bindgen_deps__num_threads-0.1.6//:num_threads", # aarch64-apple-darwin ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # aarch64-apple-ios - "@rules_rust_wasm_bindgen__num_threads-0.1.6//:num_threads", # aarch64-apple-ios + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # aarch64-apple-ios + "@rules_rust_wasm_bindgen_deps__num_threads-0.1.6//:num_threads", # aarch64-apple-ios ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # aarch64-apple-ios-sim - "@rules_rust_wasm_bindgen__num_threads-0.1.6//:num_threads", # aarch64-apple-ios-sim + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # aarch64-apple-ios-sim + "@rules_rust_wasm_bindgen_deps__num_threads-0.1.6//:num_threads", # aarch64-apple-ios-sim ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # aarch64-linux-android - "@rules_rust_wasm_bindgen__num_threads-0.1.6//:num_threads", # aarch64-linux-android + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # aarch64-linux-android + "@rules_rust_wasm_bindgen_deps__num_threads-0.1.6//:num_threads", # aarch64-linux-android ], "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # aarch64-unknown-fuchsia - "@rules_rust_wasm_bindgen__num_threads-0.1.6//:num_threads", # aarch64-unknown-fuchsia + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # aarch64-unknown-fuchsia + "@rules_rust_wasm_bindgen_deps__num_threads-0.1.6//:num_threads", # aarch64-unknown-fuchsia ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # aarch64-unknown-linux-gnu - "@rules_rust_wasm_bindgen__num_threads-0.1.6//:num_threads", # aarch64-unknown-linux-gnu + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # aarch64-unknown-linux-gnu + "@rules_rust_wasm_bindgen_deps__num_threads-0.1.6//:num_threads", # aarch64-unknown-linux-gnu ], "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # aarch64-unknown-linux-gnu, aarch64-unknown-nixos-gnu - "@rules_rust_wasm_bindgen__num_threads-0.1.6//:num_threads", # aarch64-unknown-linux-gnu, aarch64-unknown-nixos-gnu + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # aarch64-unknown-linux-gnu, aarch64-unknown-nixos-gnu + "@rules_rust_wasm_bindgen_deps__num_threads-0.1.6//:num_threads", # aarch64-unknown-linux-gnu, aarch64-unknown-nixos-gnu ], "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # aarch64-unknown-nto-qnx710 - "@rules_rust_wasm_bindgen__num_threads-0.1.6//:num_threads", # aarch64-unknown-nto-qnx710 + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # aarch64-unknown-nto-qnx710 + "@rules_rust_wasm_bindgen_deps__num_threads-0.1.6//:num_threads", # aarch64-unknown-nto-qnx710 ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # arm-unknown-linux-gnueabi - "@rules_rust_wasm_bindgen__num_threads-0.1.6//:num_threads", # arm-unknown-linux-gnueabi + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # arm-unknown-linux-gnueabi + "@rules_rust_wasm_bindgen_deps__num_threads-0.1.6//:num_threads", # arm-unknown-linux-gnueabi ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # armv7-linux-androideabi - "@rules_rust_wasm_bindgen__num_threads-0.1.6//:num_threads", # armv7-linux-androideabi + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # armv7-linux-androideabi + "@rules_rust_wasm_bindgen_deps__num_threads-0.1.6//:num_threads", # armv7-linux-androideabi ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # armv7-unknown-linux-gnueabi - "@rules_rust_wasm_bindgen__num_threads-0.1.6//:num_threads", # armv7-unknown-linux-gnueabi + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # armv7-unknown-linux-gnueabi + "@rules_rust_wasm_bindgen_deps__num_threads-0.1.6//:num_threads", # armv7-unknown-linux-gnueabi ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # i686-apple-darwin - "@rules_rust_wasm_bindgen__num_threads-0.1.6//:num_threads", # i686-apple-darwin + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # i686-apple-darwin + "@rules_rust_wasm_bindgen_deps__num_threads-0.1.6//:num_threads", # i686-apple-darwin ], "@rules_rust//rust/platform:i686-linux-android": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # i686-linux-android - "@rules_rust_wasm_bindgen__num_threads-0.1.6//:num_threads", # i686-linux-android + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # i686-linux-android + "@rules_rust_wasm_bindgen_deps__num_threads-0.1.6//:num_threads", # i686-linux-android ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # i686-unknown-freebsd - "@rules_rust_wasm_bindgen__num_threads-0.1.6//:num_threads", # i686-unknown-freebsd + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # i686-unknown-freebsd + "@rules_rust_wasm_bindgen_deps__num_threads-0.1.6//:num_threads", # i686-unknown-freebsd ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # i686-unknown-linux-gnu - "@rules_rust_wasm_bindgen__num_threads-0.1.6//:num_threads", # i686-unknown-linux-gnu + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # i686-unknown-linux-gnu + "@rules_rust_wasm_bindgen_deps__num_threads-0.1.6//:num_threads", # i686-unknown-linux-gnu ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # powerpc-unknown-linux-gnu - "@rules_rust_wasm_bindgen__num_threads-0.1.6//:num_threads", # powerpc-unknown-linux-gnu + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # powerpc-unknown-linux-gnu + "@rules_rust_wasm_bindgen_deps__num_threads-0.1.6//:num_threads", # powerpc-unknown-linux-gnu ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # s390x-unknown-linux-gnu - "@rules_rust_wasm_bindgen__num_threads-0.1.6//:num_threads", # s390x-unknown-linux-gnu + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # s390x-unknown-linux-gnu + "@rules_rust_wasm_bindgen_deps__num_threads-0.1.6//:num_threads", # s390x-unknown-linux-gnu ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # x86_64-apple-darwin - "@rules_rust_wasm_bindgen__num_threads-0.1.6//:num_threads", # x86_64-apple-darwin + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # x86_64-apple-darwin + "@rules_rust_wasm_bindgen_deps__num_threads-0.1.6//:num_threads", # x86_64-apple-darwin ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # x86_64-apple-ios - "@rules_rust_wasm_bindgen__num_threads-0.1.6//:num_threads", # x86_64-apple-ios + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # x86_64-apple-ios + "@rules_rust_wasm_bindgen_deps__num_threads-0.1.6//:num_threads", # x86_64-apple-ios ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # x86_64-linux-android - "@rules_rust_wasm_bindgen__num_threads-0.1.6//:num_threads", # x86_64-linux-android + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # x86_64-linux-android + "@rules_rust_wasm_bindgen_deps__num_threads-0.1.6//:num_threads", # x86_64-linux-android ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # x86_64-unknown-freebsd - "@rules_rust_wasm_bindgen__num_threads-0.1.6//:num_threads", # x86_64-unknown-freebsd + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # x86_64-unknown-freebsd + "@rules_rust_wasm_bindgen_deps__num_threads-0.1.6//:num_threads", # x86_64-unknown-freebsd ], "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # x86_64-unknown-fuchsia - "@rules_rust_wasm_bindgen__num_threads-0.1.6//:num_threads", # x86_64-unknown-fuchsia + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # x86_64-unknown-fuchsia + "@rules_rust_wasm_bindgen_deps__num_threads-0.1.6//:num_threads", # x86_64-unknown-fuchsia ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # x86_64-unknown-linux-gnu - "@rules_rust_wasm_bindgen__num_threads-0.1.6//:num_threads", # x86_64-unknown-linux-gnu + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # x86_64-unknown-linux-gnu + "@rules_rust_wasm_bindgen_deps__num_threads-0.1.6//:num_threads", # x86_64-unknown-linux-gnu ], "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # x86_64-unknown-linux-gnu, x86_64-unknown-nixos-gnu - "@rules_rust_wasm_bindgen__num_threads-0.1.6//:num_threads", # x86_64-unknown-linux-gnu, x86_64-unknown-nixos-gnu + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # x86_64-unknown-linux-gnu, x86_64-unknown-nixos-gnu + "@rules_rust_wasm_bindgen_deps__num_threads-0.1.6//:num_threads", # x86_64-unknown-linux-gnu, x86_64-unknown-nixos-gnu ], "//conditions:default": [], }), diff --git a/wasm_bindgen/3rdparty/crates/BUILD.time-core-0.1.1.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.time-core-0.1.1.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.time-core-0.1.1.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.time-core-0.1.1.bazel index 1f1024da33..9ff9d78f85 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.time-core-0.1.1.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.time-core-0.1.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.tiny_http-0.12.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.tiny_http-0.12.0.bazel similarity index 91% rename from wasm_bindgen/3rdparty/crates/BUILD.tiny_http-0.12.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.tiny_http-0.12.0.bazel index ccb0f14ee3..1db2358d3a 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.tiny_http-0.12.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.tiny_http-0.12.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,9 +80,9 @@ rust_library( }), version = "0.12.0", deps = [ - "@rules_rust_wasm_bindgen__ascii-1.1.0//:ascii", - "@rules_rust_wasm_bindgen__chunked_transfer-1.4.1//:chunked_transfer", - "@rules_rust_wasm_bindgen__httpdate-1.0.2//:httpdate", - "@rules_rust_wasm_bindgen__log-0.4.19//:log", + "@rules_rust_wasm_bindgen_deps__ascii-1.1.0//:ascii", + "@rules_rust_wasm_bindgen_deps__chunked_transfer-1.4.1//:chunked_transfer", + "@rules_rust_wasm_bindgen_deps__httpdate-1.0.2//:httpdate", + "@rules_rust_wasm_bindgen_deps__log-0.4.19//:log", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.tinyvec-1.6.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.tinyvec-1.6.0.bazel similarity index 96% rename from wasm_bindgen/3rdparty/crates/BUILD.tinyvec-1.6.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.tinyvec-1.6.0.bazel index 8720d572de..981ce8eee0 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.tinyvec-1.6.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.tinyvec-1.6.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -85,6 +85,6 @@ rust_library( }), version = "1.6.0", deps = [ - "@rules_rust_wasm_bindgen__tinyvec_macros-0.1.1//:tinyvec_macros", + "@rules_rust_wasm_bindgen_deps__tinyvec_macros-0.1.1//:tinyvec_macros", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.tinyvec_macros-0.1.1.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.tinyvec_macros-0.1.1.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.tinyvec_macros-0.1.1.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.tinyvec_macros-0.1.1.bazel index 38cd1bee5b..07b19ce55e 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.tinyvec_macros-0.1.1.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.tinyvec_macros-0.1.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.twoway-0.1.8.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.twoway-0.1.8.bazel similarity index 96% rename from wasm_bindgen/3rdparty/crates/BUILD.twoway-0.1.8.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.twoway-0.1.8.bazel index f51003808a..a5ddfba6e4 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.twoway-0.1.8.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.twoway-0.1.8.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -84,6 +84,6 @@ rust_library( }), version = "0.1.8", deps = [ - "@rules_rust_wasm_bindgen__memchr-2.5.0//:memchr", + "@rules_rust_wasm_bindgen_deps__memchr-2.5.0//:memchr", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.unicase-2.6.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.unicase-2.6.0.bazel similarity index 95% rename from wasm_bindgen/3rdparty/crates/BUILD.unicase-2.6.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.unicase-2.6.0.bazel index d66ab10eff..f1c3968cc9 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.unicase-2.6.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.unicase-2.6.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -83,7 +83,7 @@ rust_library( }), version = "2.6.0", deps = [ - "@rules_rust_wasm_bindgen__unicase-2.6.0//:build_script_build", + "@rules_rust_wasm_bindgen_deps__unicase-2.6.0//:build_script_build", ], ) @@ -135,7 +135,7 @@ cargo_build_script( version = "2.6.0", visibility = ["//visibility:private"], deps = [ - "@rules_rust_wasm_bindgen__version_check-0.9.4//:version_check", + "@rules_rust_wasm_bindgen_deps__version_check-0.9.4//:version_check", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.unicode-bidi-0.3.13.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.unicode-bidi-0.3.13.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.unicode-bidi-0.3.13.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.unicode-bidi-0.3.13.bazel index a4eaff9473..eac7804d1b 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.unicode-bidi-0.3.13.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.unicode-bidi-0.3.13.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.unicode-ident-1.0.10.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.unicode-ident-1.0.10.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.unicode-ident-1.0.10.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.unicode-ident-1.0.10.bazel index 1532e24f93..6acc116cb8 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.unicode-ident-1.0.10.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.unicode-ident-1.0.10.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.unicode-normalization-0.1.22.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.unicode-normalization-0.1.22.bazel similarity index 96% rename from wasm_bindgen/3rdparty/crates/BUILD.unicode-normalization-0.1.22.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.unicode-normalization-0.1.22.bazel index 95b75c4583..a65cc14e5f 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.unicode-normalization-0.1.22.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.unicode-normalization-0.1.22.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -83,6 +83,6 @@ rust_library( }), version = "0.1.22", deps = [ - "@rules_rust_wasm_bindgen__tinyvec-1.6.0//:tinyvec", + "@rules_rust_wasm_bindgen_deps__tinyvec-1.6.0//:tinyvec", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.unicode-segmentation-1.10.1.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.unicode-segmentation-1.10.1.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.unicode-segmentation-1.10.1.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.unicode-segmentation-1.10.1.bazel index 94268237b5..8d4d17b19e 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.unicode-segmentation-1.10.1.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.unicode-segmentation-1.10.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.untrusted-0.9.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.untrusted-0.9.0.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.untrusted-0.9.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.untrusted-0.9.0.bazel index be372fafa0..d6d01d48ec 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.untrusted-0.9.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.untrusted-0.9.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.ureq-2.8.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.ureq-2.8.0.bazel similarity index 84% rename from wasm_bindgen/3rdparty/crates/BUILD.ureq-2.8.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.ureq-2.8.0.bazel index 92a47ef7a7..cea2d9b684 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.ureq-2.8.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.ureq-2.8.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -90,14 +90,14 @@ rust_library( }), version = "2.8.0", deps = [ - "@rules_rust_wasm_bindgen__base64-0.21.5//:base64", - "@rules_rust_wasm_bindgen__brotli-decompressor-2.5.1//:brotli_decompressor", - "@rules_rust_wasm_bindgen__flate2-1.0.28//:flate2", - "@rules_rust_wasm_bindgen__log-0.4.19//:log", - "@rules_rust_wasm_bindgen__once_cell-1.18.0//:once_cell", - "@rules_rust_wasm_bindgen__rustls-0.21.8//:rustls", - "@rules_rust_wasm_bindgen__rustls-webpki-0.101.7//:webpki", - "@rules_rust_wasm_bindgen__url-2.4.0//:url", - "@rules_rust_wasm_bindgen__webpki-roots-0.25.2//:webpki_roots", + "@rules_rust_wasm_bindgen_deps__base64-0.21.5//:base64", + "@rules_rust_wasm_bindgen_deps__brotli-decompressor-2.5.1//:brotli_decompressor", + "@rules_rust_wasm_bindgen_deps__flate2-1.0.28//:flate2", + "@rules_rust_wasm_bindgen_deps__log-0.4.19//:log", + "@rules_rust_wasm_bindgen_deps__once_cell-1.18.0//:once_cell", + "@rules_rust_wasm_bindgen_deps__rustls-0.21.8//:rustls", + "@rules_rust_wasm_bindgen_deps__rustls-webpki-0.101.7//:webpki", + "@rules_rust_wasm_bindgen_deps__url-2.4.0//:url", + "@rules_rust_wasm_bindgen_deps__webpki-roots-0.25.2//:webpki_roots", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.url-2.4.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.url-2.4.0.bazel similarity index 92% rename from wasm_bindgen/3rdparty/crates/BUILD.url-2.4.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.url-2.4.0.bazel index 7152d04380..fb7ba32caf 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.url-2.4.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.url-2.4.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -83,8 +83,8 @@ rust_library( }), version = "2.4.0", deps = [ - "@rules_rust_wasm_bindgen__form_urlencoded-1.2.0//:form_urlencoded", - "@rules_rust_wasm_bindgen__idna-0.4.0//:idna", - "@rules_rust_wasm_bindgen__percent-encoding-2.3.0//:percent_encoding", + "@rules_rust_wasm_bindgen_deps__form_urlencoded-1.2.0//:form_urlencoded", + "@rules_rust_wasm_bindgen_deps__idna-0.4.0//:idna", + "@rules_rust_wasm_bindgen_deps__percent-encoding-2.3.0//:percent_encoding", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.version_check-0.9.4.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.version_check-0.9.4.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.version_check-0.9.4.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.version_check-0.9.4.bazel index 9699423be5..aca5cdcb6f 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.version_check-0.9.4.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.version_check-0.9.4.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.wait-timeout-0.2.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.wait-timeout-0.2.0.bazel similarity index 73% rename from wasm_bindgen/3rdparty/crates/BUILD.wait-timeout-0.2.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.wait-timeout-0.2.0.bazel index f13f936d53..37e1e0158b 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.wait-timeout-0.2.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.wait-timeout-0.2.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -81,76 +81,76 @@ rust_library( version = "0.2.0", deps = select({ "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-linux-android": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-apple-darwin": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-linux-android": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-linux-android": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(unix) + "@rules_rust_wasm_bindgen_deps__libc-0.2.150//:libc", # cfg(unix) ], "//conditions:default": [], }), diff --git a/wasm_bindgen/3rdparty/crates/BUILD.walrus-0.20.3.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.walrus-0.20.3.bazel similarity index 84% rename from wasm_bindgen/3rdparty/crates/BUILD.walrus-0.20.3.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.walrus-0.20.3.bazel index ed37b9daec..06013f4d23 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.walrus-0.20.3.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.walrus-0.20.3.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -35,7 +35,7 @@ rust_library( crate_root = "src/lib.rs", edition = "2018", proc_macro_deps = [ - "@rules_rust_wasm_bindgen__walrus-macro-0.19.0//:walrus_macro", + "@rules_rust_wasm_bindgen_deps__walrus-macro-0.19.0//:walrus_macro", ], rustc_flags = [ "--cap-lints=allow", @@ -87,13 +87,13 @@ rust_library( }), version = "0.20.3", deps = [ - "@rules_rust_wasm_bindgen__anyhow-1.0.71//:anyhow", - "@rules_rust_wasm_bindgen__gimli-0.26.2//:gimli", - "@rules_rust_wasm_bindgen__id-arena-2.2.1//:id_arena", - "@rules_rust_wasm_bindgen__leb128-0.2.5//:leb128", - "@rules_rust_wasm_bindgen__log-0.4.19//:log", - "@rules_rust_wasm_bindgen__rayon-1.7.0//:rayon", - "@rules_rust_wasm_bindgen__wasm-encoder-0.29.0//:wasm_encoder", - "@rules_rust_wasm_bindgen__wasmparser-0.80.2//:wasmparser", + "@rules_rust_wasm_bindgen_deps__anyhow-1.0.71//:anyhow", + "@rules_rust_wasm_bindgen_deps__gimli-0.26.2//:gimli", + "@rules_rust_wasm_bindgen_deps__id-arena-2.2.1//:id_arena", + "@rules_rust_wasm_bindgen_deps__leb128-0.2.5//:leb128", + "@rules_rust_wasm_bindgen_deps__log-0.4.19//:log", + "@rules_rust_wasm_bindgen_deps__rayon-1.7.0//:rayon", + "@rules_rust_wasm_bindgen_deps__wasm-encoder-0.29.0//:wasm_encoder", + "@rules_rust_wasm_bindgen_deps__wasmparser-0.80.2//:wasmparser", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.walrus-macro-0.19.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.walrus-macro-0.19.0.bazel similarity index 92% rename from wasm_bindgen/3rdparty/crates/BUILD.walrus-macro-0.19.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.walrus-macro-0.19.0.bazel index 9d8b3f3ee4..bd91f5bfef 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.walrus-macro-0.19.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.walrus-macro-0.19.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_proc_macro") @@ -80,9 +80,9 @@ rust_proc_macro( }), version = "0.19.0", deps = [ - "@rules_rust_wasm_bindgen__heck-0.3.3//:heck", - "@rules_rust_wasm_bindgen__proc-macro2-1.0.64//:proc_macro2", - "@rules_rust_wasm_bindgen__quote-1.0.29//:quote", - "@rules_rust_wasm_bindgen__syn-1.0.109//:syn", + "@rules_rust_wasm_bindgen_deps__heck-0.3.3//:heck", + "@rules_rust_wasm_bindgen_deps__proc-macro2-1.0.64//:proc_macro2", + "@rules_rust_wasm_bindgen_deps__quote-1.0.29//:quote", + "@rules_rust_wasm_bindgen_deps__syn-1.0.109//:syn", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.wasi-0.11.0+wasi-snapshot-preview1.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.wasi-0.11.0+wasi-snapshot-preview1.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.wasi-0.11.0+wasi-snapshot-preview1.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.wasi-0.11.0+wasi-snapshot-preview1.bazel index 3a9a58d860..e7084c0dc1 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.wasi-0.11.0+wasi-snapshot-preview1.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.wasi-0.11.0+wasi-snapshot-preview1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-0.2.92.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-0.2.92.bazel similarity index 94% rename from wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-0.2.92.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-0.2.92.bazel index b5ea017c30..e8ad02535c 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-0.2.92.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-0.2.92.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -37,7 +37,7 @@ rust_library( crate_root = "src/lib.rs", edition = "2018", proc_macro_deps = [ - "@rules_rust_wasm_bindgen__wasm-bindgen-macro-0.2.92//:wasm_bindgen_macro", + "@rules_rust_wasm_bindgen_deps__wasm-bindgen-macro-0.2.92//:wasm_bindgen_macro", ], rustc_flags = [ "--cap-lints=allow", @@ -89,8 +89,8 @@ rust_library( }), version = "0.2.92", deps = [ - "@rules_rust_wasm_bindgen__cfg-if-1.0.0//:cfg_if", - "@rules_rust_wasm_bindgen__wasm-bindgen-0.2.92//:build_script_build", + "@rules_rust_wasm_bindgen_deps__cfg-if-1.0.0//:cfg_if", + "@rules_rust_wasm_bindgen_deps__wasm-bindgen-0.2.92//:build_script_build", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-backend-0.2.92.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-backend-0.2.92.bazel similarity index 86% rename from wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-backend-0.2.92.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-backend-0.2.92.bazel index fd3226836c..8c18e8d698 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-backend-0.2.92.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-backend-0.2.92.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -83,12 +83,12 @@ rust_library( }), version = "0.2.92", deps = [ - "@rules_rust_wasm_bindgen__bumpalo-3.13.0//:bumpalo", - "@rules_rust_wasm_bindgen__log-0.4.19//:log", - "@rules_rust_wasm_bindgen__once_cell-1.18.0//:once_cell", - "@rules_rust_wasm_bindgen__proc-macro2-1.0.64//:proc_macro2", - "@rules_rust_wasm_bindgen__quote-1.0.29//:quote", - "@rules_rust_wasm_bindgen__syn-2.0.25//:syn", - "@rules_rust_wasm_bindgen__wasm-bindgen-shared-0.2.92//:wasm_bindgen_shared", + "@rules_rust_wasm_bindgen_deps__bumpalo-3.13.0//:bumpalo", + "@rules_rust_wasm_bindgen_deps__log-0.4.19//:log", + "@rules_rust_wasm_bindgen_deps__once_cell-1.18.0//:once_cell", + "@rules_rust_wasm_bindgen_deps__proc-macro2-1.0.64//:proc_macro2", + "@rules_rust_wasm_bindgen_deps__quote-1.0.29//:quote", + "@rules_rust_wasm_bindgen_deps__syn-2.0.25//:syn", + "@rules_rust_wasm_bindgen_deps__wasm-bindgen-shared-0.2.92//:wasm_bindgen_shared", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-cli-support-0.2.92.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-cli-support-0.2.92.bazel similarity index 73% rename from wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-cli-support-0.2.92.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-cli-support-0.2.92.bazel index 0bde4ff87e..46f490c326 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-cli-support-0.2.92.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-cli-support-0.2.92.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,19 +80,19 @@ rust_library( }), version = "0.2.92", deps = [ - "@rules_rust_wasm_bindgen__anyhow-1.0.71//:anyhow", - "@rules_rust_wasm_bindgen__base64-0.21.5//:base64", - "@rules_rust_wasm_bindgen__log-0.4.19//:log", - "@rules_rust_wasm_bindgen__rustc-demangle-0.1.23//:rustc_demangle", - "@rules_rust_wasm_bindgen__serde_json-1.0.102//:serde_json", - "@rules_rust_wasm_bindgen__tempfile-3.6.0//:tempfile", - "@rules_rust_wasm_bindgen__unicode-ident-1.0.10//:unicode_ident", - "@rules_rust_wasm_bindgen__walrus-0.20.3//:walrus", - "@rules_rust_wasm_bindgen__wasm-bindgen-externref-xform-0.2.92//:wasm_bindgen_externref_xform", - "@rules_rust_wasm_bindgen__wasm-bindgen-multi-value-xform-0.2.92//:wasm_bindgen_multi_value_xform", - "@rules_rust_wasm_bindgen__wasm-bindgen-shared-0.2.92//:wasm_bindgen_shared", - "@rules_rust_wasm_bindgen__wasm-bindgen-threads-xform-0.2.92//:wasm_bindgen_threads_xform", - "@rules_rust_wasm_bindgen__wasm-bindgen-wasm-conventions-0.2.92//:wasm_bindgen_wasm_conventions", - "@rules_rust_wasm_bindgen__wasm-bindgen-wasm-interpreter-0.2.92//:wasm_bindgen_wasm_interpreter", + "@rules_rust_wasm_bindgen_deps__anyhow-1.0.71//:anyhow", + "@rules_rust_wasm_bindgen_deps__base64-0.21.5//:base64", + "@rules_rust_wasm_bindgen_deps__log-0.4.19//:log", + "@rules_rust_wasm_bindgen_deps__rustc-demangle-0.1.23//:rustc_demangle", + "@rules_rust_wasm_bindgen_deps__serde_json-1.0.102//:serde_json", + "@rules_rust_wasm_bindgen_deps__tempfile-3.6.0//:tempfile", + "@rules_rust_wasm_bindgen_deps__unicode-ident-1.0.10//:unicode_ident", + "@rules_rust_wasm_bindgen_deps__walrus-0.20.3//:walrus", + "@rules_rust_wasm_bindgen_deps__wasm-bindgen-externref-xform-0.2.92//:wasm_bindgen_externref_xform", + "@rules_rust_wasm_bindgen_deps__wasm-bindgen-multi-value-xform-0.2.92//:wasm_bindgen_multi_value_xform", + "@rules_rust_wasm_bindgen_deps__wasm-bindgen-shared-0.2.92//:wasm_bindgen_shared", + "@rules_rust_wasm_bindgen_deps__wasm-bindgen-threads-xform-0.2.92//:wasm_bindgen_threads_xform", + "@rules_rust_wasm_bindgen_deps__wasm-bindgen-wasm-conventions-0.2.92//:wasm_bindgen_wasm_conventions", + "@rules_rust_wasm_bindgen_deps__wasm-bindgen-wasm-interpreter-0.2.92//:wasm_bindgen_wasm_interpreter", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-externref-xform-0.2.92.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-externref-xform-0.2.92.bazel similarity index 95% rename from wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-externref-xform-0.2.92.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-externref-xform-0.2.92.bazel index 4d8463181f..9cf3a51600 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-externref-xform-0.2.92.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-externref-xform-0.2.92.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,7 +80,7 @@ rust_library( }), version = "0.2.92", deps = [ - "@rules_rust_wasm_bindgen__anyhow-1.0.71//:anyhow", - "@rules_rust_wasm_bindgen__walrus-0.20.3//:walrus", + "@rules_rust_wasm_bindgen_deps__anyhow-1.0.71//:anyhow", + "@rules_rust_wasm_bindgen_deps__walrus-0.20.3//:walrus", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-macro-0.2.92.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-macro-0.2.92.bazel similarity index 94% rename from wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-macro-0.2.92.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-macro-0.2.92.bazel index 0785160e8a..cefe820921 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-macro-0.2.92.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-macro-0.2.92.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_proc_macro") @@ -83,7 +83,7 @@ rust_proc_macro( }), version = "0.2.92", deps = [ - "@rules_rust_wasm_bindgen__quote-1.0.29//:quote", - "@rules_rust_wasm_bindgen__wasm-bindgen-macro-support-0.2.92//:wasm_bindgen_macro_support", + "@rules_rust_wasm_bindgen_deps__quote-1.0.29//:quote", + "@rules_rust_wasm_bindgen_deps__wasm-bindgen-macro-support-0.2.92//:wasm_bindgen_macro_support", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-macro-support-0.2.92.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-macro-support-0.2.92.bazel similarity index 89% rename from wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-macro-support-0.2.92.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-macro-support-0.2.92.bazel index 03e297d797..0248769d62 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-macro-support-0.2.92.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-macro-support-0.2.92.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -83,10 +83,10 @@ rust_library( }), version = "0.2.92", deps = [ - "@rules_rust_wasm_bindgen__proc-macro2-1.0.64//:proc_macro2", - "@rules_rust_wasm_bindgen__quote-1.0.29//:quote", - "@rules_rust_wasm_bindgen__syn-2.0.25//:syn", - "@rules_rust_wasm_bindgen__wasm-bindgen-backend-0.2.92//:wasm_bindgen_backend", - "@rules_rust_wasm_bindgen__wasm-bindgen-shared-0.2.92//:wasm_bindgen_shared", + "@rules_rust_wasm_bindgen_deps__proc-macro2-1.0.64//:proc_macro2", + "@rules_rust_wasm_bindgen_deps__quote-1.0.29//:quote", + "@rules_rust_wasm_bindgen_deps__syn-2.0.25//:syn", + "@rules_rust_wasm_bindgen_deps__wasm-bindgen-backend-0.2.92//:wasm_bindgen_backend", + "@rules_rust_wasm_bindgen_deps__wasm-bindgen-shared-0.2.92//:wasm_bindgen_shared", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-multi-value-xform-0.2.92.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-multi-value-xform-0.2.92.bazel similarity index 95% rename from wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-multi-value-xform-0.2.92.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-multi-value-xform-0.2.92.bazel index 8b655d2a31..a9dea02d4d 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-multi-value-xform-0.2.92.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-multi-value-xform-0.2.92.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,7 +80,7 @@ rust_library( }), version = "0.2.92", deps = [ - "@rules_rust_wasm_bindgen__anyhow-1.0.71//:anyhow", - "@rules_rust_wasm_bindgen__walrus-0.20.3//:walrus", + "@rules_rust_wasm_bindgen_deps__anyhow-1.0.71//:anyhow", + "@rules_rust_wasm_bindgen_deps__walrus-0.20.3//:walrus", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-shared-0.2.92.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-shared-0.2.92.bazel similarity index 97% rename from wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-shared-0.2.92.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-shared-0.2.92.bazel index 3d6ad72e86..0e765fc917 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-shared-0.2.92.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-shared-0.2.92.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -81,7 +81,7 @@ rust_library( }), version = "0.2.92", deps = [ - "@rules_rust_wasm_bindgen__wasm-bindgen-shared-0.2.92//:build_script_build", + "@rules_rust_wasm_bindgen_deps__wasm-bindgen-shared-0.2.92//:build_script_build", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-threads-xform-0.2.92.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-threads-xform-0.2.92.bazel similarity index 92% rename from wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-threads-xform-0.2.92.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-threads-xform-0.2.92.bazel index 19e06dd02f..b44276f694 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-threads-xform-0.2.92.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-threads-xform-0.2.92.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,8 +80,8 @@ rust_library( }), version = "0.2.92", deps = [ - "@rules_rust_wasm_bindgen__anyhow-1.0.71//:anyhow", - "@rules_rust_wasm_bindgen__walrus-0.20.3//:walrus", - "@rules_rust_wasm_bindgen__wasm-bindgen-wasm-conventions-0.2.92//:wasm_bindgen_wasm_conventions", + "@rules_rust_wasm_bindgen_deps__anyhow-1.0.71//:anyhow", + "@rules_rust_wasm_bindgen_deps__walrus-0.20.3//:walrus", + "@rules_rust_wasm_bindgen_deps__wasm-bindgen-wasm-conventions-0.2.92//:wasm_bindgen_wasm_conventions", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-wasm-conventions-0.2.92.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-wasm-conventions-0.2.92.bazel similarity index 95% rename from wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-wasm-conventions-0.2.92.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-wasm-conventions-0.2.92.bazel index d8b3b733de..8e7c3bb7fb 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-wasm-conventions-0.2.92.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-wasm-conventions-0.2.92.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,7 +80,7 @@ rust_library( }), version = "0.2.92", deps = [ - "@rules_rust_wasm_bindgen__anyhow-1.0.71//:anyhow", - "@rules_rust_wasm_bindgen__walrus-0.20.3//:walrus", + "@rules_rust_wasm_bindgen_deps__anyhow-1.0.71//:anyhow", + "@rules_rust_wasm_bindgen_deps__walrus-0.20.3//:walrus", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-wasm-interpreter-0.2.92.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-wasm-interpreter-0.2.92.bazel similarity index 91% rename from wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-wasm-interpreter-0.2.92.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-wasm-interpreter-0.2.92.bazel index ffa8ca9566..0561ff80b6 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-wasm-interpreter-0.2.92.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.wasm-bindgen-wasm-interpreter-0.2.92.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,9 +80,9 @@ rust_library( }), version = "0.2.92", deps = [ - "@rules_rust_wasm_bindgen__anyhow-1.0.71//:anyhow", - "@rules_rust_wasm_bindgen__log-0.4.19//:log", - "@rules_rust_wasm_bindgen__walrus-0.20.3//:walrus", - "@rules_rust_wasm_bindgen__wasm-bindgen-wasm-conventions-0.2.92//:wasm_bindgen_wasm_conventions", + "@rules_rust_wasm_bindgen_deps__anyhow-1.0.71//:anyhow", + "@rules_rust_wasm_bindgen_deps__log-0.4.19//:log", + "@rules_rust_wasm_bindgen_deps__walrus-0.20.3//:walrus", + "@rules_rust_wasm_bindgen_deps__wasm-bindgen-wasm-conventions-0.2.92//:wasm_bindgen_wasm_conventions", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.wasm-encoder-0.29.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.wasm-encoder-0.29.0.bazel similarity index 96% rename from wasm_bindgen/3rdparty/crates/BUILD.wasm-encoder-0.29.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.wasm-encoder-0.29.0.bazel index 509a38ad98..8cbbff3142 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.wasm-encoder-0.29.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.wasm-encoder-0.29.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,6 +80,6 @@ rust_library( }), version = "0.29.0", deps = [ - "@rules_rust_wasm_bindgen__leb128-0.2.5//:leb128", + "@rules_rust_wasm_bindgen_deps__leb128-0.2.5//:leb128", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.wasmparser-0.102.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.wasmparser-0.102.0.bazel similarity index 95% rename from wasm_bindgen/3rdparty/crates/BUILD.wasmparser-0.102.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.wasmparser-0.102.0.bazel index 8d636623fe..bbd749eb6e 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.wasmparser-0.102.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.wasmparser-0.102.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,7 +80,7 @@ rust_library( }), version = "0.102.0", deps = [ - "@rules_rust_wasm_bindgen__indexmap-1.9.3//:indexmap", - "@rules_rust_wasm_bindgen__url-2.4.0//:url", + "@rules_rust_wasm_bindgen_deps__indexmap-1.9.3//:indexmap", + "@rules_rust_wasm_bindgen_deps__url-2.4.0//:url", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.wasmparser-0.108.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.wasmparser-0.108.0.bazel similarity index 95% rename from wasm_bindgen/3rdparty/crates/BUILD.wasmparser-0.108.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.wasmparser-0.108.0.bazel index d7bf5ae143..133ac4cae7 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.wasmparser-0.108.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.wasmparser-0.108.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,7 +80,7 @@ rust_library( }), version = "0.108.0", deps = [ - "@rules_rust_wasm_bindgen__indexmap-2.0.0//:indexmap", - "@rules_rust_wasm_bindgen__semver-1.0.17//:semver", + "@rules_rust_wasm_bindgen_deps__indexmap-2.0.0//:indexmap", + "@rules_rust_wasm_bindgen_deps__semver-1.0.17//:semver", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.wasmparser-0.80.2.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.wasmparser-0.80.2.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.wasmparser-0.80.2.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.wasmparser-0.80.2.bazel index 6105bfbce7..707220b582 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.wasmparser-0.80.2.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.wasmparser-0.80.2.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.wasmprinter-0.2.60.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.wasmprinter-0.2.60.bazel similarity index 94% rename from wasm_bindgen/3rdparty/crates/BUILD.wasmprinter-0.2.60.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.wasmprinter-0.2.60.bazel index 10a7f3b89f..41a55253fb 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.wasmprinter-0.2.60.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.wasmprinter-0.2.60.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,7 +80,7 @@ rust_library( }), version = "0.2.60", deps = [ - "@rules_rust_wasm_bindgen__anyhow-1.0.71//:anyhow", - "@rules_rust_wasm_bindgen__wasmparser-0.108.0//:wasmparser", + "@rules_rust_wasm_bindgen_deps__anyhow-1.0.71//:anyhow", + "@rules_rust_wasm_bindgen_deps__wasmparser-0.108.0//:wasmparser", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.webpki-roots-0.25.2.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.webpki-roots-0.25.2.bazel similarity index 98% rename from wasm_bindgen/3rdparty/crates/BUILD.webpki-roots-0.25.2.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.webpki-roots-0.25.2.bazel index c250de2d02..8a74ec2630 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.webpki-roots-0.25.2.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.webpki-roots-0.25.2.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") diff --git a/wasm_bindgen/3rdparty/crates/BUILD.winapi-0.3.9.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.winapi-0.3.9.bazel similarity index 97% rename from wasm_bindgen/3rdparty/crates/BUILD.winapi-0.3.9.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.winapi-0.3.9.bazel index 4c7a024462..6474637dd7 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.winapi-0.3.9.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.winapi-0.3.9.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -96,7 +96,7 @@ rust_library( }), version = "0.3.9", deps = [ - "@rules_rust_wasm_bindgen__winapi-0.3.9//:build_script_build", + "@rules_rust_wasm_bindgen_deps__winapi-0.3.9//:build_script_build", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel similarity index 97% rename from wasm_bindgen/3rdparty/crates/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel index ccbc12fe4f..77d17b6121 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -81,7 +81,7 @@ rust_library( }), version = "0.4.0", deps = [ - "@rules_rust_wasm_bindgen__winapi-i686-pc-windows-gnu-0.4.0//:build_script_build", + "@rules_rust_wasm_bindgen_deps__winapi-i686-pc-windows-gnu-0.4.0//:build_script_build", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.winapi-util-0.1.5.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.winapi-util-0.1.5.bazel similarity index 92% rename from wasm_bindgen/3rdparty/crates/BUILD.winapi-util-0.1.5.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.winapi-util-0.1.5.bazel index 4c5805283d..2c8571ed4c 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.winapi-util-0.1.5.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.winapi-util-0.1.5.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -81,13 +81,13 @@ rust_library( version = "0.1.5", deps = select({ "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@rules_rust_wasm_bindgen__winapi-0.3.9//:winapi", # cfg(windows) + "@rules_rust_wasm_bindgen_deps__winapi-0.3.9//:winapi", # cfg(windows) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@rules_rust_wasm_bindgen__winapi-0.3.9//:winapi", # cfg(windows) + "@rules_rust_wasm_bindgen_deps__winapi-0.3.9//:winapi", # cfg(windows) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@rules_rust_wasm_bindgen__winapi-0.3.9//:winapi", # cfg(windows) + "@rules_rust_wasm_bindgen_deps__winapi-0.3.9//:winapi", # cfg(windows) ], "//conditions:default": [], }), diff --git a/wasm_bindgen/3rdparty/crates/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel similarity index 96% rename from wasm_bindgen/3rdparty/crates/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel index d04f32fb04..345ffb3a34 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -81,7 +81,7 @@ rust_library( }), version = "0.4.0", deps = [ - "@rules_rust_wasm_bindgen__winapi-x86_64-pc-windows-gnu-0.4.0//:build_script_build", + "@rules_rust_wasm_bindgen_deps__winapi-x86_64-pc-windows-gnu-0.4.0//:build_script_build", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.windows-0.48.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.windows-0.48.0.bazel similarity index 96% rename from wasm_bindgen/3rdparty/crates/BUILD.windows-0.48.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.windows-0.48.0.bazel index fb7f67d364..99e79ed897 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.windows-0.48.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.windows-0.48.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -80,6 +80,6 @@ rust_library( }), version = "0.48.0", deps = [ - "@rules_rust_wasm_bindgen__windows-targets-0.48.1//:windows_targets", + "@rules_rust_wasm_bindgen_deps__windows-targets-0.48.1//:windows_targets", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.windows-sys-0.48.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.windows-sys-0.48.0.bazel similarity index 96% rename from wasm_bindgen/3rdparty/crates/BUILD.windows-sys-0.48.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.windows-sys-0.48.0.bazel index 5fcee5450c..09e61dddb5 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.windows-sys-0.48.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.windows-sys-0.48.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -93,6 +93,6 @@ rust_library( }), version = "0.48.0", deps = [ - "@rules_rust_wasm_bindgen__windows-targets-0.48.1//:windows_targets", + "@rules_rust_wasm_bindgen_deps__windows-targets-0.48.1//:windows_targets", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.windows-targets-0.48.1.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.windows-targets-0.48.1.bazel similarity index 77% rename from wasm_bindgen/3rdparty/crates/BUILD.windows-targets-0.48.1.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.windows-targets-0.48.1.bazel index cd78cfcf51..5c414ffb4b 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.windows-targets-0.48.1.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.windows-targets-0.48.1.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//rust:defs.bzl", "rust_library") @@ -81,22 +81,22 @@ rust_library( version = "0.48.1", deps = select({ "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@rules_rust_wasm_bindgen__windows_aarch64_msvc-0.48.0//:windows_aarch64_msvc", # cfg(all(target_arch = "aarch64", target_env = "msvc", not(windows_raw_dylib))) + "@rules_rust_wasm_bindgen_deps__windows_aarch64_msvc-0.48.0//:windows_aarch64_msvc", # cfg(all(target_arch = "aarch64", target_env = "msvc", not(windows_raw_dylib))) ], "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@rules_rust_wasm_bindgen__windows_i686_msvc-0.48.0//:windows_i686_msvc", # cfg(all(target_arch = "x86", target_env = "msvc", not(windows_raw_dylib))) + "@rules_rust_wasm_bindgen_deps__windows_i686_msvc-0.48.0//:windows_i686_msvc", # cfg(all(target_arch = "x86", target_env = "msvc", not(windows_raw_dylib))) ], "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__windows_i686_gnu-0.48.0//:windows_i686_gnu", # cfg(all(target_arch = "x86", target_env = "gnu", not(windows_raw_dylib))) + "@rules_rust_wasm_bindgen_deps__windows_i686_gnu-0.48.0//:windows_i686_gnu", # cfg(all(target_arch = "x86", target_env = "gnu", not(windows_raw_dylib))) ], "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@rules_rust_wasm_bindgen__windows_x86_64_msvc-0.48.0//:windows_x86_64_msvc", # cfg(all(target_arch = "x86_64", target_env = "msvc", not(windows_raw_dylib))) + "@rules_rust_wasm_bindgen_deps__windows_x86_64_msvc-0.48.0//:windows_x86_64_msvc", # cfg(all(target_arch = "x86_64", target_env = "msvc", not(windows_raw_dylib))) ], "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__windows_x86_64_gnu-0.48.0//:windows_x86_64_gnu", # cfg(all(target_arch = "x86_64", target_env = "gnu", not(target_abi = "llvm"), not(windows_raw_dylib))) + "@rules_rust_wasm_bindgen_deps__windows_x86_64_gnu-0.48.0//:windows_x86_64_gnu", # cfg(all(target_arch = "x86_64", target_env = "gnu", not(target_abi = "llvm"), not(windows_raw_dylib))) ], "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ - "@rules_rust_wasm_bindgen__windows_x86_64_gnu-0.48.0//:windows_x86_64_gnu", # cfg(all(target_arch = "x86_64", target_env = "gnu", not(target_abi = "llvm"), not(windows_raw_dylib))) + "@rules_rust_wasm_bindgen_deps__windows_x86_64_gnu-0.48.0//:windows_x86_64_gnu", # cfg(all(target_arch = "x86_64", target_env = "gnu", not(target_abi = "llvm"), not(windows_raw_dylib))) ], "//conditions:default": [], }), diff --git a/wasm_bindgen/3rdparty/crates/BUILD.windows_aarch64_gnullvm-0.48.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.windows_aarch64_gnullvm-0.48.0.bazel similarity index 97% rename from wasm_bindgen/3rdparty/crates/BUILD.windows_aarch64_gnullvm-0.48.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.windows_aarch64_gnullvm-0.48.0.bazel index 01fa0c2a19..538ee82918 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.windows_aarch64_gnullvm-0.48.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.windows_aarch64_gnullvm-0.48.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -81,7 +81,7 @@ rust_library( }), version = "0.48.0", deps = [ - "@rules_rust_wasm_bindgen__windows_aarch64_gnullvm-0.48.0//:build_script_build", + "@rules_rust_wasm_bindgen_deps__windows_aarch64_gnullvm-0.48.0//:build_script_build", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.windows_aarch64_msvc-0.48.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.windows_aarch64_msvc-0.48.0.bazel similarity index 97% rename from wasm_bindgen/3rdparty/crates/BUILD.windows_aarch64_msvc-0.48.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.windows_aarch64_msvc-0.48.0.bazel index bdf06c3d2f..cc775d6974 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.windows_aarch64_msvc-0.48.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.windows_aarch64_msvc-0.48.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -81,7 +81,7 @@ rust_library( }), version = "0.48.0", deps = [ - "@rules_rust_wasm_bindgen__windows_aarch64_msvc-0.48.0//:build_script_build", + "@rules_rust_wasm_bindgen_deps__windows_aarch64_msvc-0.48.0//:build_script_build", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.windows_i686_gnu-0.48.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.windows_i686_gnu-0.48.0.bazel similarity index 97% rename from wasm_bindgen/3rdparty/crates/BUILD.windows_i686_gnu-0.48.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.windows_i686_gnu-0.48.0.bazel index 69334f70bf..b3be38e834 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.windows_i686_gnu-0.48.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.windows_i686_gnu-0.48.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -81,7 +81,7 @@ rust_library( }), version = "0.48.0", deps = [ - "@rules_rust_wasm_bindgen__windows_i686_gnu-0.48.0//:build_script_build", + "@rules_rust_wasm_bindgen_deps__windows_i686_gnu-0.48.0//:build_script_build", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.windows_i686_msvc-0.48.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.windows_i686_msvc-0.48.0.bazel similarity index 97% rename from wasm_bindgen/3rdparty/crates/BUILD.windows_i686_msvc-0.48.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.windows_i686_msvc-0.48.0.bazel index 239e70b999..8bf722b6b4 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.windows_i686_msvc-0.48.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.windows_i686_msvc-0.48.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -81,7 +81,7 @@ rust_library( }), version = "0.48.0", deps = [ - "@rules_rust_wasm_bindgen__windows_i686_msvc-0.48.0//:build_script_build", + "@rules_rust_wasm_bindgen_deps__windows_i686_msvc-0.48.0//:build_script_build", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.windows_x86_64_gnu-0.48.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.windows_x86_64_gnu-0.48.0.bazel similarity index 97% rename from wasm_bindgen/3rdparty/crates/BUILD.windows_x86_64_gnu-0.48.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.windows_x86_64_gnu-0.48.0.bazel index c4e2562531..9599cc26c2 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.windows_x86_64_gnu-0.48.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.windows_x86_64_gnu-0.48.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -81,7 +81,7 @@ rust_library( }), version = "0.48.0", deps = [ - "@rules_rust_wasm_bindgen__windows_x86_64_gnu-0.48.0//:build_script_build", + "@rules_rust_wasm_bindgen_deps__windows_x86_64_gnu-0.48.0//:build_script_build", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.windows_x86_64_gnullvm-0.48.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.windows_x86_64_gnullvm-0.48.0.bazel similarity index 97% rename from wasm_bindgen/3rdparty/crates/BUILD.windows_x86_64_gnullvm-0.48.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.windows_x86_64_gnullvm-0.48.0.bazel index 5f3e27b5a0..9a6af761e0 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.windows_x86_64_gnullvm-0.48.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.windows_x86_64_gnullvm-0.48.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -81,7 +81,7 @@ rust_library( }), version = "0.48.0", deps = [ - "@rules_rust_wasm_bindgen__windows_x86_64_gnullvm-0.48.0//:build_script_build", + "@rules_rust_wasm_bindgen_deps__windows_x86_64_gnullvm-0.48.0//:build_script_build", ], ) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.windows_x86_64_msvc-0.48.0.bazel b/extensions/wasm_bindgen/3rdparty/crates/BUILD.windows_x86_64_msvc-0.48.0.bazel similarity index 97% rename from wasm_bindgen/3rdparty/crates/BUILD.windows_x86_64_msvc-0.48.0.bazel rename to extensions/wasm_bindgen/3rdparty/crates/BUILD.windows_x86_64_msvc-0.48.0.bazel index 25d12ea115..bb075c22bc 100644 --- a/wasm_bindgen/3rdparty/crates/BUILD.windows_x86_64_msvc-0.48.0.bazel +++ b/extensions/wasm_bindgen/3rdparty/crates/BUILD.windows_x86_64_msvc-0.48.0.bazel @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### load("@rules_rust//cargo:defs.bzl", "cargo_build_script") @@ -81,7 +81,7 @@ rust_library( }), version = "0.48.0", deps = [ - "@rules_rust_wasm_bindgen__windows_x86_64_msvc-0.48.0//:build_script_build", + "@rules_rust_wasm_bindgen_deps__windows_x86_64_msvc-0.48.0//:build_script_build", ], ) diff --git a/wasm_bindgen/3rdparty/crates/alias_rules.bzl b/extensions/wasm_bindgen/3rdparty/crates/alias_rules.bzl similarity index 100% rename from wasm_bindgen/3rdparty/crates/alias_rules.bzl rename to extensions/wasm_bindgen/3rdparty/crates/alias_rules.bzl diff --git a/wasm_bindgen/3rdparty/crates/crates.bzl b/extensions/wasm_bindgen/3rdparty/crates/crates.bzl similarity index 75% rename from wasm_bindgen/3rdparty/crates/crates.bzl rename to extensions/wasm_bindgen/3rdparty/crates/crates.bzl index 241052fb4b..dd7c0bd069 100644 --- a/wasm_bindgen/3rdparty/crates/crates.bzl +++ b/extensions/wasm_bindgen/3rdparty/crates/crates.bzl @@ -12,7 +12,7 @@ load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe") load("@rules_rust//crate_universe/private:crates_vendor.bzl", "crates_vendor_remote_repository") # buildifier: disable=bzl-visibility -load("@rules_rust//wasm_bindgen/3rdparty/crates:defs.bzl", _crate_repositories = "crate_repositories") +load("@rules_rust_wasm_bindgen//3rdparty/crates:defs.bzl", _crate_repositories = "crate_repositories") def crate_repositories(): """Generates repositories for vendored crates. @@ -22,11 +22,11 @@ def crate_repositories(): """ maybe( crates_vendor_remote_repository, - name = "rules_rust_wasm_bindgen", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.bazel"), - defs_module = Label("@rules_rust//wasm_bindgen/3rdparty/crates:defs.bzl"), + name = "rules_rust_wasm_bindgen_deps", + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.bazel"), + defs_module = Label("@rules_rust_wasm_bindgen//3rdparty/crates:defs.bzl"), ) - direct_deps = [struct(repo = "rules_rust_wasm_bindgen", is_dev_dep = False)] + direct_deps = [struct(repo = "rules_rust_wasm_bindgen_deps", is_dev_dep = False)] direct_deps.extend(_crate_repositories()) return direct_deps diff --git a/wasm_bindgen/3rdparty/crates/defs.bzl b/extensions/wasm_bindgen/3rdparty/crates/defs.bzl similarity index 75% rename from wasm_bindgen/3rdparty/crates/defs.bzl rename to extensions/wasm_bindgen/3rdparty/crates/defs.bzl index c8ba748800..4e7b369565 100644 --- a/wasm_bindgen/3rdparty/crates/defs.bzl +++ b/extensions/wasm_bindgen/3rdparty/crates/defs.bzl @@ -3,7 +3,7 @@ # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # -# bazel run @//wasm_bindgen/3rdparty:crates_vendor +# bazel run @//3rdparty:crates_vendor ############################################################################### """ # `crates_repository` API @@ -295,18 +295,18 @@ def aliases( _NORMAL_DEPENDENCIES = { "": { _COMMON_CONDITION: { - "anyhow": Label("@rules_rust_wasm_bindgen__anyhow-1.0.71//:anyhow"), - "docopt": Label("@rules_rust_wasm_bindgen__docopt-1.1.1//:docopt"), - "env_logger": Label("@rules_rust_wasm_bindgen__env_logger-0.8.4//:env_logger"), - "log": Label("@rules_rust_wasm_bindgen__log-0.4.19//:log"), - "rouille": Label("@rules_rust_wasm_bindgen__rouille-3.6.2//:rouille"), - "serde": Label("@rules_rust_wasm_bindgen__serde-1.0.171//:serde"), - "serde_json": Label("@rules_rust_wasm_bindgen__serde_json-1.0.102//:serde_json"), - "ureq": Label("@rules_rust_wasm_bindgen__ureq-2.8.0//:ureq"), - "walrus": Label("@rules_rust_wasm_bindgen__walrus-0.20.3//:walrus"), - "wasm-bindgen": Label("@rules_rust_wasm_bindgen__wasm-bindgen-0.2.92//:wasm_bindgen"), - "wasm-bindgen-cli-support": Label("@rules_rust_wasm_bindgen__wasm-bindgen-cli-support-0.2.92//:wasm_bindgen_cli_support"), - "wasm-bindgen-shared": Label("@rules_rust_wasm_bindgen__wasm-bindgen-shared-0.2.92//:wasm_bindgen_shared"), + "anyhow": Label("@rules_rust_wasm_bindgen_deps__anyhow-1.0.71//:anyhow"), + "docopt": Label("@rules_rust_wasm_bindgen_deps__docopt-1.1.1//:docopt"), + "env_logger": Label("@rules_rust_wasm_bindgen_deps__env_logger-0.8.4//:env_logger"), + "log": Label("@rules_rust_wasm_bindgen_deps__log-0.4.19//:log"), + "rouille": Label("@rules_rust_wasm_bindgen_deps__rouille-3.6.2//:rouille"), + "serde": Label("@rules_rust_wasm_bindgen_deps__serde-1.0.171//:serde"), + "serde_json": Label("@rules_rust_wasm_bindgen_deps__serde_json-1.0.102//:serde_json"), + "ureq": Label("@rules_rust_wasm_bindgen_deps__ureq-2.8.0//:ureq"), + "walrus": Label("@rules_rust_wasm_bindgen_deps__walrus-0.20.3//:walrus"), + "wasm-bindgen": Label("@rules_rust_wasm_bindgen_deps__wasm-bindgen-0.2.92//:wasm_bindgen"), + "wasm-bindgen-cli-support": Label("@rules_rust_wasm_bindgen_deps__wasm-bindgen-cli-support-0.2.92//:wasm_bindgen_cli_support"), + "wasm-bindgen-shared": Label("@rules_rust_wasm_bindgen_deps__wasm-bindgen-shared-0.2.92//:wasm_bindgen_shared"), }, }, } @@ -321,13 +321,13 @@ _NORMAL_ALIASES = { _NORMAL_DEV_DEPENDENCIES = { "": { _COMMON_CONDITION: { - "assert_cmd": Label("@rules_rust_wasm_bindgen__assert_cmd-1.0.8//:assert_cmd"), - "diff": Label("@rules_rust_wasm_bindgen__diff-0.1.13//:diff"), - "predicates": Label("@rules_rust_wasm_bindgen__predicates-1.0.8//:predicates"), - "rayon": Label("@rules_rust_wasm_bindgen__rayon-1.7.0//:rayon"), - "tempfile": Label("@rules_rust_wasm_bindgen__tempfile-3.6.0//:tempfile"), - "wasmparser": Label("@rules_rust_wasm_bindgen__wasmparser-0.102.0//:wasmparser"), - "wasmprinter": Label("@rules_rust_wasm_bindgen__wasmprinter-0.2.60//:wasmprinter"), + "assert_cmd": Label("@rules_rust_wasm_bindgen_deps__assert_cmd-1.0.8//:assert_cmd"), + "diff": Label("@rules_rust_wasm_bindgen_deps__diff-0.1.13//:diff"), + "predicates": Label("@rules_rust_wasm_bindgen_deps__predicates-1.0.8//:predicates"), + "rayon": Label("@rules_rust_wasm_bindgen_deps__rayon-1.7.0//:rayon"), + "tempfile": Label("@rules_rust_wasm_bindgen_deps__tempfile-3.6.0//:tempfile"), + "wasmparser": Label("@rules_rust_wasm_bindgen_deps__wasmparser-0.102.0//:wasmparser"), + "wasmprinter": Label("@rules_rust_wasm_bindgen_deps__wasmprinter-0.2.60//:wasmprinter"), }, }, } @@ -342,7 +342,7 @@ _NORMAL_DEV_ALIASES = { _PROC_MACRO_DEPENDENCIES = { "": { _COMMON_CONDITION: { - "serde_derive": Label("@rules_rust_wasm_bindgen__serde_derive-1.0.171//:serde_derive"), + "serde_derive": Label("@rules_rust_wasm_bindgen_deps__serde_derive-1.0.171//:serde_derive"), }, }, } @@ -462,1773 +462,1773 @@ def crate_repositories(): """ maybe( http_archive, - name = "rules_rust_wasm_bindgen__adler-1.0.2", + name = "rules_rust_wasm_bindgen_deps__adler-1.0.2", sha256 = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe", type = "tar.gz", urls = ["https://static.crates.io/crates/adler/1.0.2/download"], strip_prefix = "adler-1.0.2", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.adler-1.0.2.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.adler-1.0.2.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__aho-corasick-1.0.2", + name = "rules_rust_wasm_bindgen_deps__aho-corasick-1.0.2", sha256 = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41", type = "tar.gz", urls = ["https://static.crates.io/crates/aho-corasick/1.0.2/download"], strip_prefix = "aho-corasick-1.0.2", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.aho-corasick-1.0.2.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.aho-corasick-1.0.2.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__alloc-no-stdlib-2.0.4", + name = "rules_rust_wasm_bindgen_deps__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("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.alloc-no-stdlib-2.0.4.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.alloc-no-stdlib-2.0.4.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__alloc-stdlib-0.2.2", + name = "rules_rust_wasm_bindgen_deps__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("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.alloc-stdlib-0.2.2.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.alloc-stdlib-0.2.2.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__android-tzdata-0.1.1", + name = "rules_rust_wasm_bindgen_deps__android-tzdata-0.1.1", sha256 = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0", type = "tar.gz", urls = ["https://static.crates.io/crates/android-tzdata/0.1.1/download"], strip_prefix = "android-tzdata-0.1.1", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.android-tzdata-0.1.1.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.android-tzdata-0.1.1.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__android_system_properties-0.1.5", + name = "rules_rust_wasm_bindgen_deps__android_system_properties-0.1.5", sha256 = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311", type = "tar.gz", urls = ["https://static.crates.io/crates/android_system_properties/0.1.5/download"], strip_prefix = "android_system_properties-0.1.5", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.android_system_properties-0.1.5.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.android_system_properties-0.1.5.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__anyhow-1.0.71", + name = "rules_rust_wasm_bindgen_deps__anyhow-1.0.71", sha256 = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8", type = "tar.gz", urls = ["https://static.crates.io/crates/anyhow/1.0.71/download"], strip_prefix = "anyhow-1.0.71", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.anyhow-1.0.71.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.anyhow-1.0.71.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__ascii-1.1.0", + name = "rules_rust_wasm_bindgen_deps__ascii-1.1.0", sha256 = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16", type = "tar.gz", urls = ["https://static.crates.io/crates/ascii/1.1.0/download"], strip_prefix = "ascii-1.1.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.ascii-1.1.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.ascii-1.1.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__assert_cmd-1.0.8", + name = "rules_rust_wasm_bindgen_deps__assert_cmd-1.0.8", sha256 = "c98233c6673d8601ab23e77eb38f999c51100d46c5703b17288c57fddf3a1ffe", type = "tar.gz", urls = ["https://static.crates.io/crates/assert_cmd/1.0.8/download"], strip_prefix = "assert_cmd-1.0.8", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.assert_cmd-1.0.8.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.assert_cmd-1.0.8.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__atty-0.2.14", + name = "rules_rust_wasm_bindgen_deps__atty-0.2.14", sha256 = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8", type = "tar.gz", urls = ["https://static.crates.io/crates/atty/0.2.14/download"], strip_prefix = "atty-0.2.14", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.atty-0.2.14.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.atty-0.2.14.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__autocfg-1.1.0", + name = "rules_rust_wasm_bindgen_deps__autocfg-1.1.0", sha256 = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa", type = "tar.gz", urls = ["https://static.crates.io/crates/autocfg/1.1.0/download"], strip_prefix = "autocfg-1.1.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.autocfg-1.1.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.autocfg-1.1.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__base64-0.13.1", + name = "rules_rust_wasm_bindgen_deps__base64-0.13.1", sha256 = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8", type = "tar.gz", urls = ["https://static.crates.io/crates/base64/0.13.1/download"], strip_prefix = "base64-0.13.1", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.base64-0.13.1.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.base64-0.13.1.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__base64-0.21.5", + name = "rules_rust_wasm_bindgen_deps__base64-0.21.5", sha256 = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9", type = "tar.gz", urls = ["https://static.crates.io/crates/base64/0.21.5/download"], strip_prefix = "base64-0.21.5", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.base64-0.21.5.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.base64-0.21.5.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__bitflags-1.3.2", + name = "rules_rust_wasm_bindgen_deps__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("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.bitflags-1.3.2.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.bitflags-1.3.2.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__brotli-decompressor-2.5.1", + name = "rules_rust_wasm_bindgen_deps__brotli-decompressor-2.5.1", sha256 = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f", type = "tar.gz", urls = ["https://static.crates.io/crates/brotli-decompressor/2.5.1/download"], strip_prefix = "brotli-decompressor-2.5.1", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.brotli-decompressor-2.5.1.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.brotli-decompressor-2.5.1.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__bstr-0.2.17", + name = "rules_rust_wasm_bindgen_deps__bstr-0.2.17", sha256 = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223", type = "tar.gz", urls = ["https://static.crates.io/crates/bstr/0.2.17/download"], strip_prefix = "bstr-0.2.17", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.bstr-0.2.17.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.bstr-0.2.17.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__buf_redux-0.8.4", + name = "rules_rust_wasm_bindgen_deps__buf_redux-0.8.4", sha256 = "b953a6887648bb07a535631f2bc00fbdb2a2216f135552cb3f534ed136b9c07f", type = "tar.gz", urls = ["https://static.crates.io/crates/buf_redux/0.8.4/download"], strip_prefix = "buf_redux-0.8.4", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.buf_redux-0.8.4.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.buf_redux-0.8.4.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__bumpalo-3.13.0", + name = "rules_rust_wasm_bindgen_deps__bumpalo-3.13.0", sha256 = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1", type = "tar.gz", urls = ["https://static.crates.io/crates/bumpalo/3.13.0/download"], strip_prefix = "bumpalo-3.13.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.bumpalo-3.13.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.bumpalo-3.13.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__cc-1.0.83", + name = "rules_rust_wasm_bindgen_deps__cc-1.0.83", sha256 = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0", type = "tar.gz", urls = ["https://static.crates.io/crates/cc/1.0.83/download"], strip_prefix = "cc-1.0.83", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.cc-1.0.83.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.cc-1.0.83.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__cfg-if-1.0.0", + name = "rules_rust_wasm_bindgen_deps__cfg-if-1.0.0", sha256 = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd", type = "tar.gz", urls = ["https://static.crates.io/crates/cfg-if/1.0.0/download"], strip_prefix = "cfg-if-1.0.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.cfg-if-1.0.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.cfg-if-1.0.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__chrono-0.4.26", + name = "rules_rust_wasm_bindgen_deps__chrono-0.4.26", sha256 = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5", type = "tar.gz", urls = ["https://static.crates.io/crates/chrono/0.4.26/download"], strip_prefix = "chrono-0.4.26", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.chrono-0.4.26.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.chrono-0.4.26.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__chunked_transfer-1.4.1", + name = "rules_rust_wasm_bindgen_deps__chunked_transfer-1.4.1", sha256 = "cca491388666e04d7248af3f60f0c40cfb0991c72205595d7c396e3510207d1a", type = "tar.gz", urls = ["https://static.crates.io/crates/chunked_transfer/1.4.1/download"], strip_prefix = "chunked_transfer-1.4.1", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.chunked_transfer-1.4.1.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.chunked_transfer-1.4.1.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__core-foundation-sys-0.8.4", + name = "rules_rust_wasm_bindgen_deps__core-foundation-sys-0.8.4", sha256 = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa", type = "tar.gz", urls = ["https://static.crates.io/crates/core-foundation-sys/0.8.4/download"], strip_prefix = "core-foundation-sys-0.8.4", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.core-foundation-sys-0.8.4.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.core-foundation-sys-0.8.4.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__crc32fast-1.3.2", + name = "rules_rust_wasm_bindgen_deps__crc32fast-1.3.2", sha256 = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d", type = "tar.gz", urls = ["https://static.crates.io/crates/crc32fast/1.3.2/download"], strip_prefix = "crc32fast-1.3.2", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.crc32fast-1.3.2.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.crc32fast-1.3.2.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__crossbeam-channel-0.5.8", + name = "rules_rust_wasm_bindgen_deps__crossbeam-channel-0.5.8", sha256 = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200", type = "tar.gz", urls = ["https://static.crates.io/crates/crossbeam-channel/0.5.8/download"], strip_prefix = "crossbeam-channel-0.5.8", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.crossbeam-channel-0.5.8.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.crossbeam-channel-0.5.8.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__crossbeam-deque-0.8.3", + name = "rules_rust_wasm_bindgen_deps__crossbeam-deque-0.8.3", sha256 = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef", type = "tar.gz", urls = ["https://static.crates.io/crates/crossbeam-deque/0.8.3/download"], strip_prefix = "crossbeam-deque-0.8.3", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.crossbeam-deque-0.8.3.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.crossbeam-deque-0.8.3.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__crossbeam-epoch-0.9.15", + name = "rules_rust_wasm_bindgen_deps__crossbeam-epoch-0.9.15", sha256 = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7", type = "tar.gz", urls = ["https://static.crates.io/crates/crossbeam-epoch/0.9.15/download"], strip_prefix = "crossbeam-epoch-0.9.15", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.crossbeam-epoch-0.9.15.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.crossbeam-epoch-0.9.15.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__crossbeam-utils-0.8.16", + name = "rules_rust_wasm_bindgen_deps__crossbeam-utils-0.8.16", sha256 = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294", type = "tar.gz", urls = ["https://static.crates.io/crates/crossbeam-utils/0.8.16/download"], strip_prefix = "crossbeam-utils-0.8.16", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.crossbeam-utils-0.8.16.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.crossbeam-utils-0.8.16.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__diff-0.1.13", + name = "rules_rust_wasm_bindgen_deps__diff-0.1.13", sha256 = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8", type = "tar.gz", urls = ["https://static.crates.io/crates/diff/0.1.13/download"], strip_prefix = "diff-0.1.13", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.diff-0.1.13.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.diff-0.1.13.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__difference-2.0.0", + name = "rules_rust_wasm_bindgen_deps__difference-2.0.0", sha256 = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198", type = "tar.gz", urls = ["https://static.crates.io/crates/difference/2.0.0/download"], strip_prefix = "difference-2.0.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.difference-2.0.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.difference-2.0.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__difflib-0.4.0", + name = "rules_rust_wasm_bindgen_deps__difflib-0.4.0", sha256 = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8", type = "tar.gz", urls = ["https://static.crates.io/crates/difflib/0.4.0/download"], strip_prefix = "difflib-0.4.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.difflib-0.4.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.difflib-0.4.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__doc-comment-0.3.3", + name = "rules_rust_wasm_bindgen_deps__doc-comment-0.3.3", sha256 = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10", type = "tar.gz", urls = ["https://static.crates.io/crates/doc-comment/0.3.3/download"], strip_prefix = "doc-comment-0.3.3", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.doc-comment-0.3.3.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.doc-comment-0.3.3.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__docopt-1.1.1", + name = "rules_rust_wasm_bindgen_deps__docopt-1.1.1", sha256 = "7f3f119846c823f9eafcf953a8f6ffb6ed69bf6240883261a7f13b634579a51f", type = "tar.gz", urls = ["https://static.crates.io/crates/docopt/1.1.1/download"], strip_prefix = "docopt-1.1.1", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.docopt-1.1.1.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.docopt-1.1.1.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__either-1.8.1", + name = "rules_rust_wasm_bindgen_deps__either-1.8.1", sha256 = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91", type = "tar.gz", urls = ["https://static.crates.io/crates/either/1.8.1/download"], strip_prefix = "either-1.8.1", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.either-1.8.1.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.either-1.8.1.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__env_logger-0.8.4", + name = "rules_rust_wasm_bindgen_deps__env_logger-0.8.4", sha256 = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3", type = "tar.gz", urls = ["https://static.crates.io/crates/env_logger/0.8.4/download"], strip_prefix = "env_logger-0.8.4", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.env_logger-0.8.4.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.env_logger-0.8.4.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__equivalent-1.0.1", + name = "rules_rust_wasm_bindgen_deps__equivalent-1.0.1", sha256 = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5", type = "tar.gz", urls = ["https://static.crates.io/crates/equivalent/1.0.1/download"], strip_prefix = "equivalent-1.0.1", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.equivalent-1.0.1.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.equivalent-1.0.1.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__errno-0.3.1", + name = "rules_rust_wasm_bindgen_deps__errno-0.3.1", sha256 = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a", type = "tar.gz", urls = ["https://static.crates.io/crates/errno/0.3.1/download"], strip_prefix = "errno-0.3.1", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.errno-0.3.1.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.errno-0.3.1.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__errno-dragonfly-0.1.2", + name = "rules_rust_wasm_bindgen_deps__errno-dragonfly-0.1.2", sha256 = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf", type = "tar.gz", urls = ["https://static.crates.io/crates/errno-dragonfly/0.1.2/download"], strip_prefix = "errno-dragonfly-0.1.2", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.errno-dragonfly-0.1.2.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.errno-dragonfly-0.1.2.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__fallible-iterator-0.2.0", + name = "rules_rust_wasm_bindgen_deps__fallible-iterator-0.2.0", sha256 = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7", type = "tar.gz", urls = ["https://static.crates.io/crates/fallible-iterator/0.2.0/download"], strip_prefix = "fallible-iterator-0.2.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.fallible-iterator-0.2.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.fallible-iterator-0.2.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__fastrand-1.9.0", + name = "rules_rust_wasm_bindgen_deps__fastrand-1.9.0", sha256 = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be", type = "tar.gz", urls = ["https://static.crates.io/crates/fastrand/1.9.0/download"], strip_prefix = "fastrand-1.9.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.fastrand-1.9.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.fastrand-1.9.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__filetime-0.2.21", + name = "rules_rust_wasm_bindgen_deps__filetime-0.2.21", sha256 = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153", type = "tar.gz", urls = ["https://static.crates.io/crates/filetime/0.2.21/download"], strip_prefix = "filetime-0.2.21", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.filetime-0.2.21.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.filetime-0.2.21.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__flate2-1.0.28", + name = "rules_rust_wasm_bindgen_deps__flate2-1.0.28", sha256 = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e", type = "tar.gz", urls = ["https://static.crates.io/crates/flate2/1.0.28/download"], strip_prefix = "flate2-1.0.28", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.flate2-1.0.28.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.flate2-1.0.28.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__float-cmp-0.8.0", + name = "rules_rust_wasm_bindgen_deps__float-cmp-0.8.0", sha256 = "e1267f4ac4f343772758f7b1bdcbe767c218bbab93bb432acbf5162bbf85a6c4", type = "tar.gz", urls = ["https://static.crates.io/crates/float-cmp/0.8.0/download"], strip_prefix = "float-cmp-0.8.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.float-cmp-0.8.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.float-cmp-0.8.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__form_urlencoded-1.2.0", + name = "rules_rust_wasm_bindgen_deps__form_urlencoded-1.2.0", sha256 = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652", type = "tar.gz", urls = ["https://static.crates.io/crates/form_urlencoded/1.2.0/download"], strip_prefix = "form_urlencoded-1.2.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.form_urlencoded-1.2.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.form_urlencoded-1.2.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__getrandom-0.2.10", + name = "rules_rust_wasm_bindgen_deps__getrandom-0.2.10", sha256 = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427", type = "tar.gz", urls = ["https://static.crates.io/crates/getrandom/0.2.10/download"], strip_prefix = "getrandom-0.2.10", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.getrandom-0.2.10.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.getrandom-0.2.10.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__gimli-0.26.2", + name = "rules_rust_wasm_bindgen_deps__gimli-0.26.2", sha256 = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d", type = "tar.gz", urls = ["https://static.crates.io/crates/gimli/0.26.2/download"], strip_prefix = "gimli-0.26.2", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.gimli-0.26.2.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.gimli-0.26.2.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__hashbrown-0.12.3", + name = "rules_rust_wasm_bindgen_deps__hashbrown-0.12.3", sha256 = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888", type = "tar.gz", urls = ["https://static.crates.io/crates/hashbrown/0.12.3/download"], strip_prefix = "hashbrown-0.12.3", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.hashbrown-0.12.3.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.hashbrown-0.12.3.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__hashbrown-0.14.0", + name = "rules_rust_wasm_bindgen_deps__hashbrown-0.14.0", sha256 = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a", type = "tar.gz", urls = ["https://static.crates.io/crates/hashbrown/0.14.0/download"], strip_prefix = "hashbrown-0.14.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.hashbrown-0.14.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.hashbrown-0.14.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__heck-0.3.3", + name = "rules_rust_wasm_bindgen_deps__heck-0.3.3", sha256 = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c", type = "tar.gz", urls = ["https://static.crates.io/crates/heck/0.3.3/download"], strip_prefix = "heck-0.3.3", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.heck-0.3.3.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.heck-0.3.3.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__hermit-abi-0.1.19", + name = "rules_rust_wasm_bindgen_deps__hermit-abi-0.1.19", sha256 = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33", type = "tar.gz", urls = ["https://static.crates.io/crates/hermit-abi/0.1.19/download"], strip_prefix = "hermit-abi-0.1.19", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.hermit-abi-0.1.19.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.hermit-abi-0.1.19.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__hermit-abi-0.3.2", + name = "rules_rust_wasm_bindgen_deps__hermit-abi-0.3.2", sha256 = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b", type = "tar.gz", urls = ["https://static.crates.io/crates/hermit-abi/0.3.2/download"], strip_prefix = "hermit-abi-0.3.2", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.hermit-abi-0.3.2.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.hermit-abi-0.3.2.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__httparse-1.8.0", + name = "rules_rust_wasm_bindgen_deps__httparse-1.8.0", sha256 = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904", type = "tar.gz", urls = ["https://static.crates.io/crates/httparse/1.8.0/download"], strip_prefix = "httparse-1.8.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.httparse-1.8.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.httparse-1.8.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__httpdate-1.0.2", + name = "rules_rust_wasm_bindgen_deps__httpdate-1.0.2", sha256 = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421", type = "tar.gz", urls = ["https://static.crates.io/crates/httpdate/1.0.2/download"], strip_prefix = "httpdate-1.0.2", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.httpdate-1.0.2.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.httpdate-1.0.2.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__humantime-2.1.0", + name = "rules_rust_wasm_bindgen_deps__humantime-2.1.0", sha256 = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4", type = "tar.gz", urls = ["https://static.crates.io/crates/humantime/2.1.0/download"], strip_prefix = "humantime-2.1.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.humantime-2.1.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.humantime-2.1.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__iana-time-zone-0.1.57", + name = "rules_rust_wasm_bindgen_deps__iana-time-zone-0.1.57", sha256 = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613", type = "tar.gz", urls = ["https://static.crates.io/crates/iana-time-zone/0.1.57/download"], strip_prefix = "iana-time-zone-0.1.57", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.iana-time-zone-0.1.57.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.iana-time-zone-0.1.57.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__iana-time-zone-haiku-0.1.2", + name = "rules_rust_wasm_bindgen_deps__iana-time-zone-haiku-0.1.2", sha256 = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f", type = "tar.gz", urls = ["https://static.crates.io/crates/iana-time-zone-haiku/0.1.2/download"], strip_prefix = "iana-time-zone-haiku-0.1.2", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.iana-time-zone-haiku-0.1.2.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.iana-time-zone-haiku-0.1.2.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__id-arena-2.2.1", + name = "rules_rust_wasm_bindgen_deps__id-arena-2.2.1", sha256 = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005", type = "tar.gz", urls = ["https://static.crates.io/crates/id-arena/2.2.1/download"], strip_prefix = "id-arena-2.2.1", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.id-arena-2.2.1.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.id-arena-2.2.1.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__idna-0.4.0", + name = "rules_rust_wasm_bindgen_deps__idna-0.4.0", sha256 = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c", type = "tar.gz", urls = ["https://static.crates.io/crates/idna/0.4.0/download"], strip_prefix = "idna-0.4.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.idna-0.4.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.idna-0.4.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__indexmap-1.9.3", + name = "rules_rust_wasm_bindgen_deps__indexmap-1.9.3", sha256 = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99", type = "tar.gz", urls = ["https://static.crates.io/crates/indexmap/1.9.3/download"], strip_prefix = "indexmap-1.9.3", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.indexmap-1.9.3.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.indexmap-1.9.3.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__indexmap-2.0.0", + name = "rules_rust_wasm_bindgen_deps__indexmap-2.0.0", sha256 = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d", type = "tar.gz", urls = ["https://static.crates.io/crates/indexmap/2.0.0/download"], strip_prefix = "indexmap-2.0.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.indexmap-2.0.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.indexmap-2.0.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__instant-0.1.12", + name = "rules_rust_wasm_bindgen_deps__instant-0.1.12", sha256 = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c", type = "tar.gz", urls = ["https://static.crates.io/crates/instant/0.1.12/download"], strip_prefix = "instant-0.1.12", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.instant-0.1.12.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.instant-0.1.12.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__io-lifetimes-1.0.11", + name = "rules_rust_wasm_bindgen_deps__io-lifetimes-1.0.11", sha256 = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2", type = "tar.gz", urls = ["https://static.crates.io/crates/io-lifetimes/1.0.11/download"], strip_prefix = "io-lifetimes-1.0.11", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.io-lifetimes-1.0.11.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.io-lifetimes-1.0.11.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__itertools-0.10.5", + name = "rules_rust_wasm_bindgen_deps__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("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.itertools-0.10.5.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.itertools-0.10.5.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__itoa-1.0.8", + name = "rules_rust_wasm_bindgen_deps__itoa-1.0.8", sha256 = "62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a", type = "tar.gz", urls = ["https://static.crates.io/crates/itoa/1.0.8/download"], strip_prefix = "itoa-1.0.8", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.itoa-1.0.8.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.itoa-1.0.8.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__js-sys-0.3.64", + name = "rules_rust_wasm_bindgen_deps__js-sys-0.3.64", sha256 = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a", type = "tar.gz", urls = ["https://static.crates.io/crates/js-sys/0.3.64/download"], strip_prefix = "js-sys-0.3.64", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.js-sys-0.3.64.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.js-sys-0.3.64.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__lazy_static-1.4.0", + name = "rules_rust_wasm_bindgen_deps__lazy_static-1.4.0", sha256 = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646", type = "tar.gz", urls = ["https://static.crates.io/crates/lazy_static/1.4.0/download"], strip_prefix = "lazy_static-1.4.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.lazy_static-1.4.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.lazy_static-1.4.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__leb128-0.2.5", + name = "rules_rust_wasm_bindgen_deps__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("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.leb128-0.2.5.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.leb128-0.2.5.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__libc-0.2.150", + name = "rules_rust_wasm_bindgen_deps__libc-0.2.150", sha256 = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c", type = "tar.gz", urls = ["https://static.crates.io/crates/libc/0.2.150/download"], strip_prefix = "libc-0.2.150", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.libc-0.2.150.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.libc-0.2.150.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__linux-raw-sys-0.3.8", + name = "rules_rust_wasm_bindgen_deps__linux-raw-sys-0.3.8", sha256 = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519", type = "tar.gz", urls = ["https://static.crates.io/crates/linux-raw-sys/0.3.8/download"], strip_prefix = "linux-raw-sys-0.3.8", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.linux-raw-sys-0.3.8.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.linux-raw-sys-0.3.8.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__log-0.4.19", + name = "rules_rust_wasm_bindgen_deps__log-0.4.19", sha256 = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4", type = "tar.gz", urls = ["https://static.crates.io/crates/log/0.4.19/download"], strip_prefix = "log-0.4.19", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.log-0.4.19.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.log-0.4.19.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__memchr-2.5.0", + name = "rules_rust_wasm_bindgen_deps__memchr-2.5.0", sha256 = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d", type = "tar.gz", urls = ["https://static.crates.io/crates/memchr/2.5.0/download"], strip_prefix = "memchr-2.5.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.memchr-2.5.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.memchr-2.5.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__memoffset-0.9.0", + name = "rules_rust_wasm_bindgen_deps__memoffset-0.9.0", sha256 = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c", type = "tar.gz", urls = ["https://static.crates.io/crates/memoffset/0.9.0/download"], strip_prefix = "memoffset-0.9.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.memoffset-0.9.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.memoffset-0.9.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__mime-0.3.17", + name = "rules_rust_wasm_bindgen_deps__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("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.mime-0.3.17.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.mime-0.3.17.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__mime_guess-2.0.4", + name = "rules_rust_wasm_bindgen_deps__mime_guess-2.0.4", sha256 = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef", type = "tar.gz", urls = ["https://static.crates.io/crates/mime_guess/2.0.4/download"], strip_prefix = "mime_guess-2.0.4", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.mime_guess-2.0.4.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.mime_guess-2.0.4.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__miniz_oxide-0.7.1", + name = "rules_rust_wasm_bindgen_deps__miniz_oxide-0.7.1", sha256 = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7", type = "tar.gz", urls = ["https://static.crates.io/crates/miniz_oxide/0.7.1/download"], strip_prefix = "miniz_oxide-0.7.1", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.miniz_oxide-0.7.1.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.miniz_oxide-0.7.1.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__multipart-0.18.0", + name = "rules_rust_wasm_bindgen_deps__multipart-0.18.0", sha256 = "00dec633863867f29cb39df64a397cdf4a6354708ddd7759f70c7fb51c5f9182", type = "tar.gz", urls = ["https://static.crates.io/crates/multipart/0.18.0/download"], strip_prefix = "multipart-0.18.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.multipart-0.18.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.multipart-0.18.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__normalize-line-endings-0.3.0", + name = "rules_rust_wasm_bindgen_deps__normalize-line-endings-0.3.0", sha256 = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be", type = "tar.gz", urls = ["https://static.crates.io/crates/normalize-line-endings/0.3.0/download"], strip_prefix = "normalize-line-endings-0.3.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.normalize-line-endings-0.3.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.normalize-line-endings-0.3.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__num-traits-0.2.15", + name = "rules_rust_wasm_bindgen_deps__num-traits-0.2.15", sha256 = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd", type = "tar.gz", urls = ["https://static.crates.io/crates/num-traits/0.2.15/download"], strip_prefix = "num-traits-0.2.15", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.num-traits-0.2.15.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.num-traits-0.2.15.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__num_cpus-1.16.0", + name = "rules_rust_wasm_bindgen_deps__num_cpus-1.16.0", sha256 = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43", type = "tar.gz", urls = ["https://static.crates.io/crates/num_cpus/1.16.0/download"], strip_prefix = "num_cpus-1.16.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.num_cpus-1.16.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.num_cpus-1.16.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__num_threads-0.1.6", + name = "rules_rust_wasm_bindgen_deps__num_threads-0.1.6", sha256 = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44", type = "tar.gz", urls = ["https://static.crates.io/crates/num_threads/0.1.6/download"], strip_prefix = "num_threads-0.1.6", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.num_threads-0.1.6.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.num_threads-0.1.6.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__once_cell-1.18.0", + name = "rules_rust_wasm_bindgen_deps__once_cell-1.18.0", sha256 = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d", type = "tar.gz", urls = ["https://static.crates.io/crates/once_cell/1.18.0/download"], strip_prefix = "once_cell-1.18.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.once_cell-1.18.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.once_cell-1.18.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__percent-encoding-2.3.0", + name = "rules_rust_wasm_bindgen_deps__percent-encoding-2.3.0", sha256 = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94", type = "tar.gz", urls = ["https://static.crates.io/crates/percent-encoding/2.3.0/download"], strip_prefix = "percent-encoding-2.3.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.percent-encoding-2.3.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.percent-encoding-2.3.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__ppv-lite86-0.2.17", + name = "rules_rust_wasm_bindgen_deps__ppv-lite86-0.2.17", sha256 = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de", type = "tar.gz", urls = ["https://static.crates.io/crates/ppv-lite86/0.2.17/download"], strip_prefix = "ppv-lite86-0.2.17", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.ppv-lite86-0.2.17.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.ppv-lite86-0.2.17.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__predicates-1.0.8", + name = "rules_rust_wasm_bindgen_deps__predicates-1.0.8", sha256 = "f49cfaf7fdaa3bfacc6fa3e7054e65148878354a5cfddcf661df4c851f8021df", type = "tar.gz", urls = ["https://static.crates.io/crates/predicates/1.0.8/download"], strip_prefix = "predicates-1.0.8", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.predicates-1.0.8.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.predicates-1.0.8.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__predicates-2.1.5", + name = "rules_rust_wasm_bindgen_deps__predicates-2.1.5", sha256 = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd", type = "tar.gz", urls = ["https://static.crates.io/crates/predicates/2.1.5/download"], strip_prefix = "predicates-2.1.5", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.predicates-2.1.5.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.predicates-2.1.5.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__predicates-core-1.0.6", + name = "rules_rust_wasm_bindgen_deps__predicates-core-1.0.6", sha256 = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174", type = "tar.gz", urls = ["https://static.crates.io/crates/predicates-core/1.0.6/download"], strip_prefix = "predicates-core-1.0.6", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.predicates-core-1.0.6.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.predicates-core-1.0.6.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__predicates-tree-1.0.9", + name = "rules_rust_wasm_bindgen_deps__predicates-tree-1.0.9", sha256 = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf", type = "tar.gz", urls = ["https://static.crates.io/crates/predicates-tree/1.0.9/download"], strip_prefix = "predicates-tree-1.0.9", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.predicates-tree-1.0.9.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.predicates-tree-1.0.9.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__proc-macro2-1.0.64", + name = "rules_rust_wasm_bindgen_deps__proc-macro2-1.0.64", sha256 = "78803b62cbf1f46fde80d7c0e803111524b9877184cfe7c3033659490ac7a7da", type = "tar.gz", urls = ["https://static.crates.io/crates/proc-macro2/1.0.64/download"], strip_prefix = "proc-macro2-1.0.64", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.proc-macro2-1.0.64.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.proc-macro2-1.0.64.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__quick-error-1.2.3", + name = "rules_rust_wasm_bindgen_deps__quick-error-1.2.3", sha256 = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0", type = "tar.gz", urls = ["https://static.crates.io/crates/quick-error/1.2.3/download"], strip_prefix = "quick-error-1.2.3", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.quick-error-1.2.3.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.quick-error-1.2.3.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__quote-1.0.29", + name = "rules_rust_wasm_bindgen_deps__quote-1.0.29", sha256 = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105", type = "tar.gz", urls = ["https://static.crates.io/crates/quote/1.0.29/download"], strip_prefix = "quote-1.0.29", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.quote-1.0.29.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.quote-1.0.29.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__rand-0.8.5", + name = "rules_rust_wasm_bindgen_deps__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("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.rand-0.8.5.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.rand-0.8.5.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__rand_chacha-0.3.1", + name = "rules_rust_wasm_bindgen_deps__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("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.rand_chacha-0.3.1.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.rand_chacha-0.3.1.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__rand_core-0.6.4", + name = "rules_rust_wasm_bindgen_deps__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("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.rand_core-0.6.4.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.rand_core-0.6.4.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__rayon-1.7.0", + name = "rules_rust_wasm_bindgen_deps__rayon-1.7.0", sha256 = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b", type = "tar.gz", urls = ["https://static.crates.io/crates/rayon/1.7.0/download"], strip_prefix = "rayon-1.7.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.rayon-1.7.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.rayon-1.7.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__rayon-core-1.11.0", + name = "rules_rust_wasm_bindgen_deps__rayon-core-1.11.0", sha256 = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d", type = "tar.gz", urls = ["https://static.crates.io/crates/rayon-core/1.11.0/download"], strip_prefix = "rayon-core-1.11.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.rayon-core-1.11.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.rayon-core-1.11.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__redox_syscall-0.2.16", + name = "rules_rust_wasm_bindgen_deps__redox_syscall-0.2.16", sha256 = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a", type = "tar.gz", urls = ["https://static.crates.io/crates/redox_syscall/0.2.16/download"], strip_prefix = "redox_syscall-0.2.16", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.redox_syscall-0.2.16.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.redox_syscall-0.2.16.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__redox_syscall-0.3.5", + name = "rules_rust_wasm_bindgen_deps__redox_syscall-0.3.5", sha256 = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29", type = "tar.gz", urls = ["https://static.crates.io/crates/redox_syscall/0.3.5/download"], strip_prefix = "redox_syscall-0.3.5", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.redox_syscall-0.3.5.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.redox_syscall-0.3.5.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__regex-1.9.1", + name = "rules_rust_wasm_bindgen_deps__regex-1.9.1", sha256 = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575", type = "tar.gz", urls = ["https://static.crates.io/crates/regex/1.9.1/download"], strip_prefix = "regex-1.9.1", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.regex-1.9.1.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.regex-1.9.1.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__regex-automata-0.1.10", + name = "rules_rust_wasm_bindgen_deps__regex-automata-0.1.10", sha256 = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132", type = "tar.gz", urls = ["https://static.crates.io/crates/regex-automata/0.1.10/download"], strip_prefix = "regex-automata-0.1.10", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.regex-automata-0.1.10.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.regex-automata-0.1.10.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__regex-automata-0.3.3", + name = "rules_rust_wasm_bindgen_deps__regex-automata-0.3.3", sha256 = "39354c10dd07468c2e73926b23bb9c2caca74c5501e38a35da70406f1d923310", type = "tar.gz", urls = ["https://static.crates.io/crates/regex-automata/0.3.3/download"], strip_prefix = "regex-automata-0.3.3", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.regex-automata-0.3.3.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.regex-automata-0.3.3.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__regex-syntax-0.7.4", + name = "rules_rust_wasm_bindgen_deps__regex-syntax-0.7.4", sha256 = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2", type = "tar.gz", urls = ["https://static.crates.io/crates/regex-syntax/0.7.4/download"], strip_prefix = "regex-syntax-0.7.4", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.regex-syntax-0.7.4.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.regex-syntax-0.7.4.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__ring-0.17.5", + name = "rules_rust_wasm_bindgen_deps__ring-0.17.5", sha256 = "fb0205304757e5d899b9c2e448b867ffd03ae7f988002e47cd24954391394d0b", type = "tar.gz", urls = ["https://static.crates.io/crates/ring/0.17.5/download"], strip_prefix = "ring-0.17.5", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.ring-0.17.5.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.ring-0.17.5.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__rouille-3.6.2", + name = "rules_rust_wasm_bindgen_deps__rouille-3.6.2", sha256 = "3716fbf57fc1084d7a706adf4e445298d123e4a44294c4e8213caf1b85fcc921", type = "tar.gz", urls = ["https://static.crates.io/crates/rouille/3.6.2/download"], strip_prefix = "rouille-3.6.2", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.rouille-3.6.2.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.rouille-3.6.2.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__rustc-demangle-0.1.23", + name = "rules_rust_wasm_bindgen_deps__rustc-demangle-0.1.23", sha256 = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76", type = "tar.gz", urls = ["https://static.crates.io/crates/rustc-demangle/0.1.23/download"], strip_prefix = "rustc-demangle-0.1.23", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.rustc-demangle-0.1.23.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.rustc-demangle-0.1.23.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__rustix-0.37.23", + name = "rules_rust_wasm_bindgen_deps__rustix-0.37.23", sha256 = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06", type = "tar.gz", urls = ["https://static.crates.io/crates/rustix/0.37.23/download"], strip_prefix = "rustix-0.37.23", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.rustix-0.37.23.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.rustix-0.37.23.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__rustls-0.21.8", + name = "rules_rust_wasm_bindgen_deps__rustls-0.21.8", sha256 = "446e14c5cda4f3f30fe71863c34ec70f5ac79d6087097ad0bb433e1be5edf04c", type = "tar.gz", urls = ["https://static.crates.io/crates/rustls/0.21.8/download"], strip_prefix = "rustls-0.21.8", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.rustls-0.21.8.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.rustls-0.21.8.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__rustls-webpki-0.101.7", + name = "rules_rust_wasm_bindgen_deps__rustls-webpki-0.101.7", sha256 = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765", type = "tar.gz", urls = ["https://static.crates.io/crates/rustls-webpki/0.101.7/download"], strip_prefix = "rustls-webpki-0.101.7", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.rustls-webpki-0.101.7.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.rustls-webpki-0.101.7.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__ryu-1.0.14", + name = "rules_rust_wasm_bindgen_deps__ryu-1.0.14", sha256 = "fe232bdf6be8c8de797b22184ee71118d63780ea42ac85b61d1baa6d3b782ae9", type = "tar.gz", urls = ["https://static.crates.io/crates/ryu/1.0.14/download"], strip_prefix = "ryu-1.0.14", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.ryu-1.0.14.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.ryu-1.0.14.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__safemem-0.3.3", + name = "rules_rust_wasm_bindgen_deps__safemem-0.3.3", sha256 = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072", type = "tar.gz", urls = ["https://static.crates.io/crates/safemem/0.3.3/download"], strip_prefix = "safemem-0.3.3", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.safemem-0.3.3.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.safemem-0.3.3.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__scopeguard-1.1.0", + name = "rules_rust_wasm_bindgen_deps__scopeguard-1.1.0", sha256 = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd", type = "tar.gz", urls = ["https://static.crates.io/crates/scopeguard/1.1.0/download"], strip_prefix = "scopeguard-1.1.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.scopeguard-1.1.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.scopeguard-1.1.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__sct-0.7.1", + name = "rules_rust_wasm_bindgen_deps__sct-0.7.1", sha256 = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414", type = "tar.gz", urls = ["https://static.crates.io/crates/sct/0.7.1/download"], strip_prefix = "sct-0.7.1", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.sct-0.7.1.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.sct-0.7.1.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__semver-1.0.17", + name = "rules_rust_wasm_bindgen_deps__semver-1.0.17", sha256 = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed", type = "tar.gz", urls = ["https://static.crates.io/crates/semver/1.0.17/download"], strip_prefix = "semver-1.0.17", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.semver-1.0.17.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.semver-1.0.17.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__serde-1.0.171", + name = "rules_rust_wasm_bindgen_deps__serde-1.0.171", sha256 = "30e27d1e4fd7659406c492fd6cfaf2066ba8773de45ca75e855590f856dc34a9", type = "tar.gz", urls = ["https://static.crates.io/crates/serde/1.0.171/download"], strip_prefix = "serde-1.0.171", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.serde-1.0.171.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.serde-1.0.171.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__serde_derive-1.0.171", + name = "rules_rust_wasm_bindgen_deps__serde_derive-1.0.171", sha256 = "389894603bd18c46fa56231694f8d827779c0951a667087194cf9de94ed24682", type = "tar.gz", urls = ["https://static.crates.io/crates/serde_derive/1.0.171/download"], strip_prefix = "serde_derive-1.0.171", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.serde_derive-1.0.171.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.serde_derive-1.0.171.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__serde_json-1.0.102", + name = "rules_rust_wasm_bindgen_deps__serde_json-1.0.102", sha256 = "b5062a995d481b2308b6064e9af76011f2921c35f97b0468811ed9f6cd91dfed", type = "tar.gz", urls = ["https://static.crates.io/crates/serde_json/1.0.102/download"], strip_prefix = "serde_json-1.0.102", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.serde_json-1.0.102.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.serde_json-1.0.102.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__sha1_smol-1.0.0", + name = "rules_rust_wasm_bindgen_deps__sha1_smol-1.0.0", sha256 = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012", type = "tar.gz", urls = ["https://static.crates.io/crates/sha1_smol/1.0.0/download"], strip_prefix = "sha1_smol-1.0.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.sha1_smol-1.0.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.sha1_smol-1.0.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__spin-0.9.8", + name = "rules_rust_wasm_bindgen_deps__spin-0.9.8", sha256 = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67", type = "tar.gz", urls = ["https://static.crates.io/crates/spin/0.9.8/download"], strip_prefix = "spin-0.9.8", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.spin-0.9.8.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.spin-0.9.8.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__stable_deref_trait-1.2.0", + name = "rules_rust_wasm_bindgen_deps__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("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.stable_deref_trait-1.2.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.stable_deref_trait-1.2.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__strsim-0.10.0", + name = "rules_rust_wasm_bindgen_deps__strsim-0.10.0", sha256 = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623", type = "tar.gz", urls = ["https://static.crates.io/crates/strsim/0.10.0/download"], strip_prefix = "strsim-0.10.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.strsim-0.10.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.strsim-0.10.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__syn-1.0.109", + name = "rules_rust_wasm_bindgen_deps__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("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.syn-1.0.109.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.syn-1.0.109.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__syn-2.0.25", + name = "rules_rust_wasm_bindgen_deps__syn-2.0.25", sha256 = "15e3fc8c0c74267e2df136e5e5fb656a464158aa57624053375eb9c8c6e25ae2", type = "tar.gz", urls = ["https://static.crates.io/crates/syn/2.0.25/download"], strip_prefix = "syn-2.0.25", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.syn-2.0.25.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.syn-2.0.25.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__tempfile-3.6.0", + name = "rules_rust_wasm_bindgen_deps__tempfile-3.6.0", sha256 = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6", type = "tar.gz", urls = ["https://static.crates.io/crates/tempfile/3.6.0/download"], strip_prefix = "tempfile-3.6.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.tempfile-3.6.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.tempfile-3.6.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__termcolor-1.2.0", + name = "rules_rust_wasm_bindgen_deps__termcolor-1.2.0", sha256 = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6", type = "tar.gz", urls = ["https://static.crates.io/crates/termcolor/1.2.0/download"], strip_prefix = "termcolor-1.2.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.termcolor-1.2.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.termcolor-1.2.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__termtree-0.4.1", + name = "rules_rust_wasm_bindgen_deps__termtree-0.4.1", sha256 = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76", type = "tar.gz", urls = ["https://static.crates.io/crates/termtree/0.4.1/download"], strip_prefix = "termtree-0.4.1", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.termtree-0.4.1.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.termtree-0.4.1.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__threadpool-1.8.1", + name = "rules_rust_wasm_bindgen_deps__threadpool-1.8.1", sha256 = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa", type = "tar.gz", urls = ["https://static.crates.io/crates/threadpool/1.8.1/download"], strip_prefix = "threadpool-1.8.1", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.threadpool-1.8.1.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.threadpool-1.8.1.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__time-0.3.23", + name = "rules_rust_wasm_bindgen_deps__time-0.3.23", sha256 = "59e399c068f43a5d116fedaf73b203fa4f9c519f17e2b34f63221d3792f81446", type = "tar.gz", urls = ["https://static.crates.io/crates/time/0.3.23/download"], strip_prefix = "time-0.3.23", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.time-0.3.23.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.time-0.3.23.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__time-core-0.1.1", + name = "rules_rust_wasm_bindgen_deps__time-core-0.1.1", sha256 = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb", type = "tar.gz", urls = ["https://static.crates.io/crates/time-core/0.1.1/download"], strip_prefix = "time-core-0.1.1", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.time-core-0.1.1.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.time-core-0.1.1.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__tiny_http-0.12.0", + name = "rules_rust_wasm_bindgen_deps__tiny_http-0.12.0", sha256 = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82", type = "tar.gz", urls = ["https://static.crates.io/crates/tiny_http/0.12.0/download"], strip_prefix = "tiny_http-0.12.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.tiny_http-0.12.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.tiny_http-0.12.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__tinyvec-1.6.0", + name = "rules_rust_wasm_bindgen_deps__tinyvec-1.6.0", sha256 = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50", type = "tar.gz", urls = ["https://static.crates.io/crates/tinyvec/1.6.0/download"], strip_prefix = "tinyvec-1.6.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.tinyvec-1.6.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.tinyvec-1.6.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__tinyvec_macros-0.1.1", + name = "rules_rust_wasm_bindgen_deps__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("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.tinyvec_macros-0.1.1.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.tinyvec_macros-0.1.1.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__twoway-0.1.8", + name = "rules_rust_wasm_bindgen_deps__twoway-0.1.8", sha256 = "59b11b2b5241ba34be09c3cc85a36e56e48f9888862e19cedf23336d35316ed1", type = "tar.gz", urls = ["https://static.crates.io/crates/twoway/0.1.8/download"], strip_prefix = "twoway-0.1.8", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.twoway-0.1.8.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.twoway-0.1.8.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__unicase-2.6.0", + name = "rules_rust_wasm_bindgen_deps__unicase-2.6.0", sha256 = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6", type = "tar.gz", urls = ["https://static.crates.io/crates/unicase/2.6.0/download"], strip_prefix = "unicase-2.6.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.unicase-2.6.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.unicase-2.6.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__unicode-bidi-0.3.13", + name = "rules_rust_wasm_bindgen_deps__unicode-bidi-0.3.13", sha256 = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460", type = "tar.gz", urls = ["https://static.crates.io/crates/unicode-bidi/0.3.13/download"], strip_prefix = "unicode-bidi-0.3.13", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.unicode-bidi-0.3.13.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.unicode-bidi-0.3.13.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__unicode-ident-1.0.10", + name = "rules_rust_wasm_bindgen_deps__unicode-ident-1.0.10", sha256 = "22049a19f4a68748a168c0fc439f9516686aa045927ff767eca0a85101fb6e73", type = "tar.gz", urls = ["https://static.crates.io/crates/unicode-ident/1.0.10/download"], strip_prefix = "unicode-ident-1.0.10", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.unicode-ident-1.0.10.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.unicode-ident-1.0.10.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__unicode-normalization-0.1.22", + name = "rules_rust_wasm_bindgen_deps__unicode-normalization-0.1.22", sha256 = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921", type = "tar.gz", urls = ["https://static.crates.io/crates/unicode-normalization/0.1.22/download"], strip_prefix = "unicode-normalization-0.1.22", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.unicode-normalization-0.1.22.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.unicode-normalization-0.1.22.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__unicode-segmentation-1.10.1", + name = "rules_rust_wasm_bindgen_deps__unicode-segmentation-1.10.1", sha256 = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36", type = "tar.gz", urls = ["https://static.crates.io/crates/unicode-segmentation/1.10.1/download"], strip_prefix = "unicode-segmentation-1.10.1", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.unicode-segmentation-1.10.1.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.unicode-segmentation-1.10.1.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__untrusted-0.9.0", + name = "rules_rust_wasm_bindgen_deps__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("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.untrusted-0.9.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.untrusted-0.9.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__ureq-2.8.0", + name = "rules_rust_wasm_bindgen_deps__ureq-2.8.0", sha256 = "f5ccd538d4a604753ebc2f17cd9946e89b77bf87f6a8e2309667c6f2e87855e3", type = "tar.gz", urls = ["https://static.crates.io/crates/ureq/2.8.0/download"], strip_prefix = "ureq-2.8.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.ureq-2.8.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.ureq-2.8.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__url-2.4.0", + name = "rules_rust_wasm_bindgen_deps__url-2.4.0", sha256 = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb", type = "tar.gz", urls = ["https://static.crates.io/crates/url/2.4.0/download"], strip_prefix = "url-2.4.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.url-2.4.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.url-2.4.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__version_check-0.9.4", + name = "rules_rust_wasm_bindgen_deps__version_check-0.9.4", sha256 = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f", type = "tar.gz", urls = ["https://static.crates.io/crates/version_check/0.9.4/download"], strip_prefix = "version_check-0.9.4", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.version_check-0.9.4.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.version_check-0.9.4.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__wait-timeout-0.2.0", + name = "rules_rust_wasm_bindgen_deps__wait-timeout-0.2.0", sha256 = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6", type = "tar.gz", urls = ["https://static.crates.io/crates/wait-timeout/0.2.0/download"], strip_prefix = "wait-timeout-0.2.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.wait-timeout-0.2.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.wait-timeout-0.2.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__walrus-0.20.3", + name = "rules_rust_wasm_bindgen_deps__walrus-0.20.3", sha256 = "2c03529cd0c4400a2449f640d2f27cd1b48c3065226d15e26d98e4429ab0adb7", type = "tar.gz", urls = ["https://static.crates.io/crates/walrus/0.20.3/download"], strip_prefix = "walrus-0.20.3", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.walrus-0.20.3.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.walrus-0.20.3.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__walrus-macro-0.19.0", + name = "rules_rust_wasm_bindgen_deps__walrus-macro-0.19.0", sha256 = "0a6e5bd22c71e77d60140b0bd5be56155a37e5bd14e24f5f87298040d0cc40d7", type = "tar.gz", urls = ["https://static.crates.io/crates/walrus-macro/0.19.0/download"], strip_prefix = "walrus-macro-0.19.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.walrus-macro-0.19.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.walrus-macro-0.19.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__wasi-0.11.0-wasi-snapshot-preview1", + name = "rules_rust_wasm_bindgen_deps__wasi-0.11.0-wasi-snapshot-preview1", sha256 = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423", type = "tar.gz", urls = ["https://static.crates.io/crates/wasi/0.11.0+wasi-snapshot-preview1/download"], strip_prefix = "wasi-0.11.0+wasi-snapshot-preview1", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.wasi-0.11.0+wasi-snapshot-preview1.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.wasi-0.11.0+wasi-snapshot-preview1.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__wasm-bindgen-0.2.92", + name = "rules_rust_wasm_bindgen_deps__wasm-bindgen-0.2.92", sha256 = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8", type = "tar.gz", urls = ["https://static.crates.io/crates/wasm-bindgen/0.2.92/download"], strip_prefix = "wasm-bindgen-0.2.92", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.wasm-bindgen-0.2.92.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.wasm-bindgen-0.2.92.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__wasm-bindgen-backend-0.2.92", + name = "rules_rust_wasm_bindgen_deps__wasm-bindgen-backend-0.2.92", sha256 = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da", type = "tar.gz", urls = ["https://static.crates.io/crates/wasm-bindgen-backend/0.2.92/download"], strip_prefix = "wasm-bindgen-backend-0.2.92", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.wasm-bindgen-backend-0.2.92.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.wasm-bindgen-backend-0.2.92.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__wasm-bindgen-cli-support-0.2.92", + name = "rules_rust_wasm_bindgen_deps__wasm-bindgen-cli-support-0.2.92", sha256 = "ca821da8c1ae6c87c5e94493939a206daa8587caff227c6032e0061a3d80817f", type = "tar.gz", urls = ["https://static.crates.io/crates/wasm-bindgen-cli-support/0.2.92/download"], strip_prefix = "wasm-bindgen-cli-support-0.2.92", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.wasm-bindgen-cli-support-0.2.92.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.wasm-bindgen-cli-support-0.2.92.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__wasm-bindgen-externref-xform-0.2.92", + name = "rules_rust_wasm_bindgen_deps__wasm-bindgen-externref-xform-0.2.92", sha256 = "102582726b35a30d53157fbf8de3d0f0fed4c40c0c7951d69a034e9ef01da725", type = "tar.gz", urls = ["https://static.crates.io/crates/wasm-bindgen-externref-xform/0.2.92/download"], strip_prefix = "wasm-bindgen-externref-xform-0.2.92", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.wasm-bindgen-externref-xform-0.2.92.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.wasm-bindgen-externref-xform-0.2.92.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__wasm-bindgen-macro-0.2.92", + name = "rules_rust_wasm_bindgen_deps__wasm-bindgen-macro-0.2.92", sha256 = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726", type = "tar.gz", urls = ["https://static.crates.io/crates/wasm-bindgen-macro/0.2.92/download"], strip_prefix = "wasm-bindgen-macro-0.2.92", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.wasm-bindgen-macro-0.2.92.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.wasm-bindgen-macro-0.2.92.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__wasm-bindgen-macro-support-0.2.92", + name = "rules_rust_wasm_bindgen_deps__wasm-bindgen-macro-support-0.2.92", sha256 = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7", type = "tar.gz", urls = ["https://static.crates.io/crates/wasm-bindgen-macro-support/0.2.92/download"], strip_prefix = "wasm-bindgen-macro-support-0.2.92", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.wasm-bindgen-macro-support-0.2.92.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.wasm-bindgen-macro-support-0.2.92.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__wasm-bindgen-multi-value-xform-0.2.92", + name = "rules_rust_wasm_bindgen_deps__wasm-bindgen-multi-value-xform-0.2.92", sha256 = "3498e4799f43523d780ceff498f04d882a8dbc9719c28020034822e5952f32a4", type = "tar.gz", urls = ["https://static.crates.io/crates/wasm-bindgen-multi-value-xform/0.2.92/download"], strip_prefix = "wasm-bindgen-multi-value-xform-0.2.92", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.wasm-bindgen-multi-value-xform-0.2.92.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.wasm-bindgen-multi-value-xform-0.2.92.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__wasm-bindgen-shared-0.2.92", + name = "rules_rust_wasm_bindgen_deps__wasm-bindgen-shared-0.2.92", sha256 = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96", type = "tar.gz", urls = ["https://static.crates.io/crates/wasm-bindgen-shared/0.2.92/download"], strip_prefix = "wasm-bindgen-shared-0.2.92", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.wasm-bindgen-shared-0.2.92.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.wasm-bindgen-shared-0.2.92.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__wasm-bindgen-threads-xform-0.2.92", + name = "rules_rust_wasm_bindgen_deps__wasm-bindgen-threads-xform-0.2.92", sha256 = "2d5add359b7f7d09a55299a9d29be54414264f2b8cf84f8c8fda5be9269b5dd9", type = "tar.gz", urls = ["https://static.crates.io/crates/wasm-bindgen-threads-xform/0.2.92/download"], strip_prefix = "wasm-bindgen-threads-xform-0.2.92", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.wasm-bindgen-threads-xform-0.2.92.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.wasm-bindgen-threads-xform-0.2.92.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__wasm-bindgen-wasm-conventions-0.2.92", + name = "rules_rust_wasm_bindgen_deps__wasm-bindgen-wasm-conventions-0.2.92", sha256 = "8c04e3607b810e76768260db3a5f2e8beb477cb089ef8726da85c8eb9bd3b575", type = "tar.gz", urls = ["https://static.crates.io/crates/wasm-bindgen-wasm-conventions/0.2.92/download"], strip_prefix = "wasm-bindgen-wasm-conventions-0.2.92", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.wasm-bindgen-wasm-conventions-0.2.92.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.wasm-bindgen-wasm-conventions-0.2.92.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__wasm-bindgen-wasm-interpreter-0.2.92", + name = "rules_rust_wasm_bindgen_deps__wasm-bindgen-wasm-interpreter-0.2.92", sha256 = "9ea966593c8243a33eb4d643254eb97a69de04e89462f46cf6b4f506aae89b3a", type = "tar.gz", urls = ["https://static.crates.io/crates/wasm-bindgen-wasm-interpreter/0.2.92/download"], strip_prefix = "wasm-bindgen-wasm-interpreter-0.2.92", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.wasm-bindgen-wasm-interpreter-0.2.92.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.wasm-bindgen-wasm-interpreter-0.2.92.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__wasm-encoder-0.29.0", + name = "rules_rust_wasm_bindgen_deps__wasm-encoder-0.29.0", sha256 = "18c41dbd92eaebf3612a39be316540b8377c871cb9bde6b064af962984912881", type = "tar.gz", urls = ["https://static.crates.io/crates/wasm-encoder/0.29.0/download"], strip_prefix = "wasm-encoder-0.29.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.wasm-encoder-0.29.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.wasm-encoder-0.29.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__wasmparser-0.102.0", + name = "rules_rust_wasm_bindgen_deps__wasmparser-0.102.0", sha256 = "48134de3d7598219ab9eaf6b91b15d8e50d31da76b8519fe4ecfcec2cf35104b", type = "tar.gz", urls = ["https://static.crates.io/crates/wasmparser/0.102.0/download"], strip_prefix = "wasmparser-0.102.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.wasmparser-0.102.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.wasmparser-0.102.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__wasmparser-0.108.0", + name = "rules_rust_wasm_bindgen_deps__wasmparser-0.108.0", sha256 = "76c956109dcb41436a39391139d9b6e2d0a5e0b158e1293ef352ec977e5e36c5", type = "tar.gz", urls = ["https://static.crates.io/crates/wasmparser/0.108.0/download"], strip_prefix = "wasmparser-0.108.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.wasmparser-0.108.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.wasmparser-0.108.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__wasmparser-0.80.2", + name = "rules_rust_wasm_bindgen_deps__wasmparser-0.80.2", sha256 = "449167e2832691a1bff24cde28d2804e90e09586a448c8e76984792c44334a6b", type = "tar.gz", urls = ["https://static.crates.io/crates/wasmparser/0.80.2/download"], strip_prefix = "wasmparser-0.80.2", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.wasmparser-0.80.2.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.wasmparser-0.80.2.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__wasmprinter-0.2.60", + name = "rules_rust_wasm_bindgen_deps__wasmprinter-0.2.60", sha256 = "b76cb909fe3d9b0de58cee1f4072247e680ff5cc1558ccad2790a9de14a23993", type = "tar.gz", urls = ["https://static.crates.io/crates/wasmprinter/0.2.60/download"], strip_prefix = "wasmprinter-0.2.60", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.wasmprinter-0.2.60.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.wasmprinter-0.2.60.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__webpki-roots-0.25.2", + name = "rules_rust_wasm_bindgen_deps__webpki-roots-0.25.2", sha256 = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc", type = "tar.gz", urls = ["https://static.crates.io/crates/webpki-roots/0.25.2/download"], strip_prefix = "webpki-roots-0.25.2", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.webpki-roots-0.25.2.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.webpki-roots-0.25.2.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__winapi-0.3.9", + name = "rules_rust_wasm_bindgen_deps__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("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.winapi-0.3.9.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.winapi-0.3.9.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__winapi-i686-pc-windows-gnu-0.4.0", + name = "rules_rust_wasm_bindgen_deps__winapi-i686-pc-windows-gnu-0.4.0", sha256 = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6", type = "tar.gz", urls = ["https://static.crates.io/crates/winapi-i686-pc-windows-gnu/0.4.0/download"], strip_prefix = "winapi-i686-pc-windows-gnu-0.4.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__winapi-util-0.1.5", + name = "rules_rust_wasm_bindgen_deps__winapi-util-0.1.5", sha256 = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178", type = "tar.gz", urls = ["https://static.crates.io/crates/winapi-util/0.1.5/download"], strip_prefix = "winapi-util-0.1.5", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.winapi-util-0.1.5.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.winapi-util-0.1.5.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__winapi-x86_64-pc-windows-gnu-0.4.0", + name = "rules_rust_wasm_bindgen_deps__winapi-x86_64-pc-windows-gnu-0.4.0", sha256 = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f", type = "tar.gz", urls = ["https://static.crates.io/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download"], strip_prefix = "winapi-x86_64-pc-windows-gnu-0.4.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__windows-0.48.0", + name = "rules_rust_wasm_bindgen_deps__windows-0.48.0", sha256 = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f", type = "tar.gz", urls = ["https://static.crates.io/crates/windows/0.48.0/download"], strip_prefix = "windows-0.48.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.windows-0.48.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.windows-0.48.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__windows-sys-0.48.0", + name = "rules_rust_wasm_bindgen_deps__windows-sys-0.48.0", sha256 = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9", type = "tar.gz", urls = ["https://static.crates.io/crates/windows-sys/0.48.0/download"], strip_prefix = "windows-sys-0.48.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.windows-sys-0.48.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.windows-sys-0.48.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__windows-targets-0.48.1", + name = "rules_rust_wasm_bindgen_deps__windows-targets-0.48.1", sha256 = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f", type = "tar.gz", urls = ["https://static.crates.io/crates/windows-targets/0.48.1/download"], strip_prefix = "windows-targets-0.48.1", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.windows-targets-0.48.1.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.windows-targets-0.48.1.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__windows_aarch64_gnullvm-0.48.0", + name = "rules_rust_wasm_bindgen_deps__windows_aarch64_gnullvm-0.48.0", sha256 = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc", type = "tar.gz", urls = ["https://static.crates.io/crates/windows_aarch64_gnullvm/0.48.0/download"], strip_prefix = "windows_aarch64_gnullvm-0.48.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.windows_aarch64_gnullvm-0.48.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.windows_aarch64_gnullvm-0.48.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__windows_aarch64_msvc-0.48.0", + name = "rules_rust_wasm_bindgen_deps__windows_aarch64_msvc-0.48.0", sha256 = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3", type = "tar.gz", urls = ["https://static.crates.io/crates/windows_aarch64_msvc/0.48.0/download"], strip_prefix = "windows_aarch64_msvc-0.48.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.windows_aarch64_msvc-0.48.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.windows_aarch64_msvc-0.48.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__windows_i686_gnu-0.48.0", + name = "rules_rust_wasm_bindgen_deps__windows_i686_gnu-0.48.0", sha256 = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241", type = "tar.gz", urls = ["https://static.crates.io/crates/windows_i686_gnu/0.48.0/download"], strip_prefix = "windows_i686_gnu-0.48.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.windows_i686_gnu-0.48.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.windows_i686_gnu-0.48.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__windows_i686_msvc-0.48.0", + name = "rules_rust_wasm_bindgen_deps__windows_i686_msvc-0.48.0", sha256 = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00", type = "tar.gz", urls = ["https://static.crates.io/crates/windows_i686_msvc/0.48.0/download"], strip_prefix = "windows_i686_msvc-0.48.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.windows_i686_msvc-0.48.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.windows_i686_msvc-0.48.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__windows_x86_64_gnu-0.48.0", + name = "rules_rust_wasm_bindgen_deps__windows_x86_64_gnu-0.48.0", sha256 = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1", type = "tar.gz", urls = ["https://static.crates.io/crates/windows_x86_64_gnu/0.48.0/download"], strip_prefix = "windows_x86_64_gnu-0.48.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.windows_x86_64_gnu-0.48.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.windows_x86_64_gnu-0.48.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__windows_x86_64_gnullvm-0.48.0", + name = "rules_rust_wasm_bindgen_deps__windows_x86_64_gnullvm-0.48.0", sha256 = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953", type = "tar.gz", urls = ["https://static.crates.io/crates/windows_x86_64_gnullvm/0.48.0/download"], strip_prefix = "windows_x86_64_gnullvm-0.48.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.windows_x86_64_gnullvm-0.48.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.windows_x86_64_gnullvm-0.48.0.bazel"), ) maybe( http_archive, - name = "rules_rust_wasm_bindgen__windows_x86_64_msvc-0.48.0", + name = "rules_rust_wasm_bindgen_deps__windows_x86_64_msvc-0.48.0", sha256 = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a", type = "tar.gz", urls = ["https://static.crates.io/crates/windows_x86_64_msvc/0.48.0/download"], strip_prefix = "windows_x86_64_msvc-0.48.0", - build_file = Label("@rules_rust//wasm_bindgen/3rdparty/crates:BUILD.windows_x86_64_msvc-0.48.0.bazel"), + build_file = Label("@rules_rust_wasm_bindgen//3rdparty/crates:BUILD.windows_x86_64_msvc-0.48.0.bazel"), ) return [ - struct(repo = "rules_rust_wasm_bindgen__anyhow-1.0.71", is_dev_dep = False), - struct(repo = "rules_rust_wasm_bindgen__docopt-1.1.1", is_dev_dep = False), - struct(repo = "rules_rust_wasm_bindgen__env_logger-0.8.4", is_dev_dep = False), - struct(repo = "rules_rust_wasm_bindgen__log-0.4.19", is_dev_dep = False), - struct(repo = "rules_rust_wasm_bindgen__rouille-3.6.2", is_dev_dep = False), - struct(repo = "rules_rust_wasm_bindgen__serde-1.0.171", is_dev_dep = False), - struct(repo = "rules_rust_wasm_bindgen__serde_derive-1.0.171", is_dev_dep = False), - struct(repo = "rules_rust_wasm_bindgen__serde_json-1.0.102", is_dev_dep = False), - struct(repo = "rules_rust_wasm_bindgen__ureq-2.8.0", is_dev_dep = False), - struct(repo = "rules_rust_wasm_bindgen__walrus-0.20.3", is_dev_dep = False), - struct(repo = "rules_rust_wasm_bindgen__wasm-bindgen-0.2.92", is_dev_dep = False), - struct(repo = "rules_rust_wasm_bindgen__wasm-bindgen-cli-support-0.2.92", is_dev_dep = False), - struct(repo = "rules_rust_wasm_bindgen__wasm-bindgen-shared-0.2.92", is_dev_dep = False), - struct(repo = "rules_rust_wasm_bindgen__assert_cmd-1.0.8", is_dev_dep = True), - struct(repo = "rules_rust_wasm_bindgen__diff-0.1.13", is_dev_dep = True), - struct(repo = "rules_rust_wasm_bindgen__predicates-1.0.8", is_dev_dep = True), - struct(repo = "rules_rust_wasm_bindgen__rayon-1.7.0", is_dev_dep = True), - struct(repo = "rules_rust_wasm_bindgen__tempfile-3.6.0", is_dev_dep = True), - struct(repo = "rules_rust_wasm_bindgen__wasmparser-0.102.0", is_dev_dep = True), - struct(repo = "rules_rust_wasm_bindgen__wasmprinter-0.2.60", is_dev_dep = True), + struct(repo = "rules_rust_wasm_bindgen_deps__anyhow-1.0.71", is_dev_dep = False), + struct(repo = "rules_rust_wasm_bindgen_deps__docopt-1.1.1", is_dev_dep = False), + struct(repo = "rules_rust_wasm_bindgen_deps__env_logger-0.8.4", is_dev_dep = False), + struct(repo = "rules_rust_wasm_bindgen_deps__log-0.4.19", is_dev_dep = False), + struct(repo = "rules_rust_wasm_bindgen_deps__rouille-3.6.2", is_dev_dep = False), + struct(repo = "rules_rust_wasm_bindgen_deps__serde-1.0.171", is_dev_dep = False), + struct(repo = "rules_rust_wasm_bindgen_deps__serde_derive-1.0.171", is_dev_dep = False), + struct(repo = "rules_rust_wasm_bindgen_deps__serde_json-1.0.102", is_dev_dep = False), + struct(repo = "rules_rust_wasm_bindgen_deps__ureq-2.8.0", is_dev_dep = False), + struct(repo = "rules_rust_wasm_bindgen_deps__walrus-0.20.3", is_dev_dep = False), + struct(repo = "rules_rust_wasm_bindgen_deps__wasm-bindgen-0.2.92", is_dev_dep = False), + struct(repo = "rules_rust_wasm_bindgen_deps__wasm-bindgen-cli-support-0.2.92", is_dev_dep = False), + struct(repo = "rules_rust_wasm_bindgen_deps__wasm-bindgen-shared-0.2.92", is_dev_dep = False), + struct(repo = "rules_rust_wasm_bindgen_deps__assert_cmd-1.0.8", is_dev_dep = True), + struct(repo = "rules_rust_wasm_bindgen_deps__diff-0.1.13", is_dev_dep = True), + struct(repo = "rules_rust_wasm_bindgen_deps__predicates-1.0.8", is_dev_dep = True), + struct(repo = "rules_rust_wasm_bindgen_deps__rayon-1.7.0", is_dev_dep = True), + struct(repo = "rules_rust_wasm_bindgen_deps__tempfile-3.6.0", is_dev_dep = True), + struct(repo = "rules_rust_wasm_bindgen_deps__wasmparser-0.102.0", is_dev_dep = True), + struct(repo = "rules_rust_wasm_bindgen_deps__wasmprinter-0.2.60", is_dev_dep = True), ] diff --git a/wasm_bindgen/3rdparty/patches/BUILD.bazel b/extensions/wasm_bindgen/3rdparty/patches/BUILD.bazel similarity index 100% rename from wasm_bindgen/3rdparty/patches/BUILD.bazel rename to extensions/wasm_bindgen/3rdparty/patches/BUILD.bazel diff --git a/wasm_bindgen/3rdparty/patches/README.md b/extensions/wasm_bindgen/3rdparty/patches/README.md similarity index 100% rename from wasm_bindgen/3rdparty/patches/README.md rename to extensions/wasm_bindgen/3rdparty/patches/README.md diff --git a/wasm_bindgen/3rdparty/patches/resolver.patch b/extensions/wasm_bindgen/3rdparty/patches/resolver.patch similarity index 100% rename from wasm_bindgen/3rdparty/patches/resolver.patch rename to extensions/wasm_bindgen/3rdparty/patches/resolver.patch diff --git a/wasm_bindgen/BUILD.bazel b/extensions/wasm_bindgen/BUILD.bazel similarity index 60% rename from wasm_bindgen/BUILD.bazel rename to extensions/wasm_bindgen/BUILD.bazel index a5e7560c9d..89b511e71c 100644 --- a/wasm_bindgen/BUILD.bazel +++ b/extensions/wasm_bindgen/BUILD.bazel @@ -1,8 +1,12 @@ load("@bazel_skylib//:bzl_library.bzl", "bzl_library") -load("//wasm_bindgen:defs.bzl", "rust_wasm_bindgen_toolchain") +load("//:defs.bzl", "rust_wasm_bindgen_toolchain") package(default_visibility = ["//visibility:public"]) +exports_files([ + "defs.bzl", +]) + toolchain_type( name = "toolchain_type", ) @@ -11,19 +15,18 @@ bzl_library( name = "bzl_lib", srcs = glob(["**/*.bzl"]), deps = [ - "//rust:bzl_lib", - "//wasm_bindgen/3rdparty:bzl_lib", - "//wasm_bindgen/private:bzl_lib", + "//3rdparty:bzl_lib", + "//private:bzl_lib", ], ) rust_wasm_bindgen_toolchain( name = "default_wasm_bindgen_toolchain_impl", - bindgen = "@rules_rust//wasm_bindgen/3rdparty:wasm_bindgen_cli", + bindgen = "@rules_rust_wasm_bindgen//3rdparty:wasm_bindgen_cli", ) toolchain( name = "default_wasm_bindgen_toolchain", toolchain = "default_wasm_bindgen_toolchain_impl", - toolchain_type = "//wasm_bindgen:toolchain_type", + toolchain_type = "//:toolchain_type", ) diff --git a/extensions/wasm_bindgen/DEVELOPMENT.md b/extensions/wasm_bindgen/DEVELOPMENT.md new file mode 100644 index 0000000000..d134c34eff --- /dev/null +++ b/extensions/wasm_bindgen/DEVELOPMENT.md @@ -0,0 +1,12 @@ +# Developing wasm_bindgen + +## Updating [wasm-bindgen][wb] + +Use the followign steps to update to new versions of [wasm-bindgen][wb]. + +1. Update `WASM_BINDGEN_VERSION` in `@rules_rust_wasm_bindgen//:repositories.bzl` +2. Update the sha256 value for the `rules_rust_wasm_bindgen_deps_cli` repository defined in `@rules_rust_wasm_bindgen//:repositories.bzl` to match the artifact from the updated `WASM_BINDGEN_VERSION` value. +3. Regenerate dependencies by running `bazel run ///3rdparty:crates_vendor -- --repin` from the root of `rules_rust`. +4. Verify your changes by running `bazel test //wasm/...` from the `rules_rust/examples` directory. + +[wb]: https://github.com/rustwasm/wasm-bindgen diff --git a/extensions/wasm_bindgen/MODULE.bazel b/extensions/wasm_bindgen/MODULE.bazel new file mode 100644 index 0000000000..0fdb145abe --- /dev/null +++ b/extensions/wasm_bindgen/MODULE.bazel @@ -0,0 +1,63 @@ +"""bazelbuild/rules_rust/extensions/wasm_bindgen""" + +module( + name = "rules_rust_wasm_bindgen", + version = "0.54.1", +) + +bazel_dep( + name = "rules_rust", + version = "0.54.1", +) +local_path_override( + module_name = "rules_rust", + path = "../..", +) + +bazel_dep( + name = "bazel_skylib", + version = "1.5.0", +) +bazel_dep( + name = "rules_cc", + version = "0.0.9", +) +bazel_dep( + name = "aspect_rules_js", + version = "1.39.0", +) +bazel_dep( + name = "rules_nodejs", + version = "5.8.5", +) + +rust_ext_wasm_bindgen = use_extension("//:extensions.bzl", "rust_ext_wasm_bindgen") +use_repo( + rust_ext_wasm_bindgen, + "rules_rust_wasm_bindgen_deps", + "rules_rust_wasm_bindgen_deps__anyhow-1.0.71", + "rules_rust_wasm_bindgen_deps__assert_cmd-1.0.8", + "rules_rust_wasm_bindgen_deps__diff-0.1.13", + "rules_rust_wasm_bindgen_deps__docopt-1.1.1", + "rules_rust_wasm_bindgen_deps__env_logger-0.8.4", + "rules_rust_wasm_bindgen_deps__log-0.4.19", + "rules_rust_wasm_bindgen_deps__predicates-1.0.8", + "rules_rust_wasm_bindgen_deps__rayon-1.7.0", + "rules_rust_wasm_bindgen_deps__rouille-3.6.2", + "rules_rust_wasm_bindgen_deps__serde-1.0.171", + "rules_rust_wasm_bindgen_deps__serde_derive-1.0.171", + "rules_rust_wasm_bindgen_deps__serde_json-1.0.102", + "rules_rust_wasm_bindgen_deps__tempfile-3.6.0", + "rules_rust_wasm_bindgen_deps__ureq-2.8.0", + "rules_rust_wasm_bindgen_deps__walrus-0.20.3", + "rules_rust_wasm_bindgen_deps__wasm-bindgen-0.2.92", + "rules_rust_wasm_bindgen_deps__wasm-bindgen-cli-support-0.2.92", + "rules_rust_wasm_bindgen_deps__wasm-bindgen-shared-0.2.92", + "rules_rust_wasm_bindgen_deps__wasmparser-0.102.0", + "rules_rust_wasm_bindgen_deps__wasmprinter-0.2.60", + "rules_rust_wasm_bindgen_deps_cli", +) + +register_toolchains( + "//:default_wasm_bindgen_toolchain", +) diff --git a/wasm_bindgen/README.md b/extensions/wasm_bindgen/README.md similarity index 100% rename from wasm_bindgen/README.md rename to extensions/wasm_bindgen/README.md diff --git a/extensions/wasm_bindgen/WORKSPACE.bazel b/extensions/wasm_bindgen/WORKSPACE.bazel new file mode 100644 index 0000000000..7a2baf56d1 --- /dev/null +++ b/extensions/wasm_bindgen/WORKSPACE.bazel @@ -0,0 +1,80 @@ +workspace(name = "rules_rust_wasm_bindgen") + +# Users of `rules_rust` will commonly be unable to load it +# using a `local_repository`. Instead, to setup the rules, +# please see https://bazelbuild.github.io/rules_rust/#setup +local_repository( + name = "rules_rust", + path = "../..", +) + +load("@rules_rust//rust:repositories.bzl", "rules_rust_dependencies", "rust_register_toolchains") + +rules_rust_dependencies() + +rust_register_toolchains() + +load("@rules_rust//crate_universe:repositories.bzl", "crate_universe_dependencies") + +crate_universe_dependencies(bootstrap = True) + +load("@rules_rust//tools/rust_analyzer:deps.bzl", "rust_analyzer_dependencies") + +rust_analyzer_dependencies() + +load("//:repositories.bzl", "rust_wasm_bindgen_repositories") + +rust_wasm_bindgen_repositories() + +load("//rules_js:repositories.bzl", "js_rust_wasm_bindgen_dependencies") + +js_rust_wasm_bindgen_dependencies() + +load("//rules_nodejs:repositories.bzl", "nodejs_rust_wasm_bindgen_dependencies") + +nodejs_rust_wasm_bindgen_dependencies() + +load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace") + +bazel_skylib_workspace() + +# --- end stardoc + +load("@aspect_rules_js//js:repositories.bzl", "rules_js_dependencies") + +rules_js_dependencies() + +load("@aspect_rules_js//js:toolchains.bzl", "DEFAULT_NODE_VERSION", "rules_js_register_toolchains") + +rules_js_register_toolchains(node_version = DEFAULT_NODE_VERSION) + +load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") + +http_archive( + name = "build_bazel_rules_nodejs", + sha256 = "709cc0dcb51cf9028dd57c268066e5bc8f03a119ded410a13b5c3925d6e43c48", + urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.8.4/rules_nodejs-5.8.4.tar.gz"], +) + +load("@build_bazel_rules_nodejs//:index.bzl", "node_repositories") + +node_repositories() + +http_archive( + name = "bazel_ci_rules", + sha256 = "eca21884e6f66a88c358e580fd67a6b148d30ab57b1680f62a96c00f9bc6a07e", + strip_prefix = "bazelci_rules-1.0.0", + url = "https://github.com/bazelbuild/continuous-integration/releases/download/rules-1.0.0/bazelci_rules-1.0.0.tar.gz", +) + +# To run with RBE on Bazel CI, uncomment the following lines. +# +# load("@bazel_ci_rules//:rbe_repo.bzl", "rbe_preconfig") +# rbe_preconfig(name = "buildkite_config", toolchain = "ubuntu2004-bazel-java11") + +http_archive( + name = "rules_testing", + sha256 = "02c62574631876a4e3b02a1820cb51167bb9cdcdea2381b2fa9d9b8b11c407c4", + strip_prefix = "rules_testing-0.6.0", + url = "https://github.com/bazelbuild/rules_testing/releases/download/v0.6.0/rules_testing-v0.6.0.tar.gz", +) diff --git a/extensions/wasm_bindgen/WORKSPACE.bzlmod b/extensions/wasm_bindgen/WORKSPACE.bzlmod new file mode 100644 index 0000000000..a4b8eb7017 --- /dev/null +++ b/extensions/wasm_bindgen/WORKSPACE.bzlmod @@ -0,0 +1 @@ +workspace(name = "rules_rust_wasm_bindgen") diff --git a/docs/rust_wasm_bindgen.vm b/extensions/wasm_bindgen/defs.bzl similarity index 68% rename from docs/rust_wasm_bindgen.vm rename to extensions/wasm_bindgen/defs.bzl index 7eedd7ad63..181f1dc0d5 100644 --- a/docs/rust_wasm_bindgen.vm +++ b/extensions/wasm_bindgen/defs.bzl @@ -1,5 +1,4 @@ -#[[ -## Overview +"""# rules_rust_wasm_bindgen Bazel rules for generating wasm modules for Javascript using [wasm-bindgen][wb]. @@ -9,7 +8,7 @@ To begin using the `wasm-bindgen` rules, users can load the necessary dependenci in their workspace by adding the following to their `WORKSPACE.bazel` file. ```python -load("@rules_rust//wasm_bindgen:repositories.bzl", "rust_wasm_bindgen_dependencies", "rust_wasm_bindgen_register_toolchains") +load("@rules_rust_wasm_bindgen//:repositories.bzl", "rust_wasm_bindgen_dependencies", "rust_wasm_bindgen_register_toolchains") rust_wasm_bindgen_dependencies() @@ -26,7 +25,7 @@ toolchains to register in the workspace. ### Interfacing with Javascript rules While it's recommended for users to mantain their own , in the -`@rules_rust//wasm_bindgen` package there exists interface sub-packages for various +`@rules_rust_wasm_bindgen` package there exists interface sub-packages for various Javascript Bazel rules. E.g. `build_bazel_rules_nodejs` or `aspect_rules_js`. The rules defined there are a more convenient way to use `rust_wasm_bindgen` with the associated javascript rules due to the inclusion of additional providers. Each @@ -35,4 +34,18 @@ directory contains a `defs.bzl` file that defines the different variants of [wb]: https://github.com/rustwasm/wasm-bindgen -]]# +""" + +load( + "//:providers.bzl", + _RustWasmBindgenInfo = "RustWasmBindgenInfo", +) +load( + "//private:wasm_bindgen.bzl", + _rust_wasm_bindgen = "rust_wasm_bindgen", + _rust_wasm_bindgen_toolchain = "rust_wasm_bindgen_toolchain", +) + +rust_wasm_bindgen = _rust_wasm_bindgen +rust_wasm_bindgen_toolchain = _rust_wasm_bindgen_toolchain +RustWasmBindgenInfo = _RustWasmBindgenInfo diff --git a/extensions/wasm_bindgen/extensions.bzl b/extensions/wasm_bindgen/extensions.bzl new file mode 100644 index 0000000000..37444316b6 --- /dev/null +++ b/extensions/wasm_bindgen/extensions.bzl @@ -0,0 +1,29 @@ +"""Bzlmod module extensions""" + +load("//:repositories.bzl", "rust_wasm_bindgen_dependencies") +load("//bindgen:repositories.bzl", "rust_bindgen_dependencies") +load("//prost:repositories.bzl", "rust_prost_dependencies") +load("//protobuf:repositories.bzl", "rust_proto_protobuf_dependencies") + +def _rust_ext_impl(module_ctx): + # This should contain the subset of WORKSPACE.bazel that defines + # repositories. + direct_deps = [] + + direct_deps.extend(rust_prost_dependencies(bzlmod = True)) + direct_deps.extend(rust_proto_protobuf_dependencies(bzlmod = True)) + direct_deps.extend(rust_bindgen_dependencies()) + direct_deps.extend(rust_wasm_bindgen_dependencies()) + + # 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 = [], + ) + +rust_ext = module_extension( + doc = "Dependencies for rules_rust extensions.", + implementation = _rust_ext_impl, +) diff --git a/wasm_bindgen/private/BUILD.bazel b/extensions/wasm_bindgen/private/BUILD.bazel similarity index 65% rename from wasm_bindgen/private/BUILD.bazel rename to extensions/wasm_bindgen/private/BUILD.bazel index 9f217f8f90..dae3c33e94 100644 --- a/wasm_bindgen/private/BUILD.bazel +++ b/extensions/wasm_bindgen/private/BUILD.bazel @@ -6,5 +6,8 @@ bzl_library( "transitions.bzl", "wasm_bindgen.bzl", ], - visibility = ["//wasm_bindgen:__pkg__"], + visibility = ["//:__pkg__"], + deps = [ + "@rules_rust//rust:bzl_lib", + ], ) diff --git a/wasm_bindgen/private/transitions.bzl b/extensions/wasm_bindgen/private/transitions.bzl similarity index 85% rename from wasm_bindgen/private/transitions.bzl rename to extensions/wasm_bindgen/private/transitions.bzl index 9ae19946cb..9025a7ad86 100644 --- a/wasm_bindgen/private/transitions.bzl +++ b/extensions/wasm_bindgen/private/transitions.bzl @@ -12,7 +12,7 @@ def _wasm_bindgen_transition(_settings, attr): Returns: dict: A dict of new build settings values to apply """ - return {"//command_line_option:platforms": str(Label("//rust/platform:{}".format(attr.target_arch)))} + return {"//command_line_option:platforms": str(Label("@rules_rust//rust/platform:{}".format(attr.target_arch)))} wasm_bindgen_transition = transition( implementation = _wasm_bindgen_transition, diff --git a/wasm_bindgen/private/wasm_bindgen.bzl b/extensions/wasm_bindgen/private/wasm_bindgen.bzl similarity index 91% rename from wasm_bindgen/private/wasm_bindgen.bzl rename to extensions/wasm_bindgen/private/wasm_bindgen.bzl index cd382e4777..c0336055d2 100644 --- a/wasm_bindgen/private/wasm_bindgen.bzl +++ b/extensions/wasm_bindgen/private/wasm_bindgen.bzl @@ -1,8 +1,8 @@ """Bazel rules for [wasm-bindgen](https://crates.io/crates/wasm-bindgen)""" -load("//rust:defs.bzl", "rust_common") -load("//wasm_bindgen:providers.bzl", "RustWasmBindgenInfo") -load("//wasm_bindgen/private:transitions.bzl", "wasm_bindgen_transition") +load("@rules_rust//rust:defs.bzl", "rust_common") +load("//:providers.bzl", "RustWasmBindgenInfo") +load(":transitions.bzl", "wasm_bindgen_transition") def rust_wasm_bindgen_action(ctx, toolchain, wasm_file, target_output, bindgen_flags = []): """Spawn a `RustWasmBindgen` action. @@ -78,7 +78,7 @@ def rust_wasm_bindgen_action(ctx, toolchain, wasm_file, target_output, bindgen_f mnemonic = "RustWasmBindgen", progress_message = "Generating WebAssembly bindings for {}...".format(progress_message_label), arguments = [args], - toolchain = str(Label("//wasm_bindgen:toolchain_type")), + toolchain = str(Label("//:toolchain_type")), ) return RustWasmBindgenInfo( @@ -88,7 +88,7 @@ def rust_wasm_bindgen_action(ctx, toolchain, wasm_file, target_output, bindgen_f ) def _rust_wasm_bindgen_impl(ctx): - toolchain = ctx.toolchains[Label("//wasm_bindgen:toolchain_type")] + toolchain = ctx.toolchains[Label("//:toolchain_type")] info = rust_wasm_bindgen_action( ctx = ctx, @@ -126,7 +126,7 @@ WASM_BINDGEN_ATTR = { mandatory = True, ), "_allowlist_function_transition": attr.label( - default = Label("//tools/allowlists/function_transition_allowlist"), + default = "@bazel_tools//tools/allowlists/function_transition_allowlist", ), } @@ -160,11 +160,11 @@ An example of this rule in use can be seen at [@rules_rust//examples/wasm](../ex mandatory = True, ), "_allowlist_function_transition": attr.label( - default = Label("//tools/allowlists/function_transition_allowlist"), + default = "@bazel_tools//tools/allowlists/function_transition_allowlist", ), }, toolchains = [ - str(Label("//wasm_bindgen:toolchain_type")), + str(Label("//:toolchain_type")), ], ) @@ -182,7 +182,7 @@ In cases where users want to control or change the version of `wasm-bindgen` use a unique toolchain can be created as in the example below: ```python -load("@rules_rust//bindgen:bindgen.bzl", "rust_bindgen_toolchain") +load("@rules_rust_bindgen//:defs.bzl", "rust_bindgen_toolchain") rust_bindgen_toolchain( bindgen = "//3rdparty/crates:wasm_bindgen_cli__bin", @@ -191,7 +191,7 @@ rust_bindgen_toolchain( toolchain( name = "wasm_bindgen_toolchain", toolchain = "wasm_bindgen_toolchain_impl", - toolchain_type = "@rules_rust//wasm_bindgen:toolchain_type", + toolchain_type = "@rules_rust_wasm_bindgen//:toolchain_type", ) ``` diff --git a/wasm_bindgen/providers.bzl b/extensions/wasm_bindgen/providers.bzl similarity index 100% rename from wasm_bindgen/providers.bzl rename to extensions/wasm_bindgen/providers.bzl diff --git a/wasm_bindgen/repositories.bzl b/extensions/wasm_bindgen/repositories.bzl similarity index 82% rename from wasm_bindgen/repositories.bzl rename to extensions/wasm_bindgen/repositories.bzl index 133d15b38c..8f16b2d1d1 100644 --- a/wasm_bindgen/repositories.bzl +++ b/extensions/wasm_bindgen/repositories.bzl @@ -16,7 +16,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe") -load("//wasm_bindgen/3rdparty/crates:defs.bzl", "crate_repositories") +load("//3rdparty/crates:defs.bzl", "crate_repositories") WASM_BINDGEN_VERSION = "0.2.92" @@ -32,18 +32,18 @@ def rust_wasm_bindgen_dependencies(): """ direct_deps = [ - struct(repo = "rules_rust_wasm_bindgen_cli", is_dev_dep = False), + struct(repo = "rules_rust_wasm_bindgen_deps_cli", is_dev_dep = False), ] maybe( http_archive, - name = "rules_rust_wasm_bindgen_cli", + name = "rules_rust_wasm_bindgen_deps_cli", sha256 = "08f61e21873f51e3059a8c7c3eef81ede7513d161cfc60751c7b2ffa6ed28270", urls = ["https://static.crates.io/crates/wasm-bindgen-cli/wasm-bindgen-cli-{}.crate".format(WASM_BINDGEN_VERSION)], type = "tar.gz", strip_prefix = "wasm-bindgen-cli-{}".format(WASM_BINDGEN_VERSION), - build_file = Label("//wasm_bindgen/3rdparty:BUILD.wasm-bindgen-cli.bazel"), + build_file = Label("//3rdparty:BUILD.wasm-bindgen-cli.bazel"), patch_args = ["-p1"], - patches = [Label("//wasm_bindgen/3rdparty/patches:resolver.patch")], + patches = [Label("//3rdparty/patches:resolver.patch")], ) direct_deps.extend(crate_repositories()) @@ -60,7 +60,7 @@ def rust_wasm_bindgen_register_toolchains(register_toolchains = True): """ if register_toolchains: - native.register_toolchains(str(Label("//wasm_bindgen:default_wasm_bindgen_toolchain"))) + native.register_toolchains(str(Label("//:default_wasm_bindgen_toolchain"))) # buildifier: disable=unnamed-macro def rust_wasm_bindgen_repositories(register_default_toolchain = True): @@ -70,7 +70,7 @@ def rust_wasm_bindgen_repositories(register_default_toolchain = True): Args: register_default_toolchain (bool, optional): If True, the default [rust_wasm_bindgen_toolchain](#rust_wasm_bindgen_toolchain) - (`@rules_rust//wasm_bindgen:default_wasm_bindgen_toolchain`) is registered. This toolchain requires a set of dependencies + (`@rules_rust//:default_wasm_bindgen_toolchain`) is registered. This toolchain requires a set of dependencies that were generated using [crate_universe](https://github.com/bazelbuild/rules_rust/tree/main/crate_universe). These will also be loaded. """ diff --git a/extensions/wasm_bindgen/rules_js/BUILD.bazel b/extensions/wasm_bindgen/rules_js/BUILD.bazel new file mode 100644 index 0000000000..8b503ab748 --- /dev/null +++ b/extensions/wasm_bindgen/rules_js/BUILD.bazel @@ -0,0 +1,17 @@ +load("@bazel_skylib//:bzl_library.bzl", "bzl_library") + +package(default_visibility = ["//visibility:public"]) + +exports_files([ + "defs.bzl", +]) + +bzl_library( + name = "bzl_lib", + srcs = glob(["**/*.bzl"]), + deps = [ + "//:bzl_lib", + "@aspect_rules_js//js:defs", + "@aspect_rules_js//js:providers", + ], +) diff --git a/wasm_bindgen/rules_js/defs.bzl b/extensions/wasm_bindgen/rules_js/defs.bzl similarity index 77% rename from wasm_bindgen/rules_js/defs.bzl rename to extensions/wasm_bindgen/rules_js/defs.bzl index 9abe5b140b..aa42e7142b 100644 --- a/wasm_bindgen/rules_js/defs.bzl +++ b/extensions/wasm_bindgen/rules_js/defs.bzl @@ -1,10 +1,10 @@ """Rust WASM-bindgen rules for interfacing with aspect-build/rules_js""" load("@aspect_rules_js//js:providers.bzl", "js_info") -load("//wasm_bindgen/private:wasm_bindgen.bzl", "WASM_BINDGEN_ATTR", "rust_wasm_bindgen_action") +load("//private:wasm_bindgen.bzl", "WASM_BINDGEN_ATTR", "rust_wasm_bindgen_action") def _js_rust_wasm_bindgen_impl(ctx): - toolchain = ctx.toolchains[Label("//wasm_bindgen:toolchain_type")] + toolchain = ctx.toolchains[Label("//:toolchain_type")] info = rust_wasm_bindgen_action( ctx = ctx, @@ -35,12 +35,10 @@ Generates javascript and typescript bindings for a webassembly module using [was [ws]: https://rustwasm.github.io/docs/wasm-bindgen/ [abjs]: https://github.com/aspect-build/rules_js - -An example of this rule in use can be seen at [@rules_rust//examples/wasm_bindgen/rules_js](../examples/wasm_bindgen/rules_js) """, implementation = _js_rust_wasm_bindgen_impl, attrs = WASM_BINDGEN_ATTR, toolchains = [ - str(Label("//wasm_bindgen:toolchain_type")), + str(Label("//:toolchain_type")), ], ) diff --git a/wasm_bindgen/rules_js/repositories.bzl b/extensions/wasm_bindgen/rules_js/repositories.bzl similarity index 91% rename from wasm_bindgen/rules_js/repositories.bzl rename to extensions/wasm_bindgen/rules_js/repositories.bzl index 5b7cbb3ed1..8267da9b1f 100644 --- a/wasm_bindgen/rules_js/repositories.bzl +++ b/extensions/wasm_bindgen/rules_js/repositories.bzl @@ -1,9 +1,9 @@ -"""TODO""" +"""Rust wasm-bindgen rules_js dependencies.""" load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe") load( - "//wasm_bindgen:repositories.bzl", + "//:repositories.bzl", _rust_wasm_bindgen_dependencies = "rust_wasm_bindgen_dependencies", _rust_wasm_bindgen_register_toolchains = "rust_wasm_bindgen_register_toolchains", ) diff --git a/examples/wasm_bindgen/rules_js/BUILD.bazel b/extensions/wasm_bindgen/rules_js/test/BUILD.bazel similarity index 84% rename from examples/wasm_bindgen/rules_js/BUILD.bazel rename to extensions/wasm_bindgen/rules_js/test/BUILD.bazel index 204718b676..03b221ca24 100644 --- a/examples/wasm_bindgen/rules_js/BUILD.bazel +++ b/extensions/wasm_bindgen/rules_js/test/BUILD.bazel @@ -1,31 +1,29 @@ load("@aspect_rules_js//js:defs.bzl", "js_library", "js_test") load("@bazel_skylib//rules:copy_file.bzl", "copy_file") load("@rules_rust//rust:defs.bzl", "rust_binary", "rust_shared_library") -load("@rules_rust//wasm_bindgen/rules_js:defs.bzl", "js_rust_wasm_bindgen") - -package(default_visibility = ["//visibility:public"]) +load("@rules_rust_wasm_bindgen//rules_js:defs.bzl", "js_rust_wasm_bindgen") copy_file( name = "hello_world_wasm_test.src", - src = "//wasm_bindgen:hello_world_wasm_test.js", + src = "//test:hello_world_wasm_test.js", out = "hello_world_wasm_test.js", ) rust_binary( name = "hello_world_bin_wasm", - srcs = ["//wasm_bindgen:main.rs"], + srcs = ["//test:main.rs"], edition = "2018", deps = [ - "@rules_rust//wasm_bindgen/3rdparty:wasm_bindgen", + "@rules_rust_wasm_bindgen//3rdparty:wasm_bindgen", ], ) rust_shared_library( name = "hello_world_lib_wasm", - srcs = ["//wasm_bindgen:main.rs"], + srcs = ["//test:main.rs"], edition = "2018", deps = [ - "@rules_rust//wasm_bindgen/3rdparty:wasm_bindgen", + "@rules_rust_wasm_bindgen//3rdparty:wasm_bindgen", ], ) diff --git a/extensions/wasm_bindgen/rules_nodejs/BUILD.bazel b/extensions/wasm_bindgen/rules_nodejs/BUILD.bazel new file mode 100644 index 0000000000..153f72df79 --- /dev/null +++ b/extensions/wasm_bindgen/rules_nodejs/BUILD.bazel @@ -0,0 +1,16 @@ +load("@bazel_skylib//:bzl_library.bzl", "bzl_library") + +package(default_visibility = ["//visibility:public"]) + +exports_files([ + "defs.bzl", +]) + +bzl_library( + name = "bzl_lib", + srcs = glob(["**/*.bzl"]), + deps = [ + "//:bzl_lib", + "@rules_nodejs//nodejs:bzl", + ], +) diff --git a/wasm_bindgen/rules_nodejs/defs.bzl b/extensions/wasm_bindgen/rules_nodejs/defs.bzl similarity index 80% rename from wasm_bindgen/rules_nodejs/defs.bzl rename to extensions/wasm_bindgen/rules_nodejs/defs.bzl index 9004cfb530..081086d516 100644 --- a/wasm_bindgen/rules_nodejs/defs.bzl +++ b/extensions/wasm_bindgen/rules_nodejs/defs.bzl @@ -1,10 +1,10 @@ """Rust WASM-bindgen rules for interfacing with bazelbuild/rules_nodejs""" load("@rules_nodejs//nodejs:providers.bzl", "DeclarationInfo", "JSModuleInfo") -load("//wasm_bindgen/private:wasm_bindgen.bzl", "WASM_BINDGEN_ATTR", "rust_wasm_bindgen_action") +load("//private:wasm_bindgen.bzl", "WASM_BINDGEN_ATTR", "rust_wasm_bindgen_action") def _nodejs_rust_wasm_bindgen_impl(ctx): - toolchain = ctx.toolchains[Label("//wasm_bindgen:toolchain_type")] + toolchain = ctx.toolchains[Label("//:toolchain_type")] info = rust_wasm_bindgen_action( ctx = ctx, @@ -40,12 +40,10 @@ Generates javascript and typescript bindings for a webassembly module using [was [ws]: https://rustwasm.github.io/docs/wasm-bindgen/ [bbnjs]: https://github.com/bazelbuild/rules_nodejs - -An example of this rule in use can be seen at [@rules_rust//examples/wasm_bindgen/rules_js](../examples/wasm_bindgen/rules_js) """, implementation = _nodejs_rust_wasm_bindgen_impl, attrs = WASM_BINDGEN_ATTR, toolchains = [ - str(Label("//wasm_bindgen:toolchain_type")), + str(Label("//:toolchain_type")), ], ) diff --git a/wasm_bindgen/rules_nodejs/repositories.bzl b/extensions/wasm_bindgen/rules_nodejs/repositories.bzl similarity index 90% rename from wasm_bindgen/rules_nodejs/repositories.bzl rename to extensions/wasm_bindgen/rules_nodejs/repositories.bzl index e51eac3498..bb835dd681 100644 --- a/wasm_bindgen/rules_nodejs/repositories.bzl +++ b/extensions/wasm_bindgen/rules_nodejs/repositories.bzl @@ -1,9 +1,9 @@ -"""TODO""" +"""Rust wasm-bindgen rules_nodejs dependencies.""" load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe") load( - "//wasm_bindgen:repositories.bzl", + "//:repositories.bzl", _rust_wasm_bindgen_dependencies = "rust_wasm_bindgen_dependencies", _rust_wasm_bindgen_register_toolchains = "rust_wasm_bindgen_register_toolchains", ) diff --git a/examples/wasm_bindgen/rules_nodejs/BUILD.bazel b/extensions/wasm_bindgen/rules_nodejs/test/BUILD.bazel similarity index 78% rename from examples/wasm_bindgen/rules_nodejs/BUILD.bazel rename to extensions/wasm_bindgen/rules_nodejs/test/BUILD.bazel index 200d506e53..d24b352bd3 100644 --- a/examples/wasm_bindgen/rules_nodejs/BUILD.bazel +++ b/extensions/wasm_bindgen/rules_nodejs/test/BUILD.bazel @@ -1,24 +1,22 @@ load("@build_bazel_rules_nodejs//:index.bzl", "nodejs_test") load("@rules_rust//rust:defs.bzl", "rust_binary", "rust_shared_library") -load("@rules_rust//wasm_bindgen/rules_nodejs:defs.bzl", "nodejs_rust_wasm_bindgen") - -package(default_visibility = ["//visibility:public"]) +load("@rules_rust_wasm_bindgen//rules_nodejs:defs.bzl", "nodejs_rust_wasm_bindgen") rust_binary( name = "hello_world_bin_wasm", - srcs = ["//wasm_bindgen:main.rs"], + srcs = ["//test:main.rs"], edition = "2018", deps = [ - "@rules_rust//wasm_bindgen/3rdparty:wasm_bindgen", + "@rules_rust_wasm_bindgen//3rdparty:wasm_bindgen", ], ) rust_shared_library( name = "hello_world_lib_wasm", - srcs = ["//wasm_bindgen:main.rs"], + srcs = ["//test:main.rs"], edition = "2018", deps = [ - "@rules_rust//wasm_bindgen/3rdparty:wasm_bindgen", + "@rules_rust_wasm_bindgen//3rdparty:wasm_bindgen", ], ) @@ -61,5 +59,5 @@ nodejs_test( ":hello_world_nomodules_wasm_bindgen", ":hello_world_web_wasm_bindgen", ], - entry_point = "//wasm_bindgen:hello_world_wasm_test.js", + entry_point = "//test:hello_world_wasm_test.js", ) diff --git a/examples/wasm_bindgen/BUILD.bazel b/extensions/wasm_bindgen/test/BUILD.bazel similarity index 86% rename from examples/wasm_bindgen/BUILD.bazel rename to extensions/wasm_bindgen/test/BUILD.bazel index f8b7b0140e..45df94f9ed 100644 --- a/examples/wasm_bindgen/BUILD.bazel +++ b/extensions/wasm_bindgen/test/BUILD.bazel @@ -13,9 +13,9 @@ # limitations under the License. load("@rules_rust//rust:defs.bzl", "rust_binary", "rust_shared_library") -load("@rules_rust//wasm_bindgen:defs.bzl", "rust_wasm_bindgen") +load("@rules_rust_wasm_bindgen//:defs.bzl", "rust_wasm_bindgen") -package(default_visibility = ["//wasm_bindgen:__subpackages__"]) +package(default_visibility = ["//:__subpackages__"]) exports_files([ "hello_world_wasm_test.js", @@ -27,7 +27,7 @@ rust_binary( srcs = ["main.rs"], edition = "2018", deps = [ - "@rules_rust//wasm_bindgen/3rdparty:wasm_bindgen", + "@rules_rust_wasm_bindgen//3rdparty:wasm_bindgen", ], ) @@ -36,7 +36,7 @@ rust_shared_library( srcs = ["main.rs"], edition = "2018", deps = [ - "@rules_rust//wasm_bindgen/3rdparty:wasm_bindgen", + "@rules_rust_wasm_bindgen//3rdparty:wasm_bindgen", ], ) diff --git a/examples/wasm_bindgen/hello_world_wasm_test.js b/extensions/wasm_bindgen/test/hello_world_wasm_test.js similarity index 95% rename from examples/wasm_bindgen/hello_world_wasm_test.js rename to extensions/wasm_bindgen/test/hello_world_wasm_test.js index f55b72ab16..6d3f80c7d9 100644 --- a/examples/wasm_bindgen/hello_world_wasm_test.js +++ b/extensions/wasm_bindgen/test/hello_world_wasm_test.js @@ -6,7 +6,9 @@ const assert = require("assert"); const main = async function (typ, dir) { const wasm_file = path.join( __dirname, + "..", dir, + "test", "hello_world_" + typ + "_wasm_bindgen_bg.wasm", ); const buf = fs.readFileSync(wasm_file); diff --git a/examples/wasm_bindgen/main.rs b/extensions/wasm_bindgen/test/main.rs similarity index 100% rename from examples/wasm_bindgen/main.rs rename to extensions/wasm_bindgen/test/main.rs diff --git a/proto/BUILD.bazel b/proto/BUILD.bazel deleted file mode 100644 index a8174e3181..0000000000 --- a/proto/BUILD.bazel +++ /dev/null @@ -1,10 +0,0 @@ -load("@bazel_skylib//:bzl_library.bzl", "bzl_library") - -bzl_library( - name = "bzl_lib", - visibility = ["//visibility:public"], - deps = [ - "//proto/prost:bzl_lib", - "//proto/protobuf:bzl_lib", - ], -) diff --git a/proto/README.md b/proto/README.md deleted file mode 100644 index 00eeea6b50..0000000000 --- a/proto/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Rust Protobuf Rules - -More information can be found in the [rules_rust documentation](https://bazelbuild.github.io/rules_rust/rust_proto.html). diff --git a/proto/private/BUILD.bazel b/proto/private/BUILD.bazel deleted file mode 100644 index 512d913115..0000000000 --- a/proto/private/BUILD.bazel +++ /dev/null @@ -1 +0,0 @@ -exports_files(["BUILD.zlib.bazel"]) diff --git a/proto/prost/defs.bzl b/proto/prost/defs.bzl deleted file mode 100644 index 401f10644d..0000000000 --- a/proto/prost/defs.bzl +++ /dev/null @@ -1,32 +0,0 @@ -"""Rules for building proto libraries in Rust.""" - -load( - "//proto/prost/private:prost.bzl", - _rust_prost_library = "rust_prost_library", - _rust_prost_toolchain = "rust_prost_toolchain", -) - -def rust_prost_library(name, **kwargs): - """A rule for generating a Rust library using Prost. - - Args: - name (str): The name of the target. - **kwargs (dict): Additional keyword arguments for the underlying - `rust_prost_library` rule. - """ - - # Clippy and Rustfmt will attempt to run on these targets. - # This is not correct and likely a bug in target detection. - tags = kwargs.pop("tags", []) - if "no-clippy" not in tags: - tags.append("no-clippy") - if "no-rustfmt" not in tags: - tags.append("no-rustfmt") - - _rust_prost_library( - name = name, - tags = tags, - **kwargs - ) - -rust_prost_toolchain = _rust_prost_toolchain diff --git a/proto/prost/private/3rdparty/crates/BUILD.backtrace-0.3.73.bazel b/proto/prost/private/3rdparty/crates/BUILD.backtrace-0.3.73.bazel deleted file mode 100644 index eba55605a5..0000000000 --- a/proto/prost/private/3rdparty/crates/BUILD.backtrace-0.3.73.bazel +++ /dev/null @@ -1,340 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @//proto/prost/private/3rdparty:crates_vendor -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_build_script") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -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_root = "src/lib.rs", - edition = "2021", - 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-apple-ios": [], - "@rules_rust//rust/platform:aarch64-apple-ios-sim": [], - "@rules_rust//rust/platform:aarch64-linux-android": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [], - "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [], - "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [], - "@rules_rust//rust/platform:armv7-linux-androideabi": [], - "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [], - "@rules_rust//rust/platform:i686-apple-darwin": [], - "@rules_rust//rust/platform:i686-linux-android": [], - "@rules_rust//rust/platform:i686-pc-windows-msvc": [], - "@rules_rust//rust/platform:i686-unknown-freebsd": [], - "@rules_rust//rust/platform:i686-unknown-linux-gnu": [], - "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [], - "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [], - "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [], - "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [], - "@rules_rust//rust/platform:thumbv7em-none-eabi": [], - "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [], - "@rules_rust//rust/platform:wasm32-unknown-unknown": [], - "@rules_rust//rust/platform:wasm32-wasi": [], - "@rules_rust//rust/platform:wasm32-wasip1": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-apple-ios": [], - "@rules_rust//rust/platform:x86_64-linux-android": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-freebsd": [], - "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [], - "@rules_rust//rust/platform:x86_64-unknown-none": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.3.73", - deps = [ - "@rules_rust_prost__backtrace-0.3.73//:build_script_build", - "@rules_rust_prost__cfg-if-1.0.0//:cfg_if", - "@rules_rust_prost__rustc-demangle-0.1.24//:rustc_demangle", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@rules_rust_prost__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - ], - "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@rules_rust_prost__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - ], - "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@rules_rust_prost__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - ], - "@rules_rust//rust/platform:aarch64-linux-android": [ - "@rules_rust_prost__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - ], - "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ - "@rules_rust_prost__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@rules_rust_prost__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - ], - "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ - "@rules_rust_prost__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - ], - "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ - "@rules_rust_prost__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - ], - "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@rules_rust_prost__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - ], - "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@rules_rust_prost__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - ], - "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@rules_rust_prost__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - ], - "@rules_rust//rust/platform:i686-apple-darwin": [ - "@rules_rust_prost__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - ], - "@rules_rust//rust/platform:i686-linux-android": [ - "@rules_rust_prost__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - ], - "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@rules_rust_prost__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - ], - "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@rules_rust_prost__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - ], - "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@rules_rust_prost__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - ], - "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [ - "@rules_rust_prost__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - ], - "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [ - "@rules_rust_prost__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - ], - "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@rules_rust_prost__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - ], - "@rules_rust//rust/platform:thumbv7em-none-eabi": [ - "@rules_rust_prost__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - ], - "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [ - "@rules_rust_prost__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - ], - "@rules_rust//rust/platform:wasm32-unknown-unknown": [ - "@rules_rust_prost__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - ], - "@rules_rust//rust/platform:wasm32-wasi": [ - "@rules_rust_prost__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - ], - "@rules_rust//rust/platform:wasm32-wasip1": [ - "@rules_rust_prost__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@rules_rust_prost__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - ], - "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@rules_rust_prost__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - ], - "@rules_rust//rust/platform:x86_64-linux-android": [ - "@rules_rust_prost__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - ], - "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@rules_rust_prost__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - ], - "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [ - "@rules_rust_prost__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@rules_rust_prost__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - ], - "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ - "@rules_rust_prost__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - ], - "@rules_rust//rust/platform:x86_64-unknown-none": [ - "@rules_rust_prost__addr2line-0.22.0//:addr2line", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__miniz_oxide-0.7.4//:miniz_oxide", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - "@rules_rust_prost__object-0.36.3//:object", # cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp")))) - ], - "//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 = "backtrace", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=backtrace", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.3.73", - visibility = ["//visibility:private"], - deps = [ - "@rules_rust_prost__cc-1.1.14//:cc", - ], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/proto/prost/private/3rdparty/crates/BUILD.rustix-0.38.34.bazel b/proto/prost/private/3rdparty/crates/BUILD.rustix-0.38.34.bazel deleted file mode 100644 index 29816a0af9..0000000000 --- a/proto/prost/private/3rdparty/crates/BUILD.rustix-0.38.34.bazel +++ /dev/null @@ -1,386 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @//proto/prost/private/3rdparty:crates_vendor -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_build_script") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -rust_library( - name = "rustix", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - aliases = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": { - "@rules_rust_prost__errno-0.3.9//:errno": "libc_errno", # aarch64-apple-darwin, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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-ios": { - "@rules_rust_prost__errno-0.3.9//:errno": "libc_errno", # aarch64-apple-ios, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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-ios-sim": { - "@rules_rust_prost__errno-0.3.9//:errno": "libc_errno", # aarch64-apple-ios-sim, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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-linux-android": { - "@rules_rust_prost__errno-0.3.9//:errno": "libc_errno", # aarch64-linux-android, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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-pc-windows-msvc": { - "@rules_rust_prost__errno-0.3.9//:errno": "libc_errno", # cfg(windows) - }, - "@rules_rust//rust/platform:aarch64-unknown-fuchsia": { - "@rules_rust_prost__errno-0.3.9//:errno": "libc_errno", # aarch64-unknown-fuchsia, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))) - }, - "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": { - "@rules_rust_prost__errno-0.3.9//:errno": "libc_errno", # aarch64-unknown-nto-qnx710, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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:armv7-linux-androideabi": { - "@rules_rust_prost__errno-0.3.9//:errno": "libc_errno", # armv7-linux-androideabi, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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:i686-apple-darwin": { - "@rules_rust_prost__errno-0.3.9//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), i686-apple-darwin - }, - "@rules_rust//rust/platform:i686-linux-android": { - "@rules_rust_prost__errno-0.3.9//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), i686-linux-android - }, - "@rules_rust//rust/platform:i686-pc-windows-msvc": { - "@rules_rust_prost__errno-0.3.9//:errno": "libc_errno", # cfg(windows) - }, - "@rules_rust//rust/platform:i686-unknown-freebsd": { - "@rules_rust_prost__errno-0.3.9//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), i686-unknown-freebsd - }, - "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": { - "@rules_rust_prost__errno-0.3.9//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), powerpc-unknown-linux-gnu - }, - "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": { - "@rules_rust_prost__errno-0.3.9//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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:riscv64gc-unknown-none-elf": { - "@rules_rust_prost__errno-0.3.9//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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:s390x-unknown-linux-gnu": { - "@rules_rust_prost__errno-0.3.9//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), s390x-unknown-linux-gnu - }, - "@rules_rust//rust/platform:thumbv7em-none-eabi": { - "@rules_rust_prost__errno-0.3.9//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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:thumbv8m.main-none-eabi": { - "@rules_rust_prost__errno-0.3.9//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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:wasm32-unknown-unknown": { - "@rules_rust_prost__errno-0.3.9//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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:wasm32-wasi": { - "@rules_rust_prost__errno-0.3.9//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), wasm32-wasi - }, - "@rules_rust//rust/platform:wasm32-wasip1": { - "@rules_rust_prost__errno-0.3.9//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), wasm32-wasip1 - }, - "@rules_rust//rust/platform:x86_64-apple-darwin": { - "@rules_rust_prost__errno-0.3.9//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))), x86_64-apple-darwin - }, - "@rules_rust//rust/platform:x86_64-apple-ios": { - "@rules_rust_prost__errno-0.3.9//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))), x86_64-apple-ios - }, - "@rules_rust//rust/platform:x86_64-linux-android": { - "@rules_rust_prost__errno-0.3.9//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))), x86_64-linux-android - }, - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": { - "@rules_rust_prost__errno-0.3.9//:errno": "libc_errno", # cfg(windows) - }, - "@rules_rust//rust/platform:x86_64-unknown-freebsd": { - "@rules_rust_prost__errno-0.3.9//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))), x86_64-unknown-freebsd - }, - "@rules_rust//rust/platform:x86_64-unknown-fuchsia": { - "@rules_rust_prost__errno-0.3.9//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))), x86_64-unknown-fuchsia - }, - "@rules_rust//rust/platform:x86_64-unknown-none": { - "@rules_rust_prost__errno-0.3.9//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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", - "libc-extra-traits", - "std", - "use-libc-auxv", - ], - crate_root = "src/lib.rs", - edition = "2021", - 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-apple-ios": [], - "@rules_rust//rust/platform:aarch64-apple-ios-sim": [], - "@rules_rust//rust/platform:aarch64-linux-android": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [], - "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [], - "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [], - "@rules_rust//rust/platform:armv7-linux-androideabi": [], - "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [], - "@rules_rust//rust/platform:i686-apple-darwin": [], - "@rules_rust//rust/platform:i686-linux-android": [], - "@rules_rust//rust/platform:i686-pc-windows-msvc": [], - "@rules_rust//rust/platform:i686-unknown-freebsd": [], - "@rules_rust//rust/platform:i686-unknown-linux-gnu": [], - "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [], - "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [], - "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [], - "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [], - "@rules_rust//rust/platform:thumbv7em-none-eabi": [], - "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [], - "@rules_rust//rust/platform:wasm32-unknown-unknown": [], - "@rules_rust//rust/platform:wasm32-wasi": [], - "@rules_rust//rust/platform:wasm32-wasip1": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-apple-ios": [], - "@rules_rust//rust/platform:x86_64-linux-android": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-freebsd": [], - "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [], - "@rules_rust//rust/platform:x86_64-unknown-none": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.38.34", - deps = [ - "@rules_rust_prost__bitflags-2.6.0//:bitflags", - "@rules_rust_prost__rustix-0.38.34//:build_script_build", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@rules_rust_prost__errno-0.3.9//:errno", # aarch64-apple-darwin, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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_prost__libc-0.2.158//:libc", # aarch64-apple-darwin, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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-ios": [ - "@rules_rust_prost__errno-0.3.9//:errno", # aarch64-apple-ios, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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_prost__libc-0.2.158//:libc", # aarch64-apple-ios, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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-ios-sim": [ - "@rules_rust_prost__errno-0.3.9//:errno", # aarch64-apple-ios-sim, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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_prost__libc-0.2.158//:libc", # aarch64-apple-ios-sim, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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-linux-android": [ - "@rules_rust_prost__errno-0.3.9//:errno", # aarch64-linux-android, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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_prost__libc-0.2.158//:libc", # aarch64-linux-android, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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_prost__linux-raw-sys-0.4.14//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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-pc-windows-msvc": [ - "@rules_rust_prost__errno-0.3.9//:errno", # cfg(windows) - "@rules_rust_prost__windows-sys-0.52.0//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ - "@rules_rust_prost__errno-0.3.9//:errno", # aarch64-unknown-fuchsia, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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_prost__libc-0.2.158//:libc", # aarch64-unknown-fuchsia, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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_prost__linux-raw-sys-0.4.14//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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-nixos-gnu": [ - "@rules_rust_prost__linux-raw-sys-0.4.14//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64")))) - ], - "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ - "@rules_rust_prost__errno-0.3.9//:errno", # aarch64-unknown-nto-qnx710, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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_prost__libc-0.2.158//:libc", # aarch64-unknown-nto-qnx710, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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:arm-unknown-linux-gnueabi": [ - "@rules_rust_prost__linux-raw-sys-0.4.14//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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:armv7-linux-androideabi": [ - "@rules_rust_prost__errno-0.3.9//:errno", # armv7-linux-androideabi, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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_prost__libc-0.2.158//:libc", # armv7-linux-androideabi, cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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_prost__linux-raw-sys-0.4.14//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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:armv7-unknown-linux-gnueabi": [ - "@rules_rust_prost__linux-raw-sys-0.4.14//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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:i686-apple-darwin": [ - "@rules_rust_prost__errno-0.3.9//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), i686-apple-darwin - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), i686-apple-darwin - ], - "@rules_rust//rust/platform:i686-linux-android": [ - "@rules_rust_prost__errno-0.3.9//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), i686-linux-android - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), i686-linux-android - "@rules_rust_prost__linux-raw-sys-0.4.14//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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:i686-pc-windows-msvc": [ - "@rules_rust_prost__errno-0.3.9//:errno", # cfg(windows) - "@rules_rust_prost__windows-sys-0.52.0//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@rules_rust_prost__errno-0.3.9//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), i686-unknown-freebsd - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), i686-unknown-freebsd - ], - "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@rules_rust_prost__linux-raw-sys-0.4.14//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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:powerpc-unknown-linux-gnu": [ - "@rules_rust_prost__errno-0.3.9//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), powerpc-unknown-linux-gnu - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), powerpc-unknown-linux-gnu - "@rules_rust_prost__linux-raw-sys-0.4.14//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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:riscv32imc-unknown-none-elf": [ - "@rules_rust_prost__errno-0.3.9//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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_prost__libc-0.2.158//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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:riscv64gc-unknown-none-elf": [ - "@rules_rust_prost__errno-0.3.9//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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_prost__libc-0.2.158//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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:s390x-unknown-linux-gnu": [ - "@rules_rust_prost__errno-0.3.9//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), s390x-unknown-linux-gnu - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), s390x-unknown-linux-gnu - "@rules_rust_prost__linux-raw-sys-0.4.14//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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:thumbv7em-none-eabi": [ - "@rules_rust_prost__errno-0.3.9//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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_prost__libc-0.2.158//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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:thumbv8m.main-none-eabi": [ - "@rules_rust_prost__errno-0.3.9//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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_prost__libc-0.2.158//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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:wasm32-unknown-unknown": [ - "@rules_rust_prost__errno-0.3.9//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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_prost__libc-0.2.158//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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:wasm32-wasi": [ - "@rules_rust_prost__errno-0.3.9//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), wasm32-wasi - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), wasm32-wasi - ], - "@rules_rust//rust/platform:wasm32-wasip1": [ - "@rules_rust_prost__errno-0.3.9//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), wasm32-wasip1 - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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"))))))), wasm32-wasip1 - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@rules_rust_prost__errno-0.3.9//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))), x86_64-apple-darwin - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))), x86_64-apple-darwin - ], - "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@rules_rust_prost__errno-0.3.9//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))), x86_64-apple-ios - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))), x86_64-apple-ios - ], - "@rules_rust//rust/platform:x86_64-linux-android": [ - "@rules_rust_prost__errno-0.3.9//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))), x86_64-linux-android - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))), x86_64-linux-android - "@rules_rust_prost__linux-raw-sys-0.4.14//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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-pc-windows-msvc": [ - "@rules_rust_prost__errno-0.3.9//:errno", # cfg(windows) - "@rules_rust_prost__windows-sys-0.52.0//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@rules_rust_prost__errno-0.3.9//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))), x86_64-unknown-freebsd - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))), x86_64-unknown-freebsd - ], - "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [ - "@rules_rust_prost__errno-0.3.9//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))), x86_64-unknown-fuchsia - "@rules_rust_prost__libc-0.2.158//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "mips"), all(rustix_use_experimental_asm, target_arch = "mips32r6"), all(rustix_use_experimental_asm, target_arch = "mips64"), all(rustix_use_experimental_asm, target_arch = "mips64r6"), target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"))))))), x86_64-unknown-fuchsia - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@rules_rust_prost__linux-raw-sys-0.4.14//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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-nixos-gnu": [ - "@rules_rust_prost__linux-raw-sys-0.4.14//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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-none": [ - "@rules_rust_prost__errno-0.3.9//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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_prost__libc-0.2.158//:libc", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "riscv64", all(rustix_use_experimental_asm, target_arch = "powerpc64"), all(rustix_use_experimental_asm, target_arch = "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", - "libc-extra-traits", - "std", - "use-libc-auxv", - ], - 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_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rustix", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.38.34", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/proto/prost/private/3rdparty/crates/BUILD.tokio-1.39.3.bazel b/proto/prost/private/3rdparty/crates/BUILD.tokio-1.39.3.bazel deleted file mode 100644 index 37cb820971..0000000000 --- a/proto/prost/private/3rdparty/crates/BUILD.tokio-1.39.3.bazel +++ /dev/null @@ -1,273 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @//proto/prost/private/3rdparty:crates_vendor -############################################################################### - -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -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", - "full", - "io-std", - "io-util", - "libc", - "macros", - "mio", - "net", - "parking_lot", - "process", - "rt", - "rt-multi-thread", - "signal", - "signal-hook-registry", - "socket2", - "sync", - "time", - "tokio-macros", - ] + select({ - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "windows-sys", # aarch64-pc-windows-msvc - ], - "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "windows-sys", # i686-pc-windows-msvc - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "windows-sys", # x86_64-pc-windows-msvc - ], - "//conditions:default": [], - }), - crate_root = "src/lib.rs", - edition = "2021", - proc_macro_deps = [ - "@rules_rust_prost__tokio-macros-2.4.0//:tokio_macros", - ], - 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-apple-ios": [], - "@rules_rust//rust/platform:aarch64-apple-ios-sim": [], - "@rules_rust//rust/platform:aarch64-linux-android": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [], - "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [], - "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [], - "@rules_rust//rust/platform:armv7-linux-androideabi": [], - "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [], - "@rules_rust//rust/platform:i686-apple-darwin": [], - "@rules_rust//rust/platform:i686-linux-android": [], - "@rules_rust//rust/platform:i686-pc-windows-msvc": [], - "@rules_rust//rust/platform:i686-unknown-freebsd": [], - "@rules_rust//rust/platform:i686-unknown-linux-gnu": [], - "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [], - "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [], - "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [], - "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [], - "@rules_rust//rust/platform:thumbv7em-none-eabi": [], - "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [], - "@rules_rust//rust/platform:wasm32-unknown-unknown": [], - "@rules_rust//rust/platform:wasm32-wasi": [], - "@rules_rust//rust/platform:wasm32-wasip1": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-apple-ios": [], - "@rules_rust//rust/platform:x86_64-linux-android": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-freebsd": [], - "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [], - "@rules_rust//rust/platform:x86_64-unknown-none": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "1.39.3", - deps = [ - "@rules_rust_prost__bytes-1.7.1//:bytes", - "@rules_rust_prost__mio-1.0.2//:mio", - "@rules_rust_prost__parking_lot-0.12.3//:parking_lot", - "@rules_rust_prost__pin-project-lite-0.2.14//:pin_project_lite", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@rules_rust_prost__libc-0.2.158//:libc", # aarch64-apple-darwin - "@rules_rust_prost__signal-hook-registry-1.4.2//:signal_hook_registry", # aarch64-apple-darwin - "@rules_rust_prost__socket2-0.5.7//:socket2", # aarch64-apple-darwin - ], - "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@rules_rust_prost__libc-0.2.158//:libc", # aarch64-apple-ios - "@rules_rust_prost__signal-hook-registry-1.4.2//:signal_hook_registry", # aarch64-apple-ios - "@rules_rust_prost__socket2-0.5.7//:socket2", # aarch64-apple-ios - ], - "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@rules_rust_prost__libc-0.2.158//:libc", # aarch64-apple-ios-sim - "@rules_rust_prost__signal-hook-registry-1.4.2//:signal_hook_registry", # aarch64-apple-ios-sim - "@rules_rust_prost__socket2-0.5.7//:socket2", # aarch64-apple-ios-sim - ], - "@rules_rust//rust/platform:aarch64-linux-android": [ - "@rules_rust_prost__libc-0.2.158//:libc", # aarch64-linux-android - "@rules_rust_prost__signal-hook-registry-1.4.2//:signal_hook_registry", # aarch64-linux-android - "@rules_rust_prost__socket2-0.5.7//:socket2", # aarch64-linux-android - ], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@rules_rust_prost__socket2-0.5.7//:socket2", # aarch64-pc-windows-msvc - "@rules_rust_prost__windows-sys-0.52.0//:windows_sys", # aarch64-pc-windows-msvc - ], - "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ - "@rules_rust_prost__libc-0.2.158//:libc", # aarch64-unknown-fuchsia - "@rules_rust_prost__signal-hook-registry-1.4.2//:signal_hook_registry", # aarch64-unknown-fuchsia - "@rules_rust_prost__socket2-0.5.7//:socket2", # aarch64-unknown-fuchsia - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # aarch64-unknown-linux-gnu - "@rules_rust_prost__signal-hook-registry-1.4.2//:signal_hook_registry", # aarch64-unknown-linux-gnu - "@rules_rust_prost__socket2-0.5.7//:socket2", # aarch64-unknown-linux-gnu - ], - "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # aarch64-unknown-linux-gnu, aarch64-unknown-nixos-gnu - "@rules_rust_prost__signal-hook-registry-1.4.2//:signal_hook_registry", # aarch64-unknown-linux-gnu, aarch64-unknown-nixos-gnu - "@rules_rust_prost__socket2-0.5.7//:socket2", # aarch64-unknown-linux-gnu, aarch64-unknown-nixos-gnu - ], - "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ - "@rules_rust_prost__libc-0.2.158//:libc", # aarch64-unknown-nto-qnx710 - "@rules_rust_prost__signal-hook-registry-1.4.2//:signal_hook_registry", # aarch64-unknown-nto-qnx710 - "@rules_rust_prost__socket2-0.5.7//:socket2", # aarch64-unknown-nto-qnx710 - ], - "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@rules_rust_prost__libc-0.2.158//:libc", # arm-unknown-linux-gnueabi - "@rules_rust_prost__signal-hook-registry-1.4.2//:signal_hook_registry", # arm-unknown-linux-gnueabi - "@rules_rust_prost__socket2-0.5.7//:socket2", # arm-unknown-linux-gnueabi - ], - "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@rules_rust_prost__libc-0.2.158//:libc", # armv7-linux-androideabi - "@rules_rust_prost__signal-hook-registry-1.4.2//:signal_hook_registry", # armv7-linux-androideabi - "@rules_rust_prost__socket2-0.5.7//:socket2", # armv7-linux-androideabi - ], - "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@rules_rust_prost__libc-0.2.158//:libc", # armv7-unknown-linux-gnueabi - "@rules_rust_prost__signal-hook-registry-1.4.2//:signal_hook_registry", # armv7-unknown-linux-gnueabi - "@rules_rust_prost__socket2-0.5.7//:socket2", # armv7-unknown-linux-gnueabi - ], - "@rules_rust//rust/platform:i686-apple-darwin": [ - "@rules_rust_prost__libc-0.2.158//:libc", # i686-apple-darwin - "@rules_rust_prost__signal-hook-registry-1.4.2//:signal_hook_registry", # i686-apple-darwin - "@rules_rust_prost__socket2-0.5.7//:socket2", # i686-apple-darwin - ], - "@rules_rust//rust/platform:i686-linux-android": [ - "@rules_rust_prost__libc-0.2.158//:libc", # i686-linux-android - "@rules_rust_prost__signal-hook-registry-1.4.2//:signal_hook_registry", # i686-linux-android - "@rules_rust_prost__socket2-0.5.7//:socket2", # i686-linux-android - ], - "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@rules_rust_prost__socket2-0.5.7//:socket2", # i686-pc-windows-msvc - "@rules_rust_prost__windows-sys-0.52.0//:windows_sys", # i686-pc-windows-msvc - ], - "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@rules_rust_prost__libc-0.2.158//:libc", # i686-unknown-freebsd - "@rules_rust_prost__signal-hook-registry-1.4.2//:signal_hook_registry", # i686-unknown-freebsd - "@rules_rust_prost__socket2-0.5.7//:socket2", # i686-unknown-freebsd - ], - "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # i686-unknown-linux-gnu - "@rules_rust_prost__signal-hook-registry-1.4.2//:signal_hook_registry", # i686-unknown-linux-gnu - "@rules_rust_prost__socket2-0.5.7//:socket2", # i686-unknown-linux-gnu - ], - "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # powerpc-unknown-linux-gnu - "@rules_rust_prost__signal-hook-registry-1.4.2//:signal_hook_registry", # powerpc-unknown-linux-gnu - "@rules_rust_prost__socket2-0.5.7//:socket2", # powerpc-unknown-linux-gnu - ], - "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [ - "@rules_rust_prost__socket2-0.5.7//:socket2", # riscv32imc-unknown-none-elf - ], - "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [ - "@rules_rust_prost__socket2-0.5.7//:socket2", # riscv64gc-unknown-none-elf - ], - "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # s390x-unknown-linux-gnu - "@rules_rust_prost__signal-hook-registry-1.4.2//:signal_hook_registry", # s390x-unknown-linux-gnu - "@rules_rust_prost__socket2-0.5.7//:socket2", # s390x-unknown-linux-gnu - ], - "@rules_rust//rust/platform:thumbv7em-none-eabi": [ - "@rules_rust_prost__socket2-0.5.7//:socket2", # thumbv7em-none-eabi - ], - "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [ - "@rules_rust_prost__socket2-0.5.7//:socket2", # thumbv8m.main-none-eabi - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@rules_rust_prost__libc-0.2.158//:libc", # x86_64-apple-darwin - "@rules_rust_prost__signal-hook-registry-1.4.2//:signal_hook_registry", # x86_64-apple-darwin - "@rules_rust_prost__socket2-0.5.7//:socket2", # x86_64-apple-darwin - ], - "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@rules_rust_prost__libc-0.2.158//:libc", # x86_64-apple-ios - "@rules_rust_prost__signal-hook-registry-1.4.2//:signal_hook_registry", # x86_64-apple-ios - "@rules_rust_prost__socket2-0.5.7//:socket2", # x86_64-apple-ios - ], - "@rules_rust//rust/platform:x86_64-linux-android": [ - "@rules_rust_prost__libc-0.2.158//:libc", # x86_64-linux-android - "@rules_rust_prost__signal-hook-registry-1.4.2//:signal_hook_registry", # x86_64-linux-android - "@rules_rust_prost__socket2-0.5.7//:socket2", # x86_64-linux-android - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@rules_rust_prost__socket2-0.5.7//:socket2", # x86_64-pc-windows-msvc - "@rules_rust_prost__windows-sys-0.52.0//:windows_sys", # x86_64-pc-windows-msvc - ], - "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@rules_rust_prost__libc-0.2.158//:libc", # x86_64-unknown-freebsd - "@rules_rust_prost__signal-hook-registry-1.4.2//:signal_hook_registry", # x86_64-unknown-freebsd - "@rules_rust_prost__socket2-0.5.7//:socket2", # x86_64-unknown-freebsd - ], - "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [ - "@rules_rust_prost__libc-0.2.158//:libc", # x86_64-unknown-fuchsia - "@rules_rust_prost__signal-hook-registry-1.4.2//:signal_hook_registry", # x86_64-unknown-fuchsia - "@rules_rust_prost__socket2-0.5.7//:socket2", # x86_64-unknown-fuchsia - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # x86_64-unknown-linux-gnu - "@rules_rust_prost__signal-hook-registry-1.4.2//:signal_hook_registry", # x86_64-unknown-linux-gnu - "@rules_rust_prost__socket2-0.5.7//:socket2", # x86_64-unknown-linux-gnu - ], - "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ - "@rules_rust_prost__libc-0.2.158//:libc", # x86_64-unknown-linux-gnu, x86_64-unknown-nixos-gnu - "@rules_rust_prost__signal-hook-registry-1.4.2//:signal_hook_registry", # x86_64-unknown-linux-gnu, x86_64-unknown-nixos-gnu - "@rules_rust_prost__socket2-0.5.7//:socket2", # x86_64-unknown-linux-gnu, x86_64-unknown-nixos-gnu - ], - "@rules_rust//rust/platform:x86_64-unknown-none": [ - "@rules_rust_prost__socket2-0.5.7//:socket2", # x86_64-unknown-none - ], - "//conditions:default": [], - }), -) diff --git a/proto/prost/private/tests/services/echo/BUILD.bazel b/proto/prost/private/tests/services/echo/BUILD.bazel deleted file mode 100644 index 50ae7ab804..0000000000 --- a/proto/prost/private/tests/services/echo/BUILD.bazel +++ /dev/null @@ -1,45 +0,0 @@ -load("@rules_proto//proto:defs.bzl", "proto_library") -load("//proto/prost:defs.bzl", "rust_prost_library") -load("//rust:defs.bzl", "rust_binary") - -package(default_visibility = ["//proto/prost/private/tests:__subpackages__"]) - -proto_library( - name = "echo_proto", - srcs = [ - "echo.proto", - ], -) - -rust_prost_library( - name = "echo_rs_proto", - proto = ":echo_proto", -) - -rust_binary( - name = "client", - srcs = ["client.rs"], - edition = "2021", - deps = [ - ":echo_rs_proto", - "//proto/prost/private/3rdparty/crates:h2", - "//proto/prost/private/3rdparty/crates:prost", - "//proto/prost/private/3rdparty/crates:tokio", - "//proto/prost/private/3rdparty/crates:tokio-stream", - "//proto/prost/private/3rdparty/crates:tonic", - ], -) - -rust_binary( - name = "server", - srcs = ["server.rs"], - edition = "2021", - deps = [ - ":echo_rs_proto", - "//proto/prost/private/3rdparty/crates:h2", - "//proto/prost/private/3rdparty/crates:prost", - "//proto/prost/private/3rdparty/crates:tokio", - "//proto/prost/private/3rdparty/crates:tokio-stream", - "//proto/prost/private/3rdparty/crates:tonic", - ], -) diff --git a/proto/protobuf/3rdparty/crates/BUILD.mio-uds-0.6.8.bazel b/proto/protobuf/3rdparty/crates/BUILD.mio-uds-0.6.8.bazel deleted file mode 100644 index 7882b244c5..0000000000 --- a/proto/protobuf/3rdparty/crates/BUILD.mio-uds-0.6.8.bazel +++ /dev/null @@ -1,205 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @//proto/protobuf/3rdparty:crates_vendor -############################################################################### - -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -rust_library( - name = "mio_uds", - srcs = glob( - include = ["**/*.rs"], - allow_empty = 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_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=mio-uds", - "manual", - "noclippy", - "norustfmt", - ], - target_compatible_with = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [], - "@rules_rust//rust/platform:aarch64-apple-ios": [], - "@rules_rust//rust/platform:aarch64-apple-ios-sim": [], - "@rules_rust//rust/platform:aarch64-linux-android": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [], - "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [], - "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [], - "@rules_rust//rust/platform:armv7-linux-androideabi": [], - "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [], - "@rules_rust//rust/platform:i686-apple-darwin": [], - "@rules_rust//rust/platform:i686-linux-android": [], - "@rules_rust//rust/platform:i686-pc-windows-msvc": [], - "@rules_rust//rust/platform:i686-unknown-freebsd": [], - "@rules_rust//rust/platform:i686-unknown-linux-gnu": [], - "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [], - "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [], - "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [], - "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [], - "@rules_rust//rust/platform:thumbv7em-none-eabi": [], - "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [], - "@rules_rust//rust/platform:wasm32-unknown-unknown": [], - "@rules_rust//rust/platform:wasm32-wasi": [], - "@rules_rust//rust/platform:wasm32-wasip1": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-apple-ios": [], - "@rules_rust//rust/platform:x86_64-linux-android": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-freebsd": [], - "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [], - "@rules_rust//rust/platform:x86_64-unknown-none": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.6.8", - deps = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@rules_rust_proto__iovec-0.1.4//:iovec", # cfg(unix) - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) - "@rules_rust_proto__mio-0.6.23//:mio", # cfg(unix) - ], - "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@rules_rust_proto__iovec-0.1.4//:iovec", # cfg(unix) - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) - "@rules_rust_proto__mio-0.6.23//:mio", # cfg(unix) - ], - "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@rules_rust_proto__iovec-0.1.4//:iovec", # cfg(unix) - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) - "@rules_rust_proto__mio-0.6.23//:mio", # cfg(unix) - ], - "@rules_rust//rust/platform:aarch64-linux-android": [ - "@rules_rust_proto__iovec-0.1.4//:iovec", # cfg(unix) - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) - "@rules_rust_proto__mio-0.6.23//:mio", # cfg(unix) - ], - "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ - "@rules_rust_proto__iovec-0.1.4//:iovec", # cfg(unix) - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) - "@rules_rust_proto__mio-0.6.23//:mio", # cfg(unix) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@rules_rust_proto__iovec-0.1.4//:iovec", # cfg(unix) - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) - "@rules_rust_proto__mio-0.6.23//:mio", # cfg(unix) - ], - "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ - "@rules_rust_proto__iovec-0.1.4//:iovec", # cfg(unix) - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) - "@rules_rust_proto__mio-0.6.23//:mio", # cfg(unix) - ], - "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ - "@rules_rust_proto__iovec-0.1.4//:iovec", # cfg(unix) - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) - "@rules_rust_proto__mio-0.6.23//:mio", # cfg(unix) - ], - "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@rules_rust_proto__iovec-0.1.4//:iovec", # cfg(unix) - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) - "@rules_rust_proto__mio-0.6.23//:mio", # cfg(unix) - ], - "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@rules_rust_proto__iovec-0.1.4//:iovec", # cfg(unix) - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) - "@rules_rust_proto__mio-0.6.23//:mio", # cfg(unix) - ], - "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@rules_rust_proto__iovec-0.1.4//:iovec", # cfg(unix) - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) - "@rules_rust_proto__mio-0.6.23//:mio", # cfg(unix) - ], - "@rules_rust//rust/platform:i686-apple-darwin": [ - "@rules_rust_proto__iovec-0.1.4//:iovec", # cfg(unix) - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) - "@rules_rust_proto__mio-0.6.23//:mio", # cfg(unix) - ], - "@rules_rust//rust/platform:i686-linux-android": [ - "@rules_rust_proto__iovec-0.1.4//:iovec", # cfg(unix) - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) - "@rules_rust_proto__mio-0.6.23//:mio", # cfg(unix) - ], - "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@rules_rust_proto__iovec-0.1.4//:iovec", # cfg(unix) - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) - "@rules_rust_proto__mio-0.6.23//:mio", # cfg(unix) - ], - "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@rules_rust_proto__iovec-0.1.4//:iovec", # cfg(unix) - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) - "@rules_rust_proto__mio-0.6.23//:mio", # cfg(unix) - ], - "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@rules_rust_proto__iovec-0.1.4//:iovec", # cfg(unix) - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) - "@rules_rust_proto__mio-0.6.23//:mio", # cfg(unix) - ], - "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@rules_rust_proto__iovec-0.1.4//:iovec", # cfg(unix) - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) - "@rules_rust_proto__mio-0.6.23//:mio", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@rules_rust_proto__iovec-0.1.4//:iovec", # cfg(unix) - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) - "@rules_rust_proto__mio-0.6.23//:mio", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@rules_rust_proto__iovec-0.1.4//:iovec", # cfg(unix) - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) - "@rules_rust_proto__mio-0.6.23//:mio", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-linux-android": [ - "@rules_rust_proto__iovec-0.1.4//:iovec", # cfg(unix) - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) - "@rules_rust_proto__mio-0.6.23//:mio", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@rules_rust_proto__iovec-0.1.4//:iovec", # cfg(unix) - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) - "@rules_rust_proto__mio-0.6.23//:mio", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [ - "@rules_rust_proto__iovec-0.1.4//:iovec", # cfg(unix) - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) - "@rules_rust_proto__mio-0.6.23//:mio", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@rules_rust_proto__iovec-0.1.4//:iovec", # cfg(unix) - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) - "@rules_rust_proto__mio-0.6.23//:mio", # cfg(unix) - ], - "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ - "@rules_rust_proto__iovec-0.1.4//:iovec", # cfg(unix) - "@rules_rust_proto__libc-0.2.139//:libc", # cfg(unix) - "@rules_rust_proto__mio-0.6.23//:mio", # cfg(unix) - ], - "//conditions:default": [], - }), -) diff --git a/proto/protobuf/BUILD.bazel b/proto/protobuf/BUILD.bazel deleted file mode 100644 index f8ba82c058..0000000000 --- a/proto/protobuf/BUILD.bazel +++ /dev/null @@ -1,41 +0,0 @@ -load("@bazel_skylib//:bzl_library.bzl", "bzl_library") -load("//rust:defs.bzl", "rust_binary") -load(":legacy_proto_toolchain.bzl", "legacy_proto_toolchain") -load(":toolchain.bzl", "rust_proto_toolchain") - -package(default_visibility = ["//visibility:public"]) - -toolchain_type( - name = "toolchain_type", -) - -rust_binary( - name = "optional_output_wrapper", - srcs = ["optional_output_wrapper.rs"], - edition = "2018", - visibility = ["//visibility:public"], -) - -toolchain( - name = "default-proto-toolchain", - toolchain = ":default-proto-toolchain-impl", - toolchain_type = "@rules_rust//proto/protobuf:toolchain_type", -) - -rust_proto_toolchain( - name = "default-proto-toolchain-impl", - edition = "2018", -) - -bzl_library( - name = "bzl_lib", - srcs = glob(["**/*.bzl"]), - deps = [ - "//proto/protobuf/3rdparty:bzl_lib", - ], -) - -legacy_proto_toolchain( - name = "legacy_proto_toolchain", - visibility = ["//visibility:public"], -) diff --git a/proto/protobuf/defs.bzl b/proto/protobuf/defs.bzl deleted file mode 100644 index 32260ee3db..0000000000 --- a/proto/protobuf/defs.bzl +++ /dev/null @@ -1,6 +0,0 @@ -"""Rust Protobuf Rules""" - -load(":proto.bzl", _rust_grpc_library = "rust_grpc_library", _rust_proto_library = "rust_proto_library") - -rust_grpc_library = _rust_grpc_library -rust_proto_library = _rust_proto_library diff --git a/rust/private/BUILD.bazel b/rust/private/BUILD.bazel index 99d0fd79fd..0ef93672e3 100644 --- a/rust/private/BUILD.bazel +++ b/rust/private/BUILD.bazel @@ -3,11 +3,21 @@ load("//rust/private:rust_analyzer.bzl", "rust_analyzer_detect_sysroot") load("//rust/private:rustc.bzl", "is_proc_macro_dep", "is_proc_macro_dep_enabled") load("//rust/private:stamp.bzl", "stamp_build_setting") +bzl_library( + name = "bazel_tools_bzl_lib", + srcs = ["@bazel_tools//tools:bzl_srcs"], +) + bzl_library( name = "bzl_lib", srcs = glob(["**/*.bzl"]), visibility = ["//rust:__subpackages__"], - deps = ["//rust/platform:bzl_lib"], + deps = [ + ":bazel_tools_bzl_lib", + "//rust/platform:bzl_lib", + "@bazel_skylib//lib:paths", + "@bazel_skylib//rules:common_settings", + ], ) stamp_build_setting(name = "stamp") diff --git a/rust/private/extensions.bzl b/rust/private/extensions.bzl index 62d0b73a23..08401875f0 100644 --- a/rust/private/extensions.bzl +++ b/rust/private/extensions.bzl @@ -1,14 +1,9 @@ """Bzlmod module extensions that are only used internally""" load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") -load("//bindgen:repositories.bzl", "rust_bindgen_dependencies") load("//crate_universe:repositories.bzl", "crate_universe_dependencies") -load("//proto/prost:repositories.bzl", "rust_prost_dependencies") -load("//proto/protobuf:repositories.bzl", "rust_proto_protobuf_dependencies") load("//rust/private:repository_utils.bzl", "TINYJSON_KWARGS") -load("//test:deps.bzl", "rules_rust_test_deps") load("//tools/rust_analyzer:deps.bzl", "rust_analyzer_dependencies") -load("//wasm_bindgen:repositories.bzl", "rust_wasm_bindgen_dependencies") def _internal_deps_impl(module_ctx): # This should contain the subset of WORKSPACE.bazel that defines @@ -20,12 +15,7 @@ def _internal_deps_impl(module_ctx): http_archive(**TINYJSON_KWARGS) direct_deps.extend(crate_universe_dependencies()) - direct_deps.extend(rust_prost_dependencies(bzlmod = True)) - direct_deps.extend(rust_proto_protobuf_dependencies(bzlmod = True)) - direct_deps.extend(rust_bindgen_dependencies()) direct_deps.extend(rust_analyzer_dependencies()) - direct_deps.extend(rust_wasm_bindgen_dependencies()) - direct_deps.extend(rules_rust_test_deps()) # 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 diff --git a/rust/repositories.bzl b/rust/repositories.bzl index 761384c2a0..0e5635f8ad 100644 --- a/rust/repositories.bzl +++ b/rust/repositories.bzl @@ -53,10 +53,10 @@ def rules_rust_dependencies(): http_archive, name = "platforms", urls = [ - "https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.8/platforms-0.0.8.tar.gz", - "https://github.com/bazelbuild/platforms/releases/download/0.0.8/platforms-0.0.8.tar.gz", + "https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.10/platforms-0.0.10.tar.gz", + "https://github.com/bazelbuild/platforms/releases/download/0.0.10/platforms-0.0.10.tar.gz", ], - sha256 = "8150406605389ececb6da07cbcb509d5637a3ab9a24bc69b1101531367d89d74", + sha256 = "218efe8ee736d26a3572663b374a253c012b716d8af0c07e842e82f238a0a7ee", ) maybe( http_archive, diff --git a/test/bzl_version/BUILD.bazel b/test/bzl_version/BUILD.bazel index f0157e260f..9b21f73060 100644 --- a/test/bzl_version/BUILD.bazel +++ b/test/bzl_version/BUILD.bazel @@ -1,18 +1,10 @@ -load("//:version.bzl", "VERSION") -load("//rust:defs.bzl", "rust_test") +load(":bzl_version_test.bzl", "bzl_version_test") -rust_test( +exports_files([ + "bzl_version_test.rs", +]) + +bzl_version_test( name = "bzl_version_test", - srcs = ["bzl_version_test.rs"], - data = [ - "//:MODULE.bazel", - ], - edition = "2021", - env = { - "MODULE_BAZEL": "$(rlocationpath //:MODULE.bazel)", - "VERSION": VERSION, - }, - deps = [ - "//tools/runfiles", - ], + module_bazel = "//:MODULE.bazel", ) diff --git a/test/bzl_version/bzl_version_test.bzl b/test/bzl_version/bzl_version_test.bzl new file mode 100644 index 0000000000..b9a6e43128 --- /dev/null +++ b/test/bzl_version/bzl_version_test.bzl @@ -0,0 +1,30 @@ +"""Test utiltiies for ensuring bzlmod and workspace versions match""" + +load("//:version.bzl", "VERSION") +load("//rust:defs.bzl", "rust_test") + +def bzl_version_test(name, module_bazel, **kwargs): + """A test for ensuring a bzlmod repo is in sync with the core rules_rust version. + + Args: + name (str): The name of the test + module_bazel (label): The label of a `MODULE.bazel` file. + **kwargs (dict): Additional keyword arguments. + """ + + rust_test( + name = name, + srcs = [Label("//test/bzl_version:bzl_version_test.rs")], + data = [ + module_bazel, + ], + edition = "2021", + env = { + "MODULE_BAZEL": "$(rlocationpath {})".format(module_bazel), + "VERSION": VERSION, + }, + deps = [ + Label("//tools/runfiles"), + ], + **kwargs + ) diff --git a/test/deps.bzl b/test/deps.bzl index 53aad9b89e..6f6d1bbb96 100644 --- a/test/deps.bzl +++ b/test/deps.bzl @@ -53,16 +53,6 @@ def rules_rust_test_deps(): target_json = Label("//test/unit/toolchain:toolchain-test-triple.json"), ) - maybe( - http_archive, - name = "com_google_googleapis", - urls = [ - "https://github.com/googleapis/googleapis/archive/18becb1d1426feb7399db144d7beeb3284f1ccb0.zip", - ], - strip_prefix = "googleapis-18becb1d1426feb7399db144d7beeb3284f1ccb0", - sha256 = "b8c487191eb942361af905e40172644eab490190e717c3d09bf83e87f3994fff", - ) - maybe( http_archive, name = "rules_python", diff --git a/test/deps_transitive.bzl b/test/deps_transitive.bzl index 389d959c5b..ff7f2c0fc5 100644 --- a/test/deps_transitive.bzl +++ b/test/deps_transitive.bzl @@ -1,21 +1,6 @@ """Rules rust test dependencies transitive dependencies.""" -load("@com_google_googleapis//:repository_rules.bzl", "switched_rules_by_language") load("@rules_python//python:repositories.bzl", "py_repositories") def rules_rust_test_deps_transitive(): py_repositories() - - switched_rules_by_language( - name = "com_google_googleapis_imports", - cc = False, - csharp = False, - gapic = False, - go = False, - grpc = False, - java = False, - nodejs = False, - php = False, - python = False, - ruby = False, - ) diff --git a/test/test_extensions.bzl b/test/test_extensions.bzl new file mode 100644 index 0000000000..121a49c721 --- /dev/null +++ b/test/test_extensions.bzl @@ -0,0 +1,12 @@ +"""Bzlmod test extensions""" + +load("//test/3rdparty/crates:crates.bzl", test_crate_repositories = "crate_repositories") +load("//tests:test_deps.bzl", "helm_test_deps") + +def _rust_test_impl(_ctx): + helm_test_deps() + test_crate_repositories() + +rust_test = module_extension( + implementation = _rust_test_impl, +) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.ring-0.17.5.bazel b/wasm_bindgen/3rdparty/crates/BUILD.ring-0.17.5.bazel deleted file mode 100644 index 8fcb9760e2..0000000000 --- a/wasm_bindgen/3rdparty/crates/BUILD.ring-0.17.5.bazel +++ /dev/null @@ -1,243 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @//wasm_bindgen/3rdparty:crates_vendor -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_build_script") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -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_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-apple-ios": [], - "@rules_rust//rust/platform:aarch64-apple-ios-sim": [], - "@rules_rust//rust/platform:aarch64-linux-android": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [], - "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [], - "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [], - "@rules_rust//rust/platform:armv7-linux-androideabi": [], - "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [], - "@rules_rust//rust/platform:i686-apple-darwin": [], - "@rules_rust//rust/platform:i686-linux-android": [], - "@rules_rust//rust/platform:i686-pc-windows-msvc": [], - "@rules_rust//rust/platform:i686-unknown-freebsd": [], - "@rules_rust//rust/platform:i686-unknown-linux-gnu": [], - "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [], - "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [], - "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [], - "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [], - "@rules_rust//rust/platform:thumbv7em-none-eabi": [], - "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [], - "@rules_rust//rust/platform:wasm32-unknown-unknown": [], - "@rules_rust//rust/platform:wasm32-wasi": [], - "@rules_rust//rust/platform:wasm32-wasip1": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-apple-ios": [], - "@rules_rust//rust/platform:x86_64-linux-android": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-freebsd": [], - "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [], - "@rules_rust//rust/platform:x86_64-unknown-none": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.17.5", - deps = [ - "@rules_rust_wasm_bindgen__getrandom-0.2.10//:getrandom", - "@rules_rust_wasm_bindgen__ring-0.17.5//:build_script_build", - "@rules_rust_wasm_bindgen__untrusted-0.9.0//:untrusted", - ] + select({ - "@rules_rust//rust/platform:aarch64-linux-android": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(any(target_os = "android", target_os = "linux")) - "@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) - ], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) - "@rules_rust_wasm_bindgen__windows-sys-0.48.0//:windows_sys", # cfg(all(target_arch = "aarch64", target_os = "windows")) - ], - "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ - "@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(any(target_os = "android", target_os = "linux")) - "@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) - ], - "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(any(target_os = "android", target_os = "linux")) - "@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) - ], - "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(any(target_os = "android", target_os = "linux")) - "@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) - ], - "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(any(target_os = "android", target_os = "linux")) - "@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) - ], - "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(any(target_os = "android", target_os = "linux")) - "@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) - ], - "@rules_rust//rust/platform:i686-apple-darwin": [ - "@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) - ], - "@rules_rust//rust/platform:i686-linux-android": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(any(target_os = "android", target_os = "linux")) - "@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) - ], - "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) - ], - "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) - ], - "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(any(target_os = "android", target_os = "linux")) - "@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) - ], - "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(any(target_os = "android", target_os = "linux")) - ], - "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(any(target_os = "android", target_os = "linux")) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) - ], - "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) - ], - "@rules_rust//rust/platform:x86_64-linux-android": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(any(target_os = "android", target_os = "linux")) - "@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) - ], - "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) - ], - "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [ - "@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(any(target_os = "android", target_os = "linux")) - "@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) - ], - "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", # cfg(any(target_os = "android", target_os = "linux")) - "@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows")))) - ], - "@rules_rust//rust/platform:x86_64-unknown-none": [ - "@rules_rust_wasm_bindgen__spin-0.9.8//:spin", # cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", 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 = [ - "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_5", - pkg_name = "ring", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=ring", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.17.5", - visibility = ["//visibility:private"], - deps = [ - "@rules_rust_wasm_bindgen__cc-1.0.83//:cc", - ], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/wasm_bindgen/3rdparty/crates/BUILD.rustix-0.37.23.bazel b/wasm_bindgen/3rdparty/crates/BUILD.rustix-0.37.23.bazel deleted file mode 100644 index b1089092cb..0000000000 --- a/wasm_bindgen/3rdparty/crates/BUILD.rustix-0.37.23.bazel +++ /dev/null @@ -1,363 +0,0 @@ -############################################################################### -# @generated -# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To -# regenerate this file, run the following: -# -# bazel run @//wasm_bindgen/3rdparty:crates_vendor -############################################################################### - -load("@rules_rust//cargo:defs.bzl", "cargo_build_script") -load("@rules_rust//rust:defs.bzl", "rust_library") - -package(default_visibility = ["//visibility:public"]) - -rust_library( - name = "rustix", - srcs = glob( - include = ["**/*.rs"], - allow_empty = True, - ), - aliases = select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": { - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - }, - "@rules_rust//rust/platform:aarch64-apple-ios": { - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - }, - "@rules_rust//rust/platform:aarch64-apple-ios-sim": { - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - }, - "@rules_rust//rust/platform:aarch64-linux-android": { - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - }, - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": { - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno": "libc_errno", # cfg(windows) - }, - "@rules_rust//rust/platform:aarch64-unknown-fuchsia": { - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - }, - "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": { - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - }, - "@rules_rust//rust/platform:armv7-linux-androideabi": { - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - }, - "@rules_rust//rust/platform:i686-apple-darwin": { - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - }, - "@rules_rust//rust/platform:i686-linux-android": { - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - }, - "@rules_rust//rust/platform:i686-pc-windows-msvc": { - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno": "libc_errno", # cfg(windows) - }, - "@rules_rust//rust/platform:i686-unknown-freebsd": { - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - }, - "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": { - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - }, - "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": { - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - }, - "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": { - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - }, - "@rules_rust//rust/platform:s390x-unknown-linux-gnu": { - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - }, - "@rules_rust//rust/platform:thumbv7em-none-eabi": { - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - }, - "@rules_rust//rust/platform:thumbv8m.main-none-eabi": { - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - }, - "@rules_rust//rust/platform:wasm32-unknown-unknown": { - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - }, - "@rules_rust//rust/platform:wasm32-wasi": { - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - }, - "@rules_rust//rust/platform:wasm32-wasip1": { - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - }, - "@rules_rust//rust/platform:x86_64-apple-darwin": { - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - }, - "@rules_rust//rust/platform:x86_64-apple-ios": { - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - }, - "@rules_rust//rust/platform:x86_64-linux-android": { - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - }, - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": { - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno": "libc_errno", # cfg(windows) - }, - "@rules_rust//rust/platform:x86_64-unknown-freebsd": { - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - }, - "@rules_rust//rust/platform:x86_64-unknown-fuchsia": { - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - }, - "@rules_rust//rust/platform:x86_64-unknown-none": { - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno": "libc_errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - }, - "//conditions:default": {}, - }), - compile_data = glob( - include = ["**"], - allow_empty = True, - exclude = [ - "**/* *", - ".tmp_git_root/**/*", - "BUILD", - "BUILD.bazel", - "WORKSPACE", - "WORKSPACE.bazel", - ], - ), - crate_features = [ - "default", - "fs", - "io-lifetimes", - "libc", - "std", - "use-libc-auxv", - ], - crate_root = "src/lib.rs", - edition = "2018", - 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-apple-ios": [], - "@rules_rust//rust/platform:aarch64-apple-ios-sim": [], - "@rules_rust//rust/platform:aarch64-linux-android": [], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [], - "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [], - "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [], - "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [], - "@rules_rust//rust/platform:armv7-linux-androideabi": [], - "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [], - "@rules_rust//rust/platform:i686-apple-darwin": [], - "@rules_rust//rust/platform:i686-linux-android": [], - "@rules_rust//rust/platform:i686-pc-windows-msvc": [], - "@rules_rust//rust/platform:i686-unknown-freebsd": [], - "@rules_rust//rust/platform:i686-unknown-linux-gnu": [], - "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [], - "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [], - "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [], - "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [], - "@rules_rust//rust/platform:thumbv7em-none-eabi": [], - "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [], - "@rules_rust//rust/platform:wasm32-unknown-unknown": [], - "@rules_rust//rust/platform:wasm32-wasi": [], - "@rules_rust//rust/platform:wasm32-wasip1": [], - "@rules_rust//rust/platform:x86_64-apple-darwin": [], - "@rules_rust//rust/platform:x86_64-apple-ios": [], - "@rules_rust//rust/platform:x86_64-linux-android": [], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [], - "@rules_rust//rust/platform:x86_64-unknown-freebsd": [], - "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [], - "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [], - "@rules_rust//rust/platform:x86_64-unknown-none": [], - "//conditions:default": ["@platforms//:incompatible"], - }), - version = "0.37.23", - deps = [ - "@rules_rust_wasm_bindgen__bitflags-1.3.2//:bitflags", - "@rules_rust_wasm_bindgen__io-lifetimes-1.0.11//:io_lifetimes", - "@rules_rust_wasm_bindgen__libc-0.2.150//:libc", - "@rules_rust_wasm_bindgen__rustix-0.37.23//:build_script_build", - ] + select({ - "@rules_rust//rust/platform:aarch64-apple-darwin": [ - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - ], - "@rules_rust//rust/platform:aarch64-apple-ios": [ - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - ], - "@rules_rust//rust/platform:aarch64-apple-ios-sim": [ - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - ], - "@rules_rust//rust/platform:aarch64-linux-android": [ - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - "@rules_rust_wasm_bindgen__linux-raw-sys-0.3.8//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - ], - "@rules_rust//rust/platform:aarch64-pc-windows-msvc": [ - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno", # cfg(windows) - "@rules_rust_wasm_bindgen__windows-sys-0.48.0//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:aarch64-unknown-fuchsia": [ - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - ], - "@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__linux-raw-sys-0.3.8//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) - ], - "@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [ - "@rules_rust_wasm_bindgen__linux-raw-sys-0.3.8//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) - ], - "@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [ - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - ], - "@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [ - "@rules_rust_wasm_bindgen__linux-raw-sys-0.3.8//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) - ], - "@rules_rust//rust/platform:armv7-linux-androideabi": [ - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - "@rules_rust_wasm_bindgen__linux-raw-sys-0.3.8//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - ], - "@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [ - "@rules_rust_wasm_bindgen__linux-raw-sys-0.3.8//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) - ], - "@rules_rust//rust/platform:i686-apple-darwin": [ - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - ], - "@rules_rust//rust/platform:i686-linux-android": [ - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - "@rules_rust_wasm_bindgen__linux-raw-sys-0.3.8//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - ], - "@rules_rust//rust/platform:i686-pc-windows-msvc": [ - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno", # cfg(windows) - "@rules_rust_wasm_bindgen__windows-sys-0.48.0//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:i686-unknown-freebsd": [ - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - ], - "@rules_rust//rust/platform:i686-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__linux-raw-sys-0.3.8//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) - ], - "@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - "@rules_rust_wasm_bindgen__linux-raw-sys-0.3.8//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - ], - "@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [ - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - ], - "@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [ - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - ], - "@rules_rust//rust/platform:s390x-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - "@rules_rust_wasm_bindgen__linux-raw-sys-0.3.8//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - ], - "@rules_rust//rust/platform:thumbv7em-none-eabi": [ - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - ], - "@rules_rust//rust/platform:thumbv8m.main-none-eabi": [ - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - ], - "@rules_rust//rust/platform:wasm32-unknown-unknown": [ - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - ], - "@rules_rust//rust/platform:wasm32-wasi": [ - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - ], - "@rules_rust//rust/platform:wasm32-wasip1": [ - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - ], - "@rules_rust//rust/platform:x86_64-apple-darwin": [ - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - ], - "@rules_rust//rust/platform:x86_64-apple-ios": [ - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - ], - "@rules_rust//rust/platform:x86_64-linux-android": [ - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - "@rules_rust_wasm_bindgen__linux-raw-sys-0.3.8//:linux_raw_sys", # cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - ], - "@rules_rust//rust/platform:x86_64-pc-windows-msvc": [ - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno", # cfg(windows) - "@rules_rust_wasm_bindgen__windows-sys-0.48.0//:windows_sys", # cfg(windows) - ], - "@rules_rust//rust/platform:x86_64-unknown-freebsd": [ - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - ], - "@rules_rust//rust/platform:x86_64-unknown-fuchsia": [ - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - ], - "@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [ - "@rules_rust_wasm_bindgen__linux-raw-sys-0.3.8//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) - ], - "@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [ - "@rules_rust_wasm_bindgen__linux-raw-sys-0.3.8//:linux_raw_sys", # cfg(all(not(rustix_use_libc), not(miri), target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))) - ], - "@rules_rust//rust/platform:x86_64-unknown-none": [ - "@rules_rust_wasm_bindgen__errno-0.3.1//:errno", # cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64")))))))) - ], - "//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", - "fs", - "io-lifetimes", - "libc", - "std", - "use-libc-auxv", - ], - 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 = "rustix", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-bazel", - "crate-name=rustix", - "manual", - "noclippy", - "norustfmt", - ], - version = "0.37.23", - visibility = ["//visibility:private"], -) - -alias( - name = "build_script_build", - actual = ":_bs", - tags = ["manual"], -) diff --git a/wasm_bindgen/DEVELOPMENT.md b/wasm_bindgen/DEVELOPMENT.md deleted file mode 100644 index a68b99effb..0000000000 --- a/wasm_bindgen/DEVELOPMENT.md +++ /dev/null @@ -1,12 +0,0 @@ -# Developing wasm_bindgen - -## Updating [wasm-bindgen][wb] - -Use the followign steps to update to new versions of [wasm-bindgen][wb]. - -1. Update `WASM_BINDGEN_VERSION` in `@rules_rust//wasm_bindgen:repositories.bzl` -2. Update the sha256 value for the `rules_rust_wasm_bindgen_cli` repository defined in `@rules_rust//wasm_bindgen:repositories.bzl` to match the artifact from the updated `WASM_BINDGEN_VERSION` value. -3. Regenerate dependencies by running `bazel run //wasm_bindgen/3rdparty:crates_vendor -- --repin` from the root of `rules_rust`. -4. Verify your changes by running `bazel test //wasm/...` from the `rules_rust/examples` directory. - -[wb]: https://github.com/rustwasm/wasm-bindgen diff --git a/wasm_bindgen/defs.bzl b/wasm_bindgen/defs.bzl deleted file mode 100644 index 280c664e6d..0000000000 --- a/wasm_bindgen/defs.bzl +++ /dev/null @@ -1,15 +0,0 @@ -"""Bazel rules for [wasm-bindgen](https://crates.io/crates/wasm-bindgen)""" - -load( - "//wasm_bindgen:providers.bzl", - _RustWasmBindgenInfo = "RustWasmBindgenInfo", -) -load( - "//wasm_bindgen/private:wasm_bindgen.bzl", - _rust_wasm_bindgen = "rust_wasm_bindgen", - _rust_wasm_bindgen_toolchain = "rust_wasm_bindgen_toolchain", -) - -rust_wasm_bindgen = _rust_wasm_bindgen -rust_wasm_bindgen_toolchain = _rust_wasm_bindgen_toolchain -RustWasmBindgenInfo = _RustWasmBindgenInfo diff --git a/wasm_bindgen/rules_js/BUILD.bazel b/wasm_bindgen/rules_js/BUILD.bazel deleted file mode 100644 index a1ca18537e..0000000000 --- a/wasm_bindgen/rules_js/BUILD.bazel +++ /dev/null @@ -1 +0,0 @@ -"""Rust WASM-bindgen rules for interfacing with aspects/rules_js""" diff --git a/wasm_bindgen/rules_nodejs/BUILD.bazel b/wasm_bindgen/rules_nodejs/BUILD.bazel deleted file mode 100644 index e69de29bb2..0000000000