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"
|
2024-05-28 00:05:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"gimli 0.28.1",
|
|
|
|
]
|
|
|
|
|
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
|
|
|
|
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-17 00:26:01 +00:00
|
|
|
version = "0.8.11"
|
2023-01-09 17:49:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-17 00:26:01 +00:00
|
|
|
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
2023-01-09 17:49:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2024-07-18 18:56:36 +00:00
|
|
|
"getrandom",
|
2023-01-09 17:49:24 +00:00
|
|
|
"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-03-24 12:09:28 +00:00
|
|
|
version = "1.1.3"
|
2023-06-26 07:21:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-24 12:09:28 +00:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
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
|
|
|
]
|
|
|
|
|
2023-06-08 14:55:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "allocator-api2"
|
2024-05-11 14:27:17 +00:00
|
|
|
version = "0.2.18"
|
2023-06-08 14:55:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
|
2023-06-08 14:55:49 +00:00
|
|
|
|
2018-04-03 14:32:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ammonia"
|
2024-05-19 00:17:38 +00:00
|
|
|
version = "4.0.0"
|
2019-06-19 03:36:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 00:17:38 +00:00
|
|
|
checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
|
2019-06-19 03:36:47 +00:00
|
|
|
dependencies = [
|
2024-06-15 15:53:45 +00:00
|
|
|
"html5ever",
|
2019-08-15 00:45:09 +00:00
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
2024-05-02 15:27:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "annotate-snippets"
|
2024-06-16 00:18:06 +00:00
|
|
|
version = "0.11.4"
|
2024-05-02 15:27:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-16 00:18:06 +00:00
|
|
|
checksum = "24e35ed54e5ea7997c14ed4c70ba043478db1112e98263b3b035907aa197d991"
|
2024-05-02 15:27:08 +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-05-11 14:27:17 +00:00
|
|
|
version = "0.6.14"
|
2024-02-07 04:22:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b"
|
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",
|
2024-05-11 14:27:17 +00:00
|
|
|
"is_terminal_polyfill",
|
2023-04-01 15:49:20 +00:00
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2024-05-11 14:27:17 +00:00
|
|
|
version = "1.0.7"
|
2023-04-01 15:49:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
|
2023-04-01 15:49:20 +00:00
|
|
|
|
2024-03-02 22:36:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle-lossy"
|
2024-05-11 14:27:17 +00:00
|
|
|
version = "1.1.1"
|
2024-03-02 22:36:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "6fcff6599f06e21b0165c85052ccd6e67dc388ddd1c516a9dc5f55dc8cacf004"
|
2024-03-02 22:36:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
]
|
|
|
|
|
2023-04-01 15:49:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2024-05-11 14:27:17 +00:00
|
|
|
version = "0.2.4"
|
2023-04-01 15:49:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4"
|
2023-04-01 15:49:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
2023-06-26 07:21:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
2024-06-08 19:22:16 +00:00
|
|
|
version = "1.1.0"
|
2023-06-26 07:21:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 19:22:16 +00:00
|
|
|
checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391"
|
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"
|
2024-05-11 14:27:17 +00:00
|
|
|
version = "0.1.4"
|
2024-03-02 22:36:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "bbbf0bf947d663010f0b4132f28ca08da9151f3b9035fa7578a38de521c1d1aa"
|
2024-03-02 22:36:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-lossy",
|
|
|
|
"html-escape",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2024-02-07 04:22:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2024-05-11 14:27:17 +00:00
|
|
|
version = "3.0.3"
|
2024-02-07 04:22:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19"
|
2024-02-07 04:22:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
2020-01-14 17:47:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2024-05-19 00:17:38 +00:00
|
|
|
version = "1.0.86"
|
2020-01-14 17:47:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 00:17:38 +00:00
|
|
|
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
|
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"
|
2024-04-16 18:31:43 +00:00
|
|
|
version = "0.3.0"
|
2022-05-28 10:43:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-16 18:31:43 +00:00
|
|
|
checksum = "f8412a2d690663356cba5a2532f3ed55d1e8090743bc6695b88403b27df67733"
|
2022-05-28 10:43:51 +00:00
|
|
|
dependencies = [
|
2024-04-16 18:31:43 +00:00
|
|
|
"object 0.35.0",
|
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
|
|
|
|
2020-03-26 13:10:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-05-11 14:27:17 +00:00
|
|
|
version = "1.3.0"
|
2020-03-26 13:10:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
2020-03-26 13:10:35 +00:00
|
|
|
|
2022-07-15 14:04:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2024-03-24 12:09:28 +00:00
|
|
|
version = "0.3.71"
|
2022-07-15 14:04:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-24 12:09:28 +00:00
|
|
|
checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
|
2022-07-15 14:04:23 +00:00
|
|
|
dependencies = [
|
2024-08-01 20:09:50 +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",
|
2024-03-18 22:47:41 +00:00
|
|
|
"object 0.32.2",
|
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-03-17 00:26:01 +00:00
|
|
|
version = "0.1.9"
|
2023-03-06 10:15:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-17 00:26:01 +00:00
|
|
|
checksum = "823388e228f614e9558c6804262db37960ec8821856535f5c3f59913140558f8"
|
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-03-24 12:09:28 +00:00
|
|
|
version = "2.5.0"
|
2023-06-26 07:21:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-24 12:09:28 +00:00
|
|
|
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
|
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-05-05 00:01:47 +00:00
|
|
|
"regex-automata 0.3.7",
|
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",
|
2024-05-09 15:18:01 +00:00
|
|
|
"build_helper",
|
2021-08-26 09:26:03 +00:00
|
|
|
"curl",
|
2023-11-18 09:42:05 +00:00
|
|
|
"indexmap",
|
2021-08-26 09:26:03 +00:00
|
|
|
"serde",
|
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-05-11 14:27:17 +00:00
|
|
|
version = "3.16.0"
|
2023-04-11 11:46:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
2023-04-11 11:46:41 +00:00
|
|
|
|
2018-10-08 17:39:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytecount"
|
2024-05-11 14:27:17 +00:00
|
|
|
version = "0.6.8"
|
2018-10-08 17:39:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
|
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-03-24 12:09:28 +00:00
|
|
|
version = "1.6.0"
|
2019-01-21 15:32:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-24 12:09:28 +00:00
|
|
|
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
|
2019-01-21 15:32:43 +00:00
|
|
|
|
2021-10-20 05:15:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "camino"
|
2024-05-19 00:17:38 +00:00
|
|
|
version = "1.1.7"
|
2021-10-20 05:15:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 00:17:38 +00:00
|
|
|
checksum = "e0ec6b951b160caa93cc0c7b209e5a3bff7aae9062213451ac99493cd844c239"
|
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-03-24 12:09:28 +00:00
|
|
|
version = "0.1.8"
|
2021-10-20 05:15:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-24 12:09:28 +00:00
|
|
|
checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc"
|
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"
|
2024-06-08 19:22:16 +00:00
|
|
|
version = "1.0.99"
|
2017-09-22 01:58:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 19:22:16 +00:00
|
|
|
checksum = "96c51067fd44124faa7f870b4b1c969379ad32b2ba805aa959430ceaa384f695"
|
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"
|
|
|
|
|
2024-03-17 00:26:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg_aliases"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
|
|
|
|
|
2018-01-25 04:01:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2024-04-25 10:28:45 +00:00
|
|
|
version = "0.4.38"
|
2018-01-25 04:01:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-25 10:28:45 +00:00
|
|
|
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
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-05-11 14:27:17 +00:00
|
|
|
"windows-targets 0.52.5",
|
2018-01-25 04:01:42 +00:00
|
|
|
]
|
|
|
|
|
2024-05-05 15:17:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono-tz"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93698b29de5e97ad0ae26447b344c482a7284c737d9ddc5f9e52b74a336671bb"
|
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"chrono-tz-build",
|
2024-06-15 15:53:45 +00:00
|
|
|
"phf",
|
2024-05-05 15:17:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono-tz-build"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0c088aee841df9c3041febbb73934cfc39708749bf96dc827e3359cd39ef11b1"
|
|
|
|
dependencies = [
|
|
|
|
"parse-zoneinfo",
|
2024-06-15 15:53:45 +00:00
|
|
|
"phf",
|
|
|
|
"phf_codegen",
|
2024-05-05 15:17:45 +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-06-16 00:18:06 +00:00
|
|
|
version = "4.5.7"
|
2023-04-01 15:49:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-16 00:18:06 +00:00
|
|
|
checksum = "5db83dced34638ad474f39f250d7fea9598bdd239eaced1bdf45d597da0f433f"
|
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-06-16 00:18:06 +00:00
|
|
|
version = "4.5.7"
|
2022-10-04 20:57:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-16 00:18:06 +00:00
|
|
|
checksum = "f7e204572485eb3fbf28f871612191521df159bc3e15a9f5064c66dba3a8c05f"
|
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-05-19 00:17:38 +00:00
|
|
|
"strsim",
|
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-06-23 00:18:08 +00:00
|
|
|
version = "4.5.6"
|
2022-04-15 18:57:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 00:18:08 +00:00
|
|
|
checksum = "fbca90c87c2a04da41e95d1856e8bcd22f159bdbfa147314d2ce5218057b0e58"
|
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-06-08 19:22:16 +00:00
|
|
|
version = "4.5.5"
|
2023-01-02 19:30:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 19:22:16 +00:00
|
|
|
checksum = "c780290ccf4fb26629baa7a1081e68ced113f1d3ec302fa5948f1c381ebf06c6"
|
2023-01-02 19:30:39 +00:00
|
|
|
dependencies = [
|
2024-03-17 00:26:01 +00:00
|
|
|
"heck 0.5.0",
|
2023-01-02 19:30:39 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-23 00:18:08 +00:00
|
|
|
"syn 2.0.67",
|
2023-01-02 19:30:39 +00:00
|
|
|
]
|
|
|
|
|
2022-10-04 20:57:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2024-06-08 19:22:16 +00:00
|
|
|
version = "0.7.1"
|
2022-10-04 20:57:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 19:22:16 +00:00
|
|
|
checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70"
|
2022-10-04 20:57:49 +00:00
|
|
|
|
2017-12-06 08:25:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clippy"
|
2024-07-25 16:29:27 +00:00
|
|
|
version = "0.1.82"
|
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-06-22 21:22:00 +00:00
|
|
|
"itertools",
|
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-06-23 00:18:08 +00:00
|
|
|
"syn 2.0.67",
|
2019-12-02 22:09:48 +00:00
|
|
|
"tempfile",
|
2022-05-21 11:24:00 +00:00
|
|
|
"termize",
|
2023-07-17 08:22:41 +00:00
|
|
|
"tokio",
|
2024-01-29 12:21:16 +00:00
|
|
|
"toml 0.7.8",
|
2024-07-25 16:29:27 +00:00
|
|
|
"ui_test 0.24.0",
|
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-07-25 16:29:27 +00:00
|
|
|
version = "0.1.82"
|
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-06-22 21:22:00 +00:00
|
|
|
"itertools",
|
2024-05-19 00:17:38 +00:00
|
|
|
"opener 0.6.1",
|
2021-04-14 13:20:49 +00:00
|
|
|
"shell-escape",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2018-05-19 11:18:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clippy_lints"
|
2024-07-25 16:29:27 +00:00
|
|
|
version = "0.1.82"
|
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-06-22 21:22:00 +00:00
|
|
|
"itertools",
|
2019-08-15 00:45:09 +00:00
|
|
|
"quine-mc_cluskey",
|
2023-07-02 13:07:47 +00:00
|
|
|
"regex",
|
2024-06-16 00:18:06 +00:00
|
|
|
"regex-syntax 0.8.4",
|
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-07-25 16:29:27 +00:00
|
|
|
version = "0.1.82"
|
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-06-22 21:22:00 +00:00
|
|
|
"itertools",
|
2021-02-25 10:26:23 +00:00
|
|
|
"rustc-semver",
|
2024-06-18 16:46:26 +00:00
|
|
|
"rustc_apfloat",
|
2021-02-25 10:26:23 +00:00
|
|
|
]
|
|
|
|
|
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"
|
2024-03-17 00:26:01 +00:00
|
|
|
version = "0.6.3"
|
2022-07-15 14:04:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-17 00:26:01 +00:00
|
|
|
checksum = "55146f5e46f237f7423d74111267d4597b59b0dad0ffaf7303bce9945d843ad5"
|
2022-07-15 14:04:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
"color-spantrace",
|
|
|
|
"eyre",
|
|
|
|
"indenter",
|
|
|
|
"once_cell",
|
|
|
|
"owo-colors",
|
|
|
|
"tracing-error",
|
|
|
|
]
|
|
|
|
|
2023-10-06 15:47:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "color-print"
|
2024-05-11 14:27:17 +00:00
|
|
|
version = "0.3.6"
|
2023-10-06 15:47:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "1ee543c60ff3888934877a5671f45494dd27ed4ba25c6670b9a7576b7ed7a8c0"
|
2023-10-06 15:47:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"color-print-proc-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "color-print-proc-macro"
|
2024-05-11 14:27:17 +00:00
|
|
|
version = "0.3.6"
|
2023-10-06 15:47:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "77ff1a80c5f3cb1ca7c06ffdd71b6a6dd6d8f896c42141fbd43f50ed28dcdb93"
|
2023-10-06 15:47:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"nom",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-23 00:18:08 +00:00
|
|
|
"syn 2.0.67",
|
2023-10-06 15:47:56 +00:00
|
|
|
]
|
|
|
|
|
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"
|
2024-05-11 14:27:17 +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-05-11 14:27:17 +00:00
|
|
|
checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
|
2023-06-26 07:21:35 +00:00
|
|
|
|
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-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",
|
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",
|
2019-08-15 00:45:09 +00:00
|
|
|
"regex",
|
2024-04-13 17:54:13 +00:00
|
|
|
"rustfix 0.8.1",
|
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",
|
2024-07-31 14:08:31 +00:00
|
|
|
"windows 0.52.0",
|
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
|
|
|
]
|
|
|
|
|
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-06-08 19:22:16 +00:00
|
|
|
version = "1.4.2"
|
2018-12-08 11:06:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 19:22:16 +00:00
|
|
|
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
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-06-08 19:22:16 +00:00
|
|
|
version = "0.5.13"
|
2020-02-10 19:47:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 19:22:16 +00:00
|
|
|
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
|
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-06-08 19:22:16 +00:00
|
|
|
version = "0.8.20"
|
2020-10-14 22:16:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 19:22:16 +00:00
|
|
|
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
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-03-17 00:26:01 +00:00
|
|
|
version = "3.4.4"
|
2023-05-23 10:10:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-17 00:26:01 +00:00
|
|
|
checksum = "672465ae37dc1bc6380a6547a8883d5dd397b0f1faaad4f265726cc7042a5345"
|
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-05-19 00:17:38 +00:00
|
|
|
version = "0.20.9"
|
2023-09-12 16:32:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 00:17:38 +00:00
|
|
|
checksum = "83b2eb4d90d12bdda5ed17de686c2acb4c57914f8f921b8da7e112b5a36f3fe1"
|
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-05-19 00:17:38 +00:00
|
|
|
version = "0.20.9"
|
2023-09-12 16:32:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 00:17:38 +00:00
|
|
|
checksum = "622687fe0bac72a04e5599029151f5796111b90f1baaa9b544d807a5e31cd120"
|
2023-07-25 13:09:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-05-19 00:17:38 +00:00
|
|
|
"strsim",
|
2024-06-23 00:18:08 +00:00
|
|
|
"syn 2.0.67",
|
2023-07-25 13:09:53 +00:00
|
|
|
]
|
|
|
|
|
2023-09-12 16:32:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2024-05-19 00:17:38 +00:00
|
|
|
version = "0.20.9"
|
2023-09-12 16:32:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 00:17:38 +00:00
|
|
|
checksum = "733cabb43482b1a1b53eee8583c2b9e8684d592215ea83efd305dd31bc2f0178"
|
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-06-23 00:18:08 +00:00
|
|
|
"syn 2.0.67",
|
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
|
|
|
|
2024-05-19 00:17:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dbus"
|
|
|
|
version = "0.9.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"libdbus-sys",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-11-21 19:52:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "declare_clippy_lint"
|
2024-07-25 16:29:27 +00:00
|
|
|
version = "0.1.82"
|
2022-11-21 19:52:06 +00:00
|
|
|
dependencies = [
|
2024-06-22 21:22:00 +00:00
|
|
|
"itertools",
|
2022-11-21 19:52:06 +00:00
|
|
|
"quote",
|
2024-06-23 00:18:08 +00:00
|
|
|
"syn 2.0.67",
|
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]]
|
2024-06-26 22:29:49 +00:00
|
|
|
name = "derive-where"
|
|
|
|
version = "1.2.7"
|
2023-10-30 17:09:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-26 22:29:49 +00:00
|
|
|
checksum = "62d671cc41a825ebabc75757b62d3d168c577f9149b2d49ece1dad1f72119d25"
|
2023-10-30 17:09:17 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-26 22:29:49 +00:00
|
|
|
"syn 2.0.67",
|
2023-10-30 17:09:17 +00:00
|
|
|
]
|
|
|
|
|
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-06-23 00:18:08 +00:00
|
|
|
"syn 2.0.67",
|
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-06-23 00:18:08 +00:00
|
|
|
"syn 2.0.67",
|
2023-09-12 16:32:32 +00:00
|
|
|
]
|
|
|
|
|
2022-11-28 11:11:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
2024-06-16 00:18:06 +00:00
|
|
|
version = "0.99.18"
|
2022-11-28 11:11:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-16 00:18:06 +00:00
|
|
|
checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
|
2022-11-28 11:11:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-23 00:18:08 +00:00
|
|
|
"syn 2.0.67",
|
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-06-23 00:18:08 +00:00
|
|
|
"syn 2.0.67",
|
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 = [
|
2024-06-22 21:22:00 +00:00
|
|
|
"dirs-sys",
|
2018-11-28 20:22:45 +00:00
|
|
|
]
|
|
|
|
|
2019-02-18 09:32:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
2024-06-22 21:22:00 +00:00
|
|
|
version = "5.0.1"
|
2019-02-18 09:32:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-22 21:22:00 +00:00
|
|
|
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
|
2019-02-18 09:32:58 +00:00
|
|
|
dependencies = [
|
2024-06-22 21:22:00 +00:00
|
|
|
"dirs-sys",
|
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",
|
|
|
|
]
|
|
|
|
|
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"
|
2024-06-23 00:18:08 +00:00
|
|
|
version = "0.2.5"
|
2022-10-19 23:24:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 00:18:08 +00:00
|
|
|
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
2022-10-19 23:24:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-23 00:18:08 +00:00
|
|
|
"syn 2.0.67",
|
2022-10-19 23:24:42 +00:00
|
|
|
]
|
|
|
|
|
2022-11-22 14:41:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dissimilar"
|
2024-05-11 14:27:17 +00:00
|
|
|
version = "1.0.9"
|
2022-11-22 14:41:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "59f8e79d1fbf76bdfbde321e902714bf6c49df88a7dda6fc682fc2979226962d"
|
2022-11-22 14:41:06 +00:00
|
|
|
|
2017-12-06 08:25:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2024-05-19 00:17:38 +00:00
|
|
|
version = "1.12.0"
|
2017-12-06 08:25:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 00:17:38 +00:00
|
|
|
checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b"
|
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"
|
2024-05-06 18:32:39 +00:00
|
|
|
version = "0.14.3"
|
2020-02-25 08:47:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-06 18:32:39 +00:00
|
|
|
checksum = "3d248bdd43ce613d87415282f69b9bb99d947d290b10962dd6c56233312c2ad5"
|
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"
|
|
|
|
|
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-03-17 00:26:01 +00:00
|
|
|
version = "0.11.3"
|
2024-02-07 04:22:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-17 00:26:01 +00:00
|
|
|
checksum = "38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9"
|
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-05-11 14:27:17 +00:00
|
|
|
version = "0.3.9"
|
2022-11-25 22:37:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
|
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
|
|
|
|
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"
|
2024-04-07 00:16:57 +00:00
|
|
|
version = "1.5.0"
|
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"
|
2024-04-07 00:16:57 +00:00
|
|
|
checksum = "9e0be0a561335815e06dab7c62e50353134c796e7a6155402a64bcff66b6a5e0"
|
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-05-11 14:27:17 +00:00
|
|
|
version = "2.1.0"
|
2022-11-15 19:06:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
|
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-05-11 14:27:17 +00:00
|
|
|
"redox_syscall 0.4.1",
|
2024-01-29 12:21:16 +00:00
|
|
|
"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-05-11 14:27:17 +00:00
|
|
|
version = "1.0.30"
|
2017-12-31 14:34:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
|
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"
|
2024-05-11 14:27:17 +00:00
|
|
|
version = "0.15.3"
|
2022-03-26 07:27:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "7fe0a21ee80050c678013f82edf4b705fe2f26f1f9877593d13198612503f493"
|
2022-03-26 07:27:43 +00:00
|
|
|
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"
|
2024-05-11 14:27:17 +00:00
|
|
|
version = "0.11.1"
|
2022-03-26 07:27:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "2a530c4694a6a8d528794ee9bbd8ba0122e779629ac908d15ad5a7ae7763a33d"
|
2022-03-26 07:27:43 +00:00
|
|
|
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
|
|
|
|
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
|
|
|
]
|
|
|
|
|
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-06-23 00:18:08 +00:00
|
|
|
"syn 2.0.67",
|
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
|
|
|
"unicode-width",
|
2023-03-07 22:16:27 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-15 12:50:04 +00:00
|
|
|
name = "getrandom"
|
2024-06-08 19:22:16 +00:00
|
|
|
version = "0.2.15"
|
2023-03-07 22:16:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 19:22:16 +00:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
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 = [
|
2023-08-14 14:57:38 +00:00
|
|
|
"fallible-iterator",
|
2023-11-18 09:42:05 +00:00
|
|
|
"indexmap",
|
2023-08-14 14:57:38 +00:00
|
|
|
"stable_deref_trait",
|
2023-03-07 22:16:27 +00:00
|
|
|
]
|
|
|
|
|
2024-07-16 09:01:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
|
|
|
version = "0.31.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64"
|
|
|
|
dependencies = [
|
|
|
|
"fallible-iterator",
|
|
|
|
"indexmap",
|
|
|
|
"stable_deref_trait",
|
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2017-02-07 23:13:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "handlebars"
|
2024-04-01 13:06:32 +00:00
|
|
|
version = "5.1.2"
|
2019-01-19 02:39:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-01 13:06:32 +00:00
|
|
|
checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
|
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"
|
2024-05-11 14:27:17 +00:00
|
|
|
version = "0.14.5"
|
2023-06-08 14:55:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
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",
|
2024-06-24 19:30:44 +00:00
|
|
|
"serde",
|
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
|
|
|
|
2024-03-17 00:26:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
|
|
|
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"
|
2024-06-07 18:20:51 +00:00
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2024-05-19 00:17:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "html5ever"
|
|
|
|
version = "0.27.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"mac",
|
2024-06-15 15:53:45 +00:00
|
|
|
"markup5ever",
|
2024-05-19 00:17:38 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-23 00:18:08 +00:00
|
|
|
"syn 2.0.67",
|
2024-05-19 00:17:38 +00:00
|
|
|
]
|
|
|
|
|
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-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-07-31 14:08:31 +00:00
|
|
|
"windows-core 0.52.0",
|
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-06-08 19:18:31 +00:00
|
|
|
version = "1.5.0"
|
2022-11-06 06:43:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 19:18:31 +00:00
|
|
|
checksum = "bbfeda1d7775b6548edd4e8b7562304a559a91ed56ab56e18961a053f367c365"
|
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-06-08 19:18:31 +00:00
|
|
|
version = "1.5.0"
|
2023-11-06 13:42:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 19:18:31 +00:00
|
|
|
checksum = "e1825170d2c6679cb20dbd96a589d034e49f698aed9a2ef4fafc9a0101ed298f"
|
2023-11-06 13:42:20 +00:00
|
|
|
|
2022-11-06 06:43:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "icu_locid"
|
2024-06-08 19:18:31 +00:00
|
|
|
version = "1.5.0"
|
2022-11-06 06:43:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 19:18:31 +00:00
|
|
|
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
|
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-06-08 19:18:31 +00:00
|
|
|
version = "1.5.0"
|
2023-11-06 13:42:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 19:18:31 +00:00
|
|
|
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
|
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-06-08 19:18:31 +00:00
|
|
|
version = "1.5.0"
|
2023-11-06 13:42:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 19:18:31 +00:00
|
|
|
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
|
2023-11-06 13:42:20 +00:00
|
|
|
|
2022-11-06 06:43:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "icu_provider"
|
2024-06-08 19:18:31 +00:00
|
|
|
version = "1.5.0"
|
2022-11-06 06:43:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 19:18:31 +00:00
|
|
|
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
|
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-06-08 19:18:31 +00:00
|
|
|
version = "1.5.0"
|
2022-11-06 06:43:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 19:18:31 +00:00
|
|
|
checksum = "d6324dfd08348a8e0374a447ebd334044d766b1839bb8d5ccf2482a99a77c0bc"
|
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-06-08 19:18:31 +00:00
|
|
|
version = "1.5.0"
|
2022-11-06 06:43:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 19:18:31 +00:00
|
|
|
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
|
2022-11-06 06:43:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-23 00:18:08 +00:00
|
|
|
"syn 2.0.67",
|
2022-11-06 06:43:25 +00:00
|
|
|
]
|
|
|
|
|
2024-06-24 19:30:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "id-arena"
|
|
|
|
version = "2.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
|
|
|
|
|
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-06-23 00:18:08 +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-06-23 00:18:08 +00:00
|
|
|
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
2019-08-01 00:44:39 +00:00
|
|
|
dependencies = [
|
2024-06-23 00:18:08 +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-24 12:09:28 +00:00
|
|
|
version = "2.2.6"
|
2023-06-26 07:21:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-24 12:09:28 +00:00
|
|
|
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
|
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"
|
2024-05-19 00:17:38 +00:00
|
|
|
version = "0.1.13"
|
2020-08-17 15:21:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 00:17:38 +00:00
|
|
|
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
|
2021-12-06 11:33:55 +00:00
|
|
|
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"
|
2024-05-11 14:27:17 +00:00
|
|
|
version = "0.5.2"
|
2022-03-26 07:27:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "fe22e020fce238ae18a6d5d8c502ee76a52a6e880d99477657e6acc30ec57bda"
|
2022-03-26 07:27:43 +00:00
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2024-05-11 14:27:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "is_terminal_polyfill"
|
|
|
|
version = "1.70.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
|
|
|
|
|
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-04-01 13:06:32 +00:00
|
|
|
version = "1.0.11"
|
2017-04-29 23:11:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-01 13:06:32 +00:00
|
|
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
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-05-11 14:27:17 +00:00
|
|
|
version = "0.1.31"
|
2017-02-20 00:20:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e"
|
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-03-17 00:26:01 +00:00
|
|
|
version = "0.3.69"
|
2023-04-11 11:46:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-17 00:26:01 +00:00
|
|
|
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
|
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",
|
|
|
|
"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"
|
2024-06-23 00:18:08 +00:00
|
|
|
version = "1.5.0"
|
2017-12-10 17:42:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 00:18:08 +00:00
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2017-12-10 17:42:49 +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"
|
|
|
|
|
2024-06-24 19:30:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lexopt"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baff4b617f7df3d896f97fe922b64817f6cd9a756bb81d40f8883f2f66dcb401"
|
|
|
|
|
2016-09-02 08:55:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-04-30 14:33:19 +00:00
|
|
|
version = "0.2.155"
|
2016-09-02 08:55:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-30 14:33:19 +00:00
|
|
|
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
|
2016-09-02 08:55:29 +00:00
|
|
|
|
2024-05-19 00:17:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libdbus-sys"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
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-17 00:26:01 +00:00
|
|
|
version = "0.8.3"
|
2023-10-01 05:03:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-17 00:26:01 +00:00
|
|
|
checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
|
2023-10-01 05:03:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2024-06-22 21:22:00 +00:00
|
|
|
"windows-targets 0.52.5",
|
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"
|
2024-04-01 13:06:32 +00:00
|
|
|
version = "0.1.3"
|
2024-01-29 12:21:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-01 13:06:32 +00:00
|
|
|
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
2024-01-29 12:21:16 +00:00
|
|
|
dependencies = [
|
2024-03-24 12:09:28 +00:00
|
|
|
"bitflags 2.5.0",
|
2024-01-29 12:21:16 +00:00
|
|
|
"libc",
|
|
|
|
]
|
2023-06-03 07:41:44 +00:00
|
|
|
|
2017-04-29 23:11:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
2024-06-08 19:22:16 +00:00
|
|
|
version = "1.1.18"
|
2017-04-29 23:11:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 19:22:16 +00:00
|
|
|
checksum = "c15da26e5af7e25c90b37a2d75cdbf940cf4a55316de9d84c679c9b8bfabf82e"
|
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-06-15 15:53:45 +00:00
|
|
|
"html5ever",
|
2020-10-15 13:25:30 +00:00
|
|
|
"regex",
|
|
|
|
]
|
2016-09-02 08:55:29 +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-05-19 00:17:38 +00:00
|
|
|
version = "0.4.14"
|
2023-06-26 07:21:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 00:17:38 +00:00
|
|
|
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
2022-11-25 22:37:04 +00:00
|
|
|
|
2022-11-06 06:43:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "litemap"
|
2024-06-08 19:18:31 +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-06-08 19:18:31 +00:00
|
|
|
checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704"
|
2022-11-06 06:43:25 +00:00
|
|
|
|
2021-09-25 13:25:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lld-wrapper"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2024-02-06 18:15:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "llvm-bitcode-linker"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"clap",
|
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
2020-08-17 15:21:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2024-05-11 14:27:17 +00:00
|
|
|
version = "0.4.12"
|
2020-08-17 15:21:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
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
|
|
|
|
2024-05-19 00:17:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "markup5ever"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
2024-06-15 15:53:45 +00:00
|
|
|
"phf",
|
|
|
|
"phf_codegen",
|
2024-05-19 00:17:38 +00:00
|
|
|
"string_cache",
|
|
|
|
"string_cache_codegen",
|
|
|
|
"tendril",
|
|
|
|
]
|
|
|
|
|
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-05-19 00:17:38 +00:00
|
|
|
version = "0.4.40"
|
2019-01-19 02:39:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 00:17:38 +00:00
|
|
|
checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
|
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-05-19 00:17:38 +00:00
|
|
|
"opener 0.7.1",
|
2024-05-11 14:27:17 +00:00
|
|
|
"pulldown-cmark 0.10.3",
|
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"
|
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"
|
2024-04-01 13:06:32 +00:00
|
|
|
version = "0.9.1"
|
2023-06-05 02:53:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-01 13:06:32 +00:00
|
|
|
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
2023-06-05 02:53:30 +00:00
|
|
|
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-06-23 00:18:08 +00:00
|
|
|
version = "0.7.4"
|
2022-07-15 14:04:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 00:18:08 +00:00
|
|
|
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
|
2022-07-15 14:04:23 +00:00
|
|
|
dependencies = [
|
2022-11-08 00:13:20 +00:00
|
|
|
"adler",
|
2022-07-15 14:04:23 +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",
|
2024-04-25 10:28:45 +00:00
|
|
|
"chrono",
|
2024-05-05 15:17:45 +00:00
|
|
|
"chrono-tz",
|
2019-08-15 00:45:09 +00:00
|
|
|
"colored",
|
2023-05-23 10:10:18 +00:00
|
|
|
"ctrlc",
|
2024-04-25 10:28:45 +00:00
|
|
|
"directories",
|
2022-11-21 00:55:41 +00:00
|
|
|
"getrandom",
|
2024-01-08 10:21:18 +00:00
|
|
|
"jemalloc-sys",
|
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-03-09 17:56:52 +00:00
|
|
|
"tempfile",
|
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"
|
|
|
|
|
2018-07-02 16:33:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "new_debug_unreachable"
|
2024-03-17 00:26:01 +00:00
|
|
|
version = "1.0.6"
|
2018-02-26 03:15:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-17 00:26:01 +00:00
|
|
|
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
|
2018-02-26 03:15:45 +00:00
|
|
|
|
2023-05-23 10:10:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2024-03-17 00:26:01 +00:00
|
|
|
version = "0.28.0"
|
2023-05-23 10:10:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-17 00:26:01 +00:00
|
|
|
checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
|
2023-05-23 10:10:18 +00:00
|
|
|
dependencies = [
|
2024-03-24 12:09:28 +00:00
|
|
|
"bitflags 2.5.0",
|
2023-05-23 10:10:18 +00:00
|
|
|
"cfg-if",
|
2024-03-17 00:26:01 +00:00
|
|
|
"cfg_aliases",
|
2023-05-23 10:10:18 +00:00
|
|
|
"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
|
|
|
]
|
|
|
|
|
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-03-30 14:39:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nu-ansi-term"
|
2024-06-08 19:22:16 +00:00
|
|
|
version = "0.50.0"
|
2024-03-30 14:39:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 19:22:16 +00:00
|
|
|
checksum = "dd2800e1520bdc966782168a627aa5d1ad92e33b984bf7c7615d31280c83ff14"
|
2024-03-30 14:39:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2024-07-20 16:13:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
|
|
|
|
dependencies = [
|
|
|
|
"num-bigint",
|
|
|
|
"num-complex",
|
|
|
|
"num-integer",
|
|
|
|
"num-iter",
|
|
|
|
"num-rational",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
|
|
|
version = "0.4.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
|
|
|
|
dependencies = [
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-complex"
|
|
|
|
version = "0.4.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2024-07-20 16:13:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.46"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
|
|
|
version = "0.1.45"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
|
|
|
|
dependencies = [
|
|
|
|
"num-bigint",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2017-02-20 00:20:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-05-11 14:27:17 +00:00
|
|
|
version = "0.2.19"
|
2017-02-20 00:20:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2020-08-17 15:21:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
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 = [
|
2024-08-01 20:09:50 +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 = [
|
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",
|
2024-03-18 22:47:41 +00:00
|
|
|
"ruzstd 0.5.0",
|
|
|
|
]
|
|
|
|
|
2024-04-16 18:31:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
|
|
|
version = "0.35.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8ec7ab813848ba4522158d5517a6093db1ded27575b070f4177b8d12b41db5e"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-06-07 05:50:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2024-07-17 11:33:20 +00:00
|
|
|
version = "0.36.2"
|
2024-06-07 05:50:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 11:33:20 +00:00
|
|
|
checksum = "3f203fa8daa7bb185f760ae12bd8e097f63d17041dcdcaf675ac54cdf863170e"
|
2024-06-07 05:50:28 +00:00
|
|
|
dependencies = [
|
2024-07-17 11:33:20 +00:00
|
|
|
"crc32fast",
|
|
|
|
"flate2",
|
|
|
|
"hashbrown",
|
|
|
|
"indexmap",
|
2024-06-07 05:50:28 +00:00
|
|
|
"memchr",
|
2024-07-17 11:33:20 +00:00
|
|
|
"ruzstd 0.7.0",
|
|
|
|
"wasmparser 0.214.0",
|
2024-06-07 05:50:28 +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
|
|
|
|
2024-07-18 18:56:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_map"
|
|
|
|
version = "0.4.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa7085055bbe9c8edbd982048dbcf8181794d4a81cb04a11931673e63cc18dc6"
|
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
"hashbrown",
|
|
|
|
"parking_lot",
|
|
|
|
"stable_deref_trait",
|
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2024-05-19 00:17:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "opener"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8df34be653210fbe9ffaff41d3b92721c56ce82dfee58ee684f9afb5e3a90c0"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"dbus",
|
|
|
|
"normpath",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
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-04-01 13:06:32 +00:00
|
|
|
version = "0.9.102"
|
2017-04-29 23:11:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-01 13:06:32 +00:00
|
|
|
checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2"
|
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",
|
|
|
|
"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",
|
2024-05-09 13:43:14 +00:00
|
|
|
"xz2",
|
2023-06-03 07:41:44 +00:00
|
|
|
]
|
|
|
|
|
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
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
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"
|
2024-06-08 19:22:16 +00:00
|
|
|
version = "0.12.3"
|
2022-06-04 12:07:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 19:22:16 +00:00
|
|
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
2022-06-04 12:07:44 +00:00
|
|
|
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-05-11 14:27:17 +00:00
|
|
|
version = "0.9.10"
|
2022-06-04 12:07:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
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-06-16 00:18:06 +00:00
|
|
|
"redox_syscall 0.5.2",
|
2022-06-04 12:07:44 +00:00
|
|
|
"smallvec",
|
2024-05-11 14:27:17 +00:00
|
|
|
"windows-targets 0.52.5",
|
2022-06-04 12:07:44 +00:00
|
|
|
]
|
|
|
|
|
2024-05-05 15:17:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parse-zoneinfo"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24"
|
|
|
|
dependencies = [
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
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-05-11 14:27:17 +00:00
|
|
|
version = "2.7.10"
|
2019-01-19 02:39:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "560131c633294438da9f7c4b08189194b20946c8274c6b9e38881a7874dc8ee8"
|
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-05-11 14:27:17 +00:00
|
|
|
version = "2.7.10"
|
2019-01-19 02:39:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "26293c9193fbca7b1a3bf9b79dc1e388e927e6cacaa78b4a3ab705a1d3d41459"
|
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-05-11 14:27:17 +00:00
|
|
|
version = "2.7.10"
|
2019-01-19 02:39:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "3ec22af7d3fb470a85dd2ca96b7c577a1eb4ef6f1683a9fe9a8c16e136c04687"
|
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-06-23 00:18:08 +00:00
|
|
|
"syn 2.0.67",
|
2019-01-19 02:39:37 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_meta"
|
2024-05-11 14:27:17 +00:00
|
|
|
version = "2.7.10"
|
2019-01-19 02:39:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "d7a240022f37c361ec1878d646fc5b7d7c4d28d5946e1a80ad5a7a4f4ca0bdcd"
|
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
|
|
|
]
|
|
|
|
|
2024-05-05 15:17:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
|
|
|
|
dependencies = [
|
|
|
|
"phf_shared 0.11.2",
|
2018-04-03 14:32:04 +00:00
|
|
|
]
|
|
|
|
|
2024-05-05 15:17:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
|
|
|
|
dependencies = [
|
|
|
|
"phf_generator 0.11.2",
|
|
|
|
"phf_shared 0.11.2",
|
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 = [
|
2024-05-05 15:17:45 +00:00
|
|
|
"phf_shared 0.10.0",
|
|
|
|
"rand",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
|
|
|
|
dependencies = [
|
|
|
|
"phf_shared 0.11.2",
|
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
|
|
|
]
|
|
|
|
|
2024-05-05 15:17:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
|
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
2021-02-10 01:52:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2024-04-01 13:06:32 +00:00
|
|
|
version = "0.2.14"
|
2021-02-10 01:52:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-01 13:06:32 +00:00
|
|
|
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
|
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",
|
|
|
|
]
|
|
|
|
|
2024-07-25 16:29:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prettydiff"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "abec3fb083c10660b3854367697da94c674e9e82aa7511014dc958beeb7215e9"
|
|
|
|
dependencies = [
|
|
|
|
"owo-colors",
|
|
|
|
"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-06-23 00:18:08 +00:00
|
|
|
version = "1.0.86"
|
2019-09-08 08:28:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 00:18:08 +00:00
|
|
|
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
|
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
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2024-06-29 18:24:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pulldown-cmark"
|
|
|
|
version = "0.9.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.5.0",
|
|
|
|
"memchr",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2020-09-14 00:15:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pulldown-cmark"
|
2024-06-29 16:34:52 +00:00
|
|
|
version = "0.10.3"
|
2020-09-14 00:15:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-29 16:34:52 +00:00
|
|
|
checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
|
2020-09-14 00:15:01 +00:00
|
|
|
dependencies = [
|
2024-03-24 12:09:28 +00:00
|
|
|
"bitflags 2.5.0",
|
2020-09-14 00:15:01 +00:00
|
|
|
"memchr",
|
2024-06-29 16:34:52 +00:00
|
|
|
"pulldown-cmark-escape 0.10.1",
|
2020-09-14 00:15:01 +00:00
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2024-02-07 04:22:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pulldown-cmark"
|
2024-06-29 16:34:52 +00:00
|
|
|
version = "0.11.0"
|
2024-02-07 04:22:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-29 16:34:52 +00:00
|
|
|
checksum = "8746739f11d39ce5ad5c2520a9b75285310dbfe78c541ccf832d38615765aec0"
|
2024-02-07 04:22:13 +00:00
|
|
|
dependencies = [
|
2024-03-24 12:09:28 +00:00
|
|
|
"bitflags 2.5.0",
|
2024-02-07 04:22:13 +00:00
|
|
|
"memchr",
|
2024-06-29 16:34:52 +00:00
|
|
|
"pulldown-cmark-escape 0.11.0",
|
2024-02-07 04:22:13 +00:00
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pulldown-cmark-escape"
|
2024-05-11 14:27:17 +00:00
|
|
|
version = "0.10.1"
|
2024-02-07 04:22:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
|
2024-02-07 04:22:13 +00:00
|
|
|
|
2024-06-29 16:34:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pulldown-cmark-escape"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae"
|
|
|
|
|
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-05-11 14:27:17 +00:00
|
|
|
version = "1.0.36"
|
2019-09-08 08:28:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
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
|
|
|
]
|
|
|
|
|
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
|
|
|
]
|
|
|
|
|
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-24 12:09:28 +00:00
|
|
|
version = "1.10.0"
|
2018-02-26 03:15:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-24 12:09:28 +00:00
|
|
|
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
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
|
|
|
]
|
|
|
|
|
2024-05-11 14:27:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2024-06-16 00:18:06 +00:00
|
|
|
version = "0.5.2"
|
2024-05-11 14:27:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-16 00:18:06 +00:00
|
|
|
checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd"
|
2024-05-11 14:27:17 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.5.0",
|
|
|
|
]
|
|
|
|
|
2021-02-25 10:26:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2024-04-01 13:06:32 +00:00
|
|
|
version = "0.4.5"
|
2021-02-25 10:26:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-01 13:06:32 +00:00
|
|
|
checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
|
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-05-05 00:01:47 +00:00
|
|
|
version = "1.9.4"
|
2018-05-11 12:11:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-05 00:01:47 +00:00
|
|
|
checksum = "12de2eff854e5fa4b1295edd650e227e9d8fb0c9e90b12e7f36d6a6811791a29"
|
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-05-05 00:01:47 +00:00
|
|
|
"regex-automata 0.3.7",
|
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-05-05 00:01:47 +00:00
|
|
|
version = "0.3.7"
|
2024-01-29 12:21:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-05 00:01:47 +00:00
|
|
|
checksum = "49530408a136e16e5b486e883fbb6ba058e8e4e8ae6621a77b048b314336e629"
|
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax 0.7.5",
|
|
|
|
]
|
2024-01-29 12:21:16 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-lite"
|
2024-06-16 00:18:06 +00:00
|
|
|
version = "0.1.6"
|
2024-01-29 12:21:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-16 00:18:06 +00:00
|
|
|
checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
|
2024-01-29 12:21:16 +00:00
|
|
|
|
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"
|
2024-06-16 00:18:06 +00:00
|
|
|
version = "0.8.4"
|
2023-12-16 13:13:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-16 00:18:06 +00:00
|
|
|
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
|
2023-12-16 13:13:12 +00:00
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2024-07-18 18:56:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rinja"
|
2024-08-03 23:08:10 +00:00
|
|
|
version = "0.3.0"
|
2024-07-18 18:56:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-03 23:08:10 +00:00
|
|
|
checksum = "6d3762e3740cdbf2fd2be465cc2c26d643ad17353cc2e0223d211c1b096118bd"
|
2024-07-18 18:56:36 +00:00
|
|
|
dependencies = [
|
2024-08-03 23:08:10 +00:00
|
|
|
"itoa",
|
2024-07-18 18:56:36 +00:00
|
|
|
"rinja_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rinja_derive"
|
2024-08-03 23:08:10 +00:00
|
|
|
version = "0.3.0"
|
2024-07-18 18:56:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-03 23:08:10 +00:00
|
|
|
checksum = "fd01fd8e15e7d19c8b8052c1d428325131e02ff1633cdcf695190c2e56ab682c"
|
2024-07-18 18:56:36 +00:00
|
|
|
dependencies = [
|
|
|
|
"basic-toml",
|
2024-08-03 23:08:10 +00:00
|
|
|
"memchr",
|
2024-07-18 18:56:36 +00:00
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
|
|
|
"once_map",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rinja_parser",
|
|
|
|
"serde",
|
|
|
|
"syn 2.0.67",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rinja_parser"
|
2024-08-03 23:08:10 +00:00
|
|
|
version = "0.3.0"
|
2024-07-18 18:56:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-03 23:08:10 +00:00
|
|
|
checksum = "a2f6bf7cef118c6de21206edf0b3f19f5ede60006be674a58ca21b6e003a1b57"
|
2024-07-18 18:56:36 +00:00
|
|
|
dependencies = [
|
2024-08-03 23:08:10 +00:00
|
|
|
"memchr",
|
2024-07-18 18:56:36 +00:00
|
|
|
"nom",
|
|
|
|
]
|
|
|
|
|
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"
|
2024-06-09 16:29:14 +00:00
|
|
|
version = "0.2.0"
|
2024-03-06 20:39:07 +00:00
|
|
|
dependencies = [
|
2024-06-27 18:38:30 +00:00
|
|
|
"bstr",
|
2024-07-04 13:47:30 +00:00
|
|
|
"build_helper",
|
2024-07-16 09:01:35 +00:00
|
|
|
"gimli 0.31.0",
|
2024-07-17 11:33:20 +00:00
|
|
|
"object 0.36.2",
|
2024-04-14 16:36:09 +00:00
|
|
|
"regex",
|
2024-04-20 11:25:53 +00:00
|
|
|
"similar",
|
2024-07-17 11:33:20 +00:00
|
|
|
"wasmparser 0.214.0",
|
2024-03-06 20:39:07 +00:00
|
|
|
]
|
2024-01-20 16:51:59 +00:00
|
|
|
|
2022-10-04 13:23:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-build-sysroot"
|
2024-05-19 18:31:08 +00:00
|
|
|
version = "0.5.2"
|
2022-10-04 13:23:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 18:31:08 +00:00
|
|
|
checksum = "fa3ca63cc537c1cb69e4c2c0afc5fda2ccd36ac84c97d5a4ae05e69b1c834afb"
|
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"
|
2024-05-11 14:27:17 +00:00
|
|
|
version = "0.1.24"
|
2017-05-08 22:01:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
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
|
|
|
]
|
|
|
|
|
2024-06-27 08:22:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-perf-wrapper"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2024-06-19 19:23:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-stable-hash"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e5c9f15eec8235d7cb775ee6f81891db79b98fd54ba1ad8fae565b88ef1ae4e2"
|
|
|
|
|
2022-11-06 21:06:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_abi"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2024-03-24 12:09:28 +00:00
|
|
|
"bitflags 2.5.0",
|
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-03-24 12:09:28 +00:00
|
|
|
"bitflags 2.5.0",
|
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",
|
|
|
|
]
|
|
|
|
|
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-06-22 21:22:00 +00:00
|
|
|
"itertools",
|
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-06-22 21:22:00 +00:00
|
|
|
"itertools",
|
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 = [
|
2024-03-24 01:03:39 +00:00
|
|
|
"rustc_abi",
|
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
|
|
|
"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-06-22 21:22:00 +00:00
|
|
|
"itertools",
|
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-03-24 12:09:28 +00:00
|
|
|
"bitflags 2.5.0",
|
2024-06-22 21:22:00 +00:00
|
|
|
"itertools",
|
2019-10-22 15:51:35 +00:00
|
|
|
"libc",
|
2022-06-26 02:21:49 +00:00
|
|
|
"measureme",
|
2024-07-17 11:33:20 +00:00
|
|
|
"object 0.36.2",
|
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",
|
2024-04-08 02:35:49 +00:00
|
|
|
"rustc_sanitizers",
|
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-04-14 07:51:49 +00:00
|
|
|
"arrayvec",
|
2024-03-24 12:09:28 +00:00
|
|
|
"bitflags 2.5.0",
|
2019-08-15 00:45:09 +00:00
|
|
|
"cc",
|
2024-04-14 07:51:49 +00:00
|
|
|
"either",
|
2024-06-22 21:22:00 +00:00
|
|
|
"itertools",
|
2019-08-15 00:45:09 +00:00
|
|
|
"jobserver",
|
|
|
|
"libc",
|
2024-07-17 11:33:20 +00:00
|
|
|
"object 0.36.2",
|
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",
|
2024-03-15 18:13:11 +00:00
|
|
|
"rustc_monomorphize",
|
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-07-17 11:33:20 +00:00
|
|
|
"wasm-encoder 0.210.0",
|
2024-07-31 14:08:31 +00:00
|
|
|
"windows 0.52.0",
|
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-03-24 12:09:28 +00:00
|
|
|
"bitflags 2.5.0",
|
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",
|
2024-06-19 19:23:40 +00:00
|
|
|
"rustc-stable-hash",
|
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",
|
2024-07-31 14:08:31 +00:00
|
|
|
"windows 0.52.0",
|
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 = [
|
2023-05-19 20:03:35 +00:00
|
|
|
"ctrlc",
|
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",
|
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",
|
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",
|
2024-07-31 14:08:31 +00:00
|
|
|
"windows 0.52.0",
|
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",
|
2024-07-31 14:08:31 +00:00
|
|
|
"windows 0.52.0",
|
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",
|
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-06-23 00:18:08 +00:00
|
|
|
"syn 2.0.67",
|
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-06-22 21:22:00 +00:00
|
|
|
"itertools",
|
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-06-22 21:22:00 +00:00
|
|
|
"itertools",
|
2022-10-20 15:51:37 +00:00
|
|
|
"rustc_ast",
|
2024-02-24 22:22:28 +00:00
|
|
|
"rustc_ast_ir",
|
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_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-06-23 00:18:08 +00:00
|
|
|
"syn 2.0.67",
|
2023-10-24 00:16:14 +00:00
|
|
|
]
|
|
|
|
|
2020-01-06 19:13:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_infer"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2024-02-24 22:22:28 +00:00
|
|
|
"rustc_ast_ir",
|
2020-01-06 19:13:24 +00:00
|
|
|
"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",
|
2024-06-12 18:58:10 +00:00
|
|
|
"rustc_next_trait_solver",
|
2020-01-06 19:13:24 +00:00
|
|
|
"rustc_span",
|
|
|
|
"rustc_target",
|
2024-07-05 20:39:24 +00:00
|
|
|
"rustc_type_ir",
|
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",
|
2024-05-03 19:14:42 +00:00
|
|
|
"rustc_ast_pretty",
|
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",
|
2024-05-15 17:13:02 +00:00
|
|
|
"rustc_hir_pretty",
|
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",
|
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-06-23 00:18:08 +00:00
|
|
|
"syn 2.0.67",
|
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-03-24 12:09:28 +00:00
|
|
|
"bitflags 2.5.0",
|
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-03-24 12:09:28 +00:00
|
|
|
"bitflags 2.5.0",
|
2024-06-26 22:29:49 +00:00
|
|
|
"derive-where",
|
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",
|
2020-03-29 13:24:45 +00:00
|
|
|
"polonius-engine",
|
|
|
|
"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",
|
2024-04-14 14:26:59 +00:00
|
|
|
"rustc_hir_pretty",
|
2020-03-29 13:24:45 +00:00
|
|
|
"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 = [
|
2024-07-13 15:24:50 +00:00
|
|
|
"either",
|
2024-06-22 21:22:00 +00:00
|
|
|
"itertools",
|
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",
|
2024-05-02 23:55:03 +00:00
|
|
|
"rustc_lint",
|
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",
|
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-06-22 21:22:00 +00:00
|
|
|
"itertools",
|
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",
|
2024-05-24 08:14:31 +00:00
|
|
|
"rustc_infer",
|
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",
|
2024-07-04 04:43:37 +00:00
|
|
|
"rustc_type_ir",
|
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 = [
|
2024-06-17 21:59:08 +00:00
|
|
|
"bitflags 2.5.0",
|
2024-06-26 22:59:30 +00:00
|
|
|
"derive-where",
|
2024-06-17 21:59:08 +00:00
|
|
|
"rustc_ast_ir",
|
|
|
|
"rustc_data_structures",
|
|
|
|
"rustc_index",
|
|
|
|
"rustc_macros",
|
|
|
|
"rustc_serialize",
|
2023-11-22 23:44:58 +00:00
|
|
|
"rustc_type_ir",
|
2024-06-17 21:59:08 +00:00
|
|
|
"rustc_type_ir_macros",
|
|
|
|
"tracing",
|
2023-11-22 23:44:58 +00:00
|
|
|
]
|
|
|
|
|
2019-10-15 20:48:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_parse"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2024-03-24 12:09:28 +00:00
|
|
|
"bitflags 2.5.0",
|
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",
|
2024-05-02 23:26:34 +00:00
|
|
|
"termcolor",
|
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 = [
|
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",
|
2024-03-12 07:00:01 +00:00
|
|
|
"rustc_privacy",
|
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",
|
2024-03-04 15:57:32 +00:00
|
|
|
"tracing-subscriber",
|
|
|
|
"tracing-tree",
|
2023-12-10 19:42:30 +00:00
|
|
|
]
|
|
|
|
|
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-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_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",
|
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-03-24 12:09:28 +00:00
|
|
|
"bitflags 2.5.0",
|
2024-06-29 16:34:52 +00:00
|
|
|
"pulldown-cmark 0.11.0",
|
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
|
|
|
]
|
|
|
|
|
2024-04-08 02:35:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_sanitizers"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.5.0",
|
|
|
|
"rustc_data_structures",
|
|
|
|
"rustc_hir",
|
|
|
|
"rustc_middle",
|
|
|
|
"rustc_span",
|
|
|
|
"rustc_target",
|
|
|
|
"rustc_trait_selection",
|
|
|
|
"tracing",
|
|
|
|
"twox-hash",
|
|
|
|
]
|
|
|
|
|
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-03-24 12:09:28 +00:00
|
|
|
"bitflags 2.5.0",
|
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",
|
2024-07-31 14:08:31 +00:00
|
|
|
"windows 0.52.0",
|
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",
|
2024-06-26 04:09:55 +00:00
|
|
|
"rustc_ast",
|
|
|
|
"rustc_ast_pretty",
|
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 = [
|
2024-06-26 22:39:48 +00:00
|
|
|
"derive-where",
|
2023-11-18 09:42:05 +00:00
|
|
|
"indexmap",
|
2024-03-06 18:39:36 +00:00
|
|
|
"itoa",
|
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 = [
|
|
|
|
"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",
|
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-03-24 12:09:28 +00:00
|
|
|
"bitflags 2.5.0",
|
2024-07-17 11:33:20 +00:00
|
|
|
"object 0.36.2",
|
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-06-22 21:22:00 +00:00
|
|
|
"itertools",
|
2020-02-11 18:53:40 +00:00
|
|
|
"rustc_ast",
|
2024-02-24 22:22:28 +00:00
|
|
|
"rustc_ast_ir",
|
2020-02-11 18:53:40 +00:00
|
|
|
"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_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",
|
2024-05-18 20:05:16 +00:00
|
|
|
"rustc_serialize",
|
2020-02-11 18:53:40 +00:00
|
|
|
"rustc_session",
|
|
|
|
"rustc_span",
|
|
|
|
"rustc_target",
|
2021-07-03 16:18:13 +00:00
|
|
|
"rustc_transmute",
|
2024-05-17 16:43:05 +00:00
|
|
|
"rustc_type_ir",
|
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-06-22 21:22:00 +00:00
|
|
|
"itertools",
|
2024-02-24 22:22:28 +00:00
|
|
|
"rustc_ast_ir",
|
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-06-22 21:22:00 +00:00
|
|
|
"itertools",
|
2024-02-25 00:25:04 +00:00
|
|
|
"rustc_ast_ir",
|
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-03-24 12:09:28 +00:00
|
|
|
"bitflags 2.5.0",
|
2024-06-27 11:55:44 +00:00
|
|
|
"derive-where",
|
2024-06-18 17:21:48 +00:00
|
|
|
"indexmap",
|
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",
|
2024-05-11 00:30:24 +00:00
|
|
|
"rustc_type_ir_macros",
|
2021-01-31 09:32:34 +00:00
|
|
|
"smallvec",
|
2024-05-27 00:45:37 +00:00
|
|
|
"tracing",
|
2020-11-18 15:37:10 +00:00
|
|
|
]
|
|
|
|
|
2024-05-11 00:30:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_type_ir_macros"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-23 00:18:08 +00:00
|
|
|
"syn 2.0.67",
|
2024-05-11 00:30:24 +00:00
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
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",
|
2024-03-22 00:19:39 +00:00
|
|
|
"base64",
|
2020-08-27 10:50:28 +00:00
|
|
|
"expect-test",
|
2023-11-18 09:42:05 +00:00
|
|
|
"indexmap",
|
2024-06-22 21:22:00 +00:00
|
|
|
"itertools",
|
2019-08-15 00:45:09 +00:00
|
|
|
"minifier",
|
2024-06-29 18:24:36 +00:00
|
|
|
"pulldown-cmark 0.9.6",
|
2020-10-13 13:46:34 +00:00
|
|
|
"regex",
|
2024-07-18 18:56:36 +00:00
|
|
|
"rinja",
|
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",
|
rustdoc: word wrap CamelCase in the item list table
This is an alternative to ee6459d6521cf6a4c2e08b6e13ce3c6ce5d55ed0.
That is, it fixes the issue that affects the very long type names
in https://docs.rs/async-stripe/0.31.0/stripe/index.html#structs.
This is, necessarily, a pile of nasty heuristics.
We need to balance a few issues:
- Sometimes, there's no real word break.
For example, `BTreeMap` should be `BTree<wbr>Map`,
not `B<wbr>Tree<wbr>Map`.
- Sometimes, there's a legit word break,
but the name is tiny and the HTML overhead isn't worth it.
For example, if we're typesetting `TyCtx`,
writing `Ty<wbr>Ctx` would have an HTML overhead of 50%.
Line breaking inside it makes no sense.
2024-06-10 22:01:31 +00:00
|
|
|
"unicode-segmentation",
|
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",
|
|
|
|
]
|
|
|
|
|
2024-04-13 17:54:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustfix"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "81864b097046da5df3758fdc6e4822bbb70afa06317e8ca45ea1b51cb8c5e5a4"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
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-06-23 00:18:08 +00:00
|
|
|
"syn 2.0.67",
|
2019-06-18 12:15:19 +00:00
|
|
|
]
|
|
|
|
|
2019-07-30 11:00:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustfmt-nightly"
|
2024-06-22 21:22:00 +00:00
|
|
|
version = "1.7.1"
|
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",
|
2024-06-22 21:22:00 +00:00
|
|
|
"cargo_metadata 0.18.1",
|
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-06-22 21:22:00 +00:00
|
|
|
"itertools",
|
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-05-11 14:27:17 +00:00
|
|
|
version = "0.38.34"
|
2022-11-25 22:37:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
|
2022-11-25 22:37:04 +00:00
|
|
|
dependencies = [
|
2024-03-24 12:09:28 +00:00
|
|
|
"bitflags 2.5.0",
|
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
|
|
|
]
|
|
|
|
|
2021-02-25 10:26:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2024-05-19 00:17:38 +00:00
|
|
|
version = "1.0.17"
|
2021-02-25 10:26:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 00:17:38 +00:00
|
|
|
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
|
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",
|
|
|
|
]
|
|
|
|
|
2024-03-18 22:47:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ruzstd"
|
2024-07-17 11:33:20 +00:00
|
|
|
version = "0.7.0"
|
2024-03-18 22:47:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 11:33:20 +00:00
|
|
|
checksum = "5022b253619b1ba797f243056276bed8ed1a73b0f5a7ce7225d524067644bf8f"
|
2024-03-18 22:47:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"twox-hash",
|
|
|
|
]
|
|
|
|
|
2018-08-21 17:23:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2024-05-11 14:27:17 +00:00
|
|
|
version = "1.0.18"
|
2018-08-21 17:23:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
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
|
|
|
|
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-05-11 14:27:17 +00:00
|
|
|
"self_cell 1.0.4",
|
2023-11-18 09:42:05 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "self_cell"
|
2024-05-11 14:27:17 +00:00
|
|
|
version = "1.0.4"
|
2022-03-26 07:27:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a"
|
2022-03-26 07:27:43 +00:00
|
|
|
|
2021-06-02 03:38:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2024-05-11 14:27:17 +00:00
|
|
|
version = "1.0.23"
|
2021-06-02 03:38:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
|
2021-06-02 03:38:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2017-04-29 23:11:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-06-08 19:22:16 +00:00
|
|
|
version = "1.0.203"
|
2017-04-29 23:11:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 19:22:16 +00:00
|
|
|
checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094"
|
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-06-08 19:22:16 +00:00
|
|
|
version = "1.0.203"
|
2017-04-29 23:11:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 19:22:16 +00:00
|
|
|
checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
|
2017-04-29 23:11:58 +00:00
|
|
|
dependencies = [
|
2020-08-01 14:11:15 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-23 00:18:08 +00:00
|
|
|
"syn 2.0.67",
|
2017-04-29 23:11:58 +00:00
|
|
|
]
|
2017-02-20 00:20:57 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-05-11 14:27:17 +00:00
|
|
|
version = "1.0.117"
|
2017-02-20 00:20:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
|
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-05-19 00:17:38 +00:00
|
|
|
version = "0.6.6"
|
2023-06-02 09:42:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 00:17:38 +00:00
|
|
|
checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0"
|
2023-06-02 09:42:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"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
|
|
|
|
2024-04-20 11:25:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "similar"
|
|
|
|
version = "2.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fa42c91313f1d05da9b26f267f931cf178d4aba455b4c4622dd7355eb80c6640"
|
|
|
|
|
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-03-24 12:09:28 +00:00
|
|
|
version = "1.13.2"
|
2019-11-04 14:59:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-24 12:09:28 +00:00
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
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-05-11 14:27:17 +00:00
|
|
|
version = "0.5.7"
|
2021-05-01 11:50:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
|
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"
|
2024-06-08 19:22:16 +00:00
|
|
|
version = "0.2.1"
|
2024-02-27 14:50:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 19:22:16 +00:00
|
|
|
checksum = "ed14ba8b4b82241bd5daba2c49185d4a0581a0058355fe96537338f002b8605d"
|
2024-02-27 14:50:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"color-eyre",
|
|
|
|
]
|
|
|
|
|
2024-06-24 19:30:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spdx"
|
|
|
|
version = "0.10.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "47317bbaf63785b53861e1ae2d11b80d6b624211d42cb20efcd210ee6f8a14bc"
|
|
|
|
dependencies = [
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
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",
|
2024-06-17 21:01:38 +00:00
|
|
|
"serde",
|
2023-09-14 15:50:11 +00:00
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
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",
|
2024-05-05 15:17:45 +00:00
|
|
|
"phf_shared 0.10.0",
|
2019-08-15 00:45:09 +00:00
|
|
|
"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 = [
|
2024-05-05 15:17:45 +00:00
|
|
|
"phf_generator 0.10.0",
|
|
|
|
"phf_shared 0.10.0",
|
2020-08-01 14:11:15 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2018-04-03 14:32:04 +00:00
|
|
|
]
|
|
|
|
|
2024-01-29 12:21:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2024-04-07 00:16:57 +00:00
|
|
|
version = "0.11.1"
|
2024-01-29 12:21:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-07 00:16:57 +00:00
|
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
2024-01-29 12:21:16 +00:00
|
|
|
|
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 = [
|
2024-03-17 00:26:01 +00:00
|
|
|
"heck 0.4.1",
|
2022-11-15 09:19:17 +00:00
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
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-06-23 00:18:08 +00:00
|
|
|
version = "2.0.67"
|
2023-03-23 06:19:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 00:18:08 +00:00
|
|
|
checksum = "ff8655ed1d86f3af4ee3fd3263786bc14245ad17c4c7e85ba7187fb3ae028c90"
|
2023-03-23 06:19:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
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-06-23 00:18:08 +00:00
|
|
|
"syn 2.0.67",
|
2023-03-27 13:44:06 +00:00
|
|
|
]
|
|
|
|
|
2023-06-03 07:41:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sysinfo"
|
2024-07-31 14:08:31 +00:00
|
|
|
version = "0.31.2"
|
2023-06-03 07:41:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-31 14:08:31 +00:00
|
|
|
checksum = "d4115055da5f572fff541dd0c4e61b0262977f453cc9fe04be83aba25a89bdab"
|
2023-06-03 07:41:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
2024-07-31 14:08:31 +00:00
|
|
|
"windows 0.57.0",
|
2023-06-03 07:41:44 +00:00
|
|
|
]
|
|
|
|
|
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-06-08 19:22:16 +00:00
|
|
|
version = "0.4.41"
|
2017-05-08 22:01:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 19:22:16 +00:00
|
|
|
checksum = "cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909"
|
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
|
|
|
]
|
|
|
|
|
2024-05-05 00:01:47 +00:00
|
|
|
[[package]]
|
2024-07-20 16:13:27 +00:00
|
|
|
name = "test-float-parse"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"indicatif",
|
|
|
|
"num",
|
|
|
|
"rand",
|
|
|
|
"rand_chacha",
|
|
|
|
"rayon",
|
|
|
|
]
|
|
|
|
|
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-05-19 00:17:38 +00:00
|
|
|
version = "1.0.61"
|
2019-11-26 11:06:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 00:17:38 +00:00
|
|
|
checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
|
2019-11-26 11:06:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-05-19 00:17:38 +00:00
|
|
|
version = "1.0.61"
|
2019-11-26 11:06:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 00:17:38 +00:00
|
|
|
checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
|
2019-11-26 11:06:30 +00:00
|
|
|
dependencies = [
|
2020-08-01 14:11:15 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-23 00:18:08 +00:00
|
|
|
"syn 2.0.67",
|
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 = [
|
2024-05-28 00:05:32 +00:00
|
|
|
"gimli 0.28.1",
|
2023-11-18 09:42:05 +00:00
|
|
|
"hashbrown",
|
2024-03-18 22:47:41 +00:00
|
|
|
"object 0.32.2",
|
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 = [
|
2024-06-10 14:07:19 +00:00
|
|
|
"build_helper",
|
2023-10-07 05:55:48 +00:00
|
|
|
"cargo_metadata 0.15.4",
|
2024-06-21 22:20:45 +00:00
|
|
|
"fluent-syntax",
|
2022-11-04 08:56:48 +00:00
|
|
|
"ignore",
|
2022-10-31 00:17:25 +00:00
|
|
|
"miropt-test-tools",
|
2019-08-15 00:45:09 +00:00
|
|
|
"regex",
|
2024-04-18 06:57:43 +00:00
|
|
|
"rustc-hash",
|
2023-01-05 04:57:20 +00:00
|
|
|
"semver",
|
2024-06-23 14:06:23 +00:00
|
|
|
"similar",
|
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-05-04 18:20:46 +00:00
|
|
|
version = "0.3.36"
|
2023-03-03 22:25:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-04 18:20:46 +00:00
|
|
|
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
|
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-05-04 18:20:46 +00:00
|
|
|
version = "0.2.18"
|
2023-03-03 22:25:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-04 18:20:46 +00:00
|
|
|
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
|
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-06-08 19:18:31 +00:00
|
|
|
version = "0.7.6"
|
2022-03-26 07:27:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 19:18:31 +00:00
|
|
|
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
|
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-06-08 19:22:16 +00:00
|
|
|
version = "1.38.0"
|
2019-01-21 15:32:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 19:22:16 +00:00
|
|
|
checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a"
|
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
|
|
|
"pin-project-lite",
|
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",
|
2024-07-15 20:30:52 +00:00
|
|
|
"toml_edit",
|
2023-06-02 09:42:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2024-05-19 00:17:38 +00:00
|
|
|
version = "0.6.6"
|
2023-06-02 09:42:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 00:17:38 +00:00
|
|
|
checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf"
|
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",
|
2024-07-15 20:30:52 +00:00
|
|
|
"winnow",
|
2023-06-02 09:42:42 +00:00
|
|
|
]
|
|
|
|
|
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
|
|
|
|
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-06-23 00:18:08 +00:00
|
|
|
"syn 2.0.67",
|
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",
|
|
|
|
]
|
|
|
|
|
2024-01-29 12:21:16 +00:00
|
|
|
[[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",
|
2024-03-30 14:39:43 +00:00
|
|
|
"nu-ansi-term 0.46.0",
|
2023-06-26 07:21:35 +00:00
|
|
|
"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-03-30 14:39:43 +00:00
|
|
|
"tracing-log",
|
2020-08-04 22:35:37 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-tree"
|
2024-06-08 19:22:16 +00:00
|
|
|
version = "0.3.1"
|
2020-08-04 22:35:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 19:22:16 +00:00
|
|
|
checksum = "b56c62d2c80033cb36fae448730a2f2ef99410fe3ecbffc916681a32f6807dbe"
|
2020-08-04 22:35:37 +00:00
|
|
|
dependencies = [
|
2024-06-08 19:22:16 +00:00
|
|
|
"nu-ansi-term 0.50.0",
|
2021-12-21 17:00:30 +00:00
|
|
|
"tracing-core",
|
2024-03-30 14:39:43 +00:00
|
|
|
"tracing-log",
|
2020-08-04 22:35:37 +00:00
|
|
|
"tracing-subscriber",
|
2020-07-24 18:42:00 +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"
|
2024-05-11 14:27:17 +00:00
|
|
|
version = "0.5.0"
|
2022-03-26 07:27:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "deb68604048ff8fa93347f02441e4487594adc20bb8a084f9e564d2b827a0a9f"
|
2022-03-26 07:27:43 +00:00
|
|
|
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",
|
2024-07-25 16:29:27 +00:00
|
|
|
"prettydiff 0.6.4",
|
2023-08-24 19:33:17 +00:00
|
|
|
"regex",
|
|
|
|
"rustc_version",
|
2024-04-13 17:54:13 +00:00
|
|
|
"rustfix 0.6.1",
|
2023-08-24 19:33:17 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
2024-02-27 14:50:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ui_test"
|
2024-07-25 16:29:27 +00:00
|
|
|
version = "0.24.0"
|
2024-02-27 14:50:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-25 16:29:27 +00:00
|
|
|
checksum = "bc1c6c78d55482388711c8d417b8e547263046a607512278fed274c54633bbe4"
|
2024-02-27 14:50:23 +00:00
|
|
|
dependencies = [
|
2024-06-16 00:18:06 +00:00
|
|
|
"annotate-snippets 0.11.4",
|
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",
|
2024-07-25 16:29:27 +00:00
|
|
|
"prettydiff 0.7.0",
|
2024-02-27 14:50:23 +00:00
|
|
|
"regex",
|
|
|
|
"rustc_version",
|
2024-05-02 15:27:08 +00:00
|
|
|
"rustfix 0.8.1",
|
2024-02-27 14:50:23 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"spanned",
|
|
|
|
]
|
|
|
|
|
2022-03-26 07:27:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unic-langid"
|
2024-05-11 14:27:17 +00:00
|
|
|
version = "0.9.5"
|
2022-03-26 07:27:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "23dd9d1e72a73b25e07123a80776aae3e7b0ec461ef94f9151eed6ec88005a44"
|
2022-03-26 07:27:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"unic-langid-impl",
|
|
|
|
"unic-langid-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-langid-impl"
|
2024-05-11 14:27:17 +00:00
|
|
|
version = "0.9.5"
|
2022-03-26 07:27:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "0a5422c1f65949306c99240b81de9f3f15929f5a8bfe05bb44b034cc8bf593e5"
|
2022-03-26 07:27:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinystr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-langid-macros"
|
2024-05-11 14:27:17 +00:00
|
|
|
version = "0.9.5"
|
2022-03-26 07:27:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "0da1cd2c042d3c7569a1008806b02039e7a4a2bdf8f8e96bd3c792434a0e275e"
|
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-05-11 14:27:17 +00:00
|
|
|
version = "0.9.5"
|
2022-03-26 07:27:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "1ed7f4237ba393424195053097c1516bd4590dc82b84f2f97c5c69e12704555b"
|
2022-03-26 07:27:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro-hack",
|
|
|
|
"quote",
|
2024-06-23 00:18:08 +00:00
|
|
|
"syn 2.0.67",
|
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",
|
|
|
|
]
|
|
|
|
|
2024-06-23 00:18:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
|
|
|
version = "0.3.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
|
|
|
|
|
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"
|
2024-06-08 19:22:16 +00:00
|
|
|
version = "0.1.13"
|
2017-02-07 23:13:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 19:22:16 +00:00
|
|
|
checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
|
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
|
|
|
]
|
|
|
|
|
2019-08-01 00:44:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2024-06-23 00:18:08 +00:00
|
|
|
version = "2.5.2"
|
2019-08-01 00:44:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 00:18:08 +00:00
|
|
|
checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
|
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"
|
2024-06-08 19:22:16 +00:00
|
|
|
version = "0.2.2"
|
2019-05-23 20:27:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 19:22:16 +00:00
|
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
2019-05-23 20:27:49 +00:00
|
|
|
|
2022-11-15 09:19:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2024-03-24 12:09:28 +00:00
|
|
|
version = "1.8.0"
|
2022-11-15 09:19:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-24 12:09:28 +00:00
|
|
|
checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
|
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
|
|
|
]
|
|
|
|
|
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
|
|
|
|
2023-04-11 11:46:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2024-03-17 00:26:01 +00:00
|
|
|
version = "0.2.92"
|
2023-04-11 11:46:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-17 00:26:01 +00:00
|
|
|
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
|
2023-04-11 11:46:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2024-03-17 00:26:01 +00:00
|
|
|
version = "0.2.92"
|
2023-04-11 11:46:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-17 00:26:01 +00:00
|
|
|
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
|
2023-04-11 11:46:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-23 00:18:08 +00:00
|
|
|
"syn 2.0.67",
|
2023-04-11 11:46:41 +00:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2024-03-17 00:26:01 +00:00
|
|
|
version = "0.2.92"
|
2023-04-11 11:46:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-17 00:26:01 +00:00
|
|
|
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
|
2023-04-11 11:46:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2024-03-17 00:26:01 +00:00
|
|
|
version = "0.2.92"
|
2023-04-11 11:46:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-17 00:26:01 +00:00
|
|
|
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
|
2023-04-11 11:46:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-23 00:18:08 +00:00
|
|
|
"syn 2.0.67",
|
2023-04-11 11:46:41 +00:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2024-03-17 00:26:01 +00:00
|
|
|
version = "0.2.92"
|
2023-04-11 11:46:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-17 00:26:01 +00:00
|
|
|
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
|
2023-04-11 11:46:41 +00:00
|
|
|
|
2024-06-24 19:30:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-component-ld"
|
|
|
|
version = "0.5.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "314d932d5e84c9678751b85498b1482b2f32f185744e449d3ce0b1d400376dad"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"clap",
|
|
|
|
"lexopt",
|
|
|
|
"tempfile",
|
|
|
|
"wasmparser 0.210.0",
|
|
|
|
"wat",
|
|
|
|
"wit-component",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-component-ld-wrapper"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"wasm-component-ld",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-encoder"
|
|
|
|
version = "0.210.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7e3764d9d6edabd8c9e16195e177be0d20f6ab942ad18af52860f12f82bc59a"
|
|
|
|
dependencies = [
|
|
|
|
"leb128",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-encoder"
|
|
|
|
version = "0.211.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5e7d931a1120ef357f32b74547646b6fa68ea25e377772b72874b131a9ed70d4"
|
|
|
|
dependencies = [
|
|
|
|
"leb128",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-metadata"
|
|
|
|
version = "0.210.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "012729d1294907fcb0866f08460ab95426a6d0b176a599619b84cac7653452b4"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"indexmap",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"spdx",
|
|
|
|
"wasm-encoder 0.210.0",
|
|
|
|
"wasmparser 0.210.0",
|
|
|
|
]
|
|
|
|
|
2024-02-02 21:26:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmparser"
|
2024-07-17 11:33:20 +00:00
|
|
|
version = "0.210.0"
|
2024-02-02 21:26:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 11:33:20 +00:00
|
|
|
checksum = "a7bbcd21e7581619d9f6ca00f8c4f08f1cacfe58bf63f83af57cd0476f1026f5"
|
2024-02-02 21:26:18 +00:00
|
|
|
dependencies = [
|
2024-07-17 11:33:20 +00:00
|
|
|
"ahash",
|
|
|
|
"bitflags 2.5.0",
|
|
|
|
"hashbrown",
|
2024-02-02 21:26:18 +00:00
|
|
|
"indexmap",
|
|
|
|
"semver",
|
2024-07-17 11:33:20 +00:00
|
|
|
"serde",
|
2024-02-02 21:26:18 +00:00
|
|
|
]
|
|
|
|
|
2024-06-24 19:30:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmparser"
|
2024-07-17 11:33:20 +00:00
|
|
|
version = "0.214.0"
|
2024-06-24 19:30:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 11:33:20 +00:00
|
|
|
checksum = "5309c1090e3e84dad0d382f42064e9933fdaedb87e468cc239f0eabea73ddcb6"
|
2024-06-24 19:30:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.5.0",
|
|
|
|
"indexmap",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wast"
|
|
|
|
version = "211.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b25506dd82d00da6b14a87436b3d52b1d264083fa79cdb72a0d1b04a8595ccaa"
|
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"leb128",
|
|
|
|
"memchr",
|
|
|
|
"unicode-width",
|
|
|
|
"wasm-encoder 0.211.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wat"
|
|
|
|
version = "1.211.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eb716ca6c86eecac2d82541ffc39860118fc0af9309c4f2670637bea2e1bdd7d"
|
|
|
|
dependencies = [
|
|
|
|
"wast",
|
|
|
|
]
|
|
|
|
|
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-05-11 14:27:17 +00:00
|
|
|
version = "0.1.8"
|
2018-08-21 17:23:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
|
2018-08-21 17:23:47 +00:00
|
|
|
dependencies = [
|
2024-05-11 14:27:17 +00:00
|
|
|
"windows-sys 0.52.0",
|
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-07-31 14:08:31 +00:00
|
|
|
"windows-core 0.52.0",
|
|
|
|
"windows-targets 0.52.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows"
|
|
|
|
version = "0.57.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
|
|
|
|
dependencies = [
|
|
|
|
"windows-core 0.57.0",
|
2024-05-11 14:27:17 +00:00
|
|
|
"windows-targets 0.52.5",
|
2023-01-15 18:43:15 +00:00
|
|
|
]
|
|
|
|
|
2023-04-15 10:57:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-bindgen"
|
2024-07-04 12:09:25 +00:00
|
|
|
version = "0.58.0"
|
2023-04-15 10:57:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-04 12:09:25 +00:00
|
|
|
checksum = "91cd28d93c692351f3a6e5615567c56756e330bee1c99c6bdd57bfc5ab15f589"
|
2023-04-15 10:57:07 +00:00
|
|
|
dependencies = [
|
2023-08-16 08:18:34 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"rayon",
|
2024-03-03 14:44:58 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2024-06-23 00:18:08 +00:00
|
|
|
"syn 2.0.67",
|
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-05-11 14:27:17 +00:00
|
|
|
"windows-targets 0.52.5",
|
2024-01-29 12:21:16 +00:00
|
|
|
]
|
2023-04-15 10:57:07 +00:00
|
|
|
|
2024-07-31 14:08:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-core"
|
|
|
|
version = "0.57.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
|
|
|
|
dependencies = [
|
|
|
|
"windows-implement",
|
|
|
|
"windows-interface",
|
|
|
|
"windows-result",
|
|
|
|
"windows-targets 0.52.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-implement"
|
|
|
|
version = "0.57.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.67",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-interface"
|
|
|
|
version = "0.57.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.67",
|
|
|
|
]
|
|
|
|
|
2023-08-24 19:33:17 +00:00
|
|
|
[[package]]
|
2024-01-29 12:21:16 +00:00
|
|
|
name = "windows-metadata"
|
2024-07-04 12:09:25 +00:00
|
|
|
version = "0.58.0"
|
2023-08-24 19:33:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-04 12:09:25 +00:00
|
|
|
checksum = "2e837f3c3012cfe9e7086302a93f441a7999439be1ad4c530d55d2f6d2921809"
|
2023-08-24 19:33:17 +00:00
|
|
|
|
2024-07-31 14:08:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-result"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.52.5",
|
|
|
|
]
|
|
|
|
|
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-05-11 14:27:17 +00:00
|
|
|
"windows-targets 0.52.5",
|
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-05-11 14:27:17 +00:00
|
|
|
version = "0.52.5"
|
2024-01-21 23:51:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
|
2024-01-21 23:51:33 +00:00
|
|
|
dependencies = [
|
2024-05-11 14:27:17 +00:00
|
|
|
"windows_aarch64_gnullvm 0.52.5",
|
|
|
|
"windows_aarch64_msvc 0.52.5",
|
|
|
|
"windows_i686_gnu 0.52.5",
|
|
|
|
"windows_i686_gnullvm",
|
|
|
|
"windows_i686_msvc 0.52.5",
|
|
|
|
"windows_x86_64_gnu 0.52.5",
|
|
|
|
"windows_x86_64_gnullvm 0.52.5",
|
|
|
|
"windows_x86_64_msvc 0.52.5",
|
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-05-11 14:27:17 +00:00
|
|
|
version = "0.52.5"
|
2024-01-21 23:51:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
|
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-05-11 14:27:17 +00:00
|
|
|
version = "0.52.5"
|
2024-01-21 23:51:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
|
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-05-11 14:27:17 +00:00
|
|
|
version = "0.52.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
|
|
|
version = "0.52.5"
|
2024-01-21 23:51:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
|
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-05-11 14:27:17 +00:00
|
|
|
version = "0.52.5"
|
2024-01-21 23:51:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
|
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-05-11 14:27:17 +00:00
|
|
|
version = "0.52.5"
|
2024-01-21 23:51:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
|
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-05-11 14:27:17 +00:00
|
|
|
version = "0.52.5"
|
2024-01-21 23:51:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
|
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-05-11 14:27:17 +00:00
|
|
|
version = "0.52.5"
|
2024-01-21 23:51:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
|
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",
|
|
|
|
]
|
|
|
|
|
2024-06-24 19:30:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wit-component"
|
|
|
|
version = "0.210.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a450bdb5d032acf1fa0865451fa0c6f50e62f2d31eaa8dba967c2e2d068694a4"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"bitflags 2.5.0",
|
|
|
|
"indexmap",
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"wasm-encoder 0.210.0",
|
|
|
|
"wasm-metadata",
|
|
|
|
"wasmparser 0.210.0",
|
|
|
|
"wit-parser",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wit-parser"
|
|
|
|
version = "0.210.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "60a965cbd439af19a4b44a54a97ab8957d86f02d01320efc9e31c1d3605c6710"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"id-arena",
|
|
|
|
"indexmap",
|
|
|
|
"log",
|
|
|
|
"semver",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"unicode-xid",
|
|
|
|
"wasmparser 0.210.0",
|
|
|
|
]
|
|
|
|
|
2022-11-06 06:43:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "writeable"
|
2024-06-08 19:18:31 +00:00
|
|
|
version = "0.5.5"
|
2022-11-06 06:43:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 19:18:31 +00:00
|
|
|
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
|
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
|
|
|
]
|
|
|
|
|
|
|
|
[[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
|
|
|
]
|
|
|
|
|
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-06-08 19:18:31 +00:00
|
|
|
version = "0.7.4"
|
2022-11-06 06:43:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 19:18:31 +00:00
|
|
|
checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5"
|
2022-11-06 06:43:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"stable_deref_trait",
|
|
|
|
"yoke-derive",
|
|
|
|
"zerofrom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yoke-derive"
|
2024-06-08 19:18:31 +00:00
|
|
|
version = "0.7.4"
|
2022-11-06 06:43:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 19:18:31 +00:00
|
|
|
checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95"
|
2022-11-06 06:43:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-23 00:18:08 +00:00
|
|
|
"syn 2.0.67",
|
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-05-11 14:27:17 +00:00
|
|
|
version = "0.7.34"
|
2023-12-02 18:16:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087"
|
2023-12-02 18:16:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
2024-05-11 14:27:17 +00:00
|
|
|
version = "0.7.34"
|
2023-12-02 18:16:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-11 14:27:17 +00:00
|
|
|
checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b"
|
2023-12-02 18:16:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-23 00:18:08 +00:00
|
|
|
"syn 2.0.67",
|
2023-12-02 18:16:09 +00:00
|
|
|
]
|
|
|
|
|
2022-11-06 06:43:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zerofrom"
|
2024-06-08 19:18:31 +00:00
|
|
|
version = "0.1.4"
|
2022-11-06 06:43:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 19:18:31 +00:00
|
|
|
checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55"
|
2022-11-06 06:43:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"zerofrom-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerofrom-derive"
|
2024-06-08 19:18:31 +00:00
|
|
|
version = "0.1.4"
|
2022-11-06 06:43:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 19:18:31 +00:00
|
|
|
checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5"
|
2022-11-06 06:43:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-23 00:18:08 +00:00
|
|
|
"syn 2.0.67",
|
2023-11-09 11:37:30 +00:00
|
|
|
"synstructure",
|
2022-11-06 06:43:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerovec"
|
2024-06-08 19:18:31 +00:00
|
|
|
version = "0.10.2"
|
2022-11-06 06:43:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 19:18:31 +00:00
|
|
|
checksum = "bb2cc8827d6c0994478a15c53f374f46fbd41bea663d809b14744bc42e6b109c"
|
2022-11-06 06:43:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerovec-derive"
|
2024-06-08 19:18:31 +00:00
|
|
|
version = "0.10.2"
|
2022-11-06 06:43:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-08 19:18:31 +00:00
|
|
|
checksum = "97cf56601ee5052b4417d90c8755c6683473c926039908196cf35d99f893ebe7"
|
2022-11-06 06:43:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-23 00:18:08 +00:00
|
|
|
"syn 2.0.67",
|
2022-11-06 06:43:25 +00:00
|
|
|
]
|