diff --git a/examples/complex_sys/Cargo.lock b/examples/complex_sys/Cargo.lock new file mode 100644 index 0000000000..8e57369fd0 --- /dev/null +++ b/examples/complex_sys/Cargo.lock @@ -0,0 +1,223 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +[[package]] +name = "autocfg" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" + +[[package]] +name = "bitflags" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" + +[[package]] +name = "cc" +version = "1.0.66" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48" +dependencies = [ + "jobserver", +] + +[[package]] +name = "cfg-if" +version = "0.1.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" + +[[package]] +name = "form_urlencoded" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00" +dependencies = [ + "matches", + "percent-encoding", +] + +[[package]] +name = "git2" +version = "0.13.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca6f1a0238d7f8f8fd5ee642f4ebac4dbc03e03d1f78fbe7a3ede35dcf7e2224" +dependencies = [ + "bitflags", + "libc", + "libgit2-sys", + "log", + "openssl-probe", + "openssl-sys", + "url", +] + +[[package]] +name = "idna" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" +dependencies = [ + "matches", + "unicode-bidi", + "unicode-normalization", +] + +[[package]] +name = "jobserver" +version = "0.1.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2" +dependencies = [ + "libc", +] + +[[package]] +name = "libc" +version = "0.2.81" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb" + +[[package]] +name = "libgit2-sys" +version = "0.12.17+1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f4ebdf65ca745126df8824688637aa0535a88900b83362d8ca63893bcf4e8841" +dependencies = [ + "cc", + "libc", + "libssh2-sys", + "libz-sys", + "openssl-sys", + "pkg-config", +] + +[[package]] +name = "libssh2-sys" +version = "0.2.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df40b13fe7ea1be9b9dffa365a51273816c345fc1811478b57ed7d964fbfc4ce" +dependencies = [ + "cc", + "libc", + "libz-sys", + "openssl-sys", + "pkg-config", + "vcpkg", +] + +[[package]] +name = "libz-sys" +version = "1.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655" +dependencies = [ + "cc", + "libc", + "pkg-config", + "vcpkg", +] + +[[package]] +name = "log" +version = "0.4.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b" +dependencies = [ + "cfg-if", +] + +[[package]] +name = "matches" +version = "0.1.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" + +[[package]] +name = "openssl-probe" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" + +[[package]] +name = "openssl-sys" +version = "0.9.60" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "921fc71883267538946025deffb622905ecad223c28efbfdef9bb59a0175f3e6" +dependencies = [ + "autocfg", + "cc", + "libc", + "pkg-config", + "vcpkg", +] + +[[package]] +name = "percent-encoding" +version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" + +[[package]] +name = "pkg-config" +version = "0.3.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c" + +[[package]] +name = "rules_rust_examples_complex_sys" +version = "0.0.1" +dependencies = [ + "git2", +] + +[[package]] +name = "tinyvec" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ccf8dbc19eb42fba10e8feaaec282fb50e2c14b2726d6301dbfeed0f73306a6f" +dependencies = [ + "tinyvec_macros", +] + +[[package]] +name = "tinyvec_macros" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" + +[[package]] +name = "unicode-bidi" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" +dependencies = [ + "matches", +] + +[[package]] +name = "unicode-normalization" +version = "0.1.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a13e63ab62dbe32aeee58d1c5408d35c36c392bba5d9d3142287219721afe606" +dependencies = [ + "tinyvec", +] + +[[package]] +name = "url" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e" +dependencies = [ + "form_urlencoded", + "idna", + "matches", + "percent-encoding", +] + +[[package]] +name = "vcpkg" +version = "0.2.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb" diff --git a/examples/complex_sys/Cargo.toml b/examples/complex_sys/Cargo.toml index 0825d3879b..d0247b7dbe 100644 --- a/examples/complex_sys/Cargo.toml +++ b/examples/complex_sys/Cargo.toml @@ -8,15 +8,18 @@ path = "src/main.rs" [dependencies] git2 = "=0.13.12" +openssl = "=0.10.32" +openssl-sys = "=0.9.60" -# WARNING: Subsequent runs of cargo-raze on this manifest will break examples -[raze] +[package.metadata.raze] workspace_path = "//complex_sys/raze" genmode = "Remote" gen_workspace_prefix = "rules_rust_examples_complex_sys" +rust_rules_workspace_name = "io_bazel_rules_rust" +package_aliases_dir = "raze" default_gen_buildrs = true -[raze.crates.openssl-sys.'0.9.58'] +[package.metadata.raze.crates.openssl-sys.'0.9.60'] additional_deps = [ "@openssl//:openssl", ] diff --git a/examples/complex_sys/raze/BUILD.bazel b/examples/complex_sys/raze/BUILD.bazel index 963d0ab6dd..c7d3bc47ab 100644 --- a/examples/complex_sys/raze/BUILD.bazel +++ b/examples/complex_sys/raze/BUILD.bazel @@ -1,6 +1,6 @@ """ @generated -cargo-raze workspace build file. +cargo-raze generated Bazel file. DO NOT EDIT! Replaced on runs of cargo-raze """ diff --git a/examples/complex_sys/raze/crates.bzl b/examples/complex_sys/raze/crates.bzl index 782dc05d3b..000a35a214 100644 --- a/examples/complex_sys/raze/crates.bzl +++ b/examples/complex_sys/raze/crates.bzl @@ -1,6 +1,6 @@ """ @generated -cargo-raze crate workspace functions +cargo-raze generated Bazel file. DO NOT EDIT! Replaced on runs of cargo-raze """ @@ -16,6 +16,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates(): name = "rules_rust_examples_complex_sys__autocfg__1_0_1", url = "https://crates.io/api/v1/crates/autocfg/1.0.1/download", type = "tar.gz", + sha256 = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a", strip_prefix = "autocfg-1.0.1", build_file = Label("//complex_sys/raze/remote:BUILD.autocfg-1.0.1.bazel"), ) @@ -25,17 +26,19 @@ def rules_rust_examples_complex_sys_fetch_remote_crates(): name = "rules_rust_examples_complex_sys__bitflags__1_2_1", url = "https://crates.io/api/v1/crates/bitflags/1.2.1/download", type = "tar.gz", + sha256 = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693", strip_prefix = "bitflags-1.2.1", build_file = Label("//complex_sys/raze/remote:BUILD.bitflags-1.2.1.bazel"), ) maybe( http_archive, - name = "rules_rust_examples_complex_sys__cc__1_0_61", - url = "https://crates.io/api/v1/crates/cc/1.0.61/download", + name = "rules_rust_examples_complex_sys__cc__1_0_66", + url = "https://crates.io/api/v1/crates/cc/1.0.66/download", type = "tar.gz", - strip_prefix = "cc-1.0.61", - build_file = Label("//complex_sys/raze/remote:BUILD.cc-1.0.61.bazel"), + sha256 = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48", + strip_prefix = "cc-1.0.66", + build_file = Label("//complex_sys/raze/remote:BUILD.cc-1.0.66.bazel"), ) maybe( @@ -43,15 +46,27 @@ def rules_rust_examples_complex_sys_fetch_remote_crates(): name = "rules_rust_examples_complex_sys__cfg_if__0_1_10", url = "https://crates.io/api/v1/crates/cfg-if/0.1.10/download", type = "tar.gz", + sha256 = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822", strip_prefix = "cfg-if-0.1.10", build_file = Label("//complex_sys/raze/remote:BUILD.cfg-if-0.1.10.bazel"), ) + maybe( + http_archive, + name = "rules_rust_examples_complex_sys__form_urlencoded__1_0_0", + url = "https://crates.io/api/v1/crates/form_urlencoded/1.0.0/download", + type = "tar.gz", + sha256 = "ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00", + strip_prefix = "form_urlencoded-1.0.0", + build_file = Label("//complex_sys/raze/remote:BUILD.form_urlencoded-1.0.0.bazel"), + ) + maybe( http_archive, name = "rules_rust_examples_complex_sys__git2__0_13_12", url = "https://crates.io/api/v1/crates/git2/0.13.12/download", type = "tar.gz", + sha256 = "ca6f1a0238d7f8f8fd5ee642f4ebac4dbc03e03d1f78fbe7a3ede35dcf7e2224", strip_prefix = "git2-0.13.12", build_file = Label("//complex_sys/raze/remote:BUILD.git2-0.13.12.bazel"), ) @@ -61,6 +76,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates(): name = "rules_rust_examples_complex_sys__idna__0_2_0", url = "https://crates.io/api/v1/crates/idna/0.2.0/download", type = "tar.gz", + sha256 = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9", strip_prefix = "idna-0.2.0", build_file = Label("//complex_sys/raze/remote:BUILD.idna-0.2.0.bazel"), ) @@ -70,35 +86,39 @@ def rules_rust_examples_complex_sys_fetch_remote_crates(): name = "rules_rust_examples_complex_sys__jobserver__0_1_21", url = "https://crates.io/api/v1/crates/jobserver/0.1.21/download", type = "tar.gz", + sha256 = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2", strip_prefix = "jobserver-0.1.21", build_file = Label("//complex_sys/raze/remote:BUILD.jobserver-0.1.21.bazel"), ) maybe( http_archive, - name = "rules_rust_examples_complex_sys__libc__0_2_80", - url = "https://crates.io/api/v1/crates/libc/0.2.80/download", + name = "rules_rust_examples_complex_sys__libc__0_2_81", + url = "https://crates.io/api/v1/crates/libc/0.2.81/download", type = "tar.gz", - strip_prefix = "libc-0.2.80", - build_file = Label("//complex_sys/raze/remote:BUILD.libc-0.2.80.bazel"), + sha256 = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb", + strip_prefix = "libc-0.2.81", + build_file = Label("//complex_sys/raze/remote:BUILD.libc-0.2.81.bazel"), ) maybe( http_archive, - name = "rules_rust_examples_complex_sys__libgit2_sys__0_12_14_1_1_0", - url = "https://crates.io/api/v1/crates/libgit2-sys/0.12.14+1.1.0/download", + name = "rules_rust_examples_complex_sys__libgit2_sys__0_12_17_1_1_0", + url = "https://crates.io/api/v1/crates/libgit2-sys/0.12.17+1.1.0/download", type = "tar.gz", - strip_prefix = "libgit2-sys-0.12.14+1.1.0", - build_file = Label("//complex_sys/raze/remote:BUILD.libgit2-sys-0.12.14+1.1.0.bazel"), + sha256 = "f4ebdf65ca745126df8824688637aa0535a88900b83362d8ca63893bcf4e8841", + strip_prefix = "libgit2-sys-0.12.17+1.1.0", + build_file = Label("//complex_sys/raze/remote:BUILD.libgit2-sys-0.12.17+1.1.0.bazel"), ) maybe( http_archive, - name = "rules_rust_examples_complex_sys__libssh2_sys__0_2_19", - url = "https://crates.io/api/v1/crates/libssh2-sys/0.2.19/download", + name = "rules_rust_examples_complex_sys__libssh2_sys__0_2_20", + url = "https://crates.io/api/v1/crates/libssh2-sys/0.2.20/download", type = "tar.gz", - strip_prefix = "libssh2-sys-0.2.19", - build_file = Label("//complex_sys/raze/remote:BUILD.libssh2-sys-0.2.19.bazel"), + sha256 = "df40b13fe7ea1be9b9dffa365a51273816c345fc1811478b57ed7d964fbfc4ce", + strip_prefix = "libssh2-sys-0.2.20", + build_file = Label("//complex_sys/raze/remote:BUILD.libssh2-sys-0.2.20.bazel"), ) maybe( @@ -106,6 +126,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates(): name = "rules_rust_examples_complex_sys__libz_sys__1_1_2", url = "https://crates.io/api/v1/crates/libz-sys/1.1.2/download", type = "tar.gz", + sha256 = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655", strip_prefix = "libz-sys-1.1.2", build_file = Label("//complex_sys/raze/remote:BUILD.libz-sys-1.1.2.bazel"), ) @@ -115,6 +136,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates(): name = "rules_rust_examples_complex_sys__log__0_4_11", url = "https://crates.io/api/v1/crates/log/0.4.11/download", type = "tar.gz", + sha256 = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b", strip_prefix = "log-0.4.11", build_file = Label("//complex_sys/raze/remote:BUILD.log-0.4.11.bazel"), ) @@ -124,6 +146,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates(): name = "rules_rust_examples_complex_sys__matches__0_1_8", url = "https://crates.io/api/v1/crates/matches/0.1.8/download", type = "tar.gz", + sha256 = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08", strip_prefix = "matches-0.1.8", build_file = Label("//complex_sys/raze/remote:BUILD.matches-0.1.8.bazel"), ) @@ -133,17 +156,19 @@ def rules_rust_examples_complex_sys_fetch_remote_crates(): name = "rules_rust_examples_complex_sys__openssl_probe__0_1_2", url = "https://crates.io/api/v1/crates/openssl-probe/0.1.2/download", type = "tar.gz", + sha256 = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de", strip_prefix = "openssl-probe-0.1.2", build_file = Label("//complex_sys/raze/remote:BUILD.openssl-probe-0.1.2.bazel"), ) maybe( http_archive, - name = "rules_rust_examples_complex_sys__openssl_sys__0_9_58", - url = "https://crates.io/api/v1/crates/openssl-sys/0.9.58/download", + name = "rules_rust_examples_complex_sys__openssl_sys__0_9_60", + url = "https://crates.io/api/v1/crates/openssl-sys/0.9.60/download", type = "tar.gz", - strip_prefix = "openssl-sys-0.9.58", - build_file = Label("//complex_sys/raze/remote:BUILD.openssl-sys-0.9.58.bazel"), + sha256 = "921fc71883267538946025deffb622905ecad223c28efbfdef9bb59a0175f3e6", + strip_prefix = "openssl-sys-0.9.60", + build_file = Label("//complex_sys/raze/remote:BUILD.openssl-sys-0.9.60.bazel"), ) maybe( @@ -151,6 +176,7 @@ def rules_rust_examples_complex_sys_fetch_remote_crates(): name = "rules_rust_examples_complex_sys__percent_encoding__2_1_0", url = "https://crates.io/api/v1/crates/percent-encoding/2.1.0/download", type = "tar.gz", + sha256 = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e", strip_prefix = "percent-encoding-2.1.0", build_file = Label("//complex_sys/raze/remote:BUILD.percent-encoding-2.1.0.bazel"), ) @@ -160,17 +186,29 @@ def rules_rust_examples_complex_sys_fetch_remote_crates(): name = "rules_rust_examples_complex_sys__pkg_config__0_3_19", url = "https://crates.io/api/v1/crates/pkg-config/0.3.19/download", type = "tar.gz", + sha256 = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c", strip_prefix = "pkg-config-0.3.19", build_file = Label("//complex_sys/raze/remote:BUILD.pkg-config-0.3.19.bazel"), ) maybe( http_archive, - name = "rules_rust_examples_complex_sys__tinyvec__0_3_4", - url = "https://crates.io/api/v1/crates/tinyvec/0.3.4/download", + name = "rules_rust_examples_complex_sys__tinyvec__1_1_0", + url = "https://crates.io/api/v1/crates/tinyvec/1.1.0/download", + type = "tar.gz", + sha256 = "ccf8dbc19eb42fba10e8feaaec282fb50e2c14b2726d6301dbfeed0f73306a6f", + strip_prefix = "tinyvec-1.1.0", + build_file = Label("//complex_sys/raze/remote:BUILD.tinyvec-1.1.0.bazel"), + ) + + maybe( + http_archive, + name = "rules_rust_examples_complex_sys__tinyvec_macros__0_1_0", + url = "https://crates.io/api/v1/crates/tinyvec_macros/0.1.0/download", type = "tar.gz", - strip_prefix = "tinyvec-0.3.4", - build_file = Label("//complex_sys/raze/remote:BUILD.tinyvec-0.3.4.bazel"), + sha256 = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c", + strip_prefix = "tinyvec_macros-0.1.0", + build_file = Label("//complex_sys/raze/remote:BUILD.tinyvec_macros-0.1.0.bazel"), ) maybe( @@ -178,33 +216,37 @@ def rules_rust_examples_complex_sys_fetch_remote_crates(): name = "rules_rust_examples_complex_sys__unicode_bidi__0_3_4", url = "https://crates.io/api/v1/crates/unicode-bidi/0.3.4/download", type = "tar.gz", + sha256 = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5", strip_prefix = "unicode-bidi-0.3.4", build_file = Label("//complex_sys/raze/remote:BUILD.unicode-bidi-0.3.4.bazel"), ) maybe( http_archive, - name = "rules_rust_examples_complex_sys__unicode_normalization__0_1_13", - url = "https://crates.io/api/v1/crates/unicode-normalization/0.1.13/download", + name = "rules_rust_examples_complex_sys__unicode_normalization__0_1_16", + url = "https://crates.io/api/v1/crates/unicode-normalization/0.1.16/download", type = "tar.gz", - strip_prefix = "unicode-normalization-0.1.13", - build_file = Label("//complex_sys/raze/remote:BUILD.unicode-normalization-0.1.13.bazel"), + sha256 = "a13e63ab62dbe32aeee58d1c5408d35c36c392bba5d9d3142287219721afe606", + strip_prefix = "unicode-normalization-0.1.16", + build_file = Label("//complex_sys/raze/remote:BUILD.unicode-normalization-0.1.16.bazel"), ) maybe( http_archive, - name = "rules_rust_examples_complex_sys__url__2_1_1", - url = "https://crates.io/api/v1/crates/url/2.1.1/download", + name = "rules_rust_examples_complex_sys__url__2_2_0", + url = "https://crates.io/api/v1/crates/url/2.2.0/download", type = "tar.gz", - strip_prefix = "url-2.1.1", - build_file = Label("//complex_sys/raze/remote:BUILD.url-2.1.1.bazel"), + sha256 = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e", + strip_prefix = "url-2.2.0", + build_file = Label("//complex_sys/raze/remote:BUILD.url-2.2.0.bazel"), ) maybe( http_archive, - name = "rules_rust_examples_complex_sys__vcpkg__0_2_10", - url = "https://crates.io/api/v1/crates/vcpkg/0.2.10/download", + name = "rules_rust_examples_complex_sys__vcpkg__0_2_11", + url = "https://crates.io/api/v1/crates/vcpkg/0.2.11/download", type = "tar.gz", - strip_prefix = "vcpkg-0.2.10", - build_file = Label("//complex_sys/raze/remote:BUILD.vcpkg-0.2.10.bazel"), + sha256 = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb", + strip_prefix = "vcpkg-0.2.11", + build_file = Label("//complex_sys/raze/remote:BUILD.vcpkg-0.2.11.bazel"), ) diff --git a/examples/complex_sys/raze/remote/BUILD.autocfg-1.0.1.bazel b/examples/complex_sys/raze/remote/BUILD.autocfg-1.0.1.bazel index 7693647117..d06dbddba6 100644 --- a/examples/complex_sys/raze/remote/BUILD.autocfg-1.0.1.bazel +++ b/examples/complex_sys/raze/remote/BUILD.autocfg-1.0.1.bazel @@ -28,30 +28,36 @@ licenses([ "notice", # Apache-2.0 from expression "Apache-2.0 OR MIT" ]) -# Generated targets +# Generated Targets + +# Unsupported target "integers" with type "example" omitted + +# Unsupported target "paths" with type "example" omitted + +# Unsupported target "traits" with type "example" omitted + +# Unsupported target "versions" with type "example" omitted -# buildifier: leave-alone rust_library( name = "autocfg", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "1.0.1", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "1.0.1", + # buildifier: leave-alone + deps = [ ], ) -# Unsupported target "integers" with type "example" omitted -# Unsupported target "paths" with type "example" omitted + # Unsupported target "rustflags" with type "test" omitted -# Unsupported target "traits" with type "example" omitted -# Unsupported target "versions" with type "example" omitted diff --git a/examples/complex_sys/raze/remote/BUILD.bitflags-1.2.1.bazel b/examples/complex_sys/raze/remote/BUILD.bitflags-1.2.1.bazel index 7a4bbe301c..f01beb63d9 100644 --- a/examples/complex_sys/raze/remote/BUILD.bitflags-1.2.1.bazel +++ b/examples/complex_sys/raze/remote/BUILD.bitflags-1.2.1.bazel @@ -28,58 +28,57 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets # buildifier: disable=load-on-top load( "@io_bazel_rules_rust//cargo:cargo_build_script.bzl", "cargo_build_script", ) -# buildifier: leave-alone cargo_build_script( name = "bitflags_build_script", srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + "default", + ], crate_root = "build.rs", + data = glob(["**"]), edition = "2015", - deps = [ - ], rustc_flags = [ "--cap-lints=allow", ], - crate_features = [ - "default", - ], - build_script_env = { - }, - data = glob(["**"]), tags = [ "cargo-raze", "manual", ], version = "1.2.1", visibility = ["//visibility:private"], + deps = [ + ], ) - -# buildifier: leave-alone rust_library( name = "bitflags", - crate_type = "lib", - deps = [ - ":bitflags_build_script", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "1.2.1", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", + version = "1.2.1", + # buildifier: leave-alone + deps = [ + ":bitflags_build_script", ], ) diff --git a/examples/complex_sys/raze/remote/BUILD.cc-1.0.61.bazel b/examples/complex_sys/raze/remote/BUILD.cc-1.0.61.bazel deleted file mode 100644 index c97f99dc2a..0000000000 --- a/examples/complex_sys/raze/remote/BUILD.cc-1.0.61.bazel +++ /dev/null @@ -1,86 +0,0 @@ -""" -@generated -cargo-raze crate build file. - -DO NOT EDIT! Replaced on runs of cargo-raze -""" - -# buildifier: disable=load -load( - "@io_bazel_rules_rust//rust:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//complex_sys/raze", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # MIT from expression "MIT OR Apache-2.0" -]) - -# Generated targets - -# buildifier: leave-alone -rust_library( - name = "cc", - crate_type = "lib", - deps = [ - "@rules_rust_examples_complex_sys__jobserver__0_1_21//:jobserver", - ], - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "1.0.61", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - "jobserver", - "parallel", - ], -) -# Unsupported target "cc_env" with type "test" omitted -# Unsupported target "cflags" with type "test" omitted -# Unsupported target "cxxflags" with type "test" omitted - -# buildifier: leave-alone -rust_binary( - # Prefix bin name to disambiguate from (probable) collision with lib name - # N.B.: The exact form of this is subject to change. - name = "cargo_bin_gcc_shim", - deps = [ - # Binaries get an implicit dependency on their crate's lib - ":cc", - "@rules_rust_examples_complex_sys__jobserver__0_1_21//:jobserver", - ], - srcs = glob(["**/*.rs"]), - crate_root = "src/bin/gcc-shim.rs", - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "1.0.61", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - "jobserver", - "parallel", - ], -) -# Unsupported target "test" with type "test" omitted diff --git a/examples/complex_sys/raze/remote/BUILD.cc-1.0.60.bazel b/examples/complex_sys/raze/remote/BUILD.cc-1.0.66.bazel similarity index 92% rename from examples/complex_sys/raze/remote/BUILD.cc-1.0.60.bazel rename to examples/complex_sys/raze/remote/BUILD.cc-1.0.66.bazel index 1e013f568e..6476620ece 100644 --- a/examples/complex_sys/raze/remote/BUILD.cc-1.0.60.bazel +++ b/examples/complex_sys/raze/remote/BUILD.cc-1.0.66.bazel @@ -28,59 +28,65 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone -rust_library( - name = "cc", - crate_type = "lib", - deps = [ - "@rules_rust_examples_complex_sys__jobserver__0_1_21//:jobserver", - ], +rust_binary( + # Prefix bin name to disambiguate from (probable) collision with lib name + # N.B.: The exact form of this is subject to change. + name = "cargo_bin_gcc_shim", srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", + crate_features = [ + "jobserver", + "parallel", + ], + crate_root = "src/bin/gcc-shim.rs", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "1.0.60", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "jobserver", - "parallel", - ], -) -# Unsupported target "cc_env" with type "test" omitted -# Unsupported target "cflags" with type "test" omitted -# Unsupported target "cxxflags" with type "test" omitted - -# buildifier: leave-alone -rust_binary( - # Prefix bin name to disambiguate from (probable) collision with lib name - # N.B.: The exact form of this is subject to change. - name = "cargo_bin_gcc_shim", + version = "1.0.66", + # buildifier: leave-alone deps = [ # Binaries get an implicit dependency on their crate's lib ":cc", "@rules_rust_examples_complex_sys__jobserver__0_1_21//:jobserver", ], +) + +rust_library( + name = "cc", srcs = glob(["**/*.rs"]), - crate_root = "src/bin/gcc-shim.rs", + crate_features = [ + "jobserver", + "parallel", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "1.0.60", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "jobserver", - "parallel", + version = "1.0.66", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_complex_sys__jobserver__0_1_21//:jobserver", ], ) + +# Unsupported target "cc_env" with type "test" omitted + +# Unsupported target "cflags" with type "test" omitted + +# Unsupported target "cxxflags" with type "test" omitted + # Unsupported target "test" with type "test" omitted diff --git a/examples/complex_sys/raze/remote/BUILD.cfg-if-0.1.10.bazel b/examples/complex_sys/raze/remote/BUILD.cfg-if-0.1.10.bazel index 6428fcb3c4..42cf69ea53 100644 --- a/examples/complex_sys/raze/remote/BUILD.cfg-if-0.1.10.bazel +++ b/examples/complex_sys/raze/remote/BUILD.cfg-if-0.1.10.bazel @@ -28,26 +28,28 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "cfg_if", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.10", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.10", + # buildifier: leave-alone + deps = [ ], ) + # Unsupported target "xcrate" with type "test" omitted diff --git a/examples/complex_sys/raze/remote/BUILD.openssl-src-111.12.0+1.1.1h.bazel b/examples/complex_sys/raze/remote/BUILD.form_urlencoded-1.0.0.bazel similarity index 77% rename from examples/complex_sys/raze/remote/BUILD.openssl-src-111.12.0+1.1.1h.bazel rename to examples/complex_sys/raze/remote/BUILD.form_urlencoded-1.0.0.bazel index e84c225cc9..7cc7ada585 100644 --- a/examples/complex_sys/raze/remote/BUILD.openssl-src-111.12.0+1.1.1h.bazel +++ b/examples/complex_sys/raze/remote/BUILD.form_urlencoded-1.0.0.bazel @@ -28,27 +28,28 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( - name = "openssl_src", - crate_type = "lib", - deps = [ - "@rules_rust_examples_complex_sys__cc__1_0_60//:cc", - ], + name = "form_urlencoded", srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "111.12.0+1.1.1h", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", + version = "1.0.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_complex_sys__matches__0_1_8//:matches", + "@rules_rust_examples_complex_sys__percent_encoding__2_1_0//:percent_encoding", ], ) diff --git a/examples/complex_sys/raze/remote/BUILD.git2-0.13.12.bazel b/examples/complex_sys/raze/remote/BUILD.git2-0.13.12.bazel index 41a0b94980..69efe76714 100644 --- a/examples/complex_sys/raze/remote/BUILD.git2-0.13.12.bazel +++ b/examples/complex_sys/raze/remote/BUILD.git2-0.13.12.bazel @@ -28,24 +28,68 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "add" with type "example" omitted + # Unsupported target "blame" with type "example" omitted + # Unsupported target "cat-file" with type "example" omitted + # Unsupported target "clone" with type "example" omitted + # Unsupported target "diff" with type "example" omitted + # Unsupported target "fetch" with type "example" omitted -# buildifier: leave-alone +# Unsupported target "init" with type "example" omitted + +# Unsupported target "log" with type "example" omitted + +# Unsupported target "ls-remote" with type "example" omitted + +# Unsupported target "pull" with type "example" omitted + +# Unsupported target "rev-list" with type "example" omitted + +# Unsupported target "rev-parse" with type "example" omitted + +# Unsupported target "status" with type "example" omitted + +# Unsupported target "tag" with type "example" omitted + rust_library( name = "git2", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + "default", + "https", + "openssl-probe", + "openssl-sys", + "ssh", + "ssh_key_from_memory", + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.13.12", + # buildifier: leave-alone deps = [ "@rules_rust_examples_complex_sys__bitflags__1_2_1//:bitflags", - "@rules_rust_examples_complex_sys__libc__0_2_80//:libc", - "@rules_rust_examples_complex_sys__libgit2_sys__0_12_14_1_1_0//:libgit2_sys", + "@rules_rust_examples_complex_sys__libc__0_2_81//:libc", + "@rules_rust_examples_complex_sys__libgit2_sys__0_12_17_1_1_0//:libgit2_sys", "@rules_rust_examples_complex_sys__log__0_4_11//:log", - "@rules_rust_examples_complex_sys__url__2_1_1//:url", + "@rules_rust_examples_complex_sys__url__2_2_0//:url", ] + selects.with_or({ # cfg(all(unix, not(target_os = "macos"))) ( @@ -64,37 +108,8 @@ rust_library( "@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ "@rules_rust_examples_complex_sys__openssl_probe__0_1_2//:openssl_probe", - "@rules_rust_examples_complex_sys__openssl_sys__0_9_58//:openssl_sys", + "@rules_rust_examples_complex_sys__openssl_sys__0_9_60//:openssl_sys", ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.13.12", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - "default", - "https", - "openssl-probe", - "openssl-sys", - "ssh", - "ssh_key_from_memory", - ], - aliases = { - }, ) -# Unsupported target "init" with type "example" omitted -# Unsupported target "log" with type "example" omitted -# Unsupported target "ls-remote" with type "example" omitted -# Unsupported target "pull" with type "example" omitted -# Unsupported target "rev-list" with type "example" omitted -# Unsupported target "rev-parse" with type "example" omitted -# Unsupported target "status" with type "example" omitted -# Unsupported target "tag" with type "example" omitted diff --git a/examples/complex_sys/raze/remote/BUILD.idna-0.2.0.bazel b/examples/complex_sys/raze/remote/BUILD.idna-0.2.0.bazel index de8c828360..0cf1fb6f1e 100644 --- a/examples/complex_sys/raze/remote/BUILD.idna-0.2.0.bazel +++ b/examples/complex_sys/raze/remote/BUILD.idna-0.2.0.bazel @@ -28,30 +28,33 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "idna", - crate_type = "lib", - deps = [ - "@rules_rust_examples_complex_sys__matches__0_1_8//:matches", - "@rules_rust_examples_complex_sys__unicode_bidi__0_3_4//:unicode_bidi", - "@rules_rust_examples_complex_sys__unicode_normalization__0_1_13//:unicode_normalization", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.2.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_complex_sys__matches__0_1_8//:matches", + "@rules_rust_examples_complex_sys__unicode_bidi__0_3_4//:unicode_bidi", + "@rules_rust_examples_complex_sys__unicode_normalization__0_1_16//:unicode_normalization", ], ) + # Unsupported target "tests" with type "test" omitted + # Unsupported target "unit" with type "test" omitted diff --git a/examples/complex_sys/raze/remote/BUILD.jobserver-0.1.21.bazel b/examples/complex_sys/raze/remote/BUILD.jobserver-0.1.21.bazel index 665f746495..1063bce924 100644 --- a/examples/complex_sys/raze/remote/BUILD.jobserver-0.1.21.bazel +++ b/examples/complex_sys/raze/remote/BUILD.jobserver-0.1.21.bazel @@ -28,19 +28,33 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets -# Unsupported target "client" with type "test" omitted -# Unsupported target "client-of-myself" with type "test" omitted -# Unsupported target "helper" with type "test" omitted +# Generated Targets -# buildifier: leave-alone rust_library( name = "jobserver", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + ], + crate_root = "src/lib.rs", crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.1.21", + # buildifier: leave-alone deps = [ ] + selects.with_or({ # cfg(unix) ( + "@io_bazel_rules_rust//rust/platform:aarch64-apple-darwin", "@io_bazel_rules_rust//rust/platform:aarch64-apple-ios", "@io_bazel_rules_rust//rust/platform:aarch64-linux-android", "@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu", @@ -57,25 +71,18 @@ rust_library( "@io_bazel_rules_rust//rust/platform:x86_64-unknown-freebsd", "@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@rules_rust_examples_complex_sys__libc__0_2_80//:libc", + "@rules_rust_examples_complex_sys__libc__0_2_81//:libc", ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.1.21", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - ], - aliases = { - }, ) + +# Unsupported target "client" with type "test" omitted + +# Unsupported target "client-of-myself" with type "test" omitted + +# Unsupported target "helper" with type "test" omitted + # Unsupported target "make-as-a-client" with type "test" omitted + # Unsupported target "server" with type "test" omitted diff --git a/examples/complex_sys/raze/remote/BUILD.libc-0.2.80.bazel b/examples/complex_sys/raze/remote/BUILD.libc-0.2.80.bazel deleted file mode 100644 index fc6d8b54f0..0000000000 --- a/examples/complex_sys/raze/remote/BUILD.libc-0.2.80.bazel +++ /dev/null @@ -1,88 +0,0 @@ -""" -@generated -cargo-raze crate build file. - -DO NOT EDIT! Replaced on runs of cargo-raze -""" - -# buildifier: disable=load -load( - "@io_bazel_rules_rust//rust:rust.bzl", - "rust_binary", - "rust_library", - "rust_test", -) - -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//complex_sys/raze", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # MIT from expression "MIT OR Apache-2.0" -]) - -# Generated targets -# buildifier: disable=load-on-top -load( - "@io_bazel_rules_rust//cargo:cargo_build_script.bzl", - "cargo_build_script", -) - -# buildifier: leave-alone -cargo_build_script( - name = "libc_build_script", - srcs = glob(["**/*.rs"]), - crate_root = "build.rs", - edition = "2015", - deps = [ - ], - rustc_flags = [ - "--cap-lints=allow", - ], - crate_features = [ - "default", - "std", - ], - build_script_env = { - }, - data = glob(["**"]), - tags = [ - "cargo-raze", - "manual", - ], - version = "0.2.80", - visibility = ["//visibility:private"], -) - -# Unsupported target "const_fn" with type "test" omitted - -# buildifier: leave-alone -rust_library( - name = "libc", - crate_type = "lib", - deps = [ - ":libc_build_script", - ], - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.2.80", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - "default", - "std", - ], -) diff --git a/examples/complex_sys/raze/remote/BUILD.libc-0.2.77.bazel b/examples/complex_sys/raze/remote/BUILD.libc-0.2.81.bazel similarity index 91% rename from examples/complex_sys/raze/remote/BUILD.libc-0.2.77.bazel rename to examples/complex_sys/raze/remote/BUILD.libc-0.2.81.bazel index 09436db71b..f09891dc51 100644 --- a/examples/complex_sys/raze/remote/BUILD.libc-0.2.77.bazel +++ b/examples/complex_sys/raze/remote/BUILD.libc-0.2.81.bazel @@ -28,61 +28,61 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets # buildifier: disable=load-on-top load( "@io_bazel_rules_rust//cargo:cargo_build_script.bzl", "cargo_build_script", ) -# buildifier: leave-alone cargo_build_script( name = "libc_build_script", srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + "default", + "std", + ], crate_root = "build.rs", + data = glob(["**"]), edition = "2015", - deps = [ - ], rustc_flags = [ "--cap-lints=allow", ], - crate_features = [ - "default", - "std", - ], - build_script_env = { - }, - data = glob(["**"]), tags = [ "cargo-raze", "manual", ], - version = "0.2.77", + version = "0.2.81", visibility = ["//visibility:private"], + deps = [ + ], ) -# Unsupported target "const_fn" with type "test" omitted - -# buildifier: leave-alone rust_library( name = "libc", - crate_type = "lib", - deps = [ - ":libc_build_script", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.77", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "std", + version = "0.2.81", + # buildifier: leave-alone + deps = [ + ":libc_build_script", ], ) + +# Unsupported target "const_fn" with type "test" omitted diff --git a/examples/complex_sys/raze/remote/BUILD.libgit2-sys-0.12.14+1.1.0.bazel b/examples/complex_sys/raze/remote/BUILD.libgit2-sys-0.12.17+1.1.0.bazel similarity index 86% rename from examples/complex_sys/raze/remote/BUILD.libgit2-sys-0.12.14+1.1.0.bazel rename to examples/complex_sys/raze/remote/BUILD.libgit2-sys-0.12.17+1.1.0.bazel index 8dbad6d1fc..2c2a85f159 100644 --- a/examples/complex_sys/raze/remote/BUILD.libgit2-sys-0.12.14+1.1.0.bazel +++ b/examples/complex_sys/raze/remote/BUILD.libgit2-sys-0.12.17+1.1.0.bazel @@ -28,27 +28,46 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets # buildifier: disable=load-on-top load( "@io_bazel_rules_rust//cargo:cargo_build_script.bzl", "cargo_build_script", ) -# buildifier: leave-alone cargo_build_script( name = "libgit2_sys_build_script", srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + "https", + "libssh2-sys", + "openssl-sys", + "ssh", + "ssh_key_from_memory", + ], crate_root = "build.rs", + data = glob(["**"]), edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.12.17+1.1.0", + visibility = ["//visibility:private"], deps = [ - "@rules_rust_examples_complex_sys__cc__1_0_61//:cc", - "@rules_rust_examples_complex_sys__libssh2_sys__0_2_19//:libssh2_sys", + "@rules_rust_examples_complex_sys__cc__1_0_66//:cc", + "@rules_rust_examples_complex_sys__libssh2_sys__0_2_20//:libssh2_sys", "@rules_rust_examples_complex_sys__libz_sys__1_1_2//:libz_sys", "@rules_rust_examples_complex_sys__pkg_config__0_3_19//:pkg_config", ] + selects.with_or({ # cfg(unix) ( + "@io_bazel_rules_rust//rust/platform:aarch64-apple-darwin", "@io_bazel_rules_rust//rust/platform:aarch64-apple-ios", "@io_bazel_rules_rust//rust/platform:aarch64-linux-android", "@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu", @@ -65,49 +84,46 @@ cargo_build_script( "@io_bazel_rules_rust//rust/platform:x86_64-unknown-freebsd", "@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@rules_rust_examples_complex_sys__openssl_sys__0_9_58//:openssl_sys", + "@rules_rust_examples_complex_sys__openssl_sys__0_9_60//:openssl_sys", ], "//conditions:default": [], }), - rustc_flags = [ - "--cap-lints=allow", - ], +) + +rust_library( + name = "libgit2_sys", + srcs = glob(["**/*.rs"]), + aliases = { + }, crate_features = [ - "https", - "libssh2-sys", - "openssl-sys", - "ssh", - "ssh_key_from_memory", + "https", + "libssh2-sys", + "openssl-sys", + "ssh", + "ssh_key_from_memory", ], - # LOCALLY MODIFIED - build_script_env = { - "OPENSSL_DIR": "../openssl/openssl", - }, - data = glob(["**"]) + [ - "@openssl", + crate_root = "lib.rs", + crate_type = "lib", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", ], - # / LOCALLY MODIFIED tags = [ "cargo-raze", "manual", ], - version = "0.12.14+1.1.0", - visibility = ["//visibility:private"], -) - - -# buildifier: leave-alone -rust_library( - name = "libgit2_sys", - crate_type = "lib", + version = "0.12.17+1.1.0", + # buildifier: leave-alone deps = [ ":libgit2_sys_build_script", - "@rules_rust_examples_complex_sys__libc__0_2_80//:libc", - "@rules_rust_examples_complex_sys__libssh2_sys__0_2_19//:libssh2_sys", + "@rules_rust_examples_complex_sys__libc__0_2_81//:libc", + "@rules_rust_examples_complex_sys__libssh2_sys__0_2_20//:libssh2_sys", "@rules_rust_examples_complex_sys__libz_sys__1_1_2//:libz_sys", ] + selects.with_or({ # cfg(unix) ( + "@io_bazel_rules_rust//rust/platform:aarch64-apple-darwin", "@io_bazel_rules_rust//rust/platform:aarch64-apple-ios", "@io_bazel_rules_rust//rust/platform:aarch64-linux-android", "@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu", @@ -124,28 +140,8 @@ rust_library( "@io_bazel_rules_rust//rust/platform:x86_64-unknown-freebsd", "@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@rules_rust_examples_complex_sys__openssl_sys__0_9_58//:openssl_sys", + "@rules_rust_examples_complex_sys__openssl_sys__0_9_60//:openssl_sys", ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "lib.rs", - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.12.14+1.1.0", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - "https", - "libssh2-sys", - "openssl-sys", - "ssh", - "ssh_key_from_memory", - ], - aliases = { - }, ) diff --git a/examples/complex_sys/raze/remote/BUILD.libssh2-sys-0.2.19.bazel b/examples/complex_sys/raze/remote/BUILD.libssh2-sys-0.2.20.bazel similarity index 90% rename from examples/complex_sys/raze/remote/BUILD.libssh2-sys-0.2.19.bazel rename to examples/complex_sys/raze/remote/BUILD.libssh2-sys-0.2.20.bazel index 8bc6434766..a44b3ad492 100644 --- a/examples/complex_sys/raze/remote/BUILD.libssh2-sys-0.2.19.bazel +++ b/examples/complex_sys/raze/remote/BUILD.libssh2-sys-0.2.20.bazel @@ -28,21 +28,39 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets # buildifier: disable=load-on-top load( "@io_bazel_rules_rust//cargo:cargo_build_script.bzl", "cargo_build_script", ) -# buildifier: leave-alone cargo_build_script( name = "libssh2_sys_build_script", srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + ], crate_root = "build.rs", + # MODIFIED MANUALLY # + links = "ssh2", + data = glob(["**"]) + [ + "@openssl", + ], + # / MODIFIED MANUALLY # edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.2.20", + visibility = ["//visibility:private"], deps = [ - "@rules_rust_examples_complex_sys__cc__1_0_61//:cc", + "@rules_rust_examples_complex_sys__cc__1_0_66//:cc", "@rules_rust_examples_complex_sys__libz_sys__1_1_2//:libz_sys", "@rules_rust_examples_complex_sys__pkg_config__0_3_19//:pkg_config", ] + selects.with_or({ @@ -51,12 +69,13 @@ cargo_build_script( "@io_bazel_rules_rust//rust/platform:i686-pc-windows-msvc", "@io_bazel_rules_rust//rust/platform:x86_64-pc-windows-msvc", ): [ - "@rules_rust_examples_complex_sys__vcpkg__0_2_10//:vcpkg", + "@rules_rust_examples_complex_sys__vcpkg__0_2_11//:vcpkg", ], "//conditions:default": [], }) + selects.with_or({ # cfg(unix) ( + "@io_bazel_rules_rust//rust/platform:aarch64-apple-darwin", "@io_bazel_rules_rust//rust/platform:aarch64-apple-ios", "@io_bazel_rules_rust//rust/platform:aarch64-linux-android", "@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu", @@ -73,39 +92,35 @@ cargo_build_script( "@io_bazel_rules_rust//rust/platform:x86_64-unknown-freebsd", "@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@rules_rust_examples_complex_sys__openssl_sys__0_9_58//:openssl_sys", + "@rules_rust_examples_complex_sys__openssl_sys__0_9_60//:openssl_sys", ], "//conditions:default": [], }), - rustc_flags = [ - "--cap-lints=allow", - ], +) + +rust_library( + name = "libssh2_sys", + srcs = glob(["**/*.rs"]), + aliases = { + }, crate_features = [ ], - build_script_env = { - }, - # LOCALLY MODIFIED - links = "ssh2", - data = glob(["**"]) + [ - "@openssl", + crate_root = "lib.rs", + crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", ], - # / LOCALLY MODIFIED tags = [ "cargo-raze", "manual", ], - version = "0.2.19", - visibility = ["//visibility:private"], -) - - -# buildifier: leave-alone -rust_library( - name = "libssh2_sys", - crate_type = "lib", + version = "0.2.20", + # buildifier: leave-alone deps = [ ":libssh2_sys_build_script", - "@rules_rust_examples_complex_sys__libc__0_2_80//:libc", + "@rules_rust_examples_complex_sys__libc__0_2_81//:libc", "@rules_rust_examples_complex_sys__libz_sys__1_1_2//:libz_sys", ] + selects.with_or({ # cfg(target_env = "msvc") @@ -118,6 +133,7 @@ rust_library( }) + selects.with_or({ # cfg(unix) ( + "@io_bazel_rules_rust//rust/platform:aarch64-apple-darwin", "@io_bazel_rules_rust//rust/platform:aarch64-apple-ios", "@io_bazel_rules_rust//rust/platform:aarch64-linux-android", "@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu", @@ -134,23 +150,8 @@ rust_library( "@io_bazel_rules_rust//rust/platform:x86_64-unknown-freebsd", "@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ - "@rules_rust_examples_complex_sys__openssl_sys__0_9_58//:openssl_sys", + "@rules_rust_examples_complex_sys__openssl_sys__0_9_60//:openssl_sys", ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.2.19", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - ], - aliases = { - }, ) diff --git a/examples/complex_sys/raze/remote/BUILD.libz-sys-1.1.2.bazel b/examples/complex_sys/raze/remote/BUILD.libz-sys-1.1.2.bazel index b16fb57345..aee187c135 100644 --- a/examples/complex_sys/raze/remote/BUILD.libz-sys-1.1.2.bazel +++ b/examples/complex_sys/raze/remote/BUILD.libz-sys-1.1.2.bazel @@ -28,21 +28,35 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets # buildifier: disable=load-on-top load( "@io_bazel_rules_rust//cargo:cargo_build_script.bzl", "cargo_build_script", ) -# buildifier: leave-alone cargo_build_script( name = "libz_sys_build_script", srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + "libc", + ], crate_root = "build.rs", + data = glob(["**"]), edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.1.2", + visibility = ["//visibility:private"], deps = [ - "@rules_rust_examples_complex_sys__cc__1_0_61//:cc", + "@rules_rust_examples_complex_sys__cc__1_0_66//:cc", "@rules_rust_examples_complex_sys__pkg_config__0_3_19//:pkg_config", ] + selects.with_or({ # cfg(target_env = "msvc") @@ -50,35 +64,36 @@ cargo_build_script( "@io_bazel_rules_rust//rust/platform:i686-pc-windows-msvc", "@io_bazel_rules_rust//rust/platform:x86_64-pc-windows-msvc", ): [ - "@rules_rust_examples_complex_sys__vcpkg__0_2_10//:vcpkg", + "@rules_rust_examples_complex_sys__vcpkg__0_2_11//:vcpkg", ], "//conditions:default": [], }), +) + +rust_library( + name = "libz_sys", + srcs = glob(["**/*.rs"]), + aliases = { + }, + crate_features = [ + "libc", + ], + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - crate_features = [ - "libc", - ], - build_script_env = { - }, - data = glob(["**"]), tags = [ "cargo-raze", "manual", ], version = "1.1.2", - visibility = ["//visibility:private"], -) - - -# buildifier: leave-alone -rust_library( - name = "libz_sys", - crate_type = "lib", + # buildifier: leave-alone deps = [ ":libz_sys_build_script", - "@rules_rust_examples_complex_sys__libc__0_2_80//:libc", + "@rules_rust_examples_complex_sys__libc__0_2_81//:libc", ] + selects.with_or({ # cfg(target_env = "msvc") ( @@ -88,20 +103,4 @@ rust_library( ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "1.1.2", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - "libc", - ], - aliases = { - }, ) diff --git a/examples/complex_sys/raze/remote/BUILD.log-0.4.11.bazel b/examples/complex_sys/raze/remote/BUILD.log-0.4.11.bazel index f0ac982536..2b14958cdd 100644 --- a/examples/complex_sys/raze/remote/BUILD.log-0.4.11.bazel +++ b/examples/complex_sys/raze/remote/BUILD.log-0.4.11.bazel @@ -28,59 +28,60 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets # buildifier: disable=load-on-top load( "@io_bazel_rules_rust//cargo:cargo_build_script.bzl", "cargo_build_script", ) -# buildifier: leave-alone cargo_build_script( name = "log_build_script", srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + ], crate_root = "build.rs", + data = glob(["**"]), edition = "2015", - deps = [ - ], rustc_flags = [ "--cap-lints=allow", ], - crate_features = [ - ], - build_script_env = { - }, - data = glob(["**"]), tags = [ "cargo-raze", "manual", ], version = "0.4.11", visibility = ["//visibility:private"], + deps = [ + ], ) -# Unsupported target "filters" with type "test" omitted - -# buildifier: leave-alone rust_library( name = "log", - crate_type = "lib", - deps = [ - ":log_build_script", - "@rules_rust_examples_complex_sys__cfg_if__0_1_10//:cfg_if", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.4.11", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.4.11", + # buildifier: leave-alone + deps = [ + ":log_build_script", + "@rules_rust_examples_complex_sys__cfg_if__0_1_10//:cfg_if", ], ) + +# Unsupported target "filters" with type "test" omitted + # Unsupported target "macros" with type "test" omitted diff --git a/examples/complex_sys/raze/remote/BUILD.matches-0.1.8.bazel b/examples/complex_sys/raze/remote/BUILD.matches-0.1.8.bazel index 6e1da2942c..be0e948908 100644 --- a/examples/complex_sys/raze/remote/BUILD.matches-0.1.8.bazel +++ b/examples/complex_sys/raze/remote/BUILD.matches-0.1.8.bazel @@ -28,26 +28,28 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets -# Unsupported target "macro_use_one" with type "test" omitted +# Generated Targets -# buildifier: leave-alone rust_library( name = "matches", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.8", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.8", + # buildifier: leave-alone + deps = [ ], ) + +# Unsupported target "macro_use_one" with type "test" omitted diff --git a/examples/complex_sys/raze/remote/BUILD.openssl-probe-0.1.2.bazel b/examples/complex_sys/raze/remote/BUILD.openssl-probe-0.1.2.bazel index d0c010c2e2..4cf963eb96 100644 --- a/examples/complex_sys/raze/remote/BUILD.openssl-probe-0.1.2.bazel +++ b/examples/complex_sys/raze/remote/BUILD.openssl-probe-0.1.2.bazel @@ -28,25 +28,26 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "openssl_probe", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.2", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.2", + # buildifier: leave-alone + deps = [ ], ) diff --git a/examples/complex_sys/raze/remote/BUILD.openssl-sys-0.9.58.bazel b/examples/complex_sys/raze/remote/BUILD.openssl-sys-0.9.60.bazel similarity index 84% rename from examples/complex_sys/raze/remote/BUILD.openssl-sys-0.9.58.bazel rename to examples/complex_sys/raze/remote/BUILD.openssl-sys-0.9.60.bazel index f8639200be..a37302c018 100644 --- a/examples/complex_sys/raze/remote/BUILD.openssl-sys-0.9.58.bazel +++ b/examples/complex_sys/raze/remote/BUILD.openssl-sys-0.9.60.bazel @@ -28,22 +28,42 @@ licenses([ "notice", # MIT from expression "MIT" ]) -# Generated targets +# Generated Targets # buildifier: disable=load-on-top load( "@io_bazel_rules_rust//cargo:cargo_build_script.bzl", "cargo_build_script", ) -# buildifier: leave-alone cargo_build_script( name = "openssl_sys_build_script", srcs = glob(["**/*.rs"]), + # MODIFIED MANUALLY # + build_script_env = { + "OPENSSL_DIR": "../openssl/openssl", + }, + # / MODIFIED MANUALLY # + crate_features = [ + ], crate_root = "build/main.rs", + # MODIFIED MANUALLY # + data = glob(["**"]) + [ + "@openssl", + ], + # / MODIFIED MANUALLY # edition = "2015", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "0.9.60", + visibility = ["//visibility:private"], deps = [ "@rules_rust_examples_complex_sys__autocfg__1_0_1//:autocfg", - "@rules_rust_examples_complex_sys__cc__1_0_61//:cc", + "@rules_rust_examples_complex_sys__cc__1_0_66//:cc", "@rules_rust_examples_complex_sys__pkg_config__0_3_19//:pkg_config", ] + selects.with_or({ # cfg(target_env = "msvc") @@ -51,39 +71,35 @@ cargo_build_script( "@io_bazel_rules_rust//rust/platform:i686-pc-windows-msvc", "@io_bazel_rules_rust//rust/platform:x86_64-pc-windows-msvc", ): [ - "@rules_rust_examples_complex_sys__vcpkg__0_2_10//:vcpkg", + "@rules_rust_examples_complex_sys__vcpkg__0_2_11//:vcpkg", ], "//conditions:default": [], }), - rustc_flags = [ - "--cap-lints=allow", - ], +) + +rust_library( + name = "openssl_sys", + srcs = glob(["**/*.rs"]), + aliases = { + }, crate_features = [ ], - # LOCALLY MODIFIED - build_script_env = { - "OPENSSL_DIR": "../openssl/openssl", - }, - data = glob(["**"]) + [ - "@openssl", + crate_root = "src/lib.rs", + crate_type = "lib", + data = [], + edition = "2015", + rustc_flags = [ + "--cap-lints=allow", ], - # / LOCALLY MODIFIED tags = [ "cargo-raze", "manual", ], - version = "0.9.58", - visibility = ["//visibility:private"], -) - - -# buildifier: leave-alone -rust_library( - name = "openssl_sys", - crate_type = "lib", + version = "0.9.60", + # buildifier: leave-alone deps = [ ":openssl_sys_build_script", - "@rules_rust_examples_complex_sys__libc__0_2_80//:libc", + "@rules_rust_examples_complex_sys__libc__0_2_81//:libc", "@openssl//:openssl", ] + selects.with_or({ # cfg(target_env = "msvc") @@ -94,19 +110,4 @@ rust_library( ], "//conditions:default": [], }), - srcs = glob(["**/*.rs"]), - crate_root = "src/lib.rs", - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - version = "0.9.58", - tags = [ - "cargo-raze", - "manual", - ], - crate_features = [ - ], - aliases = { - }, ) diff --git a/examples/complex_sys/raze/remote/BUILD.percent-encoding-2.1.0.bazel b/examples/complex_sys/raze/remote/BUILD.percent-encoding-2.1.0.bazel index f3bf8ea32d..da34df0526 100644 --- a/examples/complex_sys/raze/remote/BUILD.percent-encoding-2.1.0.bazel +++ b/examples/complex_sys/raze/remote/BUILD.percent-encoding-2.1.0.bazel @@ -28,25 +28,26 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "percent_encoding", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "2.1.0", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "2.1.0", + # buildifier: leave-alone + deps = [ ], ) diff --git a/examples/complex_sys/raze/remote/BUILD.pkg-config-0.3.19.bazel b/examples/complex_sys/raze/remote/BUILD.pkg-config-0.3.19.bazel index 09fe7d3ee2..2abb1c4310 100644 --- a/examples/complex_sys/raze/remote/BUILD.pkg-config-0.3.19.bazel +++ b/examples/complex_sys/raze/remote/BUILD.pkg-config-0.3.19.bazel @@ -28,26 +28,28 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "pkg_config", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.3.19", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.3.19", + # buildifier: leave-alone + deps = [ ], ) + # Unsupported target "test" with type "test" omitted diff --git a/examples/complex_sys/raze/remote/BUILD.tinyvec-0.3.4.bazel b/examples/complex_sys/raze/remote/BUILD.tinyvec-1.1.0.bazel similarity index 85% rename from examples/complex_sys/raze/remote/BUILD.tinyvec-0.3.4.bazel rename to examples/complex_sys/raze/remote/BUILD.tinyvec-1.1.0.bazel index 2effcac497..50d38b1adc 100644 --- a/examples/complex_sys/raze/remote/BUILD.tinyvec-0.3.4.bazel +++ b/examples/complex_sys/raze/remote/BUILD.tinyvec-1.1.0.bazel @@ -28,30 +28,36 @@ licenses([ "notice", # Zlib from expression "Zlib OR (Apache-2.0 OR MIT)" ]) -# Generated targets -# Unsupported target "arrayvec" with type "test" omitted +# Generated Targets + # Unsupported target "macros" with type "bench" omitted -# buildifier: leave-alone rust_library( name = "tinyvec", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "alloc", + "default", + "tinyvec_macros", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.3.4", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "alloc", - "default", + version = "1.1.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_complex_sys__tinyvec_macros__0_1_0//:tinyvec_macros", ], ) + +# Unsupported target "arrayvec" with type "test" omitted + # Unsupported target "tinyvec" with type "test" omitted diff --git a/examples/complex_sys/raze/remote/BUILD.pkg-config-0.3.18.bazel b/examples/complex_sys/raze/remote/BUILD.tinyvec_macros-0.1.0.bazel similarity index 78% rename from examples/complex_sys/raze/remote/BUILD.pkg-config-0.3.18.bazel rename to examples/complex_sys/raze/remote/BUILD.tinyvec_macros-0.1.0.bazel index d8bc8cd4a0..e612123542 100644 --- a/examples/complex_sys/raze/remote/BUILD.pkg-config-0.3.18.bazel +++ b/examples/complex_sys/raze/remote/BUILD.tinyvec_macros-0.1.0.bazel @@ -25,29 +25,29 @@ package(default_visibility = [ ]) licenses([ - "notice", # MIT from expression "MIT OR Apache-2.0" + "notice", # MIT from expression "MIT OR (Apache-2.0 OR Zlib)" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( - name = "pkg_config", - crate_type = "lib", - deps = [ - ], + name = "tinyvec_macros", srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", - edition = "2015", + crate_type = "lib", + data = [], + edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.3.18", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.1.0", + # buildifier: leave-alone + deps = [ ], ) -# Unsupported target "test" with type "test" omitted diff --git a/examples/complex_sys/raze/remote/BUILD.unicode-bidi-0.3.4.bazel b/examples/complex_sys/raze/remote/BUILD.unicode-bidi-0.3.4.bazel index 2caa0d2961..1d692f3060 100644 --- a/examples/complex_sys/raze/remote/BUILD.unicode-bidi-0.3.4.bazel +++ b/examples/complex_sys/raze/remote/BUILD.unicode-bidi-0.3.4.bazel @@ -28,27 +28,28 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "unicode_bidi", - crate_type = "lib", - deps = [ - "@rules_rust_examples_complex_sys__matches__0_1_8//:matches", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.3.4", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", + version = "0.3.4", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_complex_sys__matches__0_1_8//:matches", ], ) diff --git a/examples/complex_sys/raze/remote/BUILD.unicode-normalization-0.1.13.bazel b/examples/complex_sys/raze/remote/BUILD.unicode-normalization-0.1.16.bazel similarity index 87% rename from examples/complex_sys/raze/remote/BUILD.unicode-normalization-0.1.13.bazel rename to examples/complex_sys/raze/remote/BUILD.unicode-normalization-0.1.16.bazel index 9201d993dc..6d690b3349 100644 --- a/examples/complex_sys/raze/remote/BUILD.unicode-normalization-0.1.13.bazel +++ b/examples/complex_sys/raze/remote/BUILD.unicode-normalization-0.1.16.bazel @@ -28,29 +28,31 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets + # Unsupported target "bench" with type "bench" omitted -# buildifier: leave-alone rust_library( name = "unicode_normalization", - crate_type = "lib", - deps = [ - "@rules_rust_examples_complex_sys__tinyvec__0_3_4//:tinyvec", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "std", + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "0.1.13", tags = [ "cargo-raze", "manual", ], - crate_features = [ - "default", - "std", + version = "0.1.16", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_complex_sys__tinyvec__1_1_0//:tinyvec", ], ) diff --git a/examples/complex_sys/raze/remote/BUILD.url-2.1.1.bazel b/examples/complex_sys/raze/remote/BUILD.url-2.2.0.bazel similarity index 85% rename from examples/complex_sys/raze/remote/BUILD.url-2.1.1.bazel rename to examples/complex_sys/raze/remote/BUILD.url-2.2.0.bazel index 6e70ac4ad5..464bc3edad 100644 --- a/examples/complex_sys/raze/remote/BUILD.url-2.1.1.bazel +++ b/examples/complex_sys/raze/remote/BUILD.url-2.2.0.bazel @@ -28,31 +28,32 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets -# Unsupported target "data" with type "test" omitted +# Generated Targets + # Unsupported target "parse_url" with type "bench" omitted -# Unsupported target "unit" with type "test" omitted -# buildifier: leave-alone rust_library( name = "url", - crate_type = "lib", - deps = [ - "@rules_rust_examples_complex_sys__idna__0_2_0//:idna", - "@rules_rust_examples_complex_sys__matches__0_1_8//:matches", - "@rules_rust_examples_complex_sys__percent_encoding__2_1_0//:percent_encoding", - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", - edition = "2015", + crate_type = "lib", + data = [], + edition = "2018", rustc_flags = [ "--cap-lints=allow", ], - version = "2.1.1", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "2.2.0", + # buildifier: leave-alone + deps = [ + "@rules_rust_examples_complex_sys__form_urlencoded__1_0_0//:form_urlencoded", + "@rules_rust_examples_complex_sys__idna__0_2_0//:idna", + "@rules_rust_examples_complex_sys__matches__0_1_8//:matches", + "@rules_rust_examples_complex_sys__percent_encoding__2_1_0//:percent_encoding", ], ) diff --git a/examples/complex_sys/raze/remote/BUILD.vcpkg-0.2.10.bazel b/examples/complex_sys/raze/remote/BUILD.vcpkg-0.2.11.bazel similarity index 91% rename from examples/complex_sys/raze/remote/BUILD.vcpkg-0.2.10.bazel rename to examples/complex_sys/raze/remote/BUILD.vcpkg-0.2.11.bazel index 5da483dab3..2718d157da 100644 --- a/examples/complex_sys/raze/remote/BUILD.vcpkg-0.2.10.bazel +++ b/examples/complex_sys/raze/remote/BUILD.vcpkg-0.2.11.bazel @@ -28,25 +28,26 @@ licenses([ "notice", # MIT from expression "MIT OR Apache-2.0" ]) -# Generated targets +# Generated Targets -# buildifier: leave-alone rust_library( name = "vcpkg", - crate_type = "lib", - deps = [ - ], srcs = glob(["**/*.rs"]), + crate_features = [ + ], crate_root = "src/lib.rs", + crate_type = "lib", + data = [], edition = "2015", rustc_flags = [ "--cap-lints=allow", ], - version = "0.2.10", tags = [ "cargo-raze", "manual", ], - crate_features = [ + version = "0.2.11", + # buildifier: leave-alone + deps = [ ], )