update cargo deps; add script to copy them from rslib/

This commit is contained in:
Damien Elmes 2020-11-02 18:17:26 +10:00
parent e0817c004d
commit dc3bd07919
122 changed files with 2029 additions and 984 deletions

View File

@ -86,7 +86,7 @@ alias(
alias(
name = "flate2",
actual = "@raze__flate2__1_0_14//:flate2",
actual = "@raze__flate2__1_0_18//:flate2",
tags = [
"cargo-raze",
"manual",
@ -113,7 +113,7 @@ alias(
alias(
name = "futures",
actual = "@raze__futures__0_3_6//:futures",
actual = "@raze__futures__0_3_7//:futures",
tags = [
"cargo-raze",
"manual",
@ -174,15 +174,6 @@ alias(
],
)
alias(
name = "log",
actual = "@raze__log__0_4_11//:log",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "nom",
actual = "@raze__nom__5_1_2//:nom",
@ -203,7 +194,7 @@ alias(
alias(
name = "num_integer",
actual = "@raze__num_integer__0_1_43//:num_integer",
actual = "@raze__num_integer__0_1_44//:num_integer",
tags = [
"cargo-raze",
"manual",
@ -275,7 +266,7 @@ alias(
alias(
name = "regex",
actual = "@raze__regex__1_4_1//:regex",
actual = "@raze__regex__1_4_2//:regex",
tags = [
"cargo-raze",
"manual",
@ -399,15 +390,6 @@ alias(
],
)
alias(
name = "slog_stdlog",
actual = "@raze__slog_stdlog__4_0_0//:slog_stdlog",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "slog_term",
actual = "@raze__slog_term__2_6_0//:slog_term",
@ -473,7 +455,7 @@ alias(
alias(
name = "zip",
actual = "@raze__zip__0_5_8//:zip",
actual = "@raze__zip__0_5_6//:zip",
tags = [
"cargo-raze",
"manual",

505
cargo/Cargo.lock generated
View File

@ -2,9 +2,9 @@
# It is not intended for manual editing.
[[package]]
name = "addr2line"
version = "0.13.0"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b6a2d3371669ab3ca9797670853d61402b03d0b4b9ebf33d677dfa720203072"
checksum = "7c0929d69e78dd9bf5408269919fcbcaeb2e35e5d43e5815517cdc6a8e11a423"
dependencies = [
"gimli",
]
@ -15,12 +15,6 @@ version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
[[package]]
name = "adler32"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
[[package]]
name = "aho-corasick"
version = "0.7.14"
@ -30,64 +24,6 @@ dependencies = [
"memchr",
]
[[package]]
name = "anki"
version = "2.1.36"
dependencies = [
"askama",
"async-compression",
"blake3",
"bytes 0.5.6",
"chrono",
"coarsetime",
"env_logger",
"failure",
"flate2",
"fluent",
"fluent-syntax",
"futures",
"hex",
"htmlescape",
"hyper",
"intl-memoizer",
"itertools",
"lazy_static",
"log",
"nom",
"num-format",
"num-integer",
"num_enum",
"once_cell",
"pin-project",
"prost",
"prost-build",
"pyo3",
"rand",
"regex",
"reqwest",
"rusqlite",
"scopeguard",
"serde",
"serde-aux",
"serde_derive",
"serde_json",
"serde_repr",
"serde_tuple",
"sha1",
"slog",
"slog-async",
"slog-envlogger",
"slog-stdlog",
"slog-term",
"tempfile",
"tokio",
"unic-langid",
"unicase",
"unicode-normalization",
"utime",
"zip",
]
[[package]]
name = "anyhow"
version = "1.0.33"
@ -117,9 +53,9 @@ dependencies = [
[[package]]
name = "arrayvec"
version = "0.5.1"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
[[package]]
name = "askama"
@ -200,14 +136,14 @@ checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
[[package]]
name = "backtrace"
version = "0.3.53"
version = "0.3.54"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "707b586e0e2f247cbde68cdd2c3ce69ea7b7be43e1c5b426e37c9319c4b9838e"
checksum = "2baad346b2d4e94a24347adeee9c7a93f412ee94b9cc26e5b59dea23848e9f28"
dependencies = [
"addr2line",
"cfg-if 1.0.0",
"libc",
"miniz_oxide 0.4.3",
"miniz_oxide",
"object",
"rustc-demangle",
]
@ -237,7 +173,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
dependencies = [
"arrayref",
"arrayvec 0.5.1",
"arrayvec 0.5.2",
"constant_time_eq",
]
@ -248,7 +184,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9ff35b701f3914bdb8fad3368d822c766ef2858b2583198e41639b936f09d3f"
dependencies = [
"arrayref",
"arrayvec 0.5.1",
"arrayvec 0.5.2",
"cc",
"cfg-if 0.1.10",
"constant_time_eq",
@ -341,26 +277,28 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
[[package]]
name = "crc32fast"
version = "1.2.0"
name = "core-foundation"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
dependencies = [
"cfg-if 0.1.10",
"core-foundation-sys",
"libc",
]
[[package]]
name = "crossbeam"
version = "0.7.3"
name = "core-foundation-sys"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69323bff1fb41c635347b8ead484a5ca6c3f11914d784170b158d8449ab07f8e"
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
[[package]]
name = "crc32fast"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
dependencies = [
"cfg-if 0.1.10",
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-epoch",
"crossbeam-queue",
"crossbeam-utils",
"cfg-if 1.0.0",
]
[[package]]
@ -373,43 +311,6 @@ dependencies = [
"maybe-uninit",
]
[[package]]
name = "crossbeam-deque"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
"maybe-uninit",
]
[[package]]
name = "crossbeam-epoch"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
dependencies = [
"autocfg",
"cfg-if 0.1.10",
"crossbeam-utils",
"lazy_static",
"maybe-uninit",
"memoffset",
"scopeguard",
]
[[package]]
name = "crossbeam-queue"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
dependencies = [
"cfg-if 0.1.10",
"crossbeam-utils",
"maybe-uninit",
]
[[package]]
name = "crossbeam-utils"
version = "0.7.2"
@ -497,6 +398,62 @@ version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "134951f4028bdadb9b84baf4232681efbf277da25144b9b0ad65df75946c422b"
[[package]]
name = "dummy"
version = "0.0.0"
dependencies = [
"askama",
"async-compression",
"blake3",
"bytes 0.5.6",
"chrono",
"coarsetime",
"env_logger",
"failure",
"flate2",
"fluent",
"fluent-syntax",
"futures",
"hex",
"htmlescape",
"hyper",
"intl-memoizer",
"itertools",
"lazy_static",
"nom",
"num-format",
"num-integer",
"num_enum",
"once_cell",
"pin-project 0.4.27",
"prost",
"prost-build",
"pyo3",
"rand",
"regex",
"reqwest",
"rusqlite",
"scopeguard",
"serde",
"serde-aux",
"serde_derive",
"serde_json",
"serde_repr",
"serde_tuple",
"sha1",
"slog",
"slog-async",
"slog-envlogger",
"slog-term",
"tempfile",
"tokio",
"unic-langid",
"unicase",
"unicode-normalization",
"utime",
"zip",
]
[[package]]
name = "either"
version = "1.6.1"
@ -505,11 +462,11 @@ checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
[[package]]
name = "encoding_rs"
version = "0.8.24"
version = "0.8.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a51b8cf747471cb9499b6d59e59b0444f4c90eba8968c4e44874e92b5b64ace2"
checksum = "f62bc5e388624f1a13da83b479275dbec9663a876e414df80decf7d2cdab6670"
dependencies = [
"cfg-if 0.1.10",
"cfg-if 1.0.0",
]
[[package]]
@ -567,14 +524,14 @@ checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
[[package]]
name = "flate2"
version = "1.0.14"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cfff41391129e0a856d6d822600b8d71179d46879e310417eb9c762eb178b42"
checksum = "da80be589a72651dcda34d8b35bcdc9b7254ad06325611074d9cc0fbb19f60ee"
dependencies = [
"cfg-if 0.1.10",
"crc32fast",
"libc",
"miniz_oxide 0.3.7",
"miniz_oxide",
]
[[package]]
@ -621,6 +578,21 @@ version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
@ -639,9 +611,9 @@ checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
[[package]]
name = "futures"
version = "0.3.6"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d8e3078b7b2a8a671cb7a3d17b4760e4181ea243227776ba83fd043b4ca034e"
checksum = "95314d38584ffbfda215621d723e0a3906f032e03ae5551e650058dac83d4797"
dependencies = [
"futures-channel",
"futures-core",
@ -654,9 +626,9 @@ dependencies = [
[[package]]
name = "futures-channel"
version = "0.3.6"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7a4d35f7401e948629c9c3d6638fb9bf94e0b2121e96c3b428cc4e631f3eb74"
checksum = "0448174b01148032eed37ac4aed28963aaaa8cfa93569a08e5b479bbc6c2c151"
dependencies = [
"futures-core",
"futures-sink",
@ -664,15 +636,15 @@ dependencies = [
[[package]]
name = "futures-core"
version = "0.3.6"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d674eaa0056896d5ada519900dbf97ead2e46a7b6621e8160d79e2f2e1e2784b"
checksum = "18eaa56102984bed2c88ea39026cff3ce3b4c7f508ca970cedf2450ea10d4e46"
[[package]]
name = "futures-executor"
version = "0.3.6"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc709ca1da6f66143b8c9bec8e6260181869893714e9b5a490b169b0414144ab"
checksum = "f5f8e0c9258abaea85e78ebdda17ef9666d390e987f006be6080dfe354b708cb"
dependencies = [
"futures-core",
"futures-task",
@ -681,15 +653,15 @@ dependencies = [
[[package]]
name = "futures-io"
version = "0.3.6"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fc94b64bb39543b4e432f1790b6bf18e3ee3b74653c5449f63310e9a74b123c"
checksum = "6e1798854a4727ff944a7b12aa999f58ce7aa81db80d2dfaaf2ba06f065ddd2b"
[[package]]
name = "futures-macro"
version = "0.3.6"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f57ed14da4603b2554682e9f2ff3c65d7567b53188db96cb71538217fc64581b"
checksum = "e36fccf3fc58563b4a14d265027c627c3b665d7fed489427e88e7cc929559efe"
dependencies = [
"proc-macro-hack",
"proc-macro2",
@ -699,24 +671,24 @@ dependencies = [
[[package]]
name = "futures-sink"
version = "0.3.6"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d8764258ed64ebc5d9ed185cf86a95db5cac810269c5d20ececb32e0088abbd"
checksum = "0e3ca3f17d6e8804ae5d3df7a7d35b2b3a6fe89dac84b31872720fc3060a0b11"
[[package]]
name = "futures-task"
version = "0.3.6"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dd26820a9f3637f1302da8bceba3ff33adbe53464b54ca24d4e2d4f1db30f94"
checksum = "96d502af37186c4fef99453df03e374683f8a1eec9dcc1e66b3b82dc8278ce3c"
dependencies = [
"once_cell",
]
[[package]]
name = "futures-util"
version = "0.3.6"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a894a0acddba51a2d49a6f4263b1e64b8c579ece8af50fa86503d52cd1eea34"
checksum = "abcb44342f62e6f3e8ac427b8aa815f724fd705dfad060b18ac7866c15bb8e34"
dependencies = [
"futures-channel",
"futures-core",
@ -725,7 +697,7 @@ dependencies = [
"futures-sink",
"futures-task",
"memchr",
"pin-project",
"pin-project 1.0.1",
"pin-utils",
"proc-macro-hack",
"proc-macro-nested",
@ -775,15 +747,15 @@ dependencies = [
[[package]]
name = "gimli"
version = "0.22.0"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aaf91faf136cb47367fa430cd46e37a788775e7fa104f8b4bcb3861dc389b724"
checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce"
[[package]]
name = "h2"
version = "0.2.6"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "993f9e0baeed60001cf565546b0d3dbe6a6ad23f2bd31644a133c641eccf6d53"
checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535"
dependencies = [
"bytes 0.5.6",
"fnv",
@ -796,6 +768,7 @@ dependencies = [
"tokio",
"tokio-util",
"tracing",
"tracing-futures",
]
[[package]]
@ -898,7 +871,7 @@ dependencies = [
"httparse",
"httpdate",
"itoa",
"pin-project",
"pin-project 0.4.27",
"socket2",
"tokio",
"tower-service",
@ -935,6 +908,19 @@ dependencies = [
"tokio-io-timeout",
]
[[package]]
name = "hyper-tls"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed"
dependencies = [
"bytes 0.5.6",
"hyper",
"native-tls",
"tokio",
"tokio-tls",
]
[[package]]
name = "idna"
version = "0.2.0"
@ -981,11 +967,11 @@ dependencies = [
[[package]]
name = "instant"
version = "0.1.7"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63312a18f7ea8760cdd0a7c5aac1a619752a246b833545e3e36d1f81f7cd9e66"
checksum = "cb1fc4429a33e1f80d41dc9fea4d108a88bec1de8053878898ae448a0b52f613"
dependencies = [
"cfg-if 0.1.10",
"cfg-if 1.0.0",
]
[[package]]
@ -1084,7 +1070,7 @@ version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db65c6da02e61f55dae90a0ae427b2a5f6b3e8db09f58d10efab23af92592616"
dependencies = [
"arrayvec 0.5.1",
"arrayvec 0.5.2",
"bitflags",
"cfg-if 0.1.10",
"ryu",
@ -1093,9 +1079,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.79"
version = "0.2.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2448f6066e80e3bfc792e9c98bf705b4b0fc6e8ef5b43e5889aff0eaa9c58743"
checksum = "4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614"
[[package]]
name = "libsqlite3-sys"
@ -1155,18 +1141,9 @@ checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
[[package]]
name = "memchr"
version = "2.3.3"
version = "2.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
[[package]]
name = "memoffset"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa"
dependencies = [
"autocfg",
]
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
[[package]]
name = "mime"
@ -1184,15 +1161,6 @@ dependencies = [
"unicase",
]
[[package]]
name = "miniz_oxide"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
dependencies = [
"adler32",
]
[[package]]
name = "miniz_oxide"
version = "0.4.3"
@ -1240,6 +1208,24 @@ version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1255076139a83bb467426e7f8d0134968a8118844faa755985e077cf31850333"
[[package]]
name = "native-tls"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b0d88c06fe90d5ee94048ba40409ef1d9315d86f6f38c2efdaad4fb50c58b2d"
dependencies = [
"lazy_static",
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
[[package]]
name = "net2"
version = "0.2.35"
@ -1280,9 +1266,9 @@ dependencies = [
[[package]]
name = "num-integer"
version = "0.1.43"
version = "0.1.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
dependencies = [
"autocfg",
"num-traits",
@ -1290,9 +1276,9 @@ dependencies = [
[[package]]
name = "num-traits"
version = "0.2.12"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
dependencies = [
"autocfg",
]
@ -1331,9 +1317,9 @@ dependencies = [
[[package]]
name = "object"
version = "0.21.1"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37fd5004feb2ce328a52b0b3d01dbf4ffff72583493900ed15f22d4111c51693"
checksum = "8d3b63360ec3cb337817c2dbd47ab4a0f170d285d8e5a2064600f3def1402397"
[[package]]
name = "once_cell"
@ -1341,6 +1327,39 @@ version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad"
[[package]]
name = "openssl"
version = "0.10.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d575eff3665419f9b83678ff2815858ad9d11567e082f5ac1814baba4e2bcb4"
dependencies = [
"bitflags",
"cfg-if 0.1.10",
"foreign-types",
"lazy_static",
"libc",
"openssl-sys",
]
[[package]]
name = "openssl-probe"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
[[package]]
name = "openssl-sys"
version = "0.9.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de"
dependencies = [
"autocfg",
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "parking_lot"
version = "0.11.0"
@ -1408,7 +1427,16 @@ version = "0.4.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ffbc8e94b38ea3d2d8ba92aea2983b503cd75d0888d75b86bb37970b5698e15"
dependencies = [
"pin-project-internal",
"pin-project-internal 0.4.27",
]
[[package]]
name = "pin-project"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee41d838744f60d959d7074e3afb6b35c7456d0f61cad38a24e35e6553f73841"
dependencies = [
"pin-project-internal 1.0.1",
]
[[package]]
@ -1422,6 +1450,17 @@ dependencies = [
"syn",
]
[[package]]
name = "pin-project-internal"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81a4ffa594b66bff340084d4081df649a7dc049ac8d7fc458d8e628bfbbb2f86"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "pin-project-lite"
version = "0.1.11"
@ -1440,6 +1479,12 @@ version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
[[package]]
name = "podio"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b18befed8bc2b61abc79a457295e7e838417326da1586050b919414073977f19"
[[package]]
name = "ppv-lite86"
version = "0.2.9"
@ -1457,9 +1502,9 @@ dependencies = [
[[package]]
name = "proc-macro-hack"
version = "0.5.18"
version = "0.5.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99c605b9a0adc77b7211c6b1f722dcb613d68d66859a44f3d485a6da332b0598"
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
[[package]]
name = "proc-macro-nested"
@ -1636,9 +1681,9 @@ dependencies = [
[[package]]
name = "regex"
version = "1.4.1"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8963b85b8ce3074fecffde43b4b0dded83ce2f367dc8d363afc56679f3ee820b"
checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c"
dependencies = [
"aho-corasick",
"memchr",
@ -1648,9 +1693,9 @@ dependencies = [
[[package]]
name = "regex-syntax"
version = "0.6.20"
version = "0.6.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8cab7a364d15cde1e505267766a2d3c4e22a843e1a601f0fa7564c0f82ced11c"
checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"
[[package]]
name = "remove_dir_all"
@ -1697,11 +1742,13 @@ dependencies = [
"hyper",
"hyper-rustls",
"hyper-timeout",
"hyper-tls",
"js-sys",
"lazy_static",
"log",
"mime",
"mime_guess",
"native-tls",
"percent-encoding",
"pin-project-lite",
"rustls",
@ -1711,6 +1758,7 @@ dependencies = [
"tokio",
"tokio-rustls",
"tokio-socks",
"tokio-tls",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
@ -1764,9 +1812,9 @@ dependencies = [
[[package]]
name = "rustc-demangle"
version = "0.1.17"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2610b7f643d18c87dff3b489950269617e6601a51f1f05aa5daefee36f64f0b"
checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232"
[[package]]
name = "rustls"
@ -1787,6 +1835,16 @@ version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
[[package]]
name = "schannel"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
dependencies = [
"lazy_static",
"winapi 0.3.9",
]
[[package]]
name = "scopeguard"
version = "1.1.0"
@ -1803,6 +1861,29 @@ dependencies = [
"untrusted",
]
[[package]]
name = "security-framework"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64808902d7d99f78eaddd2b4e2509713babc3dc3c85ad6f4c447680f3c01e535"
dependencies = [
"bitflags",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17bf11d99252f512695eb468de5516e5cf75455521e69dfe343f3b74e4748405"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "serde"
version = "1.0.117"
@ -1948,11 +2029,10 @@ dependencies = [
[[package]]
name = "slog-stdlog"
version = "4.0.0"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be4d87903baf655da2d82bc3ac3f7ef43868c58bf712b3a661fda72009304c23"
checksum = "8228ab7302adbf4fcb37e66f3cda78003feb521e7fd9e3847ec117a7784d0f5a"
dependencies = [
"crossbeam",
"log",
"slog",
"slog-scope",
@ -2015,9 +2095,9 @@ checksum = "343f3f510c2915908f155e94f17220b19ccfacf2a64a2a5d8004f2c3e311e7fd"
[[package]]
name = "syn"
version = "1.0.45"
version = "1.0.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea9c5432ff16d6152371f808fb5a871cd67368171b09bb21b43df8e4a47a3556"
checksum = "cc371affeffc477f42a221a1e4297aedcea33d47d19b61455588bd9d8f6b19ac"
dependencies = [
"proc-macro2",
"quote",
@ -2179,6 +2259,16 @@ dependencies = [
"tokio",
]
[[package]]
name = "tokio-tls"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343"
dependencies = [
"native-tls",
"tokio",
]
[[package]]
name = "tokio-util"
version = "0.3.1"
@ -2229,6 +2319,16 @@ dependencies = [
"lazy_static",
]
[[package]]
name = "tracing-futures"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c"
dependencies = [
"pin-project 0.4.27",
"tracing",
]
[[package]]
name = "try-lock"
version = "0.2.3"
@ -2579,13 +2679,12 @@ dependencies = [
[[package]]
name = "zip"
version = "0.5.8"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "543adf038106b64cfca4711c82c917d785e3540e04f7996554488f988ec43124"
checksum = "58287c28d78507f5f91f2a4cf1e8310e2c76fd4c6932f93ac60fd1ceb402db7d"
dependencies = [
"byteorder",
"crc32fast",
"flate2",
"thiserror",
"podio",
"time",
]

View File

@ -1,133 +0,0 @@
[package]
name = "anki"
version = "2.1.36" # automatically updated
edition = "2018"
authors = ["Ankitects Pty Ltd and contributors"]
license = "AGPL-3.0-or-later"
description = "Anki's Rust library code"
readme = "README.md"
[raze]
# The WORKSPACE relative path to the Cargo.toml working directory.
workspace_path = "//cargo"
# The target to generate BUILD rules for.
#target = "x86_64-apple-darwin"
#target = "x86_64-pc-windows-gnu"
targets = [
"i686-apple-darwin",
"i686-pc-windows-msvc",
"i686-unknown-linux-gnu",
"x86_64-apple-darwin",
"x86_64-apple-ios",
"x86_64-pc-windows-msvc",
"x86_64-unknown-linux-gnu",
"aarch64-apple-ios",
]
genmode = "Remote"
default_gen_buildrs = true
[raze.crates.pyo3.'0.11.1']
data_attr = "glob([\"**\"])"
[raze.crates.ring.'0.16.15']
data_attr = "glob([\"src/**\"])"
[raze.crates.webpki.'0.21.3']
data_attr = "glob([\"src/**\"])"
[lib]
name = "anki"
path = "src/lib.rs"
[dependencies]
# pinned as any changes could invalidate sqlite indexes
unicase = "=2.6.0"
nom = "5.1.2"
failure = "0.1.8"
prost = { git = "https://github.com/danburkert/prost.git", rev = "4ded4a98ef339da0b7babd4efee3fbe8adaf746b" }
bytes = "0.5.5"
chrono = "0.4.13"
lazy_static = "1.4.0"
regex = "1.3.9"
hex = "0.4.2"
htmlescape = "0.3.1"
sha1 = "0.6.0"
unicode-normalization = "0.1.13"
tempfile = "3.1.0"
serde = "1.0.114"
serde_json = "1.0.56"
tokio = { version = "0.2.21", features = ["fs", "rt-threaded"] }
serde_derive = "1.0.114"
zip = { version = "0.5.8", default-features = false, features = ["deflate", "time"] }
serde_tuple = "0.5.0"
coarsetime = { git = "https://github.com/ankitects/rust-coarsetime.git", branch="old-mac-compat" }
utime = "0.3.1"
serde-aux = "0.6.1"
unic-langid = { version = "0.8.0", features = ["macros"] }
fluent = { git = "https://github.com/ankitects/fluent-rs.git", branch="32bit-panic" }
intl-memoizer = { git = "https://github.com/ankitects/fluent-rs.git", branch="32bit-panic" }
num-format = "0.4.0"
slog = { version = "2.5.2", features = ["max_level_trace", "release_max_level_debug"] }
slog-term = "2.6.0"
slog-async = "2.5.0"
slog-envlogger = "2.2.0"
slog-stdlog = "4.0.0"
log = { version = "0.4.11", features = ["std"] }
serde_repr = "0.1.6"
num_enum = "0.5.0"
futures = "0.3.5"
rand = "0.7.3"
num-integer = "0.1.43"
itertools = "0.9.0"
flate2 = "1.0.14"
pin-project = "0.4.22"
async-compression = { version = "0.3.5", features = ["stream", "gzip"] }
askama = "0.10.1"
hyper = "0.13.7"
once_cell = "1.4.1"
scopeguard = "1.1.0"
blake3 = "0.3.5"
[dependencies.pyo3]
version = "0.11.0"
features = ["extension-module"]
[target.'cfg(target_vendor="apple")'.dependencies.rusqlite]
version = "0.23.1"
features = ["trace", "functions", "collation"]
[target.'cfg(not(target_vendor="apple"))'.dependencies.rusqlite]
version = "0.23.1"
features = ["trace", "functions", "collation", "bundled"]
#[dependencies.reqwest_linux]
#git = "https://github.com/ankitects/reqwest.git"
#rev = "57665e2c2a39db85723ba860f1b570a608bb73f9"
#features = ["json", "socks", "stream", "rustls-tls"]
#package = "reqwest"
#[target.'cfg(not(linux))'.dependencies.reqwest]
#git = "https://github.com/ankitects/reqwest.git"
#rev = "57665e2c2a39db85723ba860f1b570a608bb73f9"
#features = ["json", "socks", "stream"]
#[dependencies.reqwest]
#git = "https://github.com/ankitects/reqwest.git"
#rev = "57665e2c2a39db85723ba860f1b570a608bb73f9"
#features = ["json", "socks", "stream"]
[dependencies.reqwest]
git = "https://github.com/ankitects/reqwest.git"
rev = "57665e2c2a39db85723ba860f1b570a608bb73f9"
default-features = false
features = ["json", "socks", "stream", "rustls-tls"]
[build-dependencies]
# 0.6.1 stable release depends on compile time PROTOC
prost-build = { git = "https://github.com/danburkert/prost.git", rev = "4ded4a98ef339da0b7babd4efee3fbe8adaf746b" }
fluent-syntax = "0.9.3"
[dev-dependencies]
env_logger = "0.7.1"

View File

@ -13,12 +13,12 @@ def raze_fetch_remote_crates():
"""This function defines a collection of repos and should be called in a WORKSPACE file"""
maybe(
http_archive,
name = "raze__addr2line__0_13_0",
url = "https://crates.io/api/v1/crates/addr2line/0.13.0/download",
name = "raze__addr2line__0_14_0",
url = "https://crates.io/api/v1/crates/addr2line/0.14.0/download",
type = "tar.gz",
sha256 = "1b6a2d3371669ab3ca9797670853d61402b03d0b4b9ebf33d677dfa720203072",
strip_prefix = "addr2line-0.13.0",
build_file = Label("//cargo/remote:addr2line-0.13.0.BUILD.bazel"),
sha256 = "7c0929d69e78dd9bf5408269919fcbcaeb2e35e5d43e5815517cdc6a8e11a423",
strip_prefix = "addr2line-0.14.0",
build_file = Label("//cargo/remote:addr2line-0.14.0.BUILD.bazel"),
)
maybe(
@ -31,16 +31,6 @@ def raze_fetch_remote_crates():
build_file = Label("//cargo/remote:adler-0.2.3.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__adler32__1_2_0",
url = "https://crates.io/api/v1/crates/adler32/1.2.0/download",
type = "tar.gz",
sha256 = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234",
strip_prefix = "adler32-1.2.0",
build_file = Label("//cargo/remote:adler32-1.2.0.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__aho_corasick__0_7_14",
@ -93,12 +83,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__arrayvec__0_5_1",
url = "https://crates.io/api/v1/crates/arrayvec/0.5.1/download",
name = "raze__arrayvec__0_5_2",
url = "https://crates.io/api/v1/crates/arrayvec/0.5.2/download",
type = "tar.gz",
sha256 = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8",
strip_prefix = "arrayvec-0.5.1",
build_file = Label("//cargo/remote:arrayvec-0.5.1.BUILD.bazel"),
sha256 = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b",
strip_prefix = "arrayvec-0.5.2",
build_file = Label("//cargo/remote:arrayvec-0.5.2.BUILD.bazel"),
)
maybe(
@ -173,12 +163,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__backtrace__0_3_53",
url = "https://crates.io/api/v1/crates/backtrace/0.3.53/download",
name = "raze__backtrace__0_3_54",
url = "https://crates.io/api/v1/crates/backtrace/0.3.54/download",
type = "tar.gz",
sha256 = "707b586e0e2f247cbde68cdd2c3ce69ea7b7be43e1c5b426e37c9319c4b9838e",
strip_prefix = "backtrace-0.3.53",
build_file = Label("//cargo/remote:backtrace-0.3.53.BUILD.bazel"),
sha256 = "2baad346b2d4e94a24347adeee9c7a93f412ee94b9cc26e5b59dea23848e9f28",
strip_prefix = "backtrace-0.3.54",
build_file = Label("//cargo/remote:backtrace-0.3.54.BUILD.bazel"),
)
maybe(
@ -342,22 +332,32 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__crc32fast__1_2_0",
url = "https://crates.io/api/v1/crates/crc32fast/1.2.0/download",
name = "raze__core_foundation__0_7_0",
url = "https://crates.io/api/v1/crates/core-foundation/0.7.0/download",
type = "tar.gz",
sha256 = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1",
strip_prefix = "crc32fast-1.2.0",
build_file = Label("//cargo/remote:crc32fast-1.2.0.BUILD.bazel"),
sha256 = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171",
strip_prefix = "core-foundation-0.7.0",
build_file = Label("//cargo/remote:core-foundation-0.7.0.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__crossbeam__0_7_3",
url = "https://crates.io/api/v1/crates/crossbeam/0.7.3/download",
name = "raze__core_foundation_sys__0_7_0",
url = "https://crates.io/api/v1/crates/core-foundation-sys/0.7.0/download",
type = "tar.gz",
sha256 = "69323bff1fb41c635347b8ead484a5ca6c3f11914d784170b158d8449ab07f8e",
strip_prefix = "crossbeam-0.7.3",
build_file = Label("//cargo/remote:crossbeam-0.7.3.BUILD.bazel"),
sha256 = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac",
strip_prefix = "core-foundation-sys-0.7.0",
build_file = Label("//cargo/remote:core-foundation-sys-0.7.0.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__crc32fast__1_2_1",
url = "https://crates.io/api/v1/crates/crc32fast/1.2.1/download",
type = "tar.gz",
sha256 = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a",
strip_prefix = "crc32fast-1.2.1",
build_file = Label("//cargo/remote:crc32fast-1.2.1.BUILD.bazel"),
)
maybe(
@ -370,36 +370,6 @@ def raze_fetch_remote_crates():
build_file = Label("//cargo/remote:crossbeam-channel-0.4.4.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__crossbeam_deque__0_7_3",
url = "https://crates.io/api/v1/crates/crossbeam-deque/0.7.3/download",
type = "tar.gz",
sha256 = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285",
strip_prefix = "crossbeam-deque-0.7.3",
build_file = Label("//cargo/remote:crossbeam-deque-0.7.3.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__crossbeam_epoch__0_8_2",
url = "https://crates.io/api/v1/crates/crossbeam-epoch/0.8.2/download",
type = "tar.gz",
sha256 = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace",
strip_prefix = "crossbeam-epoch-0.8.2",
build_file = Label("//cargo/remote:crossbeam-epoch-0.8.2.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__crossbeam_queue__0_2_3",
url = "https://crates.io/api/v1/crates/crossbeam-queue/0.2.3/download",
type = "tar.gz",
sha256 = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570",
strip_prefix = "crossbeam-queue-0.2.3",
build_file = Label("//cargo/remote:crossbeam-queue-0.2.3.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__crossbeam_utils__0_7_2",
@ -502,12 +472,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__encoding_rs__0_8_24",
url = "https://crates.io/api/v1/crates/encoding_rs/0.8.24/download",
name = "raze__encoding_rs__0_8_25",
url = "https://crates.io/api/v1/crates/encoding_rs/0.8.25/download",
type = "tar.gz",
sha256 = "a51b8cf747471cb9499b6d59e59b0444f4c90eba8968c4e44874e92b5b64ace2",
strip_prefix = "encoding_rs-0.8.24",
build_file = Label("//cargo/remote:encoding_rs-0.8.24.BUILD.bazel"),
sha256 = "f62bc5e388624f1a13da83b479275dbec9663a876e414df80decf7d2cdab6670",
strip_prefix = "encoding_rs-0.8.25",
build_file = Label("//cargo/remote:encoding_rs-0.8.25.BUILD.bazel"),
)
maybe(
@ -572,12 +542,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__flate2__1_0_14",
url = "https://crates.io/api/v1/crates/flate2/1.0.14/download",
name = "raze__flate2__1_0_18",
url = "https://crates.io/api/v1/crates/flate2/1.0.18/download",
type = "tar.gz",
sha256 = "2cfff41391129e0a856d6d822600b8d71179d46879e310417eb9c762eb178b42",
strip_prefix = "flate2-1.0.14",
build_file = Label("//cargo/remote:flate2-1.0.14.BUILD.bazel"),
sha256 = "da80be589a72651dcda34d8b35bcdc9b7254ad06325611074d9cc0fbb19f60ee",
strip_prefix = "flate2-1.0.18",
build_file = Label("//cargo/remote:flate2-1.0.18.BUILD.bazel"),
)
maybe(
@ -628,6 +598,26 @@ def raze_fetch_remote_crates():
build_file = Label("//cargo/remote:fnv-1.0.7.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__foreign_types__0_3_2",
url = "https://crates.io/api/v1/crates/foreign-types/0.3.2/download",
type = "tar.gz",
sha256 = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1",
strip_prefix = "foreign-types-0.3.2",
build_file = Label("//cargo/remote:foreign-types-0.3.2.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__foreign_types_shared__0_1_1",
url = "https://crates.io/api/v1/crates/foreign-types-shared/0.1.1/download",
type = "tar.gz",
sha256 = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b",
strip_prefix = "foreign-types-shared-0.1.1",
build_file = Label("//cargo/remote:foreign-types-shared-0.1.1.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__fuchsia_zircon__0_3_3",
@ -650,92 +640,92 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__futures__0_3_6",
url = "https://crates.io/api/v1/crates/futures/0.3.6/download",
name = "raze__futures__0_3_7",
url = "https://crates.io/api/v1/crates/futures/0.3.7/download",
type = "tar.gz",
sha256 = "5d8e3078b7b2a8a671cb7a3d17b4760e4181ea243227776ba83fd043b4ca034e",
strip_prefix = "futures-0.3.6",
build_file = Label("//cargo/remote:futures-0.3.6.BUILD.bazel"),
sha256 = "95314d38584ffbfda215621d723e0a3906f032e03ae5551e650058dac83d4797",
strip_prefix = "futures-0.3.7",
build_file = Label("//cargo/remote:futures-0.3.7.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__futures_channel__0_3_6",
url = "https://crates.io/api/v1/crates/futures-channel/0.3.6/download",
name = "raze__futures_channel__0_3_7",
url = "https://crates.io/api/v1/crates/futures-channel/0.3.7/download",
type = "tar.gz",
sha256 = "a7a4d35f7401e948629c9c3d6638fb9bf94e0b2121e96c3b428cc4e631f3eb74",
strip_prefix = "futures-channel-0.3.6",
build_file = Label("//cargo/remote:futures-channel-0.3.6.BUILD.bazel"),
sha256 = "0448174b01148032eed37ac4aed28963aaaa8cfa93569a08e5b479bbc6c2c151",
strip_prefix = "futures-channel-0.3.7",
build_file = Label("//cargo/remote:futures-channel-0.3.7.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__futures_core__0_3_6",
url = "https://crates.io/api/v1/crates/futures-core/0.3.6/download",
name = "raze__futures_core__0_3_7",
url = "https://crates.io/api/v1/crates/futures-core/0.3.7/download",
type = "tar.gz",
sha256 = "d674eaa0056896d5ada519900dbf97ead2e46a7b6621e8160d79e2f2e1e2784b",
strip_prefix = "futures-core-0.3.6",
build_file = Label("//cargo/remote:futures-core-0.3.6.BUILD.bazel"),
sha256 = "18eaa56102984bed2c88ea39026cff3ce3b4c7f508ca970cedf2450ea10d4e46",
strip_prefix = "futures-core-0.3.7",
build_file = Label("//cargo/remote:futures-core-0.3.7.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__futures_executor__0_3_6",
url = "https://crates.io/api/v1/crates/futures-executor/0.3.6/download",
name = "raze__futures_executor__0_3_7",
url = "https://crates.io/api/v1/crates/futures-executor/0.3.7/download",
type = "tar.gz",
sha256 = "cc709ca1da6f66143b8c9bec8e6260181869893714e9b5a490b169b0414144ab",
strip_prefix = "futures-executor-0.3.6",
build_file = Label("//cargo/remote:futures-executor-0.3.6.BUILD.bazel"),
sha256 = "f5f8e0c9258abaea85e78ebdda17ef9666d390e987f006be6080dfe354b708cb",
strip_prefix = "futures-executor-0.3.7",
build_file = Label("//cargo/remote:futures-executor-0.3.7.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__futures_io__0_3_6",
url = "https://crates.io/api/v1/crates/futures-io/0.3.6/download",
name = "raze__futures_io__0_3_7",
url = "https://crates.io/api/v1/crates/futures-io/0.3.7/download",
type = "tar.gz",
sha256 = "5fc94b64bb39543b4e432f1790b6bf18e3ee3b74653c5449f63310e9a74b123c",
strip_prefix = "futures-io-0.3.6",
build_file = Label("//cargo/remote:futures-io-0.3.6.BUILD.bazel"),
sha256 = "6e1798854a4727ff944a7b12aa999f58ce7aa81db80d2dfaaf2ba06f065ddd2b",
strip_prefix = "futures-io-0.3.7",
build_file = Label("//cargo/remote:futures-io-0.3.7.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__futures_macro__0_3_6",
url = "https://crates.io/api/v1/crates/futures-macro/0.3.6/download",
name = "raze__futures_macro__0_3_7",
url = "https://crates.io/api/v1/crates/futures-macro/0.3.7/download",
type = "tar.gz",
sha256 = "f57ed14da4603b2554682e9f2ff3c65d7567b53188db96cb71538217fc64581b",
strip_prefix = "futures-macro-0.3.6",
build_file = Label("//cargo/remote:futures-macro-0.3.6.BUILD.bazel"),
sha256 = "e36fccf3fc58563b4a14d265027c627c3b665d7fed489427e88e7cc929559efe",
strip_prefix = "futures-macro-0.3.7",
build_file = Label("//cargo/remote:futures-macro-0.3.7.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__futures_sink__0_3_6",
url = "https://crates.io/api/v1/crates/futures-sink/0.3.6/download",
name = "raze__futures_sink__0_3_7",
url = "https://crates.io/api/v1/crates/futures-sink/0.3.7/download",
type = "tar.gz",
sha256 = "0d8764258ed64ebc5d9ed185cf86a95db5cac810269c5d20ececb32e0088abbd",
strip_prefix = "futures-sink-0.3.6",
build_file = Label("//cargo/remote:futures-sink-0.3.6.BUILD.bazel"),
sha256 = "0e3ca3f17d6e8804ae5d3df7a7d35b2b3a6fe89dac84b31872720fc3060a0b11",
strip_prefix = "futures-sink-0.3.7",
build_file = Label("//cargo/remote:futures-sink-0.3.7.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__futures_task__0_3_6",
url = "https://crates.io/api/v1/crates/futures-task/0.3.6/download",
name = "raze__futures_task__0_3_7",
url = "https://crates.io/api/v1/crates/futures-task/0.3.7/download",
type = "tar.gz",
sha256 = "4dd26820a9f3637f1302da8bceba3ff33adbe53464b54ca24d4e2d4f1db30f94",
strip_prefix = "futures-task-0.3.6",
build_file = Label("//cargo/remote:futures-task-0.3.6.BUILD.bazel"),
sha256 = "96d502af37186c4fef99453df03e374683f8a1eec9dcc1e66b3b82dc8278ce3c",
strip_prefix = "futures-task-0.3.7",
build_file = Label("//cargo/remote:futures-task-0.3.7.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__futures_util__0_3_6",
url = "https://crates.io/api/v1/crates/futures-util/0.3.6/download",
name = "raze__futures_util__0_3_7",
url = "https://crates.io/api/v1/crates/futures-util/0.3.7/download",
type = "tar.gz",
sha256 = "8a894a0acddba51a2d49a6f4263b1e64b8c579ece8af50fa86503d52cd1eea34",
strip_prefix = "futures-util-0.3.6",
build_file = Label("//cargo/remote:futures-util-0.3.6.BUILD.bazel"),
sha256 = "abcb44342f62e6f3e8ac427b8aa815f724fd705dfad060b18ac7866c15bb8e34",
strip_prefix = "futures-util-0.3.7",
build_file = Label("//cargo/remote:futures-util-0.3.7.BUILD.bazel"),
)
maybe(
@ -780,22 +770,22 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__gimli__0_22_0",
url = "https://crates.io/api/v1/crates/gimli/0.22.0/download",
name = "raze__gimli__0_23_0",
url = "https://crates.io/api/v1/crates/gimli/0.23.0/download",
type = "tar.gz",
sha256 = "aaf91faf136cb47367fa430cd46e37a788775e7fa104f8b4bcb3861dc389b724",
strip_prefix = "gimli-0.22.0",
build_file = Label("//cargo/remote:gimli-0.22.0.BUILD.bazel"),
sha256 = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce",
strip_prefix = "gimli-0.23.0",
build_file = Label("//cargo/remote:gimli-0.23.0.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__h2__0_2_6",
url = "https://crates.io/api/v1/crates/h2/0.2.6/download",
name = "raze__h2__0_2_7",
url = "https://crates.io/api/v1/crates/h2/0.2.7/download",
type = "tar.gz",
sha256 = "993f9e0baeed60001cf565546b0d3dbe6a6ad23f2bd31644a133c641eccf6d53",
strip_prefix = "h2-0.2.6",
build_file = Label("//cargo/remote:h2-0.2.6.BUILD.bazel"),
sha256 = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535",
strip_prefix = "h2-0.2.7",
build_file = Label("//cargo/remote:h2-0.2.7.BUILD.bazel"),
)
maybe(
@ -937,6 +927,16 @@ def raze_fetch_remote_crates():
init_submodules = True,
)
maybe(
http_archive,
name = "raze__hyper_tls__0_4_3",
url = "https://crates.io/api/v1/crates/hyper-tls/0.4.3/download",
type = "tar.gz",
sha256 = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed",
strip_prefix = "hyper-tls-0.4.3",
build_file = Label("//cargo/remote:hyper-tls-0.4.3.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__idna__0_2_0",
@ -979,12 +979,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__instant__0_1_7",
url = "https://crates.io/api/v1/crates/instant/0.1.7/download",
name = "raze__instant__0_1_8",
url = "https://crates.io/api/v1/crates/instant/0.1.8/download",
type = "tar.gz",
sha256 = "63312a18f7ea8760cdd0a7c5aac1a619752a246b833545e3e36d1f81f7cd9e66",
strip_prefix = "instant-0.1.7",
build_file = Label("//cargo/remote:instant-0.1.7.BUILD.bazel"),
sha256 = "cb1fc4429a33e1f80d41dc9fea4d108a88bec1de8053878898ae448a0b52f613",
strip_prefix = "instant-0.1.8",
build_file = Label("//cargo/remote:instant-0.1.8.BUILD.bazel"),
)
maybe(
@ -1098,12 +1098,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__libc__0_2_79",
url = "https://crates.io/api/v1/crates/libc/0.2.79/download",
name = "raze__libc__0_2_80",
url = "https://crates.io/api/v1/crates/libc/0.2.80/download",
type = "tar.gz",
sha256 = "2448f6066e80e3bfc792e9c98bf705b4b0fc6e8ef5b43e5889aff0eaa9c58743",
strip_prefix = "libc-0.2.79",
build_file = Label("//cargo/remote:libc-0.2.79.BUILD.bazel"),
sha256 = "4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614",
strip_prefix = "libc-0.2.80",
build_file = Label("//cargo/remote:libc-0.2.80.BUILD.bazel"),
)
maybe(
@ -1178,22 +1178,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__memchr__2_3_3",
url = "https://crates.io/api/v1/crates/memchr/2.3.3/download",
name = "raze__memchr__2_3_4",
url = "https://crates.io/api/v1/crates/memchr/2.3.4/download",
type = "tar.gz",
sha256 = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400",
strip_prefix = "memchr-2.3.3",
build_file = Label("//cargo/remote:memchr-2.3.3.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__memoffset__0_5_6",
url = "https://crates.io/api/v1/crates/memoffset/0.5.6/download",
type = "tar.gz",
sha256 = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa",
strip_prefix = "memoffset-0.5.6",
build_file = Label("//cargo/remote:memoffset-0.5.6.BUILD.bazel"),
sha256 = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525",
strip_prefix = "memchr-2.3.4",
build_file = Label("//cargo/remote:memchr-2.3.4.BUILD.bazel"),
)
maybe(
@ -1216,16 +1206,6 @@ def raze_fetch_remote_crates():
build_file = Label("//cargo/remote:mime_guess-2.0.3.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__miniz_oxide__0_3_7",
url = "https://crates.io/api/v1/crates/miniz_oxide/0.3.7/download",
type = "tar.gz",
sha256 = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435",
strip_prefix = "miniz_oxide-0.3.7",
build_file = Label("//cargo/remote:miniz_oxide-0.3.7.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__miniz_oxide__0_4_3",
@ -1266,6 +1246,16 @@ def raze_fetch_remote_crates():
build_file = Label("//cargo/remote:multimap-0.8.2.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__native_tls__0_2_4",
url = "https://crates.io/api/v1/crates/native-tls/0.2.4/download",
type = "tar.gz",
sha256 = "2b0d88c06fe90d5ee94048ba40409ef1d9315d86f6f38c2efdaad4fb50c58b2d",
strip_prefix = "native-tls-0.2.4",
build_file = Label("//cargo/remote:native-tls-0.2.4.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__net2__0_2_35",
@ -1308,22 +1298,22 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__num_integer__0_1_43",
url = "https://crates.io/api/v1/crates/num-integer/0.1.43/download",
name = "raze__num_integer__0_1_44",
url = "https://crates.io/api/v1/crates/num-integer/0.1.44/download",
type = "tar.gz",
sha256 = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b",
strip_prefix = "num-integer-0.1.43",
build_file = Label("//cargo/remote:num-integer-0.1.43.BUILD.bazel"),
sha256 = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db",
strip_prefix = "num-integer-0.1.44",
build_file = Label("//cargo/remote:num-integer-0.1.44.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__num_traits__0_2_12",
url = "https://crates.io/api/v1/crates/num-traits/0.2.12/download",
name = "raze__num_traits__0_2_14",
url = "https://crates.io/api/v1/crates/num-traits/0.2.14/download",
type = "tar.gz",
sha256 = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611",
strip_prefix = "num-traits-0.2.12",
build_file = Label("//cargo/remote:num-traits-0.2.12.BUILD.bazel"),
sha256 = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290",
strip_prefix = "num-traits-0.2.14",
build_file = Label("//cargo/remote:num-traits-0.2.14.BUILD.bazel"),
)
maybe(
@ -1358,12 +1348,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__object__0_21_1",
url = "https://crates.io/api/v1/crates/object/0.21.1/download",
name = "raze__object__0_22_0",
url = "https://crates.io/api/v1/crates/object/0.22.0/download",
type = "tar.gz",
sha256 = "37fd5004feb2ce328a52b0b3d01dbf4ffff72583493900ed15f22d4111c51693",
strip_prefix = "object-0.21.1",
build_file = Label("//cargo/remote:object-0.21.1.BUILD.bazel"),
sha256 = "8d3b63360ec3cb337817c2dbd47ab4a0f170d285d8e5a2064600f3def1402397",
strip_prefix = "object-0.22.0",
build_file = Label("//cargo/remote:object-0.22.0.BUILD.bazel"),
)
maybe(
@ -1376,6 +1366,36 @@ def raze_fetch_remote_crates():
build_file = Label("//cargo/remote:once_cell-1.4.1.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__openssl__0_10_30",
url = "https://crates.io/api/v1/crates/openssl/0.10.30/download",
type = "tar.gz",
sha256 = "8d575eff3665419f9b83678ff2815858ad9d11567e082f5ac1814baba4e2bcb4",
strip_prefix = "openssl-0.10.30",
build_file = Label("//cargo/remote:openssl-0.10.30.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__openssl_probe__0_1_2",
url = "https://crates.io/api/v1/crates/openssl-probe/0.1.2/download",
type = "tar.gz",
sha256 = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de",
strip_prefix = "openssl-probe-0.1.2",
build_file = Label("//cargo/remote:openssl-probe-0.1.2.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__openssl_sys__0_9_58",
url = "https://crates.io/api/v1/crates/openssl-sys/0.9.58/download",
type = "tar.gz",
sha256 = "a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de",
strip_prefix = "openssl-sys-0.9.58",
build_file = Label("//cargo/remote:openssl-sys-0.9.58.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__parking_lot__0_11_0",
@ -1446,6 +1466,16 @@ def raze_fetch_remote_crates():
build_file = Label("//cargo/remote:pin-project-0.4.27.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__pin_project__1_0_1",
url = "https://crates.io/api/v1/crates/pin-project/1.0.1/download",
type = "tar.gz",
sha256 = "ee41d838744f60d959d7074e3afb6b35c7456d0f61cad38a24e35e6553f73841",
strip_prefix = "pin-project-1.0.1",
build_file = Label("//cargo/remote:pin-project-1.0.1.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__pin_project_internal__0_4_27",
@ -1456,6 +1486,16 @@ def raze_fetch_remote_crates():
build_file = Label("//cargo/remote:pin-project-internal-0.4.27.BUILD.bazel"),
)
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",
type = "tar.gz",
sha256 = "81a4ffa594b66bff340084d4081df649a7dc049ac8d7fc458d8e628bfbbb2f86",
strip_prefix = "pin-project-internal-1.0.1",
build_file = Label("//cargo/remote:pin-project-internal-1.0.1.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__pin_project_lite__0_1_11",
@ -1486,6 +1526,16 @@ def raze_fetch_remote_crates():
build_file = Label("//cargo/remote:pkg-config-0.3.19.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__podio__0_1_7",
url = "https://crates.io/api/v1/crates/podio/0.1.7/download",
type = "tar.gz",
sha256 = "b18befed8bc2b61abc79a457295e7e838417326da1586050b919414073977f19",
strip_prefix = "podio-0.1.7",
build_file = Label("//cargo/remote:podio-0.1.7.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__ppv_lite86__0_2_9",
@ -1508,12 +1558,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__proc_macro_hack__0_5_18",
url = "https://crates.io/api/v1/crates/proc-macro-hack/0.5.18/download",
name = "raze__proc_macro_hack__0_5_19",
url = "https://crates.io/api/v1/crates/proc-macro-hack/0.5.19/download",
type = "tar.gz",
sha256 = "99c605b9a0adc77b7211c6b1f722dcb613d68d66859a44f3d485a6da332b0598",
strip_prefix = "proc-macro-hack-0.5.18",
build_file = Label("//cargo/remote:proc-macro-hack-0.5.18.BUILD.bazel"),
sha256 = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5",
strip_prefix = "proc-macro-hack-0.5.19",
build_file = Label("//cargo/remote:proc-macro-hack-0.5.19.BUILD.bazel"),
)
maybe(
@ -1684,22 +1734,22 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__regex__1_4_1",
url = "https://crates.io/api/v1/crates/regex/1.4.1/download",
name = "raze__regex__1_4_2",
url = "https://crates.io/api/v1/crates/regex/1.4.2/download",
type = "tar.gz",
sha256 = "8963b85b8ce3074fecffde43b4b0dded83ce2f367dc8d363afc56679f3ee820b",
strip_prefix = "regex-1.4.1",
build_file = Label("//cargo/remote:regex-1.4.1.BUILD.bazel"),
sha256 = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c",
strip_prefix = "regex-1.4.2",
build_file = Label("//cargo/remote:regex-1.4.2.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__regex_syntax__0_6_20",
url = "https://crates.io/api/v1/crates/regex-syntax/0.6.20/download",
name = "raze__regex_syntax__0_6_21",
url = "https://crates.io/api/v1/crates/regex-syntax/0.6.21/download",
type = "tar.gz",
sha256 = "8cab7a364d15cde1e505267766a2d3c4e22a843e1a601f0fa7564c0f82ced11c",
strip_prefix = "regex-syntax-0.6.20",
build_file = Label("//cargo/remote:regex-syntax-0.6.20.BUILD.bazel"),
sha256 = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189",
strip_prefix = "regex-syntax-0.6.21",
build_file = Label("//cargo/remote:regex-syntax-0.6.21.BUILD.bazel"),
)
maybe(
@ -1773,12 +1823,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__rustc_demangle__0_1_17",
url = "https://crates.io/api/v1/crates/rustc-demangle/0.1.17/download",
name = "raze__rustc_demangle__0_1_18",
url = "https://crates.io/api/v1/crates/rustc-demangle/0.1.18/download",
type = "tar.gz",
sha256 = "b2610b7f643d18c87dff3b489950269617e6601a51f1f05aa5daefee36f64f0b",
strip_prefix = "rustc-demangle-0.1.17",
build_file = Label("//cargo/remote:rustc-demangle-0.1.17.BUILD.bazel"),
sha256 = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232",
strip_prefix = "rustc-demangle-0.1.18",
build_file = Label("//cargo/remote:rustc-demangle-0.1.18.BUILD.bazel"),
)
maybe(
@ -1801,6 +1851,16 @@ def raze_fetch_remote_crates():
build_file = Label("//cargo/remote:ryu-1.0.5.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__schannel__0_1_19",
url = "https://crates.io/api/v1/crates/schannel/0.1.19/download",
type = "tar.gz",
sha256 = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75",
strip_prefix = "schannel-0.1.19",
build_file = Label("//cargo/remote:schannel-0.1.19.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__scopeguard__1_1_0",
@ -1821,6 +1881,26 @@ def raze_fetch_remote_crates():
build_file = Label("//cargo/remote:sct-0.6.0.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__security_framework__0_4_4",
url = "https://crates.io/api/v1/crates/security-framework/0.4.4/download",
type = "tar.gz",
sha256 = "64808902d7d99f78eaddd2b4e2509713babc3dc3c85ad6f4c447680f3c01e535",
strip_prefix = "security-framework-0.4.4",
build_file = Label("//cargo/remote:security-framework-0.4.4.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__security_framework_sys__0_4_3",
url = "https://crates.io/api/v1/crates/security-framework-sys/0.4.3/download",
type = "tar.gz",
sha256 = "17bf11d99252f512695eb468de5516e5cf75455521e69dfe343f3b74e4748405",
strip_prefix = "security-framework-sys-0.4.3",
build_file = Label("//cargo/remote:security-framework-sys-0.4.3.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__serde__1_0_117",
@ -1963,12 +2043,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__slog_stdlog__4_0_0",
url = "https://crates.io/api/v1/crates/slog-stdlog/4.0.0/download",
name = "raze__slog_stdlog__4_1_0",
url = "https://crates.io/api/v1/crates/slog-stdlog/4.1.0/download",
type = "tar.gz",
sha256 = "be4d87903baf655da2d82bc3ac3f7ef43868c58bf712b3a661fda72009304c23",
strip_prefix = "slog-stdlog-4.0.0",
build_file = Label("//cargo/remote:slog-stdlog-4.0.0.BUILD.bazel"),
sha256 = "8228ab7302adbf4fcb37e66f3cda78003feb521e7fd9e3847ec117a7784d0f5a",
strip_prefix = "slog-stdlog-4.1.0",
build_file = Label("//cargo/remote:slog-stdlog-4.1.0.BUILD.bazel"),
)
maybe(
@ -2043,12 +2123,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__syn__1_0_45",
url = "https://crates.io/api/v1/crates/syn/1.0.45/download",
name = "raze__syn__1_0_48",
url = "https://crates.io/api/v1/crates/syn/1.0.48/download",
type = "tar.gz",
sha256 = "ea9c5432ff16d6152371f808fb5a871cd67368171b09bb21b43df8e4a47a3556",
strip_prefix = "syn-1.0.45",
build_file = Label("//cargo/remote:syn-1.0.45.BUILD.bazel"),
sha256 = "cc371affeffc477f42a221a1e4297aedcea33d47d19b61455588bd9d8f6b19ac",
strip_prefix = "syn-1.0.48",
build_file = Label("//cargo/remote:syn-1.0.48.BUILD.bazel"),
)
maybe(
@ -2200,6 +2280,16 @@ def raze_fetch_remote_crates():
build_file = Label("//cargo/remote:tokio-socks-0.2.2.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__tokio_tls__0_3_1",
url = "https://crates.io/api/v1/crates/tokio-tls/0.3.1/download",
type = "tar.gz",
sha256 = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343",
strip_prefix = "tokio-tls-0.3.1",
build_file = Label("//cargo/remote:tokio-tls-0.3.1.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__tokio_util__0_3_1",
@ -2250,6 +2340,16 @@ def raze_fetch_remote_crates():
build_file = Label("//cargo/remote:tracing-core-0.1.17.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__tracing_futures__0_2_4",
url = "https://crates.io/api/v1/crates/tracing-futures/0.2.4/download",
type = "tar.gz",
sha256 = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c",
strip_prefix = "tracing-futures-0.2.4",
build_file = Label("//cargo/remote:tracing-futures-0.2.4.BUILD.bazel"),
)
maybe(
http_archive,
name = "raze__try_lock__0_2_3",
@ -2652,10 +2752,10 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__zip__0_5_8",
url = "https://crates.io/api/v1/crates/zip/0.5.8/download",
name = "raze__zip__0_5_6",
url = "https://crates.io/api/v1/crates/zip/0.5.6/download",
type = "tar.gz",
sha256 = "543adf038106b64cfca4711c82c917d785e3540e04f7996554488f988ec43124",
strip_prefix = "zip-0.5.8",
build_file = Label("//cargo/remote:zip-0.5.8.BUILD.bazel"),
sha256 = "58287c28d78507f5f91f2a4cf1e8310e2c76fd4c6932f93ac60fd1ceb402db7d",
strip_prefix = "zip-0.5.6",
build_file = Label("//cargo/remote:zip-0.5.6.BUILD.bazel"),
)

34
cargo/raze.toml Normal file
View File

@ -0,0 +1,34 @@
[package]
name = "dummy"
version = "0.0.0"
edition = "2018"
[lib]
name = "anki"
path = "src/lib.rs"
[raze]
workspace_path = "//cargo"
targets = [
"i686-apple-darwin",
"i686-pc-windows-msvc",
"i686-unknown-linux-gnu",
"x86_64-apple-darwin",
"x86_64-apple-ios",
"x86_64-pc-windows-msvc",
"x86_64-unknown-linux-gnu",
"aarch64-apple-ios",
]
genmode = "Remote"
default_gen_buildrs = true
[raze.crates.pyo3.'0.11.1']
data_attr = "glob([\"**\"])"
[raze.crates.ring.'0.16.15']
data_attr = "glob([\"src/**\"])"
[raze.crates.webpki.'0.21.3']
data_attr = "glob([\"src/**\"])"
# WARNING: don't edit the dependencies below, they are generated by update.py

View File

@ -36,7 +36,7 @@ rust_library(
name = "addr2line",
crate_type = "lib",
deps = [
"@raze__gimli__0_22_0//:gimli",
"@raze__gimli__0_23_0//:gimli",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",
@ -44,7 +44,7 @@ rust_library(
rustc_flags = [
"--cap-lints=allow",
],
version = "0.13.0",
version = "0.14.0",
tags = [
"cargo-raze",
"manual",

View File

@ -35,7 +35,7 @@ rust_library(
name = "aho_corasick",
crate_type = "lib",
deps = [
"@raze__memchr__2_3_3//:memchr",
"@raze__memchr__2_3_4//:memchr",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",

View File

@ -43,7 +43,7 @@ rust_library(
rustc_flags = [
"--cap-lints=allow",
],
version = "0.5.1",
version = "0.5.2",
tags = [
"cargo-raze",
"manual",

View File

@ -38,7 +38,7 @@ rust_library(
"@raze__askama_shared__0_10_4//:askama_shared",
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_7//:quote",
"@raze__syn__1_0_45//:syn",
"@raze__syn__1_0_48//:syn",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",

View File

@ -38,12 +38,12 @@ rust_library(
"@raze__askama_escape__0_10_1//:askama_escape",
"@raze__humansize__1_1_0//:humansize",
"@raze__nom__5_1_2//:nom",
"@raze__num_traits__0_2_12//:num_traits",
"@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_45//:syn",
"@raze__syn__1_0_48//:syn",
"@raze__toml__0_5_7//:toml",
],
srcs = glob(["**/*.rs"]),

View File

@ -36,9 +36,9 @@ rust_library(
crate_type = "lib",
deps = [
"@raze__bytes__0_5_6//:bytes",
"@raze__flate2__1_0_14//:flate2",
"@raze__futures_core__0_3_6//:futures_core",
"@raze__memchr__2_3_3//:memchr",
"@raze__flate2__1_0_18//:flate2",
"@raze__futures_core__0_3_7//:futures_core",
"@raze__memchr__2_3_4//:memchr",
"@raze__pin_project_lite__0_1_11//:pin_project_lite",
],
srcs = glob(["**/*.rs"]),

View File

@ -46,7 +46,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__libc__0_2_79//:libc",
"@raze__libc__0_2_80//:libc",
],
"//conditions:default": [],
}) + selects.with_or({

View File

@ -37,12 +37,12 @@ rust_library(
name = "backtrace",
crate_type = "lib",
deps = [
"@raze__addr2line__0_13_0//:addr2line",
"@raze__addr2line__0_14_0//:addr2line",
"@raze__cfg_if__1_0_0//:cfg_if",
"@raze__libc__0_2_79//:libc",
"@raze__libc__0_2_80//:libc",
"@raze__miniz_oxide__0_4_3//:miniz_oxide",
"@raze__object__0_21_1//:object",
"@raze__rustc_demangle__0_1_17//:rustc_demangle",
"@raze__object__0_22_0//:object",
"@raze__rustc_demangle__0_1_18//:rustc_demangle",
] + selects.with_or({
# cfg(windows)
(
@ -58,7 +58,7 @@ rust_library(
rustc_flags = [
"--cap-lints=allow",
],
version = "0.3.53",
version = "0.3.54",
tags = [
"cargo-raze",
"manual",

View File

@ -36,7 +36,7 @@ rust_library(
crate_type = "lib",
deps = [
"@raze__arrayref__0_3_6//:arrayref",
"@raze__arrayvec__0_5_1//:arrayvec",
"@raze__arrayvec__0_5_2//:arrayvec",
"@raze__constant_time_eq__0_1_5//:constant_time_eq",
],
srcs = glob(["**/*.rs"]),

View File

@ -71,7 +71,7 @@ rust_library(
deps = [
":blake3_build_script",
"@raze__arrayref__0_3_6//:arrayref",
"@raze__arrayvec__0_5_1//:arrayvec",
"@raze__arrayvec__0_5_2//:arrayvec",
"@raze__cfg_if__0_1_10//:cfg_if",
"@raze__constant_time_eq__0_1_5//:constant_time_eq",
"@raze__crypto_mac__0_8_0//:crypto_mac",

View File

@ -36,9 +36,9 @@ rust_library(
name = "chrono",
crate_type = "lib",
deps = [
"@raze__libc__0_2_79//:libc",
"@raze__num_integer__0_1_43//:num_integer",
"@raze__num_traits__0_2_12//:num_traits",
"@raze__libc__0_2_80//:libc",
"@raze__num_integer__0_1_44//:num_integer",
"@raze__num_traits__0_2_14//:num_traits",
"@raze__time__0_1_44//:time",
] + selects.with_or({
# cfg(windows)

View File

@ -36,7 +36,7 @@ rust_library(
crate_type = "lib",
deps = [
"@raze__lazy_static__1_4_0//:lazy_static",
"@raze__libc__0_2_79//:libc",
"@raze__libc__0_2_80//:libc",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",

View File

@ -0,0 +1,55 @@
"""
@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 OR Apache-2.0"
])
# Generated targets
# buildifier: leave-alone
rust_library(
name = "core_foundation",
crate_type = "lib",
deps = [
"@raze__core_foundation_sys__0_7_0//:core_foundation_sys",
"@raze__libc__0_2_80//:libc",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",
edition = "2015",
rustc_flags = [
"--cap-lints=allow",
],
version = "0.7.0",
tags = [
"cargo-raze",
"manual",
],
crate_features = [
],
)
# Unsupported target "use_macro_outside_crate" with type "test" omitted

View File

@ -25,7 +25,7 @@ package(default_visibility = [
])
licenses([
"notice", # MIT from expression "MIT"
"notice", # MIT from expression "MIT OR Apache-2.0"
])
# Generated targets
@ -37,18 +37,16 @@ load(
# buildifier: leave-alone
cargo_build_script(
name = "memoffset_build_script",
name = "core_foundation_sys_build_script",
srcs = glob(["**/*.rs"]),
crate_root = "build.rs",
edition = "2015",
deps = [
"@raze__autocfg__1_0_1//:autocfg",
],
rustc_flags = [
"--cap-lints=allow",
],
crate_features = [
"default",
],
build_script_env = {
},
@ -57,17 +55,17 @@ cargo_build_script(
"cargo-raze",
"manual",
],
version = "0.5.6",
version = "0.7.0",
visibility = ["//visibility:private"],
)
# buildifier: leave-alone
rust_library(
name = "memoffset",
name = "core_foundation_sys",
crate_type = "lib",
deps = [
":memoffset_build_script",
":core_foundation_sys_build_script",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",
@ -75,12 +73,11 @@ rust_library(
rustc_flags = [
"--cap-lints=allow",
],
version = "0.5.6",
version = "0.7.0",
tags = [
"cargo-raze",
"manual",
],
crate_features = [
"default",
],
)

View File

@ -57,7 +57,7 @@ cargo_build_script(
"cargo-raze",
"manual",
],
version = "1.2.0",
version = "1.2.1",
visibility = ["//visibility:private"],
)
@ -69,7 +69,7 @@ rust_library(
crate_type = "lib",
deps = [
":crc32fast_build_script",
"@raze__cfg_if__0_1_10//:cfg_if",
"@raze__cfg_if__1_0_0//:cfg_if",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",
@ -77,7 +77,7 @@ rust_library(
rustc_flags = [
"--cap-lints=allow",
],
version = "1.2.0",
version = "1.2.1",
tags = [
"cargo-raze",
"manual",

View File

@ -1,64 +0,0 @@
"""
@generated
cargo-raze crate build file.
DO NOT EDIT! Replaced on runs of cargo-raze
"""
# buildifier: disable=load
load(
"@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 OR Apache-2.0"
])
# Generated targets
# buildifier: leave-alone
rust_library(
name = "crossbeam",
crate_type = "lib",
deps = [
"@raze__cfg_if__0_1_10//:cfg_if",
"@raze__crossbeam_channel__0_4_4//:crossbeam_channel",
"@raze__crossbeam_deque__0_7_3//:crossbeam_deque",
"@raze__crossbeam_epoch__0_8_2//:crossbeam_epoch",
"@raze__crossbeam_queue__0_2_3//:crossbeam_queue",
"@raze__crossbeam_utils__0_7_2//:crossbeam_utils",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",
edition = "2015",
rustc_flags = [
"--cap-lints=allow",
],
version = "0.7.3",
tags = [
"cargo-raze",
"manual",
],
crate_features = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-queue",
"default",
"std",
],
)
# Unsupported target "subcrates" with type "test" omitted

View File

@ -1,59 +0,0 @@
"""
@generated
cargo-raze crate build file.
DO NOT EDIT! Replaced on runs of cargo-raze
"""
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",
)
# buildifier: disable=load
load("@bazel_skylib//lib:selects.bzl", "selects")
package(default_visibility = [
# Public for visibility by "@raze__crate__version//" targets.
#
# Prefer access through "//cargo", which limits external
# visibility to explicit Cargo.toml dependencies.
"//visibility:public",
])
licenses([
"notice", # MIT from expression "MIT OR (Apache-2.0 AND BSD-2-Clause)"
])
# Generated targets
# Unsupported target "array_queue" with type "test" omitted
# buildifier: leave-alone
rust_library(
name = "crossbeam_queue",
crate_type = "lib",
deps = [
"@raze__cfg_if__0_1_10//:cfg_if",
"@raze__crossbeam_utils__0_7_2//:crossbeam_utils",
"@raze__maybe_uninit__2_0_0//:maybe_uninit",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",
edition = "2015",
rustc_flags = [
"--cap-lints=allow",
],
version = "0.2.3",
tags = [
"cargo-raze",
"manual",
],
crate_features = [
"default",
"std",
],
)
# Unsupported target "seg_queue" with type "test" omitted

View File

@ -36,7 +36,7 @@ rust_library(
crate_type = "proc-macro",
deps = [
"@raze__quote__1_0_7//:quote",
"@raze__syn__1_0_45//:syn",
"@raze__syn__1_0_48//:syn",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",

View File

@ -38,7 +38,7 @@ rust_library(
deps = [
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_7//:quote",
"@raze__syn__1_0_45//:syn",
"@raze__syn__1_0_48//:syn",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",

View File

@ -45,7 +45,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__libc__0_2_79//:libc",
"@raze__libc__0_2_80//:libc",
],
"//conditions:default": [],
}) + selects.with_or({

View File

@ -0,0 +1,84 @@
"""
@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
# buildifier: disable=load-on-top
load(
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
"cargo_build_script",
)
# buildifier: leave-alone
cargo_build_script(
name = "encoding_rs_build_script",
srcs = glob(["**/*.rs"]),
crate_root = "build.rs",
edition = "2018",
deps = [
],
rustc_flags = [
"--cap-lints=allow",
],
crate_features = [
],
build_script_env = {
},
data = glob(["**"]),
tags = [
"cargo-raze",
"manual",
],
version = "0.8.25",
visibility = ["//visibility:private"],
)
# buildifier: leave-alone
rust_library(
name = "encoding_rs",
crate_type = "lib",
deps = [
":encoding_rs_build_script",
"@raze__cfg_if__1_0_0//:cfg_if",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",
edition = "2018",
rustc_flags = [
"--cap-lints=allow",
],
version = "0.8.25",
tags = [
"cargo-raze",
"manual",
],
crate_features = [
],
)

View File

@ -43,7 +43,7 @@ rust_library(
"@raze__atty__0_2_14//:atty",
"@raze__humantime__1_3_0//:humantime",
"@raze__log__0_4_11//:log",
"@raze__regex__1_4_1//:regex",
"@raze__regex__1_4_2//:regex",
"@raze__termcolor__1_1_0//:termcolor",
],
srcs = glob(["**/*.rs"]),

View File

@ -39,7 +39,7 @@ rust_library(
name = "failure",
crate_type = "lib",
deps = [
"@raze__backtrace__0_3_53//:backtrace",
"@raze__backtrace__0_3_54//:backtrace",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",

View File

@ -70,7 +70,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_45//:syn",
"@raze__syn__1_0_48//:syn",
"@raze__synstructure__0_12_4//:synstructure",
],
srcs = glob(["**/*.rs"]),

View File

@ -46,9 +46,9 @@ rust_library(
crate_type = "lib",
deps = [
"@raze__cfg_if__0_1_10//:cfg_if",
"@raze__crc32fast__1_2_0//:crc32fast",
"@raze__libc__0_2_79//:libc",
"@raze__miniz_oxide__0_3_7//:miniz_oxide",
"@raze__crc32fast__1_2_1//:crc32fast",
"@raze__libc__0_2_80//:libc",
"@raze__miniz_oxide__0_4_3//:miniz_oxide",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",
@ -56,7 +56,7 @@ rust_library(
rustc_flags = [
"--cap-lints=allow",
],
version = "1.0.14",
version = "1.0.18",
tags = [
"cargo-raze",
"manual",

View File

@ -0,0 +1,53 @@
"""
@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 OR Apache-2.0"
])
# Generated targets
# buildifier: leave-alone
rust_library(
name = "foreign_types",
crate_type = "lib",
deps = [
"@raze__foreign_types_shared__0_1_1//:foreign_types_shared",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",
edition = "2015",
rustc_flags = [
"--cap-lints=allow",
],
version = "0.3.2",
tags = [
"cargo-raze",
"manual",
],
crate_features = [
],
)

View File

@ -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 OR Apache-2.0"
])
# Generated targets
# buildifier: leave-alone
rust_library(
name = "foreign_types_shared",
crate_type = "lib",
deps = [
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",
edition = "2015",
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.1",
tags = [
"cargo-raze",
"manual",
],
crate_features = [
],
)

View File

@ -48,13 +48,13 @@ rust_library(
name = "futures",
crate_type = "lib",
deps = [
"@raze__futures_channel__0_3_6//:futures_channel",
"@raze__futures_core__0_3_6//:futures_core",
"@raze__futures_executor__0_3_6//:futures_executor",
"@raze__futures_io__0_3_6//:futures_io",
"@raze__futures_sink__0_3_6//:futures_sink",
"@raze__futures_task__0_3_6//:futures_task",
"@raze__futures_util__0_3_6//:futures_util",
"@raze__futures_channel__0_3_7//:futures_channel",
"@raze__futures_core__0_3_7//:futures_core",
"@raze__futures_executor__0_3_7//:futures_executor",
"@raze__futures_io__0_3_7//:futures_io",
"@raze__futures_sink__0_3_7//:futures_sink",
"@raze__futures_task__0_3_7//:futures_task",
"@raze__futures_util__0_3_7//:futures_util",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",
@ -62,7 +62,7 @@ rust_library(
rustc_flags = [
"--cap-lints=allow",
],
version = "0.3.6",
version = "0.3.7",
tags = [
"cargo-raze",
"manual",

View File

@ -36,8 +36,8 @@ rust_library(
name = "futures_channel",
crate_type = "lib",
deps = [
"@raze__futures_core__0_3_6//:futures_core",
"@raze__futures_sink__0_3_6//:futures_sink",
"@raze__futures_core__0_3_7//:futures_core",
"@raze__futures_sink__0_3_7//:futures_sink",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",
@ -45,7 +45,7 @@ rust_library(
rustc_flags = [
"--cap-lints=allow",
],
version = "0.3.6",
version = "0.3.7",
tags = [
"cargo-raze",
"manual",

View File

@ -42,7 +42,7 @@ rust_library(
rustc_flags = [
"--cap-lints=allow",
],
version = "0.3.6",
version = "0.3.7",
tags = [
"cargo-raze",
"manual",

View File

@ -35,9 +35,9 @@ rust_library(
name = "futures_executor",
crate_type = "lib",
deps = [
"@raze__futures_core__0_3_6//:futures_core",
"@raze__futures_task__0_3_6//:futures_task",
"@raze__futures_util__0_3_6//:futures_util",
"@raze__futures_core__0_3_7//:futures_core",
"@raze__futures_task__0_3_7//:futures_task",
"@raze__futures_util__0_3_7//:futures_util",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",
@ -45,7 +45,7 @@ rust_library(
rustc_flags = [
"--cap-lints=allow",
],
version = "0.3.6",
version = "0.3.7",
tags = [
"cargo-raze",
"manual",

View File

@ -42,7 +42,7 @@ rust_library(
rustc_flags = [
"--cap-lints=allow",
],
version = "0.3.6",
version = "0.3.7",
tags = [
"cargo-raze",
"manual",

View File

@ -37,18 +37,18 @@ rust_library(
deps = [
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_7//:quote",
"@raze__syn__1_0_45//:syn",
"@raze__syn__1_0_48//:syn",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",
edition = "2018",
proc_macro_deps = [
"@raze__proc_macro_hack__0_5_18//:proc_macro_hack",
"@raze__proc_macro_hack__0_5_19//:proc_macro_hack",
],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.3.6",
version = "0.3.7",
tags = [
"cargo-raze",
"manual",

View File

@ -42,7 +42,7 @@ rust_library(
rustc_flags = [
"--cap-lints=allow",
],
version = "0.3.6",
version = "0.3.7",
tags = [
"cargo-raze",
"manual",

View File

@ -43,7 +43,7 @@ rust_library(
rustc_flags = [
"--cap-lints=allow",
],
version = "0.3.6",
version = "0.3.7",
tags = [
"cargo-raze",
"manual",

View File

@ -35,13 +35,13 @@ rust_library(
name = "futures_util",
crate_type = "lib",
deps = [
"@raze__futures_channel__0_3_6//:futures_channel",
"@raze__futures_core__0_3_6//:futures_core",
"@raze__futures_io__0_3_6//:futures_io",
"@raze__futures_sink__0_3_6//:futures_sink",
"@raze__futures_task__0_3_6//:futures_task",
"@raze__memchr__2_3_3//:memchr",
"@raze__pin_project__0_4_27//:pin_project",
"@raze__futures_channel__0_3_7//:futures_channel",
"@raze__futures_core__0_3_7//:futures_core",
"@raze__futures_io__0_3_7//:futures_io",
"@raze__futures_sink__0_3_7//:futures_sink",
"@raze__futures_task__0_3_7//:futures_task",
"@raze__memchr__2_3_4//:memchr",
"@raze__pin_project__1_0_1//: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",
@ -50,13 +50,13 @@ rust_library(
crate_root = "src/lib.rs",
edition = "2018",
proc_macro_deps = [
"@raze__futures_macro__0_3_6//:futures_macro",
"@raze__proc_macro_hack__0_5_18//:proc_macro_hack",
"@raze__futures_macro__0_3_7//:futures_macro",
"@raze__proc_macro_hack__0_5_19//:proc_macro_hack",
],
rustc_flags = [
"--cap-lints=allow",
],
version = "0.3.6",
version = "0.3.7",
tags = [
"cargo-raze",
"manual",

View File

@ -91,7 +91,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__libc__0_2_79//:libc",
"@raze__libc__0_2_80//:libc",
],
"//conditions:default": [],
}),

View File

@ -37,7 +37,7 @@ rust_library(
deps = [
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_7//:quote",
"@raze__syn__1_0_45//:syn",
"@raze__syn__1_0_48//:syn",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",

View File

@ -46,7 +46,7 @@ rust_library(
rustc_flags = [
"--cap-lints=allow",
],
version = "0.22.0",
version = "0.23.0",
tags = [
"cargo-raze",
"manual",

View File

@ -39,15 +39,16 @@ rust_library(
deps = [
"@raze__bytes__0_5_6//:bytes",
"@raze__fnv__1_0_7//:fnv",
"@raze__futures_core__0_3_6//:futures_core",
"@raze__futures_sink__0_3_6//:futures_sink",
"@raze__futures_util__0_3_6//:futures_util",
"@raze__futures_core__0_3_7//:futures_core",
"@raze__futures_sink__0_3_7//:futures_sink",
"@raze__futures_util__0_3_7//:futures_util",
"@raze__http__0_2_1//:http",
"@raze__indexmap__1_6_0//:indexmap",
"@raze__slab__0_4_2//:slab",
"@raze__tokio__0_2_22//:tokio",
"@raze__tokio_util__0_3_1//:tokio_util",
"@raze__tracing__0_1_21//:tracing",
"@raze__tracing_futures__0_2_4//:tracing_futures",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",
@ -55,7 +56,7 @@ rust_library(
rustc_flags = [
"--cap-lints=allow",
],
version = "0.2.6",
version = "0.2.7",
tags = [
"cargo-raze",
"manual",

View File

@ -35,7 +35,7 @@ rust_library(
name = "hermit_abi",
crate_type = "lib",
deps = [
"@raze__libc__0_2_79//:libc",
"@raze__libc__0_2_80//:libc",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",

View File

@ -46,10 +46,10 @@ rust_library(
crate_type = "lib",
deps = [
"@raze__bytes__0_5_6//:bytes",
"@raze__futures_channel__0_3_6//:futures_channel",
"@raze__futures_core__0_3_6//:futures_core",
"@raze__futures_util__0_3_6//:futures_util",
"@raze__h2__0_2_6//:h2",
"@raze__futures_channel__0_3_7//:futures_channel",
"@raze__futures_core__0_3_7//:futures_core",
"@raze__futures_util__0_3_7//:futures_util",
"@raze__h2__0_2_7//:h2",
"@raze__http__0_2_1//:http",
"@raze__http_body__0_3_1//:http_body",
"@raze__httparse__1_3_4//:httparse",

View File

@ -38,7 +38,7 @@ rust_library(
deps = [
"@raze__bytes__0_5_6//:bytes",
"@raze__ct_logs__0_6_0//:ct_logs",
"@raze__futures_util__0_3_6//:futures_util",
"@raze__futures_util__0_3_7//:futures_util",
"@raze__hyper__0_13_8//:hyper",
"@raze__log__0_4_11//:log",
"@raze__rustls__0_17_0//:rustls",

View File

@ -0,0 +1,58 @@
"""
@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 OR Apache-2.0"
])
# Generated targets
# Unsupported target "client" with type "example" omitted
# buildifier: leave-alone
rust_library(
name = "hyper_tls",
crate_type = "lib",
deps = [
"@raze__bytes__0_5_6//:bytes",
"@raze__hyper__0_13_8//:hyper",
"@raze__native_tls__0_2_4//:native_tls",
"@raze__tokio__0_2_22//:tokio",
"@raze__tokio_tls__0_3_1//:tokio_tls",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",
edition = "2018",
rustc_flags = [
"--cap-lints=allow",
],
version = "0.4.3",
tags = [
"cargo-raze",
"manual",
],
crate_features = [
],
)

View File

@ -42,7 +42,7 @@ rust_library(
edition = "2018",
proc_macro_deps = [
"@raze__indoc_impl__0_3_6//:indoc_impl",
"@raze__proc_macro_hack__0_5_18//:proc_macro_hack",
"@raze__proc_macro_hack__0_5_19//:proc_macro_hack",
],
rustc_flags = [
"--cap-lints=allow",

View File

@ -37,14 +37,14 @@ rust_library(
deps = [
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_7//:quote",
"@raze__syn__1_0_45//:syn",
"@raze__syn__1_0_48//:syn",
"@raze__unindent__0_1_7//:unindent",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",
edition = "2018",
proc_macro_deps = [
"@raze__proc_macro_hack__0_5_18//:proc_macro_hack",
"@raze__proc_macro_hack__0_5_19//:proc_macro_hack",
],
rustc_flags = [
"--cap-lints=allow",

View File

@ -35,7 +35,7 @@ rust_library(
name = "instant",
crate_type = "lib",
deps = [
"@raze__cfg_if__0_1_10//:cfg_if",
"@raze__cfg_if__1_0_0//:cfg_if",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",
@ -43,7 +43,7 @@ rust_library(
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.7",
version = "0.1.8",
tags = [
"cargo-raze",
"manual",

View File

@ -37,7 +37,7 @@ rust_library(
deps = [
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_7//:quote",
"@raze__syn__1_0_45//:syn",
"@raze__syn__1_0_48//:syn",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",

View File

@ -45,7 +45,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__libc__0_2_79//:libc",
"@raze__libc__0_2_80//:libc",
],
"//conditions:default": [],
}),

View File

@ -0,0 +1,71 @@
"""
@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 OR Apache-2.0"
])
# Generated targets
# Unsupported target "adaptors_no_collect" with type "test" omitted
# Unsupported target "bench1" with type "bench" omitted
# Unsupported target "combinations_with_replacement" with type "bench" omitted
# Unsupported target "fold_specialization" with type "bench" omitted
# Unsupported target "fold_specialization" with type "test" omitted
# Unsupported target "iris" with type "example" omitted
# buildifier: leave-alone
rust_library(
name = "itertools",
crate_type = "lib",
deps = [
"@raze__either__1_6_1//:either",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",
edition = "2015",
rustc_flags = [
"--cap-lints=allow",
],
version = "0.8.2",
tags = [
"cargo-raze",
"manual",
],
crate_features = [
"default",
"use_std",
],
)
# Unsupported target "merge_join" with type "test" omitted
# Unsupported target "peeking_take_while" with type "test" omitted
# Unsupported target "quick" with type "test" omitted
# Unsupported target "test_core" with type "test" omitted
# Unsupported target "test_std" with type "test" omitted
# Unsupported target "tree_fold1" with type "bench" omitted
# Unsupported target "tuple_combinations" with type "bench" omitted
# Unsupported target "tuples" with type "bench" omitted
# Unsupported target "tuples" with type "test" omitted
# Unsupported target "zip" with type "test" omitted

View File

@ -73,7 +73,7 @@ rust_library(
crate_type = "lib",
deps = [
":lexical_core_build_script",
"@raze__arrayvec__0_5_1//:arrayvec",
"@raze__arrayvec__0_5_2//:arrayvec",
"@raze__bitflags__1_2_1//:bitflags",
"@raze__cfg_if__0_1_10//:cfg_if",
"@raze__ryu__1_0_5//:ryu",

View File

@ -57,7 +57,7 @@ cargo_build_script(
"cargo-raze",
"manual",
],
version = "0.2.79",
version = "0.2.80",
visibility = ["//visibility:private"],
)
@ -76,7 +76,7 @@ rust_library(
rustc_flags = [
"--cap-lints=allow",
],
version = "0.2.79",
version = "0.2.80",
tags = [
"cargo-raze",
"manual",

View File

@ -58,7 +58,7 @@ cargo_build_script(
"cargo-raze",
"manual",
],
version = "2.3.3",
version = "2.3.4",
visibility = ["//visibility:private"],
)
@ -76,7 +76,7 @@ rust_library(
rustc_flags = [
"--cap-lints=allow",
],
version = "2.3.3",
version = "2.3.4",
tags = [
"cargo-raze",
"manual",

View File

@ -50,7 +50,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__libc__0_2_79//:libc",
"@raze__libc__0_2_80//:libc",
],
"//conditions:default": [],
}) + selects.with_or({

View File

@ -0,0 +1,151 @@
"""
@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 OR Apache-2.0"
])
# Generated targets
# buildifier: disable=load-on-top
load(
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
"cargo_build_script",
)
# buildifier: leave-alone
cargo_build_script(
name = "native_tls_build_script",
srcs = glob(["**/*.rs"]),
crate_root = "build.rs",
edition = "2015",
deps = [
] + selects.with_or({
# cfg(any(target_os = "macos", target_os = "ios"))
(
"@io_bazel_rules_rust//rust/platform:aarch64-apple-ios",
"@io_bazel_rules_rust//rust/platform:i686-apple-darwin",
"@io_bazel_rules_rust//rust/platform:x86_64-apple-darwin",
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
): [
"@raze__security_framework_sys__0_4_3//:security_framework_sys",
],
"//conditions:default": [],
}) + selects.with_or({
# cfg(not(any(target_os = "windows", target_os = "macos", target_os = "ios")))
(
"@io_bazel_rules_rust//rust/platform:i686-unknown-linux-gnu",
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
"@raze__openssl_sys__0_9_58//:openssl_sys",
],
"//conditions:default": [],
}) + selects.with_or({
# cfg(target_os = "windows")
(
"@io_bazel_rules_rust//rust/platform:i686-pc-windows-msvc",
"@io_bazel_rules_rust//rust/platform:x86_64-pc-windows-msvc",
): [
],
"//conditions:default": [],
}),
rustc_flags = [
"--cap-lints=allow",
],
crate_features = [
],
build_script_env = {
},
data = glob(["**"]),
tags = [
"cargo-raze",
"manual",
],
version = "0.2.4",
visibility = ["//visibility:private"],
)
# Unsupported target "google-connect" with type "example" omitted
# buildifier: leave-alone
rust_library(
name = "native_tls",
crate_type = "lib",
deps = [
":native_tls_build_script",
] + selects.with_or({
# cfg(any(target_os = "macos", target_os = "ios"))
(
"@io_bazel_rules_rust//rust/platform:aarch64-apple-ios",
"@io_bazel_rules_rust//rust/platform:i686-apple-darwin",
"@io_bazel_rules_rust//rust/platform:x86_64-apple-darwin",
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
): [
"@raze__lazy_static__1_4_0//:lazy_static",
"@raze__libc__0_2_80//:libc",
"@raze__security_framework__0_4_4//:security_framework",
"@raze__security_framework_sys__0_4_3//:security_framework_sys",
"@raze__tempfile__3_1_0//:tempfile",
],
"//conditions:default": [],
}) + selects.with_or({
# cfg(not(any(target_os = "windows", target_os = "macos", target_os = "ios")))
(
"@io_bazel_rules_rust//rust/platform:i686-unknown-linux-gnu",
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
"@raze__log__0_4_11//:log",
"@raze__openssl__0_10_30//:openssl",
"@raze__openssl_probe__0_1_2//:openssl_probe",
"@raze__openssl_sys__0_9_58//:openssl_sys",
],
"//conditions:default": [],
}) + selects.with_or({
# cfg(target_os = "windows")
(
"@io_bazel_rules_rust//rust/platform:i686-pc-windows-msvc",
"@io_bazel_rules_rust//rust/platform:x86_64-pc-windows-msvc",
): [
"@raze__schannel__0_1_19//:schannel",
],
"//conditions:default": [],
}),
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",
edition = "2015",
rustc_flags = [
"--cap-lints=allow",
],
version = "0.2.4",
tags = [
"cargo-raze",
"manual",
],
crate_features = [
],
aliases = {
},
)
# Unsupported target "simple-server" with type "example" omitted

View File

@ -46,7 +46,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__libc__0_2_79//:libc",
"@raze__libc__0_2_80//:libc",
],
"//conditions:default": [],
}) + selects.with_or({

View File

@ -95,7 +95,7 @@ rust_library(
deps = [
":nom_build_script",
"@raze__lexical_core__0_7_4//:lexical_core",
"@raze__memchr__2_3_3//:memchr",
"@raze__memchr__2_3_4//:memchr",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",

View File

@ -58,7 +58,7 @@ cargo_build_script(
"cargo-raze",
"manual",
],
version = "0.1.43",
version = "0.1.44",
visibility = ["//visibility:private"],
)
@ -72,7 +72,7 @@ rust_library(
crate_type = "lib",
deps = [
":num_integer_build_script",
"@raze__num_traits__0_2_12//:num_traits",
"@raze__num_traits__0_2_14//:num_traits",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",
@ -80,7 +80,7 @@ rust_library(
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.43",
version = "0.1.44",
tags = [
"cargo-raze",
"manual",

View File

@ -58,7 +58,7 @@ cargo_build_script(
"cargo-raze",
"manual",
],
version = "0.2.12",
version = "0.2.14",
visibility = ["//visibility:private"],
)
@ -77,7 +77,7 @@ rust_library(
rustc_flags = [
"--cap-lints=allow",
],
version = "0.2.12",
version = "0.2.14",
tags = [
"cargo-raze",
"manual",

View File

@ -35,7 +35,7 @@ rust_library(
name = "num_cpus",
crate_type = "lib",
deps = [
"@raze__libc__0_2_79//:libc",
"@raze__libc__0_2_80//:libc",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",

View File

@ -38,7 +38,7 @@ rust_library(
"@raze__proc_macro_crate__0_1_5//:proc_macro_crate",
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_7//:quote",
"@raze__syn__1_0_45//:syn",
"@raze__syn__1_0_48//:syn",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",

View File

@ -29,6 +29,7 @@ licenses([
])
# Generated targets
# Unsupported target "ar" with type "example" omitted
# Unsupported target "integration" with type "test" omitted
# Unsupported target "nm" with type "example" omitted
# Unsupported target "objcopy" with type "example" omitted
@ -46,12 +47,13 @@ rust_library(
rustc_flags = [
"--cap-lints=allow",
],
version = "0.21.1",
version = "0.22.0",
tags = [
"cargo-raze",
"manual",
],
crate_features = [
"archive",
"coff",
"elf",
"macho",
@ -60,4 +62,5 @@ rust_library(
"unaligned",
],
)
# Unsupported target "objectmap" with type "example" omitted
# Unsupported target "parse_self" with type "test" omitted

View File

@ -0,0 +1,91 @@
"""
@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"
])
# Generated targets
# buildifier: disable=load-on-top
load(
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
"cargo_build_script",
)
# buildifier: leave-alone
cargo_build_script(
name = "openssl_build_script",
srcs = glob(["**/*.rs"]),
crate_root = "build.rs",
edition = "2015",
deps = [
"@raze__openssl_sys__0_9_58//:openssl_sys",
],
rustc_flags = [
"--cap-lints=allow",
],
crate_features = [
],
build_script_env = {
},
data = glob(["**"]),
tags = [
"cargo-raze",
"manual",
],
version = "0.10.30",
visibility = ["//visibility:private"],
)
# Unsupported target "mk_certs" with type "example" omitted
# buildifier: leave-alone
rust_library(
name = "openssl",
crate_type = "lib",
deps = [
":openssl_build_script",
"@raze__bitflags__1_2_1//:bitflags",
"@raze__cfg_if__0_1_10//:cfg_if",
"@raze__foreign_types__0_3_2//:foreign_types",
"@raze__lazy_static__1_4_0//:lazy_static",
"@raze__libc__0_2_80//:libc",
"@raze__openssl_sys__0_9_58//:openssl_sys",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",
edition = "2015",
rustc_flags = [
"--cap-lints=allow",
],
version = "0.10.30",
tags = [
"cargo-raze",
"manual",
],
crate_features = [
],
)

View File

@ -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 OR Apache-2.0"
])
# Generated targets
# buildifier: leave-alone
rust_library(
name = "openssl_probe",
crate_type = "lib",
deps = [
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",
edition = "2015",
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.2",
tags = [
"cargo-raze",
"manual",
],
crate_features = [
],
)

View File

@ -25,7 +25,7 @@ package(default_visibility = [
])
licenses([
"notice", # MIT from expression "MIT OR Apache-2.0"
"notice", # MIT from expression "MIT"
])
# Generated targets
@ -37,20 +37,28 @@ load(
# buildifier: leave-alone
cargo_build_script(
name = "crossbeam_epoch_build_script",
name = "openssl_sys_build_script",
srcs = glob(["**/*.rs"]),
crate_root = "build.rs",
crate_root = "build/main.rs",
edition = "2015",
deps = [
"@raze__autocfg__1_0_1//:autocfg",
],
"@raze__cc__1_0_61//:cc",
"@raze__pkg_config__0_3_19//:pkg_config",
] + selects.with_or({
# cfg(target_env = "msvc")
(
"@io_bazel_rules_rust//rust/platform:i686-pc-windows-msvc",
"@io_bazel_rules_rust//rust/platform:x86_64-pc-windows-msvc",
): [
"@raze__vcpkg__0_2_10//:vcpkg",
],
"//conditions:default": [],
}),
rustc_flags = [
"--cap-lints=allow",
],
crate_features = [
"default",
"lazy_static",
"std",
],
build_script_env = {
},
@ -59,43 +67,40 @@ cargo_build_script(
"cargo-raze",
"manual",
],
version = "0.8.2",
version = "0.9.58",
visibility = ["//visibility:private"],
)
# buildifier: leave-alone
rust_library(
name = "crossbeam_epoch",
name = "openssl_sys",
crate_type = "lib",
deps = [
":crossbeam_epoch_build_script",
"@raze__cfg_if__0_1_10//:cfg_if",
"@raze__crossbeam_utils__0_7_2//:crossbeam_utils",
"@raze__lazy_static__1_4_0//:lazy_static",
"@raze__maybe_uninit__2_0_0//:maybe_uninit",
"@raze__memoffset__0_5_6//:memoffset",
"@raze__scopeguard__1_1_0//:scopeguard",
],
":openssl_sys_build_script",
"@raze__libc__0_2_80//:libc",
] + selects.with_or({
# cfg(target_env = "msvc")
(
"@io_bazel_rules_rust//rust/platform:i686-pc-windows-msvc",
"@io_bazel_rules_rust//rust/platform:x86_64-pc-windows-msvc",
): [
],
"//conditions:default": [],
}),
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",
edition = "2015",
rustc_flags = [
"--cap-lints=allow",
],
version = "0.8.2",
version = "0.9.58",
tags = [
"cargo-raze",
"manual",
],
crate_features = [
"default",
"lazy_static",
"std",
],
aliases = {
},
)
# Unsupported target "defer" with type "bench" omitted
# Unsupported target "flush" with type "bench" omitted
# Unsupported target "pin" with type "bench" omitted
# Unsupported target "sanitize" with type "example" omitted
# Unsupported target "treiber_stack" with type "example" omitted

View File

@ -36,7 +36,7 @@ rust_library(
name = "parking_lot",
crate_type = "lib",
deps = [
"@raze__instant__0_1_7//:instant",
"@raze__instant__0_1_8//:instant",
"@raze__lock_api__0_4_1//:lock_api",
"@raze__parking_lot_core__0_8_0//:parking_lot_core",
],

View File

@ -36,7 +36,7 @@ rust_library(
crate_type = "lib",
deps = [
"@raze__cfg_if__0_1_10//:cfg_if",
"@raze__instant__0_1_7//:instant",
"@raze__instant__0_1_8//:instant",
"@raze__smallvec__1_4_2//:smallvec",
] + selects.with_or({
# cfg(unix)
@ -48,7 +48,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__libc__0_2_79//:libc",
"@raze__libc__0_2_80//:libc",
],
"//conditions:default": [],
}) + selects.with_or({

View File

@ -42,7 +42,7 @@ rust_library(
edition = "2018",
proc_macro_deps = [
"@raze__paste_impl__0_1_18//:paste_impl",
"@raze__proc_macro_hack__0_5_18//:proc_macro_hack",
"@raze__proc_macro_hack__0_5_19//:proc_macro_hack",
],
rustc_flags = [
"--cap-lints=allow",

View File

@ -40,7 +40,7 @@ rust_library(
crate_root = "src/lib.rs",
edition = "2018",
proc_macro_deps = [
"@raze__proc_macro_hack__0_5_18//:proc_macro_hack",
"@raze__proc_macro_hack__0_5_19//:proc_macro_hack",
],
rustc_flags = [
"--cap-lints=allow",

View File

@ -0,0 +1,76 @@
"""
@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
# Unsupported target "cfg" with type "test" omitted
# Unsupported target "compiletest" with type "test" omitted
# Unsupported target "drop_order" with type "test" omitted
# Unsupported target "enum-default" with type "example" omitted
# Unsupported target "enum-default-expanded" with type "example" omitted
# Unsupported target "lint" with type "test" omitted
# Unsupported target "not_unpin" with type "example" omitted
# Unsupported target "not_unpin-expanded" with type "example" omitted
# buildifier: leave-alone
rust_library(
name = "pin_project",
crate_type = "lib",
deps = [
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",
edition = "2018",
proc_macro_deps = [
"@raze__pin_project_internal__1_0_1//:pin_project_internal",
],
rustc_flags = [
"--cap-lints=allow",
],
version = "1.0.1",
tags = [
"cargo-raze",
"manual",
],
crate_features = [
],
)
# Unsupported target "pin_project" with type "test" omitted
# Unsupported target "pinned_drop" with type "example" omitted
# Unsupported target "pinned_drop" with type "test" omitted
# Unsupported target "pinned_drop-expanded" with type "example" omitted
# Unsupported target "project_replace" with type "example" omitted
# Unsupported target "project_replace-expanded" with type "example" omitted
# Unsupported target "proper_unpin" with type "test" omitted
# Unsupported target "repr_packed" with type "test" omitted
# Unsupported target "struct-default" with type "example" omitted
# Unsupported target "struct-default-expanded" with type "example" omitted
# Unsupported target "unsafe_unpin" with type "example" omitted
# Unsupported target "unsafe_unpin" with type "test" omitted
# Unsupported target "unsafe_unpin-expanded" with type "example" omitted

View File

@ -68,7 +68,7 @@ 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_45//:syn",
"@raze__syn__1_0_48//:syn",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",

View File

@ -25,17 +25,19 @@ package(default_visibility = [
])
licenses([
"notice", # MIT from expression "MIT OR Apache-2.0"
"notice", # Apache-2.0 from expression "Apache-2.0 OR MIT"
])
# Generated targets
# Unsupported target "compiletest" with type "test" omitted
# buildifier: leave-alone
rust_library(
name = "proc_macro_hack",
name = "pin_project_internal",
crate_type = "proc-macro",
deps = [
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_7//:quote",
"@raze__syn__1_0_48//:syn",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",
@ -43,7 +45,7 @@ rust_library(
rustc_flags = [
"--cap-lints=allow",
],
version = "0.5.18",
version = "1.0.1",
tags = [
"cargo-raze",
"manual",

View File

@ -0,0 +1,55 @@
"""
@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 OR Apache-2.0"
])
# Generated targets
# Unsupported target "benchmark" with type "bench" omitted
# Unsupported target "bytes" with type "test" omitted
# Unsupported target "io" with type "test" omitted
# buildifier: leave-alone
rust_library(
name = "podio",
crate_type = "lib",
deps = [
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",
edition = "2015",
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.7",
tags = [
"cargo-raze",
"manual",
],
crate_features = [
],
)

View File

@ -0,0 +1,84 @@
"""
@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 OR Apache-2.0"
])
# Generated targets
# buildifier: disable=load-on-top
load(
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
"cargo_build_script",
)
# buildifier: leave-alone
cargo_build_script(
name = "proc_macro_hack_build_script",
srcs = glob(["**/*.rs"]),
crate_root = "build.rs",
edition = "2018",
deps = [
],
rustc_flags = [
"--cap-lints=allow",
],
crate_features = [
],
build_script_env = {
},
data = glob(["**"]),
tags = [
"cargo-raze",
"manual",
],
version = "0.5.19",
visibility = ["//visibility:private"],
)
# Unsupported target "compiletest" with type "test" omitted
# buildifier: leave-alone
rust_library(
name = "proc_macro_hack",
crate_type = "proc-macro",
deps = [
":proc_macro_hack_build_script",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",
edition = "2018",
rustc_flags = [
"--cap-lints=allow",
],
version = "0.5.19",
tags = [
"cargo-raze",
"manual",
],
crate_features = [
],
)

View File

@ -39,7 +39,7 @@ 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_45//:syn",
"@raze__syn__1_0_48//:syn",
],
srcs = glob(["**/*.rs"]),
crate_root = "prost-derive/src/lib.rs",

View File

@ -82,7 +82,7 @@ rust_library(
":pyo3_build_script",
"@raze__indoc__0_3_6//:indoc",
"@raze__inventory__0_1_9//:inventory",
"@raze__libc__0_2_79//:libc",
"@raze__libc__0_2_80//:libc",
"@raze__parking_lot__0_11_0//:parking_lot",
"@raze__paste__0_1_18//:paste",
"@raze__unindent__0_1_7//:unindent",

View File

@ -37,7 +37,7 @@ rust_library(
deps = [
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_7//:quote",
"@raze__syn__1_0_45//:syn",
"@raze__syn__1_0_48//:syn",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",

View File

@ -37,7 +37,7 @@ rust_library(
deps = [
"@raze__pyo3_derive_backend__0_11_1//:pyo3_derive_backend",
"@raze__quote__1_0_7//:quote",
"@raze__syn__1_0_45//:syn",
"@raze__syn__1_0_48//:syn",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",

View File

@ -52,7 +52,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__libc__0_2_79//:libc",
"@raze__libc__0_2_80//:libc",
],
"//conditions:default": [],
}),

View File

@ -45,8 +45,8 @@ rust_library(
crate_type = "lib",
deps = [
"@raze__aho_corasick__0_7_14//:aho_corasick",
"@raze__memchr__2_3_3//:memchr",
"@raze__regex_syntax__0_6_20//:regex_syntax",
"@raze__memchr__2_3_4//:memchr",
"@raze__regex_syntax__0_6_21//:regex_syntax",
"@raze__thread_local__1_0_1//:thread_local",
],
srcs = glob(["**/*.rs"]),
@ -55,7 +55,7 @@ rust_library(
rustc_flags = [
"--cap-lints=allow",
],
version = "1.4.1",
version = "1.4.2",
tags = [
"cargo-raze",
"manual",

View File

@ -43,7 +43,7 @@ rust_library(
rustc_flags = [
"--cap-lints=allow",
],
version = "0.6.20",
version = "0.6.21",
tags = [
"cargo-raze",
"manual",

View File

@ -37,7 +37,7 @@ rust_library(
deps = [
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_7//:quote",
"@raze__syn__1_0_45//:syn",
"@raze__syn__1_0_48//:syn",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",

View File

@ -67,16 +67,18 @@ rust_library(
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
"@raze__base64__0_12_3//:base64",
"@raze__encoding_rs__0_8_24//:encoding_rs",
"@raze__futures_core__0_3_6//:futures_core",
"@raze__futures_util__0_3_6//:futures_util",
"@raze__encoding_rs__0_8_25//:encoding_rs",
"@raze__futures_core__0_3_7//:futures_core",
"@raze__futures_util__0_3_7//:futures_util",
"@raze__http_body__0_3_1//:http_body",
"@raze__hyper__0_13_8//:hyper",
"@raze__hyper_rustls__0_20_0//:hyper_rustls",
"@raze__hyper_tls__0_4_3//:hyper_tls",
"@raze__lazy_static__1_4_0//:lazy_static",
"@raze__log__0_4_11//:log",
"@raze__mime__0_3_16//:mime",
"@raze__mime_guess__2_0_3//:mime_guess",
"@raze__native_tls__0_2_4//:native_tls",
"@raze__percent_encoding__2_1_0//:percent_encoding",
"@raze__pin_project_lite__0_1_11//:pin_project_lite",
"@raze__rustls__0_17_0//:rustls",
@ -84,6 +86,7 @@ rust_library(
"@raze__tokio__0_2_22//:tokio",
"@raze__tokio_rustls__0_13_1//:tokio_rustls",
"@raze__tokio_socks__0_2_2//:tokio_socks",
"@raze__tokio_tls__0_3_1//:tokio_tls",
"@raze__webpki_roots__0_18_0//:webpki_roots",
],
"//conditions:default": [],
@ -110,8 +113,12 @@ rust_library(
],
crate_features = [
"__tls",
"default",
"default-tls",
"hyper-rustls",
"hyper-tls",
"json",
"native-tls-crate",
"rustls",
"rustls-tls",
"serde_json",
@ -119,9 +126,11 @@ rust_library(
"stream",
"tokio-rustls",
"tokio-socks",
"tokio-tls",
"webpki-roots",
],
aliases = {
"@raze__native_tls__0_2_4//:native_tls": "native_tls_crate",
},
)
# Unsupported target "simple" with type "example" omitted

View File

@ -161,7 +161,7 @@ rust_library(
"@io_bazel_rules_rust//rust/platform:i686-unknown-linux-gnu",
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
"@raze__libc__0_2_79//:libc",
"@raze__libc__0_2_80//:libc",
],
"//conditions:default": [],
}) + selects.with_or({

View File

@ -43,7 +43,7 @@ rust_library(
"@raze__fallible_streaming_iterator__0_1_9//:fallible_streaming_iterator",
"@raze__libsqlite3_sys__0_18_0//:libsqlite3_sys",
"@raze__lru_cache__0_1_2//:lru_cache",
"@raze__memchr__2_3_3//:memchr",
"@raze__memchr__2_3_4//:memchr",
"@raze__smallvec__1_4_2//:smallvec",
"@raze__time__0_1_44//:time",
],

View File

@ -42,7 +42,7 @@ rust_library(
rustc_flags = [
"--cap-lints=allow",
],
version = "0.1.17",
version = "0.1.18",
tags = [
"cargo-raze",
"manual",

View File

@ -32,18 +32,19 @@ licenses([
# buildifier: leave-alone
rust_library(
name = "miniz_oxide",
name = "schannel",
crate_type = "lib",
deps = [
"@raze__adler32__1_2_0//:adler32",
"@raze__lazy_static__1_4_0//:lazy_static",
"@raze__winapi__0_3_9//:winapi",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",
edition = "2018",
edition = "2015",
rustc_flags = [
"--cap-lints=allow",
],
version = "0.3.7",
version = "0.1.19",
tags = [
"cargo-raze",
"manual",

View File

@ -29,15 +29,19 @@ licenses([
])
# Generated targets
# Unsupported target "client" with type "example" omitted
# Unsupported target "find_internet_password" with type "example" omitted
# buildifier: leave-alone
rust_library(
name = "crossbeam_deque",
name = "security_framework",
crate_type = "lib",
deps = [
"@raze__crossbeam_epoch__0_8_2//:crossbeam_epoch",
"@raze__crossbeam_utils__0_7_2//:crossbeam_utils",
"@raze__maybe_uninit__2_0_0//:maybe_uninit",
"@raze__bitflags__1_2_1//:bitflags",
"@raze__core_foundation__0_7_0//:core_foundation",
"@raze__core_foundation_sys__0_7_0//:core_foundation_sys",
"@raze__libc__0_2_80//:libc",
"@raze__security_framework_sys__0_4_3//:security_framework_sys",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",
@ -45,7 +49,7 @@ rust_library(
rustc_flags = [
"--cap-lints=allow",
],
version = "0.7.3",
version = "0.4.4",
tags = [
"cargo-raze",
"manual",
@ -53,7 +57,4 @@ rust_library(
crate_features = [
],
)
# Unsupported target "fifo" with type "test" omitted
# Unsupported target "injector" with type "test" omitted
# Unsupported target "lifo" with type "test" omitted
# Unsupported target "steal" with type "test" omitted
# Unsupported target "set_internet_password" with type "example" omitted

View File

@ -0,0 +1,54 @@
"""
@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 OR Apache-2.0"
])
# Generated targets
# buildifier: leave-alone
rust_library(
name = "security_framework_sys",
crate_type = "lib",
deps = [
"@raze__core_foundation_sys__0_7_0//:core_foundation_sys",
"@raze__libc__0_2_80//:libc",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",
edition = "2015",
rustc_flags = [
"--cap-lints=allow",
],
version = "0.4.3",
tags = [
"cargo-raze",
"manual",
],
crate_features = [
],
)

View File

@ -69,7 +69,7 @@ rust_library(
":serde_derive_build_script",
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_7//:quote",
"@raze__syn__1_0_45//:syn",
"@raze__syn__1_0_48//:syn",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",

View File

@ -38,7 +38,7 @@ rust_library(
deps = [
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_7//:quote",
"@raze__syn__1_0_45//:syn",
"@raze__syn__1_0_48//:syn",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",

View File

@ -37,7 +37,7 @@ rust_library(
deps = [
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_7//:quote",
"@raze__syn__1_0_45//:syn",
"@raze__syn__1_0_48//:syn",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",

View File

@ -40,11 +40,11 @@ rust_library(
crate_type = "lib",
deps = [
"@raze__log__0_4_11//:log",
"@raze__regex__1_4_1//:regex",
"@raze__regex__1_4_2//:regex",
"@raze__slog__2_5_2//:slog",
"@raze__slog_async__2_5_0//:slog_async",
"@raze__slog_scope__4_3_0//:slog_scope",
"@raze__slog_stdlog__4_0_0//:slog_stdlog",
"@raze__slog_stdlog__4_1_0//:slog_stdlog",
"@raze__slog_term__2_6_0//:slog_term",
],
srcs = glob(["**/*.rs"]),

View File

@ -35,7 +35,6 @@ rust_library(
name = "slog_stdlog",
crate_type = "lib",
deps = [
"@raze__crossbeam__0_7_3//:crossbeam",
"@raze__log__0_4_11//:log",
"@raze__slog__2_5_2//:slog",
"@raze__slog_scope__4_3_0//:slog_scope",
@ -46,7 +45,7 @@ rust_library(
rustc_flags = [
"--cap-lints=allow",
],
version = "4.0.0",
version = "4.1.0",
tags = [
"cargo-raze",
"manual",

View File

@ -46,7 +46,7 @@ rust_library(
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
"@raze__cfg_if__0_1_10//:cfg_if",
"@raze__libc__0_2_79//:libc",
"@raze__libc__0_2_80//:libc",
],
"//conditions:default": [],
}) + selects.with_or({

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