2019-02-04 16:31:48 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-03-26 19:29:08 +00:00
|
|
|
version = 3
|
|
|
|
|
2022-07-15 14:04:23 +00:00
|
|
|
[[package]]
|
2023-08-14 14:57:38 +00:00
|
|
|
name = "addr2line"
|
|
|
|
version = "0.21.0"
|
2022-07-15 14:04:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 14:57:38 +00:00
|
|
|
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
|
2022-11-03 17:10:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
2023-08-22 19:20:35 +00:00
|
|
|
"gimli",
|
2023-08-14 14:57:38 +00:00
|
|
|
"rustc-std-workspace-alloc",
|
2022-11-03 17:10:15 +00:00
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
2022-07-15 14:04:23 +00:00
|
|
|
|
2022-01-07 05:32:58 +00:00
|
|
|
[[package]]
|
2023-08-14 14:57:38 +00:00
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
2022-01-07 05:32:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 14:57:38 +00:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
2022-01-07 05:32:58 +00:00
|
|
|
dependencies = [
|
2023-08-14 14:57:38 +00:00
|
|
|
"compiler_builtins",
|
|
|
|
"rustc-std-workspace-core",
|
2022-01-07 05:32:58 +00:00
|
|
|
]
|
|
|
|
|
2023-10-21 06:41:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aes"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.8.4"
|
2023-10-21 06:41:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
|
2023-10-21 06:41:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cipher",
|
|
|
|
"cpufeatures",
|
|
|
|
]
|
|
|
|
|
2023-01-09 17:49:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "0.8.10"
|
2023-01-09 17:49:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "8b79b82693f705137f8fb9b37871d99e4f9a7df12b917eed79c3d3954830a60b"
|
2023-01-09 17:49:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
2023-12-02 18:16:09 +00:00
|
|
|
"zerocopy",
|
2023-01-09 17:49:24 +00:00
|
|
|
]
|
|
|
|
|
2019-05-16 05:27:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "1.1.2"
|
2023-06-26 07:21:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
|
2019-05-16 05:27:39 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"memchr",
|
2019-05-16 05:27:39 +00:00
|
|
|
]
|
|
|
|
|
2016-09-02 08:55:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "alloc"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"compiler_builtins",
|
|
|
|
"core",
|
2022-11-21 00:55:41 +00:00
|
|
|
"rand",
|
2020-08-01 14:11:15 +00:00
|
|
|
"rand_xorshift",
|
2016-09-02 08:55:29 +00:00
|
|
|
]
|
|
|
|
|
2023-06-08 14:55:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "allocator-api2"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.2.16"
|
2023-06-08 14:55:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
|
2023-06-08 14:55:49 +00:00
|
|
|
|
2018-04-03 14:32:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ammonia"
|
2023-06-26 07:21:35 +00:00
|
|
|
version = "3.3.0"
|
2019-06-19 03:36:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 07:21:35 +00:00
|
|
|
checksum = "64e6d1c7838db705c9b756557ee27c384ce695a1c51a6fe528784cb1c6840170"
|
2019-06-19 03:36:47 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"html5ever",
|
|
|
|
"maplit",
|
2022-04-15 18:11:14 +00:00
|
|
|
"once_cell",
|
2019-08-15 00:45:09 +00:00
|
|
|
"tendril",
|
2022-08-21 04:19:43 +00:00
|
|
|
"url",
|
2019-06-19 03:36:47 +00:00
|
|
|
]
|
|
|
|
|
2023-06-26 07:21:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
2023-04-11 11:46:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-06-13 03:04:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "annotate-snippets"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.9.2"
|
2022-06-13 03:04:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "ccaf7e9dfbb6ab22c82e473cd1a8a7bd313c19a5b7e40970f3d89ef5a5c9e81e"
|
2021-05-03 20:59:35 +00:00
|
|
|
dependencies = [
|
2022-06-13 03:04:54 +00:00
|
|
|
"unicode-width",
|
2021-05-03 20:59:35 +00:00
|
|
|
"yansi-term",
|
|
|
|
]
|
2020-05-08 20:48:26 +00:00
|
|
|
|
2023-12-30 15:11:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "annotate-snippets"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "0.10.2"
|
2023-12-30 15:11:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "6d9b665789884a7e8fb06c84b295e923b03ca51edbb7d08f91a6a50322ecbfe6"
|
2023-12-30 15:11:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2023-08-24 19:33:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2024-02-07 04:22:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "0.6.13"
|
2024-02-07 04:22:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb"
|
2024-02-07 04:22:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
2024-02-27 14:50:23 +00:00
|
|
|
"anstyle-wincon",
|
2023-06-26 07:21:35 +00:00
|
|
|
"colorchoice",
|
2023-04-01 15:49:20 +00:00
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "1.0.6"
|
2023-04-01 15:49:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc"
|
2023-04-01 15:49:20 +00:00
|
|
|
|
2024-03-02 22:36:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle-lossy"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a9a0444767dbd4aea9355cb47a370eb184dbfe918875e127eff52cb9d1638181"
|
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
]
|
|
|
|
|
2023-04-01 15:49:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.2.3"
|
2023-04-01 15:49:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
|
2023-04-01 15:49:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
2023-06-26 07:21:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "1.0.2"
|
2023-06-26 07:21:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
|
2023-06-26 07:21:35 +00:00
|
|
|
dependencies = [
|
2024-01-29 12:21:16 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-06-26 07:21:35 +00:00
|
|
|
]
|
|
|
|
|
2024-03-02 22:36:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle-svg"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b6ddad447b448d6d5db36b31cbd3ff27c7af071619501998eeceab01968287a"
|
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-lossy",
|
|
|
|
"html-escape",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2024-02-07 04:22:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
|
|
|
version = "3.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
|
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
2020-01-14 17:47:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "1.0.80"
|
2020-01-14 17:47:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1"
|
2023-06-03 07:41:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
]
|
2020-01-14 17:47:04 +00:00
|
|
|
|
2022-05-28 10:43:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ar_archive_writer"
|
2023-08-14 14:57:38 +00:00
|
|
|
version = "0.1.5"
|
2022-05-28 10:43:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 14:57:38 +00:00
|
|
|
checksum = "9792d37ca5173d7e7f4fe453739a0671d0557915a030a383d6b866476bbc3e71"
|
2022-05-28 10:43:51 +00:00
|
|
|
dependencies = [
|
2023-08-22 19:20:35 +00:00
|
|
|
"object",
|
2022-05-28 10:43:51 +00:00
|
|
|
]
|
|
|
|
|
2021-04-22 04:40:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2023-06-26 07:21:35 +00:00
|
|
|
version = "0.7.4"
|
2021-04-22 04:40:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 07:21:35 +00:00
|
|
|
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
|
2020-07-14 00:31:54 +00:00
|
|
|
|
2022-01-03 17:18:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "askama"
|
2024-01-24 01:04:34 +00:00
|
|
|
version = "0.12.1"
|
2022-01-03 17:18:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-24 01:04:34 +00:00
|
|
|
checksum = "b79091df18a97caea757e28cd2d5fda49c6cd4bd01ddffd7ff01ace0c0ad2c28"
|
2022-01-03 17:18:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"askama_derive",
|
|
|
|
"askama_escape",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "askama_derive"
|
2024-01-24 01:04:34 +00:00
|
|
|
version = "0.12.5"
|
2022-01-03 17:18:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-24 01:04:34 +00:00
|
|
|
checksum = "19fe8d6cb13c4714962c072ea496f3392015f0989b1a2847bb4b2d9effd71d83"
|
2022-01-03 17:18:46 +00:00
|
|
|
dependencies = [
|
2024-01-24 01:04:34 +00:00
|
|
|
"askama_parser",
|
2023-03-06 10:15:59 +00:00
|
|
|
"basic-toml",
|
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
2022-01-03 17:18:46 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-01-17 16:36:39 +00:00
|
|
|
"serde",
|
2024-03-03 00:16:16 +00:00
|
|
|
"syn 2.0.52",
|
2022-01-03 17:18:46 +00:00
|
|
|
]
|
|
|
|
|
2023-03-06 10:15:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "askama_escape"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
|
|
|
|
|
2024-01-24 01:04:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "askama_parser"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "acb1161c6b64d1c3d83108213c2a2533a342ac225aabd0bda218278c2ddb00c0"
|
|
|
|
dependencies = [
|
|
|
|
"nom",
|
|
|
|
]
|
|
|
|
|
2020-03-26 13:10:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-03-01 17:45:23 +00:00
|
|
|
version = "1.1.0"
|
2020-03-26 13:10:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-01 17:45:23 +00:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2020-03-26 13:10:35 +00:00
|
|
|
|
2022-07-15 14:04:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2023-08-22 19:20:35 +00:00
|
|
|
version = "0.3.69"
|
2022-07-15 14:04:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 19:20:35 +00:00
|
|
|
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
|
2022-07-15 14:04:23 +00:00
|
|
|
dependencies = [
|
2023-08-22 19:20:35 +00:00
|
|
|
"addr2line",
|
2022-07-15 14:04:23 +00:00
|
|
|
"cc",
|
2022-12-20 15:26:42 +00:00
|
|
|
"cfg-if",
|
2022-07-15 14:04:23 +00:00
|
|
|
"libc",
|
2023-06-29 23:18:36 +00:00
|
|
|
"miniz_oxide",
|
2023-08-22 19:20:35 +00:00
|
|
|
"object",
|
2022-07-15 14:04:23 +00:00
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2023-06-03 07:41:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.21.7"
|
2023-06-03 07:41:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
2023-06-03 07:41:44 +00:00
|
|
|
|
2023-03-06 10:15:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "basic-toml"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.1.8"
|
2023-03-06 10:15:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "2db21524cad41c5591204d22d75e1970a2d1f71060214ca931dc7d5afe2c14e5"
|
2023-03-06 10:15:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-05-22 17:26:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
|
|
|
version = "1.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2017-09-08 19:08:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2022-07-26 18:36:20 +00:00
|
|
|
version = "1.3.2"
|
2017-09-08 19:08:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-26 18:36:20 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2017-09-08 19:08:01 +00:00
|
|
|
|
2023-06-26 07:21:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "2.4.2"
|
2023-06-26 07:21:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
|
2023-06-26 07:21:35 +00:00
|
|
|
|
2020-10-01 15:15:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-06-26 07:21:35 +00:00
|
|
|
version = "0.10.4"
|
2020-10-01 15:15:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 07:21:35 +00:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2020-10-01 15:15:12 +00:00
|
|
|
dependencies = [
|
2022-08-31 20:04:12 +00:00
|
|
|
"generic-array",
|
2019-01-19 02:39:37 +00:00
|
|
|
]
|
|
|
|
|
2022-11-15 19:06:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "1.6.0"
|
2022-11-15 19:06:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05"
|
2022-11-15 19:06:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2024-03-03 00:16:16 +00:00
|
|
|
"regex-automata 0.3.9",
|
2022-11-15 19:06:42 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2017-01-24 22:37:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "build-manifest"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-09-18 12:40:01 +00:00
|
|
|
"anyhow",
|
2020-09-24 12:13:40 +00:00
|
|
|
"flate2",
|
2023-03-07 22:16:27 +00:00
|
|
|
"hex",
|
2020-10-01 15:15:12 +00:00
|
|
|
"rayon",
|
2019-08-15 00:45:09 +00:00
|
|
|
"serde",
|
2019-11-03 10:47:07 +00:00
|
|
|
"serde_json",
|
2020-10-01 15:15:12 +00:00
|
|
|
"sha2",
|
2020-09-24 12:13:40 +00:00
|
|
|
"tar",
|
2023-06-26 07:21:35 +00:00
|
|
|
"toml 0.5.11",
|
2023-04-17 01:27:25 +00:00
|
|
|
"xz2",
|
2016-09-02 08:55:29 +00:00
|
|
|
]
|
|
|
|
|
2022-12-30 10:11:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "build_helper"
|
|
|
|
version = "0.1.0"
|
2023-06-03 07:41:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
]
|
2022-12-30 10:11:33 +00:00
|
|
|
|
2021-08-26 09:26:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bump-stage0"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"curl",
|
2023-11-18 09:42:05 +00:00
|
|
|
"indexmap",
|
2021-08-26 09:26:03 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-06-26 07:21:35 +00:00
|
|
|
"toml 0.5.11",
|
2021-08-26 09:26:03 +00:00
|
|
|
]
|
|
|
|
|
2023-04-11 11:46:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "3.15.3"
|
2023-04-11 11:46:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "8ea184aa71bb362a1157c896979544cc23974e08fd265f29ea96b59f0b4a555b"
|
2023-04-11 11:46:41 +00:00
|
|
|
|
2018-10-08 17:39:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytecount"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.6.7"
|
2018-10-08 17:39:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "e1e5f035d16fc623ae5f74981db80a439803888314e3a555fd6f04acd51a3205"
|
2018-10-08 17:39:09 +00:00
|
|
|
dependencies = [
|
2023-10-23 01:34:12 +00:00
|
|
|
"packed_simd",
|
2018-10-08 17:39:09 +00:00
|
|
|
]
|
|
|
|
|
2023-05-10 03:29:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2024-01-21 17:16:26 +00:00
|
|
|
version = "1.5.0"
|
2023-05-10 03:29:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-21 17:16:26 +00:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2023-05-10 03:29:27 +00:00
|
|
|
|
2019-01-21 15:32:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "1.5.0"
|
2019-01-21 15:32:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
|
2019-01-21 15:32:43 +00:00
|
|
|
|
2021-10-20 05:15:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "camino"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "1.1.6"
|
2021-10-20 05:15:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c"
|
2021-10-20 05:15:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-06-01 18:17:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cargo-miri"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2024-01-29 12:21:16 +00:00
|
|
|
"cargo_metadata 0.18.1",
|
2020-06-01 18:17:20 +00:00
|
|
|
"directories",
|
2022-10-04 13:23:57 +00:00
|
|
|
"rustc-build-sysroot",
|
2023-02-26 18:09:17 +00:00
|
|
|
"rustc_tools_util",
|
2022-01-05 09:41:22 +00:00
|
|
|
"rustc_version",
|
2020-06-01 18:17:20 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2021-10-20 05:15:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cargo-platform"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.1.7"
|
2021-10-20 05:15:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "694c8807f2ae16faecc43dc17d74b3eb042482789fd0eb64b39a2e04e087053f"
|
2021-10-20 05:15:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-10-23 21:47:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cargo_metadata"
|
2023-06-20 04:19:48 +00:00
|
|
|
version = "0.15.4"
|
2022-07-21 20:04:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-20 04:19:48 +00:00
|
|
|
checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a"
|
2022-07-21 20:04:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"camino",
|
2023-03-15 12:50:04 +00:00
|
|
|
"cargo-platform",
|
2022-07-21 20:04:37 +00:00
|
|
|
"semver",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-02-10 13:01:31 +00:00
|
|
|
"thiserror",
|
2022-07-21 20:04:37 +00:00
|
|
|
]
|
|
|
|
|
2023-10-07 05:55:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cargo_metadata"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.18.1"
|
2023-10-07 05:55:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
|
2023-10-07 05:55:48 +00:00
|
|
|
dependencies = [
|
|
|
|
"camino",
|
|
|
|
"cargo-platform",
|
|
|
|
"semver",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2017-02-15 22:55:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cargotest2"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2017-09-22 01:58:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-05-26 10:03:47 +00:00
|
|
|
version = "1.0.79"
|
2017-09-22 01:58:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-26 10:03:47 +00:00
|
|
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
2017-09-22 01:58:35 +00:00
|
|
|
|
2020-10-11 17:51:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
2022-09-15 15:39:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
2020-10-11 17:51:07 +00:00
|
|
|
|
2018-01-25 04:01:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.4.34"
|
2018-01-25 04:01:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b"
|
2018-01-25 04:01:42 +00:00
|
|
|
dependencies = [
|
2023-06-26 07:21:35 +00:00
|
|
|
"android-tzdata",
|
2023-04-11 11:46:41 +00:00
|
|
|
"iana-time-zone",
|
2019-08-15 00:45:09 +00:00
|
|
|
"num-traits",
|
2022-11-15 09:19:17 +00:00
|
|
|
"serde",
|
2024-03-03 00:16:16 +00:00
|
|
|
"windows-targets 0.52.4",
|
2018-01-25 04:01:42 +00:00
|
|
|
]
|
|
|
|
|
2023-10-21 06:41:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cipher"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
|
|
|
dependencies = [
|
|
|
|
"crypto-common",
|
|
|
|
"inout",
|
|
|
|
]
|
|
|
|
|
2022-10-04 20:57:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "4.5.1"
|
2023-04-01 15:49:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "c918d541ef2913577a0f9566e9ce27cb35b6df072075769e0b26cb5a554520da"
|
2023-04-01 15:49:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"clap_builder",
|
2023-06-21 09:32:34 +00:00
|
|
|
"clap_derive",
|
2023-04-01 15:49:20 +00:00
|
|
|
]
|
|
|
|
|
2023-10-23 01:34:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap-cargo"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "383f21342a464d4af96e9a4cad22a0b4f2880d4a5b3bbf5c9654dd1d9a224ee4"
|
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"clap",
|
|
|
|
]
|
|
|
|
|
2023-04-01 15:49:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "4.5.1"
|
2022-10-04 20:57:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "9f3e7391dad68afb0c2ede1bf619f579a3dc9c2ec67f089baa397123a2f3d1eb"
|
2022-10-04 20:57:49 +00:00
|
|
|
dependencies = [
|
2024-02-27 14:50:23 +00:00
|
|
|
"anstream",
|
2023-04-01 15:49:20 +00:00
|
|
|
"anstyle",
|
2023-06-21 09:32:34 +00:00
|
|
|
"clap_lex",
|
2024-01-29 12:21:16 +00:00
|
|
|
"strsim 0.11.0",
|
2023-01-06 01:20:59 +00:00
|
|
|
"terminal_size",
|
2022-10-04 20:57:49 +00:00
|
|
|
]
|
|
|
|
|
2022-04-15 18:57:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_complete"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "4.5.1"
|
2022-04-15 18:57:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "885e4d7d5af40bfb99ae6f9433e292feac98d452dcb3ec3d25dfe7552b77da8c"
|
2022-04-15 18:57:06 +00:00
|
|
|
dependencies = [
|
2023-06-21 09:32:34 +00:00
|
|
|
"clap",
|
2022-06-13 03:04:54 +00:00
|
|
|
]
|
|
|
|
|
2023-01-02 19:30:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "4.5.0"
|
2023-01-02 19:30:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "307bc0538d5f0f83b8248db3087aa92fe504e4691294d0c96c0eabc33f47ba47"
|
2023-01-02 19:30:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-03-03 00:16:16 +00:00
|
|
|
"syn 2.0.52",
|
2023-01-02 19:30:39 +00:00
|
|
|
]
|
|
|
|
|
2022-10-04 20:57:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.7.0"
|
2022-10-04 20:57:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
|
2022-10-04 20:57:49 +00:00
|
|
|
|
2017-12-06 08:25:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clippy"
|
2024-02-08 19:25:09 +00:00
|
|
|
version = "0.1.78"
|
2017-12-06 08:25:29 +00:00
|
|
|
dependencies = [
|
2024-02-27 14:50:23 +00:00
|
|
|
"anstream",
|
2023-11-02 16:50:52 +00:00
|
|
|
"clippy_config",
|
2019-08-15 00:45:09 +00:00
|
|
|
"clippy_lints",
|
2023-07-17 08:22:41 +00:00
|
|
|
"clippy_utils",
|
2023-10-06 15:47:56 +00:00
|
|
|
"color-print",
|
2021-06-03 07:06:49 +00:00
|
|
|
"filetime",
|
2023-07-17 08:22:41 +00:00
|
|
|
"futures",
|
|
|
|
"if_chain",
|
2024-02-27 14:50:23 +00:00
|
|
|
"itertools 0.12.1",
|
2023-12-14 15:40:50 +00:00
|
|
|
"parking_lot",
|
2023-07-17 08:22:41 +00:00
|
|
|
"quote",
|
2021-03-12 14:31:11 +00:00
|
|
|
"regex",
|
2023-02-26 18:09:17 +00:00
|
|
|
"rustc_tools_util",
|
2023-07-17 08:22:41 +00:00
|
|
|
"serde",
|
2024-03-03 00:16:16 +00:00
|
|
|
"syn 2.0.52",
|
2019-12-02 22:09:48 +00:00
|
|
|
"tempfile",
|
2022-05-21 11:24:00 +00:00
|
|
|
"termize",
|
2021-04-06 11:20:48 +00:00
|
|
|
"tester",
|
2023-07-17 08:22:41 +00:00
|
|
|
"tokio",
|
2024-01-29 12:21:16 +00:00
|
|
|
"toml 0.7.8",
|
2024-02-27 14:50:23 +00:00
|
|
|
"ui_test 0.22.2",
|
2022-07-28 17:08:41 +00:00
|
|
|
"walkdir",
|
2017-12-06 08:25:29 +00:00
|
|
|
]
|
|
|
|
|
2023-11-02 16:50:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clippy_config"
|
2024-02-08 19:25:09 +00:00
|
|
|
version = "0.1.78"
|
2023-11-02 16:50:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"rustc-semver",
|
|
|
|
"serde",
|
2024-01-29 12:21:16 +00:00
|
|
|
"toml 0.7.8",
|
2023-11-02 16:50:52 +00:00
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2021-04-14 13:20:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clippy_dev"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2024-01-29 12:21:16 +00:00
|
|
|
"aho-corasick",
|
2023-06-21 09:32:34 +00:00
|
|
|
"clap",
|
2021-10-21 11:13:17 +00:00
|
|
|
"indoc",
|
2024-02-27 14:50:23 +00:00
|
|
|
"itertools 0.12.1",
|
2024-01-25 18:17:52 +00:00
|
|
|
"opener",
|
2021-04-14 13:20:49 +00:00
|
|
|
"shell-escape",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2018-05-19 11:18:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clippy_lints"
|
2024-02-08 19:25:09 +00:00
|
|
|
version = "0.1.78"
|
2018-05-11 12:11:06 +00:00
|
|
|
dependencies = [
|
2023-03-15 12:50:04 +00:00
|
|
|
"arrayvec",
|
2024-01-29 12:21:16 +00:00
|
|
|
"cargo_metadata 0.18.1",
|
2023-11-02 16:50:52 +00:00
|
|
|
"clippy_config",
|
2021-02-25 10:26:23 +00:00
|
|
|
"clippy_utils",
|
2022-11-21 19:52:06 +00:00
|
|
|
"declare_clippy_lint",
|
2024-02-27 14:50:23 +00:00
|
|
|
"itertools 0.12.1",
|
2019-08-15 00:45:09 +00:00
|
|
|
"quine-mc_cluskey",
|
2023-07-02 13:07:47 +00:00
|
|
|
"regex",
|
2023-12-16 13:13:12 +00:00
|
|
|
"regex-syntax 0.8.2",
|
2020-12-06 14:07:59 +00:00
|
|
|
"rustc-semver",
|
cargo_metadata 0.12 -> 0.14, to dedupe and remove some `semver`, `semver-parser` versions
pretty_assertions 0.6 -> 0.7, to drop some `ansi_term` version
futures 0.1.29 -> 0.1.31, backported some [fixes](https://github.com/rust-lang/futures-rs/compare/0.1.29...0.1.31) to old verions
futures-* 0.3.12 -> 0.3.19, to remove `proc-macro-hack`, `proc-macro-nested` and fix some [issues](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md#0319---2021-12-18). There exist 0.3.21, but it's quite new (06.02.22), so not updated to.
itertools 0.9 -> 0.10 for rustdoc, will be droppped when rustfmt will bump `itertools` version
linked-hash-map 0.5.3 -> 0.5.4, fix [UB](https://github.com/contain-rs/linked-hash-map/pull/106)
markup5ever 0.10.0 -> 0.10.1, internally drops `serde`, reducing [build time](https://github.com/servo/html5ever/commit/3afd8d63853627e530b3063b0185eea3732cc29f#diff-4c20e8293515259c0aa26932413a55a334aa5f2b37de5a5adc92a2186f632606) for some usecases
mio 0.7.13 -> 0.7.14 fix [unsoundness](https://github.com/tokio-rs/mio/compare/v0.7.13...v0.7.14)
num_cpus 1.13.0 -> 1.13.1 fix parsing mountinfo and other [fixes](https://github.com/seanmonstar/num_cpus/compare/v1.13.0...v1.13.1)
openssl-src 111.16.0+1.1.1l -> 111.17.0+1.1.1m fix CVE-2021-4160
2022-02-06 20:57:29 +00:00
|
|
|
"semver",
|
2019-08-15 00:45:09 +00:00
|
|
|
"serde",
|
2021-05-06 10:21:46 +00:00
|
|
|
"serde_json",
|
2022-06-16 15:39:29 +00:00
|
|
|
"tempfile",
|
2024-01-29 12:21:16 +00:00
|
|
|
"toml 0.7.8",
|
2019-08-15 00:45:09 +00:00
|
|
|
"unicode-normalization",
|
2021-07-01 16:18:02 +00:00
|
|
|
"unicode-script",
|
2022-08-21 04:19:43 +00:00
|
|
|
"url",
|
2023-10-06 15:47:56 +00:00
|
|
|
"walkdir",
|
2018-05-11 12:11:06 +00:00
|
|
|
]
|
|
|
|
|
2021-02-25 10:26:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clippy_utils"
|
2024-02-08 19:25:09 +00:00
|
|
|
version = "0.1.78"
|
2021-02-25 10:26:23 +00:00
|
|
|
dependencies = [
|
2023-03-15 12:50:04 +00:00
|
|
|
"arrayvec",
|
2023-11-02 16:50:52 +00:00
|
|
|
"clippy_config",
|
2024-02-27 14:50:23 +00:00
|
|
|
"itertools 0.12.1",
|
2021-02-25 10:26:23 +00:00
|
|
|
"rustc-semver",
|
|
|
|
]
|
|
|
|
|
2022-11-15 09:19:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "collect-license-metadata"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"spdx-rs",
|
|
|
|
]
|
|
|
|
|
2022-07-15 14:04:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "color-eyre"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204"
|
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
"color-spantrace",
|
|
|
|
"eyre",
|
|
|
|
"indenter",
|
|
|
|
"once_cell",
|
|
|
|
"owo-colors",
|
|
|
|
"tracing-error",
|
|
|
|
]
|
|
|
|
|
2023-10-06 15:47:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "color-print"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a858372ff14bab9b1b30ea504f2a4bc534582aee3e42ba2d41d2a7baba63d5d"
|
|
|
|
dependencies = [
|
|
|
|
"color-print-proc-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "color-print-proc-macro"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57e37866456a721d0a404439a1adae37a31be4e0055590d053dfe6981e05003f"
|
|
|
|
dependencies = [
|
|
|
|
"nom",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2022-07-15 14:04:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "color-spantrace"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.2.1"
|
2022-07-15 14:04:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "cd6be1b2a7e382e2b98b43b2adcca6bb0e465af0bdd38123873ae61eb17a72c2"
|
2022-07-15 14:04:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"owo-colors",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-error",
|
|
|
|
]
|
|
|
|
|
2023-06-26 07:21:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
|
|
|
|
2018-04-25 22:11:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "colored"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "2.1.0"
|
2018-04-25 22:11:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8"
|
2018-04-25 22:11:28 +00:00
|
|
|
dependencies = [
|
2020-05-26 04:00:42 +00:00
|
|
|
"lazy_static",
|
2023-09-19 12:15:53 +00:00
|
|
|
"windows-sys 0.48.0",
|
2018-04-25 22:11:28 +00:00
|
|
|
]
|
|
|
|
|
2023-08-24 19:33:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "comma"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335"
|
|
|
|
|
2016-10-07 06:30:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "compiler_builtins"
|
2024-01-22 11:59:41 +00:00
|
|
|
version = "0.1.108"
|
std: Depend directly on crates.io crates
Ever since we added a Cargo-based build system for the compiler the
standard library has always been a little special, it's never been able
to depend on crates.io crates for runtime dependencies. This has been a
result of various limitations, namely that Cargo doesn't understand that
crates from crates.io depend on libcore, so Cargo tries to build crates
before libcore is finished.
I had an idea this afternoon, however, which lifts the strategy
from #52919 to directly depend on crates.io crates from the standard
library. After all is said and done this removes a whopping three
submodules that we need to manage!
The basic idea here is that for any crate `std` depends on it adds an
*optional* dependency on an empty crate on crates.io, in this case named
`rustc-std-workspace-core`. This crate is overridden via `[patch]` in
this repository to point to a local crate we write, and *that* has a
`path` dependency on libcore.
Note that all `no_std` crates also depend on `compiler_builtins`, but if
we're not using submodules we can publish `compiler_builtins` to
crates.io and all crates can depend on it anyway! The basic strategy
then looks like:
* The standard library (or some transitive dep) decides to depend on a
crate `foo`.
* The standard library adds
```toml
[dependencies]
foo = { version = "0.1", features = ['rustc-dep-of-std'] }
```
* The crate `foo` has an optional dependency on `rustc-std-workspace-core`
* The crate `foo` has an optional dependency on `compiler_builtins`
* The crate `foo` has a feature `rustc-dep-of-std` which activates these
crates and any other necessary infrastructure in the crate.
A sample commit for `dlmalloc` [turns out to be quite simple][commit].
After that all `no_std` crates should largely build "as is" and still be
publishable on crates.io! Notably they should be able to continue to use
stable Rust if necessary, since the `rename-dependency` feature of Cargo
is soon stabilizing.
As a proof of concept, this commit removes the `dlmalloc`,
`libcompiler_builtins`, and `libc` submodules from this repository. Long
thorns in our side these are now gone for good and we can directly
depend on crates.io! It's hoped that in the long term we can bring in
other crates as necessary, but for now this is largely intended to
simply make it easier to manage these crates and remove submodules.
This should be a transparent non-breaking change for all users, but one
possible stickler is that this almost for sure breaks out-of-tree
`std`-building tools like `xargo` and `cargo-xbuild`. I think it should
be relatively easy to get them working, however, as all that's needed is
an entry in the `[patch]` section used to build the standard library.
Hopefully we can work with these tools to solve this problem!
[commit]: https://github.com/alexcrichton/dlmalloc-rs/commit/28ee12db813a3b650a7c25d1c36d2c17dcb88ae3
2018-11-20 05:52:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-22 11:59:41 +00:00
|
|
|
checksum = "d68bc55329711cd719c2687bb147bc06211b0521f97ef398280108ccb23227e9"
|
2016-10-07 06:30:38 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"cc",
|
|
|
|
"rustc-std-workspace-core",
|
2016-10-07 06:30:38 +00:00
|
|
|
]
|
|
|
|
|
2016-09-02 08:55:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "compiletest"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2024-03-02 22:36:52 +00:00
|
|
|
"anstyle-svg",
|
2023-05-14 14:13:00 +00:00
|
|
|
"anyhow",
|
2023-02-03 16:23:11 +00:00
|
|
|
"build_helper",
|
2021-02-24 06:42:42 +00:00
|
|
|
"colored",
|
2019-08-15 00:45:09 +00:00
|
|
|
"diff",
|
|
|
|
"getopts",
|
2020-07-28 13:22:21 +00:00
|
|
|
"glob",
|
2023-09-15 14:09:45 +00:00
|
|
|
"home",
|
2023-11-18 09:42:05 +00:00
|
|
|
"indexmap",
|
2022-08-08 04:26:13 +00:00
|
|
|
"lazycell",
|
2019-08-15 00:45:09 +00:00
|
|
|
"libc",
|
2023-07-02 13:07:47 +00:00
|
|
|
"miow",
|
2022-10-31 00:17:25 +00:00
|
|
|
"miropt-test-tools",
|
2023-02-21 12:58:33 +00:00
|
|
|
"once_cell",
|
2019-08-15 00:45:09 +00:00
|
|
|
"regex",
|
2022-06-04 12:07:44 +00:00
|
|
|
"rustfix",
|
2019-08-15 00:45:09 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2020-07-24 18:42:00 +00:00
|
|
|
"tracing",
|
2020-10-20 00:00:00 +00:00
|
|
|
"tracing-subscriber",
|
2021-02-24 06:42:42 +00:00
|
|
|
"unified-diff",
|
2019-08-15 00:45:09 +00:00
|
|
|
"walkdir",
|
2023-05-09 15:20:13 +00:00
|
|
|
"windows",
|
2016-09-02 08:55:29 +00:00
|
|
|
]
|
|
|
|
|
2023-08-24 19:33:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "console"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.15.8"
|
2023-08-24 19:33:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
|
2023-08-24 19:33:17 +00:00
|
|
|
dependencies = [
|
|
|
|
"encode_unicode",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"unicode-width",
|
2024-01-29 12:21:16 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-08-24 19:33:17 +00:00
|
|
|
]
|
|
|
|
|
2022-11-28 11:11:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
|
|
|
2016-09-02 08:55:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core"
|
|
|
|
version = "0.0.0"
|
2018-02-26 17:07:16 +00:00
|
|
|
dependencies = [
|
2022-11-21 00:55:41 +00:00
|
|
|
"rand",
|
2022-05-02 06:10:56 +00:00
|
|
|
"rand_xorshift",
|
2018-02-26 17:07:16 +00:00
|
|
|
]
|
2016-09-02 08:55:29 +00:00
|
|
|
|
2023-06-03 07:41:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.9.4"
|
2023-06-03 07:41:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
2023-06-03 07:41:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-04-11 11:46:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.8.6"
|
2023-04-11 11:46:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
|
2023-04-11 11:46:41 +00:00
|
|
|
|
2023-08-11 01:52:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "coverage-dump"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"leb128",
|
|
|
|
"md-5",
|
|
|
|
"miniz_oxide",
|
|
|
|
"regex",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2020-10-01 15:15:12 +00:00
|
|
|
[[package]]
|
2022-02-10 16:54:01 +00:00
|
|
|
name = "cpufeatures"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.2.12"
|
2020-10-01 15:15:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
|
2022-02-10 16:54:01 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2020-10-01 15:15:12 +00:00
|
|
|
|
2018-12-08 11:06:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "1.4.0"
|
2018-12-08 11:06:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
|
2018-12-08 11:06:54 +00:00
|
|
|
dependencies = [
|
2022-12-20 15:26:42 +00:00
|
|
|
"cfg-if",
|
2018-12-08 11:06:54 +00:00
|
|
|
]
|
2017-09-02 03:46:51 +00:00
|
|
|
|
2020-02-10 19:47:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "0.5.12"
|
2020-02-10 19:47:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95"
|
2020-02-10 19:47:38 +00:00
|
|
|
dependencies = [
|
2022-01-10 19:34:07 +00:00
|
|
|
"crossbeam-utils",
|
2020-02-10 19:47:38 +00:00
|
|
|
]
|
|
|
|
|
2019-09-10 17:13:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.8.5"
|
2019-09-10 17:13:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
|
2019-09-10 17:13:07 +00:00
|
|
|
dependencies = [
|
2019-12-10 15:01:01 +00:00
|
|
|
"crossbeam-epoch",
|
2022-01-10 19:34:07 +00:00
|
|
|
"crossbeam-utils",
|
2019-09-10 17:13:07 +00:00
|
|
|
]
|
|
|
|
|
2019-01-21 15:32:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.9.18"
|
2019-01-21 15:32:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
2019-01-21 15:32:43 +00:00
|
|
|
dependencies = [
|
2022-01-10 19:34:07 +00:00
|
|
|
"crossbeam-utils",
|
2019-01-21 15:32:43 +00:00
|
|
|
]
|
|
|
|
|
2020-10-14 22:16:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.8.19"
|
2020-10-14 22:16:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
|
2020-10-14 22:16:47 +00:00
|
|
|
|
2022-02-10 16:54:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
2023-01-04 15:33:59 +00:00
|
|
|
version = "0.1.6"
|
2022-02-10 16:54:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-04 15:33:59 +00:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2022-02-10 16:54:01 +00:00
|
|
|
dependencies = [
|
2022-08-31 20:04:12 +00:00
|
|
|
"generic-array",
|
2023-01-04 15:33:59 +00:00
|
|
|
"typenum",
|
2022-02-10 16:54:01 +00:00
|
|
|
]
|
|
|
|
|
2023-05-23 10:10:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ctrlc"
|
2024-01-21 23:51:33 +00:00
|
|
|
version = "3.4.2"
|
2023-05-23 10:10:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-21 23:51:33 +00:00
|
|
|
checksum = "b467862cc8610ca6fc9a1532d7777cee0804e678ab45410897b9396495994a0b"
|
2023-05-23 10:10:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"nix",
|
2024-01-21 23:51:33 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-05-23 10:10:18 +00:00
|
|
|
]
|
|
|
|
|
2017-04-29 23:11:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "curl"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.4.46"
|
2017-04-29 23:11:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "1e2161dd6eba090ff1594084e95fd67aeccf04382ffea77999ea94ed42ec67b6"
|
2017-04-29 23:11:58 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"curl-sys",
|
|
|
|
"libc",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
2021-07-04 18:49:56 +00:00
|
|
|
"socket2",
|
2024-01-29 12:21:16 +00:00
|
|
|
"windows-sys 0.52.0",
|
2017-04-29 23:11:58 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "curl-sys"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.4.72+curl-8.6.0"
|
2017-04-29 23:11:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "29cbdc8314c447d11e8fd156dcdd031d9e02a7a976163e396b548c03153bc9ea"
|
2017-04-29 23:11:58 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"libz-sys",
|
|
|
|
"openssl-sys",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2024-01-29 12:21:16 +00:00
|
|
|
"windows-sys 0.52.0",
|
2017-05-08 22:01:13 +00:00
|
|
|
]
|
|
|
|
|
2023-09-12 16:32:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "0.20.8"
|
2023-09-12 16:32:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "54e36fcd13ed84ffdfda6f5be89b31287cbb80c439841fe69e04841435464391"
|
2023-09-12 16:32:32 +00:00
|
|
|
dependencies = [
|
2024-02-18 11:40:19 +00:00
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
2023-09-12 16:32:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "0.20.8"
|
2023-09-12 16:32:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "9c2cf1c23a687a1feeb728783b993c4e1ad83d99f351801977dd809b48d0a70f"
|
2023-07-25 13:09:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-01-29 12:21:16 +00:00
|
|
|
"strsim 0.10.0",
|
2024-03-03 00:16:16 +00:00
|
|
|
"syn 2.0.52",
|
2023-07-25 13:09:53 +00:00
|
|
|
]
|
|
|
|
|
2023-09-12 16:32:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "0.20.8"
|
2023-09-12 16:32:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "a668eda54683121533a393014d8692171709ff57a7d61f187b6e782719f8933f"
|
2023-09-12 16:32:32 +00:00
|
|
|
dependencies = [
|
2024-02-18 11:40:19 +00:00
|
|
|
"darling_core",
|
2023-07-25 13:09:53 +00:00
|
|
|
"quote",
|
2024-03-03 00:16:16 +00:00
|
|
|
"syn 2.0.52",
|
2023-07-25 13:09:53 +00:00
|
|
|
]
|
|
|
|
|
2018-05-29 11:52:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "datafrog"
|
2019-01-02 19:45:22 +00:00
|
|
|
version = "2.0.1"
|
2018-05-29 11:52:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-08-15 00:45:09 +00:00
|
|
|
checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
|
2018-05-29 11:52:51 +00:00
|
|
|
|
2022-11-21 19:52:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "declare_clippy_lint"
|
2024-02-08 19:25:09 +00:00
|
|
|
version = "0.1.78"
|
2022-11-21 19:52:06 +00:00
|
|
|
dependencies = [
|
2024-02-27 14:50:23 +00:00
|
|
|
"itertools 0.12.1",
|
2022-11-21 19:52:06 +00:00
|
|
|
"quote",
|
2024-03-03 00:16:16 +00:00
|
|
|
"syn 2.0.52",
|
2022-11-21 19:52:06 +00:00
|
|
|
]
|
|
|
|
|
2024-01-29 12:16:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
|
|
|
version = "0.3.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
|
|
|
dependencies = [
|
|
|
|
"powerfmt",
|
|
|
|
]
|
|
|
|
|
2023-10-30 17:09:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derivative"
|
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2023-09-12 16:32:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_builder"
|
2024-02-18 11:40:19 +00:00
|
|
|
version = "0.20.0"
|
2023-09-12 16:32:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-18 11:40:19 +00:00
|
|
|
checksum = "0350b5cb0331628a5916d6c5c0b72e97393b8b6b03b47a9284f4e7f5a405ffd7"
|
2023-09-12 16:32:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"derive_builder_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_builder_core"
|
2024-02-18 11:40:19 +00:00
|
|
|
version = "0.20.0"
|
2023-09-12 16:32:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-18 11:40:19 +00:00
|
|
|
checksum = "d48cda787f839151732d396ac69e3473923d54312c070ee21e9effcaa8ca0b1d"
|
2023-09-12 16:32:32 +00:00
|
|
|
dependencies = [
|
2024-02-18 11:40:19 +00:00
|
|
|
"darling",
|
2023-09-12 16:32:32 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-03-03 00:16:16 +00:00
|
|
|
"syn 2.0.52",
|
2023-09-12 16:32:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_builder_macro"
|
2024-02-18 11:40:19 +00:00
|
|
|
version = "0.20.0"
|
2023-09-12 16:32:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-18 11:40:19 +00:00
|
|
|
checksum = "206868b8242f27cecce124c19fd88157fbd0dd334df2587f36417bafbc85097b"
|
2023-09-12 16:32:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"derive_builder_core",
|
2024-03-03 00:16:16 +00:00
|
|
|
"syn 2.0.52",
|
2023-09-12 16:32:32 +00:00
|
|
|
]
|
|
|
|
|
2022-11-28 11:11:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
|
|
|
version = "0.99.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
|
|
|
dependencies = [
|
|
|
|
"convert_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rustc_version",
|
2023-06-26 07:21:35 +00:00
|
|
|
"syn 1.0.109",
|
2022-11-28 11:11:45 +00:00
|
|
|
]
|
|
|
|
|
2023-07-25 13:09:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_setters"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4e8ef033054e131169b8f0f9a7af8f5533a9436fadf3c500ed547f730f07090d"
|
|
|
|
dependencies = [
|
2024-02-18 11:40:19 +00:00
|
|
|
"darling",
|
2023-07-25 13:09:53 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-03-03 00:16:16 +00:00
|
|
|
"syn 2.0.52",
|
2023-07-25 13:09:53 +00:00
|
|
|
]
|
|
|
|
|
2017-04-27 19:41:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "diff"
|
2022-07-26 16:16:43 +00:00
|
|
|
version = "0.1.13"
|
2017-04-27 19:41:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-26 16:16:43 +00:00
|
|
|
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
|
2017-04-27 19:41:18 +00:00
|
|
|
|
2020-10-01 15:15:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-06-26 07:21:35 +00:00
|
|
|
version = "0.10.7"
|
2020-10-01 15:15:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 07:21:35 +00:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2020-10-01 15:15:12 +00:00
|
|
|
dependencies = [
|
2022-08-31 20:04:12 +00:00
|
|
|
"block-buffer",
|
2022-02-10 16:54:01 +00:00
|
|
|
"crypto-common",
|
2019-01-19 02:39:37 +00:00
|
|
|
]
|
|
|
|
|
2018-11-28 20:22:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "directories"
|
2023-10-07 05:55:48 +00:00
|
|
|
version = "5.0.1"
|
2018-11-28 20:22:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 05:55:48 +00:00
|
|
|
checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35"
|
2018-11-28 20:22:45 +00:00
|
|
|
dependencies = [
|
2023-10-07 05:55:48 +00:00
|
|
|
"dirs-sys 0.4.1",
|
2018-11-28 20:22:45 +00:00
|
|
|
]
|
|
|
|
|
2019-02-18 09:32:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
2022-06-13 03:04:54 +00:00
|
|
|
version = "4.0.0"
|
2019-02-18 09:32:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-13 03:04:54 +00:00
|
|
|
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
|
2019-02-18 09:32:58 +00:00
|
|
|
dependencies = [
|
2023-10-07 05:55:48 +00:00
|
|
|
"dirs-sys 0.3.7",
|
2019-02-18 09:32:58 +00:00
|
|
|
]
|
|
|
|
|
2021-02-25 10:26:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-next"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
|
|
|
dependencies = [
|
2022-12-20 15:26:42 +00:00
|
|
|
"cfg-if",
|
2021-02-25 10:26:23 +00:00
|
|
|
"dirs-sys-next",
|
|
|
|
]
|
|
|
|
|
2019-06-13 07:58:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
2023-06-26 07:21:35 +00:00
|
|
|
version = "0.3.7"
|
2019-06-13 07:58:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 07:21:35 +00:00
|
|
|
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
|
2019-06-13 07:58:32 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"libc",
|
2021-04-23 22:49:47 +00:00
|
|
|
"redox_users",
|
2021-07-21 13:17:31 +00:00
|
|
|
"winapi",
|
2021-02-25 10:26:23 +00:00
|
|
|
]
|
|
|
|
|
2023-10-07 05:55:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"option-ext",
|
|
|
|
"redox_users",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2021-02-25 10:26:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys-next"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-04-23 22:49:47 +00:00
|
|
|
"redox_users",
|
2021-07-21 13:17:31 +00:00
|
|
|
"winapi",
|
2019-06-13 07:58:32 +00:00
|
|
|
]
|
|
|
|
|
2022-10-19 23:24:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "displaydoc"
|
2023-06-26 07:21:35 +00:00
|
|
|
version = "0.2.4"
|
2022-10-19 23:24:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 07:21:35 +00:00
|
|
|
checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
|
2022-10-19 23:24:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-03-03 00:16:16 +00:00
|
|
|
"syn 2.0.52",
|
2022-10-19 23:24:42 +00:00
|
|
|
]
|
|
|
|
|
2022-11-22 14:41:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dissimilar"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "1.0.7"
|
2022-11-22 14:41:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "86e3bdc80eee6e16b2b6b0f87fbc98c04bee3455e35174c0de1a125d0688c632"
|
2022-11-22 14:41:06 +00:00
|
|
|
|
2017-12-06 08:25:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dlmalloc"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "0.2.6"
|
std: Depend directly on crates.io crates
Ever since we added a Cargo-based build system for the compiler the
standard library has always been a little special, it's never been able
to depend on crates.io crates for runtime dependencies. This has been a
result of various limitations, namely that Cargo doesn't understand that
crates from crates.io depend on libcore, so Cargo tries to build crates
before libcore is finished.
I had an idea this afternoon, however, which lifts the strategy
from #52919 to directly depend on crates.io crates from the standard
library. After all is said and done this removes a whopping three
submodules that we need to manage!
The basic idea here is that for any crate `std` depends on it adds an
*optional* dependency on an empty crate on crates.io, in this case named
`rustc-std-workspace-core`. This crate is overridden via `[patch]` in
this repository to point to a local crate we write, and *that* has a
`path` dependency on libcore.
Note that all `no_std` crates also depend on `compiler_builtins`, but if
we're not using submodules we can publish `compiler_builtins` to
crates.io and all crates can depend on it anyway! The basic strategy
then looks like:
* The standard library (or some transitive dep) decides to depend on a
crate `foo`.
* The standard library adds
```toml
[dependencies]
foo = { version = "0.1", features = ['rustc-dep-of-std'] }
```
* The crate `foo` has an optional dependency on `rustc-std-workspace-core`
* The crate `foo` has an optional dependency on `compiler_builtins`
* The crate `foo` has a feature `rustc-dep-of-std` which activates these
crates and any other necessary infrastructure in the crate.
A sample commit for `dlmalloc` [turns out to be quite simple][commit].
After that all `no_std` crates should largely build "as is" and still be
publishable on crates.io! Notably they should be able to continue to use
stable Rust if necessary, since the `rename-dependency` feature of Cargo
is soon stabilizing.
As a proof of concept, this commit removes the `dlmalloc`,
`libcompiler_builtins`, and `libc` submodules from this repository. Long
thorns in our side these are now gone for good and we can directly
depend on crates.io! It's hoped that in the long term we can bring in
other crates as necessary, but for now this is largely intended to
simply make it easier to manage these crates and remove submodules.
This should be a transparent non-breaking change for all users, but one
possible stickler is that this almost for sure breaks out-of-tree
`std`-building tools like `xargo` and `cargo-xbuild`. I think it should
be relatively easy to get them working, however, as all that's needed is
an entry in the `[patch]` section used to build the standard library.
Hopefully we can work with these tools to solve this problem!
[commit]: https://github.com/alexcrichton/dlmalloc-rs/commit/28ee12db813a3b650a7c25d1c36d2c17dcb88ae3
2018-11-20 05:52:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "3264b043b8e977326c1ee9e723da2c1f8d09a99df52cacf00b4dbce5ac54414d"
|
2017-12-06 08:25:29 +00:00
|
|
|
dependencies = [
|
2024-01-29 12:21:16 +00:00
|
|
|
"cfg-if",
|
2019-08-15 00:45:09 +00:00
|
|
|
"compiler_builtins",
|
|
|
|
"libc",
|
|
|
|
"rustc-std-workspace-core",
|
2024-01-29 12:21:16 +00:00
|
|
|
"windows-sys 0.52.0",
|
2017-12-06 08:25:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "1.10.0"
|
2017-12-06 08:25:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
|
2017-12-06 08:25:29 +00:00
|
|
|
|
2018-04-03 14:32:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "elasticlunr-rs"
|
2023-06-26 07:21:35 +00:00
|
|
|
version = "3.0.2"
|
2018-04-03 14:32:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 07:21:35 +00:00
|
|
|
checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
|
2018-04-03 14:32:04 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
2018-04-03 14:32:04 +00:00
|
|
|
]
|
|
|
|
|
2023-02-21 08:37:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "elsa"
|
2023-04-05 08:07:29 +00:00
|
|
|
version = "1.7.1"
|
2023-02-21 08:37:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-05 08:07:29 +00:00
|
|
|
checksum = "848fe615fbb0a74d9ae68dcaa510106d32e37d9416207bbea4bd008bd89c47ed"
|
2023-02-21 08:37:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"stable_deref_trait",
|
|
|
|
]
|
|
|
|
|
2020-02-25 08:47:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ena"
|
2023-03-06 14:07:02 +00:00
|
|
|
version = "0.14.2"
|
2020-02-25 08:47:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-06 14:07:02 +00:00
|
|
|
checksum = "c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1"
|
2019-03-19 21:30:07 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"log",
|
2019-03-19 21:30:07 +00:00
|
|
|
]
|
|
|
|
|
2023-08-24 19:33:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encode_unicode"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
|
|
|
|
2023-06-03 07:41:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.8.33"
|
2023-06-03 07:41:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
|
2023-06-03 07:41:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2024-02-07 04:22:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_filter"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.11.2"
|
2024-02-07 04:22:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "6c012a26a7f605efc424dd53697843a72be7dc86ad2d01f7814337794a12231d"
|
2024-02-07 04:22:13 +00:00
|
|
|
dependencies = [
|
2024-02-27 14:50:23 +00:00
|
|
|
"anstream",
|
2024-02-07 04:22:13 +00:00
|
|
|
"anstyle",
|
|
|
|
"env_filter",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2023-06-26 07:21:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "1.0.1"
|
2023-06-26 07:21:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
2023-06-26 07:21:35 +00:00
|
|
|
|
2022-11-25 22:37:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.3.8"
|
2022-11-25 22:37:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
|
2022-11-25 22:37:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-01-29 12:21:16 +00:00
|
|
|
"windows-sys 0.52.0",
|
2022-11-25 22:37:04 +00:00
|
|
|
]
|
|
|
|
|
2016-09-02 08:55:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "error_index_generator"
|
|
|
|
version = "0.0.0"
|
2017-07-23 02:01:58 +00:00
|
|
|
dependencies = [
|
2022-08-29 16:05:21 +00:00
|
|
|
"mdbook",
|
2017-07-23 02:01:58 +00:00
|
|
|
]
|
2016-09-02 08:55:29 +00:00
|
|
|
|
2019-11-26 11:06:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "expand-yaml-anchors"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"yaml-merge-keys",
|
2022-06-18 15:54:00 +00:00
|
|
|
"yaml-rust",
|
2019-11-26 11:06:30 +00:00
|
|
|
]
|
|
|
|
|
Introduce expect snapshot testing library into rustc
Snapshot testing is a technique for writing maintainable unit tests.
Unlike usual `assert_eq!` tests, snapshot tests allow
to *automatically* upgrade expected values on test failure.
In a sense, snapshot tests are inline-version of our beloved
UI-tests.
Example:
![expect](https://user-images.githubusercontent.com/1711539/90888810-3bcc8180-e3b7-11ea-9626-d06e89e1a0bb.gif)
A particular library we use, `expect_test` provides an `expect!`
macro, which creates a sort of self-updating string literal (by using
`file!` macro). Self-update is triggered by setting `UPDATE_EXPECT`
environmental variable (this info is printed during the test failure).
This library was extracted from rust-analyzer, where we use it for
most of our tests.
There are some other, more popular snapshot testing libraries:
* https://github.com/mitsuhiko/insta
* https://github.com/aaronabramov/k9
The main differences of `expect` are:
* first-class snapshot objects (so, tests can be written as functions,
rather than as macros)
* focus on inline-snapshots (but file snapshots are also supported)
* restricted feature set (only `assert_eq` and `assert_debug_eq`)
* no extra runtime (ie, no `cargo insta`)
See https://github.com/rust-analyzer/rust-analyzer/pull/5101 for a
an extended comparison.
It is unclear if this testing style will stick with rustc in the long
run. At the moment, rustc is mainly tested via integrated UI tests.
But in the library-ified world, unit-tests will become somewhat more
important (that's why use use `rustc_lexer` library-ified library as
an example in this PR). Given that the cost of removal shouldn't be
too high, it probably makes sense to just see if this flies!
2020-08-21 12:03:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "expect-test"
|
2023-06-26 07:21:35 +00:00
|
|
|
version = "1.4.1"
|
Introduce expect snapshot testing library into rustc
Snapshot testing is a technique for writing maintainable unit tests.
Unlike usual `assert_eq!` tests, snapshot tests allow
to *automatically* upgrade expected values on test failure.
In a sense, snapshot tests are inline-version of our beloved
UI-tests.
Example:
![expect](https://user-images.githubusercontent.com/1711539/90888810-3bcc8180-e3b7-11ea-9626-d06e89e1a0bb.gif)
A particular library we use, `expect_test` provides an `expect!`
macro, which creates a sort of self-updating string literal (by using
`file!` macro). Self-update is triggered by setting `UPDATE_EXPECT`
environmental variable (this info is printed during the test failure).
This library was extracted from rust-analyzer, where we use it for
most of our tests.
There are some other, more popular snapshot testing libraries:
* https://github.com/mitsuhiko/insta
* https://github.com/aaronabramov/k9
The main differences of `expect` are:
* first-class snapshot objects (so, tests can be written as functions,
rather than as macros)
* focus on inline-snapshots (but file snapshots are also supported)
* restricted feature set (only `assert_eq` and `assert_debug_eq`)
* no extra runtime (ie, no `cargo insta`)
See https://github.com/rust-analyzer/rust-analyzer/pull/5101 for a
an extended comparison.
It is unclear if this testing style will stick with rustc in the long
run. At the moment, rustc is mainly tested via integrated UI tests.
But in the library-ified world, unit-tests will become somewhat more
important (that's why use use `rustc_lexer` library-ified library as
an example in this PR). Given that the cost of removal shouldn't be
too high, it probably makes sense to just see if this flies!
2020-08-21 12:03:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 07:21:35 +00:00
|
|
|
checksum = "30d9eafeadd538e68fb28016364c9732d78e420b9ff8853fa5e4058861e9f8d3"
|
Introduce expect snapshot testing library into rustc
Snapshot testing is a technique for writing maintainable unit tests.
Unlike usual `assert_eq!` tests, snapshot tests allow
to *automatically* upgrade expected values on test failure.
In a sense, snapshot tests are inline-version of our beloved
UI-tests.
Example:
![expect](https://user-images.githubusercontent.com/1711539/90888810-3bcc8180-e3b7-11ea-9626-d06e89e1a0bb.gif)
A particular library we use, `expect_test` provides an `expect!`
macro, which creates a sort of self-updating string literal (by using
`file!` macro). Self-update is triggered by setting `UPDATE_EXPECT`
environmental variable (this info is printed during the test failure).
This library was extracted from rust-analyzer, where we use it for
most of our tests.
There are some other, more popular snapshot testing libraries:
* https://github.com/mitsuhiko/insta
* https://github.com/aaronabramov/k9
The main differences of `expect` are:
* first-class snapshot objects (so, tests can be written as functions,
rather than as macros)
* focus on inline-snapshots (but file snapshots are also supported)
* restricted feature set (only `assert_eq` and `assert_debug_eq`)
* no extra runtime (ie, no `cargo insta`)
See https://github.com/rust-analyzer/rust-analyzer/pull/5101 for a
an extended comparison.
It is unclear if this testing style will stick with rustc in the long
run. At the moment, rustc is mainly tested via integrated UI tests.
But in the library-ified world, unit-tests will become somewhat more
important (that's why use use `rustc_lexer` library-ified library as
an example in this PR). Given that the cost of removal shouldn't be
too high, it probably makes sense to just see if this flies!
2020-08-21 12:03:50 +00:00
|
|
|
dependencies = [
|
2022-11-22 14:41:06 +00:00
|
|
|
"dissimilar",
|
Introduce expect snapshot testing library into rustc
Snapshot testing is a technique for writing maintainable unit tests.
Unlike usual `assert_eq!` tests, snapshot tests allow
to *automatically* upgrade expected values on test failure.
In a sense, snapshot tests are inline-version of our beloved
UI-tests.
Example:
![expect](https://user-images.githubusercontent.com/1711539/90888810-3bcc8180-e3b7-11ea-9626-d06e89e1a0bb.gif)
A particular library we use, `expect_test` provides an `expect!`
macro, which creates a sort of self-updating string literal (by using
`file!` macro). Self-update is triggered by setting `UPDATE_EXPECT`
environmental variable (this info is printed during the test failure).
This library was extracted from rust-analyzer, where we use it for
most of our tests.
There are some other, more popular snapshot testing libraries:
* https://github.com/mitsuhiko/insta
* https://github.com/aaronabramov/k9
The main differences of `expect` are:
* first-class snapshot objects (so, tests can be written as functions,
rather than as macros)
* focus on inline-snapshots (but file snapshots are also supported)
* restricted feature set (only `assert_eq` and `assert_debug_eq`)
* no extra runtime (ie, no `cargo insta`)
See https://github.com/rust-analyzer/rust-analyzer/pull/5101 for a
an extended comparison.
It is unclear if this testing style will stick with rustc in the long
run. At the moment, rustc is mainly tested via integrated UI tests.
But in the library-ified world, unit-tests will become somewhat more
important (that's why use use `rustc_lexer` library-ified library as
an example in this PR). Given that the cost of removal shouldn't be
too high, it probably makes sense to just see if this flies!
2020-08-21 12:03:50 +00:00
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2022-07-15 14:04:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "eyre"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.6.12"
|
2022-07-15 14:04:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec"
|
2022-07-15 14:04:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"indenter",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2021-12-03 14:24:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fallible-iterator"
|
2023-08-14 14:57:38 +00:00
|
|
|
version = "0.3.0"
|
2021-12-03 14:24:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 14:57:38 +00:00
|
|
|
checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
|
2021-12-03 14:24:05 +00:00
|
|
|
|
2022-11-15 19:06:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "2.0.1"
|
2022-11-15 19:06:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
|
2022-11-15 19:06:42 +00:00
|
|
|
|
2023-04-30 07:29:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "field-offset"
|
2023-06-05 02:53:30 +00:00
|
|
|
version = "0.3.6"
|
2023-04-30 07:29:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-05 02:53:30 +00:00
|
|
|
checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
|
2023-04-30 07:29:02 +00:00
|
|
|
dependencies = [
|
2023-06-26 07:21:35 +00:00
|
|
|
"memoffset",
|
2023-04-30 07:29:02 +00:00
|
|
|
"rustc_version",
|
|
|
|
]
|
|
|
|
|
2023-01-04 15:33:59 +00:00
|
|
|
[[package]]
|
2023-03-15 12:50:04 +00:00
|
|
|
name = "filetime"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.2.23"
|
2023-01-04 15:33:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd"
|
2018-04-18 15:43:59 +00:00
|
|
|
dependencies = [
|
2022-12-20 15:26:42 +00:00
|
|
|
"cfg-if",
|
2019-08-15 00:45:09 +00:00
|
|
|
"libc",
|
2024-01-29 12:21:16 +00:00
|
|
|
"redox_syscall",
|
|
|
|
"windows-sys 0.52.0",
|
2018-04-18 15:43:59 +00:00
|
|
|
]
|
|
|
|
|
2017-12-31 14:34:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "1.0.28"
|
2017-12-31 14:34:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
|
2017-12-31 14:34:29 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"crc32fast",
|
2023-06-29 23:18:36 +00:00
|
|
|
"miniz_oxide",
|
2017-12-31 14:34:29 +00:00
|
|
|
]
|
|
|
|
|
2022-03-26 07:27:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fluent-bundle"
|
|
|
|
version = "0.15.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e242c601dec9711505f6d5bbff5bedd4b61b2469f2e8bb8e57ee7c9747a87ffd"
|
|
|
|
dependencies = [
|
|
|
|
"fluent-langneg",
|
|
|
|
"fluent-syntax",
|
|
|
|
"intl-memoizer",
|
|
|
|
"intl_pluralrules",
|
|
|
|
"rustc-hash",
|
2023-11-18 09:42:05 +00:00
|
|
|
"self_cell 0.10.3",
|
2022-03-26 07:27:43 +00:00
|
|
|
"smallvec",
|
|
|
|
"unic-langid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fluent-langneg"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94"
|
|
|
|
dependencies = [
|
|
|
|
"unic-langid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fluent-syntax"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c0abed97648395c902868fee9026de96483933faa54ea3b40d652f7dfe61ca78"
|
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2017-07-18 21:26:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2020-08-17 15:21:44 +00:00
|
|
|
version = "1.0.7"
|
2017-07-18 21:26:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-17 15:21:44 +00:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2017-07-18 21:26:55 +00:00
|
|
|
|
2023-06-03 07:41:44 +00:00
|
|
|
[[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"
|
|
|
|
|
2021-05-12 00:39:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "1.2.1"
|
2021-05-12 00:39:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2021-05-12 00:39:51 +00:00
|
|
|
dependencies = [
|
2022-08-21 04:19:43 +00:00
|
|
|
"percent-encoding",
|
2021-05-12 00:39:51 +00:00
|
|
|
]
|
|
|
|
|
2018-08-28 04:33:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fortanix-sgx-abi"
|
2022-08-15 23:02:49 +00:00
|
|
|
version = "0.5.0"
|
std: Depend directly on crates.io crates
Ever since we added a Cargo-based build system for the compiler the
standard library has always been a little special, it's never been able
to depend on crates.io crates for runtime dependencies. This has been a
result of various limitations, namely that Cargo doesn't understand that
crates from crates.io depend on libcore, so Cargo tries to build crates
before libcore is finished.
I had an idea this afternoon, however, which lifts the strategy
from #52919 to directly depend on crates.io crates from the standard
library. After all is said and done this removes a whopping three
submodules that we need to manage!
The basic idea here is that for any crate `std` depends on it adds an
*optional* dependency on an empty crate on crates.io, in this case named
`rustc-std-workspace-core`. This crate is overridden via `[patch]` in
this repository to point to a local crate we write, and *that* has a
`path` dependency on libcore.
Note that all `no_std` crates also depend on `compiler_builtins`, but if
we're not using submodules we can publish `compiler_builtins` to
crates.io and all crates can depend on it anyway! The basic strategy
then looks like:
* The standard library (or some transitive dep) decides to depend on a
crate `foo`.
* The standard library adds
```toml
[dependencies]
foo = { version = "0.1", features = ['rustc-dep-of-std'] }
```
* The crate `foo` has an optional dependency on `rustc-std-workspace-core`
* The crate `foo` has an optional dependency on `compiler_builtins`
* The crate `foo` has a feature `rustc-dep-of-std` which activates these
crates and any other necessary infrastructure in the crate.
A sample commit for `dlmalloc` [turns out to be quite simple][commit].
After that all `no_std` crates should largely build "as is" and still be
publishable on crates.io! Notably they should be able to continue to use
stable Rust if necessary, since the `rename-dependency` feature of Cargo
is soon stabilizing.
As a proof of concept, this commit removes the `dlmalloc`,
`libcompiler_builtins`, and `libc` submodules from this repository. Long
thorns in our side these are now gone for good and we can directly
depend on crates.io! It's hoped that in the long term we can bring in
other crates as necessary, but for now this is largely intended to
simply make it easier to manage these crates and remove submodules.
This should be a transparent non-breaking change for all users, but one
possible stickler is that this almost for sure breaks out-of-tree
`std`-building tools like `xargo` and `cargo-xbuild`. I think it should
be relatively easy to get them working, however, as all that's needed is
an entry in the `[patch]` section used to build the standard library.
Hopefully we can work with these tools to solve this problem!
[commit]: https://github.com/alexcrichton/dlmalloc-rs/commit/28ee12db813a3b650a7c25d1c36d2c17dcb88ae3
2018-11-20 05:52:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-15 23:02:49 +00:00
|
|
|
checksum = "57cafc2274c10fab234f176b25903ce17e690fca7597090d50880e047a0389c5"
|
2018-08-28 04:33:26 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"compiler_builtins",
|
|
|
|
"rustc-std-workspace-core",
|
2018-08-28 04:33:26 +00:00
|
|
|
]
|
|
|
|
|
2021-03-24 15:52:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fs-err"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "2.11.0"
|
2021-03-24 15:52:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2021-03-24 15:52:47 +00:00
|
|
|
|
2023-06-03 07:41:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fs_extra"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
|
|
|
|
|
2018-04-03 14:32:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futf"
|
2022-06-22 23:49:24 +00:00
|
|
|
version = "0.1.5"
|
2018-04-03 14:32:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-22 23:49:24 +00:00
|
|
|
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
|
2018-04-03 14:32:04 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"mac",
|
|
|
|
"new_debug_unreachable",
|
2018-04-03 14:32:04 +00:00
|
|
|
]
|
|
|
|
|
2021-02-10 01:52:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.3.30"
|
2021-02-10 01:52:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
|
2021-02-10 01:52:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.3.30"
|
2021-02-10 01:52:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
|
2021-02-10 01:52:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.3.30"
|
2021-02-10 01:52:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
|
2021-02-10 01:52:54 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.3.30"
|
2021-02-10 01:52:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
|
2021-02-10 01:52:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.3.30"
|
2021-02-10 01:52:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
|
2021-02-10 01:52:54 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.3.30"
|
2021-02-10 01:52:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
|
2021-02-10 01:52:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-03-03 00:16:16 +00:00
|
|
|
"syn 2.0.52",
|
2021-02-10 01:52:54 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.3.30"
|
2021-02-10 01:52:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
|
2021-02-10 01:52:54 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.3.30"
|
2021-02-10 01:52:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
|
2021-02-10 01:52:54 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.3.30"
|
2021-02-10 01:52:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
|
2021-02-10 01:52:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
2023-03-15 12:50:04 +00:00
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
2023-03-07 22:16:27 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-15 12:50:04 +00:00
|
|
|
name = "generate-copyright"
|
|
|
|
version = "0.1.0"
|
2023-03-07 22:16:27 +00:00
|
|
|
dependencies = [
|
2023-03-15 12:50:04 +00:00
|
|
|
"anyhow",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-03-07 22:16:27 +00:00
|
|
|
]
|
|
|
|
|
2023-04-15 10:57:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generate-windows-sys"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"windows-bindgen",
|
|
|
|
]
|
|
|
|
|
2023-03-07 22:16:27 +00:00
|
|
|
[[package]]
|
2023-03-15 12:50:04 +00:00
|
|
|
name = "generic-array"
|
2023-06-26 07:21:35 +00:00
|
|
|
version = "0.14.7"
|
2023-03-07 22:16:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 07:21:35 +00:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2023-03-07 22:16:27 +00:00
|
|
|
dependencies = [
|
2023-03-15 12:50:04 +00:00
|
|
|
"typenum",
|
|
|
|
"version_check",
|
2023-03-07 22:16:27 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-15 12:50:04 +00:00
|
|
|
name = "getopts"
|
|
|
|
version = "0.2.21"
|
2023-03-07 22:16:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-15 12:50:04 +00:00
|
|
|
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
|
2023-03-07 22:16:27 +00:00
|
|
|
dependencies = [
|
2023-03-15 12:50:04 +00:00
|
|
|
"rustc-std-workspace-core",
|
|
|
|
"rustc-std-workspace-std",
|
|
|
|
"unicode-width",
|
2023-03-07 22:16:27 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-15 12:50:04 +00:00
|
|
|
name = "getrandom"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.2.12"
|
2023-03-07 22:16:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
|
2023-03-07 22:16:27 +00:00
|
|
|
dependencies = [
|
2023-03-15 12:50:04 +00:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
2023-03-07 22:16:27 +00:00
|
|
|
]
|
|
|
|
|
2023-02-01 04:29:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.28.1"
|
2023-02-01 04:29:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
|
2023-02-01 04:29:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
2023-08-14 14:57:38 +00:00
|
|
|
"fallible-iterator",
|
2023-11-18 09:42:05 +00:00
|
|
|
"indexmap",
|
2023-03-15 12:50:04 +00:00
|
|
|
"rustc-std-workspace-alloc",
|
|
|
|
"rustc-std-workspace-core",
|
2023-08-14 14:57:38 +00:00
|
|
|
"stable_deref_trait",
|
2023-03-07 22:16:27 +00:00
|
|
|
]
|
|
|
|
|
2017-04-29 23:11:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
2023-06-26 07:21:35 +00:00
|
|
|
version = "0.3.1"
|
2017-04-29 23:11:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 07:21:35 +00:00
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
2017-04-29 23:11:58 +00:00
|
|
|
|
2017-07-18 21:26:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "globset"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.4.13"
|
2017-07-18 21:26:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d"
|
2017-07-18 21:26:55 +00:00
|
|
|
dependencies = [
|
2024-01-29 12:21:16 +00:00
|
|
|
"aho-corasick",
|
2023-05-26 10:03:47 +00:00
|
|
|
"bstr",
|
2019-08-15 00:45:09 +00:00
|
|
|
"fnv",
|
|
|
|
"log",
|
|
|
|
"regex",
|
2017-07-18 21:26:55 +00:00
|
|
|
]
|
|
|
|
|
2020-10-26 13:34:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gsgdt"
|
2022-01-03 19:25:46 +00:00
|
|
|
version = "0.1.2"
|
2020-10-26 13:34:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-03 19:25:46 +00:00
|
|
|
checksum = "a0d876ce7262df96262a2a19531da6ff9a86048224d49580a585fc5c04617825"
|
2020-10-26 13:34:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-06-03 07:41:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.3.24"
|
2023-06-03 07:41:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9"
|
2023-06-03 07:41:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
2023-11-18 09:42:05 +00:00
|
|
|
"indexmap",
|
2023-06-03 07:41:44 +00:00
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2017-02-07 23:13:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "handlebars"
|
2024-02-07 04:22:13 +00:00
|
|
|
version = "5.1.0"
|
2019-01-19 02:39:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-07 04:22:13 +00:00
|
|
|
checksum = "ab283476b99e66691dee3f1640fea91487a8d81f50fb5ecc75538f8f8879a1e4"
|
2019-01-19 02:39:37 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"log",
|
|
|
|
"pest",
|
|
|
|
"pest_derive",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-08-31 20:04:12 +00:00
|
|
|
"thiserror",
|
2019-01-19 02:39:37 +00:00
|
|
|
]
|
|
|
|
|
2023-06-08 14:55:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2023-12-02 18:16:09 +00:00
|
|
|
version = "0.14.3"
|
2023-06-08 14:55:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-02 18:16:09 +00:00
|
|
|
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
|
2023-06-08 14:55:49 +00:00
|
|
|
dependencies = [
|
2023-08-14 14:57:38 +00:00
|
|
|
"ahash",
|
2023-06-08 14:55:49 +00:00
|
|
|
"allocator-api2",
|
2023-05-06 22:35:55 +00:00
|
|
|
"compiler_builtins",
|
|
|
|
"rustc-std-workspace-alloc",
|
|
|
|
"rustc-std-workspace-core",
|
2023-01-09 17:49:24 +00:00
|
|
|
]
|
|
|
|
|
2022-06-13 03:04:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2023-06-26 07:21:35 +00:00
|
|
|
version = "0.4.1"
|
2022-06-13 03:04:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 07:21:35 +00:00
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
2022-06-13 03:04:54 +00:00
|
|
|
|
2022-12-06 19:31:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2024-02-28 22:01:56 +00:00
|
|
|
version = "0.3.9"
|
2022-12-06 19:31:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-28 22:01:56 +00:00
|
|
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
2022-12-06 19:31:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
2022-09-06 08:44:05 +00:00
|
|
|
"rustc-std-workspace-alloc",
|
2019-10-20 07:55:10 +00:00
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
|
|
|
|
2019-09-16 18:45:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
2023-06-26 07:21:35 +00:00
|
|
|
version = "0.4.3"
|
2019-09-16 18:45:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 07:21:35 +00:00
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
2019-09-16 18:45:40 +00:00
|
|
|
|
2023-09-15 14:09:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "home"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.5.9"
|
2023-09-15 14:09:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
|
2023-09-15 14:09:45 +00:00
|
|
|
dependencies = [
|
2024-01-29 12:21:16 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-09-15 14:09:45 +00:00
|
|
|
]
|
|
|
|
|
2021-04-23 14:43:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "html-checker"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2022-07-30 03:26:00 +00:00
|
|
|
"rayon",
|
2021-04-23 14:43:18 +00:00
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2024-03-02 22:36:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "html-escape"
|
|
|
|
version = "0.2.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476"
|
|
|
|
dependencies = [
|
|
|
|
"utf8-width",
|
|
|
|
]
|
|
|
|
|
2019-06-19 03:36:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "html5ever"
|
2022-04-15 18:11:14 +00:00
|
|
|
version = "0.26.0"
|
2019-06-19 03:36:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-15 18:11:14 +00:00
|
|
|
checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
|
2019-06-19 03:36:47 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"log",
|
|
|
|
"mac",
|
|
|
|
"markup5ever",
|
2020-08-01 14:11:15 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-26 07:21:35 +00:00
|
|
|
"syn 1.0.109",
|
2019-06-19 03:36:47 +00:00
|
|
|
]
|
|
|
|
|
2023-06-03 07:41:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.2.11"
|
2023-06-03 07:41:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb"
|
2023-06-03 07:41:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.4.6"
|
2023-06-03 07:41:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
|
2023-06-03 07:41:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
|
|
|
version = "1.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "1.0.3"
|
2023-06-03 07:41:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
2023-06-03 07:41:44 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "humansize"
|
|
|
|
version = "2.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7"
|
|
|
|
dependencies = [
|
2023-10-23 01:34:12 +00:00
|
|
|
"libm",
|
2023-06-03 07:41:44 +00:00
|
|
|
]
|
|
|
|
|
2020-01-21 17:55:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
2023-06-26 07:21:35 +00:00
|
|
|
version = "2.1.0"
|
2020-01-21 17:55:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 07:21:35 +00:00
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
2020-01-21 17:55:43 +00:00
|
|
|
|
2023-06-03 07:41:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.14.28"
|
2023-06-03 07:41:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
|
2023-06-03 07:41:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
|
|
|
"socket2",
|
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"hyper",
|
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
|
|
|
]
|
|
|
|
|
2023-04-11 11:46:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.1.60"
|
2023-04-11 11:46:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
|
2023-04-11 11:46:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2024-01-29 12:21:16 +00:00
|
|
|
"windows-core",
|
2023-04-11 11:46:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
2023-05-26 10:03:47 +00:00
|
|
|
version = "0.1.2"
|
2023-04-11 11:46:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-26 10:03:47 +00:00
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
2023-04-11 11:46:41 +00:00
|
|
|
dependencies = [
|
2023-05-26 10:03:47 +00:00
|
|
|
"cc",
|
2023-04-11 11:46:41 +00:00
|
|
|
]
|
|
|
|
|
2022-11-06 06:43:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "icu_list"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "1.4.0"
|
2022-11-06 06:43:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "fe6c04ec71ad1bacdbfb47164d4801f80a0533d9340f94f1a880f521eff59f54"
|
2022-11-06 06:43:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
2023-11-06 13:42:20 +00:00
|
|
|
"icu_list_data",
|
|
|
|
"icu_locid_transform",
|
2022-11-06 06:43:25 +00:00
|
|
|
"icu_provider",
|
|
|
|
"regex-automata 0.2.0",
|
|
|
|
"writeable",
|
|
|
|
]
|
|
|
|
|
2023-11-06 13:42:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "icu_list_data"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "1.4.0"
|
2023-11-06 13:42:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "42f6afcf7a9a7fedece70b7f17d7a7ecdfb8df145d37ae46d0277cd1e3932532"
|
2023-11-06 13:42:20 +00:00
|
|
|
|
2022-11-06 06:43:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "icu_locid"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "1.4.0"
|
2022-11-06 06:43:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "5c0aa2536adc14c07e2a521e95512b75ed8ef832f0fdf9299d4a0a45d2be2a9d"
|
2022-11-06 06:43:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"litemap",
|
|
|
|
"tinystr",
|
|
|
|
"writeable",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
2023-11-06 13:42:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "icu_locid_transform"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "1.4.0"
|
2023-11-06 13:42:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "57c17d8f6524fdca4471101dd71f0a132eb6382b5d6d7f2970441cb25f6f435a"
|
2023-11-06 13:42:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_locid",
|
|
|
|
"icu_locid_transform_data",
|
|
|
|
"icu_provider",
|
|
|
|
"tinystr",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_locid_transform_data"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "1.4.0"
|
2023-11-06 13:42:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "545c6c3e8bf9580e2dafee8de6f9ec14826aaf359787789c7724f1f85f47d3dc"
|
2023-11-06 13:42:20 +00:00
|
|
|
|
2022-11-06 06:43:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "icu_provider"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "1.4.0"
|
2022-11-06 06:43:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "ba58e782287eb6950247abbf11719f83f5d4e4a5c1f2cd490d30a334bc47c2f4"
|
2022-11-06 06:43:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_locid",
|
|
|
|
"icu_provider_macros",
|
|
|
|
"stable_deref_trait",
|
2023-11-06 13:42:20 +00:00
|
|
|
"tinystr",
|
2022-11-06 06:43:25 +00:00
|
|
|
"writeable",
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_provider_adapters"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "1.4.0"
|
2022-11-06 06:43:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "a229f978260da7c3aabb68cb7dc7316589936680570fe55e50fdd3f97711a4dd"
|
2022-11-06 06:43:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"icu_locid",
|
2023-11-06 13:42:20 +00:00
|
|
|
"icu_locid_transform",
|
2022-11-06 06:43:25 +00:00
|
|
|
"icu_provider",
|
|
|
|
"tinystr",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_provider_macros"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "1.4.0"
|
2022-11-06 06:43:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "d2abdd3a62551e8337af119c5899e600ca0c88ec8f23a46c60ba216c803dcf1a"
|
2022-11-06 06:43:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-03-03 00:16:16 +00:00
|
|
|
"syn 2.0.52",
|
2022-11-06 06:43:25 +00:00
|
|
|
]
|
|
|
|
|
2023-07-25 13:09:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
2019-08-01 00:44:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.5.0"
|
2019-08-01 00:44:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
2019-08-01 00:44:39 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2019-08-01 00:44:39 +00:00
|
|
|
]
|
|
|
|
|
2017-12-06 08:25:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "if_chain"
|
2023-06-26 07:21:35 +00:00
|
|
|
version = "1.0.2"
|
2017-12-06 08:25:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 07:21:35 +00:00
|
|
|
checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed"
|
2017-12-06 08:25:29 +00:00
|
|
|
|
2017-07-18 21:26:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ignore"
|
2023-05-26 10:03:47 +00:00
|
|
|
version = "0.4.20"
|
2017-07-18 21:26:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-26 10:03:47 +00:00
|
|
|
checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
|
2017-07-18 21:26:55 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"globset",
|
2020-05-26 04:00:42 +00:00
|
|
|
"lazy_static",
|
2019-08-15 00:45:09 +00:00
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"regex",
|
|
|
|
"same-file",
|
2020-05-26 04:04:59 +00:00
|
|
|
"thread_local",
|
2019-08-15 00:45:09 +00:00
|
|
|
"walkdir",
|
|
|
|
"winapi-util",
|
2017-07-18 21:26:55 +00:00
|
|
|
]
|
|
|
|
|
2022-07-15 14:04:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indenter"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
|
|
|
|
|
2023-06-26 07:21:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "2.2.5"
|
2023-06-26 07:21:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4"
|
2023-06-26 07:21:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
2023-11-18 09:42:05 +00:00
|
|
|
"hashbrown",
|
2023-07-03 20:51:54 +00:00
|
|
|
"rustc-rayon",
|
|
|
|
"serde",
|
2023-06-26 07:21:35 +00:00
|
|
|
]
|
|
|
|
|
2023-08-24 19:33:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indicatif"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.17.8"
|
2023-08-24 19:33:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3"
|
2023-08-24 19:33:17 +00:00
|
|
|
dependencies = [
|
|
|
|
"console",
|
|
|
|
"instant",
|
|
|
|
"number_prefix",
|
|
|
|
"portable-atomic",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2021-10-21 11:13:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indoc"
|
2023-06-26 07:21:35 +00:00
|
|
|
version = "1.0.9"
|
2021-10-21 11:13:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 07:21:35 +00:00
|
|
|
checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
|
2021-10-21 11:13:17 +00:00
|
|
|
|
2023-10-21 06:41:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "inout"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2017-05-08 22:01:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "installer"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2020-05-25 00:08:45 +00:00
|
|
|
"anyhow",
|
2023-06-21 09:32:34 +00:00
|
|
|
"clap",
|
2019-08-15 00:45:09 +00:00
|
|
|
"flate2",
|
|
|
|
"rayon",
|
|
|
|
"tar",
|
|
|
|
"walkdir",
|
|
|
|
"xz2",
|
2017-05-08 22:01:13 +00:00
|
|
|
]
|
|
|
|
|
2020-08-17 15:21:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2021-12-06 11:33:55 +00:00
|
|
|
version = "0.1.12"
|
2020-08-17 15:21:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-06 11:33:55 +00:00
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
|
dependencies = [
|
2022-12-20 15:26:42 +00:00
|
|
|
"cfg-if",
|
2021-12-06 11:33:55 +00:00
|
|
|
]
|
2020-08-17 15:21:44 +00:00
|
|
|
|
2022-03-26 07:27:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "intl-memoizer"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f"
|
|
|
|
dependencies = [
|
|
|
|
"type-map",
|
|
|
|
"unic-langid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "intl_pluralrules"
|
2022-10-19 23:24:42 +00:00
|
|
|
version = "7.0.2"
|
2022-03-26 07:27:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-19 23:24:42 +00:00
|
|
|
checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972"
|
2022-03-26 07:27:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"unic-langid",
|
|
|
|
]
|
|
|
|
|
2023-06-03 07:41:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "2.9.0"
|
2023-06-03 07:41:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
|
2023-06-03 07:41:44 +00:00
|
|
|
|
2021-06-02 03:38:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2023-11-13 23:02:52 +00:00
|
|
|
version = "0.11.0"
|
2021-06-02 03:38:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-13 23:02:52 +00:00
|
|
|
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
|
2021-06-02 03:38:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2024-02-27 14:50:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2017-04-29 23:11:58 +00:00
|
|
|
[[package]]
|
2017-06-05 16:36:48 +00:00
|
|
|
name = "itoa"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "1.0.10"
|
2017-04-29 23:11:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
|
2017-04-29 23:11:58 +00:00
|
|
|
|
2022-05-06 21:20:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jemalloc-sys"
|
2023-10-02 07:41:51 +00:00
|
|
|
version = "0.5.4+5.3.0-patched"
|
2022-05-06 21:20:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-02 07:41:51 +00:00
|
|
|
checksum = "ac6c1946e1cea1788cbfde01c993b52a10e2da07f4bac608228d1bed20bfebf2"
|
2022-05-06 21:20:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2017-02-20 00:20:57 +00:00
|
|
|
[[package]]
|
2017-06-05 16:36:48 +00:00
|
|
|
name = "jobserver"
|
2024-02-09 16:11:37 +00:00
|
|
|
version = "0.1.28"
|
2017-02-20 00:20:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 16:11:37 +00:00
|
|
|
checksum = "ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6"
|
2017-06-05 16:36:48 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"libc",
|
2017-06-05 16:36:48 +00:00
|
|
|
]
|
2017-02-20 00:20:57 +00:00
|
|
|
|
2023-04-11 11:46:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.3.68"
|
2023-04-11 11:46:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "406cda4b368d531c842222cf9d2600a9a4acce8d29423695379c6868a143a9ee"
|
2023-04-11 11:46:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2021-01-16 01:34:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jsondocck"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-03-24 15:52:47 +00:00
|
|
|
"fs-err",
|
2021-01-16 01:34:15 +00:00
|
|
|
"getopts",
|
|
|
|
"jsonpath_lib",
|
2021-06-01 16:44:10 +00:00
|
|
|
"once_cell",
|
2021-01-16 01:34:15 +00:00
|
|
|
"regex",
|
|
|
|
"serde_json",
|
2021-06-01 15:25:36 +00:00
|
|
|
"shlex",
|
2021-01-16 01:34:15 +00:00
|
|
|
]
|
|
|
|
|
2022-08-23 13:49:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jsondoclint"
|
|
|
|
version = "0.1.0"
|
2022-08-24 16:32:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-06-21 09:32:34 +00:00
|
|
|
"clap",
|
2022-08-24 16:32:39 +00:00
|
|
|
"fs-err",
|
2023-03-01 21:53:02 +00:00
|
|
|
"rustc-hash",
|
2022-08-24 16:32:39 +00:00
|
|
|
"rustdoc-json-types",
|
2023-01-02 20:15:45 +00:00
|
|
|
"serde",
|
2022-08-24 16:32:39 +00:00
|
|
|
"serde_json",
|
|
|
|
]
|
2022-08-23 13:49:37 +00:00
|
|
|
|
2021-01-16 01:34:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jsonpath_lib"
|
2023-11-18 09:42:05 +00:00
|
|
|
version = "0.3.0"
|
2021-01-16 01:34:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-18 09:42:05 +00:00
|
|
|
checksum = "eaa63191d68230cccb81c5aa23abd53ed64d83337cacbb25a7b8c7979523774f"
|
2021-01-16 01:34:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2017-12-10 17:42:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2020-01-08 15:33:57 +00:00
|
|
|
version = "1.4.0"
|
2017-12-10 17:42:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-01-08 15:33:57 +00:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2017-12-10 17:42:49 +00:00
|
|
|
|
2018-02-26 17:07:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
2020-08-17 15:21:44 +00:00
|
|
|
version = "1.3.0"
|
2018-02-26 17:07:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-17 15:21:44 +00:00
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
2018-02-26 17:07:16 +00:00
|
|
|
|
2023-08-11 01:52:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "leb128"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
|
|
|
|
|
2023-08-29 13:28:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "levenshtein"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760"
|
|
|
|
|
2016-09-02 08:55:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-02-02 02:58:42 +00:00
|
|
|
version = "0.2.153"
|
2016-09-02 08:55:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-02 02:58:42 +00:00
|
|
|
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
|
std: Depend directly on crates.io crates
Ever since we added a Cargo-based build system for the compiler the
standard library has always been a little special, it's never been able
to depend on crates.io crates for runtime dependencies. This has been a
result of various limitations, namely that Cargo doesn't understand that
crates from crates.io depend on libcore, so Cargo tries to build crates
before libcore is finished.
I had an idea this afternoon, however, which lifts the strategy
from #52919 to directly depend on crates.io crates from the standard
library. After all is said and done this removes a whopping three
submodules that we need to manage!
The basic idea here is that for any crate `std` depends on it adds an
*optional* dependency on an empty crate on crates.io, in this case named
`rustc-std-workspace-core`. This crate is overridden via `[patch]` in
this repository to point to a local crate we write, and *that* has a
`path` dependency on libcore.
Note that all `no_std` crates also depend on `compiler_builtins`, but if
we're not using submodules we can publish `compiler_builtins` to
crates.io and all crates can depend on it anyway! The basic strategy
then looks like:
* The standard library (or some transitive dep) decides to depend on a
crate `foo`.
* The standard library adds
```toml
[dependencies]
foo = { version = "0.1", features = ['rustc-dep-of-std'] }
```
* The crate `foo` has an optional dependency on `rustc-std-workspace-core`
* The crate `foo` has an optional dependency on `compiler_builtins`
* The crate `foo` has a feature `rustc-dep-of-std` which activates these
crates and any other necessary infrastructure in the crate.
A sample commit for `dlmalloc` [turns out to be quite simple][commit].
After that all `no_std` crates should largely build "as is" and still be
publishable on crates.io! Notably they should be able to continue to use
stable Rust if necessary, since the `rename-dependency` feature of Cargo
is soon stabilizing.
As a proof of concept, this commit removes the `dlmalloc`,
`libcompiler_builtins`, and `libc` submodules from this repository. Long
thorns in our side these are now gone for good and we can directly
depend on crates.io! It's hoped that in the long term we can bring in
other crates as necessary, but for now this is largely intended to
simply make it easier to manage these crates and remove submodules.
This should be a transparent non-breaking change for all users, but one
possible stickler is that this almost for sure breaks out-of-tree
`std`-building tools like `xargo` and `cargo-xbuild`. I think it should
be relatively easy to get them working, however, as all that's needed is
an entry in the `[patch]` section used to build the standard library.
Hopefully we can work with these tools to solve this problem!
[commit]: https://github.com/alexcrichton/dlmalloc-rs/commit/28ee12db813a3b650a7c25d1c36d2c17dcb88ae3
2018-11-20 05:52:50 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"rustc-std-workspace-core",
|
std: Depend directly on crates.io crates
Ever since we added a Cargo-based build system for the compiler the
standard library has always been a little special, it's never been able
to depend on crates.io crates for runtime dependencies. This has been a
result of various limitations, namely that Cargo doesn't understand that
crates from crates.io depend on libcore, so Cargo tries to build crates
before libcore is finished.
I had an idea this afternoon, however, which lifts the strategy
from #52919 to directly depend on crates.io crates from the standard
library. After all is said and done this removes a whopping three
submodules that we need to manage!
The basic idea here is that for any crate `std` depends on it adds an
*optional* dependency on an empty crate on crates.io, in this case named
`rustc-std-workspace-core`. This crate is overridden via `[patch]` in
this repository to point to a local crate we write, and *that* has a
`path` dependency on libcore.
Note that all `no_std` crates also depend on `compiler_builtins`, but if
we're not using submodules we can publish `compiler_builtins` to
crates.io and all crates can depend on it anyway! The basic strategy
then looks like:
* The standard library (or some transitive dep) decides to depend on a
crate `foo`.
* The standard library adds
```toml
[dependencies]
foo = { version = "0.1", features = ['rustc-dep-of-std'] }
```
* The crate `foo` has an optional dependency on `rustc-std-workspace-core`
* The crate `foo` has an optional dependency on `compiler_builtins`
* The crate `foo` has a feature `rustc-dep-of-std` which activates these
crates and any other necessary infrastructure in the crate.
A sample commit for `dlmalloc` [turns out to be quite simple][commit].
After that all `no_std` crates should largely build "as is" and still be
publishable on crates.io! Notably they should be able to continue to use
stable Rust if necessary, since the `rename-dependency` feature of Cargo
is soon stabilizing.
As a proof of concept, this commit removes the `dlmalloc`,
`libcompiler_builtins`, and `libc` submodules from this repository. Long
thorns in our side these are now gone for good and we can directly
depend on crates.io! It's hoped that in the long term we can bring in
other crates as necessary, but for now this is largely intended to
simply make it easier to manage these crates and remove submodules.
This should be a transparent non-breaking change for all users, but one
possible stickler is that this almost for sure breaks out-of-tree
`std`-building tools like `xargo` and `cargo-xbuild`. I think it should
be relatively easy to get them working, however, as all that's needed is
an entry in the `[patch]` section used to build the standard library.
Hopefully we can work with these tools to solve this problem!
[commit]: https://github.com/alexcrichton/dlmalloc-rs/commit/28ee12db813a3b650a7c25d1c36d2c17dcb88ae3
2018-11-20 05:52:50 +00:00
|
|
|
]
|
2016-09-02 08:55:29 +00:00
|
|
|
|
2022-09-02 14:49:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libffi"
|
2023-03-30 13:37:47 +00:00
|
|
|
version = "3.2.0"
|
2022-09-02 14:49:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-30 13:37:47 +00:00
|
|
|
checksum = "ce826c243048e3d5cec441799724de52e2d42f820468431fc3fceee2341871e2"
|
2022-09-02 14:49:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"libffi-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libffi-sys"
|
2023-04-27 11:42:52 +00:00
|
|
|
version = "2.3.0"
|
2022-09-02 14:49:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-27 11:42:52 +00:00
|
|
|
checksum = "f36115160c57e8529781b4183c2bb51fdc1f6d6d1ed345591d84be7703befb3c"
|
2022-09-02 14:49:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2023-10-01 05:03:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "0.8.2"
|
2023-10-01 05:03:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "2caa5afb8bf9f3a2652760ce7d4f62d21c4d5a423e68466fca30df82f2330164"
|
2023-10-01 05:03:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2024-03-03 00:16:16 +00:00
|
|
|
"windows-targets 0.52.4",
|
2023-10-01 05:03:42 +00:00
|
|
|
]
|
|
|
|
|
2023-06-03 07:41:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libm"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.2.8"
|
2023-06-03 07:41:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libredox"
|
|
|
|
version = "0.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.4.2",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
]
|
2023-06-03 07:41:44 +00:00
|
|
|
|
2017-04-29 23:11:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "1.1.15"
|
2017-04-29 23:11:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "037731f5d3aaa87a5675e895b63ddff1a87624bc29f77004ea829809654e48f6"
|
2017-04-29 23:11:58 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2017-04-29 23:11:58 +00:00
|
|
|
]
|
|
|
|
|
2016-09-02 08:55:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linkchecker"
|
|
|
|
version = "0.1.0"
|
2020-10-15 13:25:30 +00:00
|
|
|
dependencies = [
|
2024-02-08 16:35:12 +00:00
|
|
|
"html5ever",
|
2020-10-15 13:25:30 +00:00
|
|
|
"once_cell",
|
|
|
|
"regex",
|
|
|
|
]
|
2016-09-02 08:55:29 +00:00
|
|
|
|
2019-11-26 11:06:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
2023-06-26 07:21:35 +00:00
|
|
|
version = "0.5.6"
|
2019-11-26 11:06:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 07:21:35 +00:00
|
|
|
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
2019-11-26 11:06:30 +00:00
|
|
|
|
2020-09-08 22:09:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lint-docs"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"serde_json",
|
|
|
|
"tempfile",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2022-11-25 22:37:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.4.13"
|
2023-06-26 07:21:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
|
2022-11-25 22:37:04 +00:00
|
|
|
|
2022-11-06 06:43:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "litemap"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.7.2"
|
2022-11-06 06:43:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "f9d642685b028806386b2b6e75685faadd3eb65a85fff7df711ce18446a422da"
|
2022-11-06 06:43:25 +00:00
|
|
|
|
2021-09-25 13:25:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lld-wrapper"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2020-08-17 15:21:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.4.11"
|
2020-08-17 15:21:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
|
2020-08-17 15:21:44 +00:00
|
|
|
dependencies = [
|
2022-06-04 12:07:44 +00:00
|
|
|
"autocfg",
|
2020-08-17 15:21:44 +00:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2017-12-29 10:24:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "0.4.21"
|
2016-09-02 08:55:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
|
2016-09-02 08:55:29 +00:00
|
|
|
|
2017-05-08 22:01:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lzma-sys"
|
2023-04-17 01:27:25 +00:00
|
|
|
version = "0.1.20"
|
2017-05-08 22:01:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 01:27:25 +00:00
|
|
|
checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27"
|
2017-05-08 22:01:13 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
2017-05-08 22:01:13 +00:00
|
|
|
]
|
|
|
|
|
2018-04-03 14:32:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mac"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-08-15 00:45:09 +00:00
|
|
|
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
|
2018-04-03 14:32:04 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "maplit"
|
2020-08-17 15:21:44 +00:00
|
|
|
version = "1.0.2"
|
2018-04-03 14:32:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-17 15:21:44 +00:00
|
|
|
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
2018-04-03 14:32:04 +00:00
|
|
|
|
2019-06-19 03:36:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "markup5ever"
|
2022-04-15 18:11:14 +00:00
|
|
|
version = "0.11.0"
|
2019-06-19 03:36:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-15 18:11:14 +00:00
|
|
|
checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
|
2019-06-19 03:36:47 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"log",
|
|
|
|
"phf",
|
|
|
|
"phf_codegen",
|
|
|
|
"string_cache",
|
|
|
|
"string_cache_codegen",
|
|
|
|
"tendril",
|
2019-06-19 03:36:47 +00:00
|
|
|
]
|
|
|
|
|
2020-07-24 18:42:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
2021-12-21 17:00:30 +00:00
|
|
|
version = "0.1.0"
|
2020-07-24 18:42:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-21 17:00:30 +00:00
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
2020-07-24 18:42:00 +00:00
|
|
|
dependencies = [
|
2022-11-06 06:43:25 +00:00
|
|
|
"regex-automata 0.1.10",
|
2020-07-24 18:42:00 +00:00
|
|
|
]
|
|
|
|
|
2020-10-13 15:41:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "md-5"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.10.6"
|
2020-10-13 15:41:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
|
2020-10-13 15:41:06 +00:00
|
|
|
dependencies = [
|
2024-01-29 12:21:16 +00:00
|
|
|
"cfg-if",
|
2022-08-31 20:04:12 +00:00
|
|
|
"digest",
|
2020-10-13 15:41:06 +00:00
|
|
|
]
|
|
|
|
|
2017-02-07 23:13:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mdbook"
|
2024-02-07 04:22:13 +00:00
|
|
|
version = "0.4.37"
|
2019-01-19 02:39:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-07 04:22:13 +00:00
|
|
|
checksum = "0c33564061c3c640bed5ace7d6a2a1b65f2c64257d1ac930c15e94ed0fb561d3"
|
2019-08-15 00:45:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"ammonia",
|
2020-06-23 22:23:46 +00:00
|
|
|
"anyhow",
|
2019-08-15 00:45:09 +00:00
|
|
|
"chrono",
|
2023-06-21 09:32:34 +00:00
|
|
|
"clap",
|
2022-04-15 18:57:06 +00:00
|
|
|
"clap_complete",
|
2019-08-15 00:45:09 +00:00
|
|
|
"elasticlunr-rs",
|
2024-02-22 11:35:21 +00:00
|
|
|
"env_logger",
|
2023-03-15 12:50:04 +00:00
|
|
|
"handlebars",
|
2019-08-15 00:45:09 +00:00
|
|
|
"log",
|
|
|
|
"memchr",
|
2023-01-06 01:20:59 +00:00
|
|
|
"once_cell",
|
2024-01-25 18:17:52 +00:00
|
|
|
"opener",
|
2024-02-07 04:22:13 +00:00
|
|
|
"pulldown-cmark 0.10.0",
|
2019-08-15 00:45:09 +00:00
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-06-01 15:25:36 +00:00
|
|
|
"shlex",
|
2019-08-15 00:45:09 +00:00
|
|
|
"tempfile",
|
2023-06-26 07:21:35 +00:00
|
|
|
"toml 0.5.11",
|
2021-12-03 20:25:07 +00:00
|
|
|
"topological-sort",
|
2019-01-19 02:39:37 +00:00
|
|
|
]
|
|
|
|
|
2021-07-23 14:25:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "measureme"
|
2024-01-13 15:32:03 +00:00
|
|
|
version = "11.0.1"
|
2021-10-07 13:08:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-13 15:32:03 +00:00
|
|
|
checksum = "dfa4a40f09af7aa6faef38285402a78847d0d72bf8827006cd2a332e1e6e4a8d"
|
2021-07-23 14:25:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
2023-03-15 12:50:04 +00:00
|
|
|
"memmap2",
|
2023-12-14 15:40:50 +00:00
|
|
|
"parking_lot",
|
2021-07-23 14:25:58 +00:00
|
|
|
"perf-event-open-sys",
|
|
|
|
"rustc-hash",
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2017-12-06 08:25:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-07-26 18:36:20 +00:00
|
|
|
version = "2.5.0"
|
2017-12-06 08:25:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-26 18:36:20 +00:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2021-08-19 02:44:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
2017-02-07 23:13:57 +00:00
|
|
|
|
2021-03-17 16:29:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memmap2"
|
2023-06-26 07:21:35 +00:00
|
|
|
version = "0.2.3"
|
2021-03-17 16:29:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 07:21:35 +00:00
|
|
|
checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"
|
2021-03-17 16:29:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-06-05 02:53:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2023-03-06 10:15:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2023-06-26 07:21:35 +00:00
|
|
|
version = "0.3.17"
|
2023-03-06 10:15:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 07:21:35 +00:00
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2023-03-06 10:15:59 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
|
|
|
version = "2.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
|
|
|
|
dependencies = [
|
|
|
|
"mime",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2018-05-10 22:02:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "minifier"
|
2023-11-01 14:18:41 +00:00
|
|
|
version = "0.3.0"
|
2018-05-10 22:02:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-01 14:18:41 +00:00
|
|
|
checksum = "95bbbf96b9ac3482c2a25450b67a15ed851319bc5fabf3b40742ea9066e84282"
|
2018-05-10 22:02:05 +00:00
|
|
|
|
2022-01-03 17:18:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2022-07-15 14:04:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.7.2"
|
2022-07-15 14:04:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
|
2022-07-15 14:04:23 +00:00
|
|
|
dependencies = [
|
2022-11-08 00:13:20 +00:00
|
|
|
"adler",
|
2022-11-03 17:10:15 +00:00
|
|
|
"compiler_builtins",
|
|
|
|
"rustc-std-workspace-alloc",
|
|
|
|
"rustc-std-workspace-core",
|
2022-07-15 14:04:23 +00:00
|
|
|
]
|
|
|
|
|
2023-06-03 07:41:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "0.8.11"
|
2023-06-03 07:41:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
|
2023-06-03 07:41:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
2023-08-24 19:33:17 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-06-03 07:41:44 +00:00
|
|
|
]
|
|
|
|
|
2022-11-04 23:50:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2023-08-06 10:24:59 +00:00
|
|
|
version = "0.6.0"
|
2022-11-04 23:50:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-06 10:24:59 +00:00
|
|
|
checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
|
2022-11-04 23:50:44 +00:00
|
|
|
dependencies = [
|
2023-08-24 19:33:17 +00:00
|
|
|
"windows-sys 0.48.0",
|
2022-11-04 23:50:44 +00:00
|
|
|
]
|
|
|
|
|
2017-12-15 19:41:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miri"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2023-10-21 06:41:45 +00:00
|
|
|
"aes",
|
2019-08-15 00:45:09 +00:00
|
|
|
"colored",
|
2023-05-23 10:10:18 +00:00
|
|
|
"ctrlc",
|
2022-11-21 00:55:41 +00:00
|
|
|
"getrandom",
|
2024-01-08 10:21:18 +00:00
|
|
|
"jemalloc-sys",
|
2022-05-30 08:17:46 +00:00
|
|
|
"lazy_static",
|
2020-06-01 18:17:20 +00:00
|
|
|
"libc",
|
2022-09-02 14:49:38 +00:00
|
|
|
"libffi",
|
2024-01-10 15:12:01 +00:00
|
|
|
"libloading",
|
2022-06-26 02:21:49 +00:00
|
|
|
"measureme",
|
2022-11-21 00:55:41 +00:00
|
|
|
"rand",
|
2022-05-30 08:17:46 +00:00
|
|
|
"regex",
|
2022-10-22 08:45:25 +00:00
|
|
|
"rustc_version",
|
2021-04-22 04:40:29 +00:00
|
|
|
"smallvec",
|
2024-02-27 14:50:23 +00:00
|
|
|
"ui_test 0.21.2",
|
2017-12-15 19:41:58 +00:00
|
|
|
]
|
|
|
|
|
2022-10-31 00:17:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miropt-test-tools"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2023-06-03 07:41:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
|
|
|
version = "0.2.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"openssl",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
"security-framework-sys",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
2018-07-02 16:33:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "new_debug_unreachable"
|
2020-08-17 15:21:44 +00:00
|
|
|
version = "1.0.4"
|
2018-02-26 03:15:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-17 15:21:44 +00:00
|
|
|
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
|
2018-02-26 03:15:45 +00:00
|
|
|
|
2023-05-23 10:10:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2024-01-21 23:51:33 +00:00
|
|
|
version = "0.27.1"
|
2023-05-23 10:10:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-21 23:51:33 +00:00
|
|
|
checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
|
2023-05-23 10:10:18 +00:00
|
|
|
dependencies = [
|
2024-01-29 12:21:16 +00:00
|
|
|
"bitflags 2.4.2",
|
2023-05-23 10:10:18 +00:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-01-03 17:18:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2023-06-26 07:21:35 +00:00
|
|
|
version = "7.1.3"
|
2022-01-03 17:18:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 07:21:35 +00:00
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2022-01-03 17:18:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
2023-11-29 23:52:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "normpath"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "1.2.0"
|
2023-11-29 23:52:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "5831952a9476f2fed74b77d74182fa5ddc4d21c72ec45a333b250e3ed0272804"
|
2023-11-29 23:52:16 +00:00
|
|
|
dependencies = [
|
2024-03-03 00:16:16 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-11-29 23:52:16 +00:00
|
|
|
]
|
|
|
|
|
2023-06-03 07:41:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ntapi"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2017-04-29 23:11:58 +00:00
|
|
|
[[package]]
|
2023-06-26 07:21:35 +00:00
|
|
|
name = "nu-ansi-term"
|
|
|
|
version = "0.46.0"
|
2017-04-29 23:11:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 07:21:35 +00:00
|
|
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
2017-04-29 23:11:58 +00:00
|
|
|
dependencies = [
|
2023-06-26 07:21:35 +00:00
|
|
|
"overload",
|
|
|
|
"winapi",
|
2017-05-08 22:01:13 +00:00
|
|
|
]
|
|
|
|
|
2024-01-29 12:21:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-conv"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
|
2017-02-20 00:20:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.2.18"
|
2017-02-20 00:20:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
|
2020-08-17 15:21:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2023-10-23 01:34:12 +00:00
|
|
|
"libm",
|
2020-08-17 15:21:44 +00:00
|
|
|
]
|
2017-02-20 00:20:57 +00:00
|
|
|
|
2016-09-02 08:55:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2023-06-26 07:21:35 +00:00
|
|
|
version = "1.16.0"
|
2016-09-02 08:55:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 07:21:35 +00:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2016-09-02 08:55:29 +00:00
|
|
|
dependencies = [
|
2023-11-18 09:42:05 +00:00
|
|
|
"hermit-abi",
|
2019-08-15 00:45:09 +00:00
|
|
|
"libc",
|
2016-09-02 08:55:29 +00:00
|
|
|
]
|
|
|
|
|
2023-08-24 19:33:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "number_prefix"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
|
|
|
|
|
2023-08-14 14:57:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2024-01-21 17:16:26 +00:00
|
|
|
version = "0.32.2"
|
2023-08-14 14:57:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-21 17:16:26 +00:00
|
|
|
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
|
2023-05-10 03:29:27 +00:00
|
|
|
dependencies = [
|
2023-06-29 23:18:36 +00:00
|
|
|
"compiler_builtins",
|
2022-06-01 22:16:00 +00:00
|
|
|
"crc32fast",
|
2022-07-14 17:13:52 +00:00
|
|
|
"flate2",
|
2023-11-18 09:42:05 +00:00
|
|
|
"hashbrown",
|
|
|
|
"indexmap",
|
2022-06-01 22:16:00 +00:00
|
|
|
"memchr",
|
2023-06-29 23:18:36 +00:00
|
|
|
"rustc-std-workspace-alloc",
|
|
|
|
"rustc-std-workspace-core",
|
2023-05-10 03:29:27 +00:00
|
|
|
"ruzstd",
|
2024-02-02 21:26:18 +00:00
|
|
|
"wasmparser",
|
2022-06-01 22:16:00 +00:00
|
|
|
]
|
|
|
|
|
2021-07-20 11:54:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "odht"
|
2021-10-29 16:05:15 +00:00
|
|
|
version = "0.3.1"
|
2021-07-20 11:54:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-29 16:05:15 +00:00
|
|
|
checksum = "5a518809ac14b25b569624d0268eba1e88498f71615893dca57982bed7621abb"
|
2021-07-20 11:54:37 +00:00
|
|
|
dependencies = [
|
2022-12-20 15:26:42 +00:00
|
|
|
"cfg-if",
|
2021-07-20 11:54:37 +00:00
|
|
|
]
|
|
|
|
|
2019-09-10 01:01:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "1.19.0"
|
2019-09-10 01:01:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
2019-09-10 01:01:41 +00:00
|
|
|
|
2023-11-29 23:52:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "opener"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c62dcb6174f9cb326eac248f07e955d5d559c272730b6c03e396b443b562788"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"normpath",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-06-03 07:41:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "0.10.64"
|
2023-06-03 07:41:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f"
|
2023-06-03 07:41:44 +00:00
|
|
|
dependencies = [
|
2024-01-29 12:21:16 +00:00
|
|
|
"bitflags 2.4.2",
|
2023-06-03 07:41:44 +00:00
|
|
|
"cfg-if",
|
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"openssl-macros",
|
|
|
|
"openssl-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-macros"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-03-03 00:16:16 +00:00
|
|
|
"syn 2.0.52",
|
2023-06-03 07:41:44 +00:00
|
|
|
]
|
|
|
|
|
2017-04-29 23:11:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
2022-07-26 16:16:43 +00:00
|
|
|
version = "0.1.5"
|
2017-04-29 23:11:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-26 16:16:43 +00:00
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
2017-04-29 23:11:58 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "0.9.101"
|
2017-04-29 23:11:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "dda2b0f344e78efc2facf7d195d098df0dd72151b26ab98da807afc26c198dff"
|
2017-04-29 23:11:58 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"cc",
|
2023-03-15 12:50:04 +00:00
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2021-10-12 04:48:27 +00:00
|
|
|
]
|
|
|
|
|
2023-06-03 07:41:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "opt-dist"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"build_helper",
|
|
|
|
"camino",
|
2023-09-12 16:32:32 +00:00
|
|
|
"clap",
|
|
|
|
"derive_builder",
|
2024-02-22 11:35:21 +00:00
|
|
|
"env_logger",
|
2023-06-03 07:41:44 +00:00
|
|
|
"fs_extra",
|
|
|
|
"glob",
|
|
|
|
"humansize",
|
2023-11-18 09:42:05 +00:00
|
|
|
"humantime",
|
2023-06-03 07:41:44 +00:00
|
|
|
"log",
|
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sysinfo",
|
2023-08-09 18:56:11 +00:00
|
|
|
"tabled",
|
2023-06-03 07:41:44 +00:00
|
|
|
"tar",
|
2023-07-11 15:26:17 +00:00
|
|
|
"tempfile",
|
2023-06-03 07:41:44 +00:00
|
|
|
"xz",
|
|
|
|
"zip",
|
|
|
|
]
|
|
|
|
|
2023-10-07 05:55:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "option-ext"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|
|
|
|
2023-06-26 07:21:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
|
|
2022-07-15 14:04:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "owo-colors"
|
2022-12-30 11:23:05 +00:00
|
|
|
version = "3.5.0"
|
2022-07-15 14:04:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-30 11:23:05 +00:00
|
|
|
checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
|
2022-07-15 14:04:23 +00:00
|
|
|
|
2018-12-01 10:36:32 +00:00
|
|
|
[[package]]
|
2023-10-23 01:34:12 +00:00
|
|
|
name = "packed_simd"
|
|
|
|
version = "0.3.9"
|
2018-12-01 10:36:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-23 01:34:12 +00:00
|
|
|
checksum = "1f9f08af0c877571712e2e3e686ad79efad9657dbf0f7c3c8ba943ff6c38932d"
|
2018-12-01 10:36:32 +00:00
|
|
|
dependencies = [
|
2022-12-20 15:26:42 +00:00
|
|
|
"cfg-if",
|
2023-10-23 01:34:12 +00:00
|
|
|
"num-traits",
|
2018-12-01 10:36:32 +00:00
|
|
|
]
|
|
|
|
|
2023-08-24 19:33:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pad"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2ad9b889f1b12e0b9ee24db044b5129150d5eada288edc800f789928dc8c0e3"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2016-09-02 08:55:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "panic_abort"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2021-03-15 10:21:39 +00:00
|
|
|
"alloc",
|
2022-12-20 15:26:42 +00:00
|
|
|
"cfg-if",
|
2019-08-15 00:45:09 +00:00
|
|
|
"compiler_builtins",
|
|
|
|
"core",
|
|
|
|
"libc",
|
2016-09-02 08:55:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "panic_unwind"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"alloc",
|
2022-12-20 15:26:42 +00:00
|
|
|
"cfg-if",
|
2019-08-15 00:45:09 +00:00
|
|
|
"compiler_builtins",
|
|
|
|
"core",
|
|
|
|
"libc",
|
|
|
|
"unwind",
|
2016-09-02 08:55:29 +00:00
|
|
|
]
|
|
|
|
|
2023-08-09 18:56:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "papergrid"
|
2024-02-22 11:17:59 +00:00
|
|
|
version = "0.11.0"
|
2023-08-09 18:56:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-22 11:17:59 +00:00
|
|
|
checksum = "9ad43c07024ef767f9160710b3a6773976194758c7919b17e63b863db0bdf7fb"
|
2023-08-09 18:56:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytecount",
|
|
|
|
"fnv",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2022-06-04 12:07:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
2023-12-14 15:40:50 +00:00
|
|
|
"parking_lot_core",
|
2020-02-12 14:47:31 +00:00
|
|
|
]
|
|
|
|
|
2022-06-04 12:07:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.9.9"
|
2022-06-04 12:07:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
|
2022-06-04 12:07:44 +00:00
|
|
|
dependencies = [
|
2022-12-20 15:26:42 +00:00
|
|
|
"cfg-if",
|
2022-06-04 12:07:44 +00:00
|
|
|
"libc",
|
2024-01-29 12:21:16 +00:00
|
|
|
"redox_syscall",
|
2022-06-04 12:07:44 +00:00
|
|
|
"smallvec",
|
2024-01-29 12:21:16 +00:00
|
|
|
"windows-targets 0.48.5",
|
2022-06-04 12:07:44 +00:00
|
|
|
]
|
|
|
|
|
2020-07-17 22:01:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pathdiff"
|
2022-04-14 01:02:32 +00:00
|
|
|
version = "0.2.1"
|
2020-07-17 22:01:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-14 01:02:32 +00:00
|
|
|
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
|
2020-07-17 22:01:27 +00:00
|
|
|
|
2019-08-01 00:44:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "2.3.1"
|
2019-08-01 00:44:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
2019-08-01 00:44:39 +00:00
|
|
|
|
2021-02-25 23:25:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "perf-event-open-sys"
|
2023-06-26 07:21:35 +00:00
|
|
|
version = "3.0.0"
|
2021-02-25 23:25:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 07:21:35 +00:00
|
|
|
checksum = "b29be2ba35c12c6939f6bc73187f728bba82c3c062ecdc5fa90ea739282a1f58"
|
2021-02-25 23:25:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2019-08-01 00:44:39 +00:00
|
|
|
|
2019-01-19 02:39:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "2.7.8"
|
2019-01-19 02:39:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "56f8023d0fb78c8e03784ea1c7f3fa36e68a723138990b8d5a47d916b651e7a8"
|
2019-01-19 02:39:37 +00:00
|
|
|
dependencies = [
|
2024-01-29 12:21:16 +00:00
|
|
|
"memchr",
|
2022-08-31 20:04:12 +00:00
|
|
|
"thiserror",
|
2019-08-15 00:45:09 +00:00
|
|
|
"ucd-trie",
|
2019-01-19 02:39:37 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_derive"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "2.7.8"
|
2019-01-19 02:39:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "b0d24f72393fd16ab6ac5738bc33cdb6a9aa73f8b902e8fe29cf4e67d7dd1026"
|
2019-01-19 02:39:37 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"pest",
|
|
|
|
"pest_generator",
|
2019-01-19 02:39:37 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_generator"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "2.7.8"
|
2019-01-19 02:39:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "fdc17e2a6c7d0a492f0158d7a4bd66cc17280308bbaff78d5bef566dca35ab80"
|
2019-01-19 02:39:37 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"pest",
|
|
|
|
"pest_meta",
|
2020-08-01 14:11:15 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-03-03 00:16:16 +00:00
|
|
|
"syn 2.0.52",
|
2019-01-19 02:39:37 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_meta"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "2.7.8"
|
2019-01-19 02:39:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "934cd7631c050f4674352a6e835d5f6711ffbfb9345c2fc0107155ac495ae293"
|
2019-01-19 02:39:37 +00:00
|
|
|
dependencies = [
|
2022-08-31 20:04:12 +00:00
|
|
|
"once_cell",
|
2019-08-15 00:45:09 +00:00
|
|
|
"pest",
|
2023-06-26 07:21:35 +00:00
|
|
|
"sha2",
|
2019-01-19 02:39:37 +00:00
|
|
|
]
|
|
|
|
|
2018-04-03 14:32:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
2022-04-15 18:11:14 +00:00
|
|
|
version = "0.10.1"
|
2018-04-03 14:32:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-15 18:11:14 +00:00
|
|
|
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
|
2018-04-03 14:32:04 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"phf_shared",
|
2018-04-03 14:32:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
2022-04-15 18:11:14 +00:00
|
|
|
version = "0.10.0"
|
2018-04-03 14:32:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-15 18:11:14 +00:00
|
|
|
checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
|
2018-04-03 14:32:04 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"phf_generator",
|
|
|
|
"phf_shared",
|
2018-04-03 14:32:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
2022-04-15 18:11:14 +00:00
|
|
|
version = "0.10.0"
|
2018-04-03 14:32:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-15 18:11:14 +00:00
|
|
|
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
|
2018-04-03 14:32:04 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"phf_shared",
|
2022-11-21 00:55:41 +00:00
|
|
|
"rand",
|
2018-04-03 14:32:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
2022-04-15 18:11:14 +00:00
|
|
|
version = "0.10.0"
|
2018-04-03 14:32:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-15 18:11:14 +00:00
|
|
|
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
|
2018-04-03 14:32:04 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"siphasher",
|
2018-04-03 14:32:04 +00:00
|
|
|
]
|
|
|
|
|
2021-02-10 01:52:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.2.13"
|
2021-02-10 01:52:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
|
2021-02-10 01:52:54 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2017-04-29 23:11:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "0.3.30"
|
2017-04-29 23:11:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
|
2017-04-29 23:11:58 +00:00
|
|
|
|
2018-05-24 21:52:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "polonius-engine"
|
2021-07-22 20:21:06 +00:00
|
|
|
version = "0.13.0"
|
2018-05-24 21:52:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-22 20:21:06 +00:00
|
|
|
checksum = "c4e8e505342045d397d0b6674dcb82d6faf5cf40484d30eeb88fc82ef14e903f"
|
2018-05-29 11:52:51 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"datafrog",
|
|
|
|
"log",
|
|
|
|
"rustc-hash",
|
2018-05-29 11:52:51 +00:00
|
|
|
]
|
2018-05-24 21:52:01 +00:00
|
|
|
|
2023-08-24 19:33:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "portable-atomic"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "1.6.0"
|
2023-08-24 19:33:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
|
2023-08-24 19:33:17 +00:00
|
|
|
|
2024-01-29 12:16:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "powerfmt"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
|
2019-08-01 15:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2023-06-26 07:21:35 +00:00
|
|
|
version = "0.2.17"
|
2019-08-01 15:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 07:21:35 +00:00
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
2019-08-01 15:02:26 +00:00
|
|
|
|
2018-04-03 14:32:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "precomputed-hash"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-08-15 00:45:09 +00:00
|
|
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
2018-04-03 14:32:04 +00:00
|
|
|
|
2023-08-24 19:33:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prettydiff"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ff1fec61082821f8236cf6c0c14e8172b62ce8a72a0eedc30d3b247bb68dc11"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term",
|
|
|
|
"pad",
|
|
|
|
]
|
|
|
|
|
2022-03-26 07:27:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
2023-06-26 07:21:35 +00:00
|
|
|
version = "0.5.20+deprecated"
|
2022-03-26 07:27:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 07:21:35 +00:00
|
|
|
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
|
2022-03-26 07:27:43 +00:00
|
|
|
|
2019-09-08 08:28:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-01-29 12:18:30 +00:00
|
|
|
version = "1.0.78"
|
2019-09-08 08:28:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:18:30 +00:00
|
|
|
checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
|
2019-09-08 08:28:11 +00:00
|
|
|
dependencies = [
|
2022-10-09 03:25:40 +00:00
|
|
|
"unicode-ident",
|
2019-09-08 08:28:11 +00:00
|
|
|
]
|
|
|
|
|
2016-09-02 08:55:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc_macro"
|
|
|
|
version = "0.0.0"
|
bootstrap: Merge the libtest build step with libstd
Since its inception rustbuild has always worked in three stages: one for
libstd, one for libtest, and one for rustc. These three stages were
architected around crates.io dependencies, where rustc wants to depend
on crates.io crates but said crates don't explicitly depend on libstd,
requiring a sysroot assembly step in the middle. This same logic was
applied for libtest where libtest wants to depend on crates.io crates
(`getopts`) but `getopts` didn't say that it depended on std, so it
needed `std` built ahead of time.
Lots of time has passed since the inception of rustbuild, however,
and we've since gotten to the point where even `std` itself is depending
on crates.io crates (albeit with some wonky configuration). This
commit applies the same logic to the two dependencies that the `test`
crate pulls in from crates.io, `getopts` and `unicode-width`. Over the
many years since rustbuild's inception `unicode-width` was the only
dependency picked up by the `test` crate, so the extra configuration
necessary to get crates building in this crate graph is unlikely to be
too much of a burden on developers.
After this patch it means that there are now only two build phasese of
rustbuild, one for libstd and one for rustc. The libtest/libproc_macro
build phase is all lumped into one now with `std`.
This was originally motivated by rust-lang/cargo#7216 where Cargo was
having to deal with synthesizing dependency edges but this commit makes
them explicit in this repository.
2019-08-16 15:29:08 +00:00
|
|
|
dependencies = [
|
2022-02-01 12:30:32 +00:00
|
|
|
"core",
|
bootstrap: Merge the libtest build step with libstd
Since its inception rustbuild has always worked in three stages: one for
libstd, one for libtest, and one for rustc. These three stages were
architected around crates.io dependencies, where rustc wants to depend
on crates.io crates but said crates don't explicitly depend on libstd,
requiring a sysroot assembly step in the middle. This same logic was
applied for libtest where libtest wants to depend on crates.io crates
(`getopts`) but `getopts` didn't say that it depended on std, so it
needed `std` built ahead of time.
Lots of time has passed since the inception of rustbuild, however,
and we've since gotten to the point where even `std` itself is depending
on crates.io crates (albeit with some wonky configuration). This
commit applies the same logic to the two dependencies that the `test`
crate pulls in from crates.io, `getopts` and `unicode-width`. Over the
many years since rustbuild's inception `unicode-width` was the only
dependency picked up by the `test` crate, so the extra configuration
necessary to get crates building in this crate graph is unlikely to be
too much of a burden on developers.
After this patch it means that there are now only two build phasese of
rustbuild, one for libstd and one for rustc. The libtest/libproc_macro
build phase is all lumped into one now with `std`.
This was originally motivated by rust-lang/cargo#7216 where Cargo was
having to deal with synthesizing dependency edges but this commit makes
them explicit in this repository.
2019-08-16 15:29:08 +00:00
|
|
|
"std",
|
|
|
|
]
|
2016-09-02 08:55:29 +00:00
|
|
|
|
2017-02-13 09:57:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "profiler_builtins"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"cc",
|
|
|
|
"compiler_builtins",
|
|
|
|
"core",
|
2017-06-04 14:54:39 +00:00
|
|
|
]
|
|
|
|
|
2018-11-02 15:14:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "psm"
|
2022-11-05 11:19:55 +00:00
|
|
|
version = "0.1.21"
|
2018-11-02 15:14:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-05 11:19:55 +00:00
|
|
|
checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
|
2018-11-02 15:14:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2020-09-14 00:15:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pulldown-cmark"
|
2024-01-28 10:42:32 +00:00
|
|
|
version = "0.9.6"
|
2020-09-14 00:15:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-28 10:42:32 +00:00
|
|
|
checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b"
|
2020-09-14 00:15:01 +00:00
|
|
|
dependencies = [
|
2024-01-29 12:21:16 +00:00
|
|
|
"bitflags 2.4.2",
|
2020-09-14 00:15:01 +00:00
|
|
|
"memchr",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2024-02-07 04:22:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pulldown-cmark"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dce76ce678ffc8e5675b22aa1405de0b7037e2fdf8913fea40d1926c6fe1e6e7"
|
|
|
|
dependencies = [
|
2024-01-29 12:21:16 +00:00
|
|
|
"bitflags 2.4.2",
|
2024-02-07 04:22:13 +00:00
|
|
|
"memchr",
|
|
|
|
"pulldown-cmark-escape",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pulldown-cmark-escape"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d5d8f9aa0e3cbcfaf8bf00300004ee3b72f74770f9cbac93f6928771f613276b"
|
|
|
|
|
2019-01-29 05:24:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "punycode"
|
2020-08-17 15:21:44 +00:00
|
|
|
version = "0.4.1"
|
2019-01-29 05:24:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-17 15:21:44 +00:00
|
|
|
checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
|
2019-01-29 05:24:32 +00:00
|
|
|
|
2017-04-29 23:11:58 +00:00
|
|
|
[[package]]
|
2017-12-06 08:25:29 +00:00
|
|
|
name = "quine-mc_cluskey"
|
|
|
|
version = "0.2.4"
|
2017-04-29 23:11:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-08-15 00:45:09 +00:00
|
|
|
checksum = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
|
2017-04-29 23:11:58 +00:00
|
|
|
|
2019-09-08 08:28:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-01-29 12:18:30 +00:00
|
|
|
version = "1.0.35"
|
2019-09-08 08:28:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:18:30 +00:00
|
|
|
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
2019-09-08 08:28:11 +00:00
|
|
|
dependencies = [
|
2020-08-01 14:11:15 +00:00
|
|
|
"proc-macro2",
|
2018-04-02 15:43:55 +00:00
|
|
|
]
|
|
|
|
|
2022-12-18 04:24:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "r-efi"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "4.3.0"
|
2022-12-18 04:24:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "0e244f96e03a3067f9e521d3167bd42657594cb8588c8d3a2db01545dc1af2e0"
|
2022-12-18 04:24:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "r-efi-alloc"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "31d6f09fe2b6ad044bc3d2c34ce4979796581afd2f1ebc185837e02421e02fd7"
|
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
|
|
|
"r-efi",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
|
|
|
|
Update Cargo
Output of `git log --oneline c68432f1e..970bc67c3`:
970bc67c3 (HEAD, origin/master, origin/auto-cargo, origin/HEAD) Auto merge of #9243 - wickerwaka:configurable-env-doc, r=ehuss
4d7a29b75 Document the configurable-env usntable option
f7a7a3f91 Auto merge of #9229 - alexcrichton:fix-borrow-mut, r=ehuss
3f2ece7a9 Fix a `BorrowMut` error when stdout is closed
7441e8c23 Auto merge of #8825 - Aaron1011:feature/report-future-incompat, r=ehuss
139ed73f5 Add future-incompat tracking issue number.
9ea350368 Fix some minor formatting issues.
f03d47ce4 Address review comments
6177c6584 Implement future incompatibility report support
c69409658 Auto merge of #9022 - nagisa:nagisa/manifest_path, r=alexcrichton
548300b20 Add the path to the manifest in json output
99e714c05 Auto merge of #9230 - kornelski:nobinaries, r=alexcrichton
61a31bc5f Auto merge of #9236 - kornelski:track-assert, r=Eh2406
3f7f0942c track_caller on custom assert functions
6977dee10 Explain `cargo install` is not for libraries
e4aebf0a0 Auto merge of #9231 - joshtriplett:clear-to-eol-if-color, r=alexcrichton
b219f0eb7 Auto merge of #9181 - jyn514:computer-says-no, r=ehuss
0b1816578 Remove unhelpful link to Cargo book
ea46f5ce3 Use ANSI clear-to-EOL if color is force-enabled
a6394bcc1 Remove unnecessary `config` argument to `Features::add`
3a86ecf2d Fix TODO about nightly features
09677c83c Be less unix-centric in error messages
ecfdced0d Fix test that assumed tests always were run on the stable channel
eba541994 Update comment in build_script_env
a5720117f Make `nightly_features_allowed` a field instead of a function
169b09ce7 Compute `enable_nightly_features` once instead of on each call
8fc86e155 Remove unused thread_locals
4b096beae Fix `masquerade_as_nightly_cargo` in work threads
e56417c8c Suggest RUSTC_BOOTSTRAP=crate instead of RUSTC_BOOTSTRAP=1
418129dae Downgrade error to a warning when `RUSTC_BOOTSTRAP` is set or this is the nightly channel
6c422a2c0 Restrict RUSTC_BOOTSTRAP in build.rs
2021-03-07 23:39:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-04-15 18:11:14 +00:00
|
|
|
version = "0.8.5"
|
Update Cargo
Output of `git log --oneline c68432f1e..970bc67c3`:
970bc67c3 (HEAD, origin/master, origin/auto-cargo, origin/HEAD) Auto merge of #9243 - wickerwaka:configurable-env-doc, r=ehuss
4d7a29b75 Document the configurable-env usntable option
f7a7a3f91 Auto merge of #9229 - alexcrichton:fix-borrow-mut, r=ehuss
3f2ece7a9 Fix a `BorrowMut` error when stdout is closed
7441e8c23 Auto merge of #8825 - Aaron1011:feature/report-future-incompat, r=ehuss
139ed73f5 Add future-incompat tracking issue number.
9ea350368 Fix some minor formatting issues.
f03d47ce4 Address review comments
6177c6584 Implement future incompatibility report support
c69409658 Auto merge of #9022 - nagisa:nagisa/manifest_path, r=alexcrichton
548300b20 Add the path to the manifest in json output
99e714c05 Auto merge of #9230 - kornelski:nobinaries, r=alexcrichton
61a31bc5f Auto merge of #9236 - kornelski:track-assert, r=Eh2406
3f7f0942c track_caller on custom assert functions
6977dee10 Explain `cargo install` is not for libraries
e4aebf0a0 Auto merge of #9231 - joshtriplett:clear-to-eol-if-color, r=alexcrichton
b219f0eb7 Auto merge of #9181 - jyn514:computer-says-no, r=ehuss
0b1816578 Remove unhelpful link to Cargo book
ea46f5ce3 Use ANSI clear-to-EOL if color is force-enabled
a6394bcc1 Remove unnecessary `config` argument to `Features::add`
3a86ecf2d Fix TODO about nightly features
09677c83c Be less unix-centric in error messages
ecfdced0d Fix test that assumed tests always were run on the stable channel
eba541994 Update comment in build_script_env
a5720117f Make `nightly_features_allowed` a field instead of a function
169b09ce7 Compute `enable_nightly_features` once instead of on each call
8fc86e155 Remove unused thread_locals
4b096beae Fix `masquerade_as_nightly_cargo` in work threads
e56417c8c Suggest RUSTC_BOOTSTRAP=crate instead of RUSTC_BOOTSTRAP=1
418129dae Downgrade error to a warning when `RUSTC_BOOTSTRAP` is set or this is the nightly channel
6c422a2c0 Restrict RUSTC_BOOTSTRAP in build.rs
2021-03-07 23:39:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-15 18:11:14 +00:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
Update Cargo
Output of `git log --oneline c68432f1e..970bc67c3`:
970bc67c3 (HEAD, origin/master, origin/auto-cargo, origin/HEAD) Auto merge of #9243 - wickerwaka:configurable-env-doc, r=ehuss
4d7a29b75 Document the configurable-env usntable option
f7a7a3f91 Auto merge of #9229 - alexcrichton:fix-borrow-mut, r=ehuss
3f2ece7a9 Fix a `BorrowMut` error when stdout is closed
7441e8c23 Auto merge of #8825 - Aaron1011:feature/report-future-incompat, r=ehuss
139ed73f5 Add future-incompat tracking issue number.
9ea350368 Fix some minor formatting issues.
f03d47ce4 Address review comments
6177c6584 Implement future incompatibility report support
c69409658 Auto merge of #9022 - nagisa:nagisa/manifest_path, r=alexcrichton
548300b20 Add the path to the manifest in json output
99e714c05 Auto merge of #9230 - kornelski:nobinaries, r=alexcrichton
61a31bc5f Auto merge of #9236 - kornelski:track-assert, r=Eh2406
3f7f0942c track_caller on custom assert functions
6977dee10 Explain `cargo install` is not for libraries
e4aebf0a0 Auto merge of #9231 - joshtriplett:clear-to-eol-if-color, r=alexcrichton
b219f0eb7 Auto merge of #9181 - jyn514:computer-says-no, r=ehuss
0b1816578 Remove unhelpful link to Cargo book
ea46f5ce3 Use ANSI clear-to-EOL if color is force-enabled
a6394bcc1 Remove unnecessary `config` argument to `Features::add`
3a86ecf2d Fix TODO about nightly features
09677c83c Be less unix-centric in error messages
ecfdced0d Fix test that assumed tests always were run on the stable channel
eba541994 Update comment in build_script_env
a5720117f Make `nightly_features_allowed` a field instead of a function
169b09ce7 Compute `enable_nightly_features` once instead of on each call
8fc86e155 Remove unused thread_locals
4b096beae Fix `masquerade_as_nightly_cargo` in work threads
e56417c8c Suggest RUSTC_BOOTSTRAP=crate instead of RUSTC_BOOTSTRAP=1
418129dae Downgrade error to a warning when `RUSTC_BOOTSTRAP` is set or this is the nightly channel
6c422a2c0 Restrict RUSTC_BOOTSTRAP in build.rs
2021-03-07 23:39:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-11-21 00:55:41 +00:00
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
Update Cargo
Output of `git log --oneline c68432f1e..970bc67c3`:
970bc67c3 (HEAD, origin/master, origin/auto-cargo, origin/HEAD) Auto merge of #9243 - wickerwaka:configurable-env-doc, r=ehuss
4d7a29b75 Document the configurable-env usntable option
f7a7a3f91 Auto merge of #9229 - alexcrichton:fix-borrow-mut, r=ehuss
3f2ece7a9 Fix a `BorrowMut` error when stdout is closed
7441e8c23 Auto merge of #8825 - Aaron1011:feature/report-future-incompat, r=ehuss
139ed73f5 Add future-incompat tracking issue number.
9ea350368 Fix some minor formatting issues.
f03d47ce4 Address review comments
6177c6584 Implement future incompatibility report support
c69409658 Auto merge of #9022 - nagisa:nagisa/manifest_path, r=alexcrichton
548300b20 Add the path to the manifest in json output
99e714c05 Auto merge of #9230 - kornelski:nobinaries, r=alexcrichton
61a31bc5f Auto merge of #9236 - kornelski:track-assert, r=Eh2406
3f7f0942c track_caller on custom assert functions
6977dee10 Explain `cargo install` is not for libraries
e4aebf0a0 Auto merge of #9231 - joshtriplett:clear-to-eol-if-color, r=alexcrichton
b219f0eb7 Auto merge of #9181 - jyn514:computer-says-no, r=ehuss
0b1816578 Remove unhelpful link to Cargo book
ea46f5ce3 Use ANSI clear-to-EOL if color is force-enabled
a6394bcc1 Remove unnecessary `config` argument to `Features::add`
3a86ecf2d Fix TODO about nightly features
09677c83c Be less unix-centric in error messages
ecfdced0d Fix test that assumed tests always were run on the stable channel
eba541994 Update comment in build_script_env
a5720117f Make `nightly_features_allowed` a field instead of a function
169b09ce7 Compute `enable_nightly_features` once instead of on each call
8fc86e155 Remove unused thread_locals
4b096beae Fix `masquerade_as_nightly_cargo` in work threads
e56417c8c Suggest RUSTC_BOOTSTRAP=crate instead of RUSTC_BOOTSTRAP=1
418129dae Downgrade error to a warning when `RUSTC_BOOTSTRAP` is set or this is the nightly channel
6c422a2c0 Restrict RUSTC_BOOTSTRAP in build.rs
2021-03-07 23:39:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2023-06-26 07:21:35 +00:00
|
|
|
version = "0.3.1"
|
Update Cargo
Output of `git log --oneline c68432f1e..970bc67c3`:
970bc67c3 (HEAD, origin/master, origin/auto-cargo, origin/HEAD) Auto merge of #9243 - wickerwaka:configurable-env-doc, r=ehuss
4d7a29b75 Document the configurable-env usntable option
f7a7a3f91 Auto merge of #9229 - alexcrichton:fix-borrow-mut, r=ehuss
3f2ece7a9 Fix a `BorrowMut` error when stdout is closed
7441e8c23 Auto merge of #8825 - Aaron1011:feature/report-future-incompat, r=ehuss
139ed73f5 Add future-incompat tracking issue number.
9ea350368 Fix some minor formatting issues.
f03d47ce4 Address review comments
6177c6584 Implement future incompatibility report support
c69409658 Auto merge of #9022 - nagisa:nagisa/manifest_path, r=alexcrichton
548300b20 Add the path to the manifest in json output
99e714c05 Auto merge of #9230 - kornelski:nobinaries, r=alexcrichton
61a31bc5f Auto merge of #9236 - kornelski:track-assert, r=Eh2406
3f7f0942c track_caller on custom assert functions
6977dee10 Explain `cargo install` is not for libraries
e4aebf0a0 Auto merge of #9231 - joshtriplett:clear-to-eol-if-color, r=alexcrichton
b219f0eb7 Auto merge of #9181 - jyn514:computer-says-no, r=ehuss
0b1816578 Remove unhelpful link to Cargo book
ea46f5ce3 Use ANSI clear-to-EOL if color is force-enabled
a6394bcc1 Remove unnecessary `config` argument to `Features::add`
3a86ecf2d Fix TODO about nightly features
09677c83c Be less unix-centric in error messages
ecfdced0d Fix test that assumed tests always were run on the stable channel
eba541994 Update comment in build_script_env
a5720117f Make `nightly_features_allowed` a field instead of a function
169b09ce7 Compute `enable_nightly_features` once instead of on each call
8fc86e155 Remove unused thread_locals
4b096beae Fix `masquerade_as_nightly_cargo` in work threads
e56417c8c Suggest RUSTC_BOOTSTRAP=crate instead of RUSTC_BOOTSTRAP=1
418129dae Downgrade error to a warning when `RUSTC_BOOTSTRAP` is set or this is the nightly channel
6c422a2c0 Restrict RUSTC_BOOTSTRAP in build.rs
2021-03-07 23:39:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 07:21:35 +00:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
Update Cargo
Output of `git log --oneline c68432f1e..970bc67c3`:
970bc67c3 (HEAD, origin/master, origin/auto-cargo, origin/HEAD) Auto merge of #9243 - wickerwaka:configurable-env-doc, r=ehuss
4d7a29b75 Document the configurable-env usntable option
f7a7a3f91 Auto merge of #9229 - alexcrichton:fix-borrow-mut, r=ehuss
3f2ece7a9 Fix a `BorrowMut` error when stdout is closed
7441e8c23 Auto merge of #8825 - Aaron1011:feature/report-future-incompat, r=ehuss
139ed73f5 Add future-incompat tracking issue number.
9ea350368 Fix some minor formatting issues.
f03d47ce4 Address review comments
6177c6584 Implement future incompatibility report support
c69409658 Auto merge of #9022 - nagisa:nagisa/manifest_path, r=alexcrichton
548300b20 Add the path to the manifest in json output
99e714c05 Auto merge of #9230 - kornelski:nobinaries, r=alexcrichton
61a31bc5f Auto merge of #9236 - kornelski:track-assert, r=Eh2406
3f7f0942c track_caller on custom assert functions
6977dee10 Explain `cargo install` is not for libraries
e4aebf0a0 Auto merge of #9231 - joshtriplett:clear-to-eol-if-color, r=alexcrichton
b219f0eb7 Auto merge of #9181 - jyn514:computer-says-no, r=ehuss
0b1816578 Remove unhelpful link to Cargo book
ea46f5ce3 Use ANSI clear-to-EOL if color is force-enabled
a6394bcc1 Remove unnecessary `config` argument to `Features::add`
3a86ecf2d Fix TODO about nightly features
09677c83c Be less unix-centric in error messages
ecfdced0d Fix test that assumed tests always were run on the stable channel
eba541994 Update comment in build_script_env
a5720117f Make `nightly_features_allowed` a field instead of a function
169b09ce7 Compute `enable_nightly_features` once instead of on each call
8fc86e155 Remove unused thread_locals
4b096beae Fix `masquerade_as_nightly_cargo` in work threads
e56417c8c Suggest RUSTC_BOOTSTRAP=crate instead of RUSTC_BOOTSTRAP=1
418129dae Downgrade error to a warning when `RUSTC_BOOTSTRAP` is set or this is the nightly channel
6c422a2c0 Restrict RUSTC_BOOTSTRAP in build.rs
2021-03-07 23:39:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2022-11-21 00:55:41 +00:00
|
|
|
"rand_core",
|
2019-08-01 15:02:26 +00:00
|
|
|
]
|
|
|
|
|
Update Cargo
Output of `git log --oneline c68432f1e..970bc67c3`:
970bc67c3 (HEAD, origin/master, origin/auto-cargo, origin/HEAD) Auto merge of #9243 - wickerwaka:configurable-env-doc, r=ehuss
4d7a29b75 Document the configurable-env usntable option
f7a7a3f91 Auto merge of #9229 - alexcrichton:fix-borrow-mut, r=ehuss
3f2ece7a9 Fix a `BorrowMut` error when stdout is closed
7441e8c23 Auto merge of #8825 - Aaron1011:feature/report-future-incompat, r=ehuss
139ed73f5 Add future-incompat tracking issue number.
9ea350368 Fix some minor formatting issues.
f03d47ce4 Address review comments
6177c6584 Implement future incompatibility report support
c69409658 Auto merge of #9022 - nagisa:nagisa/manifest_path, r=alexcrichton
548300b20 Add the path to the manifest in json output
99e714c05 Auto merge of #9230 - kornelski:nobinaries, r=alexcrichton
61a31bc5f Auto merge of #9236 - kornelski:track-assert, r=Eh2406
3f7f0942c track_caller on custom assert functions
6977dee10 Explain `cargo install` is not for libraries
e4aebf0a0 Auto merge of #9231 - joshtriplett:clear-to-eol-if-color, r=alexcrichton
b219f0eb7 Auto merge of #9181 - jyn514:computer-says-no, r=ehuss
0b1816578 Remove unhelpful link to Cargo book
ea46f5ce3 Use ANSI clear-to-EOL if color is force-enabled
a6394bcc1 Remove unnecessary `config` argument to `Features::add`
3a86ecf2d Fix TODO about nightly features
09677c83c Be less unix-centric in error messages
ecfdced0d Fix test that assumed tests always were run on the stable channel
eba541994 Update comment in build_script_env
a5720117f Make `nightly_features_allowed` a field instead of a function
169b09ce7 Compute `enable_nightly_features` once instead of on each call
8fc86e155 Remove unused thread_locals
4b096beae Fix `masquerade_as_nightly_cargo` in work threads
e56417c8c Suggest RUSTC_BOOTSTRAP=crate instead of RUSTC_BOOTSTRAP=1
418129dae Downgrade error to a warning when `RUSTC_BOOTSTRAP` is set or this is the nightly channel
6c422a2c0 Restrict RUSTC_BOOTSTRAP in build.rs
2021-03-07 23:39:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2023-01-04 15:33:59 +00:00
|
|
|
version = "0.6.4"
|
Update Cargo
Output of `git log --oneline c68432f1e..970bc67c3`:
970bc67c3 (HEAD, origin/master, origin/auto-cargo, origin/HEAD) Auto merge of #9243 - wickerwaka:configurable-env-doc, r=ehuss
4d7a29b75 Document the configurable-env usntable option
f7a7a3f91 Auto merge of #9229 - alexcrichton:fix-borrow-mut, r=ehuss
3f2ece7a9 Fix a `BorrowMut` error when stdout is closed
7441e8c23 Auto merge of #8825 - Aaron1011:feature/report-future-incompat, r=ehuss
139ed73f5 Add future-incompat tracking issue number.
9ea350368 Fix some minor formatting issues.
f03d47ce4 Address review comments
6177c6584 Implement future incompatibility report support
c69409658 Auto merge of #9022 - nagisa:nagisa/manifest_path, r=alexcrichton
548300b20 Add the path to the manifest in json output
99e714c05 Auto merge of #9230 - kornelski:nobinaries, r=alexcrichton
61a31bc5f Auto merge of #9236 - kornelski:track-assert, r=Eh2406
3f7f0942c track_caller on custom assert functions
6977dee10 Explain `cargo install` is not for libraries
e4aebf0a0 Auto merge of #9231 - joshtriplett:clear-to-eol-if-color, r=alexcrichton
b219f0eb7 Auto merge of #9181 - jyn514:computer-says-no, r=ehuss
0b1816578 Remove unhelpful link to Cargo book
ea46f5ce3 Use ANSI clear-to-EOL if color is force-enabled
a6394bcc1 Remove unnecessary `config` argument to `Features::add`
3a86ecf2d Fix TODO about nightly features
09677c83c Be less unix-centric in error messages
ecfdced0d Fix test that assumed tests always were run on the stable channel
eba541994 Update comment in build_script_env
a5720117f Make `nightly_features_allowed` a field instead of a function
169b09ce7 Compute `enable_nightly_features` once instead of on each call
8fc86e155 Remove unused thread_locals
4b096beae Fix `masquerade_as_nightly_cargo` in work threads
e56417c8c Suggest RUSTC_BOOTSTRAP=crate instead of RUSTC_BOOTSTRAP=1
418129dae Downgrade error to a warning when `RUSTC_BOOTSTRAP` is set or this is the nightly channel
6c422a2c0 Restrict RUSTC_BOOTSTRAP in build.rs
2021-03-07 23:39:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-04 15:33:59 +00:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
Update Cargo
Output of `git log --oneline c68432f1e..970bc67c3`:
970bc67c3 (HEAD, origin/master, origin/auto-cargo, origin/HEAD) Auto merge of #9243 - wickerwaka:configurable-env-doc, r=ehuss
4d7a29b75 Document the configurable-env usntable option
f7a7a3f91 Auto merge of #9229 - alexcrichton:fix-borrow-mut, r=ehuss
3f2ece7a9 Fix a `BorrowMut` error when stdout is closed
7441e8c23 Auto merge of #8825 - Aaron1011:feature/report-future-incompat, r=ehuss
139ed73f5 Add future-incompat tracking issue number.
9ea350368 Fix some minor formatting issues.
f03d47ce4 Address review comments
6177c6584 Implement future incompatibility report support
c69409658 Auto merge of #9022 - nagisa:nagisa/manifest_path, r=alexcrichton
548300b20 Add the path to the manifest in json output
99e714c05 Auto merge of #9230 - kornelski:nobinaries, r=alexcrichton
61a31bc5f Auto merge of #9236 - kornelski:track-assert, r=Eh2406
3f7f0942c track_caller on custom assert functions
6977dee10 Explain `cargo install` is not for libraries
e4aebf0a0 Auto merge of #9231 - joshtriplett:clear-to-eol-if-color, r=alexcrichton
b219f0eb7 Auto merge of #9181 - jyn514:computer-says-no, r=ehuss
0b1816578 Remove unhelpful link to Cargo book
ea46f5ce3 Use ANSI clear-to-EOL if color is force-enabled
a6394bcc1 Remove unnecessary `config` argument to `Features::add`
3a86ecf2d Fix TODO about nightly features
09677c83c Be less unix-centric in error messages
ecfdced0d Fix test that assumed tests always were run on the stable channel
eba541994 Update comment in build_script_env
a5720117f Make `nightly_features_allowed` a field instead of a function
169b09ce7 Compute `enable_nightly_features` once instead of on each call
8fc86e155 Remove unused thread_locals
4b096beae Fix `masquerade_as_nightly_cargo` in work threads
e56417c8c Suggest RUSTC_BOOTSTRAP=crate instead of RUSTC_BOOTSTRAP=1
418129dae Downgrade error to a warning when `RUSTC_BOOTSTRAP` is set or this is the nightly channel
6c422a2c0 Restrict RUSTC_BOOTSTRAP in build.rs
2021-03-07 23:39:19 +00:00
|
|
|
dependencies = [
|
2022-11-21 00:55:41 +00:00
|
|
|
"getrandom",
|
Update Cargo
Output of `git log --oneline c68432f1e..970bc67c3`:
970bc67c3 (HEAD, origin/master, origin/auto-cargo, origin/HEAD) Auto merge of #9243 - wickerwaka:configurable-env-doc, r=ehuss
4d7a29b75 Document the configurable-env usntable option
f7a7a3f91 Auto merge of #9229 - alexcrichton:fix-borrow-mut, r=ehuss
3f2ece7a9 Fix a `BorrowMut` error when stdout is closed
7441e8c23 Auto merge of #8825 - Aaron1011:feature/report-future-incompat, r=ehuss
139ed73f5 Add future-incompat tracking issue number.
9ea350368 Fix some minor formatting issues.
f03d47ce4 Address review comments
6177c6584 Implement future incompatibility report support
c69409658 Auto merge of #9022 - nagisa:nagisa/manifest_path, r=alexcrichton
548300b20 Add the path to the manifest in json output
99e714c05 Auto merge of #9230 - kornelski:nobinaries, r=alexcrichton
61a31bc5f Auto merge of #9236 - kornelski:track-assert, r=Eh2406
3f7f0942c track_caller on custom assert functions
6977dee10 Explain `cargo install` is not for libraries
e4aebf0a0 Auto merge of #9231 - joshtriplett:clear-to-eol-if-color, r=alexcrichton
b219f0eb7 Auto merge of #9181 - jyn514:computer-says-no, r=ehuss
0b1816578 Remove unhelpful link to Cargo book
ea46f5ce3 Use ANSI clear-to-EOL if color is force-enabled
a6394bcc1 Remove unnecessary `config` argument to `Features::add`
3a86ecf2d Fix TODO about nightly features
09677c83c Be less unix-centric in error messages
ecfdced0d Fix test that assumed tests always were run on the stable channel
eba541994 Update comment in build_script_env
a5720117f Make `nightly_features_allowed` a field instead of a function
169b09ce7 Compute `enable_nightly_features` once instead of on each call
8fc86e155 Remove unused thread_locals
4b096beae Fix `masquerade_as_nightly_cargo` in work threads
e56417c8c Suggest RUSTC_BOOTSTRAP=crate instead of RUSTC_BOOTSTRAP=1
418129dae Downgrade error to a warning when `RUSTC_BOOTSTRAP` is set or this is the nightly channel
6c422a2c0 Restrict RUSTC_BOOTSTRAP in build.rs
2021-03-07 23:39:19 +00:00
|
|
|
]
|
|
|
|
|
2019-04-19 07:37:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_xorshift"
|
2022-11-21 00:55:41 +00:00
|
|
|
version = "0.3.0"
|
2019-04-19 07:37:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-21 00:55:41 +00:00
|
|
|
checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
|
2019-04-19 07:37:33 +00:00
|
|
|
dependencies = [
|
2022-11-21 00:55:41 +00:00
|
|
|
"rand_core",
|
2019-11-25 16:14:07 +00:00
|
|
|
]
|
|
|
|
|
2021-08-29 15:55:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_xoshiro"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
|
|
|
|
dependencies = [
|
2022-11-21 00:55:41 +00:00
|
|
|
"rand_core",
|
2021-08-29 15:55:29 +00:00
|
|
|
]
|
|
|
|
|
2018-02-26 03:15:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "1.9.0"
|
2018-02-26 03:15:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "e4963ed1bc86e4f3ee217022bd855b297cef07fb9eac5dfa1f788b220b49b3bd"
|
2018-02-26 03:15:45 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"either",
|
|
|
|
"rayon-core",
|
2017-12-06 08:25:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "1.12.1"
|
2017-12-06 08:25:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
2017-12-06 08:25:29 +00:00
|
|
|
dependencies = [
|
2019-12-04 17:40:16 +00:00
|
|
|
"crossbeam-deque",
|
2022-01-10 19:34:07 +00:00
|
|
|
"crossbeam-utils",
|
2019-06-10 18:22:31 +00:00
|
|
|
]
|
|
|
|
|
2021-02-25 10:26:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.4.1"
|
2023-06-02 16:40:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
|
2023-06-02 16:40:36 +00:00
|
|
|
dependencies = [
|
2023-06-26 07:21:35 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-06-02 16:40:36 +00:00
|
|
|
]
|
|
|
|
|
2021-02-25 10:26:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.4.4"
|
2021-02-25 10:26:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4"
|
2021-02-25 10:26:23 +00:00
|
|
|
dependencies = [
|
2022-11-21 00:55:41 +00:00
|
|
|
"getrandom",
|
2024-01-29 12:21:16 +00:00
|
|
|
"libredox",
|
2023-06-26 07:21:35 +00:00
|
|
|
"thiserror",
|
2021-02-25 10:26:23 +00:00
|
|
|
]
|
|
|
|
|
2018-05-11 12:11:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "1.8.4"
|
2018-05-11 12:11:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
|
2018-05-11 12:11:06 +00:00
|
|
|
dependencies = [
|
2024-01-29 12:21:16 +00:00
|
|
|
"aho-corasick",
|
2019-08-15 00:45:09 +00:00
|
|
|
"memchr",
|
2024-01-29 12:21:16 +00:00
|
|
|
"regex-syntax 0.7.5",
|
2018-05-11 12:11:06 +00:00
|
|
|
]
|
|
|
|
|
2020-07-24 18:42:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2021-07-07 09:07:09 +00:00
|
|
|
version = "0.1.10"
|
2020-07-24 18:42:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-07 09:07:09 +00:00
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
2020-07-24 18:42:00 +00:00
|
|
|
dependencies = [
|
2023-06-26 07:21:35 +00:00
|
|
|
"regex-syntax 0.6.29",
|
2020-07-24 18:42:00 +00:00
|
|
|
]
|
|
|
|
|
2022-11-06 06:43:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-01-29 12:21:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "0.3.9"
|
2024-01-29 12:21:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9"
|
2024-01-29 12:21:16 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-lite"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "30b661b2f27137bdbc16f00eda72866a92bb28af1753ffbd56744fb6e2e9cd8e"
|
|
|
|
|
2018-05-11 12:11:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-06-26 07:21:35 +00:00
|
|
|
version = "0.6.29"
|
2018-05-11 12:11:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 07:21:35 +00:00
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
2018-05-11 12:11:06 +00:00
|
|
|
|
2023-05-20 13:39:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.7.5"
|
2023-05-20 13:39:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
|
2023-05-20 13:39:35 +00:00
|
|
|
|
2023-12-16 13:13:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
|
|
|
|
|
travis: Parallelize tests on Android
Currently our slowest test suite on android, run-pass, takes over 5 times longer
than the x86_64 component (~400 -> ~2200s). Typically QEMU emulation does indeed
add overhead, but not 5x for this kind of workload. One of the slowest parts of
the Android process is that *compilation* happens serially. Tests themselves
need to run single-threaded on the emulator (due to how the test harness works)
and this forces the compiles themselves to be single threaded.
Now Travis gives us more than one core per machine, so it'd be much better if we
could take advantage of them! The emulator itself is still fundamentally
single-threaded, but we should see a nice speedup by sending binaries for it to
run much more quickly.
It turns out that we've already got all the tools to do this in-tree. The
qemu-test-{server,client} that are in use for the ARM Linux testing are a
perfect match for the Android emulator. This commit migrates the custom adb
management code in compiletest/rustbuild to the same qemu-test-{server,client}
implementation that ARM Linux uses.
This allows us to lift the parallelism restriction on the compiletest test
suites, namely run-pass. Consequently although we'll still basically run the
tests themselves in single threaded mode we'll be able to compile all of them in
parallel, keeping the pipeline much more full and using more cores for the work
at hand. Additionally the architecture here should be a bit speedier as it
should have less overhead than adb which is a whole new process on both the host
and the emulator!
Locally on an 8 core machine I've seen the run-pass test suite speed up from
taking nearly an hour to only taking 6 minutes. I don't think we'll see quite a
drastic speedup on Travis but I'm hoping this change can place the Android tests
well below 2 hours instead of just above 2 hours.
Because the client/server here are now repurposed for more than just QEMU,
they've been renamed to `remote-test-{server,client}`.
Note that this PR does not currently modify how debuginfo tests are executed on
Android. While parallelizable it wouldn't be quite as easy, so that's left to
another day. Thankfully that test suite is much smaller than the run-pass test
suite.
As a final fix I discovered that the ARM and Android test suites were actually
running all library unit tests (e.g. stdtest, coretest, etc) twice. I've
corrected that to only run tests once which should also give a nice boost in
overall cycle time here.
2017-04-26 15:52:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "remote-test-client"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "remote-test-server"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2022-08-23 20:14:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "replace-version-placeholder"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"tidy",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2023-06-03 07:41:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "0.11.24"
|
2023-06-03 07:41:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "c6920094eb85afde5e4a138be3f2de8bbdf28000f0029e72c45025a56b042251"
|
2023-06-03 07:41:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-tls",
|
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"native-tls",
|
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
2024-03-03 00:16:16 +00:00
|
|
|
"rustls-pemfile",
|
2023-06-03 07:41:44 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2024-03-03 00:16:16 +00:00
|
|
|
"sync_wrapper",
|
2024-01-29 12:21:16 +00:00
|
|
|
"system-configuration",
|
2023-06-03 07:41:44 +00:00
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
|
|
|
"tower-service",
|
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
"winreg",
|
|
|
|
]
|
|
|
|
|
2017-04-29 23:11:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rls"
|
2022-08-21 04:19:43 +00:00
|
|
|
version = "2.0.0"
|
2017-04-29 23:11:58 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"serde_json",
|
2017-06-05 16:36:48 +00:00
|
|
|
]
|
|
|
|
|
2024-01-20 16:51:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "run_make_support"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
2020-07-02 18:27:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rust-demangler"
|
Updates to experimental coverage counter injection
This is a combination of 18 commits.
Commit #2:
Additional examples and some small improvements.
Commit #3:
fixed mir-opt non-mir extensions and spanview title elements
Corrected a fairly recent assumption in runtest.rs that all MIR dump
files end in .mir. (It was appending .mir to the graphviz .dot and
spanview .html file names when generating blessed output files. That
also left outdated files in the baseline alongside the files with the
incorrect names, which I've now removed.)
Updated spanview HTML title elements to match their content, replacing a
hardcoded and incorrect name that was left in accidentally when
originally submitted.
Commit #4:
added more test examples
also improved Makefiles with support for non-zero exit status and to
force validation of tests unless a specific test overrides it with a
specific comment.
Commit #5:
Fixed rare issues after testing on real-world crate
Commit #6:
Addressed PR feedback, and removed temporary -Zexperimental-coverage
-Zinstrument-coverage once again supports the latest capabilities of
LLVM instrprof coverage instrumentation.
Also fixed a bug in spanview.
Commit #7:
Fix closure handling, add tests for closures and inner items
And cleaned up other tests for consistency, and to make it more clear
where spans start/end by breaking up lines.
Commit #8:
renamed "typical" test results "expected"
Now that the `llvm-cov show` tests are improved to normally expect
matching actuals, and to allow individual tests to override that
expectation.
Commit #9:
test coverage of inline generic struct function
Commit #10:
Addressed review feedback
* Removed unnecessary Unreachable filter.
* Replaced a match wildcard with remining variants.
* Added more comments to help clarify the role of successors() in the
CFG traversal
Commit #11:
refactoring based on feedback
* refactored `fn coverage_spans()`.
* changed the way I expand an empty coverage span to improve performance
* fixed a typo that I had accidently left in, in visit.rs
Commit #12:
Optimized use of SourceMap and SourceFile
Commit #13:
Fixed a regression, and synched with upstream
Some generated test file names changed due to some new change upstream.
Commit #14:
Stripping out crate disambiguators from demangled names
These can vary depending on the test platform.
Commit #15:
Ignore llvm-cov show diff on test with generics, expand IO error message
Tests with generics produce llvm-cov show results with demangled names
that can include an unstable "crate disambiguator" (hex value). The
value changes when run in the Rust CI Windows environment. I added a sed
filter to strip them out (in a prior commit), but sed also appears to
fail in the same environment. Until I can figure out a workaround, I'm
just going to ignore this specific test result. I added a FIXME to
follow up later, but it's not that critical.
I also saw an error with Windows GNU, but the IO error did not
specify a path for the directory or file that triggered the error. I
updated the error messages to provide more info for next, time but also
noticed some other tests with similar steps did not fail. Looks
spurious.
Commit #16:
Modify rust-demangler to strip disambiguators by default
Commit #17:
Remove std::process::exit from coverage tests
Due to Issue #77553, programs that call std::process::exit() do not
generate coverage results on Windows MSVC.
Commit #18:
fix: test file paths exceeding Windows max path len
2020-09-01 23:15:17 +00:00
|
|
|
version = "0.0.1"
|
2020-07-02 18:27:15 +00:00
|
|
|
dependencies = [
|
Updates to experimental coverage counter injection
This is a combination of 18 commits.
Commit #2:
Additional examples and some small improvements.
Commit #3:
fixed mir-opt non-mir extensions and spanview title elements
Corrected a fairly recent assumption in runtest.rs that all MIR dump
files end in .mir. (It was appending .mir to the graphviz .dot and
spanview .html file names when generating blessed output files. That
also left outdated files in the baseline alongside the files with the
incorrect names, which I've now removed.)
Updated spanview HTML title elements to match their content, replacing a
hardcoded and incorrect name that was left in accidentally when
originally submitted.
Commit #4:
added more test examples
also improved Makefiles with support for non-zero exit status and to
force validation of tests unless a specific test overrides it with a
specific comment.
Commit #5:
Fixed rare issues after testing on real-world crate
Commit #6:
Addressed PR feedback, and removed temporary -Zexperimental-coverage
-Zinstrument-coverage once again supports the latest capabilities of
LLVM instrprof coverage instrumentation.
Also fixed a bug in spanview.
Commit #7:
Fix closure handling, add tests for closures and inner items
And cleaned up other tests for consistency, and to make it more clear
where spans start/end by breaking up lines.
Commit #8:
renamed "typical" test results "expected"
Now that the `llvm-cov show` tests are improved to normally expect
matching actuals, and to allow individual tests to override that
expectation.
Commit #9:
test coverage of inline generic struct function
Commit #10:
Addressed review feedback
* Removed unnecessary Unreachable filter.
* Replaced a match wildcard with remining variants.
* Added more comments to help clarify the role of successors() in the
CFG traversal
Commit #11:
refactoring based on feedback
* refactored `fn coverage_spans()`.
* changed the way I expand an empty coverage span to improve performance
* fixed a typo that I had accidently left in, in visit.rs
Commit #12:
Optimized use of SourceMap and SourceFile
Commit #13:
Fixed a regression, and synched with upstream
Some generated test file names changed due to some new change upstream.
Commit #14:
Stripping out crate disambiguators from demangled names
These can vary depending on the test platform.
Commit #15:
Ignore llvm-cov show diff on test with generics, expand IO error message
Tests with generics produce llvm-cov show results with demangled names
that can include an unstable "crate disambiguator" (hex value). The
value changes when run in the Rust CI Windows environment. I added a sed
filter to strip them out (in a prior commit), but sed also appears to
fail in the same environment. Until I can figure out a workaround, I'm
just going to ignore this specific test result. I added a FIXME to
follow up later, but it's not that critical.
I also saw an error with Windows GNU, but the IO error did not
specify a path for the directory or file that triggered the error. I
updated the error messages to provide more info for next, time but also
noticed some other tests with similar steps did not fail. Looks
spurious.
Commit #16:
Modify rust-demangler to strip disambiguators by default
Commit #17:
Remove std::process::exit from coverage tests
Due to Issue #77553, programs that call std::process::exit() do not
generate coverage results on Windows MSVC.
Commit #18:
fix: test file paths exceeding Windows max path len
2020-09-01 23:15:17 +00:00
|
|
|
"regex",
|
2020-07-02 18:27:15 +00:00
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2016-09-02 08:55:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustbook"
|
2017-02-07 23:13:57 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2023-06-21 09:32:34 +00:00
|
|
|
"clap",
|
2024-02-22 11:35:21 +00:00
|
|
|
"env_logger",
|
2019-08-15 00:45:09 +00:00
|
|
|
"mdbook",
|
2017-02-07 23:13:57 +00:00
|
|
|
]
|
2016-09-02 08:55:29 +00:00
|
|
|
|
2022-10-04 13:23:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-build-sysroot"
|
2024-02-25 07:17:20 +00:00
|
|
|
version = "0.4.5"
|
2022-10-04 13:23:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-25 07:17:20 +00:00
|
|
|
checksum = "a26170e1d79ea32f7ccec3188dd13cfc1f18c82764a9cbc1071667c0f865a4ea"
|
2022-10-04 13:23:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"rustc_version",
|
|
|
|
"tempfile",
|
2024-02-25 07:17:20 +00:00
|
|
|
"walkdir",
|
2022-10-04 13:23:57 +00:00
|
|
|
]
|
|
|
|
|
2017-05-08 22:01:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2023-06-26 07:21:35 +00:00
|
|
|
version = "0.1.23"
|
2017-05-08 22:01:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 07:21:35 +00:00
|
|
|
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
2018-12-14 22:37:51 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"compiler_builtins",
|
|
|
|
"rustc-std-workspace-core",
|
2018-12-14 22:37:51 +00:00
|
|
|
]
|
2017-05-08 22:01:13 +00:00
|
|
|
|
2018-05-24 12:48:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
2020-05-27 00:19:19 +00:00
|
|
|
version = "1.1.0"
|
2018-05-24 12:48:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-27 00:19:19 +00:00
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
2018-05-24 12:48:02 +00:00
|
|
|
|
2016-09-02 08:55:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-main"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2022-05-06 21:20:04 +00:00
|
|
|
"jemalloc-sys",
|
2019-08-15 00:45:09 +00:00
|
|
|
"rustc_codegen_ssa",
|
|
|
|
"rustc_driver",
|
2023-02-02 06:17:46 +00:00
|
|
|
"rustc_driver_impl",
|
2022-06-02 10:08:38 +00:00
|
|
|
"rustc_smir",
|
2023-09-14 15:50:11 +00:00
|
|
|
"stable_mir",
|
2016-09-02 08:55:29 +00:00
|
|
|
]
|
|
|
|
|
2019-09-10 17:13:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-rayon"
|
2023-03-25 01:12:13 +00:00
|
|
|
version = "0.5.0"
|
2019-09-10 17:13:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 01:12:13 +00:00
|
|
|
checksum = "eb81aadc8837ca6ecebe0fe1353f15df83b3b3cc2cf7a8afd571bc22aa121710"
|
2019-09-10 17:13:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
2019-12-10 15:01:01 +00:00
|
|
|
"rustc-rayon-core",
|
2019-04-25 20:50:41 +00:00
|
|
|
]
|
|
|
|
|
2019-09-10 17:13:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-rayon-core"
|
2023-03-25 01:12:13 +00:00
|
|
|
version = "0.5.0"
|
2019-09-10 17:13:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 01:12:13 +00:00
|
|
|
checksum = "67668daaf00e359c126f6dcb40d652d89b458a008c8afa727a42a2d20fca0b7f"
|
2019-09-10 17:13:07 +00:00
|
|
|
dependencies = [
|
2022-05-28 00:14:22 +00:00
|
|
|
"crossbeam-channel",
|
2019-12-04 17:40:16 +00:00
|
|
|
"crossbeam-deque",
|
2022-01-10 19:34:07 +00:00
|
|
|
"crossbeam-utils",
|
2019-09-10 17:13:07 +00:00
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
2020-12-06 14:07:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-semver"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5be1bdc7edf596692617627bbfeaba522131b18e06ca4df2b6b689e3c5d5ce84"
|
|
|
|
|
2019-02-07 11:08:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-std-workspace-alloc"
|
2019-09-09 20:01:05 +00:00
|
|
|
version = "1.99.0"
|
2019-02-07 11:08:05 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"alloc",
|
2019-02-07 11:08:05 +00:00
|
|
|
]
|
|
|
|
|
std: Depend directly on crates.io crates
Ever since we added a Cargo-based build system for the compiler the
standard library has always been a little special, it's never been able
to depend on crates.io crates for runtime dependencies. This has been a
result of various limitations, namely that Cargo doesn't understand that
crates from crates.io depend on libcore, so Cargo tries to build crates
before libcore is finished.
I had an idea this afternoon, however, which lifts the strategy
from #52919 to directly depend on crates.io crates from the standard
library. After all is said and done this removes a whopping three
submodules that we need to manage!
The basic idea here is that for any crate `std` depends on it adds an
*optional* dependency on an empty crate on crates.io, in this case named
`rustc-std-workspace-core`. This crate is overridden via `[patch]` in
this repository to point to a local crate we write, and *that* has a
`path` dependency on libcore.
Note that all `no_std` crates also depend on `compiler_builtins`, but if
we're not using submodules we can publish `compiler_builtins` to
crates.io and all crates can depend on it anyway! The basic strategy
then looks like:
* The standard library (or some transitive dep) decides to depend on a
crate `foo`.
* The standard library adds
```toml
[dependencies]
foo = { version = "0.1", features = ['rustc-dep-of-std'] }
```
* The crate `foo` has an optional dependency on `rustc-std-workspace-core`
* The crate `foo` has an optional dependency on `compiler_builtins`
* The crate `foo` has a feature `rustc-dep-of-std` which activates these
crates and any other necessary infrastructure in the crate.
A sample commit for `dlmalloc` [turns out to be quite simple][commit].
After that all `no_std` crates should largely build "as is" and still be
publishable on crates.io! Notably they should be able to continue to use
stable Rust if necessary, since the `rename-dependency` feature of Cargo
is soon stabilizing.
As a proof of concept, this commit removes the `dlmalloc`,
`libcompiler_builtins`, and `libc` submodules from this repository. Long
thorns in our side these are now gone for good and we can directly
depend on crates.io! It's hoped that in the long term we can bring in
other crates as necessary, but for now this is largely intended to
simply make it easier to manage these crates and remove submodules.
This should be a transparent non-breaking change for all users, but one
possible stickler is that this almost for sure breaks out-of-tree
`std`-building tools like `xargo` and `cargo-xbuild`. I think it should
be relatively easy to get them working, however, as all that's needed is
an entry in the `[patch]` section used to build the standard library.
Hopefully we can work with these tools to solve this problem!
[commit]: https://github.com/alexcrichton/dlmalloc-rs/commit/28ee12db813a3b650a7c25d1c36d2c17dcb88ae3
2018-11-20 05:52:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-std-workspace-core"
|
2019-09-09 20:01:05 +00:00
|
|
|
version = "1.99.0"
|
std: Depend directly on crates.io crates
Ever since we added a Cargo-based build system for the compiler the
standard library has always been a little special, it's never been able
to depend on crates.io crates for runtime dependencies. This has been a
result of various limitations, namely that Cargo doesn't understand that
crates from crates.io depend on libcore, so Cargo tries to build crates
before libcore is finished.
I had an idea this afternoon, however, which lifts the strategy
from #52919 to directly depend on crates.io crates from the standard
library. After all is said and done this removes a whopping three
submodules that we need to manage!
The basic idea here is that for any crate `std` depends on it adds an
*optional* dependency on an empty crate on crates.io, in this case named
`rustc-std-workspace-core`. This crate is overridden via `[patch]` in
this repository to point to a local crate we write, and *that* has a
`path` dependency on libcore.
Note that all `no_std` crates also depend on `compiler_builtins`, but if
we're not using submodules we can publish `compiler_builtins` to
crates.io and all crates can depend on it anyway! The basic strategy
then looks like:
* The standard library (or some transitive dep) decides to depend on a
crate `foo`.
* The standard library adds
```toml
[dependencies]
foo = { version = "0.1", features = ['rustc-dep-of-std'] }
```
* The crate `foo` has an optional dependency on `rustc-std-workspace-core`
* The crate `foo` has an optional dependency on `compiler_builtins`
* The crate `foo` has a feature `rustc-dep-of-std` which activates these
crates and any other necessary infrastructure in the crate.
A sample commit for `dlmalloc` [turns out to be quite simple][commit].
After that all `no_std` crates should largely build "as is" and still be
publishable on crates.io! Notably they should be able to continue to use
stable Rust if necessary, since the `rename-dependency` feature of Cargo
is soon stabilizing.
As a proof of concept, this commit removes the `dlmalloc`,
`libcompiler_builtins`, and `libc` submodules from this repository. Long
thorns in our side these are now gone for good and we can directly
depend on crates.io! It's hoped that in the long term we can bring in
other crates as necessary, but for now this is largely intended to
simply make it easier to manage these crates and remove submodules.
This should be a transparent non-breaking change for all users, but one
possible stickler is that this almost for sure breaks out-of-tree
`std`-building tools like `xargo` and `cargo-xbuild`. I think it should
be relatively easy to get them working, however, as all that's needed is
an entry in the `[patch]` section used to build the standard library.
Hopefully we can work with these tools to solve this problem!
[commit]: https://github.com/alexcrichton/dlmalloc-rs/commit/28ee12db813a3b650a7c25d1c36d2c17dcb88ae3
2018-11-20 05:52:50 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"core",
|
std: Depend directly on crates.io crates
Ever since we added a Cargo-based build system for the compiler the
standard library has always been a little special, it's never been able
to depend on crates.io crates for runtime dependencies. This has been a
result of various limitations, namely that Cargo doesn't understand that
crates from crates.io depend on libcore, so Cargo tries to build crates
before libcore is finished.
I had an idea this afternoon, however, which lifts the strategy
from #52919 to directly depend on crates.io crates from the standard
library. After all is said and done this removes a whopping three
submodules that we need to manage!
The basic idea here is that for any crate `std` depends on it adds an
*optional* dependency on an empty crate on crates.io, in this case named
`rustc-std-workspace-core`. This crate is overridden via `[patch]` in
this repository to point to a local crate we write, and *that* has a
`path` dependency on libcore.
Note that all `no_std` crates also depend on `compiler_builtins`, but if
we're not using submodules we can publish `compiler_builtins` to
crates.io and all crates can depend on it anyway! The basic strategy
then looks like:
* The standard library (or some transitive dep) decides to depend on a
crate `foo`.
* The standard library adds
```toml
[dependencies]
foo = { version = "0.1", features = ['rustc-dep-of-std'] }
```
* The crate `foo` has an optional dependency on `rustc-std-workspace-core`
* The crate `foo` has an optional dependency on `compiler_builtins`
* The crate `foo` has a feature `rustc-dep-of-std` which activates these
crates and any other necessary infrastructure in the crate.
A sample commit for `dlmalloc` [turns out to be quite simple][commit].
After that all `no_std` crates should largely build "as is" and still be
publishable on crates.io! Notably they should be able to continue to use
stable Rust if necessary, since the `rename-dependency` feature of Cargo
is soon stabilizing.
As a proof of concept, this commit removes the `dlmalloc`,
`libcompiler_builtins`, and `libc` submodules from this repository. Long
thorns in our side these are now gone for good and we can directly
depend on crates.io! It's hoped that in the long term we can bring in
other crates as necessary, but for now this is largely intended to
simply make it easier to manage these crates and remove submodules.
This should be a transparent non-breaking change for all users, but one
possible stickler is that this almost for sure breaks out-of-tree
`std`-building tools like `xargo` and `cargo-xbuild`. I think it should
be relatively easy to get them working, however, as all that's needed is
an entry in the `[patch]` section used to build the standard library.
Hopefully we can work with these tools to solve this problem!
[commit]: https://github.com/alexcrichton/dlmalloc-rs/commit/28ee12db813a3b650a7c25d1c36d2c17dcb88ae3
2018-11-20 05:52:50 +00:00
|
|
|
]
|
|
|
|
|
bootstrap: Merge the libtest build step with libstd
Since its inception rustbuild has always worked in three stages: one for
libstd, one for libtest, and one for rustc. These three stages were
architected around crates.io dependencies, where rustc wants to depend
on crates.io crates but said crates don't explicitly depend on libstd,
requiring a sysroot assembly step in the middle. This same logic was
applied for libtest where libtest wants to depend on crates.io crates
(`getopts`) but `getopts` didn't say that it depended on std, so it
needed `std` built ahead of time.
Lots of time has passed since the inception of rustbuild, however,
and we've since gotten to the point where even `std` itself is depending
on crates.io crates (albeit with some wonky configuration). This
commit applies the same logic to the two dependencies that the `test`
crate pulls in from crates.io, `getopts` and `unicode-width`. Over the
many years since rustbuild's inception `unicode-width` was the only
dependency picked up by the `test` crate, so the extra configuration
necessary to get crates building in this crate graph is unlikely to be
too much of a burden on developers.
After this patch it means that there are now only two build phasese of
rustbuild, one for libstd and one for rustc. The libtest/libproc_macro
build phase is all lumped into one now with `std`.
This was originally motivated by rust-lang/cargo#7216 where Cargo was
having to deal with synthesizing dependency edges but this commit makes
them explicit in this repository.
2019-08-16 15:29:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-std-workspace-std"
|
2019-09-09 20:01:05 +00:00
|
|
|
version = "1.99.0"
|
bootstrap: Merge the libtest build step with libstd
Since its inception rustbuild has always worked in three stages: one for
libstd, one for libtest, and one for rustc. These three stages were
architected around crates.io dependencies, where rustc wants to depend
on crates.io crates but said crates don't explicitly depend on libstd,
requiring a sysroot assembly step in the middle. This same logic was
applied for libtest where libtest wants to depend on crates.io crates
(`getopts`) but `getopts` didn't say that it depended on std, so it
needed `std` built ahead of time.
Lots of time has passed since the inception of rustbuild, however,
and we've since gotten to the point where even `std` itself is depending
on crates.io crates (albeit with some wonky configuration). This
commit applies the same logic to the two dependencies that the `test`
crate pulls in from crates.io, `getopts` and `unicode-width`. Over the
many years since rustbuild's inception `unicode-width` was the only
dependency picked up by the `test` crate, so the extra configuration
necessary to get crates building in this crate graph is unlikely to be
too much of a burden on developers.
After this patch it means that there are now only two build phasese of
rustbuild, one for libstd and one for rustc. The libtest/libproc_macro
build phase is all lumped into one now with `std`.
This was originally motivated by rust-lang/cargo#7216 where Cargo was
having to deal with synthesizing dependency edges but this commit makes
them explicit in this repository.
2019-08-16 15:29:08 +00:00
|
|
|
dependencies = [
|
|
|
|
"std",
|
|
|
|
]
|
|
|
|
|
2022-11-06 21:06:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_abi"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2024-01-29 12:21:16 +00:00
|
|
|
"bitflags 2.4.2",
|
2022-11-21 00:55:41 +00:00
|
|
|
"rand",
|
2022-11-06 21:06:11 +00:00
|
|
|
"rand_xoshiro",
|
|
|
|
"rustc_data_structures",
|
|
|
|
"rustc_index",
|
|
|
|
"rustc_macros",
|
|
|
|
"rustc_serialize",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2017-07-08 17:46:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_apfloat"
|
2023-07-18 19:22:56 +00:00
|
|
|
version = "0.2.0+llvm-462a31f5a5ab"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "465187772033a5ee566f69fe008df03628fce549a0899aae76f0a0c2e34696be"
|
2017-07-08 17:46:43 +00:00
|
|
|
dependencies = [
|
2023-06-26 07:21:35 +00:00
|
|
|
"bitflags 1.3.2",
|
2021-04-22 04:40:29 +00:00
|
|
|
"smallvec",
|
2017-07-08 17:46:43 +00:00
|
|
|
]
|
|
|
|
|
2020-06-02 17:03:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_arena"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2021-04-22 04:40:29 +00:00
|
|
|
"smallvec",
|
2020-06-02 17:03:40 +00:00
|
|
|
]
|
|
|
|
|
2020-02-29 17:16:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_ast"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2024-01-29 12:21:16 +00:00
|
|
|
"bitflags 2.4.2",
|
2023-01-22 12:05:47 +00:00
|
|
|
"memchr",
|
2024-02-27 18:11:23 +00:00
|
|
|
"rustc_ast_ir",
|
2020-02-29 17:16:26 +00:00
|
|
|
"rustc_data_structures",
|
|
|
|
"rustc_index",
|
|
|
|
"rustc_lexer",
|
|
|
|
"rustc_macros",
|
2020-06-02 17:03:40 +00:00
|
|
|
"rustc_serialize",
|
2020-02-29 17:16:26 +00:00
|
|
|
"rustc_span",
|
2021-04-22 04:40:29 +00:00
|
|
|
"smallvec",
|
2022-08-17 04:22:30 +00:00
|
|
|
"thin-vec",
|
2020-07-24 18:42:00 +00:00
|
|
|
"tracing",
|
2020-02-29 17:16:26 +00:00
|
|
|
]
|
|
|
|
|
2024-02-27 18:11:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_ast_ir"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"rustc_data_structures",
|
|
|
|
"rustc_macros",
|
|
|
|
"rustc_serialize",
|
|
|
|
"rustc_span",
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2019-12-22 17:12:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_ast_lowering"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2020-02-29 17:16:26 +00:00
|
|
|
"rustc_ast",
|
2020-01-11 16:02:46 +00:00
|
|
|
"rustc_ast_pretty",
|
2019-12-22 17:12:56 +00:00
|
|
|
"rustc_data_structures",
|
|
|
|
"rustc_errors",
|
2023-04-16 12:33:00 +00:00
|
|
|
"rustc_fluent_macro",
|
2020-01-05 01:37:57 +00:00
|
|
|
"rustc_hir",
|
2019-12-22 17:12:56 +00:00
|
|
|
"rustc_index",
|
2022-08-16 20:28:51 +00:00
|
|
|
"rustc_macros",
|
2021-07-05 20:26:23 +00:00
|
|
|
"rustc_middle",
|
2019-12-24 21:42:56 +00:00
|
|
|
"rustc_session",
|
2019-12-22 17:12:56 +00:00
|
|
|
"rustc_span",
|
|
|
|
"rustc_target",
|
2021-04-22 04:40:29 +00:00
|
|
|
"smallvec",
|
2022-08-17 04:22:30 +00:00
|
|
|
"thin-vec",
|
2020-07-24 18:42:00 +00:00
|
|
|
"tracing",
|
2019-12-22 17:12:56 +00:00
|
|
|
]
|
|
|
|
|
2020-01-05 09:58:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_ast_passes"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2024-02-27 14:50:23 +00:00
|
|
|
"itertools 0.11.0",
|
2020-02-29 17:16:26 +00:00
|
|
|
"rustc_ast",
|
2020-01-11 16:02:46 +00:00
|
|
|
"rustc_ast_pretty",
|
2020-01-11 12:15:20 +00:00
|
|
|
"rustc_attr",
|
2020-01-05 09:58:44 +00:00
|
|
|
"rustc_data_structures",
|
|
|
|
"rustc_errors",
|
2020-01-05 10:11:39 +00:00
|
|
|
"rustc_feature",
|
2023-04-16 12:33:00 +00:00
|
|
|
"rustc_fluent_macro",
|
2022-08-17 14:51:01 +00:00
|
|
|
"rustc_macros",
|
2020-01-05 09:58:44 +00:00
|
|
|
"rustc_parse",
|
|
|
|
"rustc_session",
|
|
|
|
"rustc_span",
|
2021-07-08 19:58:05 +00:00
|
|
|
"rustc_target",
|
2022-11-23 00:55:16 +00:00
|
|
|
"thin-vec",
|
2020-01-05 09:58:44 +00:00
|
|
|
]
|
|
|
|
|
2020-01-11 16:02:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_ast_pretty"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2024-02-27 14:50:23 +00:00
|
|
|
"itertools 0.11.0",
|
2020-02-29 17:16:26 +00:00
|
|
|
"rustc_ast",
|
2023-11-27 08:23:20 +00:00
|
|
|
"rustc_lexer",
|
2020-01-11 16:02:46 +00:00
|
|
|
"rustc_span",
|
2022-11-21 22:17:20 +00:00
|
|
|
"thin-vec",
|
2020-01-11 16:02:46 +00:00
|
|
|
]
|
|
|
|
|
2020-01-11 12:15:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_attr"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2020-02-29 17:16:26 +00:00
|
|
|
"rustc_ast",
|
2020-01-11 16:02:46 +00:00
|
|
|
"rustc_ast_pretty",
|
2020-01-11 12:15:20 +00:00
|
|
|
"rustc_data_structures",
|
|
|
|
"rustc_errors",
|
|
|
|
"rustc_feature",
|
2023-04-16 12:33:00 +00:00
|
|
|
"rustc_fluent_macro",
|
2020-08-10 19:27:48 +00:00
|
|
|
"rustc_lexer",
|
2020-01-11 12:15:20 +00:00
|
|
|
"rustc_macros",
|
2020-06-02 17:03:40 +00:00
|
|
|
"rustc_serialize",
|
2020-01-11 12:15:20 +00:00
|
|
|
"rustc_session",
|
|
|
|
"rustc_span",
|
|
|
|
]
|
|
|
|
|
2022-11-06 06:43:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_baked_icu_data"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"icu_list",
|
|
|
|
"icu_locid",
|
2023-11-06 13:42:20 +00:00
|
|
|
"icu_locid_transform",
|
2022-11-06 06:43:25 +00:00
|
|
|
"icu_provider",
|
2022-11-06 06:58:22 +00:00
|
|
|
"icu_provider_adapters",
|
|
|
|
"zerovec",
|
2022-11-06 06:43:25 +00:00
|
|
|
]
|
|
|
|
|
2020-12-30 17:48:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_borrowck"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
2024-02-27 14:50:23 +00:00
|
|
|
"itertools 0.11.0",
|
2020-12-30 17:48:40 +00:00
|
|
|
"polonius-engine",
|
|
|
|
"rustc_data_structures",
|
|
|
|
"rustc_errors",
|
2023-04-16 12:33:00 +00:00
|
|
|
"rustc_fluent_macro",
|
2020-12-30 17:48:40 +00:00
|
|
|
"rustc_graphviz",
|
|
|
|
"rustc_hir",
|
|
|
|
"rustc_index",
|
|
|
|
"rustc_infer",
|
|
|
|
"rustc_lexer",
|
2022-06-23 04:43:01 +00:00
|
|
|
"rustc_macros",
|
2020-12-30 17:48:40 +00:00
|
|
|
"rustc_middle",
|
2021-01-05 18:53:07 +00:00
|
|
|
"rustc_mir_dataflow",
|
2020-12-30 17:48:40 +00:00
|
|
|
"rustc_session",
|
|
|
|
"rustc_span",
|
|
|
|
"rustc_target",
|
|
|
|
"rustc_trait_selection",
|
|
|
|
"rustc_traits",
|
|
|
|
"smallvec",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2019-12-29 13:53:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_builtin_macros"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2020-02-29 17:16:26 +00:00
|
|
|
"rustc_ast",
|
2020-01-11 16:02:46 +00:00
|
|
|
"rustc_ast_pretty",
|
2020-01-11 12:15:20 +00:00
|
|
|
"rustc_attr",
|
2019-12-29 13:53:32 +00:00
|
|
|
"rustc_data_structures",
|
|
|
|
"rustc_errors",
|
|
|
|
"rustc_expand",
|
|
|
|
"rustc_feature",
|
2023-04-16 12:33:00 +00:00
|
|
|
"rustc_fluent_macro",
|
2023-05-02 15:42:36 +00:00
|
|
|
"rustc_index",
|
2020-11-14 11:47:14 +00:00
|
|
|
"rustc_lexer",
|
2021-11-24 09:20:23 +00:00
|
|
|
"rustc_lint_defs",
|
2022-06-21 19:10:31 +00:00
|
|
|
"rustc_macros",
|
2019-12-29 13:53:32 +00:00
|
|
|
"rustc_parse",
|
2020-06-02 17:03:40 +00:00
|
|
|
"rustc_parse_format",
|
2020-01-05 09:47:20 +00:00
|
|
|
"rustc_session",
|
2019-12-29 13:53:32 +00:00
|
|
|
"rustc_span",
|
|
|
|
"rustc_target",
|
2021-04-22 04:40:29 +00:00
|
|
|
"smallvec",
|
2022-08-17 04:22:30 +00:00
|
|
|
"thin-vec",
|
2020-07-24 18:42:00 +00:00
|
|
|
"tracing",
|
2019-12-29 13:53:32 +00:00
|
|
|
]
|
|
|
|
|
2018-05-08 13:10:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_codegen_llvm"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2024-01-29 12:21:16 +00:00
|
|
|
"bitflags 2.4.2",
|
2024-02-27 14:50:23 +00:00
|
|
|
"itertools 0.11.0",
|
2019-10-22 15:51:35 +00:00
|
|
|
"libc",
|
2022-06-26 02:21:49 +00:00
|
|
|
"measureme",
|
2023-08-22 19:20:35 +00:00
|
|
|
"object",
|
2019-10-22 15:51:35 +00:00
|
|
|
"rustc-demangle",
|
2020-02-29 17:16:26 +00:00
|
|
|
"rustc_ast",
|
2020-01-11 12:15:20 +00:00
|
|
|
"rustc_attr",
|
2019-10-22 15:51:35 +00:00
|
|
|
"rustc_codegen_ssa",
|
|
|
|
"rustc_data_structures",
|
|
|
|
"rustc_errors",
|
2023-04-16 12:33:00 +00:00
|
|
|
"rustc_fluent_macro",
|
2019-10-22 15:51:35 +00:00
|
|
|
"rustc_fs_util",
|
2020-01-05 01:37:57 +00:00
|
|
|
"rustc_hir",
|
2019-10-22 15:51:35 +00:00
|
|
|
"rustc_index",
|
2019-08-15 00:45:09 +00:00
|
|
|
"rustc_llvm",
|
2022-02-04 12:19:55 +00:00
|
|
|
"rustc_macros",
|
2021-05-29 20:49:59 +00:00
|
|
|
"rustc_metadata",
|
2020-03-29 13:24:45 +00:00
|
|
|
"rustc_middle",
|
2020-11-14 15:48:54 +00:00
|
|
|
"rustc_query_system",
|
2019-12-06 03:04:35 +00:00
|
|
|
"rustc_session",
|
2019-12-29 13:53:32 +00:00
|
|
|
"rustc_span",
|
2022-04-21 13:02:54 +00:00
|
|
|
"rustc_symbol_mangling",
|
2019-10-22 15:51:35 +00:00
|
|
|
"rustc_target",
|
2022-11-03 14:34:24 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-04-22 04:40:29 +00:00
|
|
|
"smallvec",
|
2020-07-24 18:42:00 +00:00
|
|
|
"tracing",
|
2018-05-08 13:10:16 +00:00
|
|
|
]
|
|
|
|
|
2018-10-01 16:07:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_codegen_ssa"
|
|
|
|
version = "0.0.0"
|
2018-10-23 15:01:35 +00:00
|
|
|
dependencies = [
|
2022-05-28 10:43:51 +00:00
|
|
|
"ar_archive_writer",
|
2024-01-29 12:21:16 +00:00
|
|
|
"bitflags 2.4.2",
|
2019-08-15 00:45:09 +00:00
|
|
|
"cc",
|
2024-02-27 14:50:23 +00:00
|
|
|
"itertools 0.11.0",
|
2019-08-15 00:45:09 +00:00
|
|
|
"jobserver",
|
|
|
|
"libc",
|
2023-08-22 19:20:35 +00:00
|
|
|
"object",
|
2020-07-17 22:01:27 +00:00
|
|
|
"pathdiff",
|
2021-07-30 19:18:14 +00:00
|
|
|
"regex",
|
2021-12-03 14:24:05 +00:00
|
|
|
"rustc_arena",
|
2020-02-29 17:16:26 +00:00
|
|
|
"rustc_ast",
|
2020-01-11 12:15:20 +00:00
|
|
|
"rustc_attr",
|
2019-08-15 00:45:09 +00:00
|
|
|
"rustc_data_structures",
|
|
|
|
"rustc_errors",
|
2023-04-16 12:33:00 +00:00
|
|
|
"rustc_fluent_macro",
|
2019-08-15 00:45:09 +00:00
|
|
|
"rustc_fs_util",
|
2020-01-05 01:37:57 +00:00
|
|
|
"rustc_hir",
|
2019-08-15 00:45:09 +00:00
|
|
|
"rustc_incremental",
|
2019-09-26 05:30:10 +00:00
|
|
|
"rustc_index",
|
2020-06-11 14:49:57 +00:00
|
|
|
"rustc_macros",
|
2021-09-24 16:15:36 +00:00
|
|
|
"rustc_metadata",
|
2020-03-29 13:24:45 +00:00
|
|
|
"rustc_middle",
|
2020-11-14 15:48:54 +00:00
|
|
|
"rustc_query_system",
|
2020-06-02 17:03:40 +00:00
|
|
|
"rustc_serialize",
|
2019-11-12 13:22:16 +00:00
|
|
|
"rustc_session",
|
2019-12-29 13:53:32 +00:00
|
|
|
"rustc_span",
|
2020-03-12 23:07:58 +00:00
|
|
|
"rustc_symbol_mangling",
|
2019-08-15 00:45:09 +00:00
|
|
|
"rustc_target",
|
2022-11-17 13:53:14 +00:00
|
|
|
"rustc_type_ir",
|
2022-05-06 15:20:42 +00:00
|
|
|
"serde_json",
|
2021-07-14 13:50:42 +00:00
|
|
|
"smallvec",
|
2019-08-15 00:45:09 +00:00
|
|
|
"tempfile",
|
2023-09-19 11:23:35 +00:00
|
|
|
"thin-vec",
|
2021-12-03 14:24:05 +00:00
|
|
|
"thorin-dwp",
|
2020-07-24 18:42:00 +00:00
|
|
|
"tracing",
|
2024-02-22 16:12:09 +00:00
|
|
|
"wasm-encoder",
|
2023-05-09 15:20:13 +00:00
|
|
|
"windows",
|
2018-10-23 15:01:35 +00:00
|
|
|
]
|
2018-10-01 16:07:04 +00:00
|
|
|
|
2021-01-05 19:08:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_const_eval"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2022-11-18 09:18:32 +00:00
|
|
|
"either",
|
2021-01-05 19:08:11 +00:00
|
|
|
"rustc_apfloat",
|
|
|
|
"rustc_ast",
|
|
|
|
"rustc_attr",
|
|
|
|
"rustc_data_structures",
|
|
|
|
"rustc_errors",
|
2023-04-16 12:33:00 +00:00
|
|
|
"rustc_fluent_macro",
|
2021-01-05 19:08:11 +00:00
|
|
|
"rustc_hir",
|
|
|
|
"rustc_index",
|
|
|
|
"rustc_infer",
|
|
|
|
"rustc_macros",
|
|
|
|
"rustc_middle",
|
|
|
|
"rustc_mir_dataflow",
|
|
|
|
"rustc_session",
|
|
|
|
"rustc_span",
|
|
|
|
"rustc_target",
|
|
|
|
"rustc_trait_selection",
|
2022-05-22 19:57:46 +00:00
|
|
|
"rustc_type_ir",
|
2021-01-05 19:08:11 +00:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2016-09-02 08:55:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_data_structures"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2023-03-15 12:50:04 +00:00
|
|
|
"arrayvec",
|
2024-01-29 12:21:16 +00:00
|
|
|
"bitflags 2.4.2",
|
2024-01-24 23:36:57 +00:00
|
|
|
"either",
|
2023-02-21 08:37:10 +00:00
|
|
|
"elsa",
|
2020-05-27 05:05:09 +00:00
|
|
|
"ena",
|
2023-11-18 09:42:05 +00:00
|
|
|
"indexmap",
|
2019-08-15 00:45:09 +00:00
|
|
|
"jobserver",
|
2020-04-10 20:42:19 +00:00
|
|
|
"libc",
|
2022-06-26 02:21:49 +00:00
|
|
|
"measureme",
|
2023-03-15 12:50:04 +00:00
|
|
|
"memmap2",
|
2023-12-14 15:40:50 +00:00
|
|
|
"parking_lot",
|
2023-11-06 01:58:51 +00:00
|
|
|
"portable-atomic",
|
2019-08-15 00:45:09 +00:00
|
|
|
"rustc-hash",
|
2019-12-10 15:01:01 +00:00
|
|
|
"rustc-rayon",
|
|
|
|
"rustc-rayon-core",
|
2023-03-03 02:14:57 +00:00
|
|
|
"rustc_arena",
|
2020-06-02 17:03:40 +00:00
|
|
|
"rustc_graphviz",
|
2019-09-25 19:09:51 +00:00
|
|
|
"rustc_index",
|
2020-06-11 14:49:57 +00:00
|
|
|
"rustc_macros",
|
2020-06-02 17:03:40 +00:00
|
|
|
"rustc_serialize",
|
2021-04-22 04:40:29 +00:00
|
|
|
"smallvec",
|
2020-03-14 18:13:55 +00:00
|
|
|
"stacker",
|
2020-08-09 01:05:50 +00:00
|
|
|
"tempfile",
|
2022-08-17 04:22:30 +00:00
|
|
|
"thin-vec",
|
2020-07-24 18:42:00 +00:00
|
|
|
"tracing",
|
2023-05-09 15:20:13 +00:00
|
|
|
"windows",
|
2016-09-02 08:55:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_driver"
|
|
|
|
version = "0.0.0"
|
2023-02-02 06:17:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"rustc_driver_impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_driver_impl"
|
|
|
|
version = "0.0.0"
|
2016-09-02 08:55:29 +00:00
|
|
|
dependencies = [
|
2020-04-10 20:42:19 +00:00
|
|
|
"libc",
|
2020-02-29 17:16:26 +00:00
|
|
|
"rustc_ast",
|
2022-10-13 09:13:02 +00:00
|
|
|
"rustc_ast_lowering",
|
|
|
|
"rustc_ast_passes",
|
2020-01-11 16:02:46 +00:00
|
|
|
"rustc_ast_pretty",
|
2022-10-13 09:13:02 +00:00
|
|
|
"rustc_attr",
|
|
|
|
"rustc_borrowck",
|
|
|
|
"rustc_builtin_macros",
|
2020-01-23 10:48:48 +00:00
|
|
|
"rustc_codegen_ssa",
|
2022-10-13 09:13:02 +00:00
|
|
|
"rustc_const_eval",
|
2019-08-15 00:45:09 +00:00
|
|
|
"rustc_data_structures",
|
|
|
|
"rustc_errors",
|
2022-10-13 09:13:02 +00:00
|
|
|
"rustc_expand",
|
2019-11-30 01:34:18 +00:00
|
|
|
"rustc_feature",
|
2023-04-16 12:33:00 +00:00
|
|
|
"rustc_fluent_macro",
|
2020-01-05 01:37:57 +00:00
|
|
|
"rustc_hir",
|
2022-09-26 11:00:29 +00:00
|
|
|
"rustc_hir_analysis",
|
2020-03-23 19:59:19 +00:00
|
|
|
"rustc_hir_pretty",
|
2022-10-13 09:13:02 +00:00
|
|
|
"rustc_hir_typeck",
|
|
|
|
"rustc_incremental",
|
|
|
|
"rustc_infer",
|
2019-08-15 00:45:09 +00:00
|
|
|
"rustc_interface",
|
2019-10-09 13:53:13 +00:00
|
|
|
"rustc_lint",
|
2022-01-04 00:32:52 +00:00
|
|
|
"rustc_log",
|
2022-08-22 21:43:09 +00:00
|
|
|
"rustc_macros",
|
2019-08-15 00:45:09 +00:00
|
|
|
"rustc_metadata",
|
2020-03-29 13:24:45 +00:00
|
|
|
"rustc_middle",
|
2022-10-13 09:13:02 +00:00
|
|
|
"rustc_mir_build",
|
|
|
|
"rustc_mir_dataflow",
|
2023-04-30 01:20:53 +00:00
|
|
|
"rustc_mir_transform",
|
2022-10-13 09:13:02 +00:00
|
|
|
"rustc_monomorphize",
|
2019-10-15 20:48:13 +00:00
|
|
|
"rustc_parse",
|
2022-10-13 09:13:02 +00:00
|
|
|
"rustc_passes",
|
2023-12-10 19:42:30 +00:00
|
|
|
"rustc_pattern_analysis",
|
2022-10-13 09:13:02 +00:00
|
|
|
"rustc_privacy",
|
|
|
|
"rustc_query_system",
|
|
|
|
"rustc_resolve",
|
2020-03-11 11:49:08 +00:00
|
|
|
"rustc_session",
|
2023-11-09 09:11:41 +00:00
|
|
|
"rustc_smir",
|
2019-12-29 13:53:32 +00:00
|
|
|
"rustc_span",
|
2022-10-13 09:13:02 +00:00
|
|
|
"rustc_symbol_mangling",
|
2019-08-15 00:45:09 +00:00
|
|
|
"rustc_target",
|
2022-10-13 09:13:02 +00:00
|
|
|
"rustc_trait_selection",
|
|
|
|
"rustc_ty_utils",
|
2021-06-03 15:45:09 +00:00
|
|
|
"serde_json",
|
2023-12-06 18:25:13 +00:00
|
|
|
"shlex",
|
2023-03-03 22:25:18 +00:00
|
|
|
"time",
|
2020-07-24 18:42:00 +00:00
|
|
|
"tracing",
|
2023-05-09 15:20:13 +00:00
|
|
|
"windows",
|
2016-09-02 08:55:29 +00:00
|
|
|
]
|
|
|
|
|
2019-11-11 21:47:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_error_codes"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
2022-03-24 02:03:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_error_messages"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2022-03-28 08:36:20 +00:00
|
|
|
"fluent-bundle",
|
|
|
|
"fluent-syntax",
|
2022-11-06 06:43:25 +00:00
|
|
|
"icu_list",
|
|
|
|
"icu_locid",
|
|
|
|
"icu_provider_adapters",
|
2022-04-03 04:32:38 +00:00
|
|
|
"intl-memoizer",
|
2022-11-06 06:43:25 +00:00
|
|
|
"rustc_baked_icu_data",
|
2022-03-26 07:27:43 +00:00
|
|
|
"rustc_data_structures",
|
2022-03-24 02:03:04 +00:00
|
|
|
"rustc_macros",
|
|
|
|
"rustc_serialize",
|
|
|
|
"rustc_span",
|
2022-03-26 07:27:43 +00:00
|
|
|
"tracing",
|
|
|
|
"unic-langid",
|
2022-03-24 02:03:04 +00:00
|
|
|
]
|
|
|
|
|
2016-09-02 08:55:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_errors"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2024-03-03 00:16:16 +00:00
|
|
|
"annotate-snippets 0.10.2",
|
2023-07-25 13:09:53 +00:00
|
|
|
"derive_setters",
|
2022-09-14 17:22:20 +00:00
|
|
|
"rustc_ast",
|
|
|
|
"rustc_ast_pretty",
|
2019-08-15 00:45:09 +00:00
|
|
|
"rustc_data_structures",
|
Stop using `String` for error codes.
Error codes are integers, but `String` is used everywhere to represent
them. Gross!
This commit introduces `ErrCode`, an integral newtype for error codes,
replacing `String`. It also introduces a constant for every error code,
e.g. `E0123`, and removes the `error_code!` macro. The constants are
imported wherever used with `use rustc_errors::codes::*`.
With the old code, we have three different ways to specify an error code
at a use point:
```
error_code!(E0123) // macro call
struct_span_code_err!(dcx, span, E0123, "msg"); // bare ident arg to macro call
\#[diag(name, code = "E0123")] // string
struct Diag;
```
With the new code, they all use the `E0123` constant.
```
E0123 // constant
struct_span_code_err!(dcx, span, E0123, "msg"); // constant
\#[diag(name, code = E0123)] // constant
struct Diag;
```
The commit also changes the structure of the error code definitions:
- `rustc_error_codes` now just defines a higher-order macro listing the
used error codes and nothing else.
- Because that's now the only thing in the `rustc_error_codes` crate, I
moved it into the `lib.rs` file and removed the `error_codes.rs` file.
- `rustc_errors` uses that macro to define everything, e.g. the error
code constants and the `DIAGNOSTIC_TABLES`. This is in its new
`codes.rs` file.
2024-01-13 23:57:07 +00:00
|
|
|
"rustc_error_codes",
|
2022-03-24 02:03:04 +00:00
|
|
|
"rustc_error_messages",
|
2023-04-16 12:33:00 +00:00
|
|
|
"rustc_fluent_macro",
|
2022-06-29 05:09:59 +00:00
|
|
|
"rustc_hir",
|
Stop using `String` for error codes.
Error codes are integers, but `String` is used everywhere to represent
them. Gross!
This commit introduces `ErrCode`, an integral newtype for error codes,
replacing `String`. It also introduces a constant for every error code,
e.g. `E0123`, and removes the `error_code!` macro. The constants are
imported wherever used with `use rustc_errors::codes::*`.
With the old code, we have three different ways to specify an error code
at a use point:
```
error_code!(E0123) // macro call
struct_span_code_err!(dcx, span, E0123, "msg"); // bare ident arg to macro call
\#[diag(name, code = "E0123")] // string
struct Diag;
```
With the new code, they all use the `E0123` constant.
```
E0123 // constant
struct_span_code_err!(dcx, span, E0123, "msg"); // constant
\#[diag(name, code = E0123)] // constant
struct Diag;
```
The commit also changes the structure of the error code definitions:
- `rustc_error_codes` now just defines a higher-order macro listing the
used error codes and nothing else.
- Because that's now the only thing in the `rustc_error_codes` crate, I
moved it into the `lib.rs` file and removed the `error_codes.rs` file.
- `rustc_errors` uses that macro to define everything, e.g. the error
code constants and the `DIAGNOSTIC_TABLES`. This is in its new
`codes.rs` file.
2024-01-13 23:57:07 +00:00
|
|
|
"rustc_index",
|
2020-08-13 19:41:52 +00:00
|
|
|
"rustc_lint_defs",
|
2020-06-11 14:49:57 +00:00
|
|
|
"rustc_macros",
|
2020-06-02 17:03:40 +00:00
|
|
|
"rustc_serialize",
|
2019-12-29 13:53:32 +00:00
|
|
|
"rustc_span",
|
2022-08-26 20:39:59 +00:00
|
|
|
"rustc_target",
|
2022-11-17 13:53:14 +00:00
|
|
|
"rustc_type_ir",
|
2021-06-03 19:14:15 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2019-08-15 00:45:09 +00:00
|
|
|
"termcolor",
|
2020-01-29 00:13:48 +00:00
|
|
|
"termize",
|
2020-07-24 18:42:00 +00:00
|
|
|
"tracing",
|
2019-08-15 00:45:09 +00:00
|
|
|
"unicode-width",
|
2023-05-09 15:20:13 +00:00
|
|
|
"windows",
|
2016-09-02 08:55:29 +00:00
|
|
|
]
|
|
|
|
|
2019-12-29 13:53:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_expand"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2020-02-29 17:16:26 +00:00
|
|
|
"rustc_ast",
|
2020-01-05 10:11:39 +00:00
|
|
|
"rustc_ast_passes",
|
2020-01-11 16:02:46 +00:00
|
|
|
"rustc_ast_pretty",
|
2020-01-11 12:15:20 +00:00
|
|
|
"rustc_attr",
|
2019-12-29 13:53:32 +00:00
|
|
|
"rustc_data_structures",
|
|
|
|
"rustc_errors",
|
|
|
|
"rustc_feature",
|
2023-04-16 12:33:00 +00:00
|
|
|
"rustc_fluent_macro",
|
2019-12-29 13:53:32 +00:00
|
|
|
"rustc_lexer",
|
2020-12-07 23:55:00 +00:00
|
|
|
"rustc_lint_defs",
|
2020-06-11 14:49:57 +00:00
|
|
|
"rustc_macros",
|
2019-12-29 13:53:32 +00:00
|
|
|
"rustc_parse",
|
2020-06-02 17:03:40 +00:00
|
|
|
"rustc_serialize",
|
2020-01-05 09:47:20 +00:00
|
|
|
"rustc_session",
|
2019-12-29 13:53:32 +00:00
|
|
|
"rustc_span",
|
2021-04-22 04:40:29 +00:00
|
|
|
"smallvec",
|
2023-07-26 13:58:50 +00:00
|
|
|
"termcolor",
|
2022-09-08 07:22:52 +00:00
|
|
|
"thin-vec",
|
2020-07-24 18:42:00 +00:00
|
|
|
"tracing",
|
2019-12-29 13:53:32 +00:00
|
|
|
]
|
|
|
|
|
2019-11-29 23:23:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_feature"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2019-11-30 01:34:18 +00:00
|
|
|
"rustc_data_structures",
|
2019-12-29 13:53:32 +00:00
|
|
|
"rustc_span",
|
2019-11-29 23:23:38 +00:00
|
|
|
]
|
|
|
|
|
2023-04-16 12:33:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_fluent_macro"
|
2023-10-18 21:55:15 +00:00
|
|
|
version = "0.0.0"
|
2023-04-16 12:33:00 +00:00
|
|
|
dependencies = [
|
2024-03-03 00:16:16 +00:00
|
|
|
"annotate-snippets 0.10.2",
|
2023-04-16 12:33:00 +00:00
|
|
|
"fluent-bundle",
|
|
|
|
"fluent-syntax",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-03-03 00:16:16 +00:00
|
|
|
"syn 2.0.52",
|
2023-04-16 12:33:00 +00:00
|
|
|
"unic-langid",
|
|
|
|
]
|
|
|
|
|
2018-08-03 21:31:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_fs_util"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
2020-06-02 17:03:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_graphviz"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
2019-12-25 02:51:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_hir"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2021-07-20 11:54:37 +00:00
|
|
|
"odht",
|
2021-07-13 16:45:20 +00:00
|
|
|
"rustc_arena",
|
2020-02-29 17:16:26 +00:00
|
|
|
"rustc_ast",
|
2019-12-25 02:51:27 +00:00
|
|
|
"rustc_data_structures",
|
|
|
|
"rustc_index",
|
|
|
|
"rustc_macros",
|
2020-06-02 17:03:40 +00:00
|
|
|
"rustc_serialize",
|
2019-12-25 02:51:27 +00:00
|
|
|
"rustc_span",
|
|
|
|
"rustc_target",
|
2021-04-22 04:40:29 +00:00
|
|
|
"smallvec",
|
2020-07-24 18:42:00 +00:00
|
|
|
"tracing",
|
2019-12-25 02:51:27 +00:00
|
|
|
]
|
|
|
|
|
2022-09-26 11:00:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_hir_analysis"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2024-02-27 14:50:23 +00:00
|
|
|
"itertools 0.11.0",
|
2022-09-26 11:00:29 +00:00
|
|
|
"rustc_arena",
|
|
|
|
"rustc_ast",
|
|
|
|
"rustc_attr",
|
|
|
|
"rustc_data_structures",
|
|
|
|
"rustc_errors",
|
|
|
|
"rustc_feature",
|
2023-04-16 12:33:00 +00:00
|
|
|
"rustc_fluent_macro",
|
2022-09-26 11:00:29 +00:00
|
|
|
"rustc_hir",
|
2023-12-22 11:56:20 +00:00
|
|
|
"rustc_hir_pretty",
|
2022-09-26 11:00:29 +00:00
|
|
|
"rustc_index",
|
|
|
|
"rustc_infer",
|
2023-04-16 09:48:01 +00:00
|
|
|
"rustc_lint_defs",
|
2022-09-26 11:00:29 +00:00
|
|
|
"rustc_macros",
|
|
|
|
"rustc_middle",
|
|
|
|
"rustc_session",
|
|
|
|
"rustc_span",
|
|
|
|
"rustc_target",
|
|
|
|
"rustc_trait_selection",
|
|
|
|
"rustc_type_ir",
|
|
|
|
"smallvec",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2020-03-23 19:59:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_hir_pretty"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"rustc_ast",
|
|
|
|
"rustc_ast_pretty",
|
|
|
|
"rustc_hir",
|
|
|
|
"rustc_span",
|
|
|
|
"rustc_target",
|
|
|
|
]
|
|
|
|
|
2022-10-20 15:51:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_hir_typeck"
|
2023-10-18 21:55:15 +00:00
|
|
|
version = "0.0.0"
|
2022-10-20 15:51:37 +00:00
|
|
|
dependencies = [
|
2024-02-27 14:50:23 +00:00
|
|
|
"itertools 0.11.0",
|
2022-10-20 15:51:37 +00:00
|
|
|
"rustc_ast",
|
2023-07-16 10:18:38 +00:00
|
|
|
"rustc_attr",
|
2022-10-20 15:51:37 +00:00
|
|
|
"rustc_data_structures",
|
|
|
|
"rustc_errors",
|
2023-04-16 12:33:00 +00:00
|
|
|
"rustc_fluent_macro",
|
2022-10-20 15:51:37 +00:00
|
|
|
"rustc_graphviz",
|
|
|
|
"rustc_hir",
|
|
|
|
"rustc_hir_analysis",
|
|
|
|
"rustc_hir_pretty",
|
|
|
|
"rustc_index",
|
|
|
|
"rustc_infer",
|
|
|
|
"rustc_lint",
|
|
|
|
"rustc_macros",
|
|
|
|
"rustc_middle",
|
|
|
|
"rustc_session",
|
|
|
|
"rustc_span",
|
|
|
|
"rustc_target",
|
|
|
|
"rustc_trait_selection",
|
|
|
|
"rustc_type_ir",
|
|
|
|
"smallvec",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2016-09-02 08:55:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_incremental"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2022-11-21 00:55:41 +00:00
|
|
|
"rand",
|
2020-02-29 17:16:26 +00:00
|
|
|
"rustc_ast",
|
2019-08-15 00:45:09 +00:00
|
|
|
"rustc_data_structures",
|
2021-05-25 18:48:59 +00:00
|
|
|
"rustc_errors",
|
2023-04-16 12:33:00 +00:00
|
|
|
"rustc_fluent_macro",
|
2019-08-15 00:45:09 +00:00
|
|
|
"rustc_fs_util",
|
2020-06-02 17:03:40 +00:00
|
|
|
"rustc_graphviz",
|
2020-01-05 01:37:57 +00:00
|
|
|
"rustc_hir",
|
2020-06-11 14:49:57 +00:00
|
|
|
"rustc_macros",
|
2020-03-29 13:24:45 +00:00
|
|
|
"rustc_middle",
|
2020-06-02 17:03:40 +00:00
|
|
|
"rustc_serialize",
|
2019-11-12 13:22:16 +00:00
|
|
|
"rustc_session",
|
2019-12-29 13:53:32 +00:00
|
|
|
"rustc_span",
|
2022-11-23 00:55:16 +00:00
|
|
|
"thin-vec",
|
2020-07-24 18:42:00 +00:00
|
|
|
"tracing",
|
2016-09-02 08:55:29 +00:00
|
|
|
]
|
|
|
|
|
2019-09-25 19:09:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_index"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2023-03-15 12:50:04 +00:00
|
|
|
"arrayvec",
|
2023-10-24 00:16:14 +00:00
|
|
|
"rustc_index_macros",
|
2020-06-11 14:49:57 +00:00
|
|
|
"rustc_macros",
|
2020-06-02 17:03:40 +00:00
|
|
|
"rustc_serialize",
|
2021-11-05 18:50:29 +00:00
|
|
|
"smallvec",
|
2019-09-25 19:09:51 +00:00
|
|
|
]
|
|
|
|
|
2023-10-24 00:16:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_index_macros"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-03-03 00:16:16 +00:00
|
|
|
"syn 2.0.52",
|
2023-10-24 00:16:14 +00:00
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
2020-01-06 19:13:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_infer"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"rustc_data_structures",
|
|
|
|
"rustc_errors",
|
2023-04-16 12:33:00 +00:00
|
|
|
"rustc_fluent_macro",
|
2020-01-06 19:13:24 +00:00
|
|
|
"rustc_hir",
|
|
|
|
"rustc_index",
|
|
|
|
"rustc_macros",
|
2020-03-29 13:24:45 +00:00
|
|
|
"rustc_middle",
|
2020-01-06 19:13:24 +00:00
|
|
|
"rustc_span",
|
|
|
|
"rustc_target",
|
2021-04-22 04:40:29 +00:00
|
|
|
"smallvec",
|
2020-07-24 18:42:00 +00:00
|
|
|
"tracing",
|
2020-01-06 19:13:24 +00:00
|
|
|
]
|
|
|
|
|
2018-12-08 19:30:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_interface"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2019-12-10 15:01:01 +00:00
|
|
|
"rustc-rayon",
|
2020-11-18 18:02:31 +00:00
|
|
|
"rustc-rayon-core",
|
2020-02-29 17:16:26 +00:00
|
|
|
"rustc_ast",
|
2019-12-22 17:12:56 +00:00
|
|
|
"rustc_ast_lowering",
|
2020-01-05 09:58:44 +00:00
|
|
|
"rustc_ast_passes",
|
2020-01-11 12:15:20 +00:00
|
|
|
"rustc_attr",
|
2020-12-30 17:48:40 +00:00
|
|
|
"rustc_borrowck",
|
2019-12-29 13:53:32 +00:00
|
|
|
"rustc_builtin_macros",
|
2019-10-22 15:51:35 +00:00
|
|
|
"rustc_codegen_llvm",
|
2019-08-15 00:45:09 +00:00
|
|
|
"rustc_codegen_ssa",
|
2021-01-05 19:08:11 +00:00
|
|
|
"rustc_const_eval",
|
2019-08-15 00:45:09 +00:00
|
|
|
"rustc_data_structures",
|
|
|
|
"rustc_errors",
|
2019-12-29 13:53:32 +00:00
|
|
|
"rustc_expand",
|
2023-08-09 12:28:00 +00:00
|
|
|
"rustc_feature",
|
2023-04-16 12:33:00 +00:00
|
|
|
"rustc_fluent_macro",
|
2023-03-16 20:42:31 +00:00
|
|
|
"rustc_fs_util",
|
2019-12-25 02:51:27 +00:00
|
|
|
"rustc_hir",
|
2022-09-26 11:00:29 +00:00
|
|
|
"rustc_hir_analysis",
|
2022-10-20 15:51:37 +00:00
|
|
|
"rustc_hir_typeck",
|
2019-08-15 00:45:09 +00:00
|
|
|
"rustc_incremental",
|
|
|
|
"rustc_lint",
|
2022-08-16 20:07:47 +00:00
|
|
|
"rustc_macros",
|
2019-08-15 00:45:09 +00:00
|
|
|
"rustc_metadata",
|
2020-03-29 13:24:45 +00:00
|
|
|
"rustc_middle",
|
2020-01-05 15:46:44 +00:00
|
|
|
"rustc_mir_build",
|
2021-01-01 00:53:25 +00:00
|
|
|
"rustc_mir_transform",
|
2021-01-02 13:42:15 +00:00
|
|
|
"rustc_monomorphize",
|
2019-10-15 20:48:13 +00:00
|
|
|
"rustc_parse",
|
2019-08-15 00:45:09 +00:00
|
|
|
"rustc_passes",
|
|
|
|
"rustc_privacy",
|
2021-01-19 19:40:16 +00:00
|
|
|
"rustc_query_impl",
|
2023-03-25 08:46:19 +00:00
|
|
|
"rustc_query_system",
|
2019-08-15 00:45:09 +00:00
|
|
|
"rustc_resolve",
|
2023-10-28 01:26:43 +00:00
|
|
|
"rustc_serialize",
|
2020-01-05 08:40:16 +00:00
|
|
|
"rustc_session",
|
2019-12-29 13:53:32 +00:00
|
|
|
"rustc_span",
|
2020-03-12 23:07:58 +00:00
|
|
|
"rustc_symbol_mangling",
|
2019-10-11 21:48:16 +00:00
|
|
|
"rustc_target",
|
2020-02-11 18:53:40 +00:00
|
|
|
"rustc_trait_selection",
|
2019-08-15 00:45:09 +00:00
|
|
|
"rustc_traits",
|
2020-11-19 20:32:37 +00:00
|
|
|
"rustc_ty_utils",
|
2020-07-24 18:42:00 +00:00
|
|
|
"tracing",
|
2018-12-08 19:30:23 +00:00
|
|
|
]
|
|
|
|
|
2019-05-06 08:53:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_lexer"
|
2023-10-18 21:55:15 +00:00
|
|
|
version = "0.0.0"
|
2019-05-06 08:53:40 +00:00
|
|
|
dependencies = [
|
Introduce expect snapshot testing library into rustc
Snapshot testing is a technique for writing maintainable unit tests.
Unlike usual `assert_eq!` tests, snapshot tests allow
to *automatically* upgrade expected values on test failure.
In a sense, snapshot tests are inline-version of our beloved
UI-tests.
Example:
![expect](https://user-images.githubusercontent.com/1711539/90888810-3bcc8180-e3b7-11ea-9626-d06e89e1a0bb.gif)
A particular library we use, `expect_test` provides an `expect!`
macro, which creates a sort of self-updating string literal (by using
`file!` macro). Self-update is triggered by setting `UPDATE_EXPECT`
environmental variable (this info is printed during the test failure).
This library was extracted from rust-analyzer, where we use it for
most of our tests.
There are some other, more popular snapshot testing libraries:
* https://github.com/mitsuhiko/insta
* https://github.com/aaronabramov/k9
The main differences of `expect` are:
* first-class snapshot objects (so, tests can be written as functions,
rather than as macros)
* focus on inline-snapshots (but file snapshots are also supported)
* restricted feature set (only `assert_eq` and `assert_debug_eq`)
* no extra runtime (ie, no `cargo insta`)
See https://github.com/rust-analyzer/rust-analyzer/pull/5101 for a
an extended comparison.
It is unclear if this testing style will stick with rustc in the long
run. At the moment, rustc is mainly tested via integrated UI tests.
But in the library-ified world, unit-tests will become somewhat more
important (that's why use use `rustc_lexer` library-ified library as
an example in this PR). Given that the cost of removal shouldn't be
too high, it probably makes sense to just see if this flies!
2020-08-21 12:03:50 +00:00
|
|
|
"expect-test",
|
2023-07-29 00:47:21 +00:00
|
|
|
"unicode-properties",
|
2020-08-01 14:11:15 +00:00
|
|
|
"unicode-xid",
|
2019-05-06 08:53:40 +00:00
|
|
|
]
|
|
|
|
|
2016-09-02 08:55:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_lint"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2020-02-29 17:16:26 +00:00
|
|
|
"rustc_ast",
|
2020-01-11 16:02:46 +00:00
|
|
|
"rustc_ast_pretty",
|
2020-01-11 12:15:20 +00:00
|
|
|
"rustc_attr",
|
2019-08-15 00:45:09 +00:00
|
|
|
"rustc_data_structures",
|
2020-01-09 10:18:47 +00:00
|
|
|
"rustc_errors",
|
2019-11-29 23:23:38 +00:00
|
|
|
"rustc_feature",
|
2023-04-16 12:33:00 +00:00
|
|
|
"rustc_fluent_macro",
|
2020-01-05 01:37:57 +00:00
|
|
|
"rustc_hir",
|
2019-09-26 05:38:33 +00:00
|
|
|
"rustc_index",
|
2021-08-16 15:25:35 +00:00
|
|
|
"rustc_infer",
|
2022-06-30 07:57:45 +00:00
|
|
|
"rustc_macros",
|
2020-03-29 13:24:45 +00:00
|
|
|
"rustc_middle",
|
2020-10-20 20:25:42 +00:00
|
|
|
"rustc_parse_format",
|
2019-11-12 17:09:20 +00:00
|
|
|
"rustc_session",
|
2019-12-29 13:53:32 +00:00
|
|
|
"rustc_span",
|
2019-08-15 00:45:09 +00:00
|
|
|
"rustc_target",
|
2020-02-11 18:53:40 +00:00
|
|
|
"rustc_trait_selection",
|
2022-05-22 19:57:46 +00:00
|
|
|
"rustc_type_ir",
|
2024-01-26 14:25:18 +00:00
|
|
|
"smallvec",
|
2020-07-24 18:42:00 +00:00
|
|
|
"tracing",
|
2020-01-02 12:02:22 +00:00
|
|
|
"unicode-security",
|
2016-09-02 08:55:29 +00:00
|
|
|
]
|
|
|
|
|
2020-08-13 19:41:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_lint_defs"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"rustc_ast",
|
|
|
|
"rustc_data_structures",
|
2022-03-24 02:03:04 +00:00
|
|
|
"rustc_error_messages",
|
2021-11-20 19:45:27 +00:00
|
|
|
"rustc_hir",
|
2020-08-13 19:41:52 +00:00
|
|
|
"rustc_macros",
|
|
|
|
"rustc_serialize",
|
|
|
|
"rustc_span",
|
2020-09-01 21:12:38 +00:00
|
|
|
"rustc_target",
|
2021-06-03 19:14:15 +00:00
|
|
|
"serde",
|
2020-08-13 19:41:52 +00:00
|
|
|
]
|
|
|
|
|
2016-09-02 08:55:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_llvm"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"cc",
|
2019-12-12 15:51:19 +00:00
|
|
|
"libc",
|
2016-09-02 08:55:29 +00:00
|
|
|
]
|
|
|
|
|
2022-01-04 00:32:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_log"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2022-01-04 06:01:35 +00:00
|
|
|
"rustc_span",
|
2022-01-04 00:32:52 +00:00
|
|
|
"tracing",
|
2023-01-11 15:17:48 +00:00
|
|
|
"tracing-core",
|
2022-01-04 00:32:52 +00:00
|
|
|
"tracing-subscriber",
|
|
|
|
"tracing-tree",
|
|
|
|
]
|
|
|
|
|
2019-03-01 00:22:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_macros"
|
2023-10-18 21:55:15 +00:00
|
|
|
version = "0.0.0"
|
2019-03-01 00:22:10 +00:00
|
|
|
dependencies = [
|
2020-08-01 14:11:15 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-03-03 00:16:16 +00:00
|
|
|
"syn 2.0.52",
|
2023-11-09 11:37:30 +00:00
|
|
|
"synstructure",
|
2019-03-01 00:22:10 +00:00
|
|
|
]
|
|
|
|
|
2016-09-02 08:55:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_metadata"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2024-01-29 12:21:16 +00:00
|
|
|
"bitflags 2.4.2",
|
2024-01-10 15:12:01 +00:00
|
|
|
"libloading",
|
2021-07-20 11:54:37 +00:00
|
|
|
"odht",
|
2020-02-29 17:16:26 +00:00
|
|
|
"rustc_ast",
|
2020-01-11 12:15:20 +00:00
|
|
|
"rustc_attr",
|
2019-08-15 00:45:09 +00:00
|
|
|
"rustc_data_structures",
|
|
|
|
"rustc_errors",
|
2019-12-29 13:53:32 +00:00
|
|
|
"rustc_expand",
|
2020-09-12 23:58:17 +00:00
|
|
|
"rustc_feature",
|
2023-04-16 12:33:00 +00:00
|
|
|
"rustc_fluent_macro",
|
2023-03-16 20:42:31 +00:00
|
|
|
"rustc_fs_util",
|
2020-01-05 01:37:57 +00:00
|
|
|
"rustc_hir",
|
2020-03-23 19:59:19 +00:00
|
|
|
"rustc_hir_pretty",
|
2019-09-26 05:30:10 +00:00
|
|
|
"rustc_index",
|
2020-06-11 14:49:57 +00:00
|
|
|
"rustc_macros",
|
2020-03-29 13:24:45 +00:00
|
|
|
"rustc_middle",
|
2020-06-02 17:03:40 +00:00
|
|
|
"rustc_serialize",
|
2020-03-11 11:49:08 +00:00
|
|
|
"rustc_session",
|
2019-12-29 13:53:32 +00:00
|
|
|
"rustc_span",
|
2019-08-15 00:45:09 +00:00
|
|
|
"rustc_target",
|
2022-05-22 19:57:46 +00:00
|
|
|
"rustc_type_ir",
|
2020-08-20 23:16:30 +00:00
|
|
|
"snap",
|
2022-04-24 14:49:04 +00:00
|
|
|
"tempfile",
|
2020-07-24 18:42:00 +00:00
|
|
|
"tracing",
|
2016-09-02 08:55:29 +00:00
|
|
|
]
|
|
|
|
|
2020-03-29 13:24:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_middle"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2024-01-29 12:21:16 +00:00
|
|
|
"bitflags 2.4.2",
|
2022-11-28 11:11:45 +00:00
|
|
|
"derive_more",
|
2021-01-05 18:53:07 +00:00
|
|
|
"either",
|
2023-04-30 07:29:02 +00:00
|
|
|
"field-offset",
|
2021-01-05 18:53:07 +00:00
|
|
|
"gsgdt",
|
2023-03-25 08:46:19 +00:00
|
|
|
"measureme",
|
2020-03-29 13:24:45 +00:00
|
|
|
"polonius-engine",
|
2021-07-16 12:42:26 +00:00
|
|
|
"rustc-rayon",
|
2020-03-29 13:24:45 +00:00
|
|
|
"rustc-rayon-core",
|
|
|
|
"rustc_apfloat",
|
2020-06-02 17:03:40 +00:00
|
|
|
"rustc_arena",
|
2020-03-29 13:24:45 +00:00
|
|
|
"rustc_ast",
|
2024-02-27 18:11:23 +00:00
|
|
|
"rustc_ast_ir",
|
2020-03-29 13:24:45 +00:00
|
|
|
"rustc_attr",
|
|
|
|
"rustc_data_structures",
|
2022-12-22 18:57:47 +00:00
|
|
|
"rustc_error_messages",
|
2020-03-29 13:24:45 +00:00
|
|
|
"rustc_errors",
|
|
|
|
"rustc_feature",
|
2023-04-16 12:33:00 +00:00
|
|
|
"rustc_fluent_macro",
|
2021-01-05 18:53:07 +00:00
|
|
|
"rustc_graphviz",
|
2020-03-29 13:24:45 +00:00
|
|
|
"rustc_hir",
|
|
|
|
"rustc_index",
|
|
|
|
"rustc_macros",
|
|
|
|
"rustc_query_system",
|
2020-06-02 17:03:40 +00:00
|
|
|
"rustc_serialize",
|
2020-03-29 13:24:45 +00:00
|
|
|
"rustc_session",
|
|
|
|
"rustc_span",
|
|
|
|
"rustc_target",
|
2020-11-18 15:37:10 +00:00
|
|
|
"rustc_type_ir",
|
2021-04-22 04:40:29 +00:00
|
|
|
"smallvec",
|
2022-08-17 04:22:30 +00:00
|
|
|
"thin-vec",
|
2020-07-24 18:42:00 +00:00
|
|
|
"tracing",
|
2020-03-29 13:24:45 +00:00
|
|
|
]
|
|
|
|
|
2016-09-02 08:55:29 +00:00
|
|
|
[[package]]
|
2020-01-05 15:46:44 +00:00
|
|
|
name = "rustc_mir_build"
|
2016-09-02 08:55:29 +00:00
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2022-11-18 09:18:32 +00:00
|
|
|
"either",
|
2024-02-27 14:50:23 +00:00
|
|
|
"itertools 0.11.0",
|
2019-08-15 00:45:09 +00:00
|
|
|
"rustc_apfloat",
|
2020-06-02 17:03:40 +00:00
|
|
|
"rustc_arena",
|
2020-02-29 17:16:26 +00:00
|
|
|
"rustc_ast",
|
2019-08-15 00:45:09 +00:00
|
|
|
"rustc_data_structures",
|
|
|
|
"rustc_errors",
|
2023-04-16 12:33:00 +00:00
|
|
|
"rustc_fluent_macro",
|
2020-01-05 01:37:57 +00:00
|
|
|
"rustc_hir",
|
2019-09-26 05:30:10 +00:00
|
|
|
"rustc_index",
|
2020-01-06 19:13:24 +00:00
|
|
|
"rustc_infer",
|
2022-08-20 11:28:43 +00:00
|
|
|
"rustc_macros",
|
2020-03-29 13:24:45 +00:00
|
|
|
"rustc_middle",
|
2023-12-10 19:42:30 +00:00
|
|
|
"rustc_pattern_analysis",
|
2020-03-11 11:49:08 +00:00
|
|
|
"rustc_session",
|
2019-12-29 13:53:32 +00:00
|
|
|
"rustc_span",
|
2019-08-15 00:45:09 +00:00
|
|
|
"rustc_target",
|
2020-02-11 18:53:40 +00:00
|
|
|
"rustc_trait_selection",
|
2021-04-22 04:40:29 +00:00
|
|
|
"smallvec",
|
2020-07-24 18:42:00 +00:00
|
|
|
"tracing",
|
2016-09-02 08:55:29 +00:00
|
|
|
]
|
|
|
|
|
2020-01-05 15:46:44 +00:00
|
|
|
[[package]]
|
2021-01-05 18:53:07 +00:00
|
|
|
name = "rustc_mir_dataflow"
|
2020-01-05 15:46:44 +00:00
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2021-01-05 18:53:07 +00:00
|
|
|
"polonius-engine",
|
|
|
|
"regex",
|
|
|
|
"rustc_ast",
|
|
|
|
"rustc_data_structures",
|
2022-08-19 09:21:14 +00:00
|
|
|
"rustc_errors",
|
2023-04-16 12:33:00 +00:00
|
|
|
"rustc_fluent_macro",
|
2021-01-05 18:53:07 +00:00
|
|
|
"rustc_graphviz",
|
|
|
|
"rustc_hir",
|
|
|
|
"rustc_index",
|
2022-08-19 09:21:14 +00:00
|
|
|
"rustc_macros",
|
2021-01-05 18:53:07 +00:00
|
|
|
"rustc_middle",
|
|
|
|
"rustc_span",
|
|
|
|
"rustc_target",
|
|
|
|
"smallvec",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2021-01-01 00:53:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_mir_transform"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2022-11-18 09:18:32 +00:00
|
|
|
"either",
|
2024-02-27 14:50:23 +00:00
|
|
|
"itertools 0.11.0",
|
2023-01-16 22:12:36 +00:00
|
|
|
"rustc_arena",
|
2020-02-29 17:16:26 +00:00
|
|
|
"rustc_ast",
|
2020-01-11 12:15:20 +00:00
|
|
|
"rustc_attr",
|
2021-01-05 19:08:11 +00:00
|
|
|
"rustc_const_eval",
|
2020-01-05 15:46:44 +00:00
|
|
|
"rustc_data_structures",
|
|
|
|
"rustc_errors",
|
2023-04-30 01:20:53 +00:00
|
|
|
"rustc_fluent_macro",
|
2020-01-05 15:46:44 +00:00
|
|
|
"rustc_hir",
|
|
|
|
"rustc_index",
|
2023-04-30 01:20:53 +00:00
|
|
|
"rustc_macros",
|
2020-03-29 13:24:45 +00:00
|
|
|
"rustc_middle",
|
2023-07-20 19:01:27 +00:00
|
|
|
"rustc_mir_build",
|
2021-01-05 18:53:07 +00:00
|
|
|
"rustc_mir_dataflow",
|
2020-01-20 21:23:07 +00:00
|
|
|
"rustc_session",
|
2020-01-05 15:46:44 +00:00
|
|
|
"rustc_span",
|
|
|
|
"rustc_target",
|
2020-02-11 18:53:40 +00:00
|
|
|
"rustc_trait_selection",
|
2021-04-22 04:40:29 +00:00
|
|
|
"smallvec",
|
2020-07-24 18:42:00 +00:00
|
|
|
"tracing",
|
2020-01-05 15:46:44 +00:00
|
|
|
]
|
|
|
|
|
2021-01-02 13:42:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_monomorphize"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"rustc_data_structures",
|
2022-08-18 21:51:47 +00:00
|
|
|
"rustc_errors",
|
2023-04-16 12:33:00 +00:00
|
|
|
"rustc_fluent_macro",
|
2021-01-02 13:42:15 +00:00
|
|
|
"rustc_hir",
|
2022-08-18 21:51:47 +00:00
|
|
|
"rustc_macros",
|
2021-01-02 13:42:15 +00:00
|
|
|
"rustc_middle",
|
|
|
|
"rustc_session",
|
|
|
|
"rustc_span",
|
|
|
|
"rustc_target",
|
2022-12-29 21:08:09 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-01-02 13:42:15 +00:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2023-11-22 23:44:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_next_trait_solver"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"rustc_type_ir",
|
|
|
|
]
|
|
|
|
|
2019-10-15 20:48:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_parse"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2024-01-29 12:21:16 +00:00
|
|
|
"bitflags 2.4.2",
|
2020-02-29 17:16:26 +00:00
|
|
|
"rustc_ast",
|
2020-01-11 16:02:46 +00:00
|
|
|
"rustc_ast_pretty",
|
2019-10-15 20:48:13 +00:00
|
|
|
"rustc_data_structures",
|
|
|
|
"rustc_errors",
|
2019-11-29 23:23:38 +00:00
|
|
|
"rustc_feature",
|
2023-04-16 12:33:00 +00:00
|
|
|
"rustc_fluent_macro",
|
2019-10-15 20:48:13 +00:00
|
|
|
"rustc_lexer",
|
2022-04-25 20:55:24 +00:00
|
|
|
"rustc_macros",
|
2020-01-05 09:47:20 +00:00
|
|
|
"rustc_session",
|
2019-12-29 13:53:32 +00:00
|
|
|
"rustc_span",
|
2022-09-08 07:22:52 +00:00
|
|
|
"thin-vec",
|
2020-07-24 18:42:00 +00:00
|
|
|
"tracing",
|
2019-11-23 14:33:40 +00:00
|
|
|
"unicode-normalization",
|
2021-08-19 18:40:00 +00:00
|
|
|
"unicode-width",
|
2019-10-15 20:48:13 +00:00
|
|
|
]
|
|
|
|
|
2020-06-02 17:03:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_parse_format"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2023-09-05 17:11:50 +00:00
|
|
|
"rustc_index",
|
2020-06-02 17:03:40 +00:00
|
|
|
"rustc_lexer",
|
|
|
|
]
|
|
|
|
|
2016-09-02 08:55:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_passes"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2024-02-27 14:50:23 +00:00
|
|
|
"itertools 0.11.0",
|
2020-02-29 17:16:26 +00:00
|
|
|
"rustc_ast",
|
2021-03-14 21:39:13 +00:00
|
|
|
"rustc_ast_pretty",
|
2020-01-11 12:15:20 +00:00
|
|
|
"rustc_attr",
|
2019-08-15 00:45:09 +00:00
|
|
|
"rustc_data_structures",
|
|
|
|
"rustc_errors",
|
2022-04-26 01:02:43 +00:00
|
|
|
"rustc_expand",
|
2021-07-29 17:00:41 +00:00
|
|
|
"rustc_feature",
|
2023-04-16 12:33:00 +00:00
|
|
|
"rustc_fluent_macro",
|
2020-01-05 01:37:57 +00:00
|
|
|
"rustc_hir",
|
2019-10-04 14:46:57 +00:00
|
|
|
"rustc_index",
|
2020-12-01 22:41:12 +00:00
|
|
|
"rustc_lexer",
|
2022-07-11 17:59:04 +00:00
|
|
|
"rustc_macros",
|
2020-03-29 13:24:45 +00:00
|
|
|
"rustc_middle",
|
2020-01-02 11:54:43 +00:00
|
|
|
"rustc_session",
|
2019-12-29 13:53:32 +00:00
|
|
|
"rustc_span",
|
2019-10-04 14:46:57 +00:00
|
|
|
"rustc_target",
|
2023-03-14 18:43:37 +00:00
|
|
|
"rustc_trait_selection",
|
2020-07-24 18:42:00 +00:00
|
|
|
"tracing",
|
2016-09-02 08:55:29 +00:00
|
|
|
]
|
|
|
|
|
2023-12-10 19:42:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_pattern_analysis"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2024-01-17 01:59:47 +00:00
|
|
|
"rustc-hash",
|
2023-12-10 19:42:30 +00:00
|
|
|
"rustc_apfloat",
|
|
|
|
"rustc_arena",
|
|
|
|
"rustc_data_structures",
|
|
|
|
"rustc_errors",
|
|
|
|
"rustc_fluent_macro",
|
|
|
|
"rustc_hir",
|
|
|
|
"rustc_index",
|
|
|
|
"rustc_macros",
|
|
|
|
"rustc_middle",
|
|
|
|
"rustc_session",
|
|
|
|
"rustc_span",
|
|
|
|
"rustc_target",
|
|
|
|
"smallvec",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2016-09-02 08:55:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_privacy"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2021-07-31 06:50:57 +00:00
|
|
|
"rustc_ast",
|
2020-01-11 12:15:20 +00:00
|
|
|
"rustc_attr",
|
2019-08-15 00:45:09 +00:00
|
|
|
"rustc_data_structures",
|
2019-12-31 20:25:16 +00:00
|
|
|
"rustc_errors",
|
2023-04-16 12:33:00 +00:00
|
|
|
"rustc_fluent_macro",
|
2020-01-05 01:37:57 +00:00
|
|
|
"rustc_hir",
|
2022-09-26 11:00:29 +00:00
|
|
|
"rustc_hir_analysis",
|
2022-06-22 13:17:34 +00:00
|
|
|
"rustc_macros",
|
2020-03-29 13:24:45 +00:00
|
|
|
"rustc_middle",
|
2020-03-11 11:49:08 +00:00
|
|
|
"rustc_session",
|
2019-12-29 13:53:32 +00:00
|
|
|
"rustc_span",
|
2023-07-18 07:22:46 +00:00
|
|
|
"rustc_ty_utils",
|
2020-07-24 18:42:00 +00:00
|
|
|
"tracing",
|
2016-09-02 08:55:29 +00:00
|
|
|
]
|
|
|
|
|
2021-01-19 19:40:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_query_impl"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2023-04-30 07:29:02 +00:00
|
|
|
"field-offset",
|
2022-06-26 02:21:49 +00:00
|
|
|
"measureme",
|
2021-01-19 19:40:16 +00:00
|
|
|
"rustc-rayon-core",
|
|
|
|
"rustc_data_structures",
|
|
|
|
"rustc_errors",
|
|
|
|
"rustc_hir",
|
2021-06-28 19:12:01 +00:00
|
|
|
"rustc_index",
|
2021-01-19 19:40:16 +00:00
|
|
|
"rustc_middle",
|
|
|
|
"rustc_query_system",
|
|
|
|
"rustc_serialize",
|
2021-06-28 19:12:01 +00:00
|
|
|
"rustc_session",
|
2021-01-19 19:40:16 +00:00
|
|
|
"rustc_span",
|
2022-08-17 04:22:30 +00:00
|
|
|
"thin-vec",
|
2022-05-04 08:30:13 +00:00
|
|
|
"tracing",
|
2021-01-19 19:40:16 +00:00
|
|
|
]
|
|
|
|
|
2020-03-18 09:25:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_query_system"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2023-12-14 15:40:50 +00:00
|
|
|
"parking_lot",
|
2020-03-19 13:13:31 +00:00
|
|
|
"rustc-rayon-core",
|
2020-11-14 15:35:31 +00:00
|
|
|
"rustc_ast",
|
2020-03-18 09:25:22 +00:00
|
|
|
"rustc_data_structures",
|
|
|
|
"rustc_errors",
|
2020-11-14 15:35:31 +00:00
|
|
|
"rustc_feature",
|
2023-04-16 12:33:00 +00:00
|
|
|
"rustc_fluent_macro",
|
2020-11-14 15:35:31 +00:00
|
|
|
"rustc_hir",
|
2020-03-18 09:25:22 +00:00
|
|
|
"rustc_index",
|
2020-06-11 14:49:57 +00:00
|
|
|
"rustc_macros",
|
2020-06-02 17:03:40 +00:00
|
|
|
"rustc_serialize",
|
2020-11-12 19:48:37 +00:00
|
|
|
"rustc_session",
|
2020-03-19 13:13:31 +00:00
|
|
|
"rustc_span",
|
2020-11-14 15:35:31 +00:00
|
|
|
"rustc_target",
|
2022-09-07 21:46:04 +00:00
|
|
|
"rustc_type_ir",
|
2021-04-22 04:40:29 +00:00
|
|
|
"smallvec",
|
2022-08-17 04:22:30 +00:00
|
|
|
"thin-vec",
|
2020-07-24 18:42:00 +00:00
|
|
|
"tracing",
|
2020-03-18 09:25:22 +00:00
|
|
|
]
|
|
|
|
|
2016-09-02 08:55:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_resolve"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2024-01-29 12:21:16 +00:00
|
|
|
"bitflags 2.4.2",
|
2024-02-07 04:22:13 +00:00
|
|
|
"pulldown-cmark 0.9.6",
|
2020-06-02 17:03:40 +00:00
|
|
|
"rustc_arena",
|
2020-02-29 17:16:26 +00:00
|
|
|
"rustc_ast",
|
2020-01-11 16:02:46 +00:00
|
|
|
"rustc_ast_pretty",
|
2020-01-11 12:15:20 +00:00
|
|
|
"rustc_attr",
|
2019-08-15 00:45:09 +00:00
|
|
|
"rustc_data_structures",
|
|
|
|
"rustc_errors",
|
2019-12-29 13:53:32 +00:00
|
|
|
"rustc_expand",
|
2019-11-30 01:34:18 +00:00
|
|
|
"rustc_feature",
|
2023-04-16 12:33:00 +00:00
|
|
|
"rustc_fluent_macro",
|
2020-01-05 01:37:57 +00:00
|
|
|
"rustc_hir",
|
2020-06-20 18:59:29 +00:00
|
|
|
"rustc_index",
|
2022-09-05 05:04:38 +00:00
|
|
|
"rustc_macros",
|
2019-08-15 00:45:09 +00:00
|
|
|
"rustc_metadata",
|
2020-03-29 13:24:45 +00:00
|
|
|
"rustc_middle",
|
2021-09-19 20:17:50 +00:00
|
|
|
"rustc_query_system",
|
2019-12-24 21:42:56 +00:00
|
|
|
"rustc_session",
|
2019-12-29 13:53:32 +00:00
|
|
|
"rustc_span",
|
2021-04-22 04:40:29 +00:00
|
|
|
"smallvec",
|
2022-09-08 07:22:52 +00:00
|
|
|
"thin-vec",
|
2020-07-24 18:42:00 +00:00
|
|
|
"tracing",
|
2016-09-02 08:55:29 +00:00
|
|
|
]
|
|
|
|
|
2020-06-02 17:03:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_serialize"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2023-11-18 09:42:05 +00:00
|
|
|
"indexmap",
|
2020-07-18 19:14:50 +00:00
|
|
|
"rustc_macros",
|
2021-04-22 04:40:29 +00:00
|
|
|
"smallvec",
|
2023-05-01 08:51:05 +00:00
|
|
|
"tempfile",
|
2022-08-17 04:22:30 +00:00
|
|
|
"thin-vec",
|
2020-06-02 17:03:40 +00:00
|
|
|
]
|
|
|
|
|
2019-11-12 13:17:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_session"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2024-01-29 12:21:16 +00:00
|
|
|
"bitflags 2.4.2",
|
2020-04-10 20:42:19 +00:00
|
|
|
"getopts",
|
2022-10-28 07:20:51 +00:00
|
|
|
"libc",
|
2020-02-29 17:16:26 +00:00
|
|
|
"rustc_ast",
|
2019-11-12 13:17:33 +00:00
|
|
|
"rustc_data_structures",
|
|
|
|
"rustc_errors",
|
2019-11-29 21:05:28 +00:00
|
|
|
"rustc_feature",
|
2023-04-16 12:33:00 +00:00
|
|
|
"rustc_fluent_macro",
|
2019-11-29 21:05:28 +00:00
|
|
|
"rustc_fs_util",
|
2020-11-14 02:02:03 +00:00
|
|
|
"rustc_hir",
|
2020-08-13 19:41:52 +00:00
|
|
|
"rustc_lint_defs",
|
2020-06-11 14:49:57 +00:00
|
|
|
"rustc_macros",
|
2020-06-02 17:03:40 +00:00
|
|
|
"rustc_serialize",
|
2019-12-29 13:53:32 +00:00
|
|
|
"rustc_span",
|
2019-11-29 21:05:28 +00:00
|
|
|
"rustc_target",
|
2022-10-28 07:20:51 +00:00
|
|
|
"smallvec",
|
2022-11-26 01:14:25 +00:00
|
|
|
"termize",
|
2020-07-24 18:42:00 +00:00
|
|
|
"tracing",
|
2023-05-09 15:20:13 +00:00
|
|
|
"windows",
|
2019-12-29 13:53:32 +00:00
|
|
|
]
|
|
|
|
|
2022-06-02 10:08:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_smir"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2023-12-06 21:39:55 +00:00
|
|
|
"rustc_abi",
|
2023-10-09 09:56:14 +00:00
|
|
|
"rustc_data_structures",
|
2023-04-24 20:53:51 +00:00
|
|
|
"rustc_hir",
|
2022-06-02 10:08:38 +00:00
|
|
|
"rustc_middle",
|
2024-02-12 19:44:35 +00:00
|
|
|
"rustc_session",
|
2023-03-04 01:08:49 +00:00
|
|
|
"rustc_span",
|
2023-06-20 17:32:12 +00:00
|
|
|
"rustc_target",
|
2023-10-21 06:05:38 +00:00
|
|
|
"scoped-tls",
|
2023-09-14 15:50:11 +00:00
|
|
|
"stable_mir",
|
2023-03-04 01:08:49 +00:00
|
|
|
"tracing",
|
2022-06-02 10:08:38 +00:00
|
|
|
]
|
|
|
|
|
2019-12-29 13:53:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_span"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2023-11-18 09:42:05 +00:00
|
|
|
"indexmap",
|
2020-12-05 15:40:24 +00:00
|
|
|
"md-5",
|
2020-06-02 17:03:40 +00:00
|
|
|
"rustc_arena",
|
2019-12-29 13:53:32 +00:00
|
|
|
"rustc_data_structures",
|
|
|
|
"rustc_index",
|
|
|
|
"rustc_macros",
|
2020-06-02 17:03:40 +00:00
|
|
|
"rustc_serialize",
|
2019-12-29 13:53:32 +00:00
|
|
|
"scoped-tls",
|
2023-01-10 19:09:52 +00:00
|
|
|
"sha1",
|
2020-10-13 15:41:06 +00:00
|
|
|
"sha2",
|
2020-07-24 18:42:00 +00:00
|
|
|
"tracing",
|
2019-12-29 13:53:32 +00:00
|
|
|
"unicode-width",
|
2019-11-12 13:17:33 +00:00
|
|
|
]
|
|
|
|
|
2020-03-12 23:07:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_symbol_mangling"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2024-01-29 12:21:16 +00:00
|
|
|
"bitflags 2.4.2",
|
2020-03-12 23:07:58 +00:00
|
|
|
"punycode",
|
|
|
|
"rustc-demangle",
|
|
|
|
"rustc_data_structures",
|
2022-08-27 04:24:13 +00:00
|
|
|
"rustc_errors",
|
2020-03-12 23:07:58 +00:00
|
|
|
"rustc_hir",
|
2020-03-29 13:24:45 +00:00
|
|
|
"rustc_middle",
|
2020-03-12 23:07:58 +00:00
|
|
|
"rustc_session",
|
|
|
|
"rustc_span",
|
|
|
|
"rustc_target",
|
2020-07-24 18:42:00 +00:00
|
|
|
"tracing",
|
2022-11-22 05:29:00 +00:00
|
|
|
"twox-hash",
|
2020-03-12 23:07:58 +00:00
|
|
|
]
|
|
|
|
|
2017-12-08 19:18:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_target"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2024-01-29 12:21:16 +00:00
|
|
|
"bitflags 2.4.2",
|
2023-08-22 19:20:35 +00:00
|
|
|
"object",
|
2022-11-06 21:06:11 +00:00
|
|
|
"rustc_abi",
|
2019-08-15 00:45:09 +00:00
|
|
|
"rustc_data_structures",
|
2022-09-08 13:37:15 +00:00
|
|
|
"rustc_feature",
|
2023-03-16 20:42:31 +00:00
|
|
|
"rustc_fs_util",
|
2023-09-29 15:14:56 +00:00
|
|
|
"rustc_index",
|
2019-11-09 21:27:52 +00:00
|
|
|
"rustc_macros",
|
2020-06-02 17:03:40 +00:00
|
|
|
"rustc_serialize",
|
2019-12-29 13:53:32 +00:00
|
|
|
"rustc_span",
|
2021-06-03 15:45:09 +00:00
|
|
|
"serde_json",
|
2020-07-24 18:42:00 +00:00
|
|
|
"tracing",
|
2017-12-08 19:18:21 +00:00
|
|
|
]
|
|
|
|
|
2022-12-17 13:21:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_tools_util"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ba09476327c4b70ccefb6180f046ef588c26a24cf5d269a9feba316eb4f029f"
|
|
|
|
|
2020-02-11 18:53:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_trait_selection"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2024-01-29 12:21:16 +00:00
|
|
|
"bitflags 2.4.2",
|
2024-02-27 14:50:23 +00:00
|
|
|
"itertools 0.11.0",
|
2020-02-11 18:53:40 +00:00
|
|
|
"rustc_ast",
|
|
|
|
"rustc_attr",
|
|
|
|
"rustc_data_structures",
|
|
|
|
"rustc_errors",
|
2023-04-16 12:33:00 +00:00
|
|
|
"rustc_fluent_macro",
|
2020-02-11 18:53:40 +00:00
|
|
|
"rustc_hir",
|
|
|
|
"rustc_index",
|
|
|
|
"rustc_infer",
|
|
|
|
"rustc_macros",
|
2020-03-29 13:24:45 +00:00
|
|
|
"rustc_middle",
|
2023-11-22 23:44:58 +00:00
|
|
|
"rustc_next_trait_solver",
|
2020-06-02 17:03:40 +00:00
|
|
|
"rustc_parse_format",
|
2020-11-14 15:48:54 +00:00
|
|
|
"rustc_query_system",
|
2020-02-11 18:53:40 +00:00
|
|
|
"rustc_session",
|
|
|
|
"rustc_span",
|
|
|
|
"rustc_target",
|
2021-07-03 16:18:13 +00:00
|
|
|
"rustc_transmute",
|
2021-04-22 04:40:29 +00:00
|
|
|
"smallvec",
|
2020-07-24 18:42:00 +00:00
|
|
|
"tracing",
|
2020-02-11 18:53:40 +00:00
|
|
|
]
|
|
|
|
|
2018-02-25 15:58:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_traits"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"rustc_data_structures",
|
2020-01-05 01:37:57 +00:00
|
|
|
"rustc_hir",
|
2020-01-06 19:13:24 +00:00
|
|
|
"rustc_infer",
|
2020-03-29 13:24:45 +00:00
|
|
|
"rustc_middle",
|
2019-12-29 13:53:32 +00:00
|
|
|
"rustc_span",
|
2020-02-11 18:53:40 +00:00
|
|
|
"rustc_trait_selection",
|
2020-07-24 18:42:00 +00:00
|
|
|
"tracing",
|
2018-02-25 15:58:54 +00:00
|
|
|
]
|
|
|
|
|
2021-07-03 16:18:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_transmute"
|
2023-10-18 21:55:15 +00:00
|
|
|
version = "0.0.0"
|
2021-07-03 16:18:13 +00:00
|
|
|
dependencies = [
|
2024-02-27 14:50:23 +00:00
|
|
|
"itertools 0.11.0",
|
2021-07-03 16:18:13 +00:00
|
|
|
"rustc_data_structures",
|
2022-08-18 19:39:14 +00:00
|
|
|
"rustc_hir",
|
2021-07-03 16:18:13 +00:00
|
|
|
"rustc_infer",
|
|
|
|
"rustc_macros",
|
|
|
|
"rustc_middle",
|
|
|
|
"rustc_span",
|
|
|
|
"rustc_target",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2020-01-13 12:40:30 +00:00
|
|
|
[[package]]
|
2020-11-19 20:32:37 +00:00
|
|
|
name = "rustc_ty_utils"
|
2020-01-13 12:40:30 +00:00
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2024-02-27 14:50:23 +00:00
|
|
|
"itertools 0.11.0",
|
2020-01-13 12:40:30 +00:00
|
|
|
"rustc_data_structures",
|
2020-04-10 02:13:29 +00:00
|
|
|
"rustc_errors",
|
2023-04-16 12:33:00 +00:00
|
|
|
"rustc_fluent_macro",
|
2020-01-13 12:40:30 +00:00
|
|
|
"rustc_hir",
|
2022-07-09 09:35:06 +00:00
|
|
|
"rustc_index",
|
2020-01-06 19:13:24 +00:00
|
|
|
"rustc_infer",
|
2022-08-18 23:04:31 +00:00
|
|
|
"rustc_macros",
|
2020-03-29 13:24:45 +00:00
|
|
|
"rustc_middle",
|
2020-03-11 11:49:08 +00:00
|
|
|
"rustc_session",
|
2020-01-13 12:40:30 +00:00
|
|
|
"rustc_span",
|
2020-02-12 16:24:32 +00:00
|
|
|
"rustc_target",
|
2020-02-11 18:53:40 +00:00
|
|
|
"rustc_trait_selection",
|
2022-05-22 19:57:46 +00:00
|
|
|
"rustc_type_ir",
|
2020-07-24 18:42:00 +00:00
|
|
|
"tracing",
|
2020-01-13 12:40:30 +00:00
|
|
|
]
|
2018-02-25 15:58:54 +00:00
|
|
|
|
2020-11-18 15:37:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_type_ir"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2024-01-29 12:21:16 +00:00
|
|
|
"bitflags 2.4.2",
|
2023-10-30 17:09:17 +00:00
|
|
|
"derivative",
|
2024-02-27 18:11:23 +00:00
|
|
|
"rustc_ast_ir",
|
2020-11-18 15:37:10 +00:00
|
|
|
"rustc_data_structures",
|
|
|
|
"rustc_index",
|
2020-12-12 14:25:55 +00:00
|
|
|
"rustc_macros",
|
2020-11-18 15:37:10 +00:00
|
|
|
"rustc_serialize",
|
2023-12-31 19:35:32 +00:00
|
|
|
"rustc_span",
|
2021-01-31 09:32:34 +00:00
|
|
|
"smallvec",
|
2020-11-18 15:37:10 +00:00
|
|
|
]
|
|
|
|
|
2021-10-04 22:13:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
|
|
dependencies = [
|
cargo_metadata 0.12 -> 0.14, to dedupe and remove some `semver`, `semver-parser` versions
pretty_assertions 0.6 -> 0.7, to drop some `ansi_term` version
futures 0.1.29 -> 0.1.31, backported some [fixes](https://github.com/rust-lang/futures-rs/compare/0.1.29...0.1.31) to old verions
futures-* 0.3.12 -> 0.3.19, to remove `proc-macro-hack`, `proc-macro-nested` and fix some [issues](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md#0319---2021-12-18). There exist 0.3.21, but it's quite new (06.02.22), so not updated to.
itertools 0.9 -> 0.10 for rustdoc, will be droppped when rustfmt will bump `itertools` version
linked-hash-map 0.5.3 -> 0.5.4, fix [UB](https://github.com/contain-rs/linked-hash-map/pull/106)
markup5ever 0.10.0 -> 0.10.1, internally drops `serde`, reducing [build time](https://github.com/servo/html5ever/commit/3afd8d63853627e530b3063b0185eea3732cc29f#diff-4c20e8293515259c0aa26932413a55a334aa5f2b37de5a5adc92a2186f632606) for some usecases
mio 0.7.13 -> 0.7.14 fix [unsoundness](https://github.com/tokio-rs/mio/compare/v0.7.13...v0.7.14)
num_cpus 1.13.0 -> 1.13.1 fix parsing mountinfo and other [fixes](https://github.com/seanmonstar/num_cpus/compare/v1.13.0...v1.13.1)
openssl-src 111.16.0+1.1.1l -> 111.17.0+1.1.1m fix CVE-2021-4160
2022-02-06 20:57:29 +00:00
|
|
|
"semver",
|
2021-10-04 22:13:00 +00:00
|
|
|
]
|
|
|
|
|
2016-09-02 08:55:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustdoc"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2023-03-15 12:50:04 +00:00
|
|
|
"arrayvec",
|
2022-01-03 17:18:46 +00:00
|
|
|
"askama",
|
2020-08-27 10:50:28 +00:00
|
|
|
"expect-test",
|
2023-11-18 09:42:05 +00:00
|
|
|
"indexmap",
|
2024-02-27 14:50:23 +00:00
|
|
|
"itertools 0.11.0",
|
2019-08-15 00:45:09 +00:00
|
|
|
"minifier",
|
2022-04-20 22:15:04 +00:00
|
|
|
"once_cell",
|
2020-10-13 13:46:34 +00:00
|
|
|
"regex",
|
2021-01-25 21:23:43 +00:00
|
|
|
"rustdoc-json-types",
|
2019-06-29 17:30:45 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-04-22 04:40:29 +00:00
|
|
|
"smallvec",
|
2019-08-15 00:45:09 +00:00
|
|
|
"tempfile",
|
2023-03-14 19:28:00 +00:00
|
|
|
"threadpool",
|
2020-12-28 18:28:29 +00:00
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
|
|
|
"tracing-tree",
|
2017-07-23 02:01:58 +00:00
|
|
|
]
|
|
|
|
|
2023-05-20 11:40:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustdoc-gui-test"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2023-05-30 07:54:40 +00:00
|
|
|
"build_helper",
|
2023-05-20 11:40:11 +00:00
|
|
|
"compiletest",
|
|
|
|
"getopts",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2021-01-25 21:23:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustdoc-json-types"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2023-05-22 17:26:20 +00:00
|
|
|
"bincode",
|
2023-03-01 21:53:02 +00:00
|
|
|
"rustc-hash",
|
2021-01-25 21:23:43 +00:00
|
|
|
"serde",
|
2021-03-04 23:45:57 +00:00
|
|
|
"serde_json",
|
2021-01-25 21:23:43 +00:00
|
|
|
]
|
|
|
|
|
2018-02-05 22:43:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustdoc-themes"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2017-07-23 02:01:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustdoc-tool"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"rustdoc",
|
2016-09-02 08:55:29 +00:00
|
|
|
]
|
|
|
|
|
2020-01-14 17:47:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustfix"
|
2022-06-04 12:07:44 +00:00
|
|
|
version = "0.6.1"
|
2021-06-12 19:11:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-04 12:07:44 +00:00
|
|
|
checksum = "ecd2853d9e26988467753bd9912c3a126f642d05d229a4b53f5752ee36c56481"
|
2021-06-12 19:11:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2019-06-18 12:15:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustfmt-config_proc_macro"
|
2023-01-24 20:21:14 +00:00
|
|
|
version = "0.3.0"
|
2019-06-18 12:15:19 +00:00
|
|
|
dependencies = [
|
2020-08-01 14:11:15 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2019-08-15 00:45:09 +00:00
|
|
|
"serde",
|
2024-03-03 00:16:16 +00:00
|
|
|
"syn 2.0.52",
|
2019-06-18 12:15:19 +00:00
|
|
|
]
|
|
|
|
|
2019-07-30 11:00:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustfmt-nightly"
|
2023-10-23 01:34:12 +00:00
|
|
|
version = "1.7.0"
|
2019-07-30 11:00:27 +00:00
|
|
|
dependencies = [
|
2024-01-29 12:21:16 +00:00
|
|
|
"annotate-snippets 0.9.2",
|
2020-06-15 09:43:39 +00:00
|
|
|
"anyhow",
|
2019-08-15 00:45:09 +00:00
|
|
|
"bytecount",
|
2023-10-07 05:55:48 +00:00
|
|
|
"cargo_metadata 0.15.4",
|
2023-06-21 09:32:34 +00:00
|
|
|
"clap",
|
2023-10-23 01:34:12 +00:00
|
|
|
"clap-cargo",
|
2019-08-15 00:45:09 +00:00
|
|
|
"diff",
|
|
|
|
"dirs",
|
|
|
|
"getopts",
|
|
|
|
"ignore",
|
2024-02-27 14:50:23 +00:00
|
|
|
"itertools 0.11.0",
|
2020-05-26 04:00:42 +00:00
|
|
|
"lazy_static",
|
2019-08-15 00:45:09 +00:00
|
|
|
"regex",
|
|
|
|
"rustfmt-config_proc_macro",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-06-13 03:04:54 +00:00
|
|
|
"term",
|
2020-06-15 09:43:39 +00:00
|
|
|
"thiserror",
|
2024-01-29 12:21:16 +00:00
|
|
|
"toml 0.7.8",
|
2023-10-23 01:34:12 +00:00
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
|
|
|
"unicode-properties",
|
2019-08-15 00:45:09 +00:00
|
|
|
"unicode-segmentation",
|
|
|
|
"unicode-width",
|
2019-07-30 11:00:27 +00:00
|
|
|
]
|
|
|
|
|
2022-11-25 22:37:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.38.31"
|
2022-11-25 22:37:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949"
|
2022-11-25 22:37:04 +00:00
|
|
|
dependencies = [
|
2024-01-29 12:21:16 +00:00
|
|
|
"bitflags 2.4.2",
|
2022-11-25 22:37:04 +00:00
|
|
|
"errno",
|
|
|
|
"libc",
|
2023-09-21 11:31:01 +00:00
|
|
|
"linux-raw-sys",
|
2024-01-29 12:21:16 +00:00
|
|
|
"windows-sys 0.52.0",
|
2022-11-25 22:37:04 +00:00
|
|
|
]
|
|
|
|
|
2024-03-03 00:16:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
|
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
]
|
|
|
|
|
2021-02-25 10:26:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "1.0.14"
|
2021-02-25 10:26:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
|
2021-02-25 10:26:23 +00:00
|
|
|
|
2023-05-10 03:29:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ruzstd"
|
2024-01-21 17:16:26 +00:00
|
|
|
version = "0.5.0"
|
2023-05-10 03:29:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-21 17:16:26 +00:00
|
|
|
checksum = "58c4eb8a81997cf040a091d1f7e1938aeab6749d3a0dfa73af43cdc32393483d"
|
2023-05-10 03:29:27 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
2024-01-21 17:16:26 +00:00
|
|
|
"derive_more",
|
2023-05-10 03:29:27 +00:00
|
|
|
"twox-hash",
|
|
|
|
]
|
|
|
|
|
2018-08-21 17:23:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "1.0.17"
|
2018-08-21 17:23:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
|
2018-08-21 17:23:47 +00:00
|
|
|
|
2018-01-08 21:56:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
2020-08-17 15:21:44 +00:00
|
|
|
version = "1.0.6"
|
2018-01-08 21:56:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-17 15:21:44 +00:00
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
2018-01-08 21:56:22 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"winapi-util",
|
2018-01-08 21:56:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.1.23"
|
2018-01-08 21:56:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
|
2018-01-08 21:56:22 +00:00
|
|
|
dependencies = [
|
2024-01-29 12:21:16 +00:00
|
|
|
"windows-sys 0.52.0",
|
2018-01-08 21:56:22 +00:00
|
|
|
]
|
|
|
|
|
2019-02-26 10:15:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
2023-06-26 07:21:35 +00:00
|
|
|
version = "1.0.1"
|
2019-02-26 10:15:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 07:21:35 +00:00
|
|
|
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
|
2019-02-26 10:15:52 +00:00
|
|
|
|
2019-07-25 13:57:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "1.2.0"
|
2019-07-25 13:57:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2019-07-25 13:57:25 +00:00
|
|
|
|
2023-06-03 07:41:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "2.9.2"
|
2023-06-03 07:41:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
|
2023-06-03 07:41:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "2.9.1"
|
2023-06-03 07:41:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
|
2023-06-03 07:41:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-03-26 07:27:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "self_cell"
|
2023-11-18 09:42:05 +00:00
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e14e4d63b804dc0c7ec4a1e52bcb63f02c7ac94476755aa579edac21e01f915d"
|
|
|
|
dependencies = [
|
2024-01-29 12:21:16 +00:00
|
|
|
"self_cell 1.0.3",
|
2023-11-18 09:42:05 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "self_cell"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "1.0.3"
|
2022-03-26 07:27:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "58bf37232d3bb9a2c4e641ca2a11d83b5062066f88df7fed36c28772046d65ba"
|
2022-03-26 07:27:43 +00:00
|
|
|
|
2021-06-02 03:38:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "1.0.22"
|
2021-06-02 03:38:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca"
|
2021-06-02 03:38:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2017-04-29 23:11:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "1.0.197"
|
2017-04-29 23:11:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
|
2018-12-17 18:23:04 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"serde_derive",
|
2018-12-17 18:23:04 +00:00
|
|
|
]
|
2017-04-29 23:11:58 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "1.0.197"
|
2017-04-29 23:11:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
|
2017-04-29 23:11:58 +00:00
|
|
|
dependencies = [
|
2020-08-01 14:11:15 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-03-03 00:16:16 +00:00
|
|
|
"syn 2.0.52",
|
2017-04-29 23:11:58 +00:00
|
|
|
]
|
2017-02-20 00:20:57 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "1.0.114"
|
2017-02-20 00:20:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0"
|
2017-02-20 00:20:57 +00:00
|
|
|
dependencies = [
|
2023-11-18 09:42:05 +00:00
|
|
|
"indexmap",
|
2019-08-15 00:45:09 +00:00
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
2017-02-20 00:20:57 +00:00
|
|
|
]
|
|
|
|
|
2023-06-02 09:42:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.6.5"
|
2023-06-02 09:42:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
|
2023-06-02 09:42:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-06-03 07:41:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-01-10 12:13:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.10.6"
|
2023-01-10 12:13:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
2023-01-10 12:13:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2020-10-01 15:15:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.10.8"
|
2020-10-01 15:15:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
2020-10-01 15:15:12 +00:00
|
|
|
dependencies = [
|
2022-12-20 15:26:42 +00:00
|
|
|
"cfg-if",
|
2022-02-10 16:54:01 +00:00
|
|
|
"cpufeatures",
|
2022-08-31 20:04:12 +00:00
|
|
|
"digest",
|
2019-01-19 02:39:37 +00:00
|
|
|
]
|
|
|
|
|
2020-07-24 18:42:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.1.7"
|
2020-07-24 18:42:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
2020-07-24 18:42:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2017-04-29 23:11:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shell-escape"
|
2020-08-17 15:21:44 +00:00
|
|
|
version = "0.1.5"
|
2017-04-29 23:11:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-17 15:21:44 +00:00
|
|
|
checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
|
2017-04-29 23:11:58 +00:00
|
|
|
|
2021-02-23 01:05:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
2024-02-07 04:22:13 +00:00
|
|
|
version = "1.3.0"
|
2021-02-23 01:05:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-07 04:22:13 +00:00
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
2021-02-23 01:05:21 +00:00
|
|
|
|
2018-04-03 14:32:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.3.11"
|
2018-04-03 14:32:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
2018-04-03 14:32:04 +00:00
|
|
|
|
2019-01-21 15:32:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.4.9"
|
2019-01-21 15:32:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2023-07-02 13:07:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2019-01-21 15:32:43 +00:00
|
|
|
|
2019-11-04 14:59:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "1.13.1"
|
2019-11-04 14:59:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
|
2019-11-04 14:59:09 +00:00
|
|
|
|
2020-08-20 23:16:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "snap"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "1.1.1"
|
2020-08-20 23:16:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b"
|
2020-08-20 23:16:30 +00:00
|
|
|
|
2021-05-01 11:50:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "0.5.6"
|
2021-05-01 11:50:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871"
|
2021-05-01 11:50:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-03-03 00:16:16 +00:00
|
|
|
"windows-sys 0.52.0",
|
2021-05-01 11:50:03 +00:00
|
|
|
]
|
|
|
|
|
2024-02-27 14:50:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spanned"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ad48ded9f0734eca7058107cc170767b8758e41e4088fb0020e7ff7ec6b0d92d"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"color-eyre",
|
|
|
|
]
|
|
|
|
|
2022-11-15 09:19:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spdx-expression"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "53d7ac03c67c572d85049d6db815e20a4a19b41b3d5cca732ac582342021ad77"
|
|
|
|
dependencies = [
|
|
|
|
"nom",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "spdx-rs"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.5.5"
|
2022-11-15 09:19:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "990870190ec8d8c64ba66e4a6746243d6e57d99353991e0e6092334833f429b1"
|
2022-11-15 09:19:17 +00:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"log",
|
|
|
|
"nom",
|
|
|
|
"serde",
|
|
|
|
"spdx-expression",
|
|
|
|
"strum",
|
|
|
|
"strum_macros",
|
|
|
|
"thiserror",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
2017-04-26 21:22:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
2020-08-17 15:21:44 +00:00
|
|
|
version = "1.2.0"
|
2017-04-26 21:22:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-17 15:21:44 +00:00
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
2017-04-26 21:22:45 +00:00
|
|
|
|
2023-09-14 15:50:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stable_mir"
|
|
|
|
version = "0.1.0-preview"
|
|
|
|
dependencies = [
|
|
|
|
"scoped-tls",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2018-11-02 15:14:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stacker"
|
2022-11-05 11:19:55 +00:00
|
|
|
version = "0.1.15"
|
2018-11-02 15:14:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-05 11:19:55 +00:00
|
|
|
checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce"
|
2018-11-02 15:14:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
2022-12-20 15:26:42 +00:00
|
|
|
"cfg-if",
|
2018-11-02 15:14:24 +00:00
|
|
|
"libc",
|
|
|
|
"psm",
|
2021-07-21 13:17:31 +00:00
|
|
|
"winapi",
|
2018-11-02 15:14:24 +00:00
|
|
|
]
|
|
|
|
|
2022-04-28 05:42:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
2016-09-02 08:55:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "std"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2023-08-22 19:20:35 +00:00
|
|
|
"addr2line",
|
2019-08-15 00:45:09 +00:00
|
|
|
"alloc",
|
2022-12-20 15:26:42 +00:00
|
|
|
"cfg-if",
|
2019-08-15 00:45:09 +00:00
|
|
|
"compiler_builtins",
|
|
|
|
"core",
|
|
|
|
"dlmalloc",
|
|
|
|
"fortanix-sgx-abi",
|
2023-11-18 09:42:05 +00:00
|
|
|
"hashbrown",
|
|
|
|
"hermit-abi",
|
2019-08-15 00:45:09 +00:00
|
|
|
"libc",
|
2023-06-29 23:18:36 +00:00
|
|
|
"miniz_oxide",
|
2023-08-22 19:20:35 +00:00
|
|
|
"object",
|
2019-08-15 00:45:09 +00:00
|
|
|
"panic_abort",
|
|
|
|
"panic_unwind",
|
|
|
|
"profiler_builtins",
|
2022-12-18 04:24:54 +00:00
|
|
|
"r-efi",
|
|
|
|
"r-efi-alloc",
|
2022-11-21 00:55:41 +00:00
|
|
|
"rand",
|
|
|
|
"rand_xorshift",
|
std: Switch from libbacktrace to gimli
This commit is a proof-of-concept for switching the standard library's
backtrace symbolication mechanism on most platforms from libbacktrace to
gimli. The standard library's support for `RUST_BACKTRACE=1` requires
in-process parsing of object files and DWARF debug information to
interpret it and print the filename/line number of stack frames as part
of a backtrace.
Historically this support in the standard library has come from a
library called "libbacktrace". The libbacktrace library seems to have
been extracted from gcc at some point and is written in C. We've had a
lot of issues with libbacktrace over time, unfortunately, though. The
library does not appear to be actively maintained since we've had
patches sit for months-to-years without comments. We have discovered a
good number of soundness issues with the library itself, both when
parsing valid DWARF as well as invalid DWARF. This is enough of an issue
that the libs team has previously decided that we cannot feed untrusted
inputs to libbacktrace. This also doesn't take into account the
portability of libbacktrace which has been difficult to manage and
maintain over time. While possible there are lots of exceptions and it's
the main C dependency of the standard library right now.
For years it's been the desire to switch over to a Rust-based solution
for symbolicating backtraces. It's been assumed that we'll be using the
Gimli family of crates for this purpose, which are targeted at safely
and efficiently parsing DWARF debug information. I've been working
recently to shore up the Gimli support in the `backtrace` crate. As of a
few weeks ago the `backtrace` crate, by default, uses Gimli when loaded
from crates.io. This transition has gone well enough that I figured it
was time to start talking seriously about this change to the standard
library.
This commit is a preview of what's probably the best way to integrate
the `backtrace` crate into the standard library with the Gimli feature
turned on. While today it's used as a crates.io dependency, this commit
switches the `backtrace` crate to a submodule of this repository which
will need to be updated manually. This is not done lightly, but is
thought to be the best solution. The primary reason for this is that the
`backtrace` crate needs to do some pretty nontrivial filesystem
interactions to locate debug information. Working without `std::fs` is
not an option, and while it might be possible to do some sort of
trait-based solution when prototyped it was found to be too unergonomic.
Using a submodule allows the `backtrace` crate to build as a submodule
of the `std` crate itself, enabling it to use `std::fs` and such.
Otherwise this adds new dependencies to the standard library. This step
requires extra attention because this means that these crates are now
going to be included with all Rust programs by default. It's important
to note, however, that we're already shipping libbacktrace with all Rust
programs by default and it has a bunch of C code implementing all of
this internally anyway, so we're basically already switching
already-shipping functionality to Rust from C.
* `object` - this crate is used to parse object file headers and
contents. Very low-level support is used from this crate and almost
all of it is disabled. Largely we're just using struct definitions as
well as convenience methods internally to read bytes and such.
* `addr2line` - this is the main meat of the implementation for
symbolication. This crate depends on `gimli` for DWARF parsing and
then provides interfaces needed by the `backtrace` crate to turn an
address into a filename / line number. This crate is actually pretty
small (fits in a single file almost!) and mirrors most of what
`dwarf.c` does for libbacktrace.
* `miniz_oxide` - the libbacktrace crate transparently handles
compressed debug information which is compressed with zlib. This crate
is used to decompress compressed debug sections.
* `gimli` - not actually used directly, but a dependency of `addr2line`.
* `adler32`- not used directly either, but a dependency of
`miniz_oxide`.
The goal of this change is to improve the safety of backtrace
symbolication in the standard library, especially in the face of
possibly malformed DWARF debug information. Even to this day we're still
seeing segfaults in libbacktrace which could possibly become security
vulnerabilities. This change should almost entirely eliminate this
possibility whilc also paving the way forward to adding more features
like split debug information.
Some references for those interested are:
* Original addition of libbacktrace - #12602
* OOM with libbacktrace - #24231
* Backtrace failure due to use of uninitialized value - #28447
* Possibility to feed untrusted data to libbacktrace - #21889
* Soundness fix for libbacktrace - #33729
* Crash in libbacktrace - #39468
* Support for macOS, never merged - ianlancetaylor/libbacktrace#2
* Performance issues with libbacktrace - #29293, #37477
* Update procedure is quite complicated due to how many patches we
need to carry - #50955
* Libbacktrace doesn't work on MinGW with dynamic libs - #71060
* Segfault in libbacktrace on macOS - #71397
Switching to Rust will not make us immune to all of these issues. The
crashes are expected to go away, but correctness and performance may
still have bugs arise. The gimli and `backtrace` crates, however, are
actively maintained unlike libbacktrace, so this should enable us to at
least efficiently apply fixes as situations come up.
2020-05-13 21:22:37 +00:00
|
|
|
"rustc-demangle",
|
2021-04-02 08:11:46 +00:00
|
|
|
"std_detect",
|
2019-08-15 00:45:09 +00:00
|
|
|
"unwind",
|
2022-11-21 00:55:41 +00:00
|
|
|
"wasi",
|
2016-09-02 08:55:29 +00:00
|
|
|
]
|
|
|
|
|
2021-04-02 08:11:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "std_detect"
|
|
|
|
version = "0.1.5"
|
|
|
|
dependencies = [
|
2022-12-20 15:26:42 +00:00
|
|
|
"cfg-if",
|
2021-04-02 08:11:46 +00:00
|
|
|
"compiler_builtins",
|
|
|
|
"libc",
|
|
|
|
"rustc-std-workspace-alloc",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
|
|
|
|
2018-04-03 14:32:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "string_cache"
|
2023-06-26 07:21:35 +00:00
|
|
|
version = "0.8.7"
|
2018-04-03 14:32:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 07:21:35 +00:00
|
|
|
checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
|
2018-04-03 14:32:04 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"new_debug_unreachable",
|
2023-06-26 07:21:35 +00:00
|
|
|
"once_cell",
|
2023-12-14 15:40:50 +00:00
|
|
|
"parking_lot",
|
2019-08-15 00:45:09 +00:00
|
|
|
"phf_shared",
|
|
|
|
"precomputed-hash",
|
|
|
|
"serde",
|
2018-04-03 14:32:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "string_cache_codegen"
|
2022-04-15 18:11:14 +00:00
|
|
|
version = "0.5.2"
|
2018-04-03 14:32:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-15 18:11:14 +00:00
|
|
|
checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
|
2018-04-03 14:32:04 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"phf_generator",
|
|
|
|
"phf_shared",
|
2020-08-01 14:11:15 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2018-04-03 14:32:04 +00:00
|
|
|
]
|
|
|
|
|
2022-01-19 03:14:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
2024-01-29 12:21:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01"
|
|
|
|
|
2022-11-15 09:19:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strum"
|
|
|
|
version = "0.24.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strum_macros"
|
|
|
|
version = "0.24.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rustversion",
|
2023-06-26 07:21:35 +00:00
|
|
|
"syn 1.0.109",
|
2022-11-15 09:19:17 +00:00
|
|
|
]
|
|
|
|
|
2023-03-01 09:17:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "suggest-tests"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"build_helper",
|
|
|
|
"glob",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2019-09-08 08:28:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-06-26 07:21:35 +00:00
|
|
|
version = "1.0.109"
|
2019-09-08 08:28:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 07:21:35 +00:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2019-09-08 08:28:11 +00:00
|
|
|
dependencies = [
|
2020-08-01 14:11:15 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-10-09 03:25:40 +00:00
|
|
|
"unicode-ident",
|
2019-09-08 08:28:11 +00:00
|
|
|
]
|
|
|
|
|
2023-03-23 06:19:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "2.0.52"
|
2023-03-23 06:19:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07"
|
2023-03-23 06:19:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2024-03-03 00:16:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
|
|
|
|
2023-03-27 13:44:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.13.1"
|
2023-03-27 13:44:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
|
2023-03-27 13:44:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-03-03 00:16:16 +00:00
|
|
|
"syn 2.0.52",
|
2023-03-27 13:44:06 +00:00
|
|
|
]
|
|
|
|
|
2023-06-03 07:41:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sysinfo"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "0.30.6"
|
2023-06-03 07:41:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "6746919caf9f2a85bff759535664c060109f21975c5ac2e8652e60102bd4d196"
|
2023-06-03 07:41:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"ntapi",
|
|
|
|
"once_cell",
|
2024-02-22 11:01:13 +00:00
|
|
|
"windows",
|
2023-06-03 07:41:44 +00:00
|
|
|
]
|
|
|
|
|
2023-03-07 15:10:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sysroot"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"proc_macro",
|
|
|
|
"std",
|
|
|
|
"test",
|
|
|
|
]
|
|
|
|
|
2024-01-29 12:21:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "system-configuration"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"core-foundation",
|
|
|
|
"system-configuration-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "system-configuration-sys"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-08-09 18:56:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tabled"
|
2024-02-22 11:17:59 +00:00
|
|
|
version = "0.15.0"
|
2023-08-09 18:56:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-22 11:17:59 +00:00
|
|
|
checksum = "4c998b0c8b921495196a48aabaf1901ff28be0760136e31604f7967b0792050e"
|
2023-08-09 18:56:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"papergrid",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2017-05-08 22:01:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tar"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.4.40"
|
2017-05-08 22:01:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb"
|
2017-05-08 22:01:13 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"filetime",
|
|
|
|
"libc",
|
|
|
|
"xattr",
|
2017-05-08 22:01:13 +00:00
|
|
|
]
|
|
|
|
|
2018-03-29 07:34:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "3.10.1"
|
2018-03-29 07:34:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
|
2018-03-29 07:34:55 +00:00
|
|
|
dependencies = [
|
2022-12-20 15:26:42 +00:00
|
|
|
"cfg-if",
|
2022-11-15 19:06:42 +00:00
|
|
|
"fastrand",
|
2023-09-21 11:31:01 +00:00
|
|
|
"rustix",
|
2024-01-29 12:21:16 +00:00
|
|
|
"windows-sys 0.52.0",
|
2018-03-29 07:34:55 +00:00
|
|
|
]
|
|
|
|
|
2018-04-03 14:32:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tendril"
|
2022-06-22 23:49:24 +00:00
|
|
|
version = "0.4.3"
|
2018-04-03 14:32:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-22 23:49:24 +00:00
|
|
|
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
|
2018-04-03 14:32:04 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"futf",
|
|
|
|
"mac",
|
|
|
|
"utf-8",
|
2018-04-03 14:32:04 +00:00
|
|
|
]
|
|
|
|
|
2021-02-25 10:26:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
|
|
|
|
dependencies = [
|
|
|
|
"dirs-next",
|
|
|
|
"rustversion",
|
2021-07-21 13:17:31 +00:00
|
|
|
"winapi",
|
2021-02-25 10:26:23 +00:00
|
|
|
]
|
|
|
|
|
2018-07-26 00:25:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "1.4.1"
|
2018-07-26 00:25:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
|
2018-07-26 00:25:12 +00:00
|
|
|
dependencies = [
|
2020-07-29 18:02:05 +00:00
|
|
|
"winapi-util",
|
2018-07-26 00:25:12 +00:00
|
|
|
]
|
|
|
|
|
2023-01-06 01:20:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "terminal_size"
|
2023-09-21 11:31:01 +00:00
|
|
|
version = "0.3.0"
|
2023-01-06 01:20:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-21 11:31:01 +00:00
|
|
|
checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
|
2023-01-06 01:20:59 +00:00
|
|
|
dependencies = [
|
2023-09-21 11:31:01 +00:00
|
|
|
"rustix",
|
2023-08-24 19:33:17 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-01-06 01:20:59 +00:00
|
|
|
]
|
|
|
|
|
2020-01-29 00:13:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "termize"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-07-21 13:17:31 +00:00
|
|
|
"winapi",
|
2020-01-29 00:13:48 +00:00
|
|
|
]
|
|
|
|
|
2016-09-02 08:55:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "test"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
bootstrap: Merge the libtest build step with libstd
Since its inception rustbuild has always worked in three stages: one for
libstd, one for libtest, and one for rustc. These three stages were
architected around crates.io dependencies, where rustc wants to depend
on crates.io crates but said crates don't explicitly depend on libstd,
requiring a sysroot assembly step in the middle. This same logic was
applied for libtest where libtest wants to depend on crates.io crates
(`getopts`) but `getopts` didn't say that it depended on std, so it
needed `std` built ahead of time.
Lots of time has passed since the inception of rustbuild, however,
and we've since gotten to the point where even `std` itself is depending
on crates.io crates (albeit with some wonky configuration). This
commit applies the same logic to the two dependencies that the `test`
crate pulls in from crates.io, `getopts` and `unicode-width`. Over the
many years since rustbuild's inception `unicode-width` was the only
dependency picked up by the `test` crate, so the extra configuration
necessary to get crates building in this crate graph is unlikely to be
too much of a burden on developers.
After this patch it means that there are now only two build phasese of
rustbuild, one for libstd and one for rustc. The libtest/libproc_macro
build phase is all lumped into one now with `std`.
This was originally motivated by rust-lang/cargo#7216 where Cargo was
having to deal with synthesizing dependency edges but this commit makes
them explicit in this repository.
2019-08-16 15:29:08 +00:00
|
|
|
"core",
|
2019-08-15 00:45:09 +00:00
|
|
|
"getopts",
|
2024-01-24 23:57:43 +00:00
|
|
|
"libc",
|
bootstrap: Merge the libtest build step with libstd
Since its inception rustbuild has always worked in three stages: one for
libstd, one for libtest, and one for rustc. These three stages were
architected around crates.io dependencies, where rustc wants to depend
on crates.io crates but said crates don't explicitly depend on libstd,
requiring a sysroot assembly step in the middle. This same logic was
applied for libtest where libtest wants to depend on crates.io crates
(`getopts`) but `getopts` didn't say that it depended on std, so it
needed `std` built ahead of time.
Lots of time has passed since the inception of rustbuild, however,
and we've since gotten to the point where even `std` itself is depending
on crates.io crates (albeit with some wonky configuration). This
commit applies the same logic to the two dependencies that the `test`
crate pulls in from crates.io, `getopts` and `unicode-width`. Over the
many years since rustbuild's inception `unicode-width` was the only
dependency picked up by the `test` crate, so the extra configuration
necessary to get crates building in this crate graph is unlikely to be
too much of a burden on developers.
After this patch it means that there are now only two build phasese of
rustbuild, one for libstd and one for rustc. The libtest/libproc_macro
build phase is all lumped into one now with `std`.
This was originally motivated by rust-lang/cargo#7216 where Cargo was
having to deal with synthesizing dependency edges but this commit makes
them explicit in this repository.
2019-08-16 15:29:08 +00:00
|
|
|
"panic_abort",
|
|
|
|
"panic_unwind",
|
|
|
|
"std",
|
2016-09-02 08:55:29 +00:00
|
|
|
]
|
|
|
|
|
2021-02-25 10:26:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tester"
|
2023-06-26 07:21:35 +00:00
|
|
|
version = "0.9.1"
|
2021-02-25 10:26:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 07:21:35 +00:00
|
|
|
checksum = "89e8bf7e0eb2dd7b4228cc1b6821fc5114cd6841ae59f652a85488c016091e5f"
|
2021-02-25 10:26:23 +00:00
|
|
|
dependencies = [
|
2022-12-20 15:26:42 +00:00
|
|
|
"cfg-if",
|
2021-02-25 10:26:23 +00:00
|
|
|
"getopts",
|
|
|
|
"libc",
|
|
|
|
"num_cpus",
|
2022-06-13 03:04:54 +00:00
|
|
|
"term",
|
2021-02-25 10:26:23 +00:00
|
|
|
]
|
|
|
|
|
2022-08-17 04:22:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thin-vec"
|
2023-02-16 18:29:11 +00:00
|
|
|
version = "0.2.13"
|
2022-08-17 04:22:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-16 18:29:11 +00:00
|
|
|
checksum = "a38c90d48152c236a3ab59271da4f4ae63d678c5d7ad6b7714d7cb9760be5e4b"
|
2022-08-17 04:22:30 +00:00
|
|
|
|
2019-11-26 11:06:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "1.0.57"
|
2019-11-26 11:06:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b"
|
2019-11-26 11:06:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "1.0.57"
|
2019-11-26 11:06:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81"
|
2019-11-26 11:06:30 +00:00
|
|
|
dependencies = [
|
2020-08-01 14:11:15 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-03-03 00:16:16 +00:00
|
|
|
"syn 2.0.52",
|
2019-11-26 11:06:30 +00:00
|
|
|
]
|
|
|
|
|
2021-12-03 14:24:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thorin-dwp"
|
2023-08-14 14:57:38 +00:00
|
|
|
version = "0.7.0"
|
2021-12-03 14:24:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-14 14:57:38 +00:00
|
|
|
checksum = "4db52ee8fec06e119b692ef3dd2c4cf621a99204c1b8c47407870ed050305b9b"
|
2021-12-03 14:24:05 +00:00
|
|
|
dependencies = [
|
2023-08-22 19:20:35 +00:00
|
|
|
"gimli",
|
2023-11-18 09:42:05 +00:00
|
|
|
"hashbrown",
|
2023-08-22 19:20:35 +00:00
|
|
|
"object",
|
2021-12-03 14:24:05 +00:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2020-02-12 14:47:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "1.1.8"
|
2020-02-12 14:47:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
2020-02-12 14:47:31 +00:00
|
|
|
dependencies = [
|
2023-06-26 07:21:35 +00:00
|
|
|
"cfg-if",
|
2022-01-24 17:19:21 +00:00
|
|
|
"once_cell",
|
2020-02-12 14:47:31 +00:00
|
|
|
]
|
|
|
|
|
2023-03-14 19:28:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "threadpool"
|
|
|
|
version = "1.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
|
|
|
|
dependencies = [
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
2016-09-02 08:55:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tidy"
|
|
|
|
version = "0.1.0"
|
2018-02-23 01:52:56 +00:00
|
|
|
dependencies = [
|
2023-03-15 12:50:04 +00:00
|
|
|
"cargo-platform",
|
2023-10-07 05:55:48 +00:00
|
|
|
"cargo_metadata 0.15.4",
|
2022-11-04 08:56:48 +00:00
|
|
|
"ignore",
|
2020-05-26 04:00:42 +00:00
|
|
|
"lazy_static",
|
2022-10-31 00:17:25 +00:00
|
|
|
"miropt-test-tools",
|
2019-08-15 00:45:09 +00:00
|
|
|
"regex",
|
2023-01-05 04:57:20 +00:00
|
|
|
"semver",
|
2022-12-30 11:23:05 +00:00
|
|
|
"termcolor",
|
2019-08-15 00:45:09 +00:00
|
|
|
"walkdir",
|
2018-02-23 01:52:56 +00:00
|
|
|
]
|
2016-09-02 08:55:29 +00:00
|
|
|
|
2020-08-11 23:49:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tier-check"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2023-03-03 22:25:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.3.34"
|
2023-03-03 22:25:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749"
|
2023-03-03 22:25:18 +00:00
|
|
|
dependencies = [
|
2024-01-29 12:16:20 +00:00
|
|
|
"deranged",
|
2023-03-03 22:25:18 +00:00
|
|
|
"itoa",
|
2024-01-29 12:21:16 +00:00
|
|
|
"num-conv",
|
2024-01-29 12:16:20 +00:00
|
|
|
"powerfmt",
|
2023-03-03 22:25:18 +00:00
|
|
|
"serde",
|
|
|
|
"time-core",
|
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
2024-01-29 12:16:20 +00:00
|
|
|
version = "0.1.2"
|
2023-03-03 22:25:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:16:20 +00:00
|
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
2023-03-03 22:25:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.2.17"
|
2023-03-03 22:25:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774"
|
2023-03-03 22:25:18 +00:00
|
|
|
dependencies = [
|
2024-01-29 12:21:16 +00:00
|
|
|
"num-conv",
|
2023-03-03 22:25:18 +00:00
|
|
|
"time-core",
|
|
|
|
]
|
|
|
|
|
2022-03-26 07:27:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinystr"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.7.5"
|
2022-03-26 07:27:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "83c02bf3c538ab32ba913408224323915f4ef9a6d61c0e85d493f355921c0ece"
|
2022-10-19 23:24:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
2022-11-06 06:43:25 +00:00
|
|
|
"zerovec",
|
2022-10-19 23:24:42 +00:00
|
|
|
]
|
2022-03-26 07:27:43 +00:00
|
|
|
|
2020-08-17 15:21:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-09-16 17:55:56 +00:00
|
|
|
version = "1.6.0"
|
2020-08-17 15:21:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-16 17:55:56 +00:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-06-26 07:21:35 +00:00
|
|
|
version = "0.1.1"
|
2022-09-16 17:55:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 07:21:35 +00:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2020-08-17 15:21:44 +00:00
|
|
|
|
2019-01-21 15:32:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "1.36.0"
|
2019-01-21 15:32:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931"
|
2019-01-21 15:32:43 +00:00
|
|
|
dependencies = [
|
2023-07-02 13:07:47 +00:00
|
|
|
"backtrace",
|
2019-08-15 00:45:09 +00:00
|
|
|
"bytes",
|
2023-06-03 07:41:44 +00:00
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
|
|
|
"pin-project-lite",
|
|
|
|
"socket2",
|
2023-08-24 19:33:17 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-06-03 07:41:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-native-tls"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
|
|
|
dependencies = [
|
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.7.10"
|
2023-06-03 07:41:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
|
2023-06-03 07:41:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2021-07-21 13:17:31 +00:00
|
|
|
"pin-project-lite",
|
2023-06-03 07:41:44 +00:00
|
|
|
"tokio",
|
|
|
|
"tracing",
|
2019-01-21 15:32:43 +00:00
|
|
|
]
|
|
|
|
|
2019-03-29 03:13:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-06-26 07:21:35 +00:00
|
|
|
version = "0.5.11"
|
2019-03-29 03:13:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 07:21:35 +00:00
|
|
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
2019-03-29 03:13:13 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"serde",
|
2019-03-29 03:13:13 +00:00
|
|
|
]
|
|
|
|
|
2023-06-02 09:42:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.7.8"
|
2023-06-02 09:42:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
|
2023-06-02 09:42:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.6.5"
|
2023-06-02 09:42:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
|
2023-06-02 09:42:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.19.15"
|
2023-06-02 09:42:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
|
2023-06-02 09:42:42 +00:00
|
|
|
dependencies = [
|
2023-11-18 09:42:05 +00:00
|
|
|
"indexmap",
|
2023-06-02 09:42:42 +00:00
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
2021-12-03 20:25:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "topological-sort"
|
2023-01-06 01:20:59 +00:00
|
|
|
version = "0.2.2"
|
2021-12-03 20:25:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-06 01:20:59 +00:00
|
|
|
checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
|
2021-12-03 20:25:07 +00:00
|
|
|
|
2023-06-03 07:41:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
|
|
|
|
2020-05-27 05:05:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2023-06-26 07:21:35 +00:00
|
|
|
version = "0.1.37"
|
2020-05-27 05:05:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 07:21:35 +00:00
|
|
|
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
2020-05-27 05:05:09 +00:00
|
|
|
dependencies = [
|
2022-12-20 15:26:42 +00:00
|
|
|
"cfg-if",
|
2021-07-21 13:17:31 +00:00
|
|
|
"pin-project-lite",
|
2020-05-27 05:05:09 +00:00
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.1.27"
|
2020-05-27 05:05:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
2020-05-27 05:05:09 +00:00
|
|
|
dependencies = [
|
2020-08-01 14:11:15 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-03-03 00:16:16 +00:00
|
|
|
"syn 2.0.52",
|
2020-05-27 05:05:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2023-06-26 15:25:24 +00:00
|
|
|
version = "0.1.30"
|
2020-05-27 05:05:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 15:25:24 +00:00
|
|
|
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
|
2020-05-27 05:05:09 +00:00
|
|
|
dependencies = [
|
2022-07-05 08:26:12 +00:00
|
|
|
"once_cell",
|
|
|
|
"valuable",
|
2020-05-27 05:05:09 +00:00
|
|
|
]
|
|
|
|
|
2022-07-15 14:04:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-error"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
|
|
|
|
dependencies = [
|
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
2020-08-04 22:35:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.1.4"
|
2020-08-04 22:35:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "f751112709b4e791d8ce53e32c4ed2d353565a795ce84da2285393f41557bdf2"
|
2020-08-04 22:35:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
2024-01-29 12:21:16 +00:00
|
|
|
"once_cell",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
2020-08-04 22:35:37 +00:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
2020-07-24 18:42:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.3.18"
|
2020-07-24 18:42:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
|
2020-07-24 18:42:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"matchers",
|
2023-06-26 07:21:35 +00:00
|
|
|
"nu-ansi-term",
|
|
|
|
"once_cell",
|
2023-12-14 15:40:50 +00:00
|
|
|
"parking_lot",
|
2020-07-24 18:42:00 +00:00
|
|
|
"regex",
|
|
|
|
"sharded-slab",
|
2021-04-22 04:40:29 +00:00
|
|
|
"smallvec",
|
2020-08-17 15:21:44 +00:00
|
|
|
"thread_local",
|
2020-10-07 22:45:59 +00:00
|
|
|
"tracing",
|
2020-07-24 18:42:00 +00:00
|
|
|
"tracing-core",
|
2024-01-29 12:21:16 +00:00
|
|
|
"tracing-log 0.2.0",
|
2020-08-04 22:35:37 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-tree"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.2.5"
|
2020-08-04 22:35:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "2ec6adcab41b1391b08a308cc6302b79f8095d1673f6947c2dc65ffb028b0b2d"
|
2020-08-04 22:35:37 +00:00
|
|
|
dependencies = [
|
2023-06-26 07:21:35 +00:00
|
|
|
"nu-ansi-term",
|
2021-12-21 17:00:30 +00:00
|
|
|
"tracing-core",
|
2024-01-29 12:21:16 +00:00
|
|
|
"tracing-log 0.1.4",
|
2020-08-04 22:35:37 +00:00
|
|
|
"tracing-subscriber",
|
2020-07-24 18:42:00 +00:00
|
|
|
]
|
|
|
|
|
2023-06-03 07:41:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.2.5"
|
2023-06-03 07:41:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
2023-06-03 07:41:44 +00:00
|
|
|
|
2022-11-22 05:29:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "twox-hash"
|
|
|
|
version = "1.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
|
|
|
|
dependencies = [
|
2022-12-20 15:26:42 +00:00
|
|
|
"cfg-if",
|
2022-11-21 00:55:41 +00:00
|
|
|
"rand",
|
2022-11-22 05:29:00 +00:00
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
2022-03-26 07:27:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "type-map"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46"
|
|
|
|
dependencies = [
|
|
|
|
"rustc-hash",
|
|
|
|
]
|
|
|
|
|
2018-12-03 01:33:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "1.17.0"
|
2018-12-03 01:33:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2018-12-03 01:33:20 +00:00
|
|
|
|
2020-01-13 21:40:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ucd-parse"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.1.13"
|
2020-01-13 21:40:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "c06ff81122fcbf4df4c1660b15f7e3336058e7aec14437c9f85c6b31a0f279b9"
|
2020-01-13 21:40:19 +00:00
|
|
|
dependencies = [
|
2024-01-29 12:21:16 +00:00
|
|
|
"regex-lite",
|
2020-01-13 21:40:19 +00:00
|
|
|
]
|
|
|
|
|
2019-01-19 02:39:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.1.6"
|
2019-01-19 02:39:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
|
2019-01-19 02:39:37 +00:00
|
|
|
|
2023-08-24 19:33:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ui_test"
|
2023-09-28 14:42:07 +00:00
|
|
|
version = "0.21.2"
|
2023-08-24 19:33:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-28 14:42:07 +00:00
|
|
|
checksum = "aaf4bf7c184b8dfc7a4d3b90df789b1eb992ee42811cd115f32a7a1eb781058d"
|
2023-08-24 19:33:17 +00:00
|
|
|
dependencies = [
|
2024-01-29 12:21:16 +00:00
|
|
|
"annotate-snippets 0.9.2",
|
2023-08-24 19:33:17 +00:00
|
|
|
"anyhow",
|
|
|
|
"bstr",
|
|
|
|
"cargo-platform",
|
2023-10-07 05:55:48 +00:00
|
|
|
"cargo_metadata 0.15.4",
|
2023-08-24 19:33:17 +00:00
|
|
|
"color-eyre",
|
|
|
|
"colored",
|
|
|
|
"comma",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"indicatif",
|
|
|
|
"lazy_static",
|
2023-08-29 13:28:53 +00:00
|
|
|
"levenshtein",
|
2023-08-24 19:33:17 +00:00
|
|
|
"prettydiff",
|
|
|
|
"regex",
|
|
|
|
"rustc_version",
|
|
|
|
"rustfix",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
2024-02-27 14:50:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ui_test"
|
|
|
|
version = "0.22.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b1ded30ff8c9d83e8d85d7e8e8aabbaf2c282a2b0ea09ef3f1accd4906134c7"
|
|
|
|
dependencies = [
|
2024-03-03 00:16:16 +00:00
|
|
|
"annotate-snippets 0.10.2",
|
2024-02-27 14:50:23 +00:00
|
|
|
"anyhow",
|
|
|
|
"bstr",
|
|
|
|
"cargo-platform",
|
|
|
|
"cargo_metadata 0.18.1",
|
|
|
|
"color-eyre",
|
|
|
|
"colored",
|
|
|
|
"comma",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"indicatif",
|
|
|
|
"lazy_static",
|
|
|
|
"levenshtein",
|
|
|
|
"prettydiff",
|
|
|
|
"regex",
|
|
|
|
"rustc_version",
|
|
|
|
"rustfix",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"spanned",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
2022-03-26 07:27:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unic-langid"
|
2024-01-21 17:17:34 +00:00
|
|
|
version = "0.9.4"
|
2022-03-26 07:27:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-21 17:17:34 +00:00
|
|
|
checksum = "238722e6d794ed130f91f4ea33e01fcff4f188d92337a21297892521c72df516"
|
2022-03-26 07:27:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"unic-langid-impl",
|
|
|
|
"unic-langid-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-langid-impl"
|
2024-01-21 17:17:34 +00:00
|
|
|
version = "0.9.4"
|
2022-03-26 07:27:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-21 17:17:34 +00:00
|
|
|
checksum = "4bd55a2063fdea4ef1f8633243a7b0524cbeef1905ae04c31a1c9b9775c55bc6"
|
2022-03-26 07:27:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinystr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-langid-macros"
|
2024-01-21 17:17:34 +00:00
|
|
|
version = "0.9.4"
|
2022-03-26 07:27:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-21 17:17:34 +00:00
|
|
|
checksum = "5c854cefb82ff2816410ce606acbad1b3af065140907b29be9229040752b83ec"
|
2022-03-26 07:27:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro-hack",
|
|
|
|
"tinystr",
|
|
|
|
"unic-langid-impl",
|
|
|
|
"unic-langid-macros-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-langid-macros-impl"
|
2024-01-21 17:17:34 +00:00
|
|
|
version = "0.9.4"
|
2022-03-26 07:27:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-21 17:17:34 +00:00
|
|
|
checksum = "fea2a4c80deb4fb3ca51f66b5e2dd91e3642bbce52234bcf22e41668281208e4"
|
2022-03-26 07:27:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro-hack",
|
|
|
|
"quote",
|
2024-03-03 00:16:16 +00:00
|
|
|
"syn 2.0.52",
|
2022-03-26 07:27:43 +00:00
|
|
|
"unic-langid-impl",
|
|
|
|
]
|
|
|
|
|
2019-04-20 17:03:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2023-11-23 10:55:11 +00:00
|
|
|
version = "2.7.0"
|
2019-04-20 17:03:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-23 10:55:11 +00:00
|
|
|
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
|
2019-04-20 17:03:59 +00:00
|
|
|
dependencies = [
|
2020-02-13 17:39:40 +00:00
|
|
|
"version_check",
|
2019-04-20 17:03:59 +00:00
|
|
|
]
|
|
|
|
|
2020-01-13 21:40:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bdd"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"ucd-parse",
|
|
|
|
]
|
|
|
|
|
2017-04-29 23:11:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.3.15"
|
2017-02-20 00:20:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
|
2016-09-02 08:55:29 +00:00
|
|
|
|
2022-10-09 03:25:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "1.0.12"
|
2022-10-09 03:25:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2022-10-09 03:25:40 +00:00
|
|
|
|
2017-04-29 23:11:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "0.1.23"
|
2017-04-29 23:11:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
|
2019-11-23 14:33:40 +00:00
|
|
|
dependencies = [
|
2020-08-17 15:21:44 +00:00
|
|
|
"tinyvec",
|
2019-11-23 14:33:40 +00:00
|
|
|
]
|
2017-04-29 23:11:58 +00:00
|
|
|
|
2023-07-29 00:47:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-properties"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.1.1"
|
2023-07-29 00:47:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291"
|
2023-07-29 00:47:21 +00:00
|
|
|
|
2020-01-02 12:02:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-script"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "0.5.6"
|
2020-01-02 12:02:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "ad8d71f5726e5f285a935e9fe8edfd53f0491eb6e9a5774097fdabee7cd8c9cd"
|
2020-01-02 12:02:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-security"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.1.1"
|
2020-01-02 12:02:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "ee9e13753df674873f3c4693b240ae5c03245ddc157dfccf7c26db9329af3a11"
|
2020-01-02 12:02:22 +00:00
|
|
|
dependencies = [
|
2020-04-25 01:38:31 +00:00
|
|
|
"unicode-normalization",
|
2020-01-02 12:02:22 +00:00
|
|
|
"unicode-script",
|
|
|
|
]
|
|
|
|
|
2017-04-29 23:11:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "1.11.0"
|
2017-02-07 23:13:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
|
2017-02-07 23:13:57 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2023-12-30 15:11:41 +00:00
|
|
|
version = "0.1.11"
|
2017-02-07 23:13:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-30 15:11:41 +00:00
|
|
|
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
|
bootstrap: Merge the libtest build step with libstd
Since its inception rustbuild has always worked in three stages: one for
libstd, one for libtest, and one for rustc. These three stages were
architected around crates.io dependencies, where rustc wants to depend
on crates.io crates but said crates don't explicitly depend on libstd,
requiring a sysroot assembly step in the middle. This same logic was
applied for libtest where libtest wants to depend on crates.io crates
(`getopts`) but `getopts` didn't say that it depended on std, so it
needed `std` built ahead of time.
Lots of time has passed since the inception of rustbuild, however,
and we've since gotten to the point where even `std` itself is depending
on crates.io crates (albeit with some wonky configuration). This
commit applies the same logic to the two dependencies that the `test`
crate pulls in from crates.io, `getopts` and `unicode-width`. Over the
many years since rustbuild's inception `unicode-width` was the only
dependency picked up by the `test` crate, so the extra configuration
necessary to get crates building in this crate graph is unlikely to be
too much of a burden on developers.
After this patch it means that there are now only two build phasese of
rustbuild, one for libstd and one for rustc. The libtest/libproc_macro
build phase is all lumped into one now with `std`.
This was originally motivated by rust-lang/cargo#7216 where Cargo was
having to deal with synthesizing dependency edges but this commit makes
them explicit in this repository.
2019-08-16 15:29:08 +00:00
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
"rustc-std-workspace-std",
|
|
|
|
]
|
2017-02-07 23:13:57 +00:00
|
|
|
|
2019-07-21 11:50:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2022-09-16 17:55:56 +00:00
|
|
|
version = "0.2.4"
|
2019-07-21 11:50:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-16 17:55:56 +00:00
|
|
|
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
|
2019-07-21 11:50:39 +00:00
|
|
|
|
2021-02-24 06:42:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unified-diff"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "496a3d395ed0c30f411ceace4a91f7d93b148fb5a9b383d5d4cff7850f048d5f"
|
|
|
|
dependencies = [
|
|
|
|
"diff",
|
|
|
|
]
|
|
|
|
|
2017-06-12 19:35:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unstable-book-gen"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"num-traits",
|
|
|
|
"tidy",
|
2017-06-12 19:35:47 +00:00
|
|
|
]
|
|
|
|
|
2017-09-25 04:13:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unwind"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2022-12-20 15:26:42 +00:00
|
|
|
"cfg-if",
|
2019-08-15 00:45:09 +00:00
|
|
|
"compiler_builtins",
|
|
|
|
"core",
|
|
|
|
"libc",
|
2023-10-23 07:36:59 +00:00
|
|
|
"unwinding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unwinding"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "37a19a21a537f635c16c7576f22d0f2f7d63353c1337ad4ce0d8001c7952a25b"
|
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
|
|
|
"gimli",
|
|
|
|
"rustc-std-workspace-core",
|
2017-09-25 04:13:29 +00:00
|
|
|
]
|
|
|
|
|
2019-08-01 00:44:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "2.5.0"
|
2019-08-01 00:44:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
|
2019-08-01 00:44:39 +00:00
|
|
|
dependencies = [
|
2021-05-12 00:39:51 +00:00
|
|
|
"form_urlencoded",
|
2022-08-21 04:19:43 +00:00
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
2019-08-01 00:44:39 +00:00
|
|
|
]
|
|
|
|
|
2018-04-03 14:32:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf-8"
|
2023-06-26 07:21:35 +00:00
|
|
|
version = "0.7.6"
|
2018-04-03 14:32:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 07:21:35 +00:00
|
|
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
2018-04-03 14:32:04 +00:00
|
|
|
|
2024-03-02 22:36:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf8-width"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3"
|
|
|
|
|
2019-05-23 20:27:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
2023-04-01 15:49:20 +00:00
|
|
|
version = "0.2.1"
|
2019-05-23 20:27:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-01 15:49:20 +00:00
|
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
2019-05-23 20:27:49 +00:00
|
|
|
|
2022-11-15 09:19:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "1.7.0"
|
2022-11-15 09:19:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a"
|
2022-11-15 09:19:17 +00:00
|
|
|
dependencies = [
|
2022-11-21 00:55:41 +00:00
|
|
|
"getrandom",
|
2022-11-15 09:19:17 +00:00
|
|
|
]
|
|
|
|
|
2022-07-05 08:26:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
2017-06-15 02:33:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2023-06-26 07:21:35 +00:00
|
|
|
version = "0.2.15"
|
2017-06-15 02:33:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 07:21:35 +00:00
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
2017-06-15 02:33:06 +00:00
|
|
|
|
2019-11-25 16:14:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2023-01-09 17:49:24 +00:00
|
|
|
version = "0.9.4"
|
2019-11-25 16:14:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-09 17:49:24 +00:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2019-11-25 16:14:07 +00:00
|
|
|
|
2018-01-08 21:56:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "2.5.0"
|
2018-01-08 21:56:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
2018-01-08 21:56:22 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
2018-01-08 21:56:22 +00:00
|
|
|
]
|
|
|
|
|
2023-06-03 07:41:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
|
|
|
dependencies = [
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
2022-01-21 13:19:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2019-08-29 17:13:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
|
|
|
"rustc-std-workspace-alloc",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
|
|
|
|
2023-04-11 11:46:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.2.91"
|
2023-04-11 11:46:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "c1e124130aee3fb58c5bdd6b639a0509486b0338acaaae0c84a5124b0f588b7f"
|
2023-04-11 11:46:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.2.91"
|
2023-04-11 11:46:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "c9e7e1900c352b609c8488ad12639a311045f40a35491fb69ba8c12f758af70b"
|
2023-04-11 11:46:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-03-03 00:16:16 +00:00
|
|
|
"syn 2.0.52",
|
2023-04-11 11:46:41 +00:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
2023-06-03 07:41:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.4.41"
|
2023-06-03 07:41:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "877b9c3f61ceea0e56331985743b13f3d25c406a7098d45180fb5f09bc19ed97"
|
2023-06-03 07:41:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2023-04-11 11:46:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.2.91"
|
2023-04-11 11:46:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "b30af9e2d358182b5c7449424f017eba305ed32a7010509ede96cdc4696c46ed"
|
2023-04-11 11:46:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.2.91"
|
2023-04-11 11:46:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "642f325be6301eb8107a83d12a8ac6c1e1c54345a7ef1a9261962dfefda09e66"
|
2023-04-11 11:46:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-03-03 00:16:16 +00:00
|
|
|
"syn 2.0.52",
|
2023-04-11 11:46:41 +00:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.2.91"
|
2023-04-11 11:46:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "4f186bd2dcf04330886ce82d6f33dd75a7bfcf69ecf5763b89fcde53b6ac9838"
|
2023-04-11 11:46:41 +00:00
|
|
|
|
2024-02-22 16:12:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-encoder"
|
|
|
|
version = "0.200.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e3fb0c8fbddd78aa6095b850dfeedbc7506cf5f81e633f69cf8f2333ab84b9"
|
|
|
|
dependencies = [
|
|
|
|
"leb128",
|
|
|
|
]
|
|
|
|
|
2024-02-02 21:26:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmparser"
|
|
|
|
version = "0.118.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77f1154f1ab868e2a01d9834a805faca7bf8b50d041b4ca714d005d0dab1c50c"
|
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"semver",
|
|
|
|
]
|
|
|
|
|
2023-06-03 07:41:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.3.68"
|
2023-06-03 07:41:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "96565907687f7aceb35bc5fc03770a8a0471d82e479f25832f54a0e3f4b28446"
|
2023-06-03 07:41:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2018-01-08 21:56:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-08-17 15:21:44 +00:00
|
|
|
version = "0.3.9"
|
2018-01-08 21:56:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-17 15:21:44 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2018-01-08 21:56:22 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2018-01-08 21:56:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-08-15 00:45:09 +00:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2018-01-08 21:56:22 +00:00
|
|
|
|
2018-08-21 17:23:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.1.6"
|
2018-08-21 17:23:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
|
2018-08-21 17:23:47 +00:00
|
|
|
dependencies = [
|
2021-07-21 13:17:31 +00:00
|
|
|
"winapi",
|
2018-08-21 17:23:47 +00:00
|
|
|
]
|
|
|
|
|
2018-01-08 21:56:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-08-15 00:45:09 +00:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2018-01-08 21:56:22 +00:00
|
|
|
|
2023-04-11 11:46:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows"
|
2024-02-18 13:02:16 +00:00
|
|
|
version = "0.52.0"
|
2023-04-11 11:46:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-18 13:02:16 +00:00
|
|
|
checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
|
2023-04-11 11:46:41 +00:00
|
|
|
dependencies = [
|
2024-02-18 13:02:16 +00:00
|
|
|
"windows-core",
|
2024-03-03 00:16:16 +00:00
|
|
|
"windows-targets 0.52.4",
|
2023-01-15 18:43:15 +00:00
|
|
|
]
|
|
|
|
|
2023-04-15 10:57:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-bindgen"
|
2023-11-17 12:13:38 +00:00
|
|
|
version = "0.52.0"
|
2023-04-15 10:57:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-17 12:13:38 +00:00
|
|
|
checksum = "970efb0b6849eb8a87a898f586af7cc167567b070014c7434514c0bde0ca341c"
|
2023-04-15 10:57:07 +00:00
|
|
|
dependencies = [
|
2023-08-16 08:18:34 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"rayon",
|
2024-03-03 00:16:16 +00:00
|
|
|
"syn 2.0.52",
|
2023-04-15 10:57:07 +00:00
|
|
|
"windows-metadata",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-01-29 12:21:16 +00:00
|
|
|
name = "windows-core"
|
2023-11-17 12:13:38 +00:00
|
|
|
version = "0.52.0"
|
2023-04-15 10:57:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
|
|
|
dependencies = [
|
2024-03-03 00:16:16 +00:00
|
|
|
"windows-targets 0.52.4",
|
2024-01-29 12:21:16 +00:00
|
|
|
]
|
2023-04-15 10:57:07 +00:00
|
|
|
|
2023-08-24 19:33:17 +00:00
|
|
|
[[package]]
|
2024-01-29 12:21:16 +00:00
|
|
|
name = "windows-metadata"
|
|
|
|
version = "0.52.0"
|
2023-08-24 19:33:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "218fd59201e26acdbb894fa2b302d1de84bf3eec7d0eb894ac8e9c5a854ee4ef"
|
2023-08-24 19:33:17 +00:00
|
|
|
|
2023-04-23 07:58:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
2024-01-29 12:21:16 +00:00
|
|
|
"windows-targets 0.48.5",
|
2023-08-24 19:33:17 +00:00
|
|
|
]
|
|
|
|
|
2024-01-21 23:51:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
dependencies = [
|
2024-03-03 00:16:16 +00:00
|
|
|
"windows-targets 0.52.4",
|
2024-01-21 23:51:33 +00:00
|
|
|
]
|
|
|
|
|
2023-08-24 19:33:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.48.5"
|
2023-08-24 19:33:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2023-08-24 19:33:17 +00:00
|
|
|
dependencies = [
|
2024-01-29 12:21:16 +00:00
|
|
|
"windows_aarch64_gnullvm 0.48.5",
|
|
|
|
"windows_aarch64_msvc 0.48.5",
|
|
|
|
"windows_i686_gnu 0.48.5",
|
|
|
|
"windows_i686_msvc 0.48.5",
|
|
|
|
"windows_x86_64_gnu 0.48.5",
|
|
|
|
"windows_x86_64_gnullvm 0.48.5",
|
|
|
|
"windows_x86_64_msvc 0.48.5",
|
2023-02-07 22:26:22 +00:00
|
|
|
]
|
|
|
|
|
2024-01-21 23:51:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "0.52.4"
|
2024-01-21 23:51:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
|
2024-01-21 23:51:33 +00:00
|
|
|
dependencies = [
|
2024-03-03 00:16:16 +00:00
|
|
|
"windows_aarch64_gnullvm 0.52.4",
|
|
|
|
"windows_aarch64_msvc 0.52.4",
|
|
|
|
"windows_i686_gnu 0.52.4",
|
|
|
|
"windows_i686_msvc 0.52.4",
|
|
|
|
"windows_x86_64_gnu 0.52.4",
|
|
|
|
"windows_x86_64_gnullvm 0.52.4",
|
|
|
|
"windows_x86_64_msvc 0.52.4",
|
2024-01-21 23:51:33 +00:00
|
|
|
]
|
|
|
|
|
2023-08-24 19:33:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.48.5"
|
2023-04-11 11:46:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2023-04-11 11:46:41 +00:00
|
|
|
|
2024-01-21 23:51:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "0.52.4"
|
2024-01-21 23:51:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
|
2024-01-21 23:51:33 +00:00
|
|
|
|
2023-08-24 19:33:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.48.5"
|
2023-08-24 19:33:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2023-04-11 11:46:41 +00:00
|
|
|
|
2024-01-21 23:51:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "0.52.4"
|
2024-01-21 23:51:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
|
2024-01-21 23:51:33 +00:00
|
|
|
|
2023-08-24 19:33:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.48.5"
|
2023-08-24 19:33:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2023-04-11 11:46:41 +00:00
|
|
|
|
2024-01-21 23:51:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "0.52.4"
|
2024-01-21 23:51:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
|
2024-01-21 23:51:33 +00:00
|
|
|
|
2023-08-24 19:33:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.48.5"
|
2023-04-11 11:46:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2023-04-11 11:46:41 +00:00
|
|
|
|
2024-01-21 23:51:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "0.52.4"
|
2024-01-21 23:51:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
|
2024-01-21 23:51:33 +00:00
|
|
|
|
2023-08-24 19:33:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.48.5"
|
2023-08-24 19:33:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2023-04-11 11:46:41 +00:00
|
|
|
|
2024-01-21 23:51:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "0.52.4"
|
2024-01-21 23:51:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
|
2024-01-21 23:51:33 +00:00
|
|
|
|
2023-08-24 19:33:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.48.5"
|
2023-08-24 19:33:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2023-04-11 11:46:41 +00:00
|
|
|
|
2024-01-21 23:51:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "0.52.4"
|
2024-01-21 23:51:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
|
2024-01-21 23:51:33 +00:00
|
|
|
|
2023-08-24 19:33:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.48.5"
|
2023-08-24 19:33:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2023-04-11 11:46:41 +00:00
|
|
|
|
2024-01-21 23:51:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-03-03 00:16:16 +00:00
|
|
|
version = "0.52.4"
|
2024-01-21 23:51:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-03 00:16:16 +00:00
|
|
|
checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"
|
2024-01-21 23:51:33 +00:00
|
|
|
|
2023-06-02 09:42:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.5.40"
|
2023-06-02 09:42:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
|
2023-06-02 09:42:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-06-03 07:41:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.50.0"
|
2023-06-03 07:41:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
|
2023-06-03 07:41:44 +00:00
|
|
|
dependencies = [
|
2024-01-29 12:21:16 +00:00
|
|
|
"cfg-if",
|
|
|
|
"windows-sys 0.48.0",
|
2023-06-03 07:41:44 +00:00
|
|
|
]
|
|
|
|
|
2022-11-06 06:43:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "writeable"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.5.4"
|
2022-11-06 06:43:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "dad7bb64b8ef9c0aa27b6da38b452b0ee9fd82beaf276a87dd796fb55cbae14e"
|
2022-11-06 06:43:25 +00:00
|
|
|
|
2017-05-08 22:01:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xattr"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "1.3.1"
|
2017-05-08 22:01:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f"
|
2017-05-08 22:01:13 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"libc",
|
2024-01-29 12:21:16 +00:00
|
|
|
"linux-raw-sys",
|
|
|
|
"rustix",
|
2017-05-08 22:01:13 +00:00
|
|
|
]
|
|
|
|
|
2023-06-03 07:41:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xz"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c887690ff2a2e233e8e49633461521f98ec57fbff9d59a884c9a4f04ec1da34"
|
|
|
|
dependencies = [
|
|
|
|
"xz2",
|
|
|
|
]
|
|
|
|
|
2017-05-08 22:01:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xz2"
|
2023-04-17 01:27:25 +00:00
|
|
|
version = "0.1.7"
|
2017-05-08 22:01:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 01:27:25 +00:00
|
|
|
checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2"
|
2017-05-08 22:01:13 +00:00
|
|
|
dependencies = [
|
2019-08-15 00:45:09 +00:00
|
|
|
"lzma-sys",
|
2017-05-08 22:01:13 +00:00
|
|
|
]
|
|
|
|
|
2019-11-26 11:06:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "yaml-merge-keys"
|
2020-08-17 15:21:44 +00:00
|
|
|
version = "0.4.1"
|
2019-11-26 11:06:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-17 15:21:44 +00:00
|
|
|
checksum = "fd236a7dc9bb598f349fe4a8754f49181fee50284daa15cd1ba652d722280004"
|
2019-11-26 11:06:30 +00:00
|
|
|
dependencies = [
|
2020-05-26 04:00:42 +00:00
|
|
|
"lazy_static",
|
2019-11-26 11:06:30 +00:00
|
|
|
"thiserror",
|
2022-06-18 15:54:00 +00:00
|
|
|
"yaml-rust",
|
2019-11-26 11:06:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
2023-06-26 07:21:35 +00:00
|
|
|
version = "0.4.5"
|
2019-11-26 11:06:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-26 07:21:35 +00:00
|
|
|
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
|
2019-11-26 11:06:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"linked-hash-map",
|
|
|
|
]
|
2021-05-03 20:59:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yansi-term"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1"
|
|
|
|
dependencies = [
|
2021-07-21 13:17:31 +00:00
|
|
|
"winapi",
|
2021-05-03 20:59:35 +00:00
|
|
|
]
|
2022-11-06 06:43:25 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yoke"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.7.3"
|
2022-11-06 06:43:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "65e71b2e4f287f467794c671e2b8f8a5f3716b3c829079a1c44740148eff07e4"
|
2022-11-06 06:43:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"stable_deref_trait",
|
|
|
|
"yoke-derive",
|
|
|
|
"zerofrom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yoke-derive"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.7.3"
|
2022-11-06 06:43:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "9e6936f0cce458098a201c245a11bef556c6a0181129c7034d10d76d1ec3a2b8"
|
2022-11-06 06:43:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-03-03 00:16:16 +00:00
|
|
|
"syn 2.0.52",
|
2023-11-09 11:37:30 +00:00
|
|
|
"synstructure",
|
2022-11-06 06:43:25 +00:00
|
|
|
]
|
|
|
|
|
2023-12-02 18:16:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
2024-01-02 18:42:47 +00:00
|
|
|
version = "0.7.32"
|
2023-12-02 18:16:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-02 18:42:47 +00:00
|
|
|
checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
|
2023-12-02 18:16:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
2024-01-02 18:42:47 +00:00
|
|
|
version = "0.7.32"
|
2023-12-02 18:16:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-02 18:42:47 +00:00
|
|
|
checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
|
2023-12-02 18:16:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-03-03 00:16:16 +00:00
|
|
|
"syn 2.0.52",
|
2023-12-02 18:16:09 +00:00
|
|
|
]
|
|
|
|
|
2022-11-06 06:43:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zerofrom"
|
2023-11-09 11:37:30 +00:00
|
|
|
version = "0.1.3"
|
2022-11-06 06:43:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-09 11:37:30 +00:00
|
|
|
checksum = "655b0814c5c0b19ade497851070c640773304939a6c0fd5f5fb43da0696d05b7"
|
2022-11-06 06:43:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"zerofrom-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerofrom-derive"
|
2023-11-09 11:37:30 +00:00
|
|
|
version = "0.1.3"
|
2022-11-06 06:43:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-09 11:37:30 +00:00
|
|
|
checksum = "e6a647510471d372f2e6c2e6b7219e44d8c574d24fdc11c610a61455782f18c3"
|
2022-11-06 06:43:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-03-03 00:16:16 +00:00
|
|
|
"syn 2.0.52",
|
2023-11-09 11:37:30 +00:00
|
|
|
"synstructure",
|
2022-11-06 06:43:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerovec"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.10.1"
|
2022-11-06 06:43:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "eff4439ae91fb5c72b8abc12f3f2dbf51bd27e6eadb9f8a5bc8898dddb0e27ea"
|
2022-11-06 06:43:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerovec-derive"
|
2024-01-29 12:21:16 +00:00
|
|
|
version = "0.10.1"
|
2022-11-06 06:43:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-29 12:21:16 +00:00
|
|
|
checksum = "7b4e5997cbf58990550ef1f0e5124a05e47e1ebd33a84af25739be6031a62c20"
|
2022-11-06 06:43:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-03-03 00:16:16 +00:00
|
|
|
"syn 2.0.52",
|
2022-11-06 06:43:25 +00:00
|
|
|
]
|
2023-06-03 07:41:44 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zip"
|
|
|
|
version = "0.6.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"crc32fast",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"flate2",
|
|
|
|
]
|