update rust deps
This commit is contained in:
parent
1aa4df061b
commit
4abf244101
|
@ -14,7 +14,7 @@ licenses([
|
|||
# Aliased targets
|
||||
alias(
|
||||
name = "askama",
|
||||
actual = "@raze__askama__0_10_3//:askama",
|
||||
actual = "@raze__askama__0_10_5//:askama",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
@ -68,7 +68,7 @@ alias(
|
|||
|
||||
alias(
|
||||
name = "env_logger",
|
||||
actual = "@raze__env_logger__0_8_1//:env_logger",
|
||||
actual = "@raze__env_logger__0_8_2//:env_logger",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
@ -212,7 +212,7 @@ alias(
|
|||
|
||||
alias(
|
||||
name = "pin_project",
|
||||
actual = "@raze__pin_project__1_0_1//:pin_project",
|
||||
actual = "@raze__pin_project__1_0_2//:pin_project",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
@ -428,7 +428,7 @@ alias(
|
|||
|
||||
alias(
|
||||
name = "unicode_normalization",
|
||||
actual = "@raze__unicode_normalization__0_1_14//:unicode_normalization",
|
||||
actual = "@raze__unicode_normalization__0_1_16//:unicode_normalization",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
|
|
@ -65,9 +65,9 @@ checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
|||
|
||||
[[package]]
|
||||
name = "askama"
|
||||
version = "0.10.3"
|
||||
version = "0.10.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "70a6e7ebd44d0047fd48206c83c5cd3214acc7b9d87f001da170145c47ef7d12"
|
||||
checksum = "d298738b6e47e1034e560e5afe63aa488fea34e25ec11b855a76f0d7b8e73134"
|
||||
dependencies = [
|
||||
"askama_derive",
|
||||
"askama_escape",
|
||||
|
@ -76,13 +76,12 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "askama_derive"
|
||||
version = "0.10.3"
|
||||
version = "0.10.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e1d7169690c4f56343dcd821ab834972a22570a2662a19a84fd7775d5e1c3881"
|
||||
checksum = "ca2925c4c290382f9d2fa3d1c1b6a63fa1427099721ecca4749b154cc9c25522"
|
||||
dependencies = [
|
||||
"askama_shared",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn",
|
||||
]
|
||||
|
||||
|
@ -94,13 +93,13 @@ checksum = "90c108c1a94380c89d2215d0ac54ce09796823cca0fd91b299cfff3b33e346fb"
|
|||
|
||||
[[package]]
|
||||
name = "askama_shared"
|
||||
version = "0.10.4"
|
||||
version = "0.11.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "62fc272363345c8cdc030e4c259d9d028237f8b057dc9bb327772a257bde6bb5"
|
||||
checksum = "2582b77e0f3c506ec4838a25fa8a5f97b9bed72bb6d3d272ea1c031d8bd373bc"
|
||||
dependencies = [
|
||||
"askama_escape",
|
||||
"humansize",
|
||||
"nom",
|
||||
"nom 6.0.0",
|
||||
"num-traits",
|
||||
"percent-encoding",
|
||||
"proc-macro2",
|
||||
|
@ -120,7 +119,7 @@ dependencies = [
|
|||
"flate2",
|
||||
"futures-core",
|
||||
"memchr",
|
||||
"pin-project-lite",
|
||||
"pin-project-lite 0.1.11",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -142,9 +141,9 @@ checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
|||
|
||||
[[package]]
|
||||
name = "backtrace"
|
||||
version = "0.3.54"
|
||||
version = "0.3.55"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2baad346b2d4e94a24347adeee9c7a93f412ee94b9cc26e5b59dea23848e9f28"
|
||||
checksum = "ef5140344c85b01f9bbb4d4b7288a8aa4b3287ccef913a14bcc78a1063623598"
|
||||
dependencies = [
|
||||
"addr2line",
|
||||
"cfg-if 1.0.0",
|
||||
|
@ -172,6 +171,18 @@ version = "1.2.1"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
||||
|
||||
[[package]]
|
||||
name = "bitvec"
|
||||
version = "0.19.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a7ba35e9565969edb811639dbebfe34edc0368e472c5018474c8eb2543397f81"
|
||||
dependencies = [
|
||||
"funty",
|
||||
"radium",
|
||||
"tap",
|
||||
"wyz",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "blake2b_simd"
|
||||
version = "0.5.11"
|
||||
|
@ -228,9 +239,9 @@ checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
|
|||
|
||||
[[package]]
|
||||
name = "cc"
|
||||
version = "1.0.62"
|
||||
version = "1.0.65"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f1770ced377336a88a67c473594ccc14eca6f4559217c34f64aac8f83d641b40"
|
||||
checksum = "95752358c8f7552394baf48cd82695b345628ad3f170d607de3ca03b8dacca15"
|
||||
|
||||
[[package]]
|
||||
name = "cfg-if"
|
||||
|
@ -417,12 +428,12 @@ dependencies = [
|
|||
"intl-memoizer",
|
||||
"itertools",
|
||||
"lazy_static",
|
||||
"nom",
|
||||
"nom 5.1.2",
|
||||
"num-format",
|
||||
"num-integer",
|
||||
"num_enum",
|
||||
"once_cell",
|
||||
"pin-project 1.0.1",
|
||||
"pin-project 1.0.2",
|
||||
"prost",
|
||||
"prost-build",
|
||||
"pyo3",
|
||||
|
@ -468,9 +479,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "env_logger"
|
||||
version = "0.8.1"
|
||||
version = "0.8.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "54532e3223c5af90a6a757c90b5c5521564b07e5e7a958681bcd2afad421cdcd"
|
||||
checksum = "f26ecb66b4bdca6c1409b40fb255eefc2bd4f6d135dab3c3124f80ffa2a9661e"
|
||||
dependencies = [
|
||||
"atty",
|
||||
"humantime",
|
||||
|
@ -618,6 +629,12 @@ version = "0.3.3"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
||||
|
||||
[[package]]
|
||||
name = "funty"
|
||||
version = "1.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0ba62103ce691c2fd80fbae2213dfdda9ce60804973ac6b6e97de818ea7f52c8"
|
||||
|
||||
[[package]]
|
||||
name = "futures"
|
||||
version = "0.3.8"
|
||||
|
@ -706,7 +723,7 @@ dependencies = [
|
|||
"futures-sink",
|
||||
"futures-task",
|
||||
"memchr",
|
||||
"pin-project 1.0.1",
|
||||
"pin-project 1.0.2",
|
||||
"pin-utils",
|
||||
"proc-macro-hack",
|
||||
"proc-macro-nested",
|
||||
|
@ -889,7 +906,7 @@ dependencies = [
|
|||
"httparse",
|
||||
"httpdate",
|
||||
"itoa",
|
||||
"pin-project 1.0.1",
|
||||
"pin-project 1.0.2",
|
||||
"socket2",
|
||||
"tokio",
|
||||
"tower-service",
|
||||
|
@ -983,9 +1000,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "instant"
|
||||
version = "0.1.8"
|
||||
version = "0.1.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cb1fc4429a33e1f80d41dc9fea4d108a88bec1de8053878898ae448a0b52f613"
|
||||
checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
]
|
||||
|
@ -1119,9 +1136,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "lock_api"
|
||||
version = "0.4.1"
|
||||
version = "0.4.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c"
|
||||
checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312"
|
||||
dependencies = [
|
||||
"scopeguard",
|
||||
]
|
||||
|
@ -1262,6 +1279,18 @@ dependencies = [
|
|||
"version_check",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "nom"
|
||||
version = "6.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4489ccc7d668957ddf64af7cd027c081728903afa6479d35da7e99bf5728f75f"
|
||||
dependencies = [
|
||||
"bitvec",
|
||||
"lexical-core",
|
||||
"memchr",
|
||||
"version_check",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "num-format"
|
||||
version = "0.4.0"
|
||||
|
@ -1370,9 +1399,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "parking_lot"
|
||||
version = "0.11.0"
|
||||
version = "0.11.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a4893845fa2ca272e647da5d0e46660a314ead9c2fdd9a883aabc32e481a8733"
|
||||
checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
|
||||
dependencies = [
|
||||
"instant",
|
||||
"lock_api",
|
||||
|
@ -1440,11 +1469,11 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "pin-project"
|
||||
version = "1.0.1"
|
||||
version = "1.0.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ee41d838744f60d959d7074e3afb6b35c7456d0f61cad38a24e35e6553f73841"
|
||||
checksum = "9ccc2237c2c489783abd8c4c80e5450fc0e98644555b1364da68cc29aa151ca7"
|
||||
dependencies = [
|
||||
"pin-project-internal 1.0.1",
|
||||
"pin-project-internal 1.0.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1460,9 +1489,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "pin-project-internal"
|
||||
version = "1.0.1"
|
||||
version = "1.0.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "81a4ffa594b66bff340084d4081df649a7dc049ac8d7fc458d8e628bfbbb2f86"
|
||||
checksum = "f8e8d2bf0b23038a4424865103a4df472855692821aab4e4f5c3312d461d9e5f"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
@ -1475,6 +1504,12 @@ version = "0.1.11"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b"
|
||||
|
||||
[[package]]
|
||||
name = "pin-project-lite"
|
||||
version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6b063f57ec186e6140e2b8b6921e5f1bd89c7356dda5b33acc5401203ca6131c"
|
||||
|
||||
[[package]]
|
||||
name = "pin-utils"
|
||||
version = "0.1.0"
|
||||
|
@ -1620,6 +1655,12 @@ dependencies = [
|
|||
"proc-macro2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "radium"
|
||||
version = "0.5.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8"
|
||||
|
||||
[[package]]
|
||||
name = "rand"
|
||||
version = "0.7.3"
|
||||
|
@ -1750,7 +1791,7 @@ dependencies = [
|
|||
"mime_guess",
|
||||
"native-tls",
|
||||
"percent-encoding",
|
||||
"pin-project-lite",
|
||||
"pin-project-lite 0.1.11",
|
||||
"rustls",
|
||||
"serde",
|
||||
"serde_json",
|
||||
|
@ -1769,9 +1810,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ring"
|
||||
version = "0.16.15"
|
||||
version = "0.16.17"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "952cd6b98c85bbc30efa1ba5783b8abf12fec8b3287ffa52605b9432313e34e4"
|
||||
checksum = "c5911690c9b773bab7e657471afc207f3827b249a657241327e3544d79bcabdd"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"libc",
|
||||
|
@ -2052,17 +2093,17 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "smallvec"
|
||||
version = "1.4.2"
|
||||
version = "1.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252"
|
||||
checksum = "7acad6f34eb9e8a259d3283d1e8c1d34d7415943d4895f65cc73813c7396fc85"
|
||||
|
||||
[[package]]
|
||||
name = "socket2"
|
||||
version = "0.3.16"
|
||||
version = "0.3.17"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7fd8b795c389288baa5f355489c65e71fd48a02104600d15c4cfbc561e9e429d"
|
||||
checksum = "2c29947abdee2a218277abeca306f25789c938e500ea5a9d4b12a5a504466902"
|
||||
dependencies = [
|
||||
"cfg-if 0.1.10",
|
||||
"cfg-if 1.0.0",
|
||||
"libc",
|
||||
"redox_syscall",
|
||||
"winapi 0.3.9",
|
||||
|
@ -2094,9 +2135,9 @@ checksum = "343f3f510c2915908f155e94f17220b19ccfacf2a64a2a5d8004f2c3e311e7fd"
|
|||
|
||||
[[package]]
|
||||
name = "syn"
|
||||
version = "1.0.48"
|
||||
version = "1.0.51"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cc371affeffc477f42a221a1e4297aedcea33d47d19b61455588bd9d8f6b19ac"
|
||||
checksum = "3b4f34193997d92804d359ed09953e25d5138df6bcc055a71bf68ee89fdf9223"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
@ -2121,6 +2162,12 @@ version = "0.2.2"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"
|
||||
|
||||
[[package]]
|
||||
name = "tap"
|
||||
version = "1.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "36474e732d1affd3a6ed582781b3683df3d0563714c59c39591e8ff707cf078e"
|
||||
|
||||
[[package]]
|
||||
name = "tempfile"
|
||||
version = "3.1.0"
|
||||
|
@ -2147,9 +2194,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "termcolor"
|
||||
version = "1.1.0"
|
||||
version = "1.1.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
|
||||
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
|
||||
dependencies = [
|
||||
"winapi-util",
|
||||
]
|
||||
|
@ -2202,9 +2249,9 @@ checksum = "29738eedb4388d9ea620eeab9384884fc3f06f586a2eddb56bedc5885126c7c1"
|
|||
|
||||
[[package]]
|
||||
name = "tinyvec"
|
||||
version = "1.0.1"
|
||||
version = "1.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b78a366903f506d2ad52ca8dc552102ffdd3e937ba8a227f024dc1d1eae28575"
|
||||
checksum = "ccf8dbc19eb42fba10e8feaaec282fb50e2c14b2726d6301dbfeed0f73306a6f"
|
||||
dependencies = [
|
||||
"tinyvec_macros",
|
||||
]
|
||||
|
@ -2229,7 +2276,7 @@ dependencies = [
|
|||
"memchr",
|
||||
"mio",
|
||||
"num_cpus",
|
||||
"pin-project-lite",
|
||||
"pin-project-lite 0.1.11",
|
||||
"slab",
|
||||
]
|
||||
|
||||
|
@ -2287,7 +2334,7 @@ dependencies = [
|
|||
"futures-core",
|
||||
"futures-sink",
|
||||
"log",
|
||||
"pin-project-lite",
|
||||
"pin-project-lite 0.1.11",
|
||||
"tokio",
|
||||
]
|
||||
|
||||
|
@ -2308,13 +2355,13 @@ checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"
|
|||
|
||||
[[package]]
|
||||
name = "tracing"
|
||||
version = "0.1.21"
|
||||
version = "0.1.22"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b0987850db3733619253fe60e17cb59b82d37c7e6c0236bb81e4d6b87c879f27"
|
||||
checksum = "9f47026cdc4080c07e49b37087de021820269d996f581aac150ef9e5583eefe3"
|
||||
dependencies = [
|
||||
"cfg-if 0.1.10",
|
||||
"cfg-if 1.0.0",
|
||||
"log",
|
||||
"pin-project-lite",
|
||||
"pin-project-lite 0.2.0",
|
||||
"tracing-core",
|
||||
]
|
||||
|
||||
|
@ -2421,9 +2468,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "unicode-normalization"
|
||||
version = "0.1.14"
|
||||
version = "0.1.16"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b7f98e67a4d84f730d343392f9bfff7d21e3fca562b9cb7a43b768350beeddc6"
|
||||
checksum = "a13e63ab62dbe32aeee58d1c5408d35c36c392bba5d9d3142287219721afe606"
|
||||
dependencies = [
|
||||
"tinyvec",
|
||||
]
|
||||
|
@ -2677,6 +2724,12 @@ dependencies = [
|
|||
"winapi-build",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wyz"
|
||||
version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"
|
||||
|
||||
[[package]]
|
||||
name = "zip"
|
||||
version = "0.5.6"
|
||||
|
|
260
cargo/crates.bzl
260
cargo/crates.bzl
|
@ -103,22 +103,22 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__askama__0_10_3",
|
||||
url = "https://crates.io/api/v1/crates/askama/0.10.3/download",
|
||||
name = "raze__askama__0_10_5",
|
||||
url = "https://crates.io/api/v1/crates/askama/0.10.5/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "70a6e7ebd44d0047fd48206c83c5cd3214acc7b9d87f001da170145c47ef7d12",
|
||||
strip_prefix = "askama-0.10.3",
|
||||
build_file = Label("//cargo/remote:BUILD.askama-0.10.3.bazel"),
|
||||
sha256 = "d298738b6e47e1034e560e5afe63aa488fea34e25ec11b855a76f0d7b8e73134",
|
||||
strip_prefix = "askama-0.10.5",
|
||||
build_file = Label("//cargo/remote:BUILD.askama-0.10.5.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__askama_derive__0_10_3",
|
||||
url = "https://crates.io/api/v1/crates/askama_derive/0.10.3/download",
|
||||
name = "raze__askama_derive__0_10_5",
|
||||
url = "https://crates.io/api/v1/crates/askama_derive/0.10.5/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "e1d7169690c4f56343dcd821ab834972a22570a2662a19a84fd7775d5e1c3881",
|
||||
strip_prefix = "askama_derive-0.10.3",
|
||||
build_file = Label("//cargo/remote:BUILD.askama_derive-0.10.3.bazel"),
|
||||
sha256 = "ca2925c4c290382f9d2fa3d1c1b6a63fa1427099721ecca4749b154cc9c25522",
|
||||
strip_prefix = "askama_derive-0.10.5",
|
||||
build_file = Label("//cargo/remote:BUILD.askama_derive-0.10.5.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
@ -133,12 +133,12 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__askama_shared__0_10_4",
|
||||
url = "https://crates.io/api/v1/crates/askama_shared/0.10.4/download",
|
||||
name = "raze__askama_shared__0_11_1",
|
||||
url = "https://crates.io/api/v1/crates/askama_shared/0.11.1/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "62fc272363345c8cdc030e4c259d9d028237f8b057dc9bb327772a257bde6bb5",
|
||||
strip_prefix = "askama_shared-0.10.4",
|
||||
build_file = Label("//cargo/remote:BUILD.askama_shared-0.10.4.bazel"),
|
||||
sha256 = "2582b77e0f3c506ec4838a25fa8a5f97b9bed72bb6d3d272ea1c031d8bd373bc",
|
||||
strip_prefix = "askama_shared-0.11.1",
|
||||
build_file = Label("//cargo/remote:BUILD.askama_shared-0.11.1.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
@ -173,12 +173,12 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__backtrace__0_3_54",
|
||||
url = "https://crates.io/api/v1/crates/backtrace/0.3.54/download",
|
||||
name = "raze__backtrace__0_3_55",
|
||||
url = "https://crates.io/api/v1/crates/backtrace/0.3.55/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "2baad346b2d4e94a24347adeee9c7a93f412ee94b9cc26e5b59dea23848e9f28",
|
||||
strip_prefix = "backtrace-0.3.54",
|
||||
build_file = Label("//cargo/remote:BUILD.backtrace-0.3.54.bazel"),
|
||||
sha256 = "ef5140344c85b01f9bbb4d4b7288a8aa4b3287ccef913a14bcc78a1063623598",
|
||||
strip_prefix = "backtrace-0.3.55",
|
||||
build_file = Label("//cargo/remote:BUILD.backtrace-0.3.55.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
@ -211,6 +211,16 @@ def raze_fetch_remote_crates():
|
|||
build_file = Label("//cargo/remote:BUILD.bitflags-1.2.1.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__bitvec__0_19_4",
|
||||
url = "https://crates.io/api/v1/crates/bitvec/0.19.4/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "a7ba35e9565969edb811639dbebfe34edc0368e472c5018474c8eb2543397f81",
|
||||
strip_prefix = "bitvec-0.19.4",
|
||||
build_file = Label("//cargo/remote:BUILD.bitvec-0.19.4.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__blake2b_simd__0_5_11",
|
||||
|
@ -273,12 +283,12 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__cc__1_0_62",
|
||||
url = "https://crates.io/api/v1/crates/cc/1.0.62/download",
|
||||
name = "raze__cc__1_0_65",
|
||||
url = "https://crates.io/api/v1/crates/cc/1.0.65/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "f1770ced377336a88a67c473594ccc14eca6f4559217c34f64aac8f83d641b40",
|
||||
strip_prefix = "cc-1.0.62",
|
||||
build_file = Label("//cargo/remote:BUILD.cc-1.0.62.bazel"),
|
||||
sha256 = "95752358c8f7552394baf48cd82695b345628ad3f170d607de3ca03b8dacca15",
|
||||
strip_prefix = "cc-1.0.65",
|
||||
build_file = Label("//cargo/remote:BUILD.cc-1.0.65.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
@ -483,12 +493,12 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__env_logger__0_8_1",
|
||||
url = "https://crates.io/api/v1/crates/env_logger/0.8.1/download",
|
||||
name = "raze__env_logger__0_8_2",
|
||||
url = "https://crates.io/api/v1/crates/env_logger/0.8.2/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "54532e3223c5af90a6a757c90b5c5521564b07e5e7a958681bcd2afad421cdcd",
|
||||
strip_prefix = "env_logger-0.8.1",
|
||||
build_file = Label("//cargo/remote:BUILD.env_logger-0.8.1.bazel"),
|
||||
sha256 = "f26ecb66b4bdca6c1409b40fb255eefc2bd4f6d135dab3c3124f80ffa2a9661e",
|
||||
strip_prefix = "env_logger-0.8.2",
|
||||
build_file = Label("//cargo/remote:BUILD.env_logger-0.8.2.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
@ -651,6 +661,16 @@ def raze_fetch_remote_crates():
|
|||
build_file = Label("//cargo/remote:BUILD.fuchsia-zircon-sys-0.3.3.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__funty__1_0_1",
|
||||
url = "https://crates.io/api/v1/crates/funty/1.0.1/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "0ba62103ce691c2fd80fbae2213dfdda9ce60804973ac6b6e97de818ea7f52c8",
|
||||
strip_prefix = "funty-1.0.1",
|
||||
build_file = Label("//cargo/remote:BUILD.funty-1.0.1.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__futures__0_3_8",
|
||||
|
@ -1003,12 +1023,12 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__instant__0_1_8",
|
||||
url = "https://crates.io/api/v1/crates/instant/0.1.8/download",
|
||||
name = "raze__instant__0_1_9",
|
||||
url = "https://crates.io/api/v1/crates/instant/0.1.9/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "cb1fc4429a33e1f80d41dc9fea4d108a88bec1de8053878898ae448a0b52f613",
|
||||
strip_prefix = "instant-0.1.8",
|
||||
build_file = Label("//cargo/remote:BUILD.instant-0.1.8.bazel"),
|
||||
sha256 = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec",
|
||||
strip_prefix = "instant-0.1.9",
|
||||
build_file = Label("//cargo/remote:BUILD.instant-0.1.9.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
@ -1153,12 +1173,12 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__lock_api__0_4_1",
|
||||
url = "https://crates.io/api/v1/crates/lock_api/0.4.1/download",
|
||||
name = "raze__lock_api__0_4_2",
|
||||
url = "https://crates.io/api/v1/crates/lock_api/0.4.2/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c",
|
||||
strip_prefix = "lock_api-0.4.1",
|
||||
build_file = Label("//cargo/remote:BUILD.lock_api-0.4.1.bazel"),
|
||||
sha256 = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312",
|
||||
strip_prefix = "lock_api-0.4.2",
|
||||
build_file = Label("//cargo/remote:BUILD.lock_api-0.4.2.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
@ -1301,6 +1321,16 @@ def raze_fetch_remote_crates():
|
|||
build_file = Label("//cargo/remote:BUILD.nom-5.1.2.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__nom__6_0_0",
|
||||
url = "https://crates.io/api/v1/crates/nom/6.0.0/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "4489ccc7d668957ddf64af7cd027c081728903afa6479d35da7e99bf5728f75f",
|
||||
strip_prefix = "nom-6.0.0",
|
||||
build_file = Label("//cargo/remote:BUILD.nom-6.0.0.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__num_format__0_4_0",
|
||||
|
@ -1413,12 +1443,12 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__parking_lot__0_11_0",
|
||||
url = "https://crates.io/api/v1/crates/parking_lot/0.11.0/download",
|
||||
name = "raze__parking_lot__0_11_1",
|
||||
url = "https://crates.io/api/v1/crates/parking_lot/0.11.1/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "a4893845fa2ca272e647da5d0e46660a314ead9c2fdd9a883aabc32e481a8733",
|
||||
strip_prefix = "parking_lot-0.11.0",
|
||||
build_file = Label("//cargo/remote:BUILD.parking_lot-0.11.0.bazel"),
|
||||
sha256 = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb",
|
||||
strip_prefix = "parking_lot-0.11.1",
|
||||
build_file = Label("//cargo/remote:BUILD.parking_lot-0.11.1.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
@ -1483,12 +1513,12 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__pin_project__1_0_1",
|
||||
url = "https://crates.io/api/v1/crates/pin-project/1.0.1/download",
|
||||
name = "raze__pin_project__1_0_2",
|
||||
url = "https://crates.io/api/v1/crates/pin-project/1.0.2/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "ee41d838744f60d959d7074e3afb6b35c7456d0f61cad38a24e35e6553f73841",
|
||||
strip_prefix = "pin-project-1.0.1",
|
||||
build_file = Label("//cargo/remote:BUILD.pin-project-1.0.1.bazel"),
|
||||
sha256 = "9ccc2237c2c489783abd8c4c80e5450fc0e98644555b1364da68cc29aa151ca7",
|
||||
strip_prefix = "pin-project-1.0.2",
|
||||
build_file = Label("//cargo/remote:BUILD.pin-project-1.0.2.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
@ -1503,12 +1533,12 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__pin_project_internal__1_0_1",
|
||||
url = "https://crates.io/api/v1/crates/pin-project-internal/1.0.1/download",
|
||||
name = "raze__pin_project_internal__1_0_2",
|
||||
url = "https://crates.io/api/v1/crates/pin-project-internal/1.0.2/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "81a4ffa594b66bff340084d4081df649a7dc049ac8d7fc458d8e628bfbbb2f86",
|
||||
strip_prefix = "pin-project-internal-1.0.1",
|
||||
build_file = Label("//cargo/remote:BUILD.pin-project-internal-1.0.1.bazel"),
|
||||
sha256 = "f8e8d2bf0b23038a4424865103a4df472855692821aab4e4f5c3312d461d9e5f",
|
||||
strip_prefix = "pin-project-internal-1.0.2",
|
||||
build_file = Label("//cargo/remote:BUILD.pin-project-internal-1.0.2.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
@ -1521,6 +1551,16 @@ def raze_fetch_remote_crates():
|
|||
build_file = Label("//cargo/remote:BUILD.pin-project-lite-0.1.11.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__pin_project_lite__0_2_0",
|
||||
url = "https://crates.io/api/v1/crates/pin-project-lite/0.2.0/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "6b063f57ec186e6140e2b8b6921e5f1bd89c7356dda5b33acc5401203ca6131c",
|
||||
strip_prefix = "pin-project-lite-0.2.0",
|
||||
build_file = Label("//cargo/remote:BUILD.pin-project-lite-0.2.0.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__pin_utils__0_1_0",
|
||||
|
@ -1681,6 +1721,16 @@ def raze_fetch_remote_crates():
|
|||
build_file = Label("//cargo/remote:BUILD.quote-1.0.7.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__radium__0_5_3",
|
||||
url = "https://crates.io/api/v1/crates/radium/0.5.3/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8",
|
||||
strip_prefix = "radium-0.5.3",
|
||||
build_file = Label("//cargo/remote:BUILD.radium-0.5.3.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__rand__0_7_3",
|
||||
|
@ -1803,12 +1853,12 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__ring__0_16_15",
|
||||
url = "https://crates.io/api/v1/crates/ring/0.16.15/download",
|
||||
name = "raze__ring__0_16_17",
|
||||
url = "https://crates.io/api/v1/crates/ring/0.16.17/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "952cd6b98c85bbc30efa1ba5783b8abf12fec8b3287ffa52605b9432313e34e4",
|
||||
strip_prefix = "ring-0.16.15",
|
||||
build_file = Label("//cargo/remote:BUILD.ring-0.16.15.bazel"),
|
||||
sha256 = "c5911690c9b773bab7e657471afc207f3827b249a657241327e3544d79bcabdd",
|
||||
strip_prefix = "ring-0.16.17",
|
||||
build_file = Label("//cargo/remote:BUILD.ring-0.16.17.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
@ -2073,22 +2123,22 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__smallvec__1_4_2",
|
||||
url = "https://crates.io/api/v1/crates/smallvec/1.4.2/download",
|
||||
name = "raze__smallvec__1_5_0",
|
||||
url = "https://crates.io/api/v1/crates/smallvec/1.5.0/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252",
|
||||
strip_prefix = "smallvec-1.4.2",
|
||||
build_file = Label("//cargo/remote:BUILD.smallvec-1.4.2.bazel"),
|
||||
sha256 = "7acad6f34eb9e8a259d3283d1e8c1d34d7415943d4895f65cc73813c7396fc85",
|
||||
strip_prefix = "smallvec-1.5.0",
|
||||
build_file = Label("//cargo/remote:BUILD.smallvec-1.5.0.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__socket2__0_3_16",
|
||||
url = "https://crates.io/api/v1/crates/socket2/0.3.16/download",
|
||||
name = "raze__socket2__0_3_17",
|
||||
url = "https://crates.io/api/v1/crates/socket2/0.3.17/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "7fd8b795c389288baa5f355489c65e71fd48a02104600d15c4cfbc561e9e429d",
|
||||
strip_prefix = "socket2-0.3.16",
|
||||
build_file = Label("//cargo/remote:BUILD.socket2-0.3.16.bazel"),
|
||||
sha256 = "2c29947abdee2a218277abeca306f25789c938e500ea5a9d4b12a5a504466902",
|
||||
strip_prefix = "socket2-0.3.17",
|
||||
build_file = Label("//cargo/remote:BUILD.socket2-0.3.17.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
@ -2133,12 +2183,12 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__syn__1_0_48",
|
||||
url = "https://crates.io/api/v1/crates/syn/1.0.48/download",
|
||||
name = "raze__syn__1_0_51",
|
||||
url = "https://crates.io/api/v1/crates/syn/1.0.51/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "cc371affeffc477f42a221a1e4297aedcea33d47d19b61455588bd9d8f6b19ac",
|
||||
strip_prefix = "syn-1.0.48",
|
||||
build_file = Label("//cargo/remote:BUILD.syn-1.0.48.bazel"),
|
||||
sha256 = "3b4f34193997d92804d359ed09953e25d5138df6bcc055a71bf68ee89fdf9223",
|
||||
strip_prefix = "syn-1.0.51",
|
||||
build_file = Label("//cargo/remote:BUILD.syn-1.0.51.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
@ -2161,6 +2211,16 @@ def raze_fetch_remote_crates():
|
|||
build_file = Label("//cargo/remote:BUILD.take_mut-0.2.2.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__tap__1_0_0",
|
||||
url = "https://crates.io/api/v1/crates/tap/1.0.0/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "36474e732d1affd3a6ed582781b3683df3d0563714c59c39591e8ff707cf078e",
|
||||
strip_prefix = "tap-1.0.0",
|
||||
build_file = Label("//cargo/remote:BUILD.tap-1.0.0.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__tempfile__3_1_0",
|
||||
|
@ -2183,12 +2243,12 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__termcolor__1_1_0",
|
||||
url = "https://crates.io/api/v1/crates/termcolor/1.1.0/download",
|
||||
name = "raze__termcolor__1_1_2",
|
||||
url = "https://crates.io/api/v1/crates/termcolor/1.1.2/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f",
|
||||
strip_prefix = "termcolor-1.1.0",
|
||||
build_file = Label("//cargo/remote:BUILD.termcolor-1.1.0.bazel"),
|
||||
sha256 = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4",
|
||||
strip_prefix = "termcolor-1.1.2",
|
||||
build_file = Label("//cargo/remote:BUILD.termcolor-1.1.2.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
@ -2243,12 +2303,12 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__tinyvec__1_0_1",
|
||||
url = "https://crates.io/api/v1/crates/tinyvec/1.0.1/download",
|
||||
name = "raze__tinyvec__1_1_0",
|
||||
url = "https://crates.io/api/v1/crates/tinyvec/1.1.0/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "b78a366903f506d2ad52ca8dc552102ffdd3e937ba8a227f024dc1d1eae28575",
|
||||
strip_prefix = "tinyvec-1.0.1",
|
||||
build_file = Label("//cargo/remote:BUILD.tinyvec-1.0.1.bazel"),
|
||||
sha256 = "ccf8dbc19eb42fba10e8feaaec282fb50e2c14b2726d6301dbfeed0f73306a6f",
|
||||
strip_prefix = "tinyvec-1.1.0",
|
||||
build_file = Label("//cargo/remote:BUILD.tinyvec-1.1.0.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
@ -2343,12 +2403,12 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__tracing__0_1_21",
|
||||
url = "https://crates.io/api/v1/crates/tracing/0.1.21/download",
|
||||
name = "raze__tracing__0_1_22",
|
||||
url = "https://crates.io/api/v1/crates/tracing/0.1.22/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "b0987850db3733619253fe60e17cb59b82d37c7e6c0236bb81e4d6b87c879f27",
|
||||
strip_prefix = "tracing-0.1.21",
|
||||
build_file = Label("//cargo/remote:BUILD.tracing-0.1.21.bazel"),
|
||||
sha256 = "9f47026cdc4080c07e49b37087de021820269d996f581aac150ef9e5583eefe3",
|
||||
strip_prefix = "tracing-0.1.22",
|
||||
build_file = Label("//cargo/remote:BUILD.tracing-0.1.22.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
@ -2463,12 +2523,12 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__unicode_normalization__0_1_14",
|
||||
url = "https://crates.io/api/v1/crates/unicode-normalization/0.1.14/download",
|
||||
name = "raze__unicode_normalization__0_1_16",
|
||||
url = "https://crates.io/api/v1/crates/unicode-normalization/0.1.16/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "b7f98e67a4d84f730d343392f9bfff7d21e3fca562b9cb7a43b768350beeddc6",
|
||||
strip_prefix = "unicode-normalization-0.1.14",
|
||||
build_file = Label("//cargo/remote:BUILD.unicode-normalization-0.1.14.bazel"),
|
||||
sha256 = "a13e63ab62dbe32aeee58d1c5408d35c36c392bba5d9d3142287219721afe606",
|
||||
strip_prefix = "unicode-normalization-0.1.16",
|
||||
build_file = Label("//cargo/remote:BUILD.unicode-normalization-0.1.16.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
@ -2761,6 +2821,16 @@ def raze_fetch_remote_crates():
|
|||
build_file = Label("//cargo/remote:BUILD.ws2_32-sys-0.2.1.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__wyz__0_2_0",
|
||||
url = "https://crates.io/api/v1/crates/wyz/0.2.0/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214",
|
||||
strip_prefix = "wyz-0.2.0",
|
||||
build_file = Label("//cargo/remote:BUILD.wyz-0.2.0.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__zip__0_5_6",
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
},
|
||||
{
|
||||
"name": "askama",
|
||||
"version": "0.10.3",
|
||||
"version": "0.10.5",
|
||||
"authors": "Dirkjan Ochtman <dirkjan@ochtman.nl>",
|
||||
"repository": "https://github.com/djc/askama",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
|
@ -91,7 +91,7 @@
|
|||
},
|
||||
{
|
||||
"name": "askama_derive",
|
||||
"version": "0.10.3",
|
||||
"version": "0.10.5",
|
||||
"authors": "Dirkjan Ochtman <dirkjan@ochtman.nl>",
|
||||
"repository": "https://github.com/djc/askama",
|
||||
"license": "Apache-2.0/MIT",
|
||||
|
@ -109,7 +109,7 @@
|
|||
},
|
||||
{
|
||||
"name": "askama_shared",
|
||||
"version": "0.10.4",
|
||||
"version": "0.11.1",
|
||||
"authors": "Dirkjan Ochtman <dirkjan@ochtman.nl>",
|
||||
"repository": "https://github.com/djc/askama",
|
||||
"license": "Apache-2.0/MIT",
|
||||
|
@ -145,7 +145,7 @@
|
|||
},
|
||||
{
|
||||
"name": "backtrace",
|
||||
"version": "0.3.54",
|
||||
"version": "0.3.55",
|
||||
"authors": "The Rust Project Developers",
|
||||
"repository": "https://github.com/rust-lang/backtrace-rs",
|
||||
"license": "Apache-2.0/MIT",
|
||||
|
@ -179,6 +179,15 @@
|
|||
"license_file": null,
|
||||
"description": "A macro to generate structures which behave like bitflags."
|
||||
},
|
||||
{
|
||||
"name": "bitvec",
|
||||
"version": "0.19.4",
|
||||
"authors": "myrrlyn <self@myrrlyn.dev>",
|
||||
"repository": "https://github.com/myrrlyn/bitvec",
|
||||
"license": "MIT",
|
||||
"license_file": null,
|
||||
"description": "A crate for manipulating memory, bit by bit"
|
||||
},
|
||||
{
|
||||
"name": "blake2b_simd",
|
||||
"version": "0.5.11",
|
||||
|
@ -235,7 +244,7 @@
|
|||
},
|
||||
{
|
||||
"name": "cc",
|
||||
"version": "1.0.62",
|
||||
"version": "1.0.65",
|
||||
"authors": "Alex Crichton <alex@alexcrichton.com>",
|
||||
"repository": "https://github.com/alexcrichton/cc-rs",
|
||||
"license": "Apache-2.0/MIT",
|
||||
|
@ -433,7 +442,7 @@
|
|||
},
|
||||
{
|
||||
"name": "env_logger",
|
||||
"version": "0.8.1",
|
||||
"version": "0.8.2",
|
||||
"authors": "The Rust Project Developers",
|
||||
"repository": "https://github.com/env-logger-rs/env_logger/",
|
||||
"license": "Apache-2.0/MIT",
|
||||
|
@ -584,6 +593,15 @@
|
|||
"license_file": null,
|
||||
"description": "Low-level Rust bindings for the Zircon kernel"
|
||||
},
|
||||
{
|
||||
"name": "funty",
|
||||
"version": "1.0.1",
|
||||
"authors": "myrrlyn <self@myrrlyn.dev>",
|
||||
"repository": "https://github.com/myrrlyn/funty",
|
||||
"license": "MIT",
|
||||
"license_file": null,
|
||||
"description": "Trait generalization over the primitive types"
|
||||
},
|
||||
{
|
||||
"name": "futures",
|
||||
"version": "0.3.8",
|
||||
|
@ -901,7 +919,7 @@
|
|||
},
|
||||
{
|
||||
"name": "instant",
|
||||
"version": "0.1.8",
|
||||
"version": "0.1.9",
|
||||
"authors": "sebcrozet <developer@crozet.re>",
|
||||
"repository": "https://github.com/sebcrozet/instant",
|
||||
"license": "BSD-3-Clause",
|
||||
|
@ -1036,7 +1054,7 @@
|
|||
},
|
||||
{
|
||||
"name": "lock_api",
|
||||
"version": "0.4.1",
|
||||
"version": "0.4.2",
|
||||
"authors": "Amanieu d'Antras <amanieu@gmail.com>",
|
||||
"repository": "https://github.com/Amanieu/parking_lot",
|
||||
"license": "Apache-2.0/MIT",
|
||||
|
@ -1169,6 +1187,15 @@
|
|||
"license_file": null,
|
||||
"description": "A byte-oriented, zero-copy, parser combinators library"
|
||||
},
|
||||
{
|
||||
"name": "nom",
|
||||
"version": "6.0.0",
|
||||
"authors": "contact@geoffroycouprie.com",
|
||||
"repository": "https://github.com/Geal/nom",
|
||||
"license": "MIT",
|
||||
"license_file": null,
|
||||
"description": "A byte-oriented, zero-copy, parser combinators library"
|
||||
},
|
||||
{
|
||||
"name": "num-format",
|
||||
"version": "0.4.0",
|
||||
|
@ -1270,7 +1297,7 @@
|
|||
},
|
||||
{
|
||||
"name": "parking_lot",
|
||||
"version": "0.11.0",
|
||||
"version": "0.11.1",
|
||||
"authors": "Amanieu d'Antras <amanieu@gmail.com>",
|
||||
"repository": "https://github.com/Amanieu/parking_lot",
|
||||
"license": "Apache-2.0/MIT",
|
||||
|
@ -1333,7 +1360,7 @@
|
|||
},
|
||||
{
|
||||
"name": "pin-project",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"authors": "Taiki Endo <te316e89@gmail.com>",
|
||||
"repository": "https://github.com/taiki-e/pin-project",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -1351,7 +1378,7 @@
|
|||
},
|
||||
{
|
||||
"name": "pin-project-internal",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"authors": "Taiki Endo <te316e89@gmail.com>",
|
||||
"repository": "https://github.com/taiki-e/pin-project",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -1367,6 +1394,15 @@
|
|||
"license_file": null,
|
||||
"description": "A lightweight version of pin-project written with declarative macros."
|
||||
},
|
||||
{
|
||||
"name": "pin-project-lite",
|
||||
"version": "0.2.0",
|
||||
"authors": "Taiki Endo <te316e89@gmail.com>",
|
||||
"repository": "https://github.com/taiki-e/pin-project-lite",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"license_file": null,
|
||||
"description": "A lightweight version of pin-project written with declarative macros."
|
||||
},
|
||||
{
|
||||
"name": "pin-utils",
|
||||
"version": "0.1.0",
|
||||
|
@ -1511,6 +1547,15 @@
|
|||
"license_file": null,
|
||||
"description": "Quasi-quoting macro quote!(...)"
|
||||
},
|
||||
{
|
||||
"name": "radium",
|
||||
"version": "0.5.3",
|
||||
"authors": "Nika Layzell <nika@thelayzells.com>|myrrlyn <self@myrrlyn.dev>",
|
||||
"repository": "https://github.com/mystor/radium",
|
||||
"license": "MIT",
|
||||
"license_file": null,
|
||||
"description": "Helper traits for working with maybe-atomic values"
|
||||
},
|
||||
{
|
||||
"name": "rand",
|
||||
"version": "0.7.3",
|
||||
|
@ -1621,7 +1666,7 @@
|
|||
},
|
||||
{
|
||||
"name": "ring",
|
||||
"version": "0.16.15",
|
||||
"version": "0.16.17",
|
||||
"authors": "Brian Smith <brian@briansmith.org>",
|
||||
"repository": "https://github.com/briansmith/ring",
|
||||
"license": null,
|
||||
|
@ -1864,7 +1909,7 @@
|
|||
},
|
||||
{
|
||||
"name": "smallvec",
|
||||
"version": "1.4.2",
|
||||
"version": "1.5.0",
|
||||
"authors": "The Servo Project Developers",
|
||||
"repository": "https://github.com/servo/rust-smallvec",
|
||||
"license": "Apache-2.0/MIT",
|
||||
|
@ -1873,7 +1918,7 @@
|
|||
},
|
||||
{
|
||||
"name": "socket2",
|
||||
"version": "0.3.16",
|
||||
"version": "0.3.17",
|
||||
"authors": "Alex Crichton <alex@alexcrichton.com>",
|
||||
"repository": "https://github.com/alexcrichton/socket2-rs",
|
||||
"license": "Apache-2.0/MIT",
|
||||
|
@ -1918,7 +1963,7 @@
|
|||
},
|
||||
{
|
||||
"name": "syn",
|
||||
"version": "1.0.48",
|
||||
"version": "1.0.51",
|
||||
"authors": "David Tolnay <dtolnay@gmail.com>",
|
||||
"repository": "https://github.com/dtolnay/syn",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
|
@ -1943,6 +1988,15 @@
|
|||
"license_file": null,
|
||||
"description": "Take a T from a &mut T temporarily"
|
||||
},
|
||||
{
|
||||
"name": "tap",
|
||||
"version": "1.0.0",
|
||||
"authors": "Elliott Linder <elliott.darfink@gmail.com>|myrrlyn <self@myrrlyn.dev>",
|
||||
"repository": "https://github.com/myrrlyn/tap",
|
||||
"license": "MIT",
|
||||
"license_file": null,
|
||||
"description": "Generic extensions for tapping values in Rust"
|
||||
},
|
||||
{
|
||||
"name": "tempfile",
|
||||
"version": "3.1.0",
|
||||
|
@ -1963,7 +2017,7 @@
|
|||
},
|
||||
{
|
||||
"name": "termcolor",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.2",
|
||||
"authors": "Andrew Gallant <jamslam@gmail.com>",
|
||||
"repository": "https://github.com/BurntSushi/termcolor",
|
||||
"license": "Unlicense OR MIT",
|
||||
|
@ -2017,7 +2071,7 @@
|
|||
},
|
||||
{
|
||||
"name": "tinyvec",
|
||||
"version": "1.0.1",
|
||||
"version": "1.1.0",
|
||||
"authors": "Lokathor <zefria@gmail.com>",
|
||||
"repository": "https://github.com/Lokathor/tinyvec",
|
||||
"license": "Zlib OR Apache-2.0 OR MIT",
|
||||
|
@ -2107,7 +2161,7 @@
|
|||
},
|
||||
{
|
||||
"name": "tracing",
|
||||
"version": "0.1.21",
|
||||
"version": "0.1.22",
|
||||
"authors": "Eliza Weisman <eliza@buoyant.io>|Tokio Contributors <team@tokio.rs>",
|
||||
"repository": "https://github.com/tokio-rs/tracing",
|
||||
"license": "MIT",
|
||||
|
@ -2215,8 +2269,8 @@
|
|||
},
|
||||
{
|
||||
"name": "unicode-normalization",
|
||||
"version": "0.1.14",
|
||||
"authors": "kwantam <kwantam@gmail.com>",
|
||||
"version": "0.1.16",
|
||||
"authors": "kwantam <kwantam@gmail.com>|Manish Goregaokar <manishsmail@gmail.com>",
|
||||
"repository": "https://github.com/unicode-rs/unicode-normalization",
|
||||
"license": "Apache-2.0/MIT",
|
||||
"license_file": null,
|
||||
|
@ -2483,6 +2537,15 @@
|
|||
"license_file": null,
|
||||
"description": "Contains function definitions for the Windows API library ws2_32. See winapi for types and constants."
|
||||
},
|
||||
{
|
||||
"name": "wyz",
|
||||
"version": "0.2.0",
|
||||
"authors": "myrrlyn <self@myrrlyn.dev>",
|
||||
"repository": "https://github.com/myrrlyn/wyz",
|
||||
"license": "MIT",
|
||||
"license_file": null,
|
||||
"description": "myrrlyn’s utility collection"
|
||||
},
|
||||
{
|
||||
"name": "zip",
|
||||
"version": "0.5.6",
|
||||
|
|
|
@ -9,6 +9,7 @@ path = "src/lib.rs"
|
|||
|
||||
[package.metadata.raze]
|
||||
workspace_path = "//cargo"
|
||||
workspace_member_dir = "."
|
||||
targets = [
|
||||
"i686-apple-darwin",
|
||||
"i686-pc-windows-msvc",
|
||||
|
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"notice", # MIT from expression "MIT OR Apache-2.0"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"notice", # MIT from expression "MIT OR Apache-2.0"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
|
|
@ -44,7 +44,7 @@ rust_library(
|
|||
crate_type = "lib",
|
||||
edition = "2018",
|
||||
proc_macro_deps = [
|
||||
"@raze__askama_derive__0_10_3//:askama_derive",
|
||||
"@raze__askama_derive__0_10_5//:askama_derive",
|
||||
],
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
|
@ -53,10 +53,10 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.10.3",
|
||||
version = "0.10.5",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__askama_escape__0_10_1//:askama_escape",
|
||||
"@raze__askama_shared__0_10_4//:askama_shared",
|
||||
"@raze__askama_shared__0_11_1//:askama_shared",
|
||||
],
|
||||
)
|
|
@ -45,12 +45,11 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.10.3",
|
||||
version = "0.10.5",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__askama_shared__0_10_4//:askama_shared",
|
||||
"@raze__askama_shared__0_11_1//:askama_shared",
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_48//:syn",
|
||||
"@raze__syn__1_0_51//:syn",
|
||||
],
|
||||
)
|
|
@ -51,18 +51,18 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.10.4",
|
||||
version = "0.11.1",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__askama_escape__0_10_1//:askama_escape",
|
||||
"@raze__humansize__1_1_0//:humansize",
|
||||
"@raze__nom__5_1_2//:nom",
|
||||
"@raze__nom__6_0_0//:nom",
|
||||
"@raze__num_traits__0_2_14//:num_traits",
|
||||
"@raze__percent_encoding__2_1_0//:percent_encoding",
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__serde__1_0_117//:serde",
|
||||
"@raze__syn__1_0_48//:syn",
|
||||
"@raze__syn__1_0_51//:syn",
|
||||
"@raze__toml__0_5_7//:toml",
|
||||
],
|
||||
)
|
|
@ -59,7 +59,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.54",
|
||||
version = "0.3.55",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__addr2line__0_14_0//:addr2line",
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"notice", # MIT from expression "MIT OR Apache-2.0"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
|
|
@ -0,0 +1,64 @@
|
|||
"""
|
||||
@generated
|
||||
cargo-raze crate build file.
|
||||
|
||||
DO NOT EDIT! Replaced on runs of cargo-raze
|
||||
"""
|
||||
|
||||
# buildifier: disable=load
|
||||
load(
|
||||
"@io_bazel_rules_rust//rust:rust.bzl",
|
||||
"rust_binary",
|
||||
"rust_library",
|
||||
"rust_test",
|
||||
)
|
||||
|
||||
# buildifier: disable=load
|
||||
load("@bazel_skylib//lib:selects.bzl", "selects")
|
||||
|
||||
package(default_visibility = [
|
||||
# Public for visibility by "@raze__crate__version//" targets.
|
||||
#
|
||||
# Prefer access through "//cargo", which limits external
|
||||
# visibility to explicit Cargo.toml dependencies.
|
||||
"//visibility:public",
|
||||
])
|
||||
|
||||
licenses([
|
||||
"notice", # MIT from expression "MIT"
|
||||
])
|
||||
|
||||
# Generated Targets
|
||||
|
||||
# Unsupported target "macros" with type "bench" omitted
|
||||
|
||||
# Unsupported target "memcpy" with type "bench" omitted
|
||||
|
||||
# Unsupported target "slice" with type "bench" omitted
|
||||
|
||||
rust_library(
|
||||
name = "bitvec",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
"alloc",
|
||||
"std",
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
crate_type = "lib",
|
||||
edition = "2018",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.19.4",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__funty__1_0_1//:funty",
|
||||
"@raze__radium__0_5_3//:radium",
|
||||
"@raze__tap__1_0_0//:tap",
|
||||
"@raze__wyz__0_2_0//:wyz",
|
||||
],
|
||||
)
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"unencumbered", # CC0-1.0 from expression "CC0-1.0 OR Apache-2.0"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
@ -56,7 +57,7 @@ cargo_build_script(
|
|||
version = "0.3.7",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
"@raze__cc__1_0_62//:cc",
|
||||
"@raze__cc__1_0_65//:cc",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"unencumbered", # Unlicense from expression "Unlicense OR MIT"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
|
|
@ -46,7 +46,7 @@ rust_binary(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.62",
|
||||
version = "1.0.65",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
# Binaries get an implicit dependency on their crate's lib
|
||||
|
@ -69,7 +69,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.62",
|
||||
version = "1.0.65",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"notice", # MIT from expression "MIT OR Apache-2.0"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"notice", # MIT from expression "MIT OR Apache-2.0"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"notice", # MIT from expression "MIT OR Apache-2.0"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
|
|
@ -51,6 +51,6 @@ rust_library(
|
|||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_48//:syn",
|
||||
"@raze__syn__1_0_51//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -51,7 +51,7 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_48//:syn",
|
||||
"@raze__syn__1_0_51//:syn",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"notice", # Apache-2.0 from expression "Apache-2.0 OR MIT"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
|
|
@ -66,14 +66,14 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.8.1",
|
||||
version = "0.8.2",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__atty__0_2_14//:atty",
|
||||
"@raze__humantime__2_0_1//:humantime",
|
||||
"@raze__log__0_4_11//:log",
|
||||
"@raze__regex__1_4_2//:regex",
|
||||
"@raze__termcolor__1_1_0//:termcolor",
|
||||
"@raze__termcolor__1_1_2//:termcolor",
|
||||
],
|
||||
)
|
||||
|
|
@ -64,7 +64,7 @@ rust_library(
|
|||
version = "0.1.8",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__backtrace__0_3_54//:backtrace",
|
||||
"@raze__backtrace__0_3_55//:backtrace",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"notice", # MIT from expression "MIT OR Apache-2.0"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
@ -78,7 +79,7 @@ rust_library(
|
|||
":failure_derive_build_script",
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_48//:syn",
|
||||
"@raze__syn__1_0_51//:syn",
|
||||
"@raze__synstructure__0_12_4//:synstructure",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -55,7 +55,7 @@ rust_library(
|
|||
"@raze__intl_memoizer__0_5_0//:intl_memoizer",
|
||||
"@raze__intl_pluralrules__7_0_0//:intl_pluralrules",
|
||||
"@raze__rental__0_5_5//:rental",
|
||||
"@raze__smallvec__1_4_2//:smallvec",
|
||||
"@raze__smallvec__1_5_0//:smallvec",
|
||||
"@raze__unic_langid__0_9_0//:unic_langid",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -0,0 +1,52 @@
|
|||
"""
|
||||
@generated
|
||||
cargo-raze crate build file.
|
||||
|
||||
DO NOT EDIT! Replaced on runs of cargo-raze
|
||||
"""
|
||||
|
||||
# buildifier: disable=load
|
||||
load(
|
||||
"@io_bazel_rules_rust//rust:rust.bzl",
|
||||
"rust_binary",
|
||||
"rust_library",
|
||||
"rust_test",
|
||||
)
|
||||
|
||||
# buildifier: disable=load
|
||||
load("@bazel_skylib//lib:selects.bzl", "selects")
|
||||
|
||||
package(default_visibility = [
|
||||
# Public for visibility by "@raze__crate__version//" targets.
|
||||
#
|
||||
# Prefer access through "//cargo", which limits external
|
||||
# visibility to explicit Cargo.toml dependencies.
|
||||
"//visibility:public",
|
||||
])
|
||||
|
||||
licenses([
|
||||
"notice", # MIT from expression "MIT"
|
||||
])
|
||||
|
||||
# Generated Targets
|
||||
|
||||
rust_library(
|
||||
name = "funty",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
crate_type = "lib",
|
||||
edition = "2018",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.1",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
||||
)
|
|
@ -53,6 +53,6 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_48//:syn",
|
||||
"@raze__syn__1_0_51//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -76,7 +76,7 @@ rust_library(
|
|||
"@raze__futures_sink__0_3_8//:futures_sink",
|
||||
"@raze__futures_task__0_3_8//:futures_task",
|
||||
"@raze__memchr__2_3_4//:memchr",
|
||||
"@raze__pin_project__1_0_1//:pin_project",
|
||||
"@raze__pin_project__1_0_2//:pin_project",
|
||||
"@raze__pin_utils__0_1_0//:pin_utils",
|
||||
"@raze__proc_macro_nested__0_1_6//:proc_macro_nested",
|
||||
"@raze__slab__0_4_2//:slab",
|
||||
|
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"notice", # MIT from expression "MIT"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"notice", # MIT from expression "MIT OR Apache-2.0"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
|
|
@ -50,6 +50,6 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_48//:syn",
|
||||
"@raze__syn__1_0_51//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -64,7 +64,7 @@ rust_library(
|
|||
"@raze__slab__0_4_2//:slab",
|
||||
"@raze__tokio__0_2_23//:tokio",
|
||||
"@raze__tokio_util__0_3_1//:tokio_util",
|
||||
"@raze__tracing__0_1_21//:tracing",
|
||||
"@raze__tracing__0_1_22//:tracing",
|
||||
"@raze__tracing_futures__0_2_4//:tracing_futures",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"notice", # MIT from expression "MIT OR Apache-2.0"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
|
|
@ -104,11 +104,11 @@ rust_library(
|
|||
"@raze__httparse__1_3_4//:httparse",
|
||||
"@raze__httpdate__0_3_2//:httpdate",
|
||||
"@raze__itoa__0_4_6//:itoa",
|
||||
"@raze__pin_project__1_0_1//:pin_project",
|
||||
"@raze__socket2__0_3_16//:socket2",
|
||||
"@raze__pin_project__1_0_2//:pin_project",
|
||||
"@raze__socket2__0_3_17//:socket2",
|
||||
"@raze__tokio__0_2_23//:tokio",
|
||||
"@raze__tower_service__0_3_0//:tower_service",
|
||||
"@raze__tracing__0_1_21//:tracing",
|
||||
"@raze__tracing__0_1_22//:tracing",
|
||||
"@raze__want__0_3_0//:want",
|
||||
] + selects.with_or({
|
||||
# cfg(any(target_os = "linux", target_os = "macos"))
|
||||
|
|
|
@ -50,7 +50,7 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__matches__0_1_8//:matches",
|
||||
"@raze__unicode_bidi__0_3_4//:unicode_bidi",
|
||||
"@raze__unicode_normalization__0_1_14//:unicode_normalization",
|
||||
"@raze__unicode_normalization__0_1_16//:unicode_normalization",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"notice", # Apache-2.0 from expression "Apache-2.0 OR MIT"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
|
|
@ -53,7 +53,7 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_48//:syn",
|
||||
"@raze__syn__1_0_51//:syn",
|
||||
"@raze__unindent__0_1_7//:unindent",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -45,7 +45,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.1.8",
|
||||
version = "0.1.9",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__cfg_if__1_0_0//:cfg_if",
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"notice", # MIT from expression "MIT OR Apache-2.0"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
|
|
@ -50,6 +50,6 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_48//:syn",
|
||||
"@raze__syn__1_0_51//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"notice", # MIT from expression "MIT"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"notice", # MIT from expression "MIT OR Apache-2.0"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"notice", # MIT from expression "MIT OR Apache-2.0"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"notice", # MIT from expression "MIT"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
@ -63,7 +64,7 @@ cargo_build_script(
|
|||
version = "0.20.1",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
"@raze__cc__1_0_62//:cc",
|
||||
"@raze__cc__1_0_65//:cc",
|
||||
"@raze__pkg_config__0_3_19//:pkg_config",
|
||||
] + selects.with_or({
|
||||
# cfg(target_env = "msvc")
|
||||
|
|
|
@ -45,7 +45,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.4.1",
|
||||
version = "0.4.2",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__scopeguard__1_1_0//:scopeguard",
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"notice", # MIT from expression "MIT OR Apache-2.0"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"notice", # Apache-2.0 from expression "Apache-2.0 OR MIT"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"unencumbered", # Unlicense from expression "Unlicense OR MIT"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"notice", # MIT from expression "MIT"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"notice", # MIT from expression "MIT OR (Zlib OR Apache-2.0)"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"notice", # MIT from expression "MIT OR Apache-2.0"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"notice", # MIT from expression "MIT"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
|
|
@ -0,0 +1,157 @@
|
|||
"""
|
||||
@generated
|
||||
cargo-raze crate build file.
|
||||
|
||||
DO NOT EDIT! Replaced on runs of cargo-raze
|
||||
"""
|
||||
|
||||
# buildifier: disable=load
|
||||
load(
|
||||
"@io_bazel_rules_rust//rust:rust.bzl",
|
||||
"rust_binary",
|
||||
"rust_library",
|
||||
"rust_test",
|
||||
)
|
||||
|
||||
# buildifier: disable=load
|
||||
load("@bazel_skylib//lib:selects.bzl", "selects")
|
||||
|
||||
package(default_visibility = [
|
||||
# Public for visibility by "@raze__crate__version//" targets.
|
||||
#
|
||||
# Prefer access through "//cargo", which limits external
|
||||
# visibility to explicit Cargo.toml dependencies.
|
||||
"//visibility:public",
|
||||
])
|
||||
|
||||
licenses([
|
||||
"notice", # MIT from expression "MIT"
|
||||
])
|
||||
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
)
|
||||
|
||||
cargo_build_script(
|
||||
name = "nom_build_script",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
build_script_env = {
|
||||
},
|
||||
crate_features = [
|
||||
"alloc",
|
||||
"bitvec",
|
||||
"default",
|
||||
"lexical",
|
||||
"lexical-core",
|
||||
"std",
|
||||
],
|
||||
crate_root = "build.rs",
|
||||
data = glob(["**"]),
|
||||
edition = "2018",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "6.0.0",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
"@raze__version_check__0_9_2//:version_check",
|
||||
],
|
||||
)
|
||||
|
||||
# Unsupported target "arithmetic" with type "bench" omitted
|
||||
|
||||
# Unsupported target "http" with type "bench" omitted
|
||||
|
||||
# Unsupported target "ini" with type "bench" omitted
|
||||
|
||||
# Unsupported target "ini_complete" with type "bench" omitted
|
||||
|
||||
# Unsupported target "ini_str" with type "bench" omitted
|
||||
|
||||
# Unsupported target "json" with type "bench" omitted
|
||||
|
||||
# Unsupported target "number" with type "bench" omitted
|
||||
|
||||
# Unsupported target "json" with type "example" omitted
|
||||
|
||||
# Unsupported target "s_expression" with type "example" omitted
|
||||
|
||||
# Unsupported target "string" with type "example" omitted
|
||||
|
||||
rust_library(
|
||||
name = "nom",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
"alloc",
|
||||
"bitvec",
|
||||
"default",
|
||||
"lexical",
|
||||
"lexical-core",
|
||||
"std",
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
crate_type = "lib",
|
||||
edition = "2018",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "6.0.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":nom_build_script",
|
||||
"@raze__bitvec__0_19_4//:bitvec",
|
||||
"@raze__lexical_core__0_7_4//:lexical_core",
|
||||
"@raze__memchr__2_3_4//:memchr",
|
||||
],
|
||||
)
|
||||
|
||||
# Unsupported target "arithmetic" with type "test" omitted
|
||||
|
||||
# Unsupported target "arithmetic_ast" with type "test" omitted
|
||||
|
||||
# Unsupported target "bitstream" with type "test" omitted
|
||||
|
||||
# Unsupported target "blockbuf-arithmetic" with type "test" omitted
|
||||
|
||||
# Unsupported target "css" with type "test" omitted
|
||||
|
||||
# Unsupported target "custom_errors" with type "test" omitted
|
||||
|
||||
# Unsupported target "escaped" with type "test" omitted
|
||||
|
||||
# Unsupported target "float" with type "test" omitted
|
||||
|
||||
# Unsupported target "fnmut" with type "test" omitted
|
||||
|
||||
# Unsupported target "inference" with type "test" omitted
|
||||
|
||||
# Unsupported target "ini" with type "test" omitted
|
||||
|
||||
# Unsupported target "ini_str" with type "test" omitted
|
||||
|
||||
# Unsupported target "issues" with type "test" omitted
|
||||
|
||||
# Unsupported target "json" with type "test" omitted
|
||||
|
||||
# Unsupported target "mp4" with type "test" omitted
|
||||
|
||||
# Unsupported target "multiline" with type "test" omitted
|
||||
|
||||
# Unsupported target "named_args" with type "test" omitted
|
||||
|
||||
# Unsupported target "overflow" with type "test" omitted
|
||||
|
||||
# Unsupported target "reborrow_fold" with type "test" omitted
|
||||
|
||||
# Unsupported target "test1" with type "test" omitted
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"notice", # MIT from expression "MIT OR Apache-2.0"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"notice", # MIT from expression "MIT OR Apache-2.0"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
|
|
@ -53,6 +53,6 @@ rust_library(
|
|||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__proc_macro_crate__0_1_5//:proc_macro_crate",
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_48//:syn",
|
||||
"@raze__syn__1_0_51//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"notice", # Apache-2.0 from expression "Apache-2.0"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"notice", # MIT from expression "MIT"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
@ -55,7 +56,7 @@ cargo_build_script(
|
|||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
"@raze__autocfg__1_0_1//:autocfg",
|
||||
"@raze__cc__1_0_62//:cc",
|
||||
"@raze__cc__1_0_65//:cc",
|
||||
"@raze__pkg_config__0_3_19//:pkg_config",
|
||||
] + selects.with_or({
|
||||
# cfg(target_env = "msvc")
|
||||
|
|
|
@ -46,11 +46,11 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.11.0",
|
||||
version = "0.11.1",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__instant__0_1_8//:instant",
|
||||
"@raze__lock_api__0_4_1//:lock_api",
|
||||
"@raze__instant__0_1_9//:instant",
|
||||
"@raze__lock_api__0_4_2//:lock_api",
|
||||
"@raze__parking_lot_core__0_8_0//:parking_lot_core",
|
||||
],
|
||||
)
|
|
@ -51,8 +51,8 @@ rust_library(
|
|||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__cfg_if__0_1_10//:cfg_if",
|
||||
"@raze__instant__0_1_8//:instant",
|
||||
"@raze__smallvec__1_4_2//:smallvec",
|
||||
"@raze__instant__0_1_9//:instant",
|
||||
"@raze__smallvec__1_5_0//:smallvec",
|
||||
] + selects.with_or({
|
||||
# cfg(unix)
|
||||
(
|
||||
|
|
|
@ -63,7 +63,7 @@ rust_library(
|
|||
crate_type = "lib",
|
||||
edition = "2018",
|
||||
proc_macro_deps = [
|
||||
"@raze__pin_project_internal__1_0_1//:pin_project_internal",
|
||||
"@raze__pin_project_internal__1_0_2//:pin_project_internal",
|
||||
],
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
|
@ -72,7 +72,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.1",
|
||||
version = "1.0.2",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"notice", # Apache-2.0 from expression "Apache-2.0 OR MIT"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
@ -78,6 +79,6 @@ rust_library(
|
|||
":pin_project_internal_build_script",
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_48//:syn",
|
||||
"@raze__syn__1_0_51//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -45,11 +45,11 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.1",
|
||||
version = "1.0.2",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_48//:syn",
|
||||
"@raze__syn__1_0_51//:syn",
|
||||
],
|
||||
)
|
|
@ -0,0 +1,60 @@
|
|||
"""
|
||||
@generated
|
||||
cargo-raze crate build file.
|
||||
|
||||
DO NOT EDIT! Replaced on runs of cargo-raze
|
||||
"""
|
||||
|
||||
# buildifier: disable=load
|
||||
load(
|
||||
"@io_bazel_rules_rust//rust:rust.bzl",
|
||||
"rust_binary",
|
||||
"rust_library",
|
||||
"rust_test",
|
||||
)
|
||||
|
||||
# buildifier: disable=load
|
||||
load("@bazel_skylib//lib:selects.bzl", "selects")
|
||||
|
||||
package(default_visibility = [
|
||||
# Public for visibility by "@raze__crate__version//" targets.
|
||||
#
|
||||
# Prefer access through "//cargo", which limits external
|
||||
# visibility to explicit Cargo.toml dependencies.
|
||||
"//visibility:public",
|
||||
])
|
||||
|
||||
licenses([
|
||||
"notice", # Apache-2.0 from expression "Apache-2.0 OR MIT"
|
||||
])
|
||||
|
||||
# Generated Targets
|
||||
|
||||
rust_library(
|
||||
name = "pin_project_lite",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
crate_type = "lib",
|
||||
edition = "2018",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.2.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
||||
)
|
||||
|
||||
# Unsupported target "compiletest" with type "test" omitted
|
||||
|
||||
# Unsupported target "lint" with type "test" omitted
|
||||
|
||||
# Unsupported target "proper_unpin" with type "test" omitted
|
||||
|
||||
# Unsupported target "test" with type "test" omitted
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"notice", # MIT from expression "MIT OR Apache-2.0"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"notice", # MIT from expression "MIT OR Apache-2.0"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"notice", # MIT from expression "MIT OR Apache-2.0"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"notice", # Apache-2.0 from expression "Apache-2.0"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
|
|
@ -52,6 +52,6 @@ rust_library(
|
|||
"@raze__itertools__0_9_0//:itertools",
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_48//:syn",
|
||||
"@raze__syn__1_0_51//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"notice", # Apache-2.0 from expression "Apache-2.0"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
@ -114,7 +115,7 @@ rust_library(
|
|||
"@raze__indoc__0_3_6//:indoc",
|
||||
"@raze__inventory__0_1_9//:inventory",
|
||||
"@raze__libc__0_2_80//:libc",
|
||||
"@raze__parking_lot__0_11_0//:parking_lot",
|
||||
"@raze__parking_lot__0_11_1//:parking_lot",
|
||||
"@raze__paste__0_1_18//:paste",
|
||||
"@raze__unindent__0_1_7//:unindent",
|
||||
],
|
||||
|
|
|
@ -50,6 +50,6 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_48//:syn",
|
||||
"@raze__syn__1_0_51//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -50,6 +50,6 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__pyo3_derive_backend__0_12_3//:pyo3_derive_backend",
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_48//:syn",
|
||||
"@raze__syn__1_0_51//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -0,0 +1,81 @@
|
|||
"""
|
||||
@generated
|
||||
cargo-raze crate build file.
|
||||
|
||||
DO NOT EDIT! Replaced on runs of cargo-raze
|
||||
"""
|
||||
|
||||
# buildifier: disable=load
|
||||
load(
|
||||
"@io_bazel_rules_rust//rust:rust.bzl",
|
||||
"rust_binary",
|
||||
"rust_library",
|
||||
"rust_test",
|
||||
)
|
||||
|
||||
# buildifier: disable=load
|
||||
load("@bazel_skylib//lib:selects.bzl", "selects")
|
||||
|
||||
package(default_visibility = [
|
||||
# Public for visibility by "@raze__crate__version//" targets.
|
||||
#
|
||||
# Prefer access through "//cargo", which limits external
|
||||
# visibility to explicit Cargo.toml dependencies.
|
||||
"//visibility:public",
|
||||
])
|
||||
|
||||
licenses([
|
||||
"notice", # MIT from expression "MIT"
|
||||
])
|
||||
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
)
|
||||
|
||||
cargo_build_script(
|
||||
name = "radium_build_script",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
build_script_env = {
|
||||
},
|
||||
crate_features = [
|
||||
],
|
||||
crate_root = "build.rs",
|
||||
data = glob(["**"]),
|
||||
edition = "2018",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.5.3",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
],
|
||||
)
|
||||
|
||||
rust_library(
|
||||
name = "radium",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
crate_type = "lib",
|
||||
edition = "2018",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.5.3",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":radium_build_script",
|
||||
],
|
||||
)
|
|
@ -50,6 +50,6 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_48//:syn",
|
||||
"@raze__syn__1_0_51//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"restricted", # no license
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
@ -55,24 +56,25 @@ cargo_build_script(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.16.15",
|
||||
version = "0.16.17",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
"@raze__cc__1_0_62//:cc",
|
||||
"@raze__cc__1_0_65//:cc",
|
||||
] + selects.with_or({
|
||||
# cfg(all(any(target_arch = "aarch64", target_arch = "arm", target_arch = "x86", target_arch = "x86_64"), not(target_os = "ios")))
|
||||
# cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux"))))
|
||||
(
|
||||
"@io_bazel_rules_rust//rust/platform:i686-apple-darwin",
|
||||
"@io_bazel_rules_rust//rust/platform:i686-pc-windows-msvc",
|
||||
"@io_bazel_rules_rust//rust/platform:i686-unknown-linux-gnu",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-apple-darwin",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-pc-windows-msvc",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
||||
): [
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}) + selects.with_or({
|
||||
# cfg(any(target_os = "android", target_os = "freebsd", target_os = "linux", target_os = "netbsd", target_os = "openbsd", target_os = "solaris"))
|
||||
# cfg(any(target_os = "android", target_os = "freebsd", target_os = "linux", target_os = "netbsd", target_os = "openbsd", target_os = "solaris", target_os = "illumos"))
|
||||
(
|
||||
"@io_bazel_rules_rust//rust/platform:i686-unknown-linux-gnu",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
||||
|
@ -134,18 +136,19 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.16.15",
|
||||
version = "0.16.17",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":ring_build_script",
|
||||
"@raze__untrusted__0_7_1//:untrusted",
|
||||
] + selects.with_or({
|
||||
# cfg(all(any(target_arch = "aarch64", target_arch = "arm", target_arch = "x86", target_arch = "x86_64"), not(target_os = "ios")))
|
||||
# cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux"))))
|
||||
(
|
||||
"@io_bazel_rules_rust//rust/platform:i686-apple-darwin",
|
||||
"@io_bazel_rules_rust//rust/platform:i686-pc-windows-msvc",
|
||||
"@io_bazel_rules_rust//rust/platform:i686-unknown-linux-gnu",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-apple-darwin",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-pc-windows-msvc",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
||||
): [
|
||||
|
@ -153,7 +156,7 @@ rust_library(
|
|||
],
|
||||
"//conditions:default": [],
|
||||
}) + selects.with_or({
|
||||
# cfg(any(target_os = "android", target_os = "freebsd", target_os = "linux", target_os = "netbsd", target_os = "openbsd", target_os = "solaris"))
|
||||
# cfg(any(target_os = "android", target_os = "freebsd", target_os = "linux", target_os = "netbsd", target_os = "openbsd", target_os = "solaris", target_os = "illumos"))
|
||||
(
|
||||
"@io_bazel_rules_rust//rust/platform:i686-unknown-linux-gnu",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
|
@ -63,7 +63,7 @@ rust_library(
|
|||
"@raze__hashlink__0_6_0//:hashlink",
|
||||
"@raze__libsqlite3_sys__0_20_1//:libsqlite3_sys",
|
||||
"@raze__memchr__2_3_4//:memchr",
|
||||
"@raze__smallvec__1_4_2//:smallvec",
|
||||
"@raze__smallvec__1_5_0//:smallvec",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
@ -68,7 +68,7 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__base64__0_12_3//:base64",
|
||||
"@raze__log__0_4_11//:log",
|
||||
"@raze__ring__0_16_15//:ring",
|
||||
"@raze__ring__0_16_17//:ring",
|
||||
"@raze__sct__0_6_0//:sct",
|
||||
"@raze__webpki__0_21_3//:webpki",
|
||||
],
|
||||
|
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"notice", # Apache-2.0 from expression "Apache-2.0 OR BSL-1.0"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
|
|
@ -48,7 +48,7 @@ rust_library(
|
|||
version = "0.6.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__ring__0_16_15//:ring",
|
||||
"@raze__ring__0_16_17//:ring",
|
||||
"@raze__untrusted__0_7_1//:untrusted",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"notice", # MIT from expression "MIT OR Apache-2.0"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"notice", # MIT from expression "MIT OR Apache-2.0"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
@ -80,6 +81,6 @@ rust_library(
|
|||
":serde_derive_build_script",
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_48//:syn",
|
||||
"@raze__syn__1_0_51//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"notice", # MIT from expression "MIT OR Apache-2.0"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
|
|
@ -50,7 +50,7 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_48//:syn",
|
||||
"@raze__syn__1_0_51//:syn",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
@ -50,6 +50,6 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_48//:syn",
|
||||
"@raze__syn__1_0_51//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"notice", # MIT from expression "MPL-2.0 OR (MIT OR Apache-2.0)"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
|
|
@ -47,7 +47,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.4.2",
|
||||
version = "1.5.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
|
@ -47,7 +47,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.16",
|
||||
version = "0.3.17",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
] + selects.with_or({
|
||||
|
@ -60,7 +60,7 @@ rust_library(
|
|||
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
||||
): [
|
||||
"@raze__cfg_if__0_1_10//:cfg_if",
|
||||
"@raze__cfg_if__1_0_0//:cfg_if",
|
||||
"@raze__libc__0_2_80//:libc",
|
||||
],
|
||||
"//conditions:default": [],
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"notice", # MIT from expression "MIT OR Apache-2.0"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
@ -63,7 +64,7 @@ cargo_build_script(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.48",
|
||||
version = "1.0.51",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
],
|
||||
|
@ -100,7 +101,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.48",
|
||||
version = "1.0.51",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":syn_build_script",
|
|
@ -52,7 +52,7 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_48//:syn",
|
||||
"@raze__syn__1_0_51//:syn",
|
||||
"@raze__unicode_xid__0_2_1//:unicode_xid",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -0,0 +1,52 @@
|
|||
"""
|
||||
@generated
|
||||
cargo-raze crate build file.
|
||||
|
||||
DO NOT EDIT! Replaced on runs of cargo-raze
|
||||
"""
|
||||
|
||||
# buildifier: disable=load
|
||||
load(
|
||||
"@io_bazel_rules_rust//rust:rust.bzl",
|
||||
"rust_binary",
|
||||
"rust_library",
|
||||
"rust_test",
|
||||
)
|
||||
|
||||
# buildifier: disable=load
|
||||
load("@bazel_skylib//lib:selects.bzl", "selects")
|
||||
|
||||
package(default_visibility = [
|
||||
# Public for visibility by "@raze__crate__version//" targets.
|
||||
#
|
||||
# Prefer access through "//cargo", which limits external
|
||||
# visibility to explicit Cargo.toml dependencies.
|
||||
"//visibility:public",
|
||||
])
|
||||
|
||||
licenses([
|
||||
"notice", # MIT from expression "MIT"
|
||||
])
|
||||
|
||||
# Generated Targets
|
||||
|
||||
rust_library(
|
||||
name = "tap",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
crate_type = "lib",
|
||||
edition = "2015",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
||||
)
|
|
@ -47,7 +47,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.1.0",
|
||||
version = "1.1.2",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
] + selects.with_or({
|
|
@ -50,6 +50,6 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_48//:syn",
|
||||
"@raze__syn__1_0_51//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -50,7 +50,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.1",
|
||||
version = "1.1.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__tinyvec_macros__0_1_0//:tinyvec_macros",
|
|
@ -51,12 +51,12 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.1.21",
|
||||
version = "0.1.22",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__cfg_if__0_1_10//:cfg_if",
|
||||
"@raze__cfg_if__1_0_0//:cfg_if",
|
||||
"@raze__log__0_4_11//:log",
|
||||
"@raze__pin_project_lite__0_1_11//:pin_project_lite",
|
||||
"@raze__pin_project_lite__0_2_0//:pin_project_lite",
|
||||
"@raze__tracing_core__0_1_17//:tracing_core",
|
||||
],
|
||||
)
|
|
@ -51,7 +51,7 @@ rust_library(
|
|||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__pin_project__0_4_27//:pin_project",
|
||||
"@raze__tracing__0_1_21//:tracing",
|
||||
"@raze__tracing__0_1_22//:tracing",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"notice", # MIT from expression "MIT OR Apache-2.0"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
|
|
@ -52,7 +52,7 @@ rust_library(
|
|||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_48//:syn",
|
||||
"@raze__syn__1_0_51//:syn",
|
||||
"@raze__unic_langid_impl__0_9_0//:unic_langid_impl",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -28,7 +28,8 @@ licenses([
|
|||
"notice", # MIT from expression "MIT OR Apache-2.0"
|
||||
])
|
||||
|
||||
# Generated Targets# buildifier: disable=load-on-top
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
|
|
|
@ -49,9 +49,9 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.1.14",
|
||||
version = "0.1.16",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__tinyvec__1_0_1//:tinyvec",
|
||||
"@raze__tinyvec__1_1_0//:tinyvec",
|
||||
],
|
||||
)
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue