move linkchecker into separate crate
The feature-based approach didn't work with cargo-raze, leading to ./update.py in cargo/ breaking.
This commit is contained in:
parent
cf4c555169
commit
4d431fb7af
|
@ -66,7 +66,6 @@ dependencies = [
|
|||
"intl-memoizer",
|
||||
"itertools",
|
||||
"lazy_static",
|
||||
"linkcheck",
|
||||
"nom",
|
||||
"num-integer",
|
||||
"num_enum",
|
||||
|
@ -1210,6 +1209,19 @@ dependencies = [
|
|||
"url",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "linkchecker"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"anki",
|
||||
"futures",
|
||||
"itertools",
|
||||
"linkcheck",
|
||||
"reqwest",
|
||||
"strum",
|
||||
"tokio",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "linkify"
|
||||
version = "0.5.0"
|
||||
|
@ -2410,6 +2422,15 @@ version = "0.6.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
|
||||
|
||||
[[package]]
|
||||
name = "signal-hook-registry"
|
||||
version = "1.4.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
||||
dependencies = [
|
||||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "siphasher"
|
||||
version = "0.3.7"
|
||||
|
@ -2726,7 +2747,10 @@ dependencies = [
|
|||
"memchr",
|
||||
"mio",
|
||||
"num_cpus",
|
||||
"once_cell",
|
||||
"parking_lot",
|
||||
"pin-project-lite",
|
||||
"signal-hook-registry",
|
||||
"tokio-macros",
|
||||
"winapi",
|
||||
]
|
||||
|
|
|
@ -5,7 +5,7 @@ authors = ["Ankitects Pty Ltd and contributors"]
|
|||
license = "AGPL-3.0-or-later"
|
||||
|
||||
[workspace]
|
||||
members = ["rslib", "rslib/i18n", "rslib/i18n_helpers", "pylib/rsbridge"]
|
||||
members = ["rslib", "rslib/i18n", "rslib/i18n_helpers", "rslib/linkchecker", "pylib/rsbridge"]
|
||||
exclude = ["qt/package"]
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -4,7 +4,7 @@ To update dependencies, ensure a local Rust environment is available
|
|||
(eg `source scripts/cargo-env`), then install cargo-raze:
|
||||
|
||||
```
|
||||
cargo install cargo-raze --version 0.13.0
|
||||
cargo install cargo-raze --version 0.14.0
|
||||
cargo install cargo-license
|
||||
```
|
||||
|
||||
|
|
|
@ -2161,6 +2161,16 @@ def raze_fetch_remote_crates():
|
|||
build_file = Label("//cargo/remote:BUILD.sha1-0.6.0.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__signal_hook_registry__1_4_0",
|
||||
url = "https://crates.io/api/v1/crates/signal-hook-registry/1.4.0/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0",
|
||||
strip_prefix = "signal-hook-registry-1.4.0",
|
||||
build_file = Label("//cargo/remote:BUILD.signal-hook-registry-1.4.0.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__siphasher__0_3_7",
|
||||
|
|
|
@ -215,24 +215,6 @@
|
|||
"license_file": null,
|
||||
"description": "Time and duration crate optimized for speed"
|
||||
},
|
||||
{
|
||||
"name": "codespan",
|
||||
"version": "0.11.1",
|
||||
"authors": "Brendan Zabarauskas <bjzaba@yahoo.com.au>",
|
||||
"repository": "https://github.com/brendanzab/codespan",
|
||||
"license": "Apache-2.0",
|
||||
"license_file": null,
|
||||
"description": "Data structures for tracking locations in source code"
|
||||
},
|
||||
{
|
||||
"name": "codespan-reporting",
|
||||
"version": "0.11.1",
|
||||
"authors": "Brendan Zabarauskas <bjzaba@yahoo.com.au>",
|
||||
"repository": "https://github.com/brendanzab/codespan",
|
||||
"license": "Apache-2.0",
|
||||
"license_file": null,
|
||||
"description": "Beautiful diagnostic reporting for text-based programming languages"
|
||||
},
|
||||
{
|
||||
"name": "constant_time_eq",
|
||||
"version": "0.1.5",
|
||||
|
@ -242,15 +224,6 @@
|
|||
"license_file": null,
|
||||
"description": "Compares two equal-sized byte strings in constant time."
|
||||
},
|
||||
{
|
||||
"name": "convert_case",
|
||||
"version": "0.4.0",
|
||||
"authors": "David Purdum <purdum41@gmail.com>",
|
||||
"repository": "https://github.com/rutrum/convert-case",
|
||||
"license": "MIT",
|
||||
"license_file": null,
|
||||
"description": "Convert strings into any case"
|
||||
},
|
||||
{
|
||||
"name": "core-foundation",
|
||||
"version": "0.9.2",
|
||||
|
@ -296,24 +269,6 @@
|
|||
"license_file": null,
|
||||
"description": "Utilities for concurrent programming"
|
||||
},
|
||||
{
|
||||
"name": "cssparser",
|
||||
"version": "0.27.2",
|
||||
"authors": "Simon Sapin <simon.sapin@exyr.org>",
|
||||
"repository": "https://github.com/servo/rust-cssparser",
|
||||
"license": "MPL-2.0",
|
||||
"license_file": null,
|
||||
"description": "Rust implementation of CSS Syntax Level 3"
|
||||
},
|
||||
{
|
||||
"name": "cssparser-macros",
|
||||
"version": "0.6.0",
|
||||
"authors": "Simon Sapin <simon.sapin@exyr.org>",
|
||||
"repository": "https://github.com/servo/rust-cssparser",
|
||||
"license": "MPL-2.0",
|
||||
"license_file": null,
|
||||
"description": "Procedural macros for cssparser"
|
||||
},
|
||||
{
|
||||
"name": "derivative",
|
||||
"version": "2.2.0",
|
||||
|
@ -323,15 +278,6 @@
|
|||
"license_file": null,
|
||||
"description": "A set of alternative `derive` attributes for Rust"
|
||||
},
|
||||
{
|
||||
"name": "derive_more",
|
||||
"version": "0.99.17",
|
||||
"authors": "Jelte Fennema <github-tech@jeltef.nl>",
|
||||
"repository": "https://github.com/JelteF/derive_more",
|
||||
"license": "MIT",
|
||||
"license_file": null,
|
||||
"description": "Adds #[derive(x)] macros for more traits"
|
||||
},
|
||||
{
|
||||
"name": "digest",
|
||||
"version": "0.9.0",
|
||||
|
@ -359,33 +305,6 @@
|
|||
"license_file": null,
|
||||
"description": "system-level helper functions for the dirs and directories crates"
|
||||
},
|
||||
{
|
||||
"name": "dtoa",
|
||||
"version": "0.4.8",
|
||||
"authors": "David Tolnay <dtolnay@gmail.com>",
|
||||
"repository": "https://github.com/dtolnay/dtoa",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"license_file": null,
|
||||
"description": "Fast functions for printing floating-point primitives to an io::Write"
|
||||
},
|
||||
{
|
||||
"name": "dtoa-short",
|
||||
"version": "0.3.3",
|
||||
"authors": "Xidorn Quan <me@upsuper.org>",
|
||||
"repository": "https://github.com/upsuper/dtoa-short",
|
||||
"license": "MPL-2.0",
|
||||
"license_file": null,
|
||||
"description": "Serialize float number and truncate to certain precision"
|
||||
},
|
||||
{
|
||||
"name": "dunce",
|
||||
"version": "1.0.2",
|
||||
"authors": "Kornel <kornel@geekhood.net>",
|
||||
"repository": "https://gitlab.com/kornelski/dunce",
|
||||
"license": "CC0-1.0",
|
||||
"license_file": null,
|
||||
"description": "Normalize Windows paths to the most compatible format, avoiding UNC where possible"
|
||||
},
|
||||
{
|
||||
"name": "either",
|
||||
"version": "1.6.1",
|
||||
|
@ -611,15 +530,6 @@
|
|||
"license_file": null,
|
||||
"description": "Common utilities and extension traits for the futures-rs library."
|
||||
},
|
||||
{
|
||||
"name": "fxhash",
|
||||
"version": "0.2.1",
|
||||
"authors": "cbreeden <github@u.breeden.cc>",
|
||||
"repository": "https://github.com/cbreeden/fxhash",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"license_file": null,
|
||||
"description": "A fast, non-secure, hashing algorithm derived from an internal hasher used in FireFox and Rustc."
|
||||
},
|
||||
{
|
||||
"name": "generic-array",
|
||||
"version": "0.14.4",
|
||||
|
@ -899,15 +809,6 @@
|
|||
"license_file": null,
|
||||
"description": "Bindings for all JS global objects and functions in all JS environments like Node.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate."
|
||||
},
|
||||
{
|
||||
"name": "kuchiki",
|
||||
"version": "0.8.1",
|
||||
"authors": "Simon Sapin <simon.sapin@exyr.org>",
|
||||
"repository": "https://github.com/SimonSapin/kuchiki",
|
||||
"license": "MIT",
|
||||
"license_file": null,
|
||||
"description": "(朽木) HTML/XML tree manipulation library"
|
||||
},
|
||||
{
|
||||
"name": "lazy_static",
|
||||
"version": "1.4.0",
|
||||
|
@ -935,24 +836,6 @@
|
|||
"license_file": null,
|
||||
"description": "Native bindings to the libsqlite3 library"
|
||||
},
|
||||
{
|
||||
"name": "linkcheck",
|
||||
"version": "0.4.1-alpha.0",
|
||||
"authors": "Michael-F-Bryan <michaelfbryan@gmail.com>",
|
||||
"repository": "https://github.com/Michael-F-Bryan/linkcheck",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"license_file": null,
|
||||
"description": "A library for extracting and validating links."
|
||||
},
|
||||
{
|
||||
"name": "linkify",
|
||||
"version": "0.5.0",
|
||||
"authors": "Robin Stocker <robin@nibor.org>",
|
||||
"repository": "https://github.com/robinst/linkify",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"license_file": null,
|
||||
"description": "Finds URLs and email addresses in plain text. Takes care to get the boundaries right with surrounding punctuation like parentheses."
|
||||
},
|
||||
{
|
||||
"name": "lock_api",
|
||||
"version": "0.4.5",
|
||||
|
@ -1664,15 +1547,6 @@
|
|||
"license_file": null,
|
||||
"description": "speed, non-cryptographic hash used in rustc"
|
||||
},
|
||||
{
|
||||
"name": "rustc_version",
|
||||
"version": "0.4.0",
|
||||
"authors": "Dirkjan Ochtman <dirkjan@ochtman.nl>|Marvin Löbel <loebel.marvin@gmail.com>",
|
||||
"repository": "https://github.com/Kimundi/rustc-version-rs",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"license_file": null,
|
||||
"description": "A library for querying the version of a installed rustc compiler"
|
||||
},
|
||||
{
|
||||
"name": "rustls",
|
||||
"version": "0.19.1",
|
||||
|
@ -1754,15 +1628,6 @@
|
|||
"license_file": null,
|
||||
"description": "Apple `Security.framework` low-level FFI bindings"
|
||||
},
|
||||
{
|
||||
"name": "selectors",
|
||||
"version": "0.22.0",
|
||||
"authors": "The Servo Project Developers",
|
||||
"repository": "https://github.com/servo/servo",
|
||||
"license": "MPL-2.0",
|
||||
"license_file": null,
|
||||
"description": "CSS Selectors matching for Rust"
|
||||
},
|
||||
{
|
||||
"name": "self_cell",
|
||||
"version": "0.10.2",
|
||||
|
@ -1772,15 +1637,6 @@
|
|||
"license_file": null,
|
||||
"description": "Safe-to-use proc-macro-free self-referential structs in stable Rust."
|
||||
},
|
||||
{
|
||||
"name": "semver",
|
||||
"version": "1.0.4",
|
||||
"authors": "David Tolnay <dtolnay@gmail.com>",
|
||||
"repository": "https://github.com/dtolnay/semver",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"license_file": null,
|
||||
"description": "Parser and evaluator for Cargo's flavor of Semantic Versioning"
|
||||
},
|
||||
{
|
||||
"name": "serde",
|
||||
"version": "1.0.130",
|
||||
|
@ -1853,15 +1709,6 @@
|
|||
"license_file": null,
|
||||
"description": "`x-www-form-urlencoded` meets Serde"
|
||||
},
|
||||
{
|
||||
"name": "servo_arc",
|
||||
"version": "0.1.1",
|
||||
"authors": "The Servo Project Developers",
|
||||
"repository": "https://github.com/servo/servo",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"license_file": null,
|
||||
"description": "A fork of std::sync::Arc with some extra functionality and without weak references"
|
||||
},
|
||||
{
|
||||
"name": "sha1",
|
||||
"version": "0.6.0",
|
||||
|
@ -1871,6 +1718,15 @@
|
|||
"license_file": null,
|
||||
"description": "Minimal implementation of SHA1 for Rust."
|
||||
},
|
||||
{
|
||||
"name": "signal-hook-registry",
|
||||
"version": "1.4.0",
|
||||
"authors": "Michal 'vorner' Vaner <vorner@vorner.cz>|Masaki Hara <ackie.h.gmai@gmail.com>",
|
||||
"repository": "https://github.com/vorner/signal-hook",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"license_file": null,
|
||||
"description": "Backend crate for signal-hook"
|
||||
},
|
||||
{
|
||||
"name": "siphasher",
|
||||
"version": "0.3.7",
|
||||
|
@ -1970,15 +1826,6 @@
|
|||
"license_file": null,
|
||||
"description": "Synchronization primitives based on spinning. They may contain data, are usable without `std`, and static initializers are available."
|
||||
},
|
||||
{
|
||||
"name": "stable_deref_trait",
|
||||
"version": "1.2.0",
|
||||
"authors": "Robert Grosse <n210241048576@gmail.com>",
|
||||
"repository": "https://github.com/storyyeller/stable_deref_trait",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"license_file": null,
|
||||
"description": "An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental."
|
||||
},
|
||||
{
|
||||
"name": "string_cache",
|
||||
"version": "0.8.2",
|
||||
|
@ -2069,15 +1916,6 @@
|
|||
"license_file": null,
|
||||
"description": "A simple cross platform library for writing colored text to a terminal."
|
||||
},
|
||||
{
|
||||
"name": "thin-slice",
|
||||
"version": "0.1.1",
|
||||
"authors": "Cameron McCormack <cam@mcc.id.au>",
|
||||
"repository": "https://github.com/heycam/thin-slice",
|
||||
"license": "MPL-2.0",
|
||||
"license_file": null,
|
||||
"description": "An owned slice that packs the slice storage into a single word when possible"
|
||||
},
|
||||
{
|
||||
"name": "thiserror",
|
||||
"version": "1.0.30",
|
||||
|
|
|
@ -47,6 +47,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=adler"
|
||||
],
|
||||
version = "1.0.2",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -107,6 +107,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=ahash"
|
||||
],
|
||||
version = "0.7.6",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -47,6 +47,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=aho_corasick"
|
||||
],
|
||||
version = "0.7.18",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -47,6 +47,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=ammonia"
|
||||
],
|
||||
version = "3.1.2",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -78,6 +78,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=anyhow"
|
||||
],
|
||||
version = "1.0.51",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -51,6 +51,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=arc-swap"
|
||||
],
|
||||
version = "1.5.0",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -51,6 +51,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=arrayref"
|
||||
],
|
||||
version = "0.3.6",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -82,6 +82,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=arrayvec"
|
||||
],
|
||||
version = "0.4.12",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -49,6 +49,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=arrayvec"
|
||||
],
|
||||
version = "0.7.2",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -74,6 +74,7 @@ rust_proc_macro(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=async-trait"
|
||||
],
|
||||
version = "0.1.51",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -49,6 +49,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=atty"
|
||||
],
|
||||
version = "0.2.14",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -53,6 +53,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=autocfg"
|
||||
],
|
||||
version = "1.0.1",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -53,6 +53,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=base64"
|
||||
],
|
||||
version = "0.13.0",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -46,6 +46,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=bitflags"
|
||||
],
|
||||
version = "1.3.2",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -83,6 +83,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=blake3"
|
||||
],
|
||||
version = "1.2.0",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -48,6 +48,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=bumpalo"
|
||||
],
|
||||
version = "3.8.0",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -49,6 +49,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=byteorder"
|
||||
],
|
||||
version = "1.4.3",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -53,6 +53,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=bytes"
|
||||
],
|
||||
version = "1.1.0",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -47,6 +47,7 @@ rust_binary(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=gcc-shim"
|
||||
],
|
||||
version = "1.0.72",
|
||||
# buildifier: leave-alone
|
||||
|
@ -69,6 +70,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=cc"
|
||||
],
|
||||
version = "1.0.72",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -45,6 +45,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=cfg-if"
|
||||
],
|
||||
version = "1.0.0",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -59,6 +59,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=chrono"
|
||||
],
|
||||
version = "0.4.19",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -47,6 +47,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=coarsetime"
|
||||
],
|
||||
version = "0.1.20",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -47,6 +47,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=codespan"
|
||||
],
|
||||
version = "0.11.1",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -57,6 +57,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=codespan-reporting"
|
||||
],
|
||||
version = "0.11.1",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -47,6 +47,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=constant_time_eq"
|
||||
],
|
||||
version = "0.1.5",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -45,6 +45,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=convert_case"
|
||||
],
|
||||
version = "0.4.0",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -45,6 +45,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=core-foundation"
|
||||
],
|
||||
version = "0.9.2",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -74,6 +74,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=core-foundation-sys"
|
||||
],
|
||||
version = "0.8.3",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -80,6 +80,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=crc32fast"
|
||||
],
|
||||
version = "1.3.0",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -56,6 +56,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=crossbeam-channel"
|
||||
],
|
||||
version = "0.5.1",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -80,6 +80,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=crossbeam-utils"
|
||||
],
|
||||
version = "0.8.5",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -80,6 +80,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=cssparser"
|
||||
],
|
||||
version = "0.27.2",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -45,6 +45,7 @@ rust_proc_macro(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=cssparser-macros"
|
||||
],
|
||||
version = "0.6.0",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -46,6 +46,7 @@ rust_proc_macro(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=derivative"
|
||||
],
|
||||
version = "2.2.0",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -73,6 +73,7 @@ rust_proc_macro(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=derive_more"
|
||||
],
|
||||
version = "0.99.17",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -47,6 +47,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=digest"
|
||||
],
|
||||
version = "0.9.0",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -45,6 +45,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=dirs-next"
|
||||
],
|
||||
version = "2.0.0",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -47,6 +47,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=dirs-sys-next"
|
||||
],
|
||||
version = "0.1.2",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -47,6 +47,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=dtoa"
|
||||
],
|
||||
version = "0.4.8",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -45,6 +45,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=dtoa-short"
|
||||
],
|
||||
version = "0.3.3",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -45,6 +45,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=dunce"
|
||||
],
|
||||
version = "1.0.2",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -47,6 +47,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=either"
|
||||
],
|
||||
version = "1.6.1",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -78,6 +78,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=encoding_rs"
|
||||
],
|
||||
version = "0.8.29",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -50,6 +50,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=env_logger"
|
||||
],
|
||||
version = "0.9.0",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -47,6 +47,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=fallible-iterator"
|
||||
],
|
||||
version = "0.2.0",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -45,6 +45,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=fallible-streaming-iterator"
|
||||
],
|
||||
version = "0.1.9",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -47,6 +47,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=fixedbitset"
|
||||
],
|
||||
version = "0.4.0",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -92,6 +92,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=flate2"
|
||||
],
|
||||
version = "1.0.22",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -45,6 +45,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=fluent"
|
||||
],
|
||||
version = "0.16.0",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -50,6 +50,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=fluent-bundle"
|
||||
],
|
||||
version = "0.15.2",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -48,6 +48,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=fluent-langneg"
|
||||
],
|
||||
version = "0.13.0",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -52,6 +52,7 @@ rust_binary(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=parser"
|
||||
],
|
||||
version = "0.11.0",
|
||||
# buildifier: leave-alone
|
||||
|
@ -78,6 +79,7 @@ rust_binary(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=update_fixtures"
|
||||
],
|
||||
version = "0.11.0",
|
||||
# buildifier: leave-alone
|
||||
|
@ -102,6 +104,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=fluent-syntax"
|
||||
],
|
||||
version = "0.11.0",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -47,6 +47,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=fnv"
|
||||
],
|
||||
version = "1.0.7",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -45,6 +45,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=foreign-types"
|
||||
],
|
||||
version = "0.3.2",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -45,6 +45,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=foreign-types-shared"
|
||||
],
|
||||
version = "0.1.1",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -45,6 +45,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=form_urlencoded"
|
||||
],
|
||||
version = "1.0.1",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -45,6 +45,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=futf"
|
||||
],
|
||||
version = "0.1.4",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -51,6 +51,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=futures"
|
||||
],
|
||||
version = "0.3.18",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -86,6 +86,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=futures-channel"
|
||||
],
|
||||
version = "0.3.18",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -80,6 +80,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=futures-core"
|
||||
],
|
||||
version = "0.3.18",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -48,6 +48,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=futures-executor"
|
||||
],
|
||||
version = "0.3.18",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -46,6 +46,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=futures-io"
|
||||
],
|
||||
version = "0.3.18",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -45,6 +45,7 @@ rust_proc_macro(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=futures-macro"
|
||||
],
|
||||
version = "0.3.18",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -48,6 +48,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=futures-sink"
|
||||
],
|
||||
version = "0.3.18",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -78,6 +78,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=futures-task"
|
||||
],
|
||||
version = "0.3.18",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -107,6 +107,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=futures-util"
|
||||
],
|
||||
version = "0.3.18",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -47,6 +47,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=fxhash"
|
||||
],
|
||||
version = "0.2.1",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -75,6 +75,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=generic_array"
|
||||
],
|
||||
version = "0.14.4",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -45,6 +45,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=getopts"
|
||||
],
|
||||
version = "0.2.21",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -92,6 +92,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=getrandom"
|
||||
],
|
||||
version = "0.1.16",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -50,6 +50,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=getrandom"
|
||||
],
|
||||
version = "0.2.3",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -51,6 +51,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=h2"
|
||||
],
|
||||
version = "0.3.7",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -51,6 +51,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=hashbrown"
|
||||
],
|
||||
version = "0.11.2",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -45,6 +45,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=hashlink"
|
||||
],
|
||||
version = "0.7.0",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -45,6 +45,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=heck"
|
||||
],
|
||||
version = "0.3.3",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -46,6 +46,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=hermit-abi"
|
||||
],
|
||||
version = "0.1.19",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -50,6 +50,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=hex"
|
||||
],
|
||||
version = "0.4.3",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -89,6 +89,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=html5ever"
|
||||
],
|
||||
version = "0.25.1",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -47,6 +47,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=htmlescape"
|
||||
],
|
||||
version = "0.3.1",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -55,6 +55,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=http"
|
||||
],
|
||||
version = "0.2.5",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -45,6 +45,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=http-body"
|
||||
],
|
||||
version = "0.4.4",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -80,6 +80,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=httparse"
|
||||
],
|
||||
version = "1.5.1",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -47,6 +47,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=httpdate"
|
||||
],
|
||||
version = "1.0.2",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -49,6 +49,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=humantime"
|
||||
],
|
||||
version = "2.1.0",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -97,6 +97,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=hyper"
|
||||
],
|
||||
version = "0.14.15",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -49,6 +49,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=hyper-rustls"
|
||||
],
|
||||
version = "0.22.1",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -47,6 +47,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=hyper-timeout"
|
||||
],
|
||||
version = "0.4.1",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -47,6 +47,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=hyper-tls"
|
||||
],
|
||||
version = "0.5.0",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -47,6 +47,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=idna"
|
||||
],
|
||||
version = "0.2.3",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -81,6 +81,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=indexmap"
|
||||
],
|
||||
version = "1.7.0",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -49,6 +49,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=indoc"
|
||||
],
|
||||
version = "0.3.6",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -48,6 +48,7 @@ rust_proc_macro(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=indoc-impl"
|
||||
],
|
||||
version = "0.3.6",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -45,6 +45,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=inflections"
|
||||
],
|
||||
version = "1.1.1",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -45,6 +45,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=instant"
|
||||
],
|
||||
version = "0.1.12",
|
||||
# buildifier: leave-alone
|
||||
|
|
|
@ -45,6 +45,7 @@ rust_library(
|
|||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
"crate-name=intl-memoizer"
|
||||
],
|
||||
version = "0.5.1",
|
||||
# buildifier: leave-alone
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue