Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions cargo/3rdparty/crates/BUILD.num-traits-0.2.19.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ cargo_build_script(
],
),
edition = "2021",
emit_warnings = False,
pkg_name = "num-traits",
rustc_flags = [
"--cap-lints=allow",
Expand Down
1 change: 1 addition & 0 deletions cargo/3rdparty/crates/BUILD.proc-macro2-1.0.93.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ cargo_build_script(
],
),
edition = "2021",
emit_warnings = False,
pkg_name = "proc-macro2",
rustc_flags = [
"--cap-lints=allow",
Expand Down
1 change: 1 addition & 0 deletions cargo/3rdparty/crates/BUILD.semver-1.0.25.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ cargo_build_script(
],
),
edition = "2018",
emit_warnings = False,
pkg_name = "semver",
rustc_flags = [
"--cap-lints=allow",
Expand Down
1 change: 1 addition & 0 deletions cargo/3rdparty/crates/BUILD.serde-1.0.228.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ cargo_build_script(
],
),
edition = "2021",
emit_warnings = False,
pkg_name = "serde",
rustc_flags = [
"--cap-lints=allow",
Expand Down
1 change: 1 addition & 0 deletions cargo/3rdparty/crates/BUILD.serde_core-1.0.228.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ cargo_build_script(
],
),
edition = "2021",
emit_warnings = False,
pkg_name = "serde_core",
rustc_flags = [
"--cap-lints=allow",
Expand Down
1 change: 1 addition & 0 deletions cargo/3rdparty/crates/BUILD.thiserror-1.0.69.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ cargo_build_script(
],
),
edition = "2021",
emit_warnings = False,
pkg_name = "thiserror",
rustc_flags = [
"--cap-lints=allow",
Expand Down
1 change: 1 addition & 0 deletions cargo/3rdparty/crates/BUILD.typeid-1.0.2.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ cargo_build_script(
],
),
edition = "2018",
emit_warnings = False,
pkg_name = "typeid",
rustc_flags = [
"--cap-lints=allow",
Expand Down
15 changes: 15 additions & 0 deletions cargo/3rdparty/crates/cargo-util-schemas-0.3.1/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
###############################################################################
# @generated
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
# bazel run @@//cargo/3rdparty:crates_vendor
###############################################################################

package(default_visibility = ["//visibility:public"])

alias(
name = "cargo-util-schemas-0.3.1",
actual = "@rrc__cargo-util-schemas-0.3.1//:cargo_util_schemas",
tags = ["manual"],
)
15 changes: 15 additions & 0 deletions cargo/3rdparty/crates/cargo-util-schemas/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
###############################################################################
# @generated
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
# bazel run @@//cargo/3rdparty:crates_vendor
###############################################################################

package(default_visibility = ["//visibility:public"])

alias(
name = "cargo-util-schemas",
actual = "@rrc__cargo-util-schemas-0.3.1//:cargo_util_schemas",
tags = ["manual"],
)
15 changes: 15 additions & 0 deletions cargo/3rdparty/crates/cargo_toml-0.22.3/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
###############################################################################
# @generated
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
# bazel run @@//cargo/3rdparty:crates_vendor
###############################################################################

package(default_visibility = ["//visibility:public"])

alias(
name = "cargo_toml-0.22.3",
actual = "@rrc__cargo_toml-0.22.3//:cargo_toml",
tags = ["manual"],
)
15 changes: 15 additions & 0 deletions cargo/3rdparty/crates/cargo_toml/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
###############################################################################
# @generated
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
# bazel run @@//cargo/3rdparty:crates_vendor
###############################################################################

package(default_visibility = ["//visibility:public"])

alias(
name = "cargo_toml",
actual = "@rrc__cargo_toml-0.22.3//:cargo_toml",
tags = ["manual"],
)
10 changes: 5 additions & 5 deletions cargo/3rdparty/crates/crates.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -320,15 +320,15 @@ _CRATE_EDITIONS = {
_NORMAL_DEPENDENCIES = {
"cargo/private/cargo_toml_info": {
_COMMON_CONDITION: {
"cargo_toml": Label("//:cargo_toml-0.22.3"),
"cargo_toml": Label("//cargo_toml-0.22.3"),
},
},
"cargo/private/cargo_toml_variable_extractor": {
_COMMON_CONDITION: {
"cargo-util-schemas": Label("//:cargo-util-schemas-0.3.1"),
"pathdiff": Label("//:pathdiff-0.1.0"),
"semver": Label("//:semver-1.0.25"),
"toml": Label("//:toml-0.8.20"),
"cargo-util-schemas": Label("//cargo-util-schemas-0.3.1"),
"pathdiff": Label("//pathdiff-0.1.0"),
"semver": Label("//semver-1.0.25"),
"toml": Label("//toml-0.8.20"),
},
},
}
Expand Down
15 changes: 15 additions & 0 deletions cargo/3rdparty/crates/pathdiff-0.1.0/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
###############################################################################
# @generated
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
# bazel run @@//cargo/3rdparty:crates_vendor
###############################################################################

package(default_visibility = ["//visibility:public"])

alias(
name = "pathdiff-0.1.0",
actual = "@rrc__pathdiff-0.1.0//:pathdiff",
tags = ["manual"],
)
15 changes: 15 additions & 0 deletions cargo/3rdparty/crates/pathdiff/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
###############################################################################
# @generated
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
# bazel run @@//cargo/3rdparty:crates_vendor
###############################################################################

package(default_visibility = ["//visibility:public"])

alias(
name = "pathdiff",
actual = "@rrc__pathdiff-0.1.0//:pathdiff",
tags = ["manual"],
)
15 changes: 15 additions & 0 deletions cargo/3rdparty/crates/semver-1.0.25/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
###############################################################################
# @generated
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
# bazel run @@//cargo/3rdparty:crates_vendor
###############################################################################

package(default_visibility = ["//visibility:public"])

alias(
name = "semver-1.0.25",
actual = "@rrc__semver-1.0.25//:semver",
tags = ["manual"],
)
15 changes: 15 additions & 0 deletions cargo/3rdparty/crates/semver/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
###############################################################################
# @generated
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
# bazel run @@//cargo/3rdparty:crates_vendor
###############################################################################

package(default_visibility = ["//visibility:public"])

alias(
name = "semver",
actual = "@rrc__semver-1.0.25//:semver",
tags = ["manual"],
)
15 changes: 15 additions & 0 deletions cargo/3rdparty/crates/toml-0.8.20/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
###############################################################################
# @generated
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
# bazel run @@//cargo/3rdparty:crates_vendor
###############################################################################

package(default_visibility = ["//visibility:public"])

alias(
name = "toml-0.8.20",
actual = "@rrc__toml-0.8.20//:toml",
tags = ["manual"],
)
15 changes: 15 additions & 0 deletions cargo/3rdparty/crates/toml/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
###############################################################################
# @generated
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
# bazel run @@//cargo/3rdparty:crates_vendor
###############################################################################

package(default_visibility = ["//visibility:public"])

alias(
name = "toml",
actual = "@rrc__toml-0.8.20//:toml",
tags = ["manual"],
)
1 change: 1 addition & 0 deletions crate_universe/3rdparty/crates/BUILD.ahash-0.8.11.bazel

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crate_universe/3rdparty/crates/BUILD.anyhow-1.0.98.bazel

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crate_universe/3rdparty/crates/BUILD.borsh-1.5.3.bazel

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crate_universe/3rdparty/crates/BUILD.camino-1.1.9.bazel

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crate_universe/3rdparty/crates/BUILD.crc32fast-1.3.2.bazel

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crate_universe/3rdparty/crates/BUILD.getrandom-0.3.2.bazel

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crate_universe/3rdparty/crates/BUILD.libc-0.2.172.bazel

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crate_universe/3rdparty/crates/BUILD.lock_api-0.4.11.bazel

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crate_universe/3rdparty/crates/BUILD.rustix-0.38.41.bazel

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crate_universe/3rdparty/crates/BUILD.rustix-1.0.5.bazel

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crate_universe/3rdparty/crates/BUILD.semver-1.0.26.bazel

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crate_universe/3rdparty/crates/BUILD.serde-1.0.219.bazel

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crate_universe/3rdparty/crates/BUILD.syn-1.0.109.bazel

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crate_universe/3rdparty/crates/BUILD.thiserror-2.0.4.bazel

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading