2021-05-14 17:35:08 +03:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-07-07 18:45:05 +03:00
|
|
|
version = 3
|
|
|
|
|
2023-12-28 20:01:26 +02:00
|
|
|
[[package]]
|
|
|
|
name = "adler32"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
|
|
|
|
|
2023-12-03 21:44:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
|
|
|
|
dependencies = [
|
2024-02-11 09:20:48 +02:00
|
|
|
"memchr",
|
2023-12-03 21:44:17 +02:00
|
|
|
]
|
|
|
|
|
2021-11-27 14:13:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
2022-02-16 20:18:39 +02:00
|
|
|
version = "0.12.1"
|
2021-11-27 14:13:54 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-16 20:18:39 +02:00
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
2021-11-27 14:13:54 +02:00
|
|
|
dependencies = [
|
2024-02-11 09:20:48 +02:00
|
|
|
"winapi",
|
2021-11-27 14:13:54 +02:00
|
|
|
]
|
|
|
|
|
2021-06-01 19:02:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2023-12-24 16:49:18 +02:00
|
|
|
version = "1.0.76"
|
2021-06-01 19:02:15 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 16:49:18 +02:00
|
|
|
checksum = "59d2a3357dde987206219e78ecfbbb6e8dad06cbb65292758d3270e6254f7355"
|
2021-06-01 19:02:15 +03:00
|
|
|
|
2021-05-14 17:35:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
2023-02-14 19:57:16 +02:00
|
|
|
"hermit-abi 0.1.19",
|
2021-05-14 17:35:08 +03:00
|
|
|
"libc",
|
2024-02-11 09:20:48 +02:00
|
|
|
"winapi",
|
2021-05-14 17:35:08 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-02-16 20:18:39 +02:00
|
|
|
version = "1.1.0"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-16 20:18:39 +02:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2021-05-14 17:35:08 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
2023-03-16 20:35:12 +02:00
|
|
|
version = "0.64.0"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 20:35:12 +02:00
|
|
|
checksum = "c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
2024-02-11 09:20:48 +02:00
|
|
|
"bitflags",
|
2021-05-14 17:35:08 +03:00
|
|
|
"cexpr",
|
|
|
|
"clang-sys",
|
2024-02-11 09:20:48 +02:00
|
|
|
"lazy_static",
|
2021-05-14 17:35:08 +03:00
|
|
|
"lazycell",
|
|
|
|
"peeking_take_while",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-11 09:20:48 +02:00
|
|
|
"regex",
|
2021-05-14 17:35:08 +03:00
|
|
|
"rustc-hash",
|
|
|
|
"shlex",
|
2023-03-09 00:33:42 +02:00
|
|
|
"syn 1.0.109",
|
2021-05-14 17:35:08 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-08-23 20:51:03 +03:00
|
|
|
version = "1.3.2"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-23 20:51:03 +03:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2021-05-14 17:35:08 +03:00
|
|
|
|
2023-12-03 21:44:17 +02:00
|
|
|
[[package]]
|
2023-12-26 19:24:40 +02:00
|
|
|
name = "bliss-audio-aubio-rs"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fb6b0b33b16bdb7489951c56294f4f9c321d91047ae29aebb91dfcd84a09086f"
|
|
|
|
dependencies = [
|
|
|
|
"bliss-audio-aubio-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bliss-audio-aubio-sys"
|
|
|
|
version = "0.2.1"
|
2023-12-03 21:44:17 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-26 19:24:40 +02:00
|
|
|
checksum = "bd4d47e7b82164c30a806717cf5562f87e5b136b79b3d942c9ad789134116f2f"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
2023-12-03 21:44:17 +02:00
|
|
|
|
2021-05-16 15:47:42 +03:00
|
|
|
[[package]]
|
2023-12-26 19:24:40 +02:00
|
|
|
name = "bliss-rs"
|
2024-01-03 22:39:22 +02:00
|
|
|
version = "0.6.11"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
2023-12-28 20:01:26 +02:00
|
|
|
"adler32",
|
2021-11-03 20:57:16 +02:00
|
|
|
"anyhow",
|
2021-05-16 15:47:42 +03:00
|
|
|
"bliss-audio-aubio-rs",
|
2021-11-27 14:13:54 +02:00
|
|
|
"clap",
|
2021-05-14 17:35:08 +03:00
|
|
|
"crossbeam",
|
|
|
|
"ffmpeg-next",
|
2021-11-03 20:57:16 +02:00
|
|
|
"glob",
|
2021-05-14 17:35:08 +03:00
|
|
|
"log",
|
2021-11-03 20:57:16 +02:00
|
|
|
"mime_guess",
|
2021-05-14 17:35:08 +03:00
|
|
|
"ndarray",
|
|
|
|
"ndarray-npy",
|
|
|
|
"ndarray-stats",
|
2023-12-26 19:24:40 +02:00
|
|
|
"neon",
|
2021-05-14 17:35:08 +03:00
|
|
|
"noisy_float",
|
2022-04-15 00:52:32 +03:00
|
|
|
"pretty_assertions",
|
2021-05-14 17:35:08 +03:00
|
|
|
"rustfft",
|
2021-05-17 22:09:24 +03:00
|
|
|
"serde",
|
2022-07-13 23:47:05 +03:00
|
|
|
"serde_ini",
|
2021-11-15 22:07:00 +02:00
|
|
|
"serde_json",
|
2021-06-01 19:02:15 +03:00
|
|
|
"strum",
|
|
|
|
"strum_macros",
|
2021-05-14 17:35:08 +03:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-03-09 00:33:42 +02:00
|
|
|
version = "0.10.4"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-09 00:33:42 +02:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
2022-07-13 23:47:05 +03:00
|
|
|
"generic-array",
|
2021-05-14 17:35:08 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "1.5.0"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 21:44:17 +02:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2021-05-14 17:35:08 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "1.0.83"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 21:44:17 +02:00
|
|
|
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
2021-05-14 18:22:14 +03:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
2023-12-03 21:44:17 +02:00
|
|
|
"libc",
|
2021-05-14 18:22:14 +03:00
|
|
|
]
|
2021-05-14 17:35:08 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cexpr"
|
2022-02-16 20:18:39 +02:00
|
|
|
version = "0.6.0"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-16 20:18:39 +02:00
|
|
|
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
|
|
|
"nom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
2024-02-11 09:20:48 +02:00
|
|
|
version = "1.7.0"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-11 09:20:48 +02:00
|
|
|
checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
|
|
|
"glob",
|
|
|
|
"libc",
|
2024-02-11 09:20:48 +02:00
|
|
|
"libloading 0.8.1",
|
2021-05-14 17:35:08 +03:00
|
|
|
]
|
|
|
|
|
2021-11-27 14:13:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2022-02-16 20:18:39 +02:00
|
|
|
version = "2.34.0"
|
2021-11-27 14:13:54 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-16 20:18:39 +02:00
|
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
2021-11-27 14:13:54 +02:00
|
|
|
dependencies = [
|
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
2024-02-11 09:20:48 +02:00
|
|
|
"bitflags",
|
2021-11-27 14:13:54 +02:00
|
|
|
"strsim",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
|
|
|
]
|
|
|
|
|
2022-07-13 23:47:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "0.2.11"
|
2022-07-13 23:47:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 21:44:17 +02:00
|
|
|
checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0"
|
2022-07-13 23:47:05 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-14 17:35:08 +03:00
|
|
|
name = "crossbeam"
|
2024-02-11 09:20:48 +02:00
|
|
|
version = "0.8.4"
|
2022-07-13 23:47:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-11 09:20:48 +02:00
|
|
|
checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
|
2022-07-13 23:47:05 +03:00
|
|
|
dependencies = [
|
2021-05-14 17:35:08 +03:00
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-queue",
|
|
|
|
"crossbeam-utils",
|
2022-07-13 23:47:05 +03:00
|
|
|
]
|
|
|
|
|
2021-05-14 17:35:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2024-02-11 09:20:48 +02:00
|
|
|
version = "0.5.11"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-11 09:20:48 +02:00
|
|
|
checksum = "176dc175b78f56c0f321911d9c8eb2b77a78a4860b9c19db83835fea1a46649b"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2023-12-24 16:49:18 +02:00
|
|
|
version = "0.8.4"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 16:49:18 +02:00
|
|
|
checksum = "fca89a0e215bab21874660c67903c5f143333cab1da83d041c7ded6053774751"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
2022-02-16 20:18:39 +02:00
|
|
|
"cfg-if",
|
2021-05-14 17:35:08 +03:00
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2023-12-24 16:49:18 +02:00
|
|
|
version = "0.9.17"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 16:49:18 +02:00
|
|
|
checksum = "0e3681d554572a651dda4186cd47240627c3d0114d45a95f6ad27f2f22e7548d"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
2022-04-02 01:05:57 +03:00
|
|
|
"autocfg",
|
2022-02-16 20:18:39 +02:00
|
|
|
"cfg-if",
|
2021-05-14 17:35:08 +03:00
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-queue"
|
2024-02-11 09:20:48 +02:00
|
|
|
version = "0.3.11"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-11 09:20:48 +02:00
|
|
|
checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2023-12-24 16:49:18 +02:00
|
|
|
version = "0.8.18"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 16:49:18 +02:00
|
|
|
checksum = "c3a430a770ebd84726f584a90ee7f020d28db52c6d02138900f22341f866d39c"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
2022-02-16 20:18:39 +02:00
|
|
|
"cfg-if",
|
2022-07-13 23:47:05 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
2021-05-14 17:35:08 +03:00
|
|
|
]
|
|
|
|
|
2022-04-15 00:52:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "diff"
|
2022-07-13 23:47:05 +03:00
|
|
|
version = "0.1.13"
|
2022-04-15 00:52:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-13 23:47:05 +03:00
|
|
|
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
|
2022-04-15 00:52:32 +03:00
|
|
|
|
2021-05-14 17:35:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-06-19 17:37:06 +03:00
|
|
|
version = "0.10.7"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-19 17:37:06 +03:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2022-07-13 23:47:05 +03:00
|
|
|
dependencies = [
|
2023-03-09 00:33:42 +02:00
|
|
|
"block-buffer",
|
2022-07-13 23:47:05 +03:00
|
|
|
"crypto-common",
|
|
|
|
]
|
|
|
|
|
2021-05-14 17:35:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "1.9.0"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 21:44:17 +02:00
|
|
|
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
2022-07-13 23:47:05 +03:00
|
|
|
|
2021-05-14 17:35:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ffmpeg-next"
|
2024-01-03 22:39:22 +02:00
|
|
|
version = "6.1.1"
|
2021-05-15 19:32:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-03 22:39:22 +02:00
|
|
|
checksum = "4e72c72e8dcf638fb0fb03f033a954691662b5dabeaa3f85a6607d101569fccd"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
2024-02-11 09:20:48 +02:00
|
|
|
"bitflags",
|
2021-05-14 17:35:08 +03:00
|
|
|
"ffmpeg-sys-next",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ffmpeg-sys-next"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "6.1.0"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 21:44:17 +02:00
|
|
|
checksum = "c2529ad916d08c3562c754c21bc9b17a26c7882c0f5706cc2cd69472175f1620"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
|
|
|
"bindgen",
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"num_cpus",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-06-19 17:37:06 +03:00
|
|
|
version = "0.14.7"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-19 17:37:06 +03:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "0.2.11"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 21:44:17 +02:00
|
|
|
checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
2022-02-16 20:18:39 +02:00
|
|
|
"cfg-if",
|
2021-05-14 17:35:08 +03:00
|
|
|
"libc",
|
2024-02-11 09:20:48 +02:00
|
|
|
"wasi",
|
2021-05-14 17:35:08 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
2023-02-14 19:57:16 +02:00
|
|
|
version = "0.3.1"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-14 19:57:16 +02:00
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
2021-05-14 17:35:08 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2023-03-09 00:33:42 +02:00
|
|
|
version = "0.12.3"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-09 00:33:42 +02:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2023-06-19 17:37:06 +03:00
|
|
|
|
2021-06-01 19:02:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2023-03-09 00:33:42 +02:00
|
|
|
version = "0.4.1"
|
2021-06-01 19:02:15 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-09 00:33:42 +02:00
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
2021-06-01 19:02:15 +03:00
|
|
|
|
2021-05-14 17:35:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-08-23 20:51:03 +03:00
|
|
|
version = "0.1.19"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-23 20:51:03 +03:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-02-14 19:57:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
|
|
|
|
|
2021-05-14 17:35:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-06-19 17:37:06 +03:00
|
|
|
version = "1.9.3"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-19 17:37:06 +03:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2024-02-11 09:20:48 +02:00
|
|
|
"hashbrown",
|
2023-06-19 17:37:06 +03:00
|
|
|
]
|
|
|
|
|
2021-05-14 17:35:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2022-07-13 23:47:05 +03:00
|
|
|
version = "0.10.5"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-13 23:47:05 +03:00
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2021-11-15 22:07:00 +02:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-12-24 16:49:18 +02:00
|
|
|
version = "1.0.10"
|
2021-11-15 22:07:00 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 16:49:18 +02:00
|
|
|
checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
|
2021-11-15 22:07:00 +02:00
|
|
|
|
2021-05-14 17:35:08 +03:00
|
|
|
[[package]]
|
2021-05-14 18:22:14 +03:00
|
|
|
name = "jobserver"
|
2024-02-11 09:20:48 +02:00
|
|
|
version = "0.1.28"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-11 09:20:48 +02:00
|
|
|
checksum = "ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
2021-05-14 18:22:14 +03:00
|
|
|
"libc",
|
2021-05-14 17:35:08 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-12-24 16:49:18 +02:00
|
|
|
version = "0.2.151"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 16:49:18 +02:00
|
|
|
checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4"
|
2021-05-14 17:35:08 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2023-02-14 19:57:16 +02:00
|
|
|
version = "0.7.4"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-14 19:57:16 +02:00
|
|
|
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
2022-02-16 20:18:39 +02:00
|
|
|
"cfg-if",
|
2024-02-11 09:20:48 +02:00
|
|
|
"winapi",
|
2021-05-14 17:35:08 +03:00
|
|
|
]
|
|
|
|
|
2023-12-03 21:44:17 +02:00
|
|
|
[[package]]
|
2024-02-11 09:20:48 +02:00
|
|
|
name = "libloading"
|
|
|
|
version = "0.8.1"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-11 09:20:48 +02:00
|
|
|
checksum = "c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
2024-02-11 09:20:48 +02:00
|
|
|
"cfg-if",
|
|
|
|
"windows-sys",
|
2021-05-14 17:35:08 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-07-13 23:47:05 +03:00
|
|
|
name = "log"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "0.4.20"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 21:44:17 +02:00
|
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
2021-05-14 17:35:08 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matrixmultiply"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "0.3.8"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 21:44:17 +02:00
|
|
|
checksum = "7574c1cf36da4798ab73da5b215bbf444f50718207754cb522201d78d1cd0ff2"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
2023-06-19 17:37:06 +03:00
|
|
|
"autocfg",
|
2021-05-14 17:35:08 +03:00
|
|
|
"rawpointer",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "2.6.4"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 21:44:17 +02:00
|
|
|
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
|
2021-05-14 17:35:08 +03:00
|
|
|
|
2021-11-03 20:57:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2023-03-09 00:33:42 +02:00
|
|
|
version = "0.3.17"
|
2021-11-03 20:57:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-09 00:33:42 +02:00
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2021-11-03 20:57:16 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
2022-04-02 01:05:57 +03:00
|
|
|
version = "2.0.4"
|
2021-11-03 20:57:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-02 01:05:57 +03:00
|
|
|
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
|
2021-11-03 20:57:16 +02:00
|
|
|
dependencies = [
|
|
|
|
"mime",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2022-02-16 20:18:39 +02:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2021-05-14 17:35:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ndarray"
|
2022-07-13 23:47:05 +03:00
|
|
|
version = "0.15.6"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-13 23:47:05 +03:00
|
|
|
checksum = "adb12d4e967ec485a5f71c6311fe28158e9d6f4bc4a447b474184d0f91a8fa32"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
|
|
|
"matrixmultiply",
|
2024-02-11 09:20:48 +02:00
|
|
|
"num-complex",
|
2021-05-14 17:35:08 +03:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"rawpointer",
|
|
|
|
"rayon",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ndarray-npy"
|
2022-02-16 20:18:39 +02:00
|
|
|
version = "0.8.1"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-16 20:18:39 +02:00
|
|
|
checksum = "f85776816e34becd8bd9540818d7dc77bf28307f3b3dcc51cc82403c6931680c"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"ndarray",
|
|
|
|
"num-traits",
|
|
|
|
"py_literal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ndarray-stats"
|
2022-07-13 23:47:05 +03:00
|
|
|
version = "0.5.1"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-13 23:47:05 +03:00
|
|
|
checksum = "af5a8477ac96877b5bd1fd67e0c28736c12943aba24eda92b127e036b0c8f400"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"itertools",
|
|
|
|
"ndarray",
|
|
|
|
"noisy_float",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2024-02-11 09:20:48 +02:00
|
|
|
"rand",
|
2021-05-14 17:35:08 +03:00
|
|
|
]
|
|
|
|
|
2023-12-26 19:24:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "neon"
|
2023-12-26 22:32:17 +02:00
|
|
|
version = "1.0.0-alpha.4"
|
2023-12-26 19:24:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-26 22:32:17 +02:00
|
|
|
checksum = "8687031acf51f8b065aaf906b5a694f8d6b547c5c9430b6d636ab42422bfd0cc"
|
2023-12-26 19:24:40 +02:00
|
|
|
dependencies = [
|
2024-02-11 09:20:48 +02:00
|
|
|
"libloading 0.7.4",
|
2023-12-26 19:24:40 +02:00
|
|
|
"neon-macros",
|
2023-12-26 22:32:17 +02:00
|
|
|
"once_cell",
|
2023-12-26 19:24:40 +02:00
|
|
|
"semver",
|
2023-12-26 22:32:17 +02:00
|
|
|
"send_wrapper",
|
2023-12-26 19:24:40 +02:00
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "neon-macros"
|
2023-12-26 22:32:17 +02:00
|
|
|
version = "1.0.0-alpha.4"
|
2023-12-26 19:24:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-26 22:32:17 +02:00
|
|
|
checksum = "facd664405d5140677a63d7b7c5762425dd9d4179e07d2e67da29089c50b1ddd"
|
2023-12-26 19:24:40 +02:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
"syn-mid",
|
2021-05-14 17:35:08 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "noisy_float"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "978fe6e6ebc0bf53de533cd456ca2d9de13de13856eda1518a285d7705a213af"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2023-02-14 19:57:16 +02:00
|
|
|
version = "7.1.3"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-14 19:57:16 +02:00
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
2024-02-11 09:20:48 +02:00
|
|
|
"memchr",
|
2022-02-16 20:18:39 +02:00
|
|
|
"minimal-lexical",
|
2021-05-14 17:35:08 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "0.4.4"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 21:44:17 +02:00
|
|
|
checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-complex"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "0.4.4"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 21:44:17 +02:00
|
|
|
checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2022-07-13 23:47:05 +03:00
|
|
|
version = "0.1.45"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-13 23:47:05 +03:00
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "0.2.17"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 21:44:17 +02:00
|
|
|
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "1.16.0"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 21:44:17 +02:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
2023-12-03 21:44:17 +02:00
|
|
|
"hermit-abi 0.3.3",
|
2021-05-14 17:35:08 +03:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-07-13 23:47:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-12-24 16:49:18 +02:00
|
|
|
version = "1.19.0"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 16:49:18 +02:00
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
2023-06-19 17:37:06 +03:00
|
|
|
|
2021-05-14 17:35:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "peeking_take_while"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "2.7.5"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 21:44:17 +02:00
|
|
|
checksum = "ae9cee2a55a544be8b89dc6848072af97a20f2422603c10865be2a42b580fff5"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
2024-02-11 09:20:48 +02:00
|
|
|
"memchr",
|
2022-07-13 23:47:05 +03:00
|
|
|
"thiserror",
|
2021-05-14 17:35:08 +03:00
|
|
|
"ucd-trie",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_derive"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "2.7.5"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 21:44:17 +02:00
|
|
|
checksum = "81d78524685f5ef2a3b3bd1cafbc9fcabb036253d9b1463e726a91cd16e2dfc2"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_generator",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_generator"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "2.7.5"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 21:44:17 +02:00
|
|
|
checksum = "68bd1206e71118b5356dae5ddc61c8b11e28b09ef6a31acbd15ea48a28e0c227"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_meta",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-12-24 16:49:18 +02:00
|
|
|
"syn 2.0.42",
|
2021-05-14 17:35:08 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_meta"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "2.7.5"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 21:44:17 +02:00
|
|
|
checksum = "7c747191d4ad9e4a4ab9c8798f1e82a39affe7ef9648390b7e5548d18e099de6"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
2022-07-13 23:47:05 +03:00
|
|
|
"once_cell",
|
2021-05-14 17:35:08 +03:00
|
|
|
"pest",
|
2023-02-14 19:57:16 +02:00
|
|
|
"sha2",
|
2021-05-14 17:35:08 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2023-12-24 16:49:18 +02:00
|
|
|
version = "0.3.28"
|
2023-02-14 19:57:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 16:49:18 +02:00
|
|
|
checksum = "69d3587f8a9e599cc7ec2c00e331f71c4e69a5f9a4b8a6efd5b07466b9736f9a"
|
2023-02-14 19:57:16 +02:00
|
|
|
|
2021-05-14 17:35:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2023-02-14 19:57:16 +02:00
|
|
|
version = "0.2.17"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-14 19:57:16 +02:00
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
2021-05-14 17:35:08 +03:00
|
|
|
|
2022-04-15 00:52:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pretty_assertions"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "1.4.0"
|
2022-04-15 00:52:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 21:44:17 +02:00
|
|
|
checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
|
2022-04-15 00:52:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"diff",
|
2022-07-13 23:47:05 +03:00
|
|
|
"yansi",
|
2022-04-15 00:52:32 +03:00
|
|
|
]
|
|
|
|
|
2021-05-14 17:35:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "primal-check"
|
2022-07-13 23:47:05 +03:00
|
|
|
version = "0.3.3"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-13 23:47:05 +03:00
|
|
|
checksum = "9df7f93fd637f083201473dab4fee2db4c429d32e55e3299980ab3957ab916a0"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
|
|
|
"num-integer",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-12-24 16:49:18 +02:00
|
|
|
version = "1.0.71"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 16:49:18 +02:00
|
|
|
checksum = "75cb1540fadbd5b8fbccc4dddad2734eba435053f725621c070711a14bb5f4b8"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
2022-07-13 23:47:05 +03:00
|
|
|
"unicode-ident",
|
2021-05-14 17:35:08 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "py_literal"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "102df7a3d46db9d3891f178dcc826dc270a6746277a9ae6436f8d29fd490a8e1"
|
|
|
|
dependencies = [
|
|
|
|
"num-bigint",
|
2024-02-11 09:20:48 +02:00
|
|
|
"num-complex",
|
2021-05-14 17:35:08 +03:00
|
|
|
"num-traits",
|
|
|
|
"pest",
|
|
|
|
"pest_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "1.0.33"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 21:44:17 +02:00
|
|
|
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-02-16 20:18:39 +02:00
|
|
|
version = "0.8.5"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-16 20:18:39 +02:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
2024-02-11 09:20:48 +02:00
|
|
|
"rand_core",
|
2021-05-14 17:35:08 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2021-08-23 20:51:03 +03:00
|
|
|
version = "0.3.1"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-23 20:51:03 +03:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2024-02-11 09:20:48 +02:00
|
|
|
"rand_core",
|
2022-07-13 23:47:05 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.4"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-13 23:47:05 +03:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rawpointer"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "1.8.0"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 21:44:17 +02:00
|
|
|
checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "1.12.0"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 21:44:17 +02:00
|
|
|
checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-02-11 09:20:48 +02:00
|
|
|
version = "1.10.3"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-11 09:20:48 +02:00
|
|
|
checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
2024-02-11 09:20:48 +02:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2023-12-03 21:44:17 +02:00
|
|
|
"regex-automata",
|
2024-02-11 09:20:48 +02:00
|
|
|
"regex-syntax",
|
2023-12-03 21:44:17 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-02-11 09:20:48 +02:00
|
|
|
version = "0.4.5"
|
2023-12-03 21:44:17 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-11 09:20:48 +02:00
|
|
|
checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd"
|
2023-12-03 21:44:17 +02:00
|
|
|
dependencies = [
|
2024-02-11 09:20:48 +02:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
2021-05-14 17:35:08 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "0.8.2"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 21:44:17 +02:00
|
|
|
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
|
2022-07-13 23:47:05 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "result"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "194d8e591e405d1eecf28819740abed6d719d1a2db87fc0bcdedee9a26d55560"
|
2021-05-14 17:35:08 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustfft"
|
2023-02-14 19:57:16 +02:00
|
|
|
version = "6.1.0"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-14 19:57:16 +02:00
|
|
|
checksum = "e17d4f6cbdb180c9f4b2a26bbf01c4e647f1e1dea22fe8eb9db54198b32f9434"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
2024-02-11 09:20:48 +02:00
|
|
|
"num-complex",
|
2021-05-14 17:35:08 +03:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"primal-check",
|
|
|
|
"strength_reduce",
|
|
|
|
"transpose",
|
2023-02-14 19:57:16 +02:00
|
|
|
"version_check",
|
2021-05-14 17:35:08 +03:00
|
|
|
]
|
|
|
|
|
2021-11-15 22:07:00 +02:00
|
|
|
[[package]]
|
2023-03-09 00:33:42 +02:00
|
|
|
name = "rustversion"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "1.0.14"
|
2021-11-15 22:07:00 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 21:44:17 +02:00
|
|
|
checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
|
2023-03-09 00:33:42 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-12-24 16:49:18 +02:00
|
|
|
version = "1.0.16"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 16:49:18 +02:00
|
|
|
checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c"
|
2021-05-14 17:35:08 +03:00
|
|
|
|
2023-12-26 19:24:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2023-12-26 22:32:17 +02:00
|
|
|
version = "1.0.20"
|
2023-12-26 19:24:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-26 22:32:17 +02:00
|
|
|
checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090"
|
2023-12-26 19:24:40 +02:00
|
|
|
|
|
|
|
[[package]]
|
2023-12-26 22:32:17 +02:00
|
|
|
name = "send_wrapper"
|
|
|
|
version = "0.6.0"
|
2023-12-26 19:24:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-26 22:32:17 +02:00
|
|
|
checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
|
2023-12-26 19:24:40 +02:00
|
|
|
|
2021-05-17 22:09:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "1.0.193"
|
2021-05-17 22:09:24 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 21:44:17 +02:00
|
|
|
checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89"
|
2021-05-17 22:09:24 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "1.0.193"
|
2021-05-17 22:09:24 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 21:44:17 +02:00
|
|
|
checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3"
|
2021-05-17 22:09:24 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-12-24 16:49:18 +02:00
|
|
|
"syn 2.0.42",
|
2021-05-17 22:09:24 +03:00
|
|
|
]
|
|
|
|
|
2022-07-13 23:47:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_ini"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eb236687e2bb073a7521c021949be944641e671b8505a94069ca37b656c81139"
|
|
|
|
dependencies = [
|
|
|
|
"result",
|
|
|
|
"serde",
|
|
|
|
"void",
|
|
|
|
]
|
|
|
|
|
2021-11-15 22:07:00 +02:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "1.0.108"
|
2021-11-15 22:07:00 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 21:44:17 +02:00
|
|
|
checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
|
2021-11-15 22:07:00 +02:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-05-14 17:35:08 +03:00
|
|
|
[[package]]
|
2023-02-14 19:57:16 +02:00
|
|
|
name = "sha2"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "0.10.8"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 21:44:17 +02:00
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
2022-07-13 23:47:05 +03:00
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
2023-03-09 00:33:42 +02:00
|
|
|
"digest",
|
2021-05-14 17:35:08 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
2024-02-11 09:20:48 +02:00
|
|
|
version = "1.3.0"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-11 09:20:48 +02:00
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
2021-05-14 17:35:08 +03:00
|
|
|
|
2022-07-13 23:47:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "1.11.2"
|
2022-07-13 23:47:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 21:44:17 +02:00
|
|
|
checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970"
|
2022-07-13 23:47:05 +03:00
|
|
|
|
2021-05-14 17:35:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "strength_reduce"
|
2023-02-14 19:57:16 +02:00
|
|
|
version = "0.2.4"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-14 19:57:16 +02:00
|
|
|
checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
|
2021-05-14 17:35:08 +03:00
|
|
|
|
2021-11-27 14:13:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
|
|
|
|
2021-06-01 19:02:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "strum"
|
2023-03-09 00:33:42 +02:00
|
|
|
version = "0.24.1"
|
2021-06-01 19:02:15 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-09 00:33:42 +02:00
|
|
|
checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
|
2021-06-01 19:02:15 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strum_macros"
|
2023-03-09 00:33:42 +02:00
|
|
|
version = "0.24.3"
|
2021-06-01 19:02:15 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-09 00:33:42 +02:00
|
|
|
checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
|
2021-06-01 19:02:15 +03:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-09 00:33:42 +02:00
|
|
|
"rustversion",
|
|
|
|
"syn 1.0.109",
|
2021-06-01 19:02:15 +03:00
|
|
|
]
|
|
|
|
|
2021-05-14 17:35:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-03-09 00:33:42 +02:00
|
|
|
version = "1.0.109"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-09 00:33:42 +02:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-07-13 23:47:05 +03:00
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-09 00:33:42 +02:00
|
|
|
name = "syn"
|
2023-12-24 16:49:18 +02:00
|
|
|
version = "2.0.42"
|
2022-07-13 23:47:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 16:49:18 +02:00
|
|
|
checksum = "5b7d0a2c048d661a1a59fcd7355baa232f7ed34e0ee4df2eef3c1c1c0d3852d8"
|
2022-07-13 23:47:05 +03:00
|
|
|
dependencies = [
|
2023-03-09 00:33:42 +02:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
2021-05-14 17:35:08 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-12-26 19:24:40 +02:00
|
|
|
name = "syn-mid"
|
|
|
|
version = "0.5.4"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-26 19:24:40 +02:00
|
|
|
checksum = "fea305d57546cc8cd04feb14b62ec84bf17f50e3f7b12560d7bfa9265f39d9ed"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
2023-12-26 19:24:40 +02:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
2021-05-14 17:35:08 +03:00
|
|
|
]
|
|
|
|
|
2021-11-27 14:13:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2021-05-14 17:35:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-12-24 16:49:18 +02:00
|
|
|
version = "1.0.51"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 16:49:18 +02:00
|
|
|
checksum = "f11c217e1416d6f036b870f14e0413d480dbf28edbee1f877abaf0206af43bb7"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-12-24 16:49:18 +02:00
|
|
|
version = "1.0.51"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 16:49:18 +02:00
|
|
|
checksum = "01742297787513b79cf8e29d1056ede1313e2420b7b3b15d0a768b4921f549df"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-12-24 16:49:18 +02:00
|
|
|
"syn 2.0.42",
|
2021-05-14 17:35:08 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "transpose"
|
2023-02-14 19:57:16 +02:00
|
|
|
version = "0.2.2"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-14 19:57:16 +02:00
|
|
|
checksum = "e6522d49d03727ffb138ae4cbc1283d3774f0d10aa7f9bf52e6784c45daf9b23"
|
2021-05-14 17:35:08 +03:00
|
|
|
dependencies = [
|
|
|
|
"num-integer",
|
|
|
|
"strength_reduce",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "1.17.0"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 21:44:17 +02:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2021-05-14 17:35:08 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "0.1.6"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 21:44:17 +02:00
|
|
|
checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
|
2021-05-14 17:35:08 +03:00
|
|
|
|
2021-11-03 20:57:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "2.7.0"
|
2021-11-03 20:57:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 21:44:17 +02:00
|
|
|
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
|
2021-11-03 20:57:16 +02:00
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-06-01 19:02:15 +03:00
|
|
|
[[package]]
|
2022-07-13 23:47:05 +03:00
|
|
|
name = "unicode-ident"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "1.0.12"
|
2021-06-01 19:02:15 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 21:44:17 +02:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2021-11-27 14:13:54 +02:00
|
|
|
|
2021-05-14 17:35:08 +03:00
|
|
|
[[package]]
|
2022-07-13 23:47:05 +03:00
|
|
|
name = "unicode-width"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "0.1.11"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-03 21:44:17 +02:00
|
|
|
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
|
2021-05-14 17:35:08 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2021-08-23 20:51:03 +03:00
|
|
|
version = "0.2.15"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-23 20:51:03 +03:00
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
2021-05-14 17:35:08 +03:00
|
|
|
|
2021-11-27 14:13:54 +02:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|
|
|
|
2021-05-14 17:35:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-02-16 20:18:39 +02:00
|
|
|
version = "0.9.4"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-16 20:18:39 +02:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2021-05-14 17:35:08 +03:00
|
|
|
|
2022-07-13 23:47:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
|
|
|
|
2021-05-14 17:35:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2022-07-13 23:47:05 +03:00
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
2021-05-14 17:35:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-13 23:47:05 +03:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2021-05-14 17:35:08 +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-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
2023-03-09 00:33:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2023-06-19 17:37:06 +03:00
|
|
|
version = "0.48.0"
|
2023-03-09 00:33:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-19 17:37:06 +03:00
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
2023-03-09 00:33:42 +02:00
|
|
|
dependencies = [
|
2024-02-11 09:20:48 +02:00
|
|
|
"windows-targets",
|
2023-06-19 17:37:06 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
|
|
|
dependencies = [
|
2024-02-11 09:20:48 +02:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
2023-03-09 00:33:42 +02:00
|
|
|
]
|
|
|
|
|
2023-06-19 17:37:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
|
|
|
|
2023-06-19 17:37:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
|
|
|
|
2023-06-19 17:37:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
|
|
|
|
2023-06-19 17:37:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
|
|
|
|
2023-06-19 17:37:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
|
|
|
|
2023-06-19 17:37:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
|
|
|
|
2023-06-19 17:37:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-12-03 21:44:17 +02:00
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
|
|
|
|
2022-07-13 23:47:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "yansi"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
|