update Rust deps with cargo-raze 0.13.0

This commit is contained in:
Damien Elmes 2021-10-26 08:16:40 +10:00
parent 922b3b7dbd
commit e30411e0b2
318 changed files with 2787 additions and 1812 deletions

174
Cargo.lock generated
View file

@ -2,12 +2,6 @@
# It is not intended for manual editing. # It is not intended for manual editing.
version = 3 version = 3
[[package]]
name = "Inflector"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
[[package]] [[package]]
name = "adler" name = "adler"
version = "1.0.2" version = "1.0.2"
@ -16,9 +10,9 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]] [[package]]
name = "ahash" name = "ahash"
version = "0.7.4" version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98" checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
dependencies = [ dependencies = [
"getrandom 0.2.3", "getrandom 0.2.3",
"once_cell", "once_cell",
@ -205,9 +199,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]] [[package]]
name = "blake3" name = "blake3"
version = "1.0.0" version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcd555c66291d5f836dbb6883b48660ece810fe25a31f3bdfb911945dff2691f" checksum = "2607a74355ce2e252d0c483b2d8a348e1bba36036e786ccc2dcd777213c86ffd"
dependencies = [ dependencies = [
"arrayref", "arrayref",
"arrayvec 0.7.1", "arrayvec 0.7.1",
@ -219,9 +213,9 @@ dependencies = [
[[package]] [[package]]
name = "bumpalo" name = "bumpalo"
version = "3.7.1" version = "3.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9df67f7bf9ef8498769f994239c45613ef0c5899415fb58e9add412d2c1a538" checksum = "8f1e260c3a9040a7c19a12468758f4c16f31a81a1fe087482be9570ec864bb6c"
[[package]] [[package]]
name = "byteorder" name = "byteorder"
@ -237,9 +231,9 @@ checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
[[package]] [[package]]
name = "cc" name = "cc"
version = "1.0.70" version = "1.0.71"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d26a6ce4b6a484fa3edb70f7efa6fc430fd2b87285fe8b84304fd0936faa0dc0" checksum = "79c2681d6594606957bbb8631c4b90a7fcaaa72cdb714743a437b156d6a7eedd"
[[package]] [[package]]
name = "cfg-if" name = "cfg-if"
@ -307,9 +301,9 @@ checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
[[package]] [[package]]
name = "core-foundation" name = "core-foundation"
version = "0.9.1" version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62" checksum = "6888e10551bb93e424d8df1d07f1a8b4fceb0001a3a4b048bfc47554946f47b3"
dependencies = [ dependencies = [
"core-foundation-sys", "core-foundation-sys",
"libc", "libc",
@ -317,9 +311,9 @@ dependencies = [
[[package]] [[package]]
name = "core-foundation-sys" name = "core-foundation-sys"
version = "0.8.2" version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b" checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
[[package]] [[package]]
name = "crc32fast" name = "crc32fast"
@ -460,9 +454,9 @@ checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
[[package]] [[package]]
name = "encoding_rs" name = "encoding_rs"
version = "0.8.28" version = "0.8.29"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065" checksum = "a74ea89a0a1b98f6332de42c95baff457ada66d1cb4030f9ff151b2041a1c746"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
] ]
@ -522,16 +516,16 @@ dependencies = [
[[package]] [[package]]
name = "fluent-bundle" name = "fluent-bundle"
version = "0.15.1" version = "0.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8acf044eeb4872d9dbf2667541fbf461f5965c57e343878ad0fb24b5793fa007" checksum = "e242c601dec9711505f6d5bbff5bedd4b61b2469f2e8bb8e57ee7c9747a87ffd"
dependencies = [ dependencies = [
"fluent-langneg", "fluent-langneg",
"fluent-syntax", "fluent-syntax",
"intl-memoizer", "intl-memoizer",
"intl_pluralrules", "intl_pluralrules",
"ouroboros",
"rustc-hash", "rustc-hash",
"self_cell",
"smallvec", "smallvec",
"unic-langid", "unic-langid",
] ]
@ -741,9 +735,9 @@ dependencies = [
[[package]] [[package]]
name = "h2" name = "h2"
version = "0.3.6" version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c06815895acec637cd6ed6e9662c935b866d20a106f8361892893a7d9234964" checksum = "7fd819562fcebdac5afc5c113c3ec36f902840b70fd4fc458799c8ce4607ae55"
dependencies = [ dependencies = [
"bytes", "bytes",
"fnv", "fnv",
@ -833,9 +827,9 @@ dependencies = [
[[package]] [[package]]
name = "http-body" name = "http-body"
version = "0.4.3" version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "399c583b2979440c60be0821a6199eca73bc3c8dcd9d070d75ac726e2c6186e5" checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"
dependencies = [ dependencies = [
"bytes", "bytes",
"http", "http",
@ -862,9 +856,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]] [[package]]
name = "hyper" name = "hyper"
version = "0.14.13" version = "0.14.14"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15d1cfb9e4f68655fa04c01f59edb405b6074a0f7118ea881e5026e4a1cd8593" checksum = "2b91bb1f221b6ea1f1e4371216b70f40748774c2fb5971b450c07773fb92d26b"
dependencies = [ dependencies = [
"bytes", "bytes",
"futures-channel", "futures-channel",
@ -975,9 +969,9 @@ checksum = "a257582fdcde896fd96463bf2d40eefea0580021c0712a0e2b028b60b47a837a"
[[package]] [[package]]
name = "instant" name = "instant"
version = "0.1.11" version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "716d3d89f35ac6a34fd0eed635395f4c3b76fa889338a4632e5231a8684216bd" checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
] ]
@ -1052,9 +1046,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]] [[package]]
name = "libc" name = "libc"
version = "0.2.103" version = "0.2.105"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd8f7255a17a627354f321ef0055d63b898c6fb27eff628af4d1b66b7331edf6" checksum = "869d572136620d55835903746bcb5cdc54cb2851fd0aeec53220b4bb65ef3013"
[[package]] [[package]]
name = "libsqlite3-sys" name = "libsqlite3-sys"
@ -1184,9 +1178,9 @@ dependencies = [
[[package]] [[package]]
name = "minimal-lexical" name = "minimal-lexical"
version = "0.1.3" version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c835948974f68e0bd58636fc6c5b1fbff7b297e3046f11b3b3c18bbac012c6d" checksum = "9c64630dcdd71f1a64c435f54885086a0de5d6a12d104d69b165fb7d5286d677"
[[package]] [[package]]
name = "miniz_oxide" name = "miniz_oxide"
@ -1200,9 +1194,9 @@ dependencies = [
[[package]] [[package]]
name = "mio" name = "mio"
version = "0.7.13" version = "0.7.14"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16" checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
dependencies = [ dependencies = [
"libc", "libc",
"log", "log",
@ -1376,29 +1370,6 @@ dependencies = [
"vcpkg", "vcpkg",
] ]
[[package]]
name = "ouroboros"
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbeff60e3e37407a80ead3e9458145b456e978c4068cddbfea6afb48572962ca"
dependencies = [
"ouroboros_macro",
"stable_deref_trait",
]
[[package]]
name = "ouroboros_macro"
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03f2cb802b5bdfdf52f1ffa0b54ce105e4d346e91990dd571f86c91321ad49e2"
dependencies = [
"Inflector",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
[[package]] [[package]]
name = "parking_lot" name = "parking_lot"
version = "0.11.2" version = "0.11.2"
@ -1608,15 +1579,15 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]] [[package]]
name = "pkg-config" name = "pkg-config"
version = "0.3.20" version = "0.3.22"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c9b1041b4387893b91ee6746cddfc28516aff326a3519fb2adf820932c5e6cb" checksum = "12295df4f294471248581bc09bef3c38a5e46f1e36d6a37353621a0c6c357e1f"
[[package]] [[package]]
name = "ppv-lite86" name = "ppv-lite86"
version = "0.2.10" version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" checksum = "ed0cfbc8191465bed66e1718596ee0b0b35d5ee1f41c5df2189d0fe8bde535ba"
[[package]] [[package]]
name = "precomputed-hash" name = "precomputed-hash"
@ -1634,30 +1605,6 @@ dependencies = [
"toml", "toml",
] ]
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
[[package]] [[package]]
name = "proc-macro-hack" name = "proc-macro-hack"
version = "0.5.19" version = "0.5.19"
@ -1672,9 +1619,9 @@ checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
[[package]] [[package]]
name = "proc-macro2" name = "proc-macro2"
version = "1.0.29" version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9f5105d4fdaab20335ca9565e106a5d9b82b6219b5ba735731124ac6711d23d" checksum = "edc3358ebc67bc8b7fa0c007f945b0b18226f78437d61bec735a9eb96b61ee70"
dependencies = [ dependencies = [
"unicode-xid", "unicode-xid",
] ]
@ -1792,9 +1739,9 @@ dependencies = [
[[package]] [[package]]
name = "quote" name = "quote"
version = "1.0.9" version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7" checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
] ]
@ -2136,6 +2083,12 @@ dependencies = [
"thin-slice", "thin-slice",
] ]
[[package]]
name = "self_cell"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55267dd945ff7d9388dd56c5a6a97477bdb6f2584be5ba45fdde7207b7cac3a6"
[[package]] [[package]]
name = "semver" name = "semver"
version = "0.11.0" version = "0.11.0"
@ -2264,9 +2217,9 @@ checksum = "533494a8f9b724d33625ab53c6c4800f7cc445895924a8ef649222dcb76e938b"
[[package]] [[package]]
name = "slab" name = "slab"
version = "0.4.4" version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c307a32c1c5c437f38c7fd45d753050587732ba8628319fbdf12a7e289ccc590" checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
[[package]] [[package]]
name = "slog" name = "slog"
@ -2366,12 +2319,13 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]] [[package]]
name = "string_cache" name = "string_cache"
version = "0.8.1" version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ddb1139b5353f96e429e1a5e19fbaf663bddedaa06d1dbd49f82e352601209a" checksum = "923f0f39b6267d37d23ce71ae7235602134b250ace715dd2c90421998ddac0c6"
dependencies = [ dependencies = [
"lazy_static", "lazy_static",
"new_debug_unreachable", "new_debug_unreachable",
"parking_lot",
"phf_shared 0.8.0", "phf_shared 0.8.0",
"precomputed-hash", "precomputed-hash",
"serde", "serde",
@ -2412,9 +2366,9 @@ dependencies = [
[[package]] [[package]]
name = "syn" name = "syn"
version = "1.0.77" version = "1.0.80"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5239bc68e0fef57495900cfea4e8dc75596d9a319d7e16b1e0a440d24e6fe0a0" checksum = "d010a1623fbd906d51d650a9916aaefc05ffa0e4053ff7fe601167f3e715d194"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -2480,18 +2434,18 @@ checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c"
[[package]] [[package]]
name = "thiserror" name = "thiserror"
version = "1.0.29" version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "602eca064b2d83369e2b2f34b09c70b605402801927c65c11071ac911d299b88" checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
dependencies = [ dependencies = [
"thiserror-impl", "thiserror-impl",
] ]
[[package]] [[package]]
name = "thiserror-impl" name = "thiserror-impl"
version = "1.0.29" version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bad553cc2c78e8de258400763a647e80e6d1b31ee237275d756f6836d204494c" checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -2567,9 +2521,9 @@ dependencies = [
[[package]] [[package]]
name = "tokio-macros" name = "tokio-macros"
version = "1.4.1" version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "154794c8f499c2619acd19e839294703e9e32e7630ef5f46ea80d4ef0fbee5eb" checksum = "b2dd85aeaba7b68df939bd357c6afb36c87951be9e80bf9c859f2fc3e9fca0fd"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -2640,9 +2594,9 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
[[package]] [[package]]
name = "tracing" name = "tracing"
version = "0.1.28" version = "0.1.29"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84f96e095c0c82419687c20ddf5cb3eadb61f4e1405923c9dc8e53a1adacbda8" checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"pin-project-lite", "pin-project-lite",
@ -2781,9 +2735,9 @@ dependencies = [
[[package]] [[package]]
name = "unicode-bidi" name = "unicode-bidi"
version = "0.3.6" version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "246f4c42e67e7a4e3c6106ff716a5d067d4132a642840b242e357e468a2a0085" checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
[[package]] [[package]]
name = "unicode-normalization" name = "unicode-normalization"
@ -3043,9 +2997,9 @@ dependencies = [
[[package]] [[package]]
name = "xml5ever" name = "xml5ever"
version = "0.16.1" version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b1b52e6e8614d4a58b8e70cf51ec0cc21b256ad8206708bcff8139b5bbd6a59" checksum = "9234163818fd8e2418fcde330655e757900d4236acd8cc70fef345ef91f6d865"
dependencies = [ dependencies = [
"log", "log",
"mac", "mac",

View file

@ -11,7 +11,537 @@ licenses([
"notice", # See individual crates for specific licenses "notice", # See individual crates for specific licenses
]) ])
# No targets defined # Aliased targets
alias(
name = "ammonia",
actual = "@raze__ammonia__3_1_2//:ammonia",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "async_trait",
actual = "@raze__async_trait__0_1_51//:async_trait",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "blake3",
actual = "@raze__blake3__1_1_0//:blake3",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "bytes",
actual = "@raze__bytes__1_1_0//:bytes",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "chrono",
actual = "@raze__chrono__0_4_19//:chrono",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "coarsetime",
actual = "@raze__coarsetime__0_1_19//:coarsetime",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "env_logger",
actual = "@raze__env_logger__0_9_0//:env_logger",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "flate2",
actual = "@raze__flate2__1_0_22//:flate2",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "fluent",
actual = "@raze__fluent__0_16_0//:fluent",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "fluent_bundle",
actual = "@raze__fluent_bundle__0_15_2//:fluent_bundle",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "fluent_syntax",
actual = "@raze__fluent_syntax__0_11_0//:fluent_syntax",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "fnv",
actual = "@raze__fnv__1_0_7//:fnv",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "futures",
actual = "@raze__futures__0_3_17//:futures",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "hex",
actual = "@raze__hex__0_4_3//:hex",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "htmlescape",
actual = "@raze__htmlescape__0_3_1//:htmlescape",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "inflections",
actual = "@raze__inflections__1_1_1//:inflections",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "intl_memoizer",
actual = "@raze__intl_memoizer__0_5_1//:intl_memoizer",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "itertools",
actual = "@raze__itertools__0_10_1//:itertools",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "lazy_static",
actual = "@raze__lazy_static__1_4_0//:lazy_static",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "linkcheck",
actual = "@raze__linkcheck__0_4_1_alpha_0//:linkcheck",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "nom",
actual = "@raze__nom__7_0_0//:nom",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "num_enum",
actual = "@raze__num_enum__0_5_4//:num_enum",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "num_format",
actual = "@raze__num_format__0_4_0//:num_format",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "num_integer",
actual = "@raze__num_integer__0_1_44//:num_integer",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "once_cell",
actual = "@raze__once_cell__1_8_0//:once_cell",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "pct_str",
actual = "@raze__pct_str__1_1_0//:pct_str",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "phf",
actual = "@raze__phf__0_10_0//:phf",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "pin_project",
actual = "@raze__pin_project__1_0_8//:pin_project",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "proc_macro_nested",
actual = "@raze__proc_macro_nested__0_1_7//:proc_macro_nested",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "prost",
actual = "@raze__prost__0_8_0//:prost",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "prost_build",
actual = "@raze__prost_build__0_8_0//:prost_build",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "pulldown_cmark",
actual = "@raze__pulldown_cmark__0_8_0//:pulldown_cmark",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "pyo3",
actual = "@raze__pyo3__0_14_5//:pyo3",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "rand",
actual = "@raze__rand__0_8_4//:rand",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "regex",
actual = "@raze__regex__1_5_4//:regex",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "reqwest",
actual = "@raze__reqwest__0_11_3//:reqwest",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "rusqlite",
actual = "@raze__rusqlite__0_25_3//:rusqlite",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "scopeguard",
actual = "@raze__scopeguard__1_1_0//:scopeguard",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "serde",
actual = "@raze__serde__1_0_130//:serde",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "serde_aux",
actual = "@raze__serde_aux__2_3_0//:serde_aux",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "serde_derive",
actual = "@raze__serde_derive__1_0_130//:serde_derive",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "serde_json",
actual = "@raze__serde_json__1_0_68//:serde_json",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "serde_repr",
actual = "@raze__serde_repr__0_1_7//:serde_repr",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "serde_tuple",
actual = "@raze__serde_tuple__0_5_0//:serde_tuple",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "sha1",
actual = "@raze__sha1__0_6_0//:sha1",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "slog",
actual = "@raze__slog__2_7_0//:slog",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "slog_async",
actual = "@raze__slog_async__2_7_0//:slog_async",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "slog_envlogger",
actual = "@raze__slog_envlogger__2_2_0//:slog_envlogger",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "slog_term",
actual = "@raze__slog_term__2_8_0//:slog_term",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "strum",
actual = "@raze__strum__0_21_0//:strum",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "tempfile",
actual = "@raze__tempfile__3_2_0//:tempfile",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "tokio",
actual = "@raze__tokio__1_12_0//:tokio",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "tokio_util",
actual = "@raze__tokio_util__0_6_8//:tokio_util",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "unic_langid",
actual = "@raze__unic_langid__0_9_0//:unic_langid",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "unic_ucd_category",
actual = "@raze__unic_ucd_category__0_9_0//:unic_ucd_category",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "unicase",
actual = "@raze__unicase__2_6_0//:unicase",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "unicode_normalization",
actual = "@raze__unicode_normalization__0_1_19//:unicode_normalization",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "utime",
actual = "@raze__utime__0_3_1//:utime",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "zip",
actual = "@raze__zip__0_5_13//:zip",
tags = [
"cargo-raze",
"manual",
],
)
# Export file for Stardoc support # Export file for Stardoc support
exports_files( exports_files(

View file

@ -97,11 +97,11 @@ rust_library(
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [ ): [
"@raze__base64__0_13_0//:base64", "@raze__base64__0_13_0//:base64",
"@raze__encoding_rs__0_8_28//:encoding_rs", "@raze__encoding_rs__0_8_29//:encoding_rs",
"@raze__futures_core__0_3_17//:futures_core", "@raze__futures_core__0_3_17//:futures_core",
"@raze__futures_util__0_3_17//:futures_util", "@raze__futures_util__0_3_17//:futures_util",
"@raze__http_body__0_4_3//:http_body", "@raze__http_body__0_4_4//:http_body",
"@raze__hyper__0_14_13//:hyper", "@raze__hyper__0_14_14//:hyper",
"@raze__hyper_tls__0_5_0//:hyper_tls", "@raze__hyper_tls__0_5_0//:hyper_tls",
"@raze__ipnet__2_3_1//:ipnet", "@raze__ipnet__2_3_1//:ipnet",
"@raze__lazy_static__1_4_0//:lazy_static", "@raze__lazy_static__1_4_0//:lazy_static",

View file

@ -99,11 +99,11 @@ rust_library(
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [ ): [
"@raze__base64__0_13_0//:base64", "@raze__base64__0_13_0//:base64",
"@raze__encoding_rs__0_8_28//:encoding_rs", "@raze__encoding_rs__0_8_29//:encoding_rs",
"@raze__futures_core__0_3_17//:futures_core", "@raze__futures_core__0_3_17//:futures_core",
"@raze__futures_util__0_3_17//:futures_util", "@raze__futures_util__0_3_17//:futures_util",
"@raze__http_body__0_4_3//:http_body", "@raze__http_body__0_4_4//:http_body",
"@raze__hyper__0_14_13//:hyper", "@raze__hyper__0_14_14//:hyper",
"@raze__hyper_rustls__0_22_1//:hyper_rustls", "@raze__hyper_rustls__0_22_1//:hyper_rustls",
"@raze__ipnet__2_3_1//:ipnet", "@raze__ipnet__2_3_1//:ipnet",
"@raze__lazy_static__1_4_0//:lazy_static", "@raze__lazy_static__1_4_0//:lazy_static",

View file

@ -1,10 +1,10 @@
This folder integrates Rust crates.io fetching into Bazel. This folder integrates Rust crates.io fetching into Bazel.
To update dependencies, ensure a local Rust environment is available To update dependencies, ensure a local Rust environment is available
(eg install rustup), then install this version of cargo raze: (eg `source scripts/cargo-env`), then install cargo-raze:
``` ```
cargo install --git https://github.com/ankitects/cargo-raze.git --branch build-deps cargo-raze cargo install cargo-raze --version 0.13.0
cargo install cargo-license cargo install cargo-license
``` ```
@ -33,9 +33,9 @@ you're working on, please raise it in an issue first.
Things are complicated with reqwest at the moment, because: Things are complicated with reqwest at the moment, because:
- we're using a fork to implement better timeouts for syncing - we're using a fork to implement better timeouts for syncing
- we want to build it with different features on Linux (where we can't build a - we want to build it with different features on Linux (where we can't build a
wheel that links to OpenSSL), and on other platforms. wheel that links to OpenSSL), and on other platforms.
For minor version bumps, update.py should take care of updating the versions of For minor version bumps, update.py should take care of updating the versions of
reqwest dependencies. reqwest dependencies.

View file

@ -11,16 +11,6 @@ load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe") # buildifier: di
def raze_fetch_remote_crates(): def raze_fetch_remote_crates():
"""This function defines a collection of repos and should be called in a WORKSPACE file""" """This function defines a collection of repos and should be called in a WORKSPACE file"""
maybe(
http_archive,
name = "raze__Inflector__0_11_4",
url = "https://crates.io/api/v1/crates/Inflector/0.11.4/download",
type = "tar.gz",
sha256 = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3",
strip_prefix = "Inflector-0.11.4",
build_file = Label("//cargo/remote:BUILD.Inflector-0.11.4.bazel"),
)
maybe( maybe(
http_archive, http_archive,
name = "raze__adler__1_0_2", name = "raze__adler__1_0_2",
@ -33,12 +23,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__ahash__0_7_4", name = "raze__ahash__0_7_6",
url = "https://crates.io/api/v1/crates/ahash/0.7.4/download", url = "https://crates.io/api/v1/crates/ahash/0.7.6/download",
type = "tar.gz", type = "tar.gz",
sha256 = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98", sha256 = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47",
strip_prefix = "ahash-0.7.4", strip_prefix = "ahash-0.7.6",
build_file = Label("//cargo/remote:BUILD.ahash-0.7.4.bazel"), build_file = Label("//cargo/remote:BUILD.ahash-0.7.6.bazel"),
) )
maybe( maybe(
@ -163,22 +153,22 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__blake3__1_0_0", name = "raze__blake3__1_1_0",
url = "https://crates.io/api/v1/crates/blake3/1.0.0/download", url = "https://crates.io/api/v1/crates/blake3/1.1.0/download",
type = "tar.gz", type = "tar.gz",
sha256 = "dcd555c66291d5f836dbb6883b48660ece810fe25a31f3bdfb911945dff2691f", sha256 = "2607a74355ce2e252d0c483b2d8a348e1bba36036e786ccc2dcd777213c86ffd",
strip_prefix = "blake3-1.0.0", strip_prefix = "blake3-1.1.0",
build_file = Label("//cargo/remote:BUILD.blake3-1.0.0.bazel"), build_file = Label("//cargo/remote:BUILD.blake3-1.1.0.bazel"),
) )
maybe( maybe(
http_archive, http_archive,
name = "raze__bumpalo__3_7_1", name = "raze__bumpalo__3_8_0",
url = "https://crates.io/api/v1/crates/bumpalo/3.7.1/download", url = "https://crates.io/api/v1/crates/bumpalo/3.8.0/download",
type = "tar.gz", type = "tar.gz",
sha256 = "d9df67f7bf9ef8498769f994239c45613ef0c5899415fb58e9add412d2c1a538", sha256 = "8f1e260c3a9040a7c19a12468758f4c16f31a81a1fe087482be9570ec864bb6c",
strip_prefix = "bumpalo-3.7.1", strip_prefix = "bumpalo-3.8.0",
build_file = Label("//cargo/remote:BUILD.bumpalo-3.7.1.bazel"), build_file = Label("//cargo/remote:BUILD.bumpalo-3.8.0.bazel"),
) )
maybe( maybe(
@ -203,12 +193,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__cc__1_0_70", name = "raze__cc__1_0_71",
url = "https://crates.io/api/v1/crates/cc/1.0.70/download", url = "https://crates.io/api/v1/crates/cc/1.0.71/download",
type = "tar.gz", type = "tar.gz",
sha256 = "d26a6ce4b6a484fa3edb70f7efa6fc430fd2b87285fe8b84304fd0936faa0dc0", sha256 = "79c2681d6594606957bbb8631c4b90a7fcaaa72cdb714743a437b156d6a7eedd",
strip_prefix = "cc-1.0.70", strip_prefix = "cc-1.0.71",
build_file = Label("//cargo/remote:BUILD.cc-1.0.70.bazel"), build_file = Label("//cargo/remote:BUILD.cc-1.0.71.bazel"),
) )
maybe( maybe(
@ -283,22 +273,22 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__core_foundation__0_9_1", name = "raze__core_foundation__0_9_2",
url = "https://crates.io/api/v1/crates/core-foundation/0.9.1/download", url = "https://crates.io/api/v1/crates/core-foundation/0.9.2/download",
type = "tar.gz", type = "tar.gz",
sha256 = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62", sha256 = "6888e10551bb93e424d8df1d07f1a8b4fceb0001a3a4b048bfc47554946f47b3",
strip_prefix = "core-foundation-0.9.1", strip_prefix = "core-foundation-0.9.2",
build_file = Label("//cargo/remote:BUILD.core-foundation-0.9.1.bazel"), build_file = Label("//cargo/remote:BUILD.core-foundation-0.9.2.bazel"),
) )
maybe( maybe(
http_archive, http_archive,
name = "raze__core_foundation_sys__0_8_2", name = "raze__core_foundation_sys__0_8_3",
url = "https://crates.io/api/v1/crates/core-foundation-sys/0.8.2/download", url = "https://crates.io/api/v1/crates/core-foundation-sys/0.8.3/download",
type = "tar.gz", type = "tar.gz",
sha256 = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b", sha256 = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc",
strip_prefix = "core-foundation-sys-0.8.2", strip_prefix = "core-foundation-sys-0.8.3",
build_file = Label("//cargo/remote:BUILD.core-foundation-sys-0.8.2.bazel"), build_file = Label("//cargo/remote:BUILD.core-foundation-sys-0.8.3.bazel"),
) )
maybe( maybe(
@ -443,12 +433,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__encoding_rs__0_8_28", name = "raze__encoding_rs__0_8_29",
url = "https://crates.io/api/v1/crates/encoding_rs/0.8.28/download", url = "https://crates.io/api/v1/crates/encoding_rs/0.8.29/download",
type = "tar.gz", type = "tar.gz",
sha256 = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065", sha256 = "a74ea89a0a1b98f6332de42c95baff457ada66d1cb4030f9ff151b2041a1c746",
strip_prefix = "encoding_rs-0.8.28", strip_prefix = "encoding_rs-0.8.29",
build_file = Label("//cargo/remote:BUILD.encoding_rs-0.8.28.bazel"), build_file = Label("//cargo/remote:BUILD.encoding_rs-0.8.29.bazel"),
) )
maybe( maybe(
@ -513,12 +503,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__fluent_bundle__0_15_1", name = "raze__fluent_bundle__0_15_2",
url = "https://crates.io/api/v1/crates/fluent-bundle/0.15.1/download", url = "https://crates.io/api/v1/crates/fluent-bundle/0.15.2/download",
type = "tar.gz", type = "tar.gz",
sha256 = "8acf044eeb4872d9dbf2667541fbf461f5965c57e343878ad0fb24b5793fa007", sha256 = "e242c601dec9711505f6d5bbff5bedd4b61b2469f2e8bb8e57ee7c9747a87ffd",
strip_prefix = "fluent-bundle-0.15.1", strip_prefix = "fluent-bundle-0.15.2",
build_file = Label("//cargo/remote:BUILD.fluent-bundle-0.15.1.bazel"), build_file = Label("//cargo/remote:BUILD.fluent-bundle-0.15.2.bazel"),
) )
maybe( maybe(
@ -733,12 +723,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__h2__0_3_6", name = "raze__h2__0_3_7",
url = "https://crates.io/api/v1/crates/h2/0.3.6/download", url = "https://crates.io/api/v1/crates/h2/0.3.7/download",
type = "tar.gz", type = "tar.gz",
sha256 = "6c06815895acec637cd6ed6e9662c935b866d20a106f8361892893a7d9234964", sha256 = "7fd819562fcebdac5afc5c113c3ec36f902840b70fd4fc458799c8ce4607ae55",
strip_prefix = "h2-0.3.6", strip_prefix = "h2-0.3.7",
build_file = Label("//cargo/remote:BUILD.h2-0.3.6.bazel"), build_file = Label("//cargo/remote:BUILD.h2-0.3.7.bazel"),
) )
maybe( maybe(
@ -823,12 +813,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__http_body__0_4_3", name = "raze__http_body__0_4_4",
url = "https://crates.io/api/v1/crates/http-body/0.4.3/download", url = "https://crates.io/api/v1/crates/http-body/0.4.4/download",
type = "tar.gz", type = "tar.gz",
sha256 = "399c583b2979440c60be0821a6199eca73bc3c8dcd9d070d75ac726e2c6186e5", sha256 = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6",
strip_prefix = "http-body-0.4.3", strip_prefix = "http-body-0.4.4",
build_file = Label("//cargo/remote:BUILD.http-body-0.4.3.bazel"), build_file = Label("//cargo/remote:BUILD.http-body-0.4.4.bazel"),
) )
maybe( maybe(
@ -863,12 +853,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__hyper__0_14_13", name = "raze__hyper__0_14_14",
url = "https://crates.io/api/v1/crates/hyper/0.14.13/download", url = "https://crates.io/api/v1/crates/hyper/0.14.14/download",
type = "tar.gz", type = "tar.gz",
sha256 = "15d1cfb9e4f68655fa04c01f59edb405b6074a0f7118ea881e5026e4a1cd8593", sha256 = "2b91bb1f221b6ea1f1e4371216b70f40748774c2fb5971b450c07773fb92d26b",
strip_prefix = "hyper-0.14.13", strip_prefix = "hyper-0.14.14",
build_file = Label("//cargo/remote:BUILD.hyper-0.14.13.bazel"), build_file = Label("//cargo/remote:BUILD.hyper-0.14.14.bazel"),
) )
maybe( maybe(
@ -953,12 +943,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__instant__0_1_11", name = "raze__instant__0_1_12",
url = "https://crates.io/api/v1/crates/instant/0.1.11/download", url = "https://crates.io/api/v1/crates/instant/0.1.12/download",
type = "tar.gz", type = "tar.gz",
sha256 = "716d3d89f35ac6a34fd0eed635395f4c3b76fa889338a4632e5231a8684216bd", sha256 = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c",
strip_prefix = "instant-0.1.11", strip_prefix = "instant-0.1.12",
build_file = Label("//cargo/remote:BUILD.instant-0.1.11.bazel"), build_file = Label("//cargo/remote:BUILD.instant-0.1.12.bazel"),
) )
maybe( maybe(
@ -1043,12 +1033,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__libc__0_2_103", name = "raze__libc__0_2_105",
url = "https://crates.io/api/v1/crates/libc/0.2.103/download", url = "https://crates.io/api/v1/crates/libc/0.2.105/download",
type = "tar.gz", type = "tar.gz",
sha256 = "dd8f7255a17a627354f321ef0055d63b898c6fb27eff628af4d1b66b7331edf6", sha256 = "869d572136620d55835903746bcb5cdc54cb2851fd0aeec53220b4bb65ef3013",
strip_prefix = "libc-0.2.103", strip_prefix = "libc-0.2.105",
build_file = Label("//cargo/remote:BUILD.libc-0.2.103.bazel"), build_file = Label("//cargo/remote:BUILD.libc-0.2.105.bazel"),
) )
maybe( maybe(
@ -1183,12 +1173,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__minimal_lexical__0_1_3", name = "raze__minimal_lexical__0_1_4",
url = "https://crates.io/api/v1/crates/minimal-lexical/0.1.3/download", url = "https://crates.io/api/v1/crates/minimal-lexical/0.1.4/download",
type = "tar.gz", type = "tar.gz",
sha256 = "0c835948974f68e0bd58636fc6c5b1fbff7b297e3046f11b3b3c18bbac012c6d", sha256 = "9c64630dcdd71f1a64c435f54885086a0de5d6a12d104d69b165fb7d5286d677",
strip_prefix = "minimal-lexical-0.1.3", strip_prefix = "minimal-lexical-0.1.4",
build_file = Label("//cargo/remote:BUILD.minimal-lexical-0.1.3.bazel"), build_file = Label("//cargo/remote:BUILD.minimal-lexical-0.1.4.bazel"),
) )
maybe( maybe(
@ -1203,12 +1193,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__mio__0_7_13", name = "raze__mio__0_7_14",
url = "https://crates.io/api/v1/crates/mio/0.7.13/download", url = "https://crates.io/api/v1/crates/mio/0.7.14/download",
type = "tar.gz", type = "tar.gz",
sha256 = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16", sha256 = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc",
strip_prefix = "mio-0.7.13", strip_prefix = "mio-0.7.14",
build_file = Label("//cargo/remote:BUILD.mio-0.7.13.bazel"), build_file = Label("//cargo/remote:BUILD.mio-0.7.14.bazel"),
) )
maybe( maybe(
@ -1381,26 +1371,6 @@ def raze_fetch_remote_crates():
build_file = Label("//cargo/remote:BUILD.openssl-sys-0.9.67.bazel"), build_file = Label("//cargo/remote:BUILD.openssl-sys-0.9.67.bazel"),
) )
maybe(
http_archive,
name = "raze__ouroboros__0_9_5",
url = "https://crates.io/api/v1/crates/ouroboros/0.9.5/download",
type = "tar.gz",
sha256 = "fbeff60e3e37407a80ead3e9458145b456e978c4068cddbfea6afb48572962ca",
strip_prefix = "ouroboros-0.9.5",
build_file = Label("//cargo/remote:BUILD.ouroboros-0.9.5.bazel"),
)
maybe(
http_archive,
name = "raze__ouroboros_macro__0_9_5",
url = "https://crates.io/api/v1/crates/ouroboros_macro/0.9.5/download",
type = "tar.gz",
sha256 = "03f2cb802b5bdfdf52f1ffa0b54ce105e4d346e91990dd571f86c91321ad49e2",
strip_prefix = "ouroboros_macro-0.9.5",
build_file = Label("//cargo/remote:BUILD.ouroboros_macro-0.9.5.bazel"),
)
maybe( maybe(
http_archive, http_archive,
name = "raze__parking_lot__0_11_2", name = "raze__parking_lot__0_11_2",
@ -1613,22 +1583,22 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__pkg_config__0_3_20", name = "raze__pkg_config__0_3_22",
url = "https://crates.io/api/v1/crates/pkg-config/0.3.20/download", url = "https://crates.io/api/v1/crates/pkg-config/0.3.22/download",
type = "tar.gz", type = "tar.gz",
sha256 = "7c9b1041b4387893b91ee6746cddfc28516aff326a3519fb2adf820932c5e6cb", sha256 = "12295df4f294471248581bc09bef3c38a5e46f1e36d6a37353621a0c6c357e1f",
strip_prefix = "pkg-config-0.3.20", strip_prefix = "pkg-config-0.3.22",
build_file = Label("//cargo/remote:BUILD.pkg-config-0.3.20.bazel"), build_file = Label("//cargo/remote:BUILD.pkg-config-0.3.22.bazel"),
) )
maybe( maybe(
http_archive, http_archive,
name = "raze__ppv_lite86__0_2_10", name = "raze__ppv_lite86__0_2_15",
url = "https://crates.io/api/v1/crates/ppv-lite86/0.2.10/download", url = "https://crates.io/api/v1/crates/ppv-lite86/0.2.15/download",
type = "tar.gz", type = "tar.gz",
sha256 = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857", sha256 = "ed0cfbc8191465bed66e1718596ee0b0b35d5ee1f41c5df2189d0fe8bde535ba",
strip_prefix = "ppv-lite86-0.2.10", strip_prefix = "ppv-lite86-0.2.15",
build_file = Label("//cargo/remote:BUILD.ppv-lite86-0.2.10.bazel"), build_file = Label("//cargo/remote:BUILD.ppv-lite86-0.2.15.bazel"),
) )
maybe( maybe(
@ -1651,26 +1621,6 @@ def raze_fetch_remote_crates():
build_file = Label("//cargo/remote:BUILD.proc-macro-crate-1.1.0.bazel"), build_file = Label("//cargo/remote:BUILD.proc-macro-crate-1.1.0.bazel"),
) )
maybe(
http_archive,
name = "raze__proc_macro_error__1_0_4",
url = "https://crates.io/api/v1/crates/proc-macro-error/1.0.4/download",
type = "tar.gz",
sha256 = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c",
strip_prefix = "proc-macro-error-1.0.4",
build_file = Label("//cargo/remote:BUILD.proc-macro-error-1.0.4.bazel"),
)
maybe(
http_archive,
name = "raze__proc_macro_error_attr__1_0_4",
url = "https://crates.io/api/v1/crates/proc-macro-error-attr/1.0.4/download",
type = "tar.gz",
sha256 = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869",
strip_prefix = "proc-macro-error-attr-1.0.4",
build_file = Label("//cargo/remote:BUILD.proc-macro-error-attr-1.0.4.bazel"),
)
maybe( maybe(
http_archive, http_archive,
name = "raze__proc_macro_hack__0_5_19", name = "raze__proc_macro_hack__0_5_19",
@ -1693,12 +1643,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__proc_macro2__1_0_29", name = "raze__proc_macro2__1_0_30",
url = "https://crates.io/api/v1/crates/proc-macro2/1.0.29/download", url = "https://crates.io/api/v1/crates/proc-macro2/1.0.30/download",
type = "tar.gz", type = "tar.gz",
sha256 = "b9f5105d4fdaab20335ca9565e106a5d9b82b6219b5ba735731124ac6711d23d", sha256 = "edc3358ebc67bc8b7fa0c007f945b0b18226f78437d61bec735a9eb96b61ee70",
strip_prefix = "proc-macro2-1.0.29", strip_prefix = "proc-macro2-1.0.30",
build_file = Label("//cargo/remote:BUILD.proc-macro2-1.0.29.bazel"), build_file = Label("//cargo/remote:BUILD.proc-macro2-1.0.30.bazel"),
) )
maybe( maybe(
@ -1793,12 +1743,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__quote__1_0_9", name = "raze__quote__1_0_10",
url = "https://crates.io/api/v1/crates/quote/1.0.9/download", url = "https://crates.io/api/v1/crates/quote/1.0.10/download",
type = "tar.gz", type = "tar.gz",
sha256 = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7", sha256 = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05",
strip_prefix = "quote-1.0.9", strip_prefix = "quote-1.0.10",
build_file = Label("//cargo/remote:BUILD.quote-1.0.9.bazel"), build_file = Label("//cargo/remote:BUILD.quote-1.0.10.bazel"),
) )
maybe( maybe(
@ -2091,6 +2041,16 @@ def raze_fetch_remote_crates():
build_file = Label("//cargo/remote:BUILD.selectors-0.22.0.bazel"), build_file = Label("//cargo/remote:BUILD.selectors-0.22.0.bazel"),
) )
maybe(
http_archive,
name = "raze__self_cell__0_10_0",
url = "https://crates.io/api/v1/crates/self_cell/0.10.0/download",
type = "tar.gz",
sha256 = "55267dd945ff7d9388dd56c5a6a97477bdb6f2584be5ba45fdde7207b7cac3a6",
strip_prefix = "self_cell-0.10.0",
build_file = Label("//cargo/remote:BUILD.self_cell-0.10.0.bazel"),
)
maybe( maybe(
http_archive, http_archive,
name = "raze__semver__0_11_0", name = "raze__semver__0_11_0",
@ -2223,12 +2183,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__slab__0_4_4", name = "raze__slab__0_4_5",
url = "https://crates.io/api/v1/crates/slab/0.4.4/download", url = "https://crates.io/api/v1/crates/slab/0.4.5/download",
type = "tar.gz", type = "tar.gz",
sha256 = "c307a32c1c5c437f38c7fd45d753050587732ba8628319fbdf12a7e289ccc590", sha256 = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5",
strip_prefix = "slab-0.4.4", strip_prefix = "slab-0.4.5",
build_file = Label("//cargo/remote:BUILD.slab-0.4.4.bazel"), build_file = Label("//cargo/remote:BUILD.slab-0.4.5.bazel"),
) )
maybe( maybe(
@ -2333,12 +2293,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__string_cache__0_8_1", name = "raze__string_cache__0_8_2",
url = "https://crates.io/api/v1/crates/string_cache/0.8.1/download", url = "https://crates.io/api/v1/crates/string_cache/0.8.2/download",
type = "tar.gz", type = "tar.gz",
sha256 = "8ddb1139b5353f96e429e1a5e19fbaf663bddedaa06d1dbd49f82e352601209a", sha256 = "923f0f39b6267d37d23ce71ae7235602134b250ace715dd2c90421998ddac0c6",
strip_prefix = "string_cache-0.8.1", strip_prefix = "string_cache-0.8.2",
build_file = Label("//cargo/remote:BUILD.string_cache-0.8.1.bazel"), build_file = Label("//cargo/remote:BUILD.string_cache-0.8.2.bazel"),
) )
maybe( maybe(
@ -2373,12 +2333,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__syn__1_0_77", name = "raze__syn__1_0_80",
url = "https://crates.io/api/v1/crates/syn/1.0.77/download", url = "https://crates.io/api/v1/crates/syn/1.0.80/download",
type = "tar.gz", type = "tar.gz",
sha256 = "5239bc68e0fef57495900cfea4e8dc75596d9a319d7e16b1e0a440d24e6fe0a0", sha256 = "d010a1623fbd906d51d650a9916aaefc05ffa0e4053ff7fe601167f3e715d194",
strip_prefix = "syn-1.0.77", strip_prefix = "syn-1.0.80",
build_file = Label("//cargo/remote:BUILD.syn-1.0.77.bazel"), build_file = Label("//cargo/remote:BUILD.syn-1.0.80.bazel"),
) )
maybe( maybe(
@ -2443,22 +2403,22 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__thiserror__1_0_29", name = "raze__thiserror__1_0_30",
url = "https://crates.io/api/v1/crates/thiserror/1.0.29/download", url = "https://crates.io/api/v1/crates/thiserror/1.0.30/download",
type = "tar.gz", type = "tar.gz",
sha256 = "602eca064b2d83369e2b2f34b09c70b605402801927c65c11071ac911d299b88", sha256 = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417",
strip_prefix = "thiserror-1.0.29", strip_prefix = "thiserror-1.0.30",
build_file = Label("//cargo/remote:BUILD.thiserror-1.0.29.bazel"), build_file = Label("//cargo/remote:BUILD.thiserror-1.0.30.bazel"),
) )
maybe( maybe(
http_archive, http_archive,
name = "raze__thiserror_impl__1_0_29", name = "raze__thiserror_impl__1_0_30",
url = "https://crates.io/api/v1/crates/thiserror-impl/1.0.29/download", url = "https://crates.io/api/v1/crates/thiserror-impl/1.0.30/download",
type = "tar.gz", type = "tar.gz",
sha256 = "bad553cc2c78e8de258400763a647e80e6d1b31ee237275d756f6836d204494c", sha256 = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b",
strip_prefix = "thiserror-impl-1.0.29", strip_prefix = "thiserror-impl-1.0.30",
build_file = Label("//cargo/remote:BUILD.thiserror-impl-1.0.29.bazel"), build_file = Label("//cargo/remote:BUILD.thiserror-impl-1.0.30.bazel"),
) )
maybe( maybe(
@ -2533,12 +2493,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__tokio_macros__1_4_1", name = "raze__tokio_macros__1_5_0",
url = "https://crates.io/api/v1/crates/tokio-macros/1.4.1/download", url = "https://crates.io/api/v1/crates/tokio-macros/1.5.0/download",
type = "tar.gz", type = "tar.gz",
sha256 = "154794c8f499c2619acd19e839294703e9e32e7630ef5f46ea80d4ef0fbee5eb", sha256 = "b2dd85aeaba7b68df939bd357c6afb36c87951be9e80bf9c859f2fc3e9fca0fd",
strip_prefix = "tokio-macros-1.4.1", strip_prefix = "tokio-macros-1.5.0",
build_file = Label("//cargo/remote:BUILD.tokio-macros-1.4.1.bazel"), build_file = Label("//cargo/remote:BUILD.tokio-macros-1.5.0.bazel"),
) )
maybe( maybe(
@ -2603,12 +2563,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__tracing__0_1_28", name = "raze__tracing__0_1_29",
url = "https://crates.io/api/v1/crates/tracing/0.1.28/download", url = "https://crates.io/api/v1/crates/tracing/0.1.29/download",
type = "tar.gz", type = "tar.gz",
sha256 = "84f96e095c0c82419687c20ddf5cb3eadb61f4e1405923c9dc8e53a1adacbda8", sha256 = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105",
strip_prefix = "tracing-0.1.28", strip_prefix = "tracing-0.1.29",
build_file = Label("//cargo/remote:BUILD.tracing-0.1.28.bazel"), build_file = Label("//cargo/remote:BUILD.tracing-0.1.29.bazel"),
) )
maybe( maybe(
@ -2763,12 +2723,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__unicode_bidi__0_3_6", name = "raze__unicode_bidi__0_3_7",
url = "https://crates.io/api/v1/crates/unicode-bidi/0.3.6/download", url = "https://crates.io/api/v1/crates/unicode-bidi/0.3.7/download",
type = "tar.gz", type = "tar.gz",
sha256 = "246f4c42e67e7a4e3c6106ff716a5d067d4132a642840b242e357e468a2a0085", sha256 = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f",
strip_prefix = "unicode-bidi-0.3.6", strip_prefix = "unicode-bidi-0.3.7",
build_file = Label("//cargo/remote:BUILD.unicode-bidi-0.3.6.bazel"), build_file = Label("//cargo/remote:BUILD.unicode-bidi-0.3.7.bazel"),
) )
maybe( maybe(
@ -3073,12 +3033,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__xml5ever__0_16_1", name = "raze__xml5ever__0_16_2",
url = "https://crates.io/api/v1/crates/xml5ever/0.16.1/download", url = "https://crates.io/api/v1/crates/xml5ever/0.16.2/download",
type = "tar.gz", type = "tar.gz",
sha256 = "0b1b52e6e8614d4a58b8e70cf51ec0cc21b256ad8206708bcff8139b5bbd6a59", sha256 = "9234163818fd8e2418fcde330655e757900d4236acd8cc70fef345ef91f6d865",
strip_prefix = "xml5ever-0.16.1", strip_prefix = "xml5ever-0.16.2",
build_file = Label("//cargo/remote:BUILD.xml5ever-0.16.1.bazel"), build_file = Label("//cargo/remote:BUILD.xml5ever-0.16.2.bazel"),
) )
maybe( maybe(

View file

@ -1,13 +1,4 @@
[ [
{
"name": "Inflector",
"version": "0.11.4",
"authors": "Josh Teeter<joshteeter@gmail.com>",
"repository": "https://github.com/whatisinternet/inflector",
"license": "BSD-2-Clause",
"license_file": null,
"description": "Adds String based inflections for Rust. Snake, kebab, camel, sentence, class, title and table cases as well as ordinalize, deordinalize, demodulize, foreign key, and pluralize/singularize are supported as both traits and pure functions acting on String types."
},
{ {
"name": "adler", "name": "adler",
"version": "1.0.2", "version": "1.0.2",
@ -19,7 +10,7 @@
}, },
{ {
"name": "ahash", "name": "ahash",
"version": "0.7.4", "version": "0.7.6",
"authors": "Tom Kaitchuck <Tom.Kaitchuck@gmail.com>", "authors": "Tom Kaitchuck <Tom.Kaitchuck@gmail.com>",
"repository": "https://github.com/tkaitchuck/ahash", "repository": "https://github.com/tkaitchuck/ahash",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -62,15 +53,6 @@
"license_file": null, "license_file": null,
"description": "Anki's Rust library i18n code" "description": "Anki's Rust library i18n code"
}, },
{
"name": "anki_workspace",
"version": "0.0.0",
"authors": "Ankitects Pty Ltd and contributors",
"repository": null,
"license": "AGPL-3.0-or-later",
"license_file": null,
"description": null
},
{ {
"name": "anyhow", "name": "anyhow",
"version": "1.0.44", "version": "1.0.44",
@ -163,7 +145,7 @@
}, },
{ {
"name": "blake3", "name": "blake3",
"version": "1.0.0", "version": "1.1.0",
"authors": "Jack O'Connor <oconnor663@gmail.com>", "authors": "Jack O'Connor <oconnor663@gmail.com>",
"repository": "https://github.com/BLAKE3-team/BLAKE3", "repository": "https://github.com/BLAKE3-team/BLAKE3",
"license": "Apache-2.0 OR CC0-1.0", "license": "Apache-2.0 OR CC0-1.0",
@ -172,7 +154,7 @@
}, },
{ {
"name": "bumpalo", "name": "bumpalo",
"version": "3.7.1", "version": "3.8.0",
"authors": "Nick Fitzgerald <fitzgen@gmail.com>", "authors": "Nick Fitzgerald <fitzgen@gmail.com>",
"repository": "https://github.com/fitzgen/bumpalo", "repository": "https://github.com/fitzgen/bumpalo",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -199,7 +181,7 @@
}, },
{ {
"name": "cc", "name": "cc",
"version": "1.0.70", "version": "1.0.71",
"authors": "Alex Crichton <alex@alexcrichton.com>", "authors": "Alex Crichton <alex@alexcrichton.com>",
"repository": "https://github.com/alexcrichton/cc-rs", "repository": "https://github.com/alexcrichton/cc-rs",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -271,7 +253,7 @@
}, },
{ {
"name": "core-foundation", "name": "core-foundation",
"version": "0.9.1", "version": "0.9.2",
"authors": "The Servo Project Developers", "authors": "The Servo Project Developers",
"repository": "https://github.com/servo/core-foundation-rs", "repository": "https://github.com/servo/core-foundation-rs",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -280,7 +262,7 @@
}, },
{ {
"name": "core-foundation-sys", "name": "core-foundation-sys",
"version": "0.8.2", "version": "0.8.3",
"authors": "The Servo Project Developers", "authors": "The Servo Project Developers",
"repository": "https://github.com/servo/core-foundation-rs", "repository": "https://github.com/servo/core-foundation-rs",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -415,7 +397,7 @@
}, },
{ {
"name": "encoding_rs", "name": "encoding_rs",
"version": "0.8.28", "version": "0.8.29",
"authors": "Henri Sivonen <hsivonen@hsivonen.fi>", "authors": "Henri Sivonen <hsivonen@hsivonen.fi>",
"repository": "https://github.com/hsivonen/encoding_rs", "repository": "https://github.com/hsivonen/encoding_rs",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -478,7 +460,7 @@
}, },
{ {
"name": "fluent-bundle", "name": "fluent-bundle",
"version": "0.15.1", "version": "0.15.2",
"authors": "Zibi Braniecki <gandalf@mozilla.com>|Staś Małolepszy <stas@mozilla.com>", "authors": "Zibi Braniecki <gandalf@mozilla.com>|Staś Małolepszy <stas@mozilla.com>",
"repository": "https://github.com/projectfluent/fluent-rs", "repository": "https://github.com/projectfluent/fluent-rs",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -676,7 +658,7 @@
}, },
{ {
"name": "h2", "name": "h2",
"version": "0.3.6", "version": "0.3.7",
"authors": "Carl Lerche <me@carllerche.com>|Sean McArthur <sean@seanmonstar.com>", "authors": "Carl Lerche <me@carllerche.com>|Sean McArthur <sean@seanmonstar.com>",
"repository": "https://github.com/hyperium/h2", "repository": "https://github.com/hyperium/h2",
"license": "MIT", "license": "MIT",
@ -757,7 +739,7 @@
}, },
{ {
"name": "http-body", "name": "http-body",
"version": "0.4.3", "version": "0.4.4",
"authors": "Carl Lerche <me@carllerche.com>|Lucio Franco <luciofranco14@gmail.com>|Sean McArthur <sean@seanmonstar.com>", "authors": "Carl Lerche <me@carllerche.com>|Lucio Franco <luciofranco14@gmail.com>|Sean McArthur <sean@seanmonstar.com>",
"repository": "https://github.com/hyperium/http-body", "repository": "https://github.com/hyperium/http-body",
"license": "MIT", "license": "MIT",
@ -793,7 +775,7 @@
}, },
{ {
"name": "hyper", "name": "hyper",
"version": "0.14.13", "version": "0.14.14",
"authors": "Sean McArthur <sean@seanmonstar.com>", "authors": "Sean McArthur <sean@seanmonstar.com>",
"repository": "https://github.com/hyperium/hyper", "repository": "https://github.com/hyperium/hyper",
"license": "MIT", "license": "MIT",
@ -845,24 +827,6 @@
"license_file": null, "license_file": null,
"description": "A hash table with consistent order and fast iteration. The indexmap is a hash table where the iteration order of the key-value pairs is independent of the hash values of the keys. It has the usual hash table functionality, it preserves insertion order except after removals, and it allows lookup of its elements by either hash table key or numerical index. A corresponding hash set type is also provided. This crate was initially published under the name ordermap, but it was renamed to indexmap." "description": "A hash table with consistent order and fast iteration. The indexmap is a hash table where the iteration order of the key-value pairs is independent of the hash values of the keys. It has the usual hash table functionality, it preserves insertion order except after removals, and it allows lookup of its elements by either hash table key or numerical index. A corresponding hash set type is also provided. This crate was initially published under the name ordermap, but it was renamed to indexmap."
}, },
{
"name": "indoc",
"version": "0.3.6",
"authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/indoc",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Indented document literals"
},
{
"name": "indoc-impl",
"version": "0.3.6",
"authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/indoc",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Indented document literals"
},
{ {
"name": "inflections", "name": "inflections",
"version": "1.1.1", "version": "1.1.1",
@ -874,7 +838,7 @@
}, },
{ {
"name": "instant", "name": "instant",
"version": "0.1.11", "version": "0.1.12",
"authors": "sebcrozet <developer@crozet.re>", "authors": "sebcrozet <developer@crozet.re>",
"repository": "https://github.com/sebcrozet/instant", "repository": "https://github.com/sebcrozet/instant",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
@ -955,7 +919,7 @@
}, },
{ {
"name": "libc", "name": "libc",
"version": "0.2.103", "version": "0.2.105",
"authors": "The Rust Project Developers", "authors": "The Rust Project Developers",
"repository": "https://github.com/rust-lang/libc", "repository": "https://github.com/rust-lang/libc",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1081,7 +1045,7 @@
}, },
{ {
"name": "minimal-lexical", "name": "minimal-lexical",
"version": "0.1.3", "version": "0.1.4",
"authors": "Alex Huszagh <ahuszagh@gmail.com>", "authors": "Alex Huszagh <ahuszagh@gmail.com>",
"repository": "https://github.com/Alexhuszagh/minimal-lexical", "repository": "https://github.com/Alexhuszagh/minimal-lexical",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1099,7 +1063,7 @@
}, },
{ {
"name": "mio", "name": "mio",
"version": "0.7.13", "version": "0.7.14",
"authors": "Carl Lerche <me@carllerche.com>|Thomas de Zeeuw <thomasdezeeuw@gmail.com>|Tokio Contributors <team@tokio.rs>", "authors": "Carl Lerche <me@carllerche.com>|Thomas de Zeeuw <thomasdezeeuw@gmail.com>|Tokio Contributors <team@tokio.rs>",
"repository": "https://github.com/tokio-rs/mio", "repository": "https://github.com/tokio-rs/mio",
"license": "MIT", "license": "MIT",
@ -1259,24 +1223,6 @@
"license_file": null, "license_file": null,
"description": "FFI bindings to OpenSSL" "description": "FFI bindings to OpenSSL"
}, },
{
"name": "ouroboros",
"version": "0.9.5",
"authors": "Joshua Maros <joshua-maros@github.com>",
"repository": "https://github.com/joshua-maros/ouroboros",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Easy, safe self-referential struct generation."
},
{
"name": "ouroboros_macro",
"version": "0.9.5",
"authors": "Joshua Maros <joshua-maros@github.com>",
"repository": "https://github.com/joshua-maros/ouroboros",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Proc macro for ouroboros crate."
},
{ {
"name": "parking_lot", "name": "parking_lot",
"version": "0.11.2", "version": "0.11.2",
@ -1295,24 +1241,6 @@
"license_file": null, "license_file": null,
"description": "An advanced API for creating custom synchronization primitives." "description": "An advanced API for creating custom synchronization primitives."
}, },
{
"name": "paste",
"version": "0.1.18",
"authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/paste",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Macros for all your token pasting needs"
},
{
"name": "paste-impl",
"version": "0.1.18",
"authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/paste",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Implementation detail of the `paste` crate"
},
{ {
"name": "pct-str", "name": "pct-str",
"version": "1.1.0", "version": "1.1.0",
@ -1468,7 +1396,7 @@
}, },
{ {
"name": "pkg-config", "name": "pkg-config",
"version": "0.3.20", "version": "0.3.22",
"authors": "Alex Crichton <alex@alexcrichton.com>", "authors": "Alex Crichton <alex@alexcrichton.com>",
"repository": "https://github.com/rust-lang/pkg-config-rs", "repository": "https://github.com/rust-lang/pkg-config-rs",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1477,7 +1405,7 @@
}, },
{ {
"name": "ppv-lite86", "name": "ppv-lite86",
"version": "0.2.10", "version": "0.2.15",
"authors": "The CryptoCorrosion Contributors", "authors": "The CryptoCorrosion Contributors",
"repository": "https://github.com/cryptocorrosion/cryptocorrosion", "repository": "https://github.com/cryptocorrosion/cryptocorrosion",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1502,24 +1430,6 @@
"license_file": null, "license_file": null,
"description": "Replacement for crate (macro_rules keyword) in proc-macros" "description": "Replacement for crate (macro_rules keyword) in proc-macros"
}, },
{
"name": "proc-macro-error",
"version": "1.0.4",
"authors": "CreepySkeleton <creepy-skeleton@yandex.ru>",
"repository": "https://gitlab.com/CreepySkeleton/proc-macro-error",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Almost drop-in replacement to panics in proc-macros"
},
{
"name": "proc-macro-error-attr",
"version": "1.0.4",
"authors": "CreepySkeleton <creepy-skeleton@yandex.ru>",
"repository": "https://gitlab.com/CreepySkeleton/proc-macro-error",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Attribute macro for proc-macro-error crate"
},
{ {
"name": "proc-macro-hack", "name": "proc-macro-hack",
"version": "0.5.19", "version": "0.5.19",
@ -1540,7 +1450,7 @@
}, },
{ {
"name": "proc-macro2", "name": "proc-macro2",
"version": "1.0.29", "version": "1.0.30",
"authors": "Alex Crichton <alex@alexcrichton.com>|David Tolnay <dtolnay@gmail.com>", "authors": "Alex Crichton <alex@alexcrichton.com>|David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/alexcrichton/proc-macro2", "repository": "https://github.com/alexcrichton/proc-macro2",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1592,45 +1502,9 @@
"license_file": null, "license_file": null,
"description": "A pull parser for CommonMark" "description": "A pull parser for CommonMark"
}, },
{
"name": "pyo3",
"version": "0.14.5",
"authors": "PyO3 Project and Contributors <https://github.com/PyO3>",
"repository": "https://github.com/pyo3/pyo3",
"license": "Apache-2.0",
"license_file": null,
"description": "Bindings to Python interpreter"
},
{
"name": "pyo3-build-config",
"version": "0.14.5",
"authors": "PyO3 Project and Contributors <https://github.com/PyO3>",
"repository": "https://github.com/pyo3/pyo3",
"license": "Apache-2.0",
"license_file": null,
"description": "Build configuration for the PyO3 ecosystem"
},
{
"name": "pyo3-macros",
"version": "0.14.5",
"authors": "PyO3 Project and Contributors <https://github.com/PyO3>",
"repository": "https://github.com/pyo3/pyo3",
"license": "Apache-2.0",
"license_file": null,
"description": "Proc macros for PyO3 package"
},
{
"name": "pyo3-macros-backend",
"version": "0.14.5",
"authors": "PyO3 Project and Contributors <https://github.com/PyO3>",
"repository": "https://github.com/pyo3/pyo3",
"license": "Apache-2.0",
"license_file": null,
"description": "Code generation for PyO3 package"
},
{ {
"name": "quote", "name": "quote",
"version": "1.0.9", "version": "1.0.10",
"authors": "David Tolnay <dtolnay@gmail.com>", "authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/quote", "repository": "https://github.com/dtolnay/quote",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1781,15 +1655,6 @@
"license_file": "LICENSE", "license_file": "LICENSE",
"description": "Safe, fast, small crypto using Rust." "description": "Safe, fast, small crypto using Rust."
}, },
{
"name": "rsbridge",
"version": "0.0.0",
"authors": "Ankitects Pty Ltd and contributors <https://help.ankiweb.net>",
"repository": null,
"license": "AGPL-3.0-or-later",
"license_file": null,
"description": "Anki's Rust library code Python bindings"
},
{ {
"name": "rusqlite", "name": "rusqlite",
"version": "0.25.3", "version": "0.25.3",
@ -1907,6 +1772,15 @@
"license_file": null, "license_file": null,
"description": "CSS Selectors matching for Rust" "description": "CSS Selectors matching for Rust"
}, },
{
"name": "self_cell",
"version": "0.10.0",
"authors": "Lukas Bergdoll <lukas.bergdoll@gmail.com>",
"repository": "https://github.com/Voultapher/self_cell",
"license": "Apache-2.0",
"license_file": null,
"description": "Safe-to-use proc-macro-free self-referential structs in stable Rust."
},
{ {
"name": "semver", "name": "semver",
"version": "0.11.0", "version": "0.11.0",
@ -2026,7 +1900,7 @@
}, },
{ {
"name": "slab", "name": "slab",
"version": "0.4.4", "version": "0.4.5",
"authors": "Carl Lerche <me@carllerche.com>", "authors": "Carl Lerche <me@carllerche.com>",
"repository": "https://github.com/tokio-rs/slab", "repository": "https://github.com/tokio-rs/slab",
"license": "MIT", "license": "MIT",
@ -2125,7 +1999,7 @@
}, },
{ {
"name": "string_cache", "name": "string_cache",
"version": "0.8.1", "version": "0.8.2",
"authors": "The Servo Project Developers", "authors": "The Servo Project Developers",
"repository": "https://github.com/servo/string-cache", "repository": "https://github.com/servo/string-cache",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -2161,7 +2035,7 @@
}, },
{ {
"name": "syn", "name": "syn",
"version": "1.0.77", "version": "1.0.80",
"authors": "David Tolnay <dtolnay@gmail.com>", "authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/syn", "repository": "https://github.com/dtolnay/syn",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -2224,7 +2098,7 @@
}, },
{ {
"name": "thiserror", "name": "thiserror",
"version": "1.0.29", "version": "1.0.30",
"authors": "David Tolnay <dtolnay@gmail.com>", "authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/thiserror", "repository": "https://github.com/dtolnay/thiserror",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -2233,7 +2107,7 @@
}, },
{ {
"name": "thiserror-impl", "name": "thiserror-impl",
"version": "1.0.29", "version": "1.0.30",
"authors": "David Tolnay <dtolnay@gmail.com>", "authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/thiserror", "repository": "https://github.com/dtolnay/thiserror",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -2305,7 +2179,7 @@
}, },
{ {
"name": "tokio-macros", "name": "tokio-macros",
"version": "1.4.1", "version": "1.5.0",
"authors": "Tokio Contributors <team@tokio.rs>", "authors": "Tokio Contributors <team@tokio.rs>",
"repository": "https://github.com/tokio-rs/tokio", "repository": "https://github.com/tokio-rs/tokio",
"license": "MIT", "license": "MIT",
@ -2368,7 +2242,7 @@
}, },
{ {
"name": "tracing", "name": "tracing",
"version": "0.1.28", "version": "0.1.29",
"authors": "Eliza Weisman <eliza@buoyant.io>|Tokio Contributors <team@tokio.rs>", "authors": "Eliza Weisman <eliza@buoyant.io>|Tokio Contributors <team@tokio.rs>",
"repository": "https://github.com/tokio-rs/tracing", "repository": "https://github.com/tokio-rs/tracing",
"license": "MIT", "license": "MIT",
@ -2512,7 +2386,7 @@
}, },
{ {
"name": "unicode-bidi", "name": "unicode-bidi",
"version": "0.3.6", "version": "0.3.7",
"authors": "The Servo Project Developers", "authors": "The Servo Project Developers",
"repository": "https://github.com/servo/unicode-bidi", "repository": "https://github.com/servo/unicode-bidi",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -2555,15 +2429,6 @@
"license_file": null, "license_file": null,
"description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31." "description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31."
}, },
{
"name": "unindent",
"version": "0.1.7",
"authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/indoc",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Remove a column of leading whitespace from a string"
},
{ {
"name": "untrusted", "name": "untrusted",
"version": "0.7.1", "version": "0.7.1",
@ -2791,7 +2656,7 @@
}, },
{ {
"name": "xml5ever", "name": "xml5ever",
"version": "0.16.1", "version": "0.16.2",
"authors": "The xml5ever project developers", "authors": "The xml5ever project developers",
"repository": "https://github.com/servo/html5ever", "repository": "https://github.com/servo/html5ever",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",

View file

@ -1,64 +0,0 @@
"""
@generated
cargo-raze crate build file.
DO NOT EDIT! Replaced on runs of cargo-raze
"""
# buildifier: disable=load
load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load
load(
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",
)
package(default_visibility = [
# Public for visibility by "@raze__crate__version//" targets.
#
# Prefer access through "//cargo", which limits external
# visibility to explicit Cargo.toml dependencies.
"//visibility:public",
])
licenses([
"restricted", # BSD-2-Clause from expression "BSD-2-Clause"
])
# Generated Targets
alias(
name = "Inflector",
actual = ":inflector",
tags = [
"cargo-raze",
"manual",
],
)
rust_library(
name = "inflector",
srcs = glob(["**/*.rs"]),
crate_features = [
],
crate_root = "src/lib.rs",
crate_type = "lib",
data = [],
edition = "2015",
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-raze",
"manual",
],
version = "0.11.4",
# buildifier: leave-alone
deps = [
],
)
# Unsupported target "lib" with type "test" omitted

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -38,7 +39,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2015", edition = "2015",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -53,20 +54,33 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.7.4", version = "0.7.6",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
"@raze__version_check__0_9_3//:version_check", "@raze__version_check__0_9_3//:version_check",
] + selects.with_or({ ] + selects.with_or({
# cfg(any(target_os = "linux", target_os = "android", target_os = "windows", target_os = "macos", target_os = "ios", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "dragonfly", target_os = "solaris", target_os = "illumos", target_os = "fuchsia", target_os = "redox", target_os = "cloudabi", target_os = "haiku", target_os = "vxworks", target_os = "emscripten", target_os = "wasi")) # cfg(any(target_os = "linux", target_os = "android", target_os = "windows", target_os = "macos", target_os = "ios", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "dragonfly", target_os = "solaris", target_os = "illumos", target_os = "fuchsia", target_os = "redox", target_os = "cloudabi", target_os = "haiku", target_os = "vxworks", target_os = "emscripten", target_os = "wasi"))
( (
"@rules_rust//rust/platform:x86_64-apple-darwin",
"@rules_rust//rust/platform:x86_64-pc-windows-msvc",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
"@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:aarch64-apple-darwin",
"@rules_rust//rust/platform:aarch64-apple-ios", "@rules_rust//rust/platform:aarch64-apple-ios",
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-darwin",
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
): [
],
"//conditions:default": [],
}) + selects.with_or({
# cfg(not(all(target_arch = "arm", target_os = "none")))
(
"@rules_rust//rust/platform:x86_64-apple-darwin",
"@rules_rust//rust/platform:x86_64-pc-windows-msvc", "@rules_rust//rust/platform:x86_64-pc-windows-msvc",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
"@rules_rust//rust/platform:aarch64-apple-darwin",
"@rules_rust//rust/platform:aarch64-apple-ios",
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-ios",
): [ ): [
], ],
"//conditions:default": [], "//conditions:default": [],
@ -85,7 +99,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [
@ -95,22 +108,35 @@ rust_library(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.7.4", version = "0.7.6",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":ahash_build_script", ":ahash_build_script",
] + selects.with_or({ ] + selects.with_or({
# cfg(any(target_os = "linux", target_os = "android", target_os = "windows", target_os = "macos", target_os = "ios", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "dragonfly", target_os = "solaris", target_os = "illumos", target_os = "fuchsia", target_os = "redox", target_os = "cloudabi", target_os = "haiku", target_os = "vxworks", target_os = "emscripten", target_os = "wasi")) # cfg(any(target_os = "linux", target_os = "android", target_os = "windows", target_os = "macos", target_os = "ios", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "dragonfly", target_os = "solaris", target_os = "illumos", target_os = "fuchsia", target_os = "redox", target_os = "cloudabi", target_os = "haiku", target_os = "vxworks", target_os = "emscripten", target_os = "wasi"))
( (
"@rules_rust//rust/platform:x86_64-apple-darwin",
"@rules_rust//rust/platform:x86_64-pc-windows-msvc",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
"@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:aarch64-apple-darwin",
"@rules_rust//rust/platform:aarch64-apple-ios", "@rules_rust//rust/platform:aarch64-apple-ios",
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-darwin",
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
"@rules_rust//rust/platform:x86_64-pc-windows-msvc",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [ ): [
"@raze__getrandom__0_2_3//:getrandom", "@raze__getrandom__0_2_3//:getrandom",
],
"//conditions:default": [],
}) + selects.with_or({
# cfg(not(all(target_arch = "arm", target_os = "none")))
(
"@rules_rust//rust/platform:x86_64-apple-darwin",
"@rules_rust//rust/platform:x86_64-pc-windows-msvc",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
"@rules_rust//rust/platform:aarch64-apple-darwin",
"@rules_rust//rust/platform:aarch64-apple-ios",
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-ios",
): [
"@raze__once_cell__1_8_0//:once_cell", "@raze__once_cell__1_8_0//:once_cell",
], ],
"//conditions:default": [], "//conditions:default": [],

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -38,7 +39,6 @@ rust_library(
"std", "std",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -38,7 +39,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -69,7 +70,6 @@ rust_library(
"std", "std",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -42,7 +43,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -42,7 +43,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2015", edition = "2015",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -73,7 +74,6 @@ rust_library(
"std", "std",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2015", edition = "2015",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -40,7 +41,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -59,13 +60,12 @@ cargo_build_script(
], ],
) )
rust_library( rust_proc_macro(
name = "async_trait", name = "async_trait",
srcs = glob(["**/*.rs"]), srcs = glob(["**/*.rs"]),
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "proc-macro",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [
@ -79,9 +79,9 @@ rust_library(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":async_trait_build_script", ":async_trait_build_script",
"@raze__proc_macro2__1_0_29//:proc_macro2", "@raze__proc_macro2__1_0_30//:proc_macro2",
"@raze__quote__1_0_9//:quote", "@raze__quote__1_0_10//:quote",
"@raze__syn__1_0_77//:syn", "@raze__syn__1_0_80//:syn",
], ],
) )

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -40,7 +41,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2015", edition = "2015",
rustc_flags = [ rustc_flags = [
@ -56,14 +56,14 @@ rust_library(
] + selects.with_or({ ] + selects.with_or({
# cfg(unix) # cfg(unix)
( (
"@rules_rust//rust/platform:x86_64-apple-darwin",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
"@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:aarch64-apple-darwin",
"@rules_rust//rust/platform:aarch64-apple-ios", "@rules_rust//rust/platform:aarch64-apple-ios",
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-darwin",
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [ ): [
"@raze__libc__0_2_103//:libc", "@raze__libc__0_2_105//:libc",
], ],
"//conditions:default": [], "//conditions:default": [],
}) + selects.with_or({ }) + selects.with_or({

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -44,7 +45,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2015", edition = "2015",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -44,7 +45,6 @@ rust_library(
"std", "std",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -37,7 +38,6 @@ rust_library(
"default", "default",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -56,10 +57,10 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "1.0.0", version = "1.1.0",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
"@raze__cc__1_0_70//:cc", "@raze__cc__1_0_71//:cc",
], ],
) )
@ -74,7 +75,6 @@ rust_library(
"std", "std",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [
@ -84,7 +84,7 @@ rust_library(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "1.0.0", version = "1.1.0",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":blake3_build_script", ":blake3_build_script",

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -39,7 +40,6 @@ rust_library(
"default", "default",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [
@ -49,7 +49,7 @@ rust_library(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "3.7.1", version = "3.8.0",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
], ],

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -40,7 +41,6 @@ rust_library(
"std", "std",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -44,7 +45,6 @@ rust_library(
"std", "std",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -47,7 +48,7 @@ rust_binary(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "1.0.70", version = "1.0.71",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":cc", ":cc",
@ -60,7 +61,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [
@ -70,7 +70,7 @@ rust_library(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "1.0.70", version = "1.0.71",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
], ],

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -36,7 +37,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -49,7 +50,6 @@ rust_library(
"winapi", "winapi",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2015", edition = "2015",
rustc_flags = [ rustc_flags = [
@ -62,7 +62,7 @@ rust_library(
version = "0.4.19", version = "0.4.19",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__libc__0_2_103//:libc", "@raze__libc__0_2_105//:libc",
"@raze__num_integer__0_1_44//:num_integer", "@raze__num_integer__0_1_44//:num_integer",
"@raze__num_traits__0_2_14//:num_traits", "@raze__num_traits__0_2_14//:num_traits",
"@raze__time__0_1_44//:time", "@raze__time__0_1_44//:time",

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -38,7 +39,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [
@ -55,15 +55,15 @@ rust_library(
] + selects.with_or({ ] + selects.with_or({
# cfg(not(target_os = "wasi")) # cfg(not(target_os = "wasi"))
( (
"@rules_rust//rust/platform:x86_64-apple-darwin",
"@rules_rust//rust/platform:x86_64-pc-windows-msvc",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
"@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:aarch64-apple-darwin",
"@rules_rust//rust/platform:aarch64-apple-ios", "@rules_rust//rust/platform:aarch64-apple-ios",
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-darwin",
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
"@rules_rust//rust/platform:x86_64-pc-windows-msvc",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [ ): [
"@raze__libc__0_2_103//:libc", "@raze__libc__0_2_105//:libc",
], ],
"//conditions:default": [], "//conditions:default": [],
}), }),

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -38,7 +39,6 @@ rust_library(
"serialization", "serialization",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -48,7 +49,6 @@ rust_library(
"serialization", "serialization",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -38,7 +39,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2015", edition = "2015",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -36,7 +37,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -36,7 +37,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2015", edition = "2015",
rustc_flags = [ rustc_flags = [
@ -46,11 +46,11 @@ rust_library(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.9.1", version = "0.9.2",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__core_foundation_sys__0_8_2//:core_foundation_sys", "@raze__core_foundation_sys__0_8_3//:core_foundation_sys",
"@raze__libc__0_2_103//:libc", "@raze__libc__0_2_105//:libc",
], ],
) )

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -53,7 +54,7 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.8.2", version = "0.8.3",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
], ],
@ -65,7 +66,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2015", edition = "2015",
rustc_flags = [ rustc_flags = [
@ -75,7 +75,7 @@ rust_library(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.8.2", version = "0.8.3",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":core_foundation_sys_build_script", ":core_foundation_sys_build_script",

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -71,7 +72,6 @@ rust_library(
"std", "std",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2015", edition = "2015",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -47,7 +48,6 @@ rust_library(
"std", "std",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -71,7 +72,6 @@ rust_library(
"std", "std",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -56,9 +57,9 @@ cargo_build_script(
version = "0.27.2", version = "0.27.2",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
"@raze__proc_macro2__1_0_29//:proc_macro2", "@raze__proc_macro2__1_0_30//:proc_macro2",
"@raze__quote__1_0_9//:quote", "@raze__quote__1_0_10//:quote",
"@raze__syn__1_0_77//:syn", "@raze__syn__1_0_80//:syn",
], ],
) )
@ -68,7 +69,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
proc_macro_deps = [ proc_macro_deps = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -30,13 +31,12 @@ licenses([
# Generated Targets # Generated Targets
rust_library( rust_proc_macro(
name = "cssparser_macros", name = "cssparser_macros",
srcs = glob(["**/*.rs"]), srcs = glob(["**/*.rs"]),
crate_features = [ crate_features = [
], ],
crate_root = "lib.rs", crate_root = "lib.rs",
crate_type = "proc-macro",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [
@ -49,7 +49,7 @@ rust_library(
version = "0.6.0", version = "0.6.0",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__quote__1_0_9//:quote", "@raze__quote__1_0_10//:quote",
"@raze__syn__1_0_77//:syn", "@raze__syn__1_0_80//:syn",
], ],
) )

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -30,14 +31,13 @@ licenses([
# Generated Targets # Generated Targets
rust_library( rust_proc_macro(
name = "derivative", name = "derivative",
srcs = glob(["**/*.rs"]), srcs = glob(["**/*.rs"]),
crate_features = [ crate_features = [
"use_core", "use_core",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "proc-macro",
data = [], data = [],
edition = "2015", edition = "2015",
rustc_flags = [ rustc_flags = [
@ -50,9 +50,9 @@ rust_library(
version = "2.2.0", version = "2.2.0",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__proc_macro2__1_0_29//:proc_macro2", "@raze__proc_macro2__1_0_30//:proc_macro2",
"@raze__quote__1_0_9//:quote", "@raze__quote__1_0_10//:quote",
"@raze__syn__1_0_77//:syn", "@raze__syn__1_0_80//:syn",
], ],
) )

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -32,7 +33,7 @@ licenses([
# Unsupported target "deny_missing_docs" with type "example" omitted # Unsupported target "deny_missing_docs" with type "example" omitted
rust_library( rust_proc_macro(
name = "derive_more", name = "derive_more",
srcs = glob(["**/*.rs"]), srcs = glob(["**/*.rs"]),
crate_features = [ crate_features = [
@ -64,7 +65,6 @@ rust_library(
"unwrap", "unwrap",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "proc-macro",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [
@ -78,9 +78,9 @@ rust_library(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__convert_case__0_4_0//:convert_case", "@raze__convert_case__0_4_0//:convert_case",
"@raze__proc_macro2__1_0_29//:proc_macro2", "@raze__proc_macro2__1_0_30//:proc_macro2",
"@raze__quote__1_0_9//:quote", "@raze__quote__1_0_10//:quote",
"@raze__syn__1_0_77//:syn", "@raze__syn__1_0_80//:syn",
], ],
) )

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -38,7 +39,6 @@ rust_library(
"std", "std",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -36,7 +37,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -38,7 +39,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [
@ -54,14 +54,14 @@ rust_library(
] + selects.with_or({ ] + selects.with_or({
# cfg(unix) # cfg(unix)
( (
"@rules_rust//rust/platform:x86_64-apple-darwin",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
"@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:aarch64-apple-darwin",
"@rules_rust//rust/platform:aarch64-apple-ios", "@rules_rust//rust/platform:aarch64-apple-ios",
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-darwin",
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [ ): [
"@raze__libc__0_2_103//:libc", "@raze__libc__0_2_105//:libc",
], ],
"//conditions:default": [], "//conditions:default": [],
}) + selects.with_or({ }) + selects.with_or({

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -38,7 +39,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2015", edition = "2015",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -36,7 +37,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2015", edition = "2015",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -36,7 +37,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -38,7 +39,6 @@ rust_library(
"use_std", "use_std",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2015", edition = "2015",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -42,6 +43,8 @@ cargo_build_script(
build_script_env = { build_script_env = {
}, },
crate_features = [ crate_features = [
"alloc",
"default",
], ],
crate_root = "build.rs", crate_root = "build.rs",
data = glob(["**"]), data = glob(["**"]),
@ -53,7 +56,7 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.8.28", version = "0.8.29",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
], ],
@ -63,9 +66,10 @@ rust_library(
name = "encoding_rs", name = "encoding_rs",
srcs = glob(["**/*.rs"]), srcs = glob(["**/*.rs"]),
crate_features = [ crate_features = [
"alloc",
"default",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [
@ -75,7 +79,7 @@ rust_library(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.8.28", version = "0.8.29",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":encoding_rs_build_script", ":encoding_rs_build_script",

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -41,7 +42,6 @@ rust_library(
"termcolor", "termcolor",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -38,7 +39,6 @@ rust_library(
"std", "std",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -36,7 +37,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2015", edition = "2015",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -38,7 +39,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2015", edition = "2015",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -83,7 +84,6 @@ rust_library(
"rust_backend", "rust_backend",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [
@ -98,7 +98,7 @@ rust_library(
deps = [ deps = [
"@raze__cfg_if__1_0_0//:cfg_if", "@raze__cfg_if__1_0_0//:cfg_if",
"@raze__crc32fast__1_2_1//:crc32fast", "@raze__crc32fast__1_2_1//:crc32fast",
"@raze__libc__0_2_103//:libc", "@raze__libc__0_2_105//:libc",
"@raze__miniz_oxide__0_4_4//:miniz_oxide", "@raze__miniz_oxide__0_4_4//:miniz_oxide",
], ],
) )

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -36,7 +37,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [
@ -49,7 +49,7 @@ rust_library(
version = "0.16.0", version = "0.16.0",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__fluent_bundle__0_15_1//:fluent_bundle", "@raze__fluent_bundle__0_15_2//:fluent_bundle",
"@raze__unic_langid__0_9_0//:unic_langid", "@raze__unic_langid__0_9_0//:unic_langid",
], ],
) )

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -41,7 +42,6 @@ rust_library(
"default", "default",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [
@ -51,15 +51,15 @@ rust_library(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.15.1", version = "0.15.2",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__fluent_langneg__0_13_0//:fluent_langneg", "@raze__fluent_langneg__0_13_0//:fluent_langneg",
"@raze__fluent_syntax__0_11_0//:fluent_syntax", "@raze__fluent_syntax__0_11_0//:fluent_syntax",
"@raze__intl_memoizer__0_5_1//:intl_memoizer", "@raze__intl_memoizer__0_5_1//:intl_memoizer",
"@raze__intl_pluralrules__7_0_1//:intl_pluralrules", "@raze__intl_pluralrules__7_0_1//:intl_pluralrules",
"@raze__ouroboros__0_9_5//:ouroboros",
"@raze__rustc_hash__1_1_0//:rustc_hash", "@raze__rustc_hash__1_1_0//:rustc_hash",
"@raze__self_cell__0_10_0//:self_cell",
"@raze__smallvec__1_7_0//:smallvec", "@raze__smallvec__1_7_0//:smallvec",
"@raze__unic_langid__0_9_0//:unic_langid", "@raze__unic_langid__0_9_0//:unic_langid",
], ],

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -39,7 +40,6 @@ rust_library(
"default", "default",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -56,7 +57,7 @@ rust_binary(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":fluent_syntax", ":fluent_syntax",
"@raze__thiserror__1_0_29//:thiserror", "@raze__thiserror__1_0_30//:thiserror",
], ],
) )
@ -82,7 +83,7 @@ rust_binary(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":fluent_syntax", ":fluent_syntax",
"@raze__thiserror__1_0_29//:thiserror", "@raze__thiserror__1_0_30//:thiserror",
], ],
) )
@ -93,7 +94,6 @@ rust_library(
"default", "default",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [
@ -106,7 +106,7 @@ rust_library(
version = "0.11.0", version = "0.11.0",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__thiserror__1_0_29//:thiserror", "@raze__thiserror__1_0_30//:thiserror",
], ],
) )

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -38,7 +39,6 @@ rust_library(
"std", "std",
], ],
crate_root = "lib.rs", crate_root = "lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2015", edition = "2015",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -36,7 +37,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2015", edition = "2015",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -36,7 +37,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2015", edition = "2015",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -36,7 +37,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -36,7 +37,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2015", edition = "2015",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -42,7 +43,6 @@ rust_library(
"std", "std",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -77,7 +78,6 @@ rust_library(
"std", "std",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -71,7 +72,6 @@ rust_library(
"std", "std",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -39,7 +40,6 @@ rust_library(
"std", "std",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -37,7 +38,6 @@ rust_library(
"std", "std",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -60,13 +61,12 @@ cargo_build_script(
], ],
) )
rust_library( rust_proc_macro(
name = "futures_macro", name = "futures_macro",
srcs = glob(["**/*.rs"]), srcs = glob(["**/*.rs"]),
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "proc-macro",
data = [], data = [],
edition = "2018", edition = "2018",
proc_macro_deps = [ proc_macro_deps = [
@ -83,8 +83,8 @@ rust_library(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":futures_macro_build_script", ":futures_macro_build_script",
"@raze__proc_macro2__1_0_29//:proc_macro2", "@raze__proc_macro2__1_0_30//:proc_macro2",
"@raze__quote__1_0_9//:quote", "@raze__quote__1_0_10//:quote",
"@raze__syn__1_0_77//:syn", "@raze__syn__1_0_80//:syn",
], ],
) )

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -39,7 +40,6 @@ rust_library(
"std", "std",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -69,7 +70,6 @@ rust_library(
"std", "std",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -100,7 +101,6 @@ rust_library(
"std", "std",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
proc_macro_deps = [ proc_macro_deps = [
@ -127,6 +127,6 @@ rust_library(
"@raze__pin_project_lite__0_2_7//:pin_project_lite", "@raze__pin_project_lite__0_2_7//:pin_project_lite",
"@raze__pin_utils__0_1_0//:pin_utils", "@raze__pin_utils__0_1_0//:pin_utils",
"@raze__proc_macro_nested__0_1_7//:proc_macro_nested", "@raze__proc_macro_nested__0_1_7//:proc_macro_nested",
"@raze__slab__0_4_4//:slab", "@raze__slab__0_4_5//:slab",
], ],
) )

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -38,7 +39,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "lib.rs", crate_root = "lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2015", edition = "2015",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -66,7 +67,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2015", edition = "2015",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -36,7 +37,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2015", edition = "2015",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -60,12 +61,12 @@ cargo_build_script(
] + selects.with_or({ ] + selects.with_or({
# cfg(unix) # cfg(unix)
( (
"@rules_rust//rust/platform:x86_64-apple-darwin",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
"@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:aarch64-apple-darwin",
"@rules_rust//rust/platform:aarch64-apple-ios", "@rules_rust//rust/platform:aarch64-apple-ios",
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-darwin",
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [ ): [
], ],
"//conditions:default": [], "//conditions:default": [],
@ -83,7 +84,6 @@ rust_library(
"std", "std",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [
@ -101,14 +101,14 @@ rust_library(
] + selects.with_or({ ] + selects.with_or({
# cfg(unix) # cfg(unix)
( (
"@rules_rust//rust/platform:x86_64-apple-darwin",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
"@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:aarch64-apple-darwin",
"@rules_rust//rust/platform:aarch64-apple-ios", "@rules_rust//rust/platform:aarch64-apple-ios",
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-darwin",
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [ ): [
"@raze__libc__0_2_103//:libc", "@raze__libc__0_2_105//:libc",
], ],
"//conditions:default": [], "//conditions:default": [],
}), }),

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -41,7 +42,6 @@ rust_library(
"std", "std",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [
@ -58,14 +58,14 @@ rust_library(
] + selects.with_or({ ] + selects.with_or({
# cfg(unix) # cfg(unix)
( (
"@rules_rust//rust/platform:x86_64-apple-darwin",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
"@rules_rust//rust/platform:aarch64-apple-darwin", "@rules_rust//rust/platform:aarch64-apple-darwin",
"@rules_rust//rust/platform:aarch64-apple-ios", "@rules_rust//rust/platform:aarch64-apple-ios",
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-darwin",
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [ ): [
"@raze__libc__0_2_103//:libc", "@raze__libc__0_2_105//:libc",
], ],
"//conditions:default": [], "//conditions:default": [],
}), }),

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -42,7 +43,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [
@ -52,7 +52,7 @@ rust_library(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.3.6", version = "0.3.7",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__bytes__1_1_0//:bytes", "@raze__bytes__1_1_0//:bytes",
@ -62,9 +62,9 @@ rust_library(
"@raze__futures_util__0_3_17//:futures_util", "@raze__futures_util__0_3_17//:futures_util",
"@raze__http__0_2_5//:http", "@raze__http__0_2_5//:http",
"@raze__indexmap__1_7_0//:indexmap", "@raze__indexmap__1_7_0//:indexmap",
"@raze__slab__0_4_4//:slab", "@raze__slab__0_4_5//:slab",
"@raze__tokio__1_12_0//:tokio", "@raze__tokio__1_12_0//:tokio",
"@raze__tokio_util__0_6_8//:tokio_util", "@raze__tokio_util__0_6_8//:tokio_util",
"@raze__tracing__0_1_28//:tracing", "@raze__tracing__0_1_29//:tracing",
], ],
) )

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -42,7 +43,6 @@ rust_library(
"raw", "raw",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [
@ -55,7 +55,7 @@ rust_library(
version = "0.11.2", version = "0.11.2",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__ahash__0_7_4//:ahash", "@raze__ahash__0_7_6//:ahash",
], ],
) )

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -36,7 +37,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -36,7 +37,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -37,7 +38,6 @@ rust_library(
"default", "default",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [
@ -50,6 +50,6 @@ rust_library(
version = "0.1.19", version = "0.1.19",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__libc__0_2_103//:libc", "@raze__libc__0_2_105//:libc",
], ],
) )

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -41,7 +42,6 @@ rust_library(
"std", "std",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -56,9 +57,9 @@ cargo_build_script(
version = "0.25.1", version = "0.25.1",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
"@raze__proc_macro2__1_0_29//:proc_macro2", "@raze__proc_macro2__1_0_30//:proc_macro2",
"@raze__quote__1_0_9//:quote", "@raze__quote__1_0_10//:quote",
"@raze__syn__1_0_77//:syn", "@raze__syn__1_0_80//:syn",
], ],
) )
@ -80,7 +81,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -38,7 +39,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2015", edition = "2015",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -46,7 +47,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -36,7 +37,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [
@ -46,7 +46,7 @@ rust_library(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.4.3", version = "0.4.4",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__bytes__1_1_0//:bytes", "@raze__bytes__1_1_0//:bytes",

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -71,7 +72,6 @@ rust_library(
"std", "std",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2015", edition = "2015",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -36,7 +37,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -40,7 +41,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -77,8 +78,6 @@ licenses([
rust_library( rust_library(
name = "hyper", name = "hyper",
srcs = glob(["**/*.rs"]), srcs = glob(["**/*.rs"]),
aliases = {
},
crate_features = [ crate_features = [
"client", "client",
"default", "default",
@ -90,7 +89,6 @@ rust_library(
"tcp", "tcp",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [
@ -100,16 +98,16 @@ rust_library(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.14.13", version = "0.14.14",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__bytes__1_1_0//:bytes", "@raze__bytes__1_1_0//:bytes",
"@raze__futures_channel__0_3_17//:futures_channel", "@raze__futures_channel__0_3_17//:futures_channel",
"@raze__futures_core__0_3_17//:futures_core", "@raze__futures_core__0_3_17//:futures_core",
"@raze__futures_util__0_3_17//:futures_util", "@raze__futures_util__0_3_17//:futures_util",
"@raze__h2__0_3_6//:h2", "@raze__h2__0_3_7//:h2",
"@raze__http__0_2_5//:http", "@raze__http__0_2_5//:http",
"@raze__http_body__0_4_3//:http_body", "@raze__http_body__0_4_4//:http_body",
"@raze__httparse__1_5_1//:httparse", "@raze__httparse__1_5_1//:httparse",
"@raze__httpdate__1_0_1//:httpdate", "@raze__httpdate__1_0_1//:httpdate",
"@raze__itoa__0_4_8//:itoa", "@raze__itoa__0_4_8//:itoa",
@ -117,19 +115,9 @@ rust_library(
"@raze__socket2__0_4_2//:socket2", "@raze__socket2__0_4_2//:socket2",
"@raze__tokio__1_12_0//:tokio", "@raze__tokio__1_12_0//:tokio",
"@raze__tower_service__0_3_1//:tower_service", "@raze__tower_service__0_3_1//:tower_service",
"@raze__tracing__0_1_28//:tracing", "@raze__tracing__0_1_29//:tracing",
"@raze__want__0_3_0//:want", "@raze__want__0_3_0//:want",
] + selects.with_or({ ],
# cfg(any(target_os = "linux", target_os = "macos"))
(
"@rules_rust//rust/platform:aarch64-apple-darwin",
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-darwin",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
],
"//conditions:default": [],
}),
) )
# Unsupported target "hyper" with type "staticlib" omitted # Unsupported target "hyper" with type "staticlib" omitted

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -40,7 +41,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [
@ -54,7 +54,7 @@ rust_library(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__futures_util__0_3_17//:futures_util", "@raze__futures_util__0_3_17//:futures_util",
"@raze__hyper__0_14_13//:hyper", "@raze__hyper__0_14_14//:hyper",
"@raze__log__0_4_14//:log", "@raze__log__0_4_14//:log",
"@raze__rustls__0_19_1//:rustls", "@raze__rustls__0_19_1//:rustls",
"@raze__tokio__1_12_0//:tokio", "@raze__tokio__1_12_0//:tokio",

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -38,7 +39,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [
@ -51,7 +51,7 @@ rust_library(
version = "0.4.1", version = "0.4.1",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__hyper__0_14_13//:hyper", "@raze__hyper__0_14_14//:hyper",
"@raze__pin_project_lite__0_2_7//:pin_project_lite", "@raze__pin_project_lite__0_2_7//:pin_project_lite",
"@raze__tokio__1_12_0//:tokio", "@raze__tokio__1_12_0//:tokio",
"@raze__tokio_io_timeout__1_1_1//:tokio_io_timeout", "@raze__tokio_io_timeout__1_1_1//:tokio_io_timeout",

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -38,7 +39,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [
@ -52,7 +52,7 @@ rust_library(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__bytes__1_1_0//:bytes", "@raze__bytes__1_1_0//:bytes",
"@raze__hyper__0_14_13//:hyper", "@raze__hyper__0_14_14//:hyper",
"@raze__native_tls__0_2_8//:native_tls", "@raze__native_tls__0_2_8//:native_tls",
"@raze__tokio__1_12_0//:tokio", "@raze__tokio__1_12_0//:tokio",
"@raze__tokio_native_tls__0_3_0//:tokio_native_tls", "@raze__tokio_native_tls__0_3_0//:tokio_native_tls",

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -38,7 +39,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [
@ -52,7 +52,7 @@ rust_library(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__matches__0_1_9//:matches", "@raze__matches__0_1_9//:matches",
"@raze__unicode_bidi__0_3_6//:unicode_bidi", "@raze__unicode_bidi__0_3_7//:unicode_bidi",
"@raze__unicode_normalization__0_1_19//:unicode_normalization", "@raze__unicode_normalization__0_1_19//:unicode_normalization",
], ],
) )

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -72,7 +73,6 @@ rust_library(
"std", "std",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
rustc_flags = [ rustc_flags = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -36,7 +37,6 @@ rust_library(
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "lib",
data = [], data = [],
edition = "2018", edition = "2018",
proc_macro_deps = [ proc_macro_deps = [

View file

@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load # buildifier: disable=load
load( load(
"@rules_rust//rust:rust.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -30,13 +31,12 @@ licenses([
# Generated Targets # Generated Targets
rust_library( rust_proc_macro(
name = "indoc_impl", name = "indoc_impl",
srcs = glob(["**/*.rs"]), srcs = glob(["**/*.rs"]),
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
crate_type = "proc-macro",
data = [], data = [],
edition = "2018", edition = "2018",
proc_macro_deps = [ proc_macro_deps = [
@ -52,9 +52,9 @@ rust_library(
version = "0.3.6", version = "0.3.6",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__proc_macro2__1_0_29//:proc_macro2", "@raze__proc_macro2__1_0_30//:proc_macro2",
"@raze__quote__1_0_9//:quote", "@raze__quote__1_0_10//:quote",
"@raze__syn__1_0_77//:syn", "@raze__syn__1_0_80//:syn",
"@raze__unindent__0_1_7//:unindent", "@raze__unindent__0_1_7//:unindent",
], ],
) )

Some files were not shown because too many files have changed in this diff Show more