2022-07-18 05:39:12 +03:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2023-07-07 23:07:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "0.21.0"
|
2023-07-07 23:07:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
|
2023-07-07 23:07:18 +03:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-10-16 16:34:27 +03:00
|
|
|
version = "1.1.2"
|
2023-07-07 23:07:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 16:34:27 +03:00
|
|
|
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
|
2023-07-07 23:07:18 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-07-07 19:24:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "anes"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "1.0.4"
|
2023-07-07 19:24:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
|
2023-07-07 19:24:16 +03:00
|
|
|
|
2022-09-05 20:15:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "1.0.75"
|
2022-09-05 20:15:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
|
2022-09-05 20:15:50 +03:00
|
|
|
|
2023-01-28 17:22:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "argh"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "0.1.12"
|
2023-01-28 17:22:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "7af5ba06967ff7214ce4c7419c7d185be7ecd6cc4965a8f6e1d8ce0398aad219"
|
2023-01-28 17:22:41 +03:00
|
|
|
dependencies = [
|
|
|
|
"argh_derive",
|
|
|
|
"argh_shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "argh_derive"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "0.1.12"
|
2023-01-28 17:22:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "56df0aeedf6b7a2fc67d06db35b09684c3e8da0c95f8f27685cb17e08413d87a"
|
2023-01-28 17:22:41 +03:00
|
|
|
dependencies = [
|
|
|
|
"argh_shared",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-09 10:58:28 +03:00
|
|
|
"syn 2.0.38",
|
2023-01-28 17:22:41 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "argh_shared"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "0.1.12"
|
2023-01-28 17:22:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "5693f39141bda5760ecc4111ab08da40565d1771038c4a0250f03457ec707531"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2023-01-28 17:22:41 +03:00
|
|
|
|
2023-04-17 06:21:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "async-lsp"
|
2023-08-07 04:44:47 +03:00
|
|
|
version = "0.0.5"
|
2023-05-01 20:26:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-07 04:44:47 +03:00
|
|
|
checksum = "72bd600f2652d2cccb0a33ab4f92d163ab3930844c8b0ad3713a5ae3285eeb4e"
|
2023-04-17 06:21:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures",
|
|
|
|
"lsp-types",
|
|
|
|
"pin-project-lite",
|
2023-08-07 04:44:47 +03:00
|
|
|
"rustix",
|
2023-04-17 06:21:52 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
2023-08-07 04:44:47 +03:00
|
|
|
"waitpid-any",
|
2023-04-17 06:21:52 +03:00
|
|
|
]
|
|
|
|
|
2022-07-18 19:14:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
2023-07-07 23:07:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "0.3.69"
|
2023-07-07 23:07:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
|
2023-07-07 23:07:18 +03:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2022-07-18 19:14:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2023-07-07 23:07:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2023-10-16 16:34:27 +03:00
|
|
|
version = "2.4.1"
|
2023-07-07 23:07:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 16:34:27 +03:00
|
|
|
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
|
2023-07-07 23:07:18 +03:00
|
|
|
|
2022-09-22 13:26:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "builtin"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"phf",
|
|
|
|
"phf_codegen",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2023-07-07 19:24:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "3.14.0"
|
2023-07-07 19:24:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
|
2023-07-07 19:24:16 +03:00
|
|
|
|
2023-04-17 06:21:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "1.5.0"
|
2023-04-17 06:21:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
|
2023-04-17 06:21:52 +03:00
|
|
|
|
2023-07-07 19:24:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cast"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
|
|
|
|
2023-04-17 06:21:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "1.0.83"
|
2023-04-17 06:21:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
2023-08-07 04:45:39 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2023-04-17 06:21:52 +03:00
|
|
|
|
2022-07-18 19:14:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2023-07-07 19:24:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ciborium"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "effd91f6c78e5a4ace8a5d3c0b6bfaec9e2baaef55f3efc00e45fb2e477ee926"
|
|
|
|
dependencies = [
|
|
|
|
"ciborium-io",
|
|
|
|
"ciborium-ll",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ciborium-io"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cdf919175532b369853f5d5e20b26b43112613fd6fe7aee757e35f7a44642656"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ciborium-ll"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "defaa24ecc093c77630e6c15e17c51f5e187bf35ee514f4e2d67baaa96dae22b"
|
|
|
|
dependencies = [
|
|
|
|
"ciborium-io",
|
|
|
|
"half",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "4.4.6"
|
2023-07-07 19:24:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "d04704f56c2cde07f43e8e2c154b43f216dc5c92fc98ada720177362f953b956"
|
2023-07-07 19:24:16 +03:00
|
|
|
dependencies = [
|
|
|
|
"clap_builder",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "4.4.6"
|
2023-07-07 19:24:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "0e231faeaca65ebd1ea3c737966bf858971cd38c3849107aa3ea7de90a804e45"
|
2023-07-07 19:24:16 +03:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"clap_lex",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "0.5.1"
|
2023-07-07 19:24:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961"
|
2023-07-07 19:24:16 +03:00
|
|
|
|
2023-01-28 18:48:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "codespan-reporting"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
|
|
|
|
dependencies = [
|
|
|
|
"termcolor",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2022-07-18 19:14:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "countme"
|
|
|
|
version = "3.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7704b5fdd17b18ae31c4c1da5a2e0305a2bf17b5249300a9ee9ed7b72114c636"
|
|
|
|
|
2023-07-07 19:24:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "criterion"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
|
|
|
|
dependencies = [
|
|
|
|
"anes",
|
|
|
|
"cast",
|
|
|
|
"ciborium",
|
|
|
|
"clap",
|
|
|
|
"criterion-plot",
|
|
|
|
"is-terminal",
|
|
|
|
"itertools 0.10.5",
|
|
|
|
"num-traits",
|
|
|
|
"once_cell",
|
|
|
|
"oorandom",
|
|
|
|
"plotters",
|
|
|
|
"rayon",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"tinytemplate",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "criterion-plot"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
|
|
|
|
dependencies = [
|
|
|
|
"cast",
|
|
|
|
"itertools 0.10.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
|
|
|
version = "0.9.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
2023-10-09 10:58:28 +03:00
|
|
|
"memoffset",
|
2023-07-07 19:24:16 +03:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2022-07-18 19:14:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2023-06-23 09:14:46 +03:00
|
|
|
version = "0.8.16"
|
2022-07-18 19:14:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-23 09:14:46 +03:00
|
|
|
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
|
2022-07-18 19:14:23 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dissimilar"
|
2023-08-07 04:45:39 +03:00
|
|
|
version = "1.0.7"
|
2022-07-18 19:14:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-07 04:45:39 +03:00
|
|
|
checksum = "86e3bdc80eee6e16b2b6b0f87fbc98c04bee3455e35174c0de1a125d0688c632"
|
2022-07-18 19:14:23 +03:00
|
|
|
|
2022-08-09 02:25:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-08-07 04:45:39 +03:00
|
|
|
version = "1.9.0"
|
2022-08-09 02:25:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-07 04:45:39 +03:00
|
|
|
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
2022-08-09 02:25:57 +03:00
|
|
|
|
2023-06-24 06:04:59 +03:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
2023-08-07 04:45:39 +03:00
|
|
|
version = "1.0.1"
|
2023-06-24 06:04:59 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-07 04:45:39 +03:00
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
2023-06-24 06:04:59 +03:00
|
|
|
|
2023-04-17 06:21:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "0.3.5"
|
2023-04-17 06:21:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860"
|
2023-04-17 06:21:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-06-23 09:14:46 +03:00
|
|
|
"windows-sys",
|
2023-04-17 06:21:52 +03:00
|
|
|
]
|
|
|
|
|
2022-07-18 19:14:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "expect-test"
|
2023-03-02 01:23:12 +03:00
|
|
|
version = "1.4.1"
|
2022-07-18 19:14:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-02 01:23:12 +03:00
|
|
|
checksum = "30d9eafeadd538e68fb28016364c9732d78e420b9ff8853fa5e4058861e9f8d3"
|
2022-07-18 19:14:23 +03:00
|
|
|
dependencies = [
|
|
|
|
"dissimilar",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2022-07-25 18:03:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2023-06-23 09:14:46 +03:00
|
|
|
version = "1.2.0"
|
2022-07-25 18:03:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-23 09:14:46 +03:00
|
|
|
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
|
2022-07-25 18:03:05 +03:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2023-04-17 06:21:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
|
|
|
version = "0.3.28"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
|
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
|
|
|
version = "0.3.28"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
|
|
|
version = "0.3.28"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
|
|
|
version = "0.3.28"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
|
|
|
version = "0.3.28"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-09 10:58:28 +03:00
|
|
|
"syn 2.0.38",
|
2023-04-17 06:21:52 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
|
|
|
version = "0.3.28"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
|
|
|
version = "0.3.28"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
|
|
|
version = "0.3.28"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
|
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
2023-07-07 23:07:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "0.28.0"
|
2023-07-07 23:07:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
|
2023-07-07 23:07:18 +03:00
|
|
|
|
2023-07-07 19:24:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "half"
|
|
|
|
version = "1.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
|
|
|
|
|
2022-07-18 19:14:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
|
|
|
2023-06-24 06:04:59 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "0.14.1"
|
2023-06-24 06:04:59 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12"
|
2023-06-24 06:04:59 +03:00
|
|
|
|
2022-07-18 19:14:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
2023-04-17 06:21:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "0.3.3"
|
2023-04-17 06:21:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
|
2023-04-17 06:21:52 +03:00
|
|
|
|
2022-09-05 20:54:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ide"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2022-09-22 13:26:56 +03:00
|
|
|
"builtin",
|
2022-09-05 20:54:33 +03:00
|
|
|
"either",
|
|
|
|
"expect-test",
|
2023-02-04 01:59:39 +03:00
|
|
|
"if_chain",
|
2023-10-09 10:58:28 +03:00
|
|
|
"indexmap 2.0.2",
|
2023-07-07 19:24:16 +03:00
|
|
|
"itertools 0.11.0",
|
2022-09-05 20:54:33 +03:00
|
|
|
"la-arena",
|
2023-01-24 18:35:17 +03:00
|
|
|
"nix-interop",
|
2023-02-04 00:28:05 +03:00
|
|
|
"once_cell",
|
2022-09-05 20:54:33 +03:00
|
|
|
"ordered-float",
|
|
|
|
"salsa",
|
2023-02-17 16:09:26 +03:00
|
|
|
"smallvec",
|
2022-09-05 20:54:33 +03:00
|
|
|
"smol_str",
|
|
|
|
"syntax",
|
2022-11-09 22:24:59 +03:00
|
|
|
"url",
|
2022-09-05 20:54:33 +03:00
|
|
|
]
|
|
|
|
|
2022-07-25 18:03:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2023-06-23 09:14:46 +03:00
|
|
|
version = "0.4.0"
|
2022-07-25 18:03:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-23 09:14:46 +03:00
|
|
|
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
|
2022-07-25 18:03:05 +03:00
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2023-02-04 01:59:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "if_chain"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed"
|
|
|
|
|
2022-07-18 19:14:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-04-03 20:02:40 +03:00
|
|
|
version = "1.9.3"
|
2022-07-18 19:14:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-03 20:02:40 +03:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2022-07-18 19:14:23 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2023-06-24 06:04:59 +03:00
|
|
|
"hashbrown 0.12.3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "2.0.2"
|
2023-06-24 06:04:59 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897"
|
2023-06-24 06:04:59 +03:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
2023-10-09 10:58:28 +03:00
|
|
|
"hashbrown 0.14.1",
|
2022-07-18 19:14:23 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2023-06-15 10:19:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
2023-07-07 23:07:18 +03:00
|
|
|
version = "0.4.9"
|
2023-06-15 10:19:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-07 23:07:18 +03:00
|
|
|
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
|
2023-06-15 10:19:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
2023-08-07 04:44:47 +03:00
|
|
|
"rustix",
|
2023-06-23 09:14:46 +03:00
|
|
|
"windows-sys",
|
2023-06-15 10:19:43 +03:00
|
|
|
]
|
|
|
|
|
2023-07-07 19:24:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.10.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2022-11-24 20:22:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2023-06-23 09:14:46 +03:00
|
|
|
version = "0.11.0"
|
2022-11-24 20:22:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-23 09:14:46 +03:00
|
|
|
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
|
2022-11-24 20:22:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2022-07-25 18:03:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-08-07 04:45:39 +03:00
|
|
|
version = "1.0.9"
|
2022-07-25 18:03:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-07 04:45:39 +03:00
|
|
|
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
|
2022-07-25 18:03:05 +03:00
|
|
|
|
2023-07-07 19:24:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
|
|
|
version = "0.3.64"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
|
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-07-18 19:14:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "la-arena"
|
2023-06-23 09:14:46 +03:00
|
|
|
version = "0.3.1"
|
2022-07-18 19:14:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-23 09:14:46 +03:00
|
|
|
checksum = "3752f229dcc5a481d60f385fa479ff46818033d881d2d801aa27dffcfb5e8306"
|
2022-07-18 19:14:23 +03:00
|
|
|
|
2022-08-12 15:09:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
2022-07-18 19:14:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "0.2.149"
|
2022-07-18 19:14:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
|
2022-07-18 19:14:23 +03:00
|
|
|
|
2023-07-07 23:07:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "0.4.10"
|
2023-07-07 23:07:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f"
|
2023-07-07 23:07:18 +03:00
|
|
|
|
2022-07-18 19:14:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2023-06-23 09:14:46 +03:00
|
|
|
version = "0.4.10"
|
2022-07-18 19:14:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-23 09:14:46 +03:00
|
|
|
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
|
2022-07-18 19:14:23 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "0.4.20"
|
2022-07-18 19:14:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
2022-07-18 19:14:23 +03:00
|
|
|
|
2022-07-25 18:03:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lsp-types"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "0.94.1"
|
2022-07-25 18:03:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "c66bfd44a06ae10647fe3f8214762e9369fd4248df1350924b4ef9e770a85ea1"
|
2022-07-25 18:03:05 +03:00
|
|
|
dependencies = [
|
2023-07-07 23:07:18 +03:00
|
|
|
"bitflags 1.3.2",
|
2022-07-25 18:03:05 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_repr",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2023-06-01 08:58:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "macro_rules_attribute"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a82271f7bc033d84bbca59a3ce3e4159938cb08a9c3aebbe54d215131518a13"
|
|
|
|
dependencies = [
|
|
|
|
"macro_rules_attribute-proc_macro",
|
|
|
|
"paste",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "macro_rules_attribute-proc_macro"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8dd856d451cc0da70e2ef2ce95a18e39a93b7558bedf10201ad28503f918568"
|
|
|
|
|
2022-09-05 20:15:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
|
|
dependencies = [
|
|
|
|
"regex-automata 0.1.10",
|
|
|
|
]
|
|
|
|
|
2022-07-22 21:22:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "2.6.4"
|
2022-07-22 21:22:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
|
2022-07-18 19:14:23 +03:00
|
|
|
|
2023-07-07 19:24:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2023-07-07 23:07:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
2023-04-17 06:21:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2023-06-23 09:14:46 +03:00
|
|
|
version = "0.8.8"
|
2023-04-17 06:21:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-23 09:14:46 +03:00
|
|
|
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
|
2023-04-17 06:21:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
2023-06-23 09:14:46 +03:00
|
|
|
"windows-sys",
|
2023-04-17 06:21:52 +03:00
|
|
|
]
|
|
|
|
|
2022-07-18 05:39:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nil"
|
|
|
|
version = "0.0.0"
|
2022-07-18 19:14:23 +03:00
|
|
|
dependencies = [
|
2023-01-24 17:40:36 +03:00
|
|
|
"anyhow",
|
2023-01-28 17:22:41 +03:00
|
|
|
"argh",
|
2023-04-17 06:21:52 +03:00
|
|
|
"async-lsp",
|
2023-01-28 18:48:56 +03:00
|
|
|
"codespan-reporting",
|
2022-09-05 20:54:33 +03:00
|
|
|
"ide",
|
|
|
|
"log",
|
|
|
|
"lsp-types",
|
2023-06-01 08:58:38 +03:00
|
|
|
"macro_rules_attribute",
|
2023-01-24 18:35:17 +03:00
|
|
|
"nix-interop",
|
2023-08-07 04:44:47 +03:00
|
|
|
"rustix",
|
|
|
|
"serde",
|
2022-09-05 20:54:33 +03:00
|
|
|
"serde_json",
|
2023-04-28 13:40:07 +03:00
|
|
|
"slab",
|
2023-05-31 13:36:01 +03:00
|
|
|
"ssr",
|
2023-03-11 17:51:43 +03:00
|
|
|
"syntax",
|
2022-09-05 20:54:33 +03:00
|
|
|
"text-size",
|
2023-04-17 06:21:52 +03:00
|
|
|
"tokio",
|
|
|
|
"tower",
|
2022-09-05 20:54:33 +03:00
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
2022-07-18 19:14:23 +03:00
|
|
|
]
|
|
|
|
|
2023-01-24 18:35:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nix-interop"
|
|
|
|
version = "0.0.0"
|
2023-01-25 07:34:25 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-08-07 04:44:47 +03:00
|
|
|
"rustix",
|
2023-01-25 07:34:25 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_repr",
|
2023-03-13 10:34:49 +03:00
|
|
|
"syntax",
|
2023-07-08 21:18:25 +03:00
|
|
|
"thiserror",
|
2023-04-17 20:12:44 +03:00
|
|
|
"tokio",
|
2023-01-25 07:34:25 +03:00
|
|
|
]
|
2023-01-24 18:35:17 +03:00
|
|
|
|
2022-07-24 01:28:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "0.2.17"
|
2022-07-24 01:28:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
|
2022-07-24 01:28:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2023-07-07 23:07:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "0.32.1"
|
2023-07-07 23:07:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
|
2023-07-07 23:07:18 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-07-18 19:14:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-06-23 09:14:46 +03:00
|
|
|
version = "1.18.0"
|
2022-07-18 19:14:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-23 09:14:46 +03:00
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
2022-07-18 19:14:23 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "oorandom"
|
|
|
|
version = "11.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
|
|
|
|
|
2022-07-24 01:28:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ordered-float"
|
2023-10-16 16:34:27 +03:00
|
|
|
version = "4.1.1"
|
2022-07-24 01:28:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 16:34:27 +03:00
|
|
|
checksum = "536900a8093134cf9ccf00a27deb3532421099e958d9dd431135d0c7543ca1e8"
|
2022-07-24 01:28:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2022-07-18 19:14:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
"lock_api",
|
2023-05-05 05:45:13 +03:00
|
|
|
"parking_lot_core 0.8.6",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
2023-06-23 09:14:46 +03:00
|
|
|
"parking_lot_core 0.9.8",
|
2022-07-18 19:14:23 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2022-12-30 00:15:23 +03:00
|
|
|
version = "0.8.6"
|
2022-07-18 19:14:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-30 00:15:23 +03:00
|
|
|
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
|
2022-07-18 19:14:23 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"instant",
|
|
|
|
"libc",
|
2023-06-23 09:14:46 +03:00
|
|
|
"redox_syscall 0.2.16",
|
2022-07-18 19:14:23 +03:00
|
|
|
"smallvec",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-05-05 05:45:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-06-23 09:14:46 +03:00
|
|
|
version = "0.9.8"
|
2023-05-05 05:45:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-23 09:14:46 +03:00
|
|
|
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
|
2023-05-05 05:45:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2023-06-23 09:14:46 +03:00
|
|
|
"redox_syscall 0.3.5",
|
2023-05-05 05:45:13 +03:00
|
|
|
"smallvec",
|
2023-06-23 09:14:46 +03:00
|
|
|
"windows-targets",
|
2023-05-05 05:45:13 +03:00
|
|
|
]
|
|
|
|
|
2023-06-01 08:58:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2023-08-07 04:45:39 +03:00
|
|
|
version = "1.0.14"
|
2023-06-01 08:58:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-07 04:45:39 +03:00
|
|
|
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
|
2023-06-01 08:58:38 +03:00
|
|
|
|
2022-07-25 18:03:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-06-23 09:14:46 +03:00
|
|
|
version = "2.3.0"
|
2022-07-25 18:03:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-23 09:14:46 +03:00
|
|
|
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
|
2022-07-25 18:03:05 +03:00
|
|
|
|
2022-07-31 16:28:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
2023-07-07 23:07:18 +03:00
|
|
|
version = "0.11.2"
|
2022-07-31 16:28:14 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-07 23:07:18 +03:00
|
|
|
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
|
2022-07-31 16:28:14 +03:00
|
|
|
dependencies = [
|
|
|
|
"phf_shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-09-22 13:26:56 +03:00
|
|
|
name = "phf_codegen"
|
2023-07-07 23:07:18 +03:00
|
|
|
version = "0.11.2"
|
2022-07-31 16:28:14 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-07 23:07:18 +03:00
|
|
|
checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
|
2022-07-31 16:28:14 +03:00
|
|
|
dependencies = [
|
2022-09-22 13:26:56 +03:00
|
|
|
"phf_generator",
|
2022-07-31 16:28:14 +03:00
|
|
|
"phf_shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-09-22 13:26:56 +03:00
|
|
|
name = "phf_generator"
|
2023-07-07 23:07:18 +03:00
|
|
|
version = "0.11.2"
|
2022-07-31 16:28:14 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-07 23:07:18 +03:00
|
|
|
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
|
2022-07-31 16:28:14 +03:00
|
|
|
dependencies = [
|
|
|
|
"phf_shared",
|
2022-09-22 13:26:56 +03:00
|
|
|
"rand",
|
2022-07-31 16:28:14 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
2023-07-07 23:07:18 +03:00
|
|
|
version = "0.11.2"
|
2022-07-31 16:28:14 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-07 23:07:18 +03:00
|
|
|
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
|
2022-07-31 16:28:14 +03:00
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
2022-09-05 20:15:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "0.2.13"
|
2022-09-05 20:15:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
|
2022-09-05 20:15:50 +03:00
|
|
|
|
2023-04-17 06:21:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2023-07-07 19:24:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "plotters"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
"plotters-backend",
|
|
|
|
"plotters-svg",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "plotters-backend"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "plotters-svg"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab"
|
|
|
|
dependencies = [
|
|
|
|
"plotters-backend",
|
|
|
|
]
|
|
|
|
|
2022-07-18 19:14:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "1.0.69"
|
2022-07-18 19:14:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
|
2022-07-18 19:14:23 +03:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "1.0.33"
|
2022-07-18 19:14:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
2022-07-18 19:14:23 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2022-07-31 16:28:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2022-09-19 02:05:36 +03:00
|
|
|
version = "0.6.4"
|
2022-07-31 16:28:14 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-19 02:05:36 +03:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2022-07-31 16:28:14 +03:00
|
|
|
|
2023-07-07 19:24:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "1.8.0"
|
2023-07-07 19:24:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
|
2023-07-07 19:24:16 +03:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "1.12.0"
|
2023-07-07 19:24:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
|
2023-07-07 19:24:16 +03:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2022-07-18 19:14:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-08-19 21:42:26 +03:00
|
|
|
version = "0.2.16"
|
2022-07-18 19:14:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-19 21:42:26 +03:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2022-07-18 19:14:23 +03:00
|
|
|
dependencies = [
|
2023-07-07 23:07:18 +03:00
|
|
|
"bitflags 1.3.2",
|
2022-07-18 19:14:23 +03:00
|
|
|
]
|
|
|
|
|
2023-06-23 09:14:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
|
|
|
dependencies = [
|
2023-07-07 23:07:18 +03:00
|
|
|
"bitflags 1.3.2",
|
2023-06-23 09:14:46 +03:00
|
|
|
]
|
|
|
|
|
2022-08-01 00:04:07 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-10-16 16:34:27 +03:00
|
|
|
version = "1.10.1"
|
2022-08-01 00:04:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 16:34:27 +03:00
|
|
|
checksum = "aaac441002f822bc9705a681810a4dd2963094b9ca0ddc41cb963a4c189189ea"
|
2022-08-01 00:04:07 +03:00
|
|
|
dependencies = [
|
2023-07-07 23:07:18 +03:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2023-10-16 16:34:27 +03:00
|
|
|
"regex-automata 0.4.2",
|
|
|
|
"regex-syntax 0.8.2",
|
2022-08-01 00:04:07 +03:00
|
|
|
]
|
|
|
|
|
2022-09-05 20:15:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
|
dependencies = [
|
2023-05-01 20:26:16 +03:00
|
|
|
"regex-syntax 0.6.29",
|
2022-09-05 20:15:50 +03:00
|
|
|
]
|
|
|
|
|
2022-07-22 21:22:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2023-10-16 16:34:27 +03:00
|
|
|
version = "0.4.2"
|
2022-07-22 21:22:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 16:34:27 +03:00
|
|
|
checksum = "5011c7e263a695dc8ca064cddb722af1be54e517a280b12a5356f98366899e5d"
|
2022-07-22 21:22:58 +03:00
|
|
|
dependencies = [
|
2023-07-07 23:07:18 +03:00
|
|
|
"aho-corasick",
|
2022-07-22 21:22:58 +03:00
|
|
|
"memchr",
|
2023-10-16 16:34:27 +03:00
|
|
|
"regex-syntax 0.8.2",
|
2022-07-22 21:22:58 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-04-03 20:02:40 +03:00
|
|
|
version = "0.6.29"
|
2022-07-22 21:22:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-03 20:02:40 +03:00
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
2022-07-22 21:22:58 +03:00
|
|
|
|
2023-05-01 20:26:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-10-16 16:34:27 +03:00
|
|
|
version = "0.8.2"
|
2023-05-01 20:26:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 16:34:27 +03:00
|
|
|
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
|
2023-05-01 20:26:16 +03:00
|
|
|
|
2022-07-18 19:14:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rowan"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "0.15.13"
|
2022-07-18 19:14:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "906057e449592587bf6724f00155bf82a6752c868d78a8fb3aa41f4e6357cfe8"
|
2022-07-18 19:14:23 +03:00
|
|
|
dependencies = [
|
|
|
|
"countme",
|
2023-06-24 06:04:59 +03:00
|
|
|
"hashbrown 0.12.3",
|
2023-10-09 10:58:28 +03:00
|
|
|
"memoffset",
|
2022-07-18 19:14:23 +03:00
|
|
|
"rustc-hash",
|
|
|
|
"text-size",
|
|
|
|
]
|
|
|
|
|
2023-07-07 23:07:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
|
|
|
version = "0.1.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
|
|
|
|
2022-07-18 19:14:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
2023-07-07 23:07:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-10-16 16:34:27 +03:00
|
|
|
version = "0.38.19"
|
2023-07-07 23:07:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 16:34:27 +03:00
|
|
|
checksum = "745ecfa778e66b2b63c88a61cb36e0eea109e803b0b86bf9879fbc77c70e86ed"
|
2023-07-07 23:07:18 +03:00
|
|
|
dependencies = [
|
2023-10-16 16:34:27 +03:00
|
|
|
"bitflags 2.4.1",
|
2023-07-07 23:07:18 +03:00
|
|
|
"errno",
|
|
|
|
"libc",
|
2023-08-07 04:44:47 +03:00
|
|
|
"linux-raw-sys",
|
2023-06-23 09:14:46 +03:00
|
|
|
"windows-sys",
|
2023-04-17 06:21:52 +03:00
|
|
|
]
|
|
|
|
|
2022-07-25 18:03:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-08-07 04:45:39 +03:00
|
|
|
version = "1.0.15"
|
2022-07-25 18:03:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-07 04:45:39 +03:00
|
|
|
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
|
2022-07-25 18:03:05 +03:00
|
|
|
|
2022-07-18 19:14:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "salsa"
|
2022-07-19 19:16:53 +03:00
|
|
|
version = "0.17.0-pre.2"
|
2022-07-18 19:14:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-19 19:16:53 +03:00
|
|
|
checksum = "9b223dccb46c32753144d0b51290da7230bb4aedcd8379d6b4c9a474c18bf17a"
|
2022-07-18 19:14:23 +03:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
2023-06-24 06:04:59 +03:00
|
|
|
"indexmap 1.9.3",
|
2022-07-18 19:14:23 +03:00
|
|
|
"lock_api",
|
|
|
|
"log",
|
|
|
|
"oorandom",
|
2023-05-05 05:45:13 +03:00
|
|
|
"parking_lot 0.11.2",
|
2022-07-18 19:14:23 +03:00
|
|
|
"rustc-hash",
|
|
|
|
"salsa-macros",
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "salsa-macros"
|
2022-07-19 19:16:53 +03:00
|
|
|
version = "0.17.0-pre.2"
|
2022-07-18 19:14:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-19 19:16:53 +03:00
|
|
|
checksum = "ac6c2e352df550bf019da7b16164ed2f7fa107c39653d1311d1bba42d1582ff7"
|
2022-07-18 19:14:23 +03:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-03 20:02:40 +03:00
|
|
|
"syn 1.0.109",
|
2022-07-18 19:14:23 +03:00
|
|
|
]
|
|
|
|
|
2023-07-07 19:24:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2022-07-18 19:14:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2023-08-07 04:45:39 +03:00
|
|
|
version = "1.2.0"
|
2022-07-18 19:14:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-07 04:45:39 +03:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2022-07-18 19:14:23 +03:00
|
|
|
|
2022-07-21 12:23:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-10-16 16:34:27 +03:00
|
|
|
version = "1.0.189"
|
2022-07-21 12:23:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 16:34:27 +03:00
|
|
|
checksum = "8e422a44e74ad4001bdc8eede9a4570ab52f71190e9c076d14369f38b9200537"
|
2022-07-25 18:03:05 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-10-16 16:34:27 +03:00
|
|
|
version = "1.0.189"
|
2022-07-25 18:03:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 16:34:27 +03:00
|
|
|
checksum = "1e48d1f918009ce3145511378cf68d613e3b3d9137d67272562080d68a2b32d5"
|
2022-07-25 18:03:05 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-09 10:58:28 +03:00
|
|
|
"syn 2.0.38",
|
2022-07-25 18:03:05 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "1.0.107"
|
2022-07-25 18:03:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
|
2022-07-25 18:03:05 +03:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_repr"
|
2023-08-07 04:45:39 +03:00
|
|
|
version = "0.1.16"
|
2022-07-25 18:03:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-07 04:45:39 +03:00
|
|
|
checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00"
|
2022-07-25 18:03:05 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-09 10:58:28 +03:00
|
|
|
"syn 2.0.38",
|
2022-07-25 18:03:05 +03:00
|
|
|
]
|
2022-07-21 12:23:18 +03:00
|
|
|
|
2022-09-05 20:15:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "0.1.7"
|
2022-09-05 20:15:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
2022-09-05 20:15:50 +03:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2023-04-17 20:12:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
|
|
|
version = "1.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-07-31 16:28:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "0.3.11"
|
2022-07-31 16:28:14 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
2022-07-31 16:28:14 +03:00
|
|
|
|
2023-04-17 06:21:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "0.4.9"
|
2023-04-17 06:21:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2023-04-17 06:21:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2022-07-18 19:14:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "1.11.1"
|
2022-07-18 19:14:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
|
2022-07-18 19:14:23 +03:00
|
|
|
|
2022-07-21 12:23:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "smol_str"
|
2023-04-13 21:10:49 +03:00
|
|
|
version = "0.2.0"
|
2022-07-21 12:23:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 21:10:49 +03:00
|
|
|
checksum = "74212e6bbe9a4352329b2f68ba3130c15a3f26fe88ff22dbdc6cdd58fa85e99c"
|
2022-07-21 12:23:18 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-04-17 06:21:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "0.5.4"
|
2023-04-17 06:21:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e"
|
2023-04-17 06:21:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-10-09 10:58:28 +03:00
|
|
|
"windows-sys",
|
2023-04-17 06:21:52 +03:00
|
|
|
]
|
|
|
|
|
2023-05-31 13:36:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ssr"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"expect-test",
|
2023-10-09 10:58:28 +03:00
|
|
|
"indexmap 2.0.2",
|
2023-05-31 13:36:01 +03:00
|
|
|
"smol_str",
|
|
|
|
"syntax",
|
|
|
|
]
|
|
|
|
|
2022-07-18 19:14:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-03-02 01:23:12 +03:00
|
|
|
version = "1.0.109"
|
2022-07-18 19:14:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-02 01:23:12 +03:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2022-07-18 19:14:23 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2023-04-03 20:02:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "2.0.38"
|
2023-04-03 20:02:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b"
|
2023-04-03 20:02:40 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2022-07-22 21:22:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "syntax"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2023-07-07 19:24:16 +03:00
|
|
|
"criterion",
|
2022-07-22 21:22:58 +03:00
|
|
|
"expect-test",
|
|
|
|
"once_cell",
|
2023-10-16 16:34:27 +03:00
|
|
|
"regex-automata 0.4.2",
|
2022-07-22 21:22:58 +03:00
|
|
|
"rowan",
|
2023-07-08 21:33:48 +03:00
|
|
|
"walkdir",
|
2022-07-22 21:22:58 +03:00
|
|
|
]
|
|
|
|
|
2023-01-28 18:48:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "1.3.0"
|
2023-01-28 18:48:56 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "6093bad37da69aab9d123a8091e4be0aa4a03e4d601ec641c327398315f62b64"
|
2023-01-28 18:48:56 +03:00
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2022-07-18 19:14:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "text-size"
|
2023-07-07 23:07:18 +03:00
|
|
|
version = "1.1.1"
|
2022-07-18 19:14:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-07 23:07:18 +03:00
|
|
|
checksum = "f18aa187839b2bdb1ad2fa35ead8c4c2976b64e4363c386d45ac0f7ee85c9233"
|
2022-07-18 19:14:23 +03:00
|
|
|
|
2023-04-17 06:21:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "1.0.49"
|
2023-04-17 06:21:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4"
|
2023-04-17 06:21:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "1.0.49"
|
2023-04-17 06:21:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc"
|
2023-04-17 06:21:52 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-09 10:58:28 +03:00
|
|
|
"syn 2.0.38",
|
2023-04-17 06:21:52 +03:00
|
|
|
]
|
|
|
|
|
2022-08-12 15:09:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2023-03-02 01:23:12 +03:00
|
|
|
version = "1.1.7"
|
2022-08-12 15:09:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-02 01:23:12 +03:00
|
|
|
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
|
2022-08-12 15:09:26 +03:00
|
|
|
dependencies = [
|
2023-03-02 01:23:12 +03:00
|
|
|
"cfg-if",
|
2022-08-12 15:09:26 +03:00
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2023-07-07 19:24:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tinytemplate"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2022-07-25 18:03:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-03-02 01:23:12 +03:00
|
|
|
version = "0.1.1"
|
2022-07-25 18:03:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-02 01:23:12 +03:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2022-07-25 18:03:05 +03:00
|
|
|
|
2023-04-17 06:21:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2023-10-16 16:34:27 +03:00
|
|
|
version = "1.33.0"
|
2023-04-17 06:21:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 16:34:27 +03:00
|
|
|
checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653"
|
2023-04-17 06:21:52 +03:00
|
|
|
dependencies = [
|
2023-07-07 23:07:18 +03:00
|
|
|
"backtrace",
|
2023-04-17 06:21:52 +03:00
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
2023-05-05 05:45:13 +03:00
|
|
|
"parking_lot 0.12.1",
|
2023-04-17 06:21:52 +03:00
|
|
|
"pin-project-lite",
|
2023-04-17 20:12:44 +03:00
|
|
|
"signal-hook-registry",
|
2023-04-17 06:21:52 +03:00
|
|
|
"socket2",
|
2023-04-17 20:12:44 +03:00
|
|
|
"tokio-macros",
|
2023-06-23 09:14:46 +03:00
|
|
|
"windows-sys",
|
2023-04-17 06:21:52 +03:00
|
|
|
]
|
|
|
|
|
2023-04-17 20:12:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2023-05-01 20:26:16 +03:00
|
|
|
version = "2.1.0"
|
2023-04-17 20:12:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-01 20:26:16 +03:00
|
|
|
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
|
2023-04-17 20:12:44 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-09 10:58:28 +03:00
|
|
|
"syn 2.0.38",
|
2023-04-17 20:12:44 +03:00
|
|
|
]
|
|
|
|
|
2023-04-17 06:21:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tower"
|
|
|
|
version = "0.4.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
|
|
|
dependencies = [
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-layer"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
|
|
|
|
2022-09-05 20:15:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2023-10-16 16:34:27 +03:00
|
|
|
version = "0.1.39"
|
2022-09-05 20:15:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 16:34:27 +03:00
|
|
|
checksum = "ee2ef2af84856a50c1d430afce2fdded0a4ec7eda868db86409b4543df0797f9"
|
2022-09-05 20:15:50 +03:00
|
|
|
dependencies = [
|
2023-04-17 06:21:52 +03:00
|
|
|
"log",
|
2022-09-05 20:15:50 +03:00
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2023-10-16 16:34:27 +03:00
|
|
|
version = "0.1.27"
|
2022-09-05 20:15:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 16:34:27 +03:00
|
|
|
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
2022-09-05 20:15:50 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-09 10:58:28 +03:00
|
|
|
"syn 2.0.38",
|
2022-09-05 20:15:50 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2023-10-16 16:34:27 +03:00
|
|
|
version = "0.1.32"
|
2022-09-05 20:15:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-16 16:34:27 +03:00
|
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
2022-09-05 20:15:50 +03:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"valuable",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2023-05-01 20:26:16 +03:00
|
|
|
version = "0.3.17"
|
2022-09-05 20:15:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-01 20:26:16 +03:00
|
|
|
checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
|
2022-09-05 20:15:50 +03:00
|
|
|
dependencies = [
|
|
|
|
"matchers",
|
|
|
|
"once_cell",
|
|
|
|
"regex",
|
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
]
|
|
|
|
|
2022-07-25 18:03:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2023-04-03 20:02:40 +03:00
|
|
|
version = "0.3.13"
|
2022-07-25 18:03:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-03 20:02:40 +03:00
|
|
|
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
|
2022-07-25 18:03:05 +03:00
|
|
|
|
2022-07-18 19:14:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "1.0.12"
|
2022-07-18 19:14:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2022-07-18 19:14:23 +03:00
|
|
|
|
2022-07-25 18:03:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2022-09-19 02:05:36 +03:00
|
|
|
version = "0.1.22"
|
2022-07-25 18:03:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-19 02:05:36 +03:00
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
2022-07-25 18:03:05 +03:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
2022-07-18 19:14:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2023-02-02 22:45:17 +03:00
|
|
|
version = "1.10.1"
|
2022-07-18 19:14:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 22:45:17 +03:00
|
|
|
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
|
2022-07-18 19:14:23 +03:00
|
|
|
|
2023-01-28 18:48:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "0.1.11"
|
2023-01-28 18:48:56 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
|
2023-01-28 18:48:56 +03:00
|
|
|
|
2022-07-25 18:03:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "2.4.1"
|
2022-07-25 18:03:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
|
2022-07-25 18:03:05 +03:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-09-05 20:15:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
2023-08-07 04:44:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "waitpid-any"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "54f8c3c56044fc359f905b72879576a15d49c46d085ed6266a98826716f14033"
|
|
|
|
dependencies = [
|
|
|
|
"rustix",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
2023-07-07 19:24:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "2.4.0"
|
2023-07-07 19:24:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
|
2023-07-07 19:24:16 +03:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2023-04-17 06:21:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2023-07-07 19:24:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
|
|
|
version = "0.2.87"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
|
|
|
version = "0.2.87"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
|
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-09 10:58:28 +03:00
|
|
|
"syn 2.0.38",
|
2023-07-07 19:24:16 +03:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
|
|
|
version = "0.2.87"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
|
|
|
version = "0.2.87"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-09 10:58:28 +03:00
|
|
|
"syn 2.0.38",
|
2023-07-07 19:24:16 +03:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
|
|
|
version = "0.2.87"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
|
|
|
version = "0.3.64"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
|
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-07-18 19:14:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
2023-01-28 18:48:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "0.1.6"
|
2023-01-28 18:48:56 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
|
2023-01-28 18:48:56 +03:00
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-07-18 19:14:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2023-04-17 06:21:52 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
2023-06-23 09:14:46 +03:00
|
|
|
"windows-targets",
|
2023-04-17 06:21:52 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "0.48.5"
|
2023-04-17 06:21:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2023-04-17 06:21:52 +03:00
|
|
|
dependencies = [
|
2023-06-23 09:14:46 +03:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
2023-04-17 06:21:52 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "0.48.5"
|
2023-04-17 06:21:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2023-04-17 06:21:52 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "0.48.5"
|
2023-04-17 06:21:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2023-04-17 06:21:52 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "0.48.5"
|
2023-04-17 06:21:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2023-04-17 06:21:52 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "0.48.5"
|
2023-04-17 06:21:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2023-04-17 06:21:52 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "0.48.5"
|
2023-04-17 06:21:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2023-04-17 06:21:52 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "0.48.5"
|
2023-04-17 06:21:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2023-04-17 06:21:52 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-10-09 10:58:28 +03:00
|
|
|
version = "0.48.5"
|
2023-04-17 06:21:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 10:58:28 +03:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|