2020-12-12 11:00:42 +03:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-03-15 06:43:02 +03:00
|
|
|
version = 3
|
|
|
|
|
2022-10-24 18:59:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
|
|
|
dependencies = [
|
2023-01-21 11:13:55 +03:00
|
|
|
"getrandom",
|
2022-10-24 18:59:00 +03:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-12-12 11:00:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2022-09-06 22:58:08 +03:00
|
|
|
version = "0.7.19"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-06 22:58:08 +03:00
|
|
|
checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-08-22 21:28:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
2022-09-06 22:58:08 +03:00
|
|
|
version = "0.1.5"
|
2022-08-22 21:28:34 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-06 22:58:08 +03:00
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
2022-08-22 21:28:34 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-09-12 18:45:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "anes"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
|
|
|
|
|
2022-05-02 18:53:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2023-01-16 16:20:42 +03:00
|
|
|
version = "1.0.68"
|
2022-05-02 18:53:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 16:20:42 +03:00
|
|
|
checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
|
2022-05-02 18:53:50 +03:00
|
|
|
|
2022-01-16 09:06:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "assert_cmd"
|
2023-01-10 18:50:12 +03:00
|
|
|
version = "2.0.8"
|
2022-01-16 09:06:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-10 18:50:12 +03:00
|
|
|
checksum = "9834fcc22e0874394a010230586367d4a3e9f11b560f469262678547e1d2575e"
|
2022-01-16 09:06:12 +03:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"doc-comment",
|
2023-03-24 19:57:09 +03:00
|
|
|
"predicates",
|
2022-01-16 09:06:12 +03:00
|
|
|
"predicates-core",
|
|
|
|
"predicates-tree",
|
|
|
|
"wait-timeout",
|
|
|
|
]
|
|
|
|
|
2022-02-21 08:45:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "assert_matches"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"
|
|
|
|
|
2022-03-10 05:04:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2023-01-16 16:20:42 +03:00
|
|
|
version = "0.1.61"
|
2022-03-10 05:04:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 16:20:42 +03:00
|
|
|
checksum = "705339e0e4a9690e2908d2b3d049d85682cf19fbd5782494498fbf7003a6a282"
|
2022-03-10 05:04:19 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-20 19:05:08 +03:00
|
|
|
"syn 1.0.104",
|
2022-03-10 05:04:19 +03:00
|
|
|
]
|
|
|
|
|
2020-12-12 11:00:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
2022-11-25 18:07:18 +03:00
|
|
|
"hermit-abi 0.1.19",
|
2020-12-12 11:00:42 +03:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-03-23 01:36:11 +03:00
|
|
|
version = "1.1.0"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-23 01:36:11 +03:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2020-12-12 11:00:42 +03:00
|
|
|
|
2020-12-25 09:56:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "backoff"
|
2022-02-10 09:15:38 +03:00
|
|
|
version = "0.4.0"
|
2020-12-25 09:56:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-10 09:15:38 +03:00
|
|
|
checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"
|
2020-12-25 09:56:05 +03:00
|
|
|
dependencies = [
|
2023-01-21 11:13:55 +03:00
|
|
|
"getrandom",
|
2020-12-25 09:56:05 +03:00
|
|
|
"instant",
|
2023-01-21 11:13:55 +03:00
|
|
|
"rand",
|
2020-12-25 09:56:05 +03:00
|
|
|
]
|
|
|
|
|
2020-12-12 11:00:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2022-03-23 01:36:11 +03:00
|
|
|
version = "1.3.2"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-23 01:36:11 +03:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2020-12-12 11:00:42 +03:00
|
|
|
|
2023-03-30 19:45:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "2.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "487f1e0fcbe47deb8b0574e646def1c903389d95241dd1bbcc6ce4a715dfc0c1"
|
|
|
|
|
2020-12-12 11:00:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "blake2"
|
2022-12-19 18:12:08 +03:00
|
|
|
version = "0.10.6"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-19 18:12:08 +03:00
|
|
|
checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
2022-08-09 18:34:25 +03:00
|
|
|
"digest",
|
2020-12-12 11:00:42 +03:00
|
|
|
]
|
|
|
|
|
2022-02-10 09:01:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2022-09-06 22:58:08 +03:00
|
|
|
version = "0.10.3"
|
2022-02-10 09:01:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-06 22:58:08 +03:00
|
|
|
checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
|
2022-02-10 09:01:13 +03:00
|
|
|
dependencies = [
|
2022-08-09 18:34:25 +03:00
|
|
|
"generic-array",
|
2020-12-12 11:00:42 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2022-11-08 19:01:13 +03:00
|
|
|
version = "1.0.1"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-08 19:01:13 +03:00
|
|
|
checksum = "fca0852af221f458706eb0725c03e4ed6c46af9ac98e6a689d5e634215d594dd"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2022-11-08 19:01:13 +03:00
|
|
|
"once_cell",
|
2020-12-12 11:00:42 +03:00
|
|
|
"regex-automata",
|
2022-11-08 19:01:13 +03:00
|
|
|
"serde",
|
2020-12-12 11:00:42 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-01-15 03:04:43 +03:00
|
|
|
version = "3.11.1"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-15 03:04:43 +03:00
|
|
|
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
|
2020-12-12 11:00:42 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-06-24 02:59:06 +03:00
|
|
|
version = "1.4.3"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-24 02:59:06 +03:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2020-12-12 11:00:42 +03:00
|
|
|
|
2020-12-24 07:55:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2023-02-01 18:08:32 +03:00
|
|
|
version = "1.4.0"
|
2020-12-24 07:55:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-01 18:08:32 +03:00
|
|
|
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
|
2020-12-24 07:55:12 +03:00
|
|
|
|
2023-04-07 16:07:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "camino"
|
|
|
|
version = "1.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c530edf18f37068ac2d977409ed5cd50d53d73bc653c7647b48eb78976ac9ae2"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cargo-platform"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cargo_metadata"
|
|
|
|
version = "0.15.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a"
|
|
|
|
dependencies = [
|
|
|
|
"camino",
|
|
|
|
"cargo-platform",
|
|
|
|
"semver",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2022-07-07 19:04:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cast"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
|
|
|
|
2020-12-12 11:00:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2022-03-23 01:36:11 +03:00
|
|
|
version = "1.0.73"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-23 01:36:11 +03:00
|
|
|
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
]
|
|
|
|
|
2020-12-25 09:56:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2020-12-12 11:00:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2023-03-13 19:03:13 +03:00
|
|
|
version = "0.4.24"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 19:03:13 +03:00
|
|
|
checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
2022-08-22 21:28:34 +03:00
|
|
|
"iana-time-zone",
|
2020-12-12 11:00:42 +03:00
|
|
|
"num-integer",
|
2022-03-10 05:04:19 +03:00
|
|
|
"num-traits",
|
2020-12-12 11:00:42 +03:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-09-12 18:45:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ciborium"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b0c137568cc60b904a7724001b35ce2630fd00d5d84805fbb608ab89509d788f"
|
|
|
|
dependencies = [
|
|
|
|
"ciborium-io",
|
|
|
|
"ciborium-ll",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ciborium-io"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "346de753af073cc87b52b2083a506b38ac176a44cfb05497b622e27be899b369"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ciborium-ll"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "213030a2b5a4e0c0892b6652260cf6ccac84827b83a85a534e178e3906c4cf1b"
|
|
|
|
dependencies = [
|
|
|
|
"ciborium-io",
|
|
|
|
"half",
|
|
|
|
]
|
|
|
|
|
2021-09-24 00:10:59 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2022-09-16 18:28:25 +03:00
|
|
|
version = "3.2.22"
|
2021-09-24 00:10:59 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-16 18:28:25 +03:00
|
|
|
checksum = "86447ad904c7fb335a790c9d7fe3d0d971dc523b8ccd1561a520de9a85302750"
|
2022-09-29 19:12:16 +03:00
|
|
|
dependencies = [
|
2023-03-30 19:45:43 +03:00
|
|
|
"bitflags 1.3.2",
|
2022-09-29 19:12:16 +03:00
|
|
|
"clap_lex 0.2.4",
|
|
|
|
"indexmap",
|
2022-10-24 18:59:00 +03:00
|
|
|
"textwrap 0.15.2",
|
2022-09-29 19:12:16 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-03-30 19:45:43 +03:00
|
|
|
version = "4.1.11"
|
2022-09-29 19:12:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-30 19:45:43 +03:00
|
|
|
checksum = "42dfd32784433290c51d92c438bb72ea5063797fc3cc9a21a8c4346bebbb2098"
|
2021-09-24 00:10:59 +03:00
|
|
|
dependencies = [
|
2023-03-30 19:45:43 +03:00
|
|
|
"bitflags 2.0.2",
|
2022-03-23 01:11:28 +03:00
|
|
|
"clap_derive",
|
2022-09-29 19:12:16 +03:00
|
|
|
"clap_lex 0.3.0",
|
2022-11-25 18:07:18 +03:00
|
|
|
"is-terminal",
|
2022-06-19 02:34:14 +03:00
|
|
|
"once_cell",
|
2021-09-24 00:10:59 +03:00
|
|
|
"strsim",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_complete"
|
2023-04-21 19:00:22 +03:00
|
|
|
version = "4.2.1"
|
2021-09-24 00:10:59 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-21 19:00:22 +03:00
|
|
|
checksum = "1a19591b2ab0e3c04b588a0e04ddde7b9eaa423646d1b4a8092879216bf47473"
|
2021-09-24 00:10:59 +03:00
|
|
|
dependencies = [
|
2023-03-30 19:45:43 +03:00
|
|
|
"clap 4.1.11",
|
2020-12-12 11:00:42 +03:00
|
|
|
]
|
|
|
|
|
2022-03-23 01:11:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2023-03-18 02:14:20 +03:00
|
|
|
version = "4.1.9"
|
2022-03-23 01:11:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 02:14:20 +03:00
|
|
|
checksum = "fddf67631444a3a3e3e5ac51c36a5e01335302de677bd78759eaa90ab1f46644"
|
2022-03-23 01:11:28 +03:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-20 19:05:08 +03:00
|
|
|
"syn 1.0.104",
|
2022-03-23 01:11:28 +03:00
|
|
|
]
|
|
|
|
|
2022-04-18 18:46:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2022-09-06 22:58:08 +03:00
|
|
|
version = "0.2.4"
|
2022-04-18 18:46:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-06 22:58:08 +03:00
|
|
|
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
|
2022-04-18 18:46:02 +03:00
|
|
|
dependencies = [
|
|
|
|
"os_str_bytes",
|
|
|
|
]
|
|
|
|
|
2022-09-29 19:12:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8"
|
|
|
|
dependencies = [
|
|
|
|
"os_str_bytes",
|
|
|
|
]
|
|
|
|
|
2022-03-02 11:15:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clap_mangen"
|
2023-03-18 02:14:20 +03:00
|
|
|
version = "0.2.10"
|
2022-03-02 11:15:14 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 02:14:20 +03:00
|
|
|
checksum = "4237e29de9c6949982ba87d51709204504fb8ed2fd38232fcb1e5bf7d4ba48c8"
|
2022-03-02 11:15:14 +03:00
|
|
|
dependencies = [
|
2023-03-30 19:45:43 +03:00
|
|
|
"clap 4.1.11",
|
2022-03-02 11:15:14 +03:00
|
|
|
"roff",
|
|
|
|
]
|
|
|
|
|
2020-12-12 11:00:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "config"
|
2022-12-05 18:15:29 +03:00
|
|
|
version = "0.13.3"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-05 18:15:29 +03:00
|
|
|
checksum = "d379af7f68bfc21714c6c7dea883544201741d2ce8274bb12fa54f89507f52a7"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
2022-03-10 05:04:19 +03:00
|
|
|
"async-trait",
|
2020-12-12 11:00:42 +03:00
|
|
|
"lazy_static",
|
|
|
|
"nom",
|
2022-03-10 05:04:19 +03:00
|
|
|
"pathdiff",
|
|
|
|
"serde",
|
2020-12-12 11:00:42 +03:00
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
2022-03-06 06:32:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "console"
|
2023-01-09 18:14:21 +03:00
|
|
|
version = "0.15.4"
|
2022-03-06 06:32:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-09 18:14:21 +03:00
|
|
|
checksum = "c9b6515d269224923b26b5febea2ed42b2d5f2ce37284a4dd670fedd6cb8347a"
|
2022-03-06 06:32:20 +03:00
|
|
|
dependencies = [
|
|
|
|
"encode_unicode",
|
2022-09-28 18:49:49 +03:00
|
|
|
"lazy_static",
|
2022-03-06 06:32:20 +03:00
|
|
|
"libc",
|
2023-01-09 18:14:21 +03:00
|
|
|
"windows-sys 0.42.0",
|
2022-03-06 06:32:20 +03:00
|
|
|
]
|
|
|
|
|
2022-08-22 21:28:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
|
|
|
|
2022-08-09 18:34:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2022-09-06 22:58:08 +03:00
|
|
|
version = "0.2.5"
|
2022-08-09 18:34:25 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-06 22:58:08 +03:00
|
|
|
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
|
2022-08-09 18:34:25 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-09-12 18:45:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "criterion"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7c76e09c1aae2bc52b3d2f29e13c6572553b30c4aa1b8a49fd70de6412654cb"
|
|
|
|
dependencies = [
|
|
|
|
"anes",
|
|
|
|
"atty",
|
|
|
|
"cast",
|
|
|
|
"ciborium",
|
2022-09-29 19:12:16 +03:00
|
|
|
"clap 3.2.22",
|
2022-09-12 18:59:06 +03:00
|
|
|
"criterion-plot",
|
2022-09-12 18:45:21 +03:00
|
|
|
"itertools",
|
|
|
|
"lazy_static",
|
|
|
|
"num-traits",
|
|
|
|
"oorandom",
|
2022-09-12 18:59:06 +03:00
|
|
|
"plotters",
|
|
|
|
"rayon",
|
2022-09-12 18:45:21 +03:00
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
2020-12-12 11:00:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2023-04-10 08:23:22 +03:00
|
|
|
version = "0.5.8"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-10 08:23:22 +03:00
|
|
|
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
2021-06-24 02:59:06 +03:00
|
|
|
"cfg-if",
|
2020-12-12 11:00:42 +03:00
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2022-09-06 22:58:08 +03:00
|
|
|
version = "0.8.2"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-06 22:58:08 +03:00
|
|
|
checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
2021-06-24 02:59:06 +03:00
|
|
|
"cfg-if",
|
2020-12-12 11:00:42 +03:00
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2022-09-06 22:58:08 +03:00
|
|
|
version = "0.9.10"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-06 22:58:08 +03:00
|
|
|
checksum = "045ebe27666471bb549370b4b0b3e51b07f56325befa4284db65fc89c02511b1"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
2022-03-23 01:36:11 +03:00
|
|
|
"autocfg",
|
2021-06-24 02:59:06 +03:00
|
|
|
"cfg-if",
|
2020-12-12 11:00:42 +03:00
|
|
|
"crossbeam-utils",
|
|
|
|
"memoffset",
|
2022-09-06 22:58:08 +03:00
|
|
|
"once_cell",
|
2020-12-12 11:00:42 +03:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2022-09-06 22:58:08 +03:00
|
|
|
version = "0.8.11"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-06 22:58:08 +03:00
|
|
|
checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
2021-06-24 02:59:06 +03:00
|
|
|
"cfg-if",
|
2022-09-06 22:58:08 +03:00
|
|
|
"once_cell",
|
2020-12-12 11:00:42 +03:00
|
|
|
]
|
|
|
|
|
2022-10-23 23:50:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossterm"
|
2023-02-27 19:10:07 +03:00
|
|
|
version = "0.26.1"
|
2022-10-23 23:50:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-27 19:10:07 +03:00
|
|
|
checksum = "a84cda67535339806297f1b331d6dd6320470d2a0fe65381e79ee9e156dd3d13"
|
2022-10-23 23:50:03 +03:00
|
|
|
dependencies = [
|
2023-03-30 19:45:43 +03:00
|
|
|
"bitflags 1.3.2",
|
2022-10-23 23:50:03 +03:00
|
|
|
"crossterm_winapi",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"parking_lot",
|
|
|
|
"signal-hook",
|
|
|
|
"signal-hook-mio",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossterm_winapi"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2ae1b35a484aa10e07fe0638d02301c5ad24de82d310ccbd2f3693da5f09bf1c"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-12-12 11:00:42 +03:00
|
|
|
[[package]]
|
2022-02-10 09:01:13 +03:00
|
|
|
name = "crypto-common"
|
2022-09-06 22:58:08 +03:00
|
|
|
version = "0.1.6"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-06 22:58:08 +03:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
2022-08-09 18:34:25 +03:00
|
|
|
"generic-array",
|
2022-03-17 07:10:14 +03:00
|
|
|
"typenum",
|
2020-12-12 11:00:42 +03:00
|
|
|
]
|
|
|
|
|
2022-01-16 09:06:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "difflib"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
|
|
|
|
|
2020-12-24 12:15:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2022-11-17 18:15:00 +03:00
|
|
|
version = "0.10.6"
|
2020-12-24 12:15:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-17 18:15:00 +03:00
|
|
|
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
|
2020-12-24 12:15:38 +03:00
|
|
|
dependencies = [
|
2022-08-09 18:34:25 +03:00
|
|
|
"block-buffer",
|
2022-02-10 09:01:13 +03:00
|
|
|
"crypto-common",
|
|
|
|
"subtle",
|
2020-12-12 11:00:42 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
2023-03-31 19:00:20 +03:00
|
|
|
version = "5.0.0"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-31 19:00:20 +03:00
|
|
|
checksum = "dece029acd3353e3a58ac2e3eb3c8d6c35827a892edc6cc4138ef9c33df46ecd"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
2023-03-31 19:00:20 +03:00
|
|
|
version = "0.4.0"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-31 19:00:20 +03:00
|
|
|
checksum = "04414300db88f70d74c5ff54e50f9e1d1737d9a5b90f53fcf2e95ca2a9ab554b"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
2023-03-31 19:00:20 +03:00
|
|
|
"windows-sys 0.45.0",
|
2020-12-12 11:00:42 +03:00
|
|
|
]
|
|
|
|
|
2022-01-16 09:06:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "doc-comment"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
|
|
|
|
2020-12-12 11:00:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2022-09-06 22:58:08 +03:00
|
|
|
version = "1.8.0"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-06 22:58:08 +03:00
|
|
|
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
|
2020-12-12 11:00:42 +03:00
|
|
|
|
2022-03-06 06:32:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "encode_unicode"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
|
|
|
|
2022-11-25 18:07:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
|
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-03-30 19:26:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50d6a0976c999d473fe89ad888d5a284e55366d9dc9038b1ba2aa15128c4afa0"
|
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.45.0",
|
|
|
|
]
|
|
|
|
|
2022-11-25 18:07:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-01-27 09:21:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "esl01-renderdag"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3a1840969ab8be31e186bb6d2f672d586dcd203dd4019a80dc1277a14686eca9"
|
|
|
|
dependencies = [
|
2023-03-30 19:45:43 +03:00
|
|
|
"bitflags 1.3.2",
|
2023-01-27 09:21:24 +03:00
|
|
|
"itertools",
|
|
|
|
]
|
|
|
|
|
2022-02-10 09:19:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2022-09-06 22:58:08 +03:00
|
|
|
version = "1.8.0"
|
2022-02-10 09:19:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-06 22:58:08 +03:00
|
|
|
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
|
2022-02-10 09:19:16 +03:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2022-12-21 22:14:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
|
|
|
|
|
2021-06-24 02:59:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2022-12-21 22:14:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "gen-protos"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"prost-build",
|
|
|
|
]
|
|
|
|
|
2020-12-24 12:15:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2022-09-06 22:58:08 +03:00
|
|
|
version = "0.14.6"
|
2020-12-24 12:15:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-06 22:58:08 +03:00
|
|
|
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
|
2020-12-24 12:15:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-12-24 07:55:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-09-06 22:58:08 +03:00
|
|
|
version = "0.2.7"
|
2020-12-24 07:55:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-06 22:58:08 +03:00
|
|
|
checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
|
2020-12-24 07:55:12 +03:00
|
|
|
dependencies = [
|
2021-06-24 02:59:06 +03:00
|
|
|
"cfg-if",
|
2020-12-24 07:55:12 +03:00
|
|
|
"libc",
|
2023-01-21 11:13:55 +03:00
|
|
|
"wasi",
|
2020-12-24 07:55:12 +03:00
|
|
|
]
|
|
|
|
|
2020-12-12 11:00:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "git2"
|
2023-04-17 19:00:33 +03:00
|
|
|
version = "0.17.1"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 19:00:33 +03:00
|
|
|
checksum = "8b7905cdfe33d31a88bb2e8419ddd054451f5432d1da9eaf2ac7804ee1ea12d5"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
2023-03-30 19:45:43 +03:00
|
|
|
"bitflags 1.3.2",
|
2020-12-12 11:00:42 +03:00
|
|
|
"libc",
|
|
|
|
"libgit2-sys",
|
|
|
|
"log",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2022-11-23 02:58:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
2023-01-06 18:05:36 +03:00
|
|
|
version = "0.3.1"
|
2022-11-23 02:58:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-06 18:05:36 +03:00
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
2022-11-23 02:58:04 +03:00
|
|
|
|
2020-12-12 11:00:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "half"
|
2022-03-23 01:36:11 +03:00
|
|
|
version = "1.8.2"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-23 01:36:11 +03:00
|
|
|
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
|
2020-12-12 11:00:42 +03:00
|
|
|
|
2022-03-10 05:04:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-09-06 22:58:08 +03:00
|
|
|
version = "0.12.3"
|
2021-09-24 00:10:59 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-06 22:58:08 +03:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2022-10-24 18:59:00 +03:00
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
]
|
2021-09-24 00:10:59 +03:00
|
|
|
|
2022-03-23 01:11:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
|
|
|
|
|
2020-12-12 11:00:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2022-03-23 01:36:11 +03:00
|
|
|
version = "0.1.19"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-23 01:36:11 +03:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-11-25 18:07:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-12-12 11:00:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
2021-06-24 02:59:06 +03:00
|
|
|
version = "0.4.3"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-24 02:59:06 +03:00
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
2020-12-12 11:00:42 +03:00
|
|
|
|
2022-08-22 21:28:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2022-09-06 22:58:08 +03:00
|
|
|
version = "0.1.47"
|
2022-08-22 21:28:34 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-06 22:58:08 +03:00
|
|
|
checksum = "4c495f162af0bf17656d0014a0eded5f3cd2f365fdd204548c2869db89359dc7"
|
2022-08-22 21:28:34 +03:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"js-sys",
|
2022-09-06 22:58:08 +03:00
|
|
|
"once_cell",
|
2022-08-22 21:28:34 +03:00
|
|
|
"wasm-bindgen",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-12-12 11:00:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2021-06-24 02:59:06 +03:00
|
|
|
version = "0.2.3"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-24 02:59:06 +03:00
|
|
|
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2021-09-24 00:10:59 +03:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-03-27 19:04:45 +03:00
|
|
|
version = "1.9.3"
|
2021-09-24 00:10:59 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-27 19:04:45 +03:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2021-09-24 00:10:59 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2022-09-06 22:58:08 +03:00
|
|
|
"hashbrown",
|
2021-09-24 00:10:59 +03:00
|
|
|
]
|
|
|
|
|
2022-03-06 06:32:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "insta"
|
2023-03-23 19:04:56 +03:00
|
|
|
version = "1.29.0"
|
2022-03-06 06:32:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 19:04:56 +03:00
|
|
|
checksum = "9a28d25139df397cbca21408bb742cf6837e04cdbebf1b07b760caf971d6a972"
|
2022-03-06 06:32:20 +03:00
|
|
|
dependencies = [
|
|
|
|
"console",
|
2022-09-28 18:49:49 +03:00
|
|
|
"lazy_static",
|
2022-08-08 18:31:03 +03:00
|
|
|
"linked-hash-map",
|
2023-01-03 05:26:59 +03:00
|
|
|
"regex",
|
2022-03-06 06:32:20 +03:00
|
|
|
"similar",
|
2022-08-08 18:31:03 +03:00
|
|
|
"yaml-rust",
|
2022-03-06 06:32:20 +03:00
|
|
|
]
|
|
|
|
|
2020-12-25 09:56:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2022-03-23 01:36:11 +03:00
|
|
|
version = "0.1.12"
|
2020-12-25 09:56:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-23 01:36:11 +03:00
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
2020-12-25 09:56:05 +03:00
|
|
|
dependencies = [
|
2021-06-24 02:59:06 +03:00
|
|
|
"cfg-if",
|
2020-12-25 09:56:05 +03:00
|
|
|
]
|
|
|
|
|
2022-11-25 18:07:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a7d367024b3f3414d8e01f437f704f41a9f64ab36f9067fa73e526ad4c763c87"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.42.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
2022-11-29 18:07:00 +03:00
|
|
|
version = "0.4.1"
|
2022-11-25 18:07:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-29 18:07:00 +03:00
|
|
|
checksum = "927609f78c2913a6f6ac3c27a4fe87f43e2a35367c0c4b0f8265e8f49a104330"
|
2022-11-25 18:07:18 +03:00
|
|
|
dependencies = [
|
|
|
|
"hermit-abi 0.2.6",
|
|
|
|
"io-lifetimes",
|
2023-03-30 19:26:08 +03:00
|
|
|
"rustix 0.36.4",
|
2022-11-25 18:07:18 +03:00
|
|
|
"windows-sys 0.42.0",
|
|
|
|
]
|
|
|
|
|
2021-06-09 23:57:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2022-09-20 19:55:05 +03:00
|
|
|
version = "0.10.5"
|
2021-06-09 23:57:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-20 19:55:05 +03:00
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
2021-06-09 23:57:48 +03:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2022-02-10 09:19:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2022-09-06 22:58:08 +03:00
|
|
|
version = "1.0.3"
|
2022-02-10 09:19:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-06 22:58:08 +03:00
|
|
|
checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754"
|
2022-02-10 09:19:16 +03:00
|
|
|
|
2020-12-12 11:00:42 +03:00
|
|
|
[[package]]
|
2021-01-03 19:45:07 +03:00
|
|
|
name = "jobserver"
|
2022-03-23 01:36:11 +03:00
|
|
|
version = "0.1.24"
|
2021-01-03 19:45:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-23 01:36:11 +03:00
|
|
|
checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
|
2021-01-03 19:45:07 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2022-08-22 21:28:34 +03:00
|
|
|
version = "0.3.59"
|
2021-01-03 19:45:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-22 21:28:34 +03:00
|
|
|
checksum = "258451ab10b34f8af53416d1fdab72c22e805f0c92a1136d59470ec0b11138b2"
|
2021-01-03 19:45:07 +03:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-15 19:16:31 +03:00
|
|
|
name = "jujutsu"
|
2023-02-16 20:26:40 +03:00
|
|
|
version = "0.7.0"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
2022-01-16 09:06:12 +03:00
|
|
|
"assert_cmd",
|
2023-03-03 09:48:35 +03:00
|
|
|
"assert_matches",
|
2023-04-07 16:07:12 +03:00
|
|
|
"cargo_metadata",
|
2020-12-12 11:00:42 +03:00
|
|
|
"chrono",
|
2023-03-30 19:45:43 +03:00
|
|
|
"clap 4.1.11",
|
2021-09-24 00:10:59 +03:00
|
|
|
"clap_complete",
|
2022-03-02 11:15:14 +03:00
|
|
|
"clap_mangen",
|
2020-12-12 11:00:42 +03:00
|
|
|
"config",
|
2023-03-27 16:43:32 +03:00
|
|
|
"criterion",
|
2022-10-23 23:50:03 +03:00
|
|
|
"crossterm",
|
2022-03-19 20:09:57 +03:00
|
|
|
"dirs",
|
2023-01-27 09:21:24 +03:00
|
|
|
"esl01-renderdag",
|
2020-12-12 11:00:42 +03:00
|
|
|
"git2",
|
2022-11-23 02:58:04 +03:00
|
|
|
"glob",
|
2020-12-12 11:00:42 +03:00
|
|
|
"hex",
|
2023-01-10 09:54:10 +03:00
|
|
|
"indexmap",
|
2022-03-06 06:32:20 +03:00
|
|
|
"insta",
|
2021-11-30 20:14:21 +03:00
|
|
|
"itertools",
|
2021-05-15 19:16:31 +03:00
|
|
|
"jujutsu-lib",
|
2022-10-29 22:48:41 +03:00
|
|
|
"libc",
|
2021-09-15 18:54:55 +03:00
|
|
|
"maplit",
|
2022-10-29 22:48:41 +03:00
|
|
|
"once_cell",
|
2020-12-12 11:00:42 +03:00
|
|
|
"pest",
|
|
|
|
"pest_derive",
|
|
|
|
"regex",
|
2022-11-06 21:15:44 +03:00
|
|
|
"rpassword",
|
2022-05-01 04:45:22 +03:00
|
|
|
"serde",
|
2022-10-29 22:48:41 +03:00
|
|
|
"slab",
|
2023-03-23 12:03:01 +03:00
|
|
|
"strsim",
|
2020-12-12 11:00:42 +03:00
|
|
|
"tempfile",
|
2022-11-08 15:35:16 +03:00
|
|
|
"testutils",
|
2022-10-24 18:59:00 +03:00
|
|
|
"textwrap 0.16.0",
|
2020-12-26 06:13:01 +03:00
|
|
|
"thiserror",
|
2022-11-26 04:33:24 +03:00
|
|
|
"timeago",
|
2023-01-15 07:23:44 +03:00
|
|
|
"toml_edit",
|
2022-11-20 06:38:25 +03:00
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
2020-12-12 11:00:42 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-15 19:16:31 +03:00
|
|
|
name = "jujutsu-lib"
|
2023-02-16 20:26:40 +03:00
|
|
|
version = "0.7.0"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
2022-02-21 08:45:09 +03:00
|
|
|
"assert_matches",
|
2020-12-25 09:56:05 +03:00
|
|
|
"backoff",
|
2020-12-12 11:00:42 +03:00
|
|
|
"blake2",
|
|
|
|
"byteorder",
|
2021-03-15 06:43:02 +03:00
|
|
|
"bytes",
|
2020-12-12 11:00:42 +03:00
|
|
|
"chrono",
|
|
|
|
"config",
|
2023-03-27 11:23:27 +03:00
|
|
|
"criterion",
|
2022-11-11 20:33:22 +03:00
|
|
|
"digest",
|
2020-12-12 11:00:42 +03:00
|
|
|
"git2",
|
|
|
|
"hex",
|
2022-05-10 07:24:58 +03:00
|
|
|
"insta",
|
2021-11-30 20:14:21 +03:00
|
|
|
"itertools",
|
2020-12-23 20:39:09 +03:00
|
|
|
"maplit",
|
2021-04-29 09:51:58 +03:00
|
|
|
"num_cpus",
|
2022-10-02 12:10:43 +03:00
|
|
|
"once_cell",
|
2021-04-15 02:54:27 +03:00
|
|
|
"pest",
|
|
|
|
"pest_derive",
|
2022-12-21 22:14:46 +03:00
|
|
|
"prost",
|
2023-01-21 11:13:55 +03:00
|
|
|
"rand",
|
|
|
|
"rand_chacha",
|
2021-05-12 19:43:58 +03:00
|
|
|
"regex",
|
2020-12-12 11:00:42 +03:00
|
|
|
"serde_json",
|
|
|
|
"tempfile",
|
|
|
|
"test-case",
|
2022-11-08 15:35:16 +03:00
|
|
|
"testutils",
|
2020-12-12 11:00:42 +03:00
|
|
|
"thiserror",
|
2022-11-20 06:38:25 +03:00
|
|
|
"tracing",
|
2022-02-21 09:14:13 +03:00
|
|
|
"version_check",
|
2020-12-12 11:00:42 +03:00
|
|
|
"whoami",
|
|
|
|
"zstd",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-04-04 18:59:40 +03:00
|
|
|
version = "0.2.141"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-04 18:59:40 +03:00
|
|
|
checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5"
|
2020-12-12 11:00:42 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libgit2-sys"
|
2023-04-17 19:00:33 +03:00
|
|
|
version = "0.15.1+1.6.4"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 19:00:33 +03:00
|
|
|
checksum = "fb4577bde8cdfc7d6a2a4bcb7b049598597de33ffd337276e9c7db6cd4a2cee7"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"libssh2-sys",
|
|
|
|
"libz-sys",
|
|
|
|
"openssl-sys",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libssh2-sys"
|
2023-04-03 19:03:14 +03:00
|
|
|
version = "0.3.0"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-03 19:03:14 +03:00
|
|
|
checksum = "2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"libz-sys",
|
|
|
|
"openssl-sys",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
2022-09-06 22:58:08 +03:00
|
|
|
version = "1.1.8"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-06 22:58:08 +03:00
|
|
|
checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
2022-08-08 18:31:03 +03:00
|
|
|
version = "0.5.6"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 18:31:03 +03:00
|
|
|
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
2020-12-12 11:00:42 +03:00
|
|
|
|
2022-11-25 18:07:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f9f08d8963a6c613f4b1a78f4f4a4dbfadf8e6545b2d72861731e4858b8b47f"
|
|
|
|
|
2023-03-30 19:26:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cd550e73688e6d578f0ac2119e32b797a327631a42f9433e59d02e139c8df60d"
|
|
|
|
|
2022-10-23 23:50:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
|
|
|
version = "0.4.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2020-12-12 11:00:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-09-06 22:58:08 +03:00
|
|
|
version = "0.4.17"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-06 22:58:08 +03:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
2021-06-24 02:59:06 +03:00
|
|
|
"cfg-if",
|
2020-12-12 11:00:42 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "maplit"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
|
|
|
|
2022-11-20 06:38:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
|
|
dependencies = [
|
|
|
|
"regex-automata",
|
|
|
|
]
|
|
|
|
|
2020-12-12 11:00:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2022-03-23 01:36:11 +03:00
|
|
|
version = "0.1.9"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-23 01:36:11 +03:00
|
|
|
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
2020-12-12 11:00:42 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-09-06 22:58:08 +03:00
|
|
|
version = "2.5.0"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-06 22:58:08 +03:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2020-12-12 11:00:42 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2022-03-23 01:36:11 +03:00
|
|
|
version = "0.6.5"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-23 01:36:11 +03:00
|
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2022-03-10 05:04:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2022-10-23 23:50:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
|
|
|
version = "0.8.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
2023-01-21 11:13:55 +03:00
|
|
|
"wasi",
|
2022-10-23 23:50:03 +03:00
|
|
|
"windows-sys 0.36.1",
|
|
|
|
]
|
|
|
|
|
2022-12-21 22:14:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "multimap"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
|
|
|
|
|
2020-12-12 11:00:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2022-03-10 05:04:19 +03:00
|
|
|
version = "7.1.1"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-10 05:04:19 +03:00
|
|
|
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2022-03-10 05:04:19 +03:00
|
|
|
"minimal-lexical",
|
2020-12-12 11:00:42 +03:00
|
|
|
]
|
|
|
|
|
2022-11-20 06:38:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nu-ansi-term"
|
|
|
|
version = "0.46.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
|
|
|
dependencies = [
|
|
|
|
"overload",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-12-12 11:00:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2022-09-06 22:58:08 +03:00
|
|
|
version = "0.1.45"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-06 22:58:08 +03:00
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2022-03-10 05:04:19 +03:00
|
|
|
"num-traits",
|
2020-12-12 11:00:42 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2022-09-06 22:58:08 +03:00
|
|
|
version = "0.2.15"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-06 22:58:08 +03:00
|
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2022-12-21 18:07:56 +03:00
|
|
|
version = "1.15.0"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-21 18:07:56 +03:00
|
|
|
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
2022-12-21 18:07:56 +03:00
|
|
|
"hermit-abi 0.2.6",
|
2020-12-12 11:00:42 +03:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-03-06 06:32:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-02-14 19:12:18 +03:00
|
|
|
version = "1.17.1"
|
2022-03-06 06:32:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-14 19:12:18 +03:00
|
|
|
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
|
2022-03-06 06:32:20 +03:00
|
|
|
|
2020-12-12 11:00:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "oorandom"
|
2021-06-24 02:59:06 +03:00
|
|
|
version = "11.1.3"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-24 02:59:06 +03:00
|
|
|
checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
|
2020-12-12 11:00:42 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
2022-03-23 01:36:11 +03:00
|
|
|
version = "0.1.5"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-23 01:36:11 +03:00
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
2020-12-12 11:00:42 +03:00
|
|
|
|
2022-03-13 10:03:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-src"
|
2023-02-08 08:00:28 +03:00
|
|
|
version = "111.25.0+1.1.1t"
|
2022-03-13 10:03:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-08 08:00:28 +03:00
|
|
|
checksum = "3173cd3626c43e3854b1b727422a276e568d9ec5fe8cec197822cf52cfb743d6"
|
2022-03-13 10:03:44 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2020-12-12 11:00:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2022-09-06 22:58:08 +03:00
|
|
|
version = "0.9.75"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-06 22:58:08 +03:00
|
|
|
checksum = "e5f9bd0c2710541a3cda73d6f9ac4f1b240de4ae261065d309dbe73d9dceb42f"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cc",
|
|
|
|
"libc",
|
2022-03-13 10:03:44 +03:00
|
|
|
"openssl-src",
|
2020-12-12 11:00:42 +03:00
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2021-09-24 00:10:59 +03:00
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
2022-09-06 22:58:08 +03:00
|
|
|
version = "6.3.0"
|
2021-09-24 00:10:59 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-06 22:58:08 +03:00
|
|
|
checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff"
|
2021-09-24 00:10:59 +03:00
|
|
|
|
2022-11-20 06:38:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
|
|
2022-10-23 23:50:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2023-03-30 19:26:08 +03:00
|
|
|
"redox_syscall 0.2.16",
|
2022-10-23 23:50:03 +03:00
|
|
|
"smallvec",
|
|
|
|
"windows-sys 0.42.0",
|
|
|
|
]
|
|
|
|
|
2022-03-10 05:04:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pathdiff"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
|
|
|
|
|
2020-12-12 11:00:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
2023-03-31 19:00:11 +03:00
|
|
|
version = "2.5.7"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-31 19:00:11 +03:00
|
|
|
checksum = "7b1403e8401ad5dedea73c626b99758535b342502f8d1e361f4a2dd952749122"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
2022-07-29 18:34:17 +03:00
|
|
|
"thiserror",
|
2020-12-12 11:00:42 +03:00
|
|
|
"ucd-trie",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_derive"
|
2023-04-03 19:02:42 +03:00
|
|
|
version = "2.5.7"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-03 19:02:42 +03:00
|
|
|
checksum = "be99c4c1d2fc2769b1d00239431d711d08f6efedcecb8b6e30707160aee99c15"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_generator",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_generator"
|
2023-04-03 19:02:42 +03:00
|
|
|
version = "2.5.7"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-03 19:02:42 +03:00
|
|
|
checksum = "e56094789873daa36164de2e822b3888c6ae4b4f9da555a1103587658c805b1e"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_meta",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-03 19:02:42 +03:00
|
|
|
"syn 2.0.3",
|
2020-12-12 11:00:42 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_meta"
|
2023-04-03 19:02:42 +03:00
|
|
|
version = "2.5.7"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-03 19:02:42 +03:00
|
|
|
checksum = "6733073c7cff3d8459fda0e42f13a047870242aed8b509fe98000928975f359e"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
2022-08-09 18:34:25 +03:00
|
|
|
"once_cell",
|
2020-12-12 11:00:42 +03:00
|
|
|
"pest",
|
2023-01-13 18:04:57 +03:00
|
|
|
"sha2",
|
2020-12-12 11:00:42 +03:00
|
|
|
]
|
|
|
|
|
2022-12-21 22:14:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"
|
|
|
|
dependencies = [
|
|
|
|
"fixedbitset",
|
|
|
|
"indexmap",
|
|
|
|
]
|
|
|
|
|
2022-11-20 06:38:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
|
|
|
version = "0.2.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
|
|
|
|
2020-12-12 11:00:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2022-09-06 22:58:08 +03:00
|
|
|
version = "0.3.25"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-06 22:58:08 +03:00
|
|
|
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
|
2020-12-12 11:00:42 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "plotters"
|
2022-09-06 22:58:08 +03:00
|
|
|
version = "0.3.3"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-06 22:58:08 +03:00
|
|
|
checksum = "716b4eeb6c4a1d3ecc956f75b43ec2e8e8ba80026413e70a3f41fd3313d3492b"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
2022-03-10 05:04:19 +03:00
|
|
|
"num-traits",
|
2021-06-24 02:59:06 +03:00
|
|
|
"plotters-backend",
|
|
|
|
"plotters-svg",
|
2020-12-12 11:00:42 +03:00
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2021-06-24 02:59:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "plotters-backend"
|
2022-09-06 22:58:08 +03:00
|
|
|
version = "0.3.4"
|
2021-06-24 02:59:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-06 22:58:08 +03:00
|
|
|
checksum = "193228616381fecdc1224c62e96946dfbc73ff4384fba576e052ff8c1bea8142"
|
2021-06-24 02:59:06 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "plotters-svg"
|
2022-09-06 22:58:08 +03:00
|
|
|
version = "0.3.3"
|
2021-06-24 02:59:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-06 22:58:08 +03:00
|
|
|
checksum = "f9a81d2759aae1dae668f783c308bc5c8ebd191ff4184aaa1b37f65a6ae5a56f"
|
2021-06-24 02:59:06 +03:00
|
|
|
dependencies = [
|
|
|
|
"plotters-backend",
|
|
|
|
]
|
|
|
|
|
2020-12-12 11:00:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2022-03-23 01:36:11 +03:00
|
|
|
version = "0.2.16"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-23 01:36:11 +03:00
|
|
|
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
|
2020-12-12 11:00:42 +03:00
|
|
|
|
2022-01-16 09:06:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "predicates"
|
2022-12-30 18:04:58 +03:00
|
|
|
version = "2.1.5"
|
2022-01-16 09:06:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-30 18:04:58 +03:00
|
|
|
checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd"
|
2022-01-16 09:06:12 +03:00
|
|
|
dependencies = [
|
2023-03-24 19:08:05 +03:00
|
|
|
"difflib",
|
|
|
|
"itertools",
|
|
|
|
"predicates-core",
|
|
|
|
]
|
|
|
|
|
2022-01-16 09:06:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "predicates-core"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da1c2388b1513e1b605fcec39a95e0a9e8ef088f71443ef37099fa9ae6673fcb"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "predicates-tree"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4d86de6de25020a36c6d3643a86d9a6a9f552107c0559c60ea03551b5e16c032"
|
|
|
|
dependencies = [
|
|
|
|
"predicates-core",
|
|
|
|
"termtree",
|
|
|
|
]
|
|
|
|
|
2022-12-21 22:14:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "prettyplease"
|
|
|
|
version = "0.1.22"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c8992a85d8e93a28bdf76137db888d3874e3b230dee5ed8bebac4c9f7617773"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2023-03-20 19:05:08 +03:00
|
|
|
"syn 1.0.104",
|
2022-12-21 22:14:46 +03:00
|
|
|
]
|
|
|
|
|
2022-03-17 07:38:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-20 19:05:08 +03:00
|
|
|
"syn 1.0.104",
|
2022-03-17 07:38:13 +03:00
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-12-12 11:00:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-03-20 19:05:08 +03:00
|
|
|
version = "1.0.52"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-20 19:05:08 +03:00
|
|
|
checksum = "1d0e1ae9e836cc3beddd63db0df682593d7e2d3d891ae8c9083d2113e1744224"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
2022-09-06 22:58:08 +03:00
|
|
|
"unicode-ident",
|
2020-12-12 11:00:42 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-21 22:14:46 +03:00
|
|
|
name = "prost"
|
2023-04-13 19:10:07 +03:00
|
|
|
version = "0.11.9"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 19:10:07 +03:00
|
|
|
checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
2021-03-15 06:43:02 +03:00
|
|
|
"bytes",
|
2022-12-21 22:14:46 +03:00
|
|
|
"prost-derive",
|
2020-12-12 11:00:42 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-21 22:14:46 +03:00
|
|
|
name = "prost-build"
|
2023-04-14 18:59:30 +03:00
|
|
|
version = "0.11.9"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 18:59:30 +03:00
|
|
|
checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
2022-12-21 22:14:46 +03:00
|
|
|
"bytes",
|
|
|
|
"heck",
|
|
|
|
"itertools",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"multimap",
|
|
|
|
"petgraph",
|
|
|
|
"prettyplease",
|
|
|
|
"prost",
|
|
|
|
"prost-types",
|
2022-05-02 18:53:50 +03:00
|
|
|
"regex",
|
2023-03-20 19:05:08 +03:00
|
|
|
"syn 1.0.104",
|
2022-05-02 18:53:50 +03:00
|
|
|
"tempfile",
|
2022-12-21 22:14:46 +03:00
|
|
|
"which",
|
2020-12-12 11:00:42 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-21 22:14:46 +03:00
|
|
|
name = "prost-derive"
|
2023-04-13 19:10:07 +03:00
|
|
|
version = "0.11.9"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 19:10:07 +03:00
|
|
|
checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
2022-05-02 18:53:50 +03:00
|
|
|
"anyhow",
|
2022-12-21 22:14:46 +03:00
|
|
|
"itertools",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-20 19:05:08 +03:00
|
|
|
"syn 1.0.104",
|
2022-05-02 18:53:50 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-21 22:14:46 +03:00
|
|
|
name = "prost-types"
|
2023-04-14 18:59:30 +03:00
|
|
|
version = "0.11.9"
|
2022-05-02 18:53:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 18:59:30 +03:00
|
|
|
checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13"
|
2022-05-02 18:53:50 +03:00
|
|
|
dependencies = [
|
2022-12-21 22:14:46 +03:00
|
|
|
"prost",
|
2020-12-12 11:00:42 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-03-20 19:05:08 +03:00
|
|
|
version = "1.0.26"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-20 19:05:08 +03:00
|
|
|
checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2020-12-24 07:55:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-03-17 07:53:28 +03:00
|
|
|
version = "0.8.5"
|
2020-12-24 07:55:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 07:53:28 +03:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2020-12-24 07:55:12 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-01-21 11:13:55 +03:00
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
2020-12-24 07:55:12 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2021-06-24 02:59:06 +03:00
|
|
|
version = "0.3.1"
|
2020-12-24 07:55:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-24 02:59:06 +03:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2020-12-24 07:55:12 +03:00
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2023-01-21 11:13:55 +03:00
|
|
|
"rand_core",
|
2020-12-24 07:55:12 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2021-06-24 02:59:06 +03:00
|
|
|
version = "0.6.3"
|
2020-12-24 07:55:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-24 02:59:06 +03:00
|
|
|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
2020-12-24 07:55:12 +03:00
|
|
|
dependencies = [
|
2023-01-21 11:13:55 +03:00
|
|
|
"getrandom",
|
2020-12-24 07:55:12 +03:00
|
|
|
]
|
|
|
|
|
2020-12-12 11:00:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2022-09-06 22:58:08 +03:00
|
|
|
version = "1.5.3"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-06 22:58:08 +03:00
|
|
|
checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2022-09-06 22:58:08 +03:00
|
|
|
version = "1.9.3"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-06 22:58:08 +03:00
|
|
|
checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-09-06 22:58:08 +03:00
|
|
|
version = "0.2.16"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-06 22:58:08 +03:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2021-06-24 02:59:06 +03:00
|
|
|
dependencies = [
|
2023-03-30 19:45:43 +03:00
|
|
|
"bitflags 1.3.2",
|
2021-06-24 02:59:06 +03:00
|
|
|
]
|
2020-12-12 11:00:42 +03:00
|
|
|
|
2023-03-30 19:26:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
|
|
|
dependencies = [
|
2023-03-30 19:45:43 +03:00
|
|
|
"bitflags 1.3.2",
|
2023-03-30 19:26:08 +03:00
|
|
|
]
|
|
|
|
|
2020-12-12 11:00:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2022-09-06 22:58:08 +03:00
|
|
|
version = "0.4.3"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-06 22:58:08 +03:00
|
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
2023-01-21 11:13:55 +03:00
|
|
|
"getrandom",
|
2023-03-30 19:26:08 +03:00
|
|
|
"redox_syscall 0.2.16",
|
2022-03-23 01:36:11 +03:00
|
|
|
"thiserror",
|
2020-12-12 11:00:42 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-03-27 19:04:57 +03:00
|
|
|
version = "1.7.3"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-27 19:04:57 +03:00
|
|
|
checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2021-06-24 02:59:06 +03:00
|
|
|
version = "0.1.10"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-24 02:59:06 +03:00
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
2022-11-20 06:38:25 +03:00
|
|
|
dependencies = [
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
2020-12-12 11:00:42 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-03-21 19:03:25 +03:00
|
|
|
version = "0.6.29"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-21 19:03:25 +03:00
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
2020-12-12 11:00:42 +03:00
|
|
|
|
2022-03-02 11:15:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "roff"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b833d8d034ea094b1ea68aa6d5c740e0d04bad9d16568d08ba6f76823a114316"
|
|
|
|
|
2022-11-06 21:15:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rpassword"
|
2022-11-28 18:09:27 +03:00
|
|
|
version = "7.2.0"
|
2022-11-06 21:15:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-28 18:09:27 +03:00
|
|
|
checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rtoolbox",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rtoolbox"
|
|
|
|
version = "0.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a"
|
2022-11-06 21:15:44 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-11-25 18:07:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2022-11-29 18:07:00 +03:00
|
|
|
version = "0.36.4"
|
2022-11-25 18:07:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-29 18:07:00 +03:00
|
|
|
checksum = "cb93e85278e08bb5788653183213d3a60fc242b10cb9be96586f5a73dcb67c23"
|
2022-11-25 18:07:18 +03:00
|
|
|
dependencies = [
|
2023-03-30 19:45:43 +03:00
|
|
|
"bitflags 1.3.2",
|
2023-03-30 19:26:08 +03:00
|
|
|
"errno 0.2.8",
|
2022-11-25 18:07:18 +03:00
|
|
|
"io-lifetimes",
|
|
|
|
"libc",
|
2023-03-30 19:26:08 +03:00
|
|
|
"linux-raw-sys 0.1.3",
|
2022-11-25 18:07:18 +03:00
|
|
|
"windows-sys 0.42.0",
|
|
|
|
]
|
|
|
|
|
2023-03-30 19:26:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
|
|
|
version = "0.37.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0e78cc525325c06b4a7ff02db283472f3c042b7ff0c391f96c6d5ac6f4f91b75"
|
|
|
|
dependencies = [
|
2023-03-30 19:45:43 +03:00
|
|
|
"bitflags 1.3.2",
|
2023-03-30 19:26:08 +03:00
|
|
|
"errno 0.3.0",
|
|
|
|
"io-lifetimes",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys 0.3.0",
|
|
|
|
"windows-sys 0.45.0",
|
|
|
|
]
|
|
|
|
|
2020-12-12 11:00:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2022-09-06 22:58:08 +03:00
|
|
|
version = "1.0.11"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-06 22:58:08 +03:00
|
|
|
checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
|
2020-12-12 11:00:42 +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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
2023-04-07 16:07:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "1.0.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-12-12 11:00:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-04-11 18:59:26 +03:00
|
|
|
version = "1.0.160"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-11 18:59:26 +03:00
|
|
|
checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c"
|
2022-03-06 06:32:20 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
2020-12-12 11:00:42 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-04-11 18:59:26 +03:00
|
|
|
version = "1.0.160"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-11 18:59:26 +03:00
|
|
|
checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-20 19:05:08 +03:00
|
|
|
"syn 2.0.3",
|
2020-12-12 11:00:42 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-04-13 19:09:56 +03:00
|
|
|
version = "1.0.96"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 19:09:56 +03:00
|
|
|
checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
2022-09-12 18:59:06 +03:00
|
|
|
"itoa",
|
2020-12-12 11:00:42 +03:00
|
|
|
"ryu",
|
2022-03-10 05:04:19 +03:00
|
|
|
"serde",
|
2020-12-12 11:00:42 +03:00
|
|
|
]
|
|
|
|
|
2023-01-15 07:23:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-12-12 11:00:42 +03:00
|
|
|
[[package]]
|
2023-01-13 18:04:57 +03:00
|
|
|
name = "sha2"
|
|
|
|
version = "0.10.6"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-13 18:04:57 +03:00
|
|
|
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
2022-08-09 18:34:25 +03:00
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
2020-12-12 11:00:42 +03:00
|
|
|
]
|
|
|
|
|
2022-11-20 06:38:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2022-10-23 23:50:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook"
|
|
|
|
version = "0.3.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"signal-hook-registry",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-mio"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"signal-hook",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-03-06 06:32:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "similar"
|
2022-09-06 22:58:08 +03:00
|
|
|
version = "2.2.0"
|
2022-03-06 06:32:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-06 22:58:08 +03:00
|
|
|
checksum = "62ac7f900db32bf3fd12e0117dd3dc4da74bc52ebaac97f39668446d89694803"
|
2022-03-06 06:32:20 +03:00
|
|
|
|
2022-10-29 22:48:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-02-20 19:09:14 +03:00
|
|
|
version = "0.4.8"
|
2022-10-29 22:48:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-20 19:09:14 +03:00
|
|
|
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
|
2022-10-29 22:48:41 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2022-10-23 23:50:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
|
|
|
version = "1.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
|
|
|
|
2021-09-02 19:06:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "smawk"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043"
|
|
|
|
|
2020-12-12 11:00:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2021-09-24 00:10:59 +03:00
|
|
|
version = "0.10.0"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-24 00:10:59 +03:00
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
2020-12-12 11:00:42 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2022-03-23 01:36:11 +03:00
|
|
|
version = "2.4.1"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-23 01:36:11 +03:00
|
|
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
2020-12-12 11:00:42 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-11-28 18:09:37 +03:00
|
|
|
version = "1.0.104"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-28 18:09:37 +03:00
|
|
|
checksum = "4ae548ec36cf198c0ef7710d3c230987c2d6d7bd98ad6edc0274462724c585ce"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-09-06 22:58:08 +03:00
|
|
|
"unicode-ident",
|
2020-12-12 11:00:42 +03:00
|
|
|
]
|
|
|
|
|
2023-03-20 19:05:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "2.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e8234ae35e70582bfa0f1fedffa6daa248e41dd045310b19800c4a36382c8f60"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2020-12-12 11:00:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2023-03-30 19:26:08 +03:00
|
|
|
version = "3.5.0"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-30 19:26:08 +03:00
|
|
|
checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
2021-06-24 02:59:06 +03:00
|
|
|
"cfg-if",
|
2022-02-10 09:19:16 +03:00
|
|
|
"fastrand",
|
2023-03-30 19:26:08 +03:00
|
|
|
"redox_syscall 0.3.5",
|
|
|
|
"rustix 0.37.5",
|
|
|
|
"windows-sys 0.45.0",
|
2020-12-12 11:00:42 +03:00
|
|
|
]
|
|
|
|
|
2021-09-24 00:10:59 +03:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2022-03-23 01:36:11 +03:00
|
|
|
version = "1.1.3"
|
2021-09-24 00:10:59 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-23 01:36:11 +03:00
|
|
|
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
|
2021-09-24 00:10:59 +03:00
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2022-01-16 09:06:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "termtree"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "507e9898683b6c43a9aa55b64259b721b52ba226e0f3779137e50ad114a4c90b"
|
|
|
|
|
2020-12-12 11:00:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "test-case"
|
2023-04-03 19:02:54 +03:00
|
|
|
version = "3.1.0"
|
2022-05-18 18:38:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-03 19:02:54 +03:00
|
|
|
checksum = "2a1d6e7bde536b0412f20765b76e921028059adfd1b90d8974d33fd3c91b25df"
|
2022-05-18 18:38:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"test-case-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-02-13 19:07:47 +03:00
|
|
|
name = "test-case-core"
|
|
|
|
version = "3.0.0"
|
2021-06-28 22:09:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-13 19:07:47 +03:00
|
|
|
checksum = "72dc21b5887f4032c4656502d085dc28f2afbb686f25f216472bb0526f4b1b88"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
2021-06-24 02:59:06 +03:00
|
|
|
"cfg-if",
|
2022-03-17 07:38:13 +03:00
|
|
|
"proc-macro-error",
|
2020-12-12 11:00:42 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-20 19:05:08 +03:00
|
|
|
"syn 1.0.104",
|
2020-12-12 11:00:42 +03:00
|
|
|
]
|
|
|
|
|
2023-02-13 19:07:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "test-case-macros"
|
|
|
|
version = "3.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f3786898e0be151a96f730fd529b0e8a10f5990fa2a7ea14e37ca27613c05190"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-20 19:05:08 +03:00
|
|
|
"syn 1.0.104",
|
2023-02-13 19:07:47 +03:00
|
|
|
"test-case-core",
|
|
|
|
]
|
|
|
|
|
2022-11-08 15:35:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "testutils"
|
2023-02-16 20:26:40 +03:00
|
|
|
version = "0.7.0"
|
2022-11-08 15:35:16 +03:00
|
|
|
dependencies = [
|
|
|
|
"config",
|
|
|
|
"git2",
|
|
|
|
"itertools",
|
|
|
|
"jujutsu-lib",
|
2023-01-21 11:13:55 +03:00
|
|
|
"rand",
|
2022-11-08 15:35:16 +03:00
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
2022-03-17 07:09:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2022-10-24 18:59:00 +03:00
|
|
|
version = "0.15.2"
|
2022-03-17 07:09:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-24 18:59:00 +03:00
|
|
|
checksum = "b7b3e525a49ec206798b40326a44121291b530c963cfb01018f63e135bac543d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.16.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
|
2021-09-02 19:06:34 +03:00
|
|
|
dependencies = [
|
|
|
|
"smawk",
|
|
|
|
"unicode-linebreak",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2020-12-12 11:00:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-03-20 23:20:59 +03:00
|
|
|
version = "1.0.40"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-20 23:20:59 +03:00
|
|
|
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-03-20 23:20:59 +03:00
|
|
|
version = "1.0.40"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-20 23:20:59 +03:00
|
|
|
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-20 23:20:59 +03:00
|
|
|
"syn 2.0.3",
|
2020-12-12 11:00:42 +03:00
|
|
|
]
|
|
|
|
|
2022-11-20 06:38:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
|
|
|
version = "1.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2022-11-26 04:33:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "timeago"
|
2023-01-26 18:08:51 +03:00
|
|
|
version = "0.4.1"
|
2022-11-26 04:33:24 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-26 18:08:51 +03:00
|
|
|
checksum = "5082dc942361cdfb74eab98bf995762d6015e5bb3a20bf7c5c71213778b4fcb4"
|
2022-11-26 04:33:24 +03:00
|
|
|
|
2020-12-12 11:00:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tinytemplate"
|
2021-06-24 02:59:06 +03:00
|
|
|
version = "1.2.1"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-24 02:59:06 +03:00
|
|
|
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
2022-03-10 05:04:19 +03:00
|
|
|
"serde",
|
2020-12-12 11:00:42 +03:00
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-09-06 22:58:08 +03:00
|
|
|
version = "1.6.0"
|
2021-06-24 02:59:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-06 22:58:08 +03:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2021-06-24 02:59:06 +03:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.0"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-24 02:59:06 +03:00
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
2020-12-12 11:00:42 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2022-09-06 22:58:08 +03:00
|
|
|
version = "0.5.9"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-06 22:58:08 +03:00
|
|
|
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
2022-03-10 05:04:19 +03:00
|
|
|
"serde",
|
2020-12-12 11:00:42 +03:00
|
|
|
]
|
|
|
|
|
2023-01-15 07:23:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2023-03-23 19:04:41 +03:00
|
|
|
version = "0.19.8"
|
2023-01-15 07:23:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 19:04:41 +03:00
|
|
|
checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13"
|
2023-01-15 07:23:44 +03:00
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
2023-03-01 19:05:37 +03:00
|
|
|
"winnow",
|
2023-01-15 07:23:44 +03:00
|
|
|
]
|
|
|
|
|
2022-11-20 06:38:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
|
|
|
version = "0.1.37"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
|
|
|
version = "0.1.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-20 19:05:08 +03:00
|
|
|
"syn 1.0.104",
|
2022-11-20 06:38:25 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
|
|
|
version = "0.1.30"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
|
|
|
version = "0.3.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70"
|
|
|
|
dependencies = [
|
|
|
|
"matchers",
|
|
|
|
"nu-ansi-term",
|
|
|
|
"once_cell",
|
|
|
|
"regex",
|
|
|
|
"sharded-slab",
|
|
|
|
"thread_local",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
2020-12-12 11:00:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2022-03-17 07:10:14 +03:00
|
|
|
version = "1.15.0"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 07:10:14 +03:00
|
|
|
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
2020-12-12 11:00:42 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
2022-09-06 22:58:08 +03:00
|
|
|
version = "0.1.5"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-06 22:58:08 +03:00
|
|
|
checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
|
2020-12-12 11:00:42 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2022-09-06 22:58:08 +03:00
|
|
|
version = "0.3.8"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-06 22:58:08 +03:00
|
|
|
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf"
|
2020-12-12 11:00:42 +03:00
|
|
|
|
2021-09-02 19:06:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-linebreak"
|
2022-10-24 18:59:00 +03:00
|
|
|
version = "0.1.4"
|
2021-09-02 19:06:34 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-24 18:59:00 +03:00
|
|
|
checksum = "c5faade31a542b8b35855fff6e8def199853b2da8da256da52f52f1316ee3137"
|
2021-09-02 19:06:34 +03:00
|
|
|
dependencies = [
|
2022-10-24 18:59:00 +03:00
|
|
|
"hashbrown",
|
2021-09-02 19:06:34 +03:00
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2020-12-12 11:00:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2022-09-06 22:58:08 +03:00
|
|
|
version = "0.1.21"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-06 22:58:08 +03:00
|
|
|
checksum = "854cbdc4f7bc6ae19c820d44abdc3277ac3e1b2b93db20a636825d9322fb60e6"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2022-10-24 18:59:00 +03:00
|
|
|
version = "0.1.10"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-24 18:59:00 +03:00
|
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
2020-12-12 11:00:42 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2021-06-24 02:59:06 +03:00
|
|
|
version = "2.2.2"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-24 02:59:06 +03:00
|
|
|
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
2021-06-24 02:59:06 +03:00
|
|
|
"form_urlencoded",
|
2020-12-12 11:00:42 +03:00
|
|
|
"idna",
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2021-06-24 02:59:06 +03:00
|
|
|
version = "0.2.15"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-24 02:59:06 +03:00
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
2020-12-12 11:00:42 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-02-21 08:45:09 +03:00
|
|
|
version = "0.9.4"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-21 08:45:09 +03:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2020-12-12 11:00:42 +03:00
|
|
|
|
2022-01-16 09:06:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wait-timeout"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-12-12 11:00:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2021-06-24 02:59:06 +03:00
|
|
|
version = "2.3.2"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-24 02:59:06 +03:00
|
|
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2022-09-06 22:58:08 +03:00
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-06 22:58:08 +03:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2020-12-12 11:00:42 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2022-08-22 21:28:34 +03:00
|
|
|
version = "0.2.82"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-22 21:28:34 +03:00
|
|
|
checksum = "fc7652e3f6c4706c8d9cd54832c4a4ccb9b5336e2c3bd154d5cccfbf1c1f5f7d"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
2021-06-24 02:59:06 +03:00
|
|
|
"cfg-if",
|
2020-12-12 11:00:42 +03:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2022-08-22 21:28:34 +03:00
|
|
|
version = "0.2.82"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-22 21:28:34 +03:00
|
|
|
checksum = "662cd44805586bd52971b9586b1df85cdbbd9112e4ef4d8f41559c334dc6ac3f"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
2022-08-22 21:28:34 +03:00
|
|
|
"once_cell",
|
2020-12-12 11:00:42 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-20 19:05:08 +03:00
|
|
|
"syn 1.0.104",
|
2020-12-12 11:00:42 +03:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2022-08-22 21:28:34 +03:00
|
|
|
version = "0.2.82"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-22 21:28:34 +03:00
|
|
|
checksum = "b260f13d3012071dfb1512849c033b1925038373aea48ced3012c09df952c602"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2022-08-22 21:28:34 +03:00
|
|
|
version = "0.2.82"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-22 21:28:34 +03:00
|
|
|
checksum = "5be8e654bdd9b79216c2929ab90721aa82faf65c48cdf08bdc4e7f51357b80da"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-20 19:05:08 +03:00
|
|
|
"syn 1.0.104",
|
2020-12-12 11:00:42 +03:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2022-08-22 21:28:34 +03:00
|
|
|
version = "0.2.82"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-22 21:28:34 +03:00
|
|
|
checksum = "6598dd0bd3c7d51095ff6531a5b23e02acdc81804e30d8f07afb77b7215a140a"
|
2020-12-12 11:00:42 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2022-09-06 22:58:08 +03:00
|
|
|
version = "0.3.59"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-06 22:58:08 +03:00
|
|
|
checksum = "ed055ab27f941423197eb86b2035720b1a3ce40504df082cac2ecc6ed73335a1"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-05-02 18:53:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2022-09-06 22:58:08 +03:00
|
|
|
version = "4.3.0"
|
2022-05-02 18:53:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-06 22:58:08 +03:00
|
|
|
checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"
|
2022-05-02 18:53:50 +03:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"libc",
|
2022-09-06 22:58:08 +03:00
|
|
|
"once_cell",
|
2022-05-02 18:53:50 +03:00
|
|
|
]
|
|
|
|
|
2020-12-12 11:00:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "whoami"
|
2023-03-13 19:03:24 +03:00
|
|
|
version = "1.4.0"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-13 19:03:24 +03:00
|
|
|
checksum = "2c70234412ca409cc04e864e89523cb0fc37f5e1344ebed5a3ebf4192b6b9f68"
|
2020-12-24 07:55:12 +03:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
2020-12-12 11:00:42 +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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
2022-10-23 23:50:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_msvc 0.36.1",
|
|
|
|
"windows_i686_gnu 0.36.1",
|
|
|
|
"windows_i686_msvc 0.36.1",
|
|
|
|
"windows_x86_64_gnu 0.36.1",
|
|
|
|
"windows_x86_64_msvc 0.36.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm",
|
2023-03-30 19:26:08 +03:00
|
|
|
"windows_aarch64_msvc 0.42.2",
|
|
|
|
"windows_i686_gnu 0.42.2",
|
|
|
|
"windows_i686_msvc 0.42.2",
|
|
|
|
"windows_x86_64_gnu 0.42.2",
|
2022-10-23 23:50:03 +03:00
|
|
|
"windows_x86_64_gnullvm",
|
2023-03-30 19:26:08 +03:00
|
|
|
"windows_x86_64_msvc 0.42.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.45.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc 0.42.2",
|
|
|
|
"windows_i686_gnu 0.42.2",
|
|
|
|
"windows_i686_msvc 0.42.2",
|
|
|
|
"windows_x86_64_gnu 0.42.2",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc 0.42.2",
|
2022-10-23 23:50:03 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-03-30 19:26:08 +03:00
|
|
|
version = "0.42.2"
|
2022-10-23 23:50:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-30 19:26:08 +03:00
|
|
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
2022-10-23 23:50:03 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-03-30 19:26:08 +03:00
|
|
|
version = "0.42.2"
|
2022-10-23 23:50:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-30 19:26:08 +03:00
|
|
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
2022-10-23 23:50:03 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-03-30 19:26:08 +03:00
|
|
|
version = "0.42.2"
|
2022-10-23 23:50:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-30 19:26:08 +03:00
|
|
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
2022-10-23 23:50:03 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-03-30 19:26:08 +03:00
|
|
|
version = "0.42.2"
|
2022-10-23 23:50:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-30 19:26:08 +03:00
|
|
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
2022-10-23 23:50:03 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-03-30 19:26:08 +03:00
|
|
|
version = "0.42.2"
|
2022-10-23 23:50:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-30 19:26:08 +03:00
|
|
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
2022-10-23 23:50:03 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-03-30 19:26:08 +03:00
|
|
|
version = "0.42.2"
|
2022-10-23 23:50:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-30 19:26:08 +03:00
|
|
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
2022-10-23 23:50:03 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-03-30 19:26:08 +03:00
|
|
|
version = "0.42.2"
|
2022-10-23 23:50:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-30 19:26:08 +03:00
|
|
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
2022-10-23 23:50:03 +03:00
|
|
|
|
2023-03-01 19:05:37 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2023-03-23 19:04:41 +03:00
|
|
|
version = "0.4.0"
|
2023-03-01 19:05:37 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 19:04:41 +03:00
|
|
|
checksum = "deac0939bd6e4f24ab5919fbf751c97a8cfc8543bb083a305ed5c0c10bb241d1"
|
2023-03-01 19:05:37 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2020-12-12 11:00:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
2021-06-24 02:59:06 +03:00
|
|
|
version = "0.4.5"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-24 02:59:06 +03:00
|
|
|
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
2021-11-30 20:14:21 +03:00
|
|
|
"linked-hash-map",
|
2020-12-12 11:00:42 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd"
|
2023-01-31 18:09:17 +03:00
|
|
|
version = "0.12.3+zstd.1.5.2"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 18:09:17 +03:00
|
|
|
checksum = "76eea132fb024e0e13fd9c2f5d5d595d8a967aa72382ac2f9d39fcc95afd0806"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"zstd-safe",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-safe"
|
2023-01-31 18:09:17 +03:00
|
|
|
version = "6.0.3+zstd.1.5.2"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-31 18:09:17 +03:00
|
|
|
checksum = "68e4a3f57d13d0ab7e478665c60f35e2a613dcd527851c2c7287ce5c787e134a"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"zstd-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-sys"
|
2022-03-17 07:10:08 +03:00
|
|
|
version = "2.0.1+zstd.1.5.2"
|
2020-12-12 11:00:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-17 07:10:08 +03:00
|
|
|
checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b"
|
2020-12-12 11:00:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|