MeiliSearch/Cargo.lock

6319 lines
147 KiB
Plaintext
Raw Normal View History

2021-03-10 13:46:49 +01:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2021-03-10 13:46:49 +01:00
[[package]]
name = "actix-codec"
2023-05-29 12:27:39 +02:00
version = "0.5.1"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-29 12:27:39 +02:00
checksum = "617a8268e3537fe1d8c9ead925fca49ef6400927ee7bc26750e90ecee14ce4b8"
2021-03-10 13:46:49 +01:00
dependencies = [
"bitflags 1.3.2",
2021-09-08 12:34:56 +02:00
"bytes",
2021-03-10 13:46:49 +01:00
"futures-core",
"futures-sink",
"memchr",
2021-05-31 13:59:31 +02:00
"pin-project-lite",
"tokio",
2022-03-17 11:59:35 +01:00
"tokio-util",
2023-05-29 12:27:39 +02:00
"tracing",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "actix-cors"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b340e9cfa5b08690aae90fb61beb44e9b06f44fe3d0f93781aaa58cfba86245e"
2021-03-10 13:46:49 +01:00
dependencies = [
"actix-utils",
2021-03-10 13:46:49 +01:00
"actix-web",
"derive_more",
"futures-util",
"log",
"once_cell",
"smallvec",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "actix-http"
version = "3.3.1"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2079246596c18b4a33e274ae10c0e50613f4d32a4198e09c7b93771013fed74"
2021-03-10 13:46:49 +01:00
dependencies = [
2021-03-29 09:22:36 +02:00
"actix-codec",
"actix-rt",
"actix-service",
2021-03-10 13:46:49 +01:00
"actix-tls",
2021-03-29 09:22:36 +02:00
"actix-utils",
"ahash 0.8.3",
"base64 0.21.5",
"bitflags 1.3.2",
"brotli",
2021-09-08 12:34:56 +02:00
"bytes",
2021-03-10 13:46:49 +01:00
"bytestring",
"derive_more",
"encoding_rs",
"flate2",
"futures-core",
2021-05-31 13:59:31 +02:00
"h2",
2021-03-10 13:46:49 +01:00
"http",
"httparse",
"httpdate",
"itoa",
2021-03-10 13:46:49 +01:00
"language-tags",
2021-03-29 09:22:36 +02:00
"local-channel",
2021-03-10 13:46:49 +01:00
"mime",
"percent-encoding",
2021-05-31 13:59:31 +02:00
"pin-project-lite",
2021-09-28 22:16:18 +02:00
"rand",
2022-08-31 07:58:53 +02:00
"sha1",
2021-03-10 13:46:49 +01:00
"smallvec",
2023-02-13 18:45:13 +01:00
"tokio",
"tokio-util",
2022-08-31 07:58:53 +02:00
"tracing",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "actix-macros"
2023-08-09 11:39:32 +02:00
version = "0.2.4"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb"
2021-03-10 13:46:49 +01:00
dependencies = [
2023-01-17 09:40:42 +01:00
"quote",
2023-08-09 11:39:32 +02:00
"syn 2.0.28",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "actix-router"
version = "0.5.1"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d66ff4d247d2b160861fa2866457e85706833527840e4133f8f49aa423a38799"
2021-03-10 13:46:49 +01:00
dependencies = [
"bytestring",
"http",
"regex",
"serde",
"tracing",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "actix-rt"
version = "2.8.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15265b6b8e2347670eb363c47fc8c75208b4a4994b27192f345fcbe707804f3e"
2021-03-10 13:46:49 +01:00
dependencies = [
2021-03-29 09:22:36 +02:00
"actix-macros",
2021-03-10 13:46:49 +01:00
"futures-core",
2021-05-31 13:59:31 +02:00
"tokio",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "actix-server"
2023-05-29 12:27:39 +02:00
version = "2.2.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-29 12:27:39 +02:00
checksum = "3e8613a75dd50cc45f473cee3c34d59ed677c0f7b44480ce3b8247d7dc519327"
2021-03-10 13:46:49 +01:00
dependencies = [
2021-03-29 09:22:36 +02:00
"actix-rt",
"actix-service",
"actix-utils",
2021-03-10 13:46:49 +01:00
"futures-core",
"futures-util",
2022-02-26 00:28:55 +01:00
"mio",
2021-03-10 13:46:49 +01:00
"num_cpus",
"socket2 0.4.9",
2021-05-31 13:59:31 +02:00
"tokio",
"tracing",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "actix-service"
version = "2.0.2"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a"
2021-03-10 13:46:49 +01:00
dependencies = [
"futures-core",
2021-04-21 13:49:21 +02:00
"paste",
2021-05-31 13:59:31 +02:00
"pin-project-lite",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "actix-tls"
2022-02-26 00:28:55 +01:00
version = "3.0.3"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-26 00:28:55 +01:00
checksum = "9fde0cf292f7cdc7f070803cb9a0d45c018441321a78b1042ffbbb81ec333297"
2021-03-10 13:46:49 +01:00
dependencies = [
2021-03-29 09:22:36 +02:00
"actix-codec",
"actix-rt",
"actix-service",
"actix-utils",
2021-03-10 13:46:49 +01:00
"futures-core",
"log",
"pin-project-lite",
2023-05-29 12:27:39 +02:00
"tokio-rustls 0.23.4",
2022-03-17 11:59:35 +01:00
"tokio-util",
2023-06-28 18:52:32 +02:00
"webpki-roots 0.22.6",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "actix-utils"
2022-10-26 18:44:10 +02:00
version = "3.0.1"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 18:44:10 +02:00
checksum = "88a1dcdff1466e3c2488e1cb5c36a71822750ad43839937f85d2f4d9f8b705d8"
2021-03-10 13:46:49 +01:00
dependencies = [
2021-03-29 09:22:36 +02:00
"local-waker",
2021-05-31 13:59:31 +02:00
"pin-project-lite",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "actix-web"
version = "4.3.1"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd3cb42f9566ab176e1ef0b8b3a896529062b4efc6be0123046095914c4c1c96"
2021-03-10 13:46:49 +01:00
dependencies = [
2021-03-29 09:22:36 +02:00
"actix-codec",
"actix-http",
"actix-macros",
2021-03-10 13:46:49 +01:00
"actix-router",
2021-03-29 09:22:36 +02:00
"actix-rt",
2021-03-10 13:46:49 +01:00
"actix-server",
2021-03-29 09:22:36 +02:00
"actix-service",
2021-03-10 13:46:49 +01:00
"actix-tls",
2021-03-29 09:22:36 +02:00
"actix-utils",
2021-03-10 13:46:49 +01:00
"actix-web-codegen",
"ahash 0.7.6",
2021-09-08 12:34:56 +02:00
"bytes",
2022-02-26 00:28:55 +01:00
"bytestring",
2022-09-12 14:36:45 +02:00
"cfg-if",
2021-04-21 13:49:21 +02:00
"cookie",
2021-03-10 13:46:49 +01:00
"derive_more",
"encoding_rs",
"futures-core",
"futures-util",
2022-09-12 14:36:45 +02:00
"http",
"itoa",
2021-03-29 09:22:36 +02:00
"language-tags",
2021-03-10 13:46:49 +01:00
"log",
"mime",
2021-03-29 09:22:36 +02:00
"once_cell",
"pin-project-lite",
2021-03-10 13:46:49 +01:00
"regex",
"serde",
"serde_json",
"serde_urlencoded",
"smallvec",
"socket2 0.4.9",
"time",
2021-03-10 13:46:49 +01:00
"url",
]
[[package]]
name = "actix-web-codegen"
version = "4.2.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2262160a7ae29e3415554a3f1fc04c764b1540c116aa524683208078b7a75bc9"
2021-03-10 13:46:49 +01:00
dependencies = [
2021-09-08 12:34:56 +02:00
"actix-router",
2023-01-17 09:40:42 +01:00
"proc-macro2",
"quote",
"syn 1.0.109",
2021-03-10 13:46:49 +01:00
]
2021-04-21 13:49:21 +02:00
[[package]]
name = "actix-web-static-files"
version = "3.0.5"
2022-02-28 14:43:22 +01:00
source = "git+https://github.com/kilork/actix-web-static-files.git?rev=2d3b6160#2d3b6160f0de4ba061c5d76b5704f34fb677f6df"
2021-04-21 13:49:21 +02:00
dependencies = [
"actix-web",
"derive_more",
"futures-util",
"static-files",
2021-04-21 13:49:21 +02:00
]
2021-09-14 18:39:02 +02:00
[[package]]
name = "addr2line"
2023-08-09 11:39:32 +02:00
version = "0.20.0"
2021-09-14 18:39:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3"
2021-09-14 18:39:02 +02:00
dependencies = [
"gimli",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "adler"
2021-03-29 09:22:36 +02:00
version = "1.0.2"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-29 09:22:36 +02:00
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2021-03-10 13:46:49 +01:00
[[package]]
name = "aes"
2023-08-09 11:39:32 +02:00
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2"
dependencies = [
"cfg-if",
"cipher",
"cpufeatures",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "ahash"
version = "0.7.6"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
2021-03-10 13:46:49 +01:00
dependencies = [
2021-09-08 12:34:56 +02:00
"getrandom",
2021-03-10 13:46:49 +01:00
"once_cell",
"version_check",
]
[[package]]
name = "ahash"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
dependencies = [
"cfg-if",
"getrandom",
"once_cell",
"version_check",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "aho-corasick"
version = "1.1.2"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
2021-03-10 13:46:49 +01:00
dependencies = [
"memchr",
]
[[package]]
name = "alloc-no-stdlib"
2022-09-12 14:36:45 +02:00
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 14:36:45 +02:00
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
[[package]]
name = "alloc-stdlib"
2022-09-12 14:36:45 +02:00
version = "0.2.2"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 14:36:45 +02:00
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
2021-03-10 13:46:49 +01:00
dependencies = [
"alloc-no-stdlib",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "anes"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
[[package]]
name = "anstream"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44"
dependencies = [
"anstyle",
"anstyle-parse",
2023-05-29 12:27:39 +02:00
"anstyle-query",
"anstyle-wincon",
2023-05-29 12:27:39 +02:00
"colorchoice",
"utf8parse",
]
[[package]]
name = "anstyle"
2023-08-09 11:39:32 +02:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd"
[[package]]
name = "anstyle-parse"
2023-08-09 11:39:32 +02:00
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
dependencies = [
"utf8parse",
]
2023-05-29 12:27:39 +02:00
[[package]]
name = "anstyle-query"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
dependencies = [
"windows-sys 0.48.0",
]
[[package]]
name = "anstyle-wincon"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628"
dependencies = [
"anstyle",
2023-05-29 12:27:39 +02:00
"windows-sys 0.48.0",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "anyhow"
2023-10-30 16:32:32 +01:00
version = "1.0.75"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 16:32:32 +01:00
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
2021-09-14 18:39:02 +02:00
dependencies = [
"backtrace",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "anymap2"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d301b3b94cb4b2f23d7917810addbbaff90738e0ca2be692bd027e70d7e0330c"
2023-05-17 18:19:43 +02:00
[[package]]
name = "arbitrary"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2d098ff73c1ca148721f37baad5ea6a465a13f9573aba8641fbbbae8164a54e"
dependencies = [
"derive_arbitrary",
]
[[package]]
name = "assert-json-diff"
2022-08-31 07:58:53 +02:00
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 07:58:53 +02:00
checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12"
dependencies = [
"serde",
"serde_json",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "async-stream"
version = "0.3.5"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
2021-03-10 13:46:49 +01:00
dependencies = [
"async-stream-impl",
"futures-core",
"pin-project-lite",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "async-stream-impl"
version = "0.3.5"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
2021-03-10 13:46:49 +01:00
dependencies = [
2023-01-17 09:40:42 +01:00
"proc-macro2",
"quote",
"syn 2.0.28",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "async-trait"
2023-08-09 11:39:32 +02:00
version = "0.1.72"
2022-03-17 11:59:35 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "cc6dde6e4ed435a4c1ee4e73592f5ba9da2151af10076cc04858746af9352d09"
2022-03-17 11:59:35 +01:00
dependencies = [
2023-01-17 09:40:42 +01:00
"proc-macro2",
"quote",
"syn 2.0.28",
2022-03-17 11:59:35 +01:00
]
[[package]]
name = "atomic-polyfill"
version = "0.1.11"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3ff7eb3f316534d83a8a2c3d1674ace8a5a71198eba31e2e2b597833f699b28"
2021-03-10 13:46:49 +01:00
dependencies = [
2022-03-17 11:59:35 +01:00
"critical-section",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "autocfg"
2022-02-26 00:28:55 +01:00
version = "1.1.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-26 00:28:55 +01:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2021-03-10 13:46:49 +01:00
2021-09-14 18:39:02 +02:00
[[package]]
name = "backtrace"
2023-08-09 11:39:32 +02:00
version = "0.3.68"
2021-09-14 18:39:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12"
2021-09-14 18:39:02 +02:00
dependencies = [
"addr2line",
"cc",
2022-09-12 14:36:45 +02:00
"cfg-if",
2021-09-14 18:39:02 +02:00
"libc",
2023-08-09 11:39:32 +02:00
"miniz_oxide",
2023-05-29 12:27:39 +02:00
"object",
2021-09-14 18:39:02 +02:00
"rustc-demangle",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "base64"
2022-10-26 18:44:10 +02:00
version = "0.13.1"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 18:44:10 +02:00
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2021-03-10 13:46:49 +01:00
2023-01-11 12:06:35 +01:00
[[package]]
name = "base64"
version = "0.21.5"
2023-01-11 12:06:35 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
2023-01-11 12:06:35 +01:00
[[package]]
name = "base64ct"
2023-05-29 12:27:39 +02:00
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-29 12:27:39 +02:00
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
[[package]]
name = "benchmarks"
version = "1.5.1"
dependencies = [
"anyhow",
"bytes",
"convert_case 0.6.0",
"criterion",
"csv",
"flate2",
2023-01-16 17:35:54 +01:00
"milli",
"mimalloc",
"rand",
"rand_chacha",
"reqwest",
"roaring",
"serde_json",
]
[[package]]
name = "big_s"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "199edb7b90631283b10c2422e6a0bc8b7d987bf732995ba1de53b576c97e51a8"
2021-09-14 18:39:02 +02:00
[[package]]
name = "bimap"
version = "0.6.3"
2021-09-14 18:39:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "230c5f1ca6a325a32553f8640d31ac9b49f2411e901e427570154868b46da4f7"
2021-09-14 18:39:02 +02:00
dependencies = [
"serde",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "bincode"
2021-03-29 09:22:36 +02:00
version = "1.3.3"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-29 09:22:36 +02:00
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
2021-03-10 13:46:49 +01:00
dependencies = [
"serde",
]
[[package]]
name = "bit-set"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
dependencies = [
"bit-vec",
]
[[package]]
name = "bit-vec"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2021-03-10 13:46:49 +01:00
[[package]]
name = "bitflags"
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
dependencies = [
"serde",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "block-buffer"
version = "0.10.4"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2021-03-10 13:46:49 +01:00
dependencies = [
2022-03-17 11:59:35 +01:00
"generic-array",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "brotli"
2022-03-17 11:59:35 +01:00
version = "3.3.4"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-17 11:59:35 +01:00
checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
2021-03-10 13:46:49 +01:00
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
"brotli-decompressor",
]
[[package]]
name = "brotli-decompressor"
version = "2.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744"
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "bstr"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "542f33a8835a0884b006a0c3df3dadd99c0c3f296ed26c2fdc8028e01ad6230c"
dependencies = [
"memchr",
"regex-automata 0.4.3",
"serde",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "bumpalo"
2023-05-29 12:27:39 +02:00
version = "3.13.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-29 12:27:39 +02:00
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
2021-03-10 13:46:49 +01:00
[[package]]
name = "byte-unit"
version = "4.0.19"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da78b32057b8fdfc352504708feeba7216dcd65a2c9ab02978cbd288d1279b6c"
2021-03-10 13:46:49 +01:00
dependencies = [
"serde",
2021-03-10 13:46:49 +01:00
"utf8-width",
]
[[package]]
name = "bytecount"
2022-06-09 17:44:15 +02:00
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 17:44:15 +02:00
checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c"
2021-03-10 13:46:49 +01:00
[[package]]
name = "bytemuck"
version = "1.14.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6"
2021-08-16 13:43:06 +02:00
dependencies = [
"bytemuck_derive",
]
[[package]]
name = "bytemuck_derive"
version = "1.4.1"
2021-08-16 13:43:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdde5c9cd29ebd706ce1b35600920a33550e402fc998a2e53ad3b42c3c47a192"
2021-08-16 13:43:06 +02:00
dependencies = [
2023-01-17 09:40:42 +01:00
"proc-macro2",
"quote",
"syn 2.0.28",
2021-08-16 13:43:06 +02:00
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "byteorder"
2021-03-29 09:22:36 +02:00
version = "1.4.3"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-29 09:22:36 +02:00
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2021-03-10 13:46:49 +01:00
[[package]]
name = "bytes"
version = "1.4.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
2021-03-10 13:46:49 +01:00
[[package]]
name = "bytestring"
2023-05-29 12:27:39 +02:00
version = "1.3.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-29 12:27:39 +02:00
checksum = "238e4886760d98c4f899360c834fa93e62cf7f721ac3c2da375cbdf4b8679aae"
2021-03-10 13:46:49 +01:00
dependencies = [
2021-09-08 12:34:56 +02:00
"bytes",
2021-03-10 13:46:49 +01:00
]
2021-04-20 15:20:09 +02:00
[[package]]
name = "bzip2"
version = "0.4.4"
2021-04-20 15:20:09 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2021-04-20 15:20:09 +02:00
dependencies = [
"bzip2-sys",
"libc",
]
[[package]]
name = "bzip2-sys"
2021-06-02 17:45:28 +02:00
version = "0.1.11+1.0.8"
2021-04-20 15:20:09 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-02 17:45:28 +02:00
checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
2021-04-20 15:20:09 +02:00
dependencies = [
"cc",
"libc",
"pkg-config",
]
2023-10-26 17:01:10 +02:00
[[package]]
name = "calendrical_calculations"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8dfe3bc6a50b4667fafdb6d9cf26731c5418c457e317d8166c972014facf9a5d"
dependencies = [
"core_maths",
"displaydoc",
]
[[package]]
name = "candle-core"
version = "0.3.1"
source = "git+https://github.com/huggingface/candle.git#f4fcf6090045ac44122fd5f0a7e46db6e3e16528"
dependencies = [
"byteorder",
"gemm",
"half 2.3.1",
"memmap2",
"num-traits",
"num_cpus",
"rand",
"rand_distr",
"rayon",
"safetensors",
"thiserror",
"yoke",
"zip",
]
[[package]]
name = "candle-nn"
version = "0.3.1"
source = "git+https://github.com/huggingface/candle.git#f4fcf6090045ac44122fd5f0a7e46db6e3e16528"
dependencies = [
"candle-core",
"half 2.3.1",
"num-traits",
"rayon",
"safetensors",
"serde",
"thiserror",
]
[[package]]
name = "candle-transformers"
version = "0.3.1"
source = "git+https://github.com/huggingface/candle.git#f4fcf6090045ac44122fd5f0a7e46db6e3e16528"
dependencies = [
"byteorder",
"candle-core",
"candle-nn",
"num-traits",
"rand",
"rayon",
"serde",
"serde_json",
"serde_plain",
"tracing",
"wav",
]
2021-04-20 15:20:09 +02:00
[[package]]
name = "cargo_toml"
2023-08-09 11:39:32 +02:00
version = "0.15.3"
2021-04-20 15:20:09 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "599aa35200ffff8f04c1925aa1acc92fa2e08874379ef42e210a80e527e60838"
2021-04-20 15:20:09 +02:00
dependencies = [
"serde",
"toml",
]
[[package]]
name = "cast"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
2021-03-10 13:46:49 +01:00
[[package]]
name = "cc"
2023-08-09 11:39:32 +02:00
version = "1.0.82"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "305fe645edc1442a0fa8b6726ba61d422798d37a52e12eaecf4b022ebbb88f01"
2021-03-10 13:46:49 +01:00
dependencies = [
"jobserver",
2023-08-09 11:39:32 +02:00
"libc",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "cedarwood"
version = "0.4.6"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d910bedd62c24733263d0bed247460853c9d22e8956bd4cd964302095e04e90"
2021-03-10 13:46:49 +01:00
dependencies = [
"smallvec",
]
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2021-04-21 13:49:21 +02:00
[[package]]
name = "change-detection"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "159fa412eae48a1d94d0b9ecdb85c97ce56eb2a347c62394d3fdbf221adabc1a"
dependencies = [
"path-matchers",
"path-slash",
]
2022-06-06 15:52:51 +02:00
[[package]]
name = "charabia"
2023-10-26 17:01:10 +02:00
version = "0.8.5"
2022-06-06 15:52:51 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-26 17:01:10 +02:00
checksum = "ffb924701d850fbf0331302e7f9715c04e494b4b9bebb38ac48bdd30924e1936"
2022-06-06 15:52:51 +02:00
dependencies = [
2023-06-28 18:52:32 +02:00
"aho-corasick",
2022-06-06 15:52:51 +02:00
"cow-utils",
2023-01-04 14:23:44 +01:00
"csv",
2022-06-06 15:52:51 +02:00
"deunicode",
2023-06-28 18:52:32 +02:00
"either",
2022-06-06 15:52:51 +02:00
"fst",
2023-10-26 17:01:10 +02:00
"icu",
"icu_provider",
"icu_provider_blob",
2023-02-20 14:00:31 +01:00
"irg-kvariants",
2022-06-06 15:52:51 +02:00
"jieba-rs",
2023-06-28 18:52:32 +02:00
"lindera-core",
"lindera-dictionary",
"lindera-tokenizer",
2023-10-26 17:01:10 +02:00
"litemap 0.6.1",
2022-06-06 15:52:51 +02:00
"once_cell",
2023-01-04 14:23:44 +01:00
"pinyin",
"serde",
2022-06-06 15:52:51 +02:00
"slice-group-by",
2023-01-04 14:23:44 +01:00
"unicode-normalization",
"wana_kana",
2022-06-06 15:52:51 +02:00
"whatlang",
2023-10-26 17:01:10 +02:00
"zerovec 0.9.6",
2022-06-06 15:52:51 +02:00
]
[[package]]
name = "ciborium"
2023-05-29 12:27:39 +02:00
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-29 12:27:39 +02:00
checksum = "effd91f6c78e5a4ace8a5d3c0b6bfaec9e2baaef55f3efc00e45fb2e477ee926"
dependencies = [
"ciborium-io",
"ciborium-ll",
"serde",
]
[[package]]
name = "ciborium-io"
2023-05-29 12:27:39 +02:00
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-29 12:27:39 +02:00
checksum = "cdf919175532b369853f5d5e20b26b43112613fd6fe7aee757e35f7a44642656"
[[package]]
name = "ciborium-ll"
2023-05-29 12:27:39 +02:00
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-29 12:27:39 +02:00
checksum = "defaa24ecc093c77630e6c15e17c51f5e187bf35ee514f4e2d67baaa96dae22b"
dependencies = [
"ciborium-io",
"half 1.8.2",
]
[[package]]
name = "cipher"
2023-05-29 12:27:39 +02:00
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-29 12:27:39 +02:00
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
dependencies = [
2023-05-29 12:27:39 +02:00
"crypto-common",
"inout",
]
[[package]]
name = "clap"
version = "4.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2275f18819641850fa26c89acc84d465c1bf91ce57bc2748b28c420473352f64"
dependencies = [
"clap_builder",
2023-02-20 14:00:31 +01:00
"clap_derive",
]
[[package]]
name = "clap_builder"
version = "4.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07cdf1b148b25c1e1f7a42225e30a0d99a615cd4637eae7365548dd4529b95bc"
dependencies = [
"anstream",
"anstyle",
"clap_lex",
2023-01-16 17:08:43 +01:00
"strsim",
]
[[package]]
name = "clap_derive"
version = "4.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442"
dependencies = [
2023-01-16 17:08:43 +01:00
"heck",
2023-01-17 09:40:42 +01:00
"proc-macro2",
"quote",
"syn 2.0.28",
]
[[package]]
name = "clap_lex"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
2023-05-29 12:27:39 +02:00
2023-10-26 17:01:10 +02:00
[[package]]
name = "cobs"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2023-05-29 12:27:39 +02:00
[[package]]
name = "colorchoice"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-29 12:27:39 +02:00
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
2021-03-10 13:46:49 +01:00
[[package]]
2021-07-28 10:52:47 +02:00
name = "concat-arrays"
version = "0.1.2"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-28 10:52:47 +02:00
checksum = "1df715824eb382e34b7afb7463b0247bf41538aeba731fba05241ecdb5dc3747"
dependencies = [
2023-01-17 09:40:42 +01:00
"proc-macro2",
"quote",
"syn 1.0.109",
]
2022-09-14 01:48:58 +02:00
[[package]]
name = "console"
2023-05-29 12:27:39 +02:00
version = "0.15.7"
2022-09-14 01:48:58 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-29 12:27:39 +02:00
checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8"
2022-09-14 01:48:58 +02:00
dependencies = [
"encode_unicode",
"lazy_static",
"libc",
"unicode-width",
2023-05-29 12:27:39 +02:00
"windows-sys 0.45.0",
2022-09-14 01:48:58 +02:00
]
[[package]]
name = "constant_time_eq"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
2021-03-29 09:22:36 +02:00
[[package]]
name = "convert_case"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2021-03-10 13:46:49 +01:00
[[package]]
name = "convert_case"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb4a24b1aaf0fd0ce8b45161144d6f42cd91677fd5940fd431183eb023b3a2b8"
[[package]]
name = "convert_case"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
dependencies = [
"unicode-segmentation",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "cookie"
version = "0.16.2"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb"
2021-03-10 13:46:49 +01:00
dependencies = [
"percent-encoding",
"time",
2021-03-10 13:46:49 +01:00
"version_check",
]
[[package]]
name = "core-foundation"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
dependencies = [
"core-foundation-sys",
"libc",
]
2021-08-16 13:43:06 +02:00
[[package]]
name = "core-foundation-sys"
version = "0.8.4"
2021-08-16 13:43:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
2021-08-16 13:43:06 +02:00
2023-10-26 17:01:10 +02:00
[[package]]
name = "core_maths"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3b02505ccb8c50b0aa21ace0fc08c3e53adebd4e58caa18a36152803c7709a3"
dependencies = [
"libm",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "cow-utils"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79bb3adfaf5f75d24b01aee375f7555907840fa2800e5ec8fa3b9e2031830173"
[[package]]
2021-06-02 17:45:28 +02:00
name = "cpufeatures"
2023-08-09 11:39:32 +02:00
version = "0.2.9"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
2021-06-02 17:45:28 +02:00
dependencies = [
"libc",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "crc32fast"
2022-02-26 00:28:55 +01:00
version = "1.3.2"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-26 00:28:55 +01:00
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
2021-03-10 13:46:49 +01:00
dependencies = [
2022-09-12 14:36:45 +02:00
"cfg-if",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "criterion"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
dependencies = [
"anes",
"cast",
"ciborium",
"clap",
"criterion-plot",
"is-terminal",
2023-08-09 11:50:24 +02:00
"itertools 0.10.5",
"num-traits",
"once_cell",
"oorandom",
"plotters",
"rayon",
"regex",
"serde",
"serde_derive",
"serde_json",
"tinytemplate",
"walkdir",
]
[[package]]
name = "criterion-plot"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
dependencies = [
"cast",
2023-08-09 11:50:24 +02:00
"itertools 0.10.5",
]
2022-03-17 11:59:35 +01:00
[[package]]
name = "critical-section"
version = "1.1.1"
2022-03-17 11:59:35 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6548a0ad5d2549e111e1f6a11a6c2e2d00ce6a3dafe22948d67c2b443f775e52"
2022-03-17 11:59:35 +01:00
[[package]]
name = "crossbeam"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2801af0d36612ae591caa9568261fddce32ce6e08a7275ea334a06a4ad021a2c"
dependencies = [
"cfg-if",
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-epoch",
"crossbeam-queue",
"crossbeam-utils",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "crossbeam-channel"
version = "0.5.8"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
2021-03-10 13:46:49 +01:00
dependencies = [
2022-09-12 14:36:45 +02:00
"cfg-if",
"crossbeam-utils",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "crossbeam-deque"
version = "0.8.3"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
2021-03-10 13:46:49 +01:00
dependencies = [
2022-09-12 14:36:45 +02:00
"cfg-if",
2021-03-10 13:46:49 +01:00
"crossbeam-epoch",
2022-09-12 14:36:45 +02:00
"crossbeam-utils",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "crossbeam-epoch"
2023-08-09 11:39:32 +02:00
version = "0.9.15"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
2021-03-10 13:46:49 +01:00
dependencies = [
"autocfg",
2022-09-12 14:36:45 +02:00
"cfg-if",
"crossbeam-utils",
2021-03-10 13:46:49 +01:00
"memoffset",
"scopeguard",
]
[[package]]
name = "crossbeam-queue"
version = "0.3.8"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
2021-03-10 13:46:49 +01:00
dependencies = [
2022-09-12 14:36:45 +02:00
"cfg-if",
"crossbeam-utils",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "crossbeam-utils"
2023-08-09 11:39:32 +02:00
version = "0.8.16"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
2021-03-10 13:46:49 +01:00
dependencies = [
2022-09-12 14:36:45 +02:00
"cfg-if",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
[[package]]
name = "crypto-common"
2022-08-31 07:58:53 +02:00
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 07:58:53 +02:00
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
2022-03-17 11:59:35 +01:00
"generic-array",
2022-02-26 00:28:55 +01:00
"typenum",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "csv"
2023-07-19 12:52:43 +02:00
version = "1.2.2"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-19 12:52:43 +02:00
checksum = "626ae34994d3d8d668f4269922248239db4ae42d538b14c398b74a52208e8086"
2021-03-10 13:46:49 +01:00
dependencies = [
"csv-core",
"itoa",
2021-03-10 13:46:49 +01:00
"ryu",
"serde",
]
[[package]]
name = "csv-core"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
dependencies = [
"memchr",
]
2022-09-13 15:54:35 +02:00
[[package]]
name = "darling"
version = "0.14.4"
2022-09-13 15:54:35 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
2022-09-13 15:54:35 +02:00
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
version = "0.14.4"
2022-09-13 15:54:35 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
2022-09-13 15:54:35 +02:00
dependencies = [
"fnv",
"ident_case",
2023-01-17 09:40:42 +01:00
"proc-macro2",
"quote",
2023-01-16 17:08:43 +01:00
"strsim",
"syn 1.0.109",
2022-09-13 15:54:35 +02:00
]
[[package]]
name = "darling_macro"
version = "0.14.4"
2022-09-13 15:54:35 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
2022-09-13 15:54:35 +02:00
dependencies = [
"darling_core",
2023-01-17 09:40:42 +01:00
"quote",
"syn 1.0.109",
2022-09-13 15:54:35 +02:00
]
2023-10-26 17:01:10 +02:00
[[package]]
name = "deduplicating_array"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a636096586ca093a10ac0175bfb384d024089dca0dae54e3e69bc1c1596358e8"
dependencies = [
"serde",
]
2023-08-09 11:39:32 +02:00
[[package]]
name = "deranged"
2023-10-30 16:32:32 +01:00
version = "0.3.9"
2023-08-09 11:39:32 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 16:32:32 +01:00
checksum = "0f32d04922c60427da6f9fef14d042d9edddef64cb9d4ce0d64d0685fbeb1fd3"
2023-08-09 11:39:32 +02:00
dependencies = [
2023-10-30 16:32:32 +01:00
"powerfmt",
2023-08-09 11:39:32 +02:00
"serde",
]
2023-05-17 18:19:43 +02:00
[[package]]
name = "derive_arbitrary"
2023-08-09 11:39:32 +02:00
version = "1.3.1"
2023-05-17 18:19:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "53e0efad4403bfc52dc201159c4b842a246a14b98c64b55dfd0f2d89729dfeb8"
2023-05-17 18:19:43 +02:00
dependencies = [
"proc-macro2",
"quote",
2023-08-09 11:39:32 +02:00
"syn 2.0.28",
2023-05-17 18:19:43 +02:00
]
[[package]]
name = "derive_builder"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8"
dependencies = [
"derive_builder_macro",
]
[[package]]
name = "derive_builder_core"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f"
dependencies = [
"darling",
2023-01-17 09:40:42 +01:00
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "derive_builder_macro"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e"
dependencies = [
"derive_builder_core",
"syn 1.0.109",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "derive_more"
version = "0.99.17"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
2021-03-10 13:46:49 +01:00
dependencies = [
"convert_case 0.4.0",
2023-01-17 09:40:42 +01:00
"proc-macro2",
"quote",
"rustc_version",
"syn 1.0.109",
]
[[package]]
name = "deserr"
2023-08-09 12:20:49 +02:00
version = "0.6.0"
2023-01-09 12:51:10 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 12:20:49 +02:00
checksum = "61d55a63aabcb2f7893231e6b8ddf8acc00814d20a64463e52cf9b603ec326ee"
dependencies = [
2023-02-14 13:12:42 +01:00
"actix-http",
"actix-utils",
2023-02-13 18:45:13 +01:00
"actix-web",
"deserr-internal",
2023-02-13 18:45:13 +01:00
"futures",
"serde-cs",
"serde_json",
2023-02-14 13:12:42 +01:00
"serde_urlencoded",
2023-02-13 18:45:13 +01:00
"strsim",
]
[[package]]
name = "deserr-internal"
2023-08-09 12:20:49 +02:00
version = "0.6.0"
2023-01-09 12:51:10 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 12:20:49 +02:00
checksum = "8c4d5c86e5d887d880c7a3572a8041bfb3011acc81df86318855ea2cae66f3ef"
dependencies = [
"convert_case 0.5.0",
"proc-macro2",
"quote",
"syn 1.0.109",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "deunicode"
version = "1.3.3"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c1bba4f227a4a53d12b653f50ca7bf10c9119ae2aba56aff9e0338b5c98f36a"
2021-03-29 09:22:36 +02:00
[[package]]
name = "digest"
2023-05-29 12:27:39 +02:00
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-29 12:27:39 +02:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
2022-03-14 16:23:26 +01:00
"block-buffer",
"crypto-common",
"subtle",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "dirs"
version = "5.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-next"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf36e65a80337bea855cd4ef9b8401ffce06a7baedf2e85ec467b1ac3f6e82b6"
dependencies = [
2022-09-12 14:36:45 +02:00
"cfg-if",
"dirs-sys-next",
]
[[package]]
name = "dirs-sys"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
dependencies = [
"libc",
"option-ext",
"redox_users",
"windows-sys 0.48.0",
]
[[package]]
name = "dirs-sys-next"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
dependencies = [
"libc",
"redox_users",
"winapi",
]
2023-10-26 17:01:10 +02:00
[[package]]
name = "displaydoc"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.28",
]
[[package]]
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
[[package]]
name = "doxygen-rs"
2023-11-27 11:52:22 +01:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 11:52:22 +01:00
checksum = "bff670ea0c9bbb8414e7efa6e23ebde2b8f520a7eef78273a3918cf1903e7505"
dependencies = [
"phf",
]
2022-09-29 16:17:06 +02:00
[[package]]
name = "dump"
version = "1.5.1"
2022-09-29 16:17:06 +02:00
dependencies = [
2022-10-03 16:12:01 +02:00
"anyhow",
2022-10-03 18:50:06 +02:00
"big_s",
2022-09-29 16:17:06 +02:00
"flate2",
"http",
2022-10-03 16:12:01 +02:00
"log",
2022-10-03 18:50:06 +02:00
"maplit",
"meili-snap",
2022-10-03 16:12:01 +02:00
"meilisearch-auth",
2022-10-03 18:50:06 +02:00
"meilisearch-types",
"once_cell",
"regex",
"roaring",
2022-09-29 16:17:06 +02:00
"serde",
"serde_json",
"tar",
"tempfile",
"thiserror",
"time",
2023-10-30 16:32:32 +01:00
"uuid 1.5.0",
2022-09-29 16:17:06 +02:00
]
[[package]]
name = "dyn-stack"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
dependencies = [
"bytemuck",
"reborrow",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "either"
2023-08-09 11:39:32 +02:00
version = "1.9.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
dependencies = [
"serde",
]
2021-03-10 13:46:49 +01:00
2023-10-26 17:01:10 +02:00
[[package]]
name = "embedded-io"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
2022-09-14 01:48:58 +02:00
[[package]]
name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
[[package]]
name = "encoding"
version = "0.2.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
dependencies = [
"encoding-index-japanese",
"encoding-index-korean",
"encoding-index-simpchinese",
"encoding-index-singlebyte",
"encoding-index-tradchinese",
]
[[package]]
name = "encoding-index-japanese"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
dependencies = [
"encoding_index_tests",
]
[[package]]
name = "encoding-index-korean"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
dependencies = [
"encoding_index_tests",
]
[[package]]
name = "encoding-index-simpchinese"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
dependencies = [
"encoding_index_tests",
]
[[package]]
name = "encoding-index-singlebyte"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
dependencies = [
"encoding_index_tests",
]
[[package]]
name = "encoding-index-tradchinese"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18"
dependencies = [
"encoding_index_tests",
]
[[package]]
name = "encoding_index_tests"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
2021-03-10 13:46:49 +01:00
[[package]]
name = "encoding_rs"
version = "0.8.32"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
2021-03-10 13:46:49 +01:00
dependencies = [
2022-09-12 14:36:45 +02:00
"cfg-if",
2021-03-10 13:46:49 +01:00
]
2023-01-04 14:23:44 +01:00
[[package]]
name = "encoding_rs_io"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cc3c5651fb62ab8aa3103998dade57efdd028544bd300516baa31840c252a83"
dependencies = [
"encoding_rs",
]
2022-08-31 07:58:53 +02:00
[[package]]
name = "enum-iterator"
2023-05-29 12:27:39 +02:00
version = "1.4.1"
2022-08-31 07:58:53 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-29 12:27:39 +02:00
checksum = "7add3873b5dd076766ee79c8e406ad1a472c385476b9e38849f8eec24f1be689"
2022-08-31 07:58:53 +02:00
dependencies = [
"enum-iterator-derive",
2022-08-31 07:58:53 +02:00
]
[[package]]
name = "enum-iterator-derive"
2023-05-29 12:27:39 +02:00
version = "1.2.1"
2022-08-31 07:58:53 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-29 12:27:39 +02:00
checksum = "eecf8589574ce9b895052fa12d69af7a233f99e6107f5cb8dd1044f2a17bfdcb"
2022-08-31 07:58:53 +02:00
dependencies = [
2023-01-17 09:40:42 +01:00
"proc-macro2",
"quote",
"syn 2.0.28",
2021-03-10 13:46:49 +01:00
]
2023-02-20 14:00:31 +01:00
[[package]]
name = "env_logger"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
dependencies = [
"humantime",
"is-terminal",
"log",
"regex",
"termcolor",
]
2023-07-19 12:52:43 +02:00
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "errno"
2023-08-09 11:39:32 +02:00
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "6b30f669a7961ef1631673d2766cc92f52d64f7ef354d4fe0ddfd30ed52f0f4f"
dependencies = [
"errno-dragonfly",
"libc",
"windows-sys 0.48.0",
]
2022-10-26 18:44:10 +02:00
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "esaxx-rs"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d817e038c30374a4bcb22f94d0a8a0e216958d4c3dcde369b1439fec4bdda6e6"
dependencies = [
"cc",
]
[[package]]
name = "fancy-regex"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2"
dependencies = [
"bit-set",
"regex",
]
2023-08-09 11:39:32 +02:00
[[package]]
name = "fastrand"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
2022-09-13 15:54:35 +02:00
[[package]]
name = "faux"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c3b5e56a69ca67c241191cd9d484e14fb0fe89f5e539c2e8448eafd1f65c1f0"
dependencies = [
"faux_macros",
"paste",
]
[[package]]
name = "faux_macros"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35c9bb4a2c13ffb3a93a39902aaf4e7190a1706a4779b6db0449aee433d26c4a"
dependencies = [
"darling",
2023-01-17 09:40:42 +01:00
"proc-macro2",
"quote",
"syn 1.0.109",
2022-09-13 15:54:35 +02:00
"uuid 0.8.2",
]
[[package]]
name = "file-store"
version = "1.5.1"
dependencies = [
2022-09-13 15:54:35 +02:00
"faux",
"tempfile",
"thiserror",
2023-10-30 16:32:32 +01:00
"uuid 1.5.0",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "filetime"
2023-08-09 11:39:32 +02:00
version = "0.2.22"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0"
2021-03-10 13:46:49 +01:00
dependencies = [
2022-09-12 14:36:45 +02:00
"cfg-if",
2021-03-10 13:46:49 +01:00
"libc",
2023-08-09 11:39:32 +02:00
"redox_syscall 0.3.5",
2023-05-29 12:27:39 +02:00
"windows-sys 0.48.0",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "filter-parser"
version = "1.5.1"
dependencies = [
"insta",
"nom",
"nom_locate",
"unescaper",
]
2023-10-26 17:01:10 +02:00
[[package]]
name = "fixed_decimal"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5287d527037d0f35c8801880361eb38bb9bce194805350052c2a79538388faeb"
dependencies = [
"displaydoc",
"smallvec",
"writeable",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "flate2"
2023-05-29 12:27:39 +02:00
version = "1.0.26"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-29 12:27:39 +02:00
checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
2021-03-10 13:46:49 +01:00
dependencies = [
"crc32fast",
2023-08-09 11:39:32 +02:00
"miniz_oxide",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "flatten-serde-json"
version = "1.5.1"
dependencies = [
"criterion",
"serde_json",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2021-03-10 13:46:49 +01:00
[[package]]
name = "form_urlencoded"
2023-08-09 11:39:32 +02:00
version = "1.2.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
2021-03-10 13:46:49 +01:00
dependencies = [
"percent-encoding",
]
[[package]]
name = "fst"
2021-06-02 17:45:28 +02:00
version = "0.4.7"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-02 17:45:28 +02:00
checksum = "7ab85b9b05e3978cc9a9cf8fea7f01b494e1a09ed3037e16ba39edc7a29eb61a"
2021-03-10 13:46:49 +01:00
[[package]]
name = "futures"
version = "0.3.29"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da0290714b38af9b4a7b094b8a37086d1b4e61f2df9122c3cad2577669145335"
2021-03-10 13:46:49 +01:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
version = "0.3.29"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb"
2021-03-10 13:46:49 +01:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.29"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c"
2021-03-10 13:46:49 +01:00
[[package]]
name = "futures-executor"
version = "0.3.29"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f4fb8693db0cf099eadcca0efe2a5a22e4550f98ed16aba6c48700da29597bc"
2021-03-10 13:46:49 +01:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
version = "0.3.29"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa"
2021-03-10 13:46:49 +01:00
[[package]]
name = "futures-macro"
version = "0.3.29"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53b153fd91e4b0147f4aced87be237c98248656bb01050b96bf3ee89220a8ddb"
2021-03-10 13:46:49 +01:00
dependencies = [
2023-01-17 09:40:42 +01:00
"proc-macro2",
"quote",
"syn 2.0.28",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "futures-sink"
version = "0.3.29"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817"
2021-03-10 13:46:49 +01:00
[[package]]
name = "futures-task"
version = "0.3.29"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2"
2021-03-10 13:46:49 +01:00
[[package]]
name = "futures-util"
version = "0.3.29"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104"
2021-03-10 13:46:49 +01:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
2021-05-31 13:59:31 +02:00
"pin-project-lite",
2021-03-10 13:46:49 +01:00
"pin-utils",
"slab",
]
[[package]]
2023-05-29 12:27:39 +02:00
name = "fuzzers"
version = "1.5.1"
dependencies = [
2023-05-29 12:27:39 +02:00
"arbitrary",
"clap",
2023-08-09 12:08:21 +02:00
"fastrand",
2023-05-29 12:27:39 +02:00
"milli",
"serde",
"serde_json",
2023-05-29 12:27:39 +02:00
"tempfile",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
"byteorder",
]
[[package]]
name = "gemm"
version = "0.16.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b3afa707040531a7527477fd63a81ea4f6f3d26037a2f96776e57fb843b258e"
dependencies = [
"dyn-stack",
"gemm-c32",
"gemm-c64",
"gemm-common",
"gemm-f16",
"gemm-f32",
"gemm-f64",
"num-complex",
"num-traits",
"paste",
"raw-cpuid",
"seq-macro",
]
[[package]]
name = "gemm-c32"
version = "0.16.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cc3973a4c30c73f26a099113953d0c772bb17ee2e07976c0a06b8fe1f38a57d"
dependencies = [
"dyn-stack",
"gemm-common",
"num-complex",
"num-traits",
"paste",
"raw-cpuid",
"seq-macro",
]
[[package]]
name = "gemm-c64"
version = "0.16.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30362894b93dada374442cb2edf4512ddf19513c9bec88e06a445bcb6b22e64f"
dependencies = [
"dyn-stack",
"gemm-common",
"num-complex",
"num-traits",
"paste",
"raw-cpuid",
"seq-macro",
]
[[package]]
name = "gemm-common"
version = "0.16.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "988499faa80566b046b4fee2c5f15af55b5a20c1fe8486b112ebb34efa045ad6"
dependencies = [
"bytemuck",
"dyn-stack",
"half 2.3.1",
"num-complex",
"num-traits",
"once_cell",
"paste",
"pulp",
"raw-cpuid",
"rayon",
"seq-macro",
]
[[package]]
name = "gemm-f16"
version = "0.16.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6cf2854a12371684c38d9a865063a27661812a3ff5803454c5742e8f5a388ce"
dependencies = [
"dyn-stack",
"gemm-common",
"gemm-f32",
"half 2.3.1",
"num-complex",
"num-traits",
"paste",
"raw-cpuid",
"rayon",
"seq-macro",
]
[[package]]
name = "gemm-f32"
version = "0.16.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bc84003cf6d950a7c7ca714ad6db281b6cef5c7d462f5cd9ad90ea2409c7227"
dependencies = [
"dyn-stack",
"gemm-common",
"num-complex",
"num-traits",
"paste",
"raw-cpuid",
"seq-macro",
]
[[package]]
name = "gemm-f64"
version = "0.16.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35187ef101a71eed0ecd26fb4a6255b4192a12f1c5335f3a795698f2d9b6cf33"
dependencies = [
"dyn-stack",
"gemm-common",
"num-complex",
"num-traits",
"paste",
"raw-cpuid",
"seq-macro",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "generic-array"
version = "0.14.7"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2021-03-10 13:46:49 +01:00
dependencies = [
"typenum",
"version_check",
]
2021-09-27 15:41:14 +02:00
[[package]]
name = "geoutils"
version = "0.5.1"
2021-09-27 15:41:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36d244a08113319b5ebcabad2b8b7925732d15eec46d7e7ac3c11734f3b7a6ad"
2021-09-27 15:41:14 +02:00
2021-03-10 13:46:49 +01:00
[[package]]
name = "getrandom"
2023-08-09 11:39:32 +02:00
version = "0.2.10"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
2021-03-10 13:46:49 +01:00
dependencies = [
2022-09-12 14:36:45 +02:00
"cfg-if",
2021-03-10 13:46:49 +01:00
"libc",
"wasi",
2021-03-10 13:46:49 +01:00
]
2021-07-26 15:25:30 +02:00
[[package]]
name = "getset"
version = "0.1.2"
2021-07-26 15:25:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e45727250e75cc04ff2846a66397da8ef2b3db8e40e0cef4df67950a07621eb9"
2021-07-26 15:25:30 +02:00
dependencies = [
"proc-macro-error",
2023-01-17 09:40:42 +01:00
"proc-macro2",
"quote",
"syn 1.0.109",
2021-07-26 15:25:30 +02:00
]
2021-09-14 18:39:02 +02:00
[[package]]
name = "gimli"
2023-08-09 11:39:32 +02:00
version = "0.27.3"
2021-09-14 18:39:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
2021-09-14 18:39:02 +02:00
2021-07-26 15:25:30 +02:00
[[package]]
name = "git2"
version = "0.16.1"
2021-07-26 15:25:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccf7f68c2995f392c49fffb4f95ae2c873297830eb25c6bc4c114ce8f4562acc"
2021-07-26 15:25:30 +02:00
dependencies = [
"bitflags 1.3.2",
2021-07-26 15:25:30 +02:00
"libc",
"libgit2-sys",
"log",
"url",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "glob"
2023-01-11 12:06:35 +01:00
version = "0.3.1"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-11 12:06:35 +01:00
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2021-03-10 13:46:49 +01:00
[[package]]
name = "grenad"
2023-11-01 13:55:18 +01:00
version = "0.4.5"
2021-08-16 13:43:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-01 13:55:18 +01:00
checksum = "6a007932af5475ebb5c63bef8812bb1c36f317983bb4ca663e9d6dd58d6a0f8c"
2021-03-10 13:46:49 +01:00
dependencies = [
2021-08-16 13:43:06 +02:00
"bytemuck",
2021-03-10 13:46:49 +01:00
"byteorder",
"rayon",
2021-03-10 13:46:49 +01:00
"tempfile",
]
[[package]]
name = "h2"
2023-08-09 11:39:32 +02:00
version = "0.3.20"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "97ec8491ebaf99c8eaa73058b045fe58073cd6be7f596ac993ced0b0a0c01049"
2021-03-10 13:46:49 +01:00
dependencies = [
2021-09-08 12:34:56 +02:00
"bytes",
2021-03-10 13:46:49 +01:00
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
2023-07-19 12:52:43 +02:00
"indexmap 1.9.3",
2021-03-10 13:46:49 +01:00
"slab",
2021-05-31 13:59:31 +02:00
"tokio",
2022-03-17 11:59:35 +01:00
"tokio-util",
2021-03-10 13:46:49 +01:00
"tracing",
]
[[package]]
name = "half"
version = "1.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
[[package]]
name = "half"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc52e53916c08643f1b56ec082790d1e86a32e58dc5268f897f313fbae7b4872"
dependencies = [
"bytemuck",
"cfg-if",
"crunchy",
"num-traits",
"rand",
"rand_distr",
]
2021-09-27 15:41:14 +02:00
[[package]]
name = "hash32"
2022-03-17 11:59:35 +01:00
version = "0.2.1"
2021-09-27 15:41:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-17 11:59:35 +01:00
checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
2021-09-27 15:41:14 +02:00
dependencies = [
"byteorder",
]
2022-08-31 07:58:53 +02:00
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2023-01-04 14:23:44 +01:00
dependencies = [
"ahash 0.7.6",
2023-01-04 14:23:44 +01:00
]
2022-08-31 07:58:53 +02:00
2023-07-19 12:52:43 +02:00
[[package]]
name = "hashbrown"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
2021-09-27 15:41:14 +02:00
[[package]]
name = "heapless"
2022-08-31 07:58:53 +02:00
version = "0.7.16"
2021-09-27 15:41:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 07:58:53 +02:00
checksum = "db04bc24a18b9ea980628ecf00e6c0264f3c1426dac36c00cb49b6fbad8b0743"
2021-09-27 15:41:14 +02:00
dependencies = [
2022-03-17 11:59:35 +01:00
"atomic-polyfill",
2021-09-27 15:41:14 +02:00
"hash32",
"rustc_version",
"spin 0.9.8",
2021-09-27 15:41:14 +02:00
"stable_deref_trait",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "heck"
version = "0.4.1"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2021-03-10 13:46:49 +01:00
[[package]]
name = "heed"
2023-11-27 11:52:22 +01:00
version = "0.20.0-alpha.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9648a50991c86df7d00c56c268c27754fcf4c80be2ba57fc4a00dc928c6fe934"
2021-03-10 13:46:49 +01:00
dependencies = [
"bitflags 2.3.3",
"bytemuck",
2021-03-10 13:46:49 +01:00
"byteorder",
"heed-traits",
"heed-types",
"libc",
"lmdb-master-sys",
2021-03-10 13:46:49 +01:00
"once_cell",
2023-11-27 11:52:22 +01:00
"page_size 0.6.0",
2021-03-10 13:46:49 +01:00
"synchronoise",
"url",
]
[[package]]
name = "heed-traits"
2023-11-27 11:52:22 +01:00
version = "0.20.0-alpha.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ab0b7d9cde969ad36dde692e487dc89d97f7168bf6a7bd3b894ad4bf7278298"
2021-03-10 13:46:49 +01:00
[[package]]
name = "heed-types"
2023-11-27 11:52:22 +01:00
version = "0.20.0-alpha.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0cb3567a7363f28b597bf6e9897b9466397951dd0e52df2c8196dd8a71af44a"
2021-03-10 13:46:49 +01:00
dependencies = [
"bincode",
"byteorder",
2021-03-10 13:46:49 +01:00
"heed-traits",
"serde",
"serde_json",
]
[[package]]
name = "hermit-abi"
2023-08-09 11:39:32 +02:00
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
2021-04-20 15:20:09 +02:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hf-hub"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b780635574b3d92f036890d8373433d6f9fc7abb320ee42a5c25897fc8ed732"
dependencies = [
"dirs",
"indicatif",
"log",
"native-tls",
"rand",
"serde",
"serde_json",
"thiserror",
"ureq",
]
2023-06-13 15:19:01 +02:00
[[package]]
name = "hmac"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
"digest",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "http"
version = "0.2.9"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
2021-03-10 13:46:49 +01:00
dependencies = [
2021-09-08 12:34:56 +02:00
"bytes",
2021-03-10 13:46:49 +01:00
"fnv",
"itoa",
2021-03-10 13:46:49 +01:00
]
2021-04-20 15:20:09 +02:00
[[package]]
name = "http-body"
2022-06-01 17:59:01 +02:00
version = "0.4.5"
2021-04-20 15:20:09 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-01 17:59:01 +02:00
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
2021-04-20 15:20:09 +02:00
dependencies = [
2021-09-08 12:34:56 +02:00
"bytes",
2021-04-20 15:20:09 +02:00
"http",
2021-05-31 13:59:31 +02:00
"pin-project-lite",
2021-04-20 15:20:09 +02:00
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "httparse"
2022-08-31 07:58:53 +02:00
version = "1.8.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 07:58:53 +02:00
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
2021-03-10 13:46:49 +01:00
2021-04-21 13:49:21 +02:00
[[package]]
name = "httpdate"
version = "1.0.2"
2021-04-21 13:49:21 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
2021-04-21 13:49:21 +02:00
2021-03-10 13:46:49 +01:00
[[package]]
name = "humantime"
2021-03-29 09:22:36 +02:00
version = "2.1.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-29 09:22:36 +02:00
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2021-03-10 13:46:49 +01:00
2021-04-20 15:20:09 +02:00
[[package]]
name = "hyper"
2023-08-09 11:39:32 +02:00
version = "0.14.27"
2021-04-20 15:20:09 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
2021-04-20 15:20:09 +02:00
dependencies = [
2021-09-08 12:34:56 +02:00
"bytes",
2021-04-20 15:20:09 +02:00
"futures-channel",
"futures-core",
"futures-util",
2021-05-31 13:59:31 +02:00
"h2",
2021-04-20 15:20:09 +02:00
"http",
2021-05-31 13:59:31 +02:00
"http-body",
2021-04-20 15:20:09 +02:00
"httparse",
2021-08-24 12:27:30 +02:00
"httpdate",
"itoa",
2021-06-02 17:45:28 +02:00
"pin-project-lite",
"socket2 0.4.9",
2021-05-31 13:59:31 +02:00
"tokio",
2021-04-20 15:20:09 +02:00
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper-rustls"
2023-08-09 11:39:32 +02:00
version = "0.24.1"
2021-04-20 15:20:09 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97"
2021-04-20 15:20:09 +02:00
dependencies = [
2023-08-09 11:39:32 +02:00
"futures-util",
"http",
2021-05-31 13:59:31 +02:00
"hyper",
2023-08-09 11:39:32 +02:00
"rustls 0.21.6",
2021-05-31 13:59:31 +02:00
"tokio",
2023-08-09 11:39:32 +02:00
"tokio-rustls 0.24.1",
2021-04-20 15:20:09 +02:00
]
2023-10-26 17:01:10 +02:00
[[package]]
name = "icu"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30f75f394ebee8d539bef8f6f02ad7b5f41c33de74c9eae1a50337b382a5aab1"
dependencies = [
"icu_calendar",
"icu_casemap",
"icu_collator",
"icu_collections",
"icu_compactdecimal",
"icu_datetime",
"icu_decimal",
"icu_displaynames",
"icu_list",
"icu_locid",
"icu_locid_transform",
"icu_normalizer",
"icu_plurals",
"icu_properties",
"icu_provider",
"icu_relativetime",
"icu_segmenter",
"icu_timezone",
"icu_transliterate",
]
[[package]]
name = "icu_calendar"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b520c5675775e3838447c33fc55bf558148c6824ef0d20ff7a9e0df7345a281c"
dependencies = [
"calendrical_calculations",
"displaydoc",
"icu_calendar_data",
"icu_locid",
"icu_locid_transform",
"icu_provider",
"serde",
"tinystr",
"writeable",
"zerovec 0.10.0",
]
[[package]]
name = "icu_calendar_data"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75d8d1a514ca7e6dc547be930f2fd661d578909c07cf1c1adade81c3f7a78840"
[[package]]
name = "icu_casemap"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "976068d7759293cbd9daa0d1669618bb9094c7ee54e546cd8b877dd4fe59007a"
dependencies = [
"displaydoc",
"icu_casemap_data",
"icu_collections",
"icu_locid",
"icu_properties",
"icu_provider",
"serde",
"writeable",
"zerovec 0.10.0",
]
[[package]]
name = "icu_casemap_data"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1251070c14d5b94cd00f97025e9cedce6a6eeb39485e2a226c58432cc4f72ffd"
[[package]]
name = "icu_collator"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be493c81154545a00fc5196e814cae0e1470bc696d518b5df877049aa6bcefe1"
dependencies = [
"displaydoc",
"icu_collator_data",
"icu_collections",
"icu_locid",
"icu_locid_transform",
"icu_normalizer",
"icu_properties",
"icu_provider",
"serde",
"smallvec",
"utf16_iter",
"utf8_iter",
"zerovec 0.10.0",
]
[[package]]
name = "icu_collator_data"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dbe9abe5ce570ad4707026f37bc21ef95c36b945c3c4564b9aa4e2e1c043126"
[[package]]
name = "icu_collections"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3907b2246e8dd5a29ead8a965e7c0c8a90e9b928e614a4279257d45c5e553e91"
dependencies = [
"displaydoc",
"serde",
"yoke",
"zerofrom",
"zerovec 0.10.0",
]
[[package]]
name = "icu_compactdecimal"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a8bb9143e7681fd5f5877c76f7b6365e173545d00d0e12ef23ba1888a996baa"
dependencies = [
"displaydoc",
"fixed_decimal",
"icu_compactdecimal_data",
"icu_decimal",
"icu_locid_transform",
"icu_plurals",
"icu_provider",
"writeable",
"zerovec 0.10.0",
]
[[package]]
name = "icu_compactdecimal_data"
version = "1.3.2"
2023-10-26 17:01:10 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2e9b7585f26db531ea5aaedaa68cb66cd2be37fe698b33a289849ff3129545b"
2023-10-26 17:01:10 +02:00
[[package]]
name = "icu_datetime"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f5bf2e6dd961b59ee5935070220915db6cf0ab5137de362964f800c2b7d14fa"
dependencies = [
"displaydoc",
"either",
"fixed_decimal",
"icu_calendar",
"icu_datetime_data",
"icu_decimal",
"icu_locid",
"icu_locid_transform",
"icu_plurals",
"icu_provider",
"icu_timezone",
"litemap 0.7.1",
"serde",
"smallvec",
"tinystr",
"writeable",
"zerovec 0.10.0",
]
[[package]]
name = "icu_datetime_data"
version = "1.3.2"
2023-10-26 17:01:10 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "078b2ed516a2f5054ee7f55b1fe970b92e90ae4cace8a0fe1e5f9fc2e94be609"
2023-10-26 17:01:10 +02:00
[[package]]
name = "icu_decimal"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1986a0b7df834aaddb911b4593c990950ac5606fc83ce9aad4311be80f51e81a"
dependencies = [
"displaydoc",
"fixed_decimal",
"icu_decimal_data",
"icu_locid",
"icu_locid_transform",
"icu_provider",
"serde",
"writeable",
]
[[package]]
name = "icu_decimal_data"
version = "1.3.2"
2023-10-26 17:01:10 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c064b3828953151f8c610bfff6fec776f958641249ebfd1cf36f073f0654e77"
2023-10-26 17:01:10 +02:00
[[package]]
name = "icu_displaynames"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c98329d348e918ac7e88e6d6613a46bef09ca8a65db4ddf70d86e6eaac0e2ec3"
dependencies = [
"icu_displaynames_data",
"icu_locid",
"icu_locid_transform",
"icu_provider",
"serde",
"tinystr",
"zerovec 0.10.0",
]
[[package]]
name = "icu_displaynames_data"
version = "1.3.2"
2023-10-26 17:01:10 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60f9f56c427f1e80383667e8fb13c07707f6561839283115617cc67307a5d020"
2023-10-26 17:01:10 +02:00
[[package]]
name = "icu_list"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc1a44bbed77a7e7b555f9d7dd4b43f75ec1402b438a901d20451943d50cbd90"
dependencies = [
"deduplicating_array",
"displaydoc",
"icu_list_data",
"icu_locid_transform",
"icu_provider",
"regex-automata 0.2.0",
"serde",
"writeable",
]
[[package]]
name = "icu_list_data"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3237583f0cb7feafabb567c4492fe9ef1d2d4113f6a8798a923273ea5de996d"
[[package]]
name = "icu_locid"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f284eb342dc49d3e9d9f3b188489d76b5d22dfb1d1a5e0d1941811253bac625c"
dependencies = [
"displaydoc",
"litemap 0.7.1",
"serde",
"tinystr",
"writeable",
"zerovec 0.10.0",
]
[[package]]
name = "icu_locid_transform"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6551daf80882d8e68eee186cc19e132d8bde1b1f059a79b93384a5ca0e8fc5e7"
dependencies = [
"displaydoc",
"icu_locid",
"icu_locid_transform_data",
"icu_provider",
"serde",
"tinystr",
"zerovec 0.10.0",
]
[[package]]
name = "icu_locid_transform_data"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a741eba5431f75eb2f1f9022d3cffabcadda6771e54fb4e77c8ba8653e4da44"
[[package]]
name = "icu_normalizer"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "080fc33a720d50a7342b0c58df010fbcfb842d6f78ef81555f8b1ac6bba57d3c"
dependencies = [
"displaydoc",
"icu_collections",
"icu_normalizer_data",
"icu_properties",
"icu_provider",
"serde",
"smallvec",
"utf16_iter",
"utf8_iter",
"write16",
"zerovec 0.10.0",
]
[[package]]
name = "icu_normalizer_data"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f8d22f74066c2e6442db2a9aa14950278e86719e811e304e48bae03094b369d"
[[package]]
name = "icu_plurals"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20556516b8be2b2f5dc3d6b23884b65c5c59ed8be0b44c419e4808c9b0792fce"
dependencies = [
"displaydoc",
"fixed_decimal",
"icu_locid",
"icu_locid_transform",
"icu_plurals_data",
"icu_provider",
"serde",
"zerovec 0.10.0",
]
[[package]]
name = "icu_plurals_data"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdc552215224997aaaa4e05d95981386d3c52042acebfcc732137d5d9be96a21"
[[package]]
name = "icu_properties"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3477ae70f8ca8dc08ff7574b5398ed0a2f2e4e6b66bdff2558a92ed67e262be1"
dependencies = [
"displaydoc",
"icu_collections",
"icu_locid_transform",
"icu_properties_data",
"icu_provider",
"serde",
"tinystr",
"zerovec 0.10.0",
]
[[package]]
name = "icu_properties_data"
version = "1.3.2"
2023-10-26 17:01:10 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c8bb3b67a8347e94d580434369e5c7ee89999b9309d04b7cfc88dfaa0f31b59"
2023-10-26 17:01:10 +02:00
[[package]]
name = "icu_provider"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68acdef80034b5e35d8524e9817479d389a4f9774f3f0cbe1bf3884d80fd5934"
dependencies = [
"displaydoc",
"icu_locid",
"icu_provider_macros",
"postcard",
"serde",
"stable_deref_trait",
"tinystr",
"writeable",
"yoke",
"zerofrom",
"zerovec 0.10.0",
]
[[package]]
name = "icu_provider_blob"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31326d28c7f95a964a4f0ee86c24002da5f6db907e3bcb079949b4ff103b6a9"
dependencies = [
"icu_provider",
"postcard",
"serde",
"writeable",
"zerovec 0.10.0",
]
[[package]]
name = "icu_provider_macros"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2060258edfcfe32ca7058849bf0f146cb5c59aadbedf480333c0d0002f97bc99"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.28",
]
[[package]]
name = "icu_relativetime"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4e6c1b531ab35f5b0cb552d3fb8dab1cb49f98e68e12bdc2169ca15e805207c"
dependencies = [
"displaydoc",
"fixed_decimal",
"icu_decimal",
"icu_locid_transform",
"icu_plurals",
"icu_provider",
"icu_relativetime_data",
"serde",
"writeable",
"zerovec 0.10.0",
]
[[package]]
name = "icu_relativetime_data"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71ec2ca0aff8c6865075c6257bc91d21a77acb6465635306a280af89208bed24"
[[package]]
name = "icu_segmenter"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcb3c1981ce2187a745f391a741cb14e77453325acb3b2e014b05da51c0a39f2"
dependencies = [
"core_maths",
"displaydoc",
"icu_collections",
"icu_locid",
"icu_provider",
"icu_segmenter_data",
"serde",
"utf8_iter",
"zerovec 0.10.0",
]
[[package]]
name = "icu_segmenter_data"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9703f6713044d1c0a1335a6d78ffece4c9380582416ace6feeb608e84d279fc7"
[[package]]
name = "icu_timezone"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19e6401cd210ccda98b2e7fc707831b29c6efe319efbbec460f957b6f331f626"
dependencies = [
"displaydoc",
"icu_calendar",
"icu_locid",
"icu_provider",
"icu_timezone_data",
"serde",
"tinystr",
"zerotrie",
"zerovec 0.10.0",
]
[[package]]
name = "icu_timezone_data"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d7e214a653bac59b768c42f82d252f13af95e8a9cb07b6108b8bc723c561b43"
[[package]]
name = "icu_transliterate"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4bdf006774b5a5898d97af6c95b148d34cd5c87cbed00610ff873e5b5885e28"
dependencies = [
"displaydoc",
"icu_collections",
"icu_locid",
"icu_normalizer",
"icu_properties",
"icu_provider",
"icu_unicodeset_parse",
"litemap 0.7.1",
"serde",
"zerovec 0.10.0",
]
[[package]]
name = "icu_unicodeset_parse"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2c3c1ab072cb9ec2dfb377ed7be07bf1bdce055b8324ba6392323f588c38c5a"
dependencies = [
"icu_collections",
"icu_properties",
"icu_provider",
"tinystr",
"zerovec 0.10.0",
]
2022-09-13 15:54:35 +02:00
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2021-03-10 13:46:49 +01:00
[[package]]
name = "idna"
2023-08-09 11:39:32 +02:00
version = "0.4.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
2021-03-10 13:46:49 +01:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "index-scheduler"
version = "1.5.1"
dependencies = [
"anyhow",
2022-09-15 12:23:41 +02:00
"big_s",
"bincode",
"crossbeam",
"csv",
"derive_builder",
"dump",
2022-10-18 11:02:46 +02:00
"enum-iterator",
"file-store",
2022-09-14 01:48:58 +02:00
"insta",
"log",
"meili-snap",
"meilisearch-auth",
"meilisearch-types",
"nelson",
"page_size 0.5.0",
"puffin",
"roaring",
"serde",
"serde_json",
"synchronoise",
2022-09-07 20:30:33 +02:00
"tempfile",
"thiserror",
"time",
2023-10-30 16:32:32 +01:00
"uuid 1.5.0",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "indexmap"
version = "1.9.3"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2021-03-10 13:46:49 +01:00
dependencies = [
"autocfg",
2023-06-08 12:19:06 +02:00
"hashbrown 0.12.3",
2021-03-10 13:46:49 +01:00
]
2023-07-19 12:52:43 +02:00
[[package]]
name = "indexmap"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
dependencies = [
"equivalent",
"hashbrown 0.14.0",
2023-08-09 12:29:51 +02:00
"serde",
2023-07-19 12:52:43 +02:00
]
[[package]]
name = "indicatif"
version = "0.17.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb28741c9db9a713d93deb3bb9515c20788cef5815265bee4980e87bde7e0f25"
dependencies = [
"console",
"instant",
"number_prefix",
"portable-atomic",
"unicode-width",
]
2023-05-29 12:27:39 +02:00
[[package]]
name = "inout"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
dependencies = [
"generic-array",
]
2022-09-14 01:48:58 +02:00
[[package]]
name = "insta"
2023-08-09 11:39:32 +02:00
version = "1.31.0"
2022-09-14 01:48:58 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "a0770b0a3d4c70567f0d58331f3088b0e4c4f56c9b8d764efe654b4a5d46de3a"
2022-09-14 01:48:58 +02:00
dependencies = [
"console",
"lazy_static",
"linked-hash-map",
2022-09-26 14:56:08 +02:00
"pest",
"pest_derive",
2022-09-21 13:29:38 +02:00
"serde",
2022-09-14 01:48:58 +02:00
"similar",
"yaml-rust",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "instant"
version = "0.1.12"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
2021-03-10 13:46:49 +01:00
dependencies = [
2022-09-12 14:36:45 +02:00
"cfg-if",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "instant-distance"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c619cdaa30bb84088963968bee12a45ea5fbbf355f2c021bcd15589f5ca494a"
dependencies = [
"num_cpus",
"ordered-float",
"parking_lot",
"rand",
"rayon",
"serde",
"serde-big-array",
]
2022-10-26 18:44:10 +02:00
[[package]]
name = "io-lifetimes"
2023-05-29 12:27:39 +02:00
version = "1.0.11"
2022-10-26 18:44:10 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-29 12:27:39 +02:00
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
dependencies = [
2023-08-09 11:39:32 +02:00
"hermit-abi",
"libc",
"windows-sys 0.48.0",
]
2022-10-26 18:44:10 +02:00
2021-03-10 13:46:49 +01:00
[[package]]
name = "ipnet"
2023-08-09 11:39:32 +02:00
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
2023-02-20 14:00:31 +01:00
[[package]]
name = "irg-kvariants"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c73214298363629cf9dbfc93b426808865ee3c121029778cb31b1284104fdf78"
dependencies = [
"csv",
"once_cell",
"serde",
]
[[package]]
name = "is-terminal"
version = "0.4.9"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
dependencies = [
2023-08-09 11:39:32 +02:00
"hermit-abi",
"rustix 0.38.7",
"windows-sys 0.48.0",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "itertools"
version = "0.10.5"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
2021-03-10 13:46:49 +01:00
dependencies = [
"either",
]
2023-08-09 11:50:24 +02:00
[[package]]
name = "itertools"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
dependencies = [
"either",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "itoa"
2023-08-09 11:39:32 +02:00
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
2021-03-10 13:46:49 +01:00
[[package]]
name = "jieba-rs"
2023-08-09 11:39:32 +02:00
version = "0.6.8"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "93f0c1347cd3ac8d7c6e3a2dc33ac496d365cf09fc0831aa61111e1a6738983e"
2021-03-10 13:46:49 +01:00
dependencies = [
"cedarwood",
"fxhash",
2023-08-09 11:39:32 +02:00
"hashbrown 0.14.0",
2021-03-10 13:46:49 +01:00
"lazy_static",
"phf",
"phf_codegen",
"regex",
]
[[package]]
name = "jobserver"
version = "0.1.26"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
2021-03-10 13:46:49 +01:00
dependencies = [
"libc",
]
[[package]]
name = "js-sys"
2023-08-09 11:39:32 +02:00
version = "0.3.64"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
2021-03-10 13:46:49 +01:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "json-depth-checker"
version = "1.5.1"
dependencies = [
"criterion",
"serde_json",
]
[[package]]
name = "jsonwebtoken"
version = "8.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6971da4d9c3aa03c3d8f3ff0f4155b534aad021292003895a469716b2a230378"
dependencies = [
"base64 0.21.5",
"pem",
"ring",
"serde",
"serde_json",
"simple_asn1",
]
[[package]]
name = "kstring"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec3066350882a1cd6d950d055997f379ac37fd39f81cd4d8ed186032eb3c5747"
dependencies = [
"serde",
"static_assertions",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "language-tags"
2021-09-08 12:34:56 +02:00
version = "0.3.2"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 12:34:56 +02:00
checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
2021-03-10 13:46:49 +01:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "levenshtein_automata"
2021-06-02 17:45:28 +02:00
version = "0.2.1"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-02 17:45:28 +02:00
checksum = "0c2cdeb66e45e9f36bfad5bbdb4d2384e70936afbee843c6f6543f0c551ebb25"
2021-03-10 13:46:49 +01:00
dependencies = [
"fst",
]
[[package]]
name = "libc"
version = "0.2.150"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
2021-03-10 13:46:49 +01:00
2021-07-26 15:25:30 +02:00
[[package]]
name = "libgit2-sys"
version = "0.14.2+1.5.1"
2021-07-26 15:25:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f3d95f6b51075fe9810a7ae22c7095f12b98005ab364d8544797a825ce946a4"
2021-07-26 15:25:30 +02:00
dependencies = [
"cc",
"libc",
"libz-sys",
"pkg-config",
]
2022-03-17 11:59:35 +01:00
[[package]]
name = "libm"
2023-05-29 12:27:39 +02:00
version = "0.2.7"
2022-03-17 11:59:35 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-29 12:27:39 +02:00
checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4"
2022-03-17 11:59:35 +01:00
2022-08-23 12:58:10 +02:00
[[package]]
name = "libmimalloc-sys"
2023-05-29 12:27:39 +02:00
version = "0.1.33"
2022-08-23 12:58:10 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-29 12:27:39 +02:00
checksum = "f4ac0e912c8ef1b735e92369695618dc5b1819f5a7bf3f167301a3ba1cea515e"
2022-08-23 12:58:10 +02:00
dependencies = [
"cc",
"libc",
2022-08-23 12:58:10 +02:00
]
2021-07-26 15:25:30 +02:00
[[package]]
name = "libz-sys"
2023-08-09 11:39:32 +02:00
version = "1.1.12"
2021-07-26 15:25:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b"
2021-07-26 15:25:30 +02:00
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2022-03-29 18:17:25 +02:00
[[package]]
name = "lindera-cc-cedict-builder"
2023-10-26 17:01:10 +02:00
version = "0.27.1"
2022-03-29 18:17:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-26 17:01:10 +02:00
checksum = "6f567a47e47b5420908424de2c6c5e424e3cafe588d0146bd128c0f3755758a3"
2022-03-29 18:17:25 +02:00
dependencies = [
"anyhow",
"bincode",
"byteorder",
"csv",
"encoding",
"env_logger",
2022-03-29 18:17:25 +02:00
"glob",
"lindera-core",
"lindera-decompress",
"log",
"yada",
]
2023-02-20 14:00:31 +01:00
[[package]]
name = "lindera-compress"
2023-10-26 17:01:10 +02:00
version = "0.27.1"
2023-02-20 14:00:31 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-26 17:01:10 +02:00
checksum = "49f3e553d55ebe9881fa5e5de588b0a153456e93564d17dfbef498912caf63a2"
2023-02-20 14:00:31 +01:00
dependencies = [
"anyhow",
"flate2",
"lindera-decompress",
]
[[package]]
name = "lindera-core"
2023-10-26 17:01:10 +02:00
version = "0.27.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-26 17:01:10 +02:00
checksum = "a9a2440cc156a4a911a174ec68203543d1efb10df3a700a59b6bf581e453c726"
dependencies = [
"anyhow",
"bincode",
"byteorder",
2023-01-04 14:23:44 +01:00
"encoding_rs",
"log",
2023-02-20 14:00:31 +01:00
"once_cell",
"serde",
"thiserror",
"yada",
]
[[package]]
name = "lindera-decompress"
2023-10-26 17:01:10 +02:00
version = "0.27.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-26 17:01:10 +02:00
checksum = "e077a410e61c962cb526f71b7effd62ffc607488a8f61869c937582d2ccb529b"
dependencies = [
"anyhow",
2023-02-20 14:00:31 +01:00
"flate2",
"serde",
]
[[package]]
name = "lindera-dictionary"
2023-10-26 17:01:10 +02:00
version = "0.27.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-26 17:01:10 +02:00
checksum = "d9f57491adf7b311a3ee87f5e4a36454df16a2ec73de4ef28b2106fac80bd782"
dependencies = [
"anyhow",
"bincode",
"byteorder",
2023-06-28 18:52:32 +02:00
"lindera-cc-cedict-builder",
"lindera-core",
2023-06-28 18:52:32 +02:00
"lindera-ipadic-builder",
"lindera-ipadic-neologd-builder",
2023-04-26 17:41:29 +02:00
"lindera-ko-dic",
2023-06-28 18:52:32 +02:00
"lindera-ko-dic-builder",
"lindera-unidic",
"lindera-unidic-builder",
2023-04-26 17:41:29 +02:00
"serde",
]
[[package]]
2023-06-28 18:52:32 +02:00
name = "lindera-ipadic-builder"
2023-10-26 17:01:10 +02:00
version = "0.27.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-26 17:01:10 +02:00
checksum = "a3476ec7748aebd2eb23d496ddfce5e7e0a5c031cffcd214451043e02d029f11"
dependencies = [
"anyhow",
"bincode",
"byteorder",
2023-06-28 18:52:32 +02:00
"csv",
"encoding_rs",
"encoding_rs_io",
"env_logger",
"glob",
"lindera-core",
2023-06-28 18:52:32 +02:00
"lindera-decompress",
"log",
2023-04-26 17:41:29 +02:00
"serde",
"yada",
]
[[package]]
2023-06-28 18:52:32 +02:00
name = "lindera-ipadic-neologd-builder"
2023-10-26 17:01:10 +02:00
version = "0.27.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-26 17:01:10 +02:00
checksum = "7b1c7576a02d5e4af2bf62de51790a01bc4b8bc0d0b6a6b86a46b157f5cb306d"
dependencies = [
"anyhow",
"bincode",
"byteorder",
2023-01-04 14:23:44 +01:00
"csv",
"encoding_rs",
"encoding_rs_io",
"env_logger",
"glob",
"lindera-core",
"lindera-decompress",
"log",
"serde",
"yada",
]
2021-03-10 13:46:49 +01:00
2023-01-04 14:23:44 +01:00
[[package]]
name = "lindera-ko-dic"
2023-10-26 17:01:10 +02:00
version = "0.27.1"
2023-01-04 14:23:44 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-26 17:01:10 +02:00
checksum = "b713ecd5b827d7d448c3c5eb3c6d5899ecaf22cd17087599996349a02c76828d"
2023-01-04 14:23:44 +01:00
dependencies = [
"bincode",
"byteorder",
"encoding",
"flate2",
"lindera-core",
2023-02-20 14:00:31 +01:00
"lindera-decompress",
2023-01-04 14:23:44 +01:00
"lindera-ko-dic-builder",
"once_cell",
"tar",
]
2022-03-29 18:17:25 +02:00
[[package]]
name = "lindera-ko-dic-builder"
2023-10-26 17:01:10 +02:00
version = "0.27.1"
2022-03-29 18:17:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-26 17:01:10 +02:00
checksum = "3e545752f6487be87b572529ad594cb3b48d2ef20821516f598b2d152d23277b"
2022-03-29 18:17:25 +02:00
dependencies = [
"anyhow",
"bincode",
"byteorder",
"csv",
"encoding",
"env_logger",
2022-03-29 18:17:25 +02:00
"glob",
2023-02-20 14:00:31 +01:00
"lindera-compress",
2022-03-29 18:17:25 +02:00
"lindera-core",
"lindera-decompress",
"log",
"yada",
]
2023-06-28 18:52:32 +02:00
[[package]]
name = "lindera-tokenizer"
2023-10-26 17:01:10 +02:00
version = "0.27.1"
2023-06-28 18:52:32 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-26 17:01:10 +02:00
checksum = "24a2d4606a5a4da62ac4a3680ee884a75da7f0c892dc967fc9cb983ceba39a8f"
2023-06-28 18:52:32 +02:00
dependencies = [
"bincode",
"byteorder",
"lindera-core",
"lindera-dictionary",
"once_cell",
"serde",
"serde_json",
]
[[package]]
name = "lindera-unidic"
2023-10-26 17:01:10 +02:00
version = "0.27.1"
2023-06-28 18:52:32 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-26 17:01:10 +02:00
checksum = "388b1bdf81794b5d5b8057ce0321c58ff4b90d676b637948ccc7863ae2f43d28"
2023-06-28 18:52:32 +02:00
dependencies = [
"bincode",
"byteorder",
"encoding",
"lindera-core",
"lindera-decompress",
"lindera-unidic-builder",
"once_cell",
"ureq",
"zip",
]
2022-03-29 18:17:25 +02:00
[[package]]
name = "lindera-unidic-builder"
2023-10-26 17:01:10 +02:00
version = "0.27.1"
2022-03-29 18:17:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-26 17:01:10 +02:00
checksum = "cdfa3e29a22c047da57fadd960ff674b720de15a1e2fb35b5ed67f3408afb469"
2022-03-29 18:17:25 +02:00
dependencies = [
"anyhow",
"bincode",
"byteorder",
"csv",
"encoding",
"env_logger",
2022-03-29 18:17:25 +02:00
"glob",
2023-06-28 18:52:32 +02:00
"lindera-compress",
2022-03-29 18:17:25 +02:00
"lindera-core",
"lindera-decompress",
"log",
"yada",
]
2022-09-14 01:48:58 +02:00
[[package]]
name = "linked-hash-map"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2022-10-26 18:44:10 +02:00
[[package]]
name = "linux-raw-sys"
version = "0.1.4"
2022-10-26 18:44:10 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
2022-10-26 18:44:10 +02:00
[[package]]
name = "linux-raw-sys"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503"
[[package]]
name = "liquid"
version = "0.26.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69f68ae1011499ae2ef879f631891f21c78e309755f4a5e483c4a8f12e10b609"
dependencies = [
"doc-comment",
"liquid-core",
"liquid-derive",
"liquid-lib",
"serde",
]
[[package]]
name = "liquid-core"
version = "0.26.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79e0724dfcaad5cfb7965ea0f178ca0870b8d7315178f4a7179f5696f7f04d5f"
dependencies = [
"anymap2",
"itertools 0.10.5",
"kstring",
"liquid-derive",
"num-traits",
"pest",
"pest_derive",
"regex",
"serde",
"time",
]
[[package]]
name = "liquid-derive"
version = "0.26.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc2fb41a9bb4257a3803154bdf7e2df7d45197d1941c9b1a90ad815231630721"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.28",
]
[[package]]
name = "liquid-lib"
version = "0.26.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2a17e273a6fb1fb6268f7a5867ddfd0bd4683c7e19b51084f3d567fad4348c0"
dependencies = [
"itertools 0.10.5",
"liquid-core",
"once_cell",
"percent-encoding",
"regex",
"time",
"unicode-segmentation",
]
2023-10-26 17:01:10 +02:00
[[package]]
name = "litemap"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "575d8a551c59104b4df91269921e5eab561aa1b77c618dac0414b5d44a4617de"
[[package]]
name = "litemap"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a1a2647d5b7134127971a6de0d533c49de2159167e7f259c427195f87168a1"
dependencies = [
"serde",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "lmdb-master-sys"
version = "0.1.0"
2023-11-27 11:52:22 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "629c123f5321b48fa4f8f4d3b868165b748d9ba79c7103fb58e3a94f736bcedd"
2021-03-10 13:46:49 +01:00
dependencies = [
"cc",
"doxygen-rs",
2021-03-10 13:46:49 +01:00
"libc",
"pkg-config",
]
2021-03-29 09:22:36 +02:00
[[package]]
name = "local-channel"
2022-06-01 17:59:01 +02:00
version = "0.1.3"
2021-03-29 09:22:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-01 17:59:01 +02:00
checksum = "7f303ec0e94c6c54447f84f3b0ef7af769858a9c4ef56ef2a986d3dcd4c3fc9c"
2021-03-29 09:22:36 +02:00
dependencies = [
"futures-core",
"futures-sink",
"futures-util",
"local-waker",
]
[[package]]
name = "local-waker"
2022-06-01 17:59:01 +02:00
version = "0.1.3"
2021-03-29 09:22:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-01 17:59:01 +02:00
checksum = "e34f76eb3611940e0e7d53a9aaa4e6a3151f69541a282fd0dad5571420c53ff1"
2021-03-29 09:22:36 +02:00
2021-03-10 13:46:49 +01:00
[[package]]
name = "lock_api"
2023-08-09 11:39:32 +02:00
version = "0.4.10"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
2021-03-10 13:46:49 +01:00
dependencies = [
2022-03-17 11:59:35 +01:00
"autocfg",
2021-03-10 13:46:49 +01:00
"scopeguard",
]
[[package]]
name = "log"
2023-07-19 12:52:43 +02:00
version = "0.4.19"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-19 12:52:43 +02:00
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
2021-03-10 13:46:49 +01:00
[[package]]
2021-03-29 09:22:36 +02:00
name = "logging_timer"
version = "1.1.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64e96f261d684b7089aa576bb74e823241dccd994b27d30fabf1dcb3af284fe9"
2021-03-10 13:46:49 +01:00
dependencies = [
2021-03-29 09:22:36 +02:00
"log",
"logging_timer_proc_macros",
]
[[package]]
name = "logging_timer_proc_macros"
version = "1.1.0"
2021-03-29 09:22:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10a9062912d7952c5588cc474795e0b9ee008e7e6781127945b85413d4b99d81"
2021-03-29 09:22:36 +02:00
dependencies = [
"log",
2023-01-17 09:40:42 +01:00
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "lz4_flex"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b8c72594ac26bfd34f2d99dfced2edfaddfe8a476e3ff2ca0eb293d925c4f83"
[[package]]
name = "macro_rules_attribute"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a82271f7bc033d84bbca59a3ce3e4159938cb08a9c3aebbe54d215131518a13"
dependencies = [
"macro_rules_attribute-proc_macro",
"paste",
]
[[package]]
name = "macro_rules_attribute-proc_macro"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8dd856d451cc0da70e2ef2ce95a18e39a93b7558bedf10201ad28503f918568"
2022-04-28 10:48:57 +02:00
[[package]]
name = "manifest-dir-macros"
2023-05-29 12:27:39 +02:00
version = "0.1.17"
2022-04-28 10:48:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-29 12:27:39 +02:00
checksum = "450e5ef583bc05177c4975b9ea907047091a9f62e74e81fcafb99dbffac51e7e"
2022-04-28 10:48:57 +02:00
dependencies = [
"once_cell",
2023-01-17 09:40:42 +01:00
"proc-macro2",
"quote",
"syn 2.0.28",
2022-04-28 10:48:57 +02:00
]
[[package]]
name = "maplit"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
[[package]]
name = "md5"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
[[package]]
name = "meili-snap"
version = "1.5.1"
dependencies = [
"insta",
"md5",
"once_cell",
]
[[package]]
name = "meilisearch"
version = "1.5.1"
2021-03-10 13:46:49 +01:00
dependencies = [
"actix-cors",
"actix-http",
2021-03-29 09:22:36 +02:00
"actix-rt",
"actix-utils",
2021-03-10 13:46:49 +01:00
"actix-web",
2021-04-21 13:49:21 +02:00
"actix-web-static-files",
2021-03-10 13:46:49 +01:00
"anyhow",
"assert-json-diff",
2021-03-10 13:46:49 +01:00
"async-stream",
"async-trait",
"brotli",
"bstr",
2021-03-10 13:46:49 +01:00
"byte-unit",
2021-09-08 12:34:56 +02:00
"bytes",
2021-04-20 15:20:09 +02:00
"cargo_toml",
"clap",
2021-03-10 13:46:49 +01:00
"crossbeam-channel",
"deserr",
2022-10-16 01:39:01 +02:00
"dump",
2021-03-10 13:46:49 +01:00
"either",
"env_logger",
2022-09-27 16:33:37 +02:00
"file-store",
2021-03-10 13:46:49 +01:00
"flate2",
"fst",
"futures",
"futures-util",
2021-04-20 15:20:09 +02:00
"hex",
2021-03-10 13:46:49 +01:00
"http",
"index-scheduler",
2023-08-09 12:29:51 +02:00
"indexmap 2.0.0",
2022-12-21 12:03:06 +01:00
"insta",
"is-terminal",
2023-08-09 11:50:24 +02:00
"itertools 0.11.0",
"jsonwebtoken",
"lazy_static",
2021-03-10 13:46:49 +01:00
"log",
2022-04-28 10:48:57 +02:00
"manifest-dir-macros",
"maplit",
"meili-snap",
"meilisearch-auth",
"meilisearch-types",
2022-08-23 12:58:10 +02:00
"mimalloc",
2021-03-10 13:46:49 +01:00
"mime",
"num_cpus",
2021-04-19 16:22:41 +02:00
"obkv",
2021-03-10 13:46:49 +01:00
"once_cell",
"ordered-float",
2022-03-14 16:23:26 +01:00
"parking_lot",
"permissive-json-pointer",
2022-03-04 20:12:44 +01:00
"pin-project-lite",
"platform-dirs",
"prometheus",
"puffin",
2021-09-28 22:16:18 +02:00
"rand",
2021-03-10 13:46:49 +01:00
"rayon",
"regex",
2021-05-31 13:59:31 +02:00
"reqwest",
2023-05-29 12:27:39 +02:00
"rustls 0.20.8",
"rustls-pemfile",
"segment",
2021-03-10 13:46:49 +01:00
"serde",
"serde_json",
"serde_urlencoded",
2022-03-14 16:23:26 +01:00
"sha-1",
2021-03-10 13:46:49 +01:00
"sha2",
"siphasher",
2022-03-14 16:23:26 +01:00
"slice-group-by",
"static-files",
2021-08-16 18:45:58 +02:00
"sysinfo",
2021-03-10 13:46:49 +01:00
"tar",
"temp-env",
2021-03-10 13:46:49 +01:00
"tempfile",
"termcolor",
2021-03-10 13:46:49 +01:00
"thiserror",
"time",
2021-05-31 13:59:31 +02:00
"tokio",
2021-09-14 18:39:02 +02:00
"tokio-stream",
2022-09-06 09:23:16 +02:00
"toml",
2021-03-29 09:22:36 +02:00
"urlencoding",
2023-10-30 16:32:32 +01:00
"uuid 1.5.0",
2021-03-10 13:46:49 +01:00
"vergen",
2021-03-29 09:22:36 +02:00
"walkdir",
"yaup",
2021-04-20 15:20:09 +02:00
"zip",
2021-03-29 09:22:36 +02:00
]
[[package]]
name = "meilisearch-auth"
version = "1.5.1"
dependencies = [
"base64 0.21.5",
"enum-iterator",
"hmac",
2023-01-25 17:22:32 +01:00
"maplit",
"meilisearch-types",
"rand",
"roaring",
"serde",
"serde_json",
"sha2",
"thiserror",
"time",
2023-10-30 16:32:32 +01:00
"uuid 1.5.0",
]
[[package]]
name = "meilisearch-types"
version = "1.5.1"
dependencies = [
"actix-web",
2022-10-25 15:06:28 +02:00
"anyhow",
"convert_case 0.6.0",
2021-09-22 15:46:25 +02:00
"csv",
"deserr",
"either",
"enum-iterator",
"file-store",
2022-10-25 15:51:15 +02:00
"flate2",
"fst",
2022-10-12 11:42:55 +02:00
"insta",
"meili-snap",
2022-12-03 11:52:20 +01:00
"memmap2",
2023-01-16 17:35:54 +01:00
"milli",
"roaring",
"serde",
"serde-cs",
"serde_json",
2022-10-25 15:51:15 +02:00
"tar",
"tempfile",
2022-10-12 16:10:28 +02:00
"thiserror",
2022-10-12 11:42:55 +02:00
"time",
2022-09-27 16:33:37 +02:00
"tokio",
2023-10-30 16:32:32 +01:00
"uuid 1.5.0",
]
[[package]]
name = "meilitool"
version = "1.5.1"
2023-10-30 16:32:32 +01:00
dependencies = [
"anyhow",
"clap",
"dump",
"file-store",
"meilisearch-auth",
"meilisearch-types",
"time",
"uuid 1.5.0",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "memchr"
version = "2.6.4"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
2021-03-10 13:46:49 +01:00
[[package]]
name = "memmap2"
2023-08-09 12:02:13 +02:00
version = "0.7.1"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 12:02:13 +02:00
checksum = "f49388d20533534cd19360ad3d6a7dadc885944aa802ba3995040c5ec11288c6"
2021-03-10 13:46:49 +01:00
dependencies = [
"libc",
"stable_deref_trait",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "memoffset"
2023-08-09 11:39:32 +02:00
version = "0.9.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
2021-03-10 13:46:49 +01:00
dependencies = [
"autocfg",
]
[[package]]
name = "milli"
version = "1.5.1"
dependencies = [
"big_s",
"bimap",
"bincode",
"bstr",
2023-06-08 11:35:36 +02:00
"bytemuck",
"byteorder",
"candle-core",
"candle-nn",
"candle-transformers",
"charabia",
"concat-arrays",
"crossbeam-channel",
"csv",
"deserr",
"either",
2023-01-16 17:35:54 +01:00
"filter-parser",
"flatten-serde-json",
"fst",
"futures",
"fxhash",
"geoutils",
"grenad",
"heed",
"hf-hub",
2023-08-09 12:29:51 +02:00
"indexmap 2.0.0",
"insta",
"instant-distance",
2023-08-09 11:50:24 +02:00
"itertools 0.11.0",
2023-01-16 17:35:54 +01:00
"json-depth-checker",
"levenshtein_automata",
"liquid",
"log",
"logging_timer",
"maplit",
"md5",
2023-09-18 09:59:38 +02:00
"meili-snap",
"memmap2",
2023-03-20 09:41:37 +01:00
"mimalloc",
"nolife",
"obkv",
"once_cell",
"ordered-float",
"puffin",
"rand",
"rand_pcg",
"rayon",
"reqwest",
"roaring",
"rstar",
"serde",
"serde_json",
"slice-group-by",
"smallstr",
"smallvec",
"smartstring",
"tempfile",
"thiserror",
"tiktoken-rs",
"time",
"tokenizers",
"tokio",
2023-10-30 16:32:32 +01:00
"uuid 1.5.0",
]
2022-08-23 12:58:10 +02:00
[[package]]
name = "mimalloc"
2023-05-29 12:27:39 +02:00
version = "0.1.37"
2022-08-23 12:58:10 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-29 12:27:39 +02:00
checksum = "4e2894987a3459f3ffb755608bd82188f8ed00d0ae077f1edea29c068d639d98"
2022-08-23 12:58:10 +02:00
dependencies = [
"libmimalloc-sys",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "mime"
version = "0.3.17"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2021-03-10 13:46:49 +01:00
[[package]]
name = "mime_guess"
2022-02-26 00:28:55 +01:00
version = "2.0.4"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-26 00:28:55 +01:00
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
2021-03-10 13:46:49 +01:00
dependencies = [
"mime",
"unicase",
]
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2023-05-29 12:27:39 +02:00
[[package]]
name = "miniz_oxide"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
dependencies = [
"adler",
]
[[package]]
name = "mio"
version = "0.8.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dce281c5e46beae905d4de1870d8b1509a9142b62eedf18b443b011ca8343d0"
dependencies = [
"libc",
"log",
"wasi",
2023-05-29 12:27:39 +02:00
"windows-sys 0.48.0",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "monostate"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15f370ae88093ec6b11a710dec51321a61d420fafd1bad6e30d01bd9c920e8ee"
dependencies = [
"monostate-impl",
"serde",
]
[[package]]
name = "monostate-impl"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "371717c0a5543d6a800cac822eac735aa7d2d2fbb41002e9856a4089532dbdce"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.28",
]
[[package]]
name = "native-tls"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
dependencies = [
"lazy_static",
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
[[package]]
name = "nelson"
version = "0.1.0"
2022-04-21 18:42:34 +02:00
source = "git+https://github.com/meilisearch/nelson.git?rev=675f13885548fb415ead8fbb447e9e6d9314000a#675f13885548fb415ead8fbb447e9e6d9314000a"
[[package]]
name = "nolife"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc52aaf087e8a52e7a2692f83f2dac6ac7ff9d0136bf9c6ac496635cfe3e50dc"
[[package]]
name = "nom"
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
"minimal-lexical",
]
[[package]]
name = "nom_locate"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1e299bf5ea7b212e811e71174c5d1a5d065c4c0ad0c8691ecb1f97e3e66025e"
dependencies = [
"bytecount",
"memchr",
2022-03-14 16:03:12 +01:00
"nom",
2021-10-04 18:31:05 +02:00
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "ntapi"
2023-05-29 12:27:39 +02:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-29 12:27:39 +02:00
checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
dependencies = [
"winapi",
]
[[package]]
name = "num-bigint"
2022-03-14 16:23:26 +01:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-14 16:23:26 +01:00
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-complex"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214"
dependencies = [
"bytemuck",
"num-traits",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "num-integer"
2022-06-01 17:59:01 +02:00
version = "0.1.45"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-01 17:59:01 +02:00
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
2021-03-10 13:46:49 +01:00
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-traits"
2023-08-09 11:39:32 +02:00
version = "0.2.16"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
2021-03-10 13:46:49 +01:00
dependencies = [
"autocfg",
2022-03-17 11:59:35 +01:00
"libm",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "num_cpus"
2023-08-09 11:39:32 +02:00
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
dependencies = [
2023-08-09 11:39:32 +02:00
"hermit-abi",
"libc",
]
[[package]]
name = "number_prefix"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
[[package]]
name = "object"
2023-08-09 11:39:32 +02:00
version = "0.31.1"
2021-09-14 18:39:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
2021-09-14 18:39:02 +02:00
dependencies = [
"memchr",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "obkv"
2023-10-24 17:01:30 +02:00
version = "0.2.1"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-24 17:01:30 +02:00
checksum = "6c459142426056c639ff88d053ebaaaeca0ee1411c94362892398ef4ccd81080"
2021-03-10 13:46:49 +01:00
[[package]]
name = "once_cell"
2023-07-19 12:52:43 +02:00
version = "1.18.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-19 12:52:43 +02:00
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
[[package]]
name = "onig"
version = "6.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f"
dependencies = [
"bitflags 1.3.2",
"libc",
"once_cell",
"onig_sys",
]
[[package]]
name = "onig_sys"
version = "69.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7"
dependencies = [
"cc",
"pkg-config",
]
[[package]]
name = "oorandom"
version = "11.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
[[package]]
name = "openssl"
version = "0.10.59"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a257ad03cd8fb16ad4172fedf8094451e1af1c4b70097636ef2eac9a5f0cc33"
dependencies = [
"bitflags 2.3.3",
"cfg-if",
"foreign-types",
"libc",
"once_cell",
"openssl-macros",
"openssl-sys",
]
[[package]]
name = "openssl-macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.28",
]
[[package]]
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "openssl-sys"
version = "0.9.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40a4130519a360279579c2053038317e40eff64d13fd3f004f9e1b72b8a6aaf9"
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "option-ext"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2021-03-10 13:46:49 +01:00
[[package]]
name = "ordered-float"
2023-05-29 12:27:39 +02:00
version = "3.7.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-29 12:27:39 +02:00
checksum = "2fc2dbde8f8a79f2102cc474ceb0ad68e3b80b85289ea62389b60e66777e4213"
2021-03-10 13:46:49 +01:00
dependencies = [
"num-traits",
]
[[package]]
name = "page_size"
version = "0.5.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b7663cbd190cfd818d08efa8497f6cd383076688c49a391ef7c0d03cd12b561"
2021-03-10 13:46:49 +01:00
dependencies = [
"libc",
2021-05-31 13:59:31 +02:00
"winapi",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "page_size"
2023-11-27 11:52:22 +01:00
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 11:52:22 +01:00
checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
dependencies = [
"libc",
"winapi",
]
2022-02-26 00:28:55 +01:00
[[package]]
name = "parking_lot"
2022-06-01 17:59:01 +02:00
version = "0.12.1"
2022-02-26 00:28:55 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-01 17:59:01 +02:00
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2022-02-26 00:28:55 +01:00
dependencies = [
"lock_api",
2022-03-14 16:23:26 +01:00
"parking_lot_core",
2021-03-10 13:46:49 +01:00
]
2022-02-26 00:28:55 +01:00
[[package]]
name = "parking_lot_core"
2023-08-09 11:39:32 +02:00
version = "0.9.8"
2022-02-26 00:28:55 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
2022-02-26 00:28:55 +01:00
dependencies = [
2022-09-12 14:36:45 +02:00
"cfg-if",
2022-02-26 00:28:55 +01:00
"libc",
2023-08-09 11:39:32 +02:00
"redox_syscall 0.3.5",
2022-02-26 00:28:55 +01:00
"smallvec",
2023-08-09 11:39:32 +02:00
"windows-targets 0.48.1",
2022-02-26 00:28:55 +01:00
]
[[package]]
name = "password-hash"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
dependencies = [
"base64ct",
"rand_core",
"subtle",
]
2021-03-10 13:46:49 +01:00
[[package]]
2021-04-20 12:07:22 +02:00
name = "paste"
2023-08-09 11:39:32 +02:00
version = "1.0.14"
2021-04-20 12:07:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
2021-04-20 12:07:22 +02:00
2021-04-21 13:49:21 +02:00
[[package]]
name = "path-matchers"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36cd9b72a47679ec193a5f0229d9ab686b7bd45e1fbc59ccf953c9f3d83f7b2b"
dependencies = [
"glob",
]
[[package]]
name = "path-slash"
2022-08-31 07:58:53 +02:00
version = "0.1.5"
2021-04-21 13:49:21 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 07:58:53 +02:00
checksum = "498a099351efa4becc6a19c72aa9270598e8fd274ca47052e37455241c88b696"
2021-04-21 13:49:21 +02:00
[[package]]
name = "pbkdf2"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
dependencies = [
"digest",
"hmac",
"password-hash",
"sha2",
]
[[package]]
name = "pem"
2023-05-29 12:27:39 +02:00
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-29 12:27:39 +02:00
checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8"
dependencies = [
2023-01-11 12:06:35 +01:00
"base64 0.13.1",
]
2021-04-20 12:07:22 +02:00
[[package]]
2021-03-10 13:46:49 +01:00
name = "percent-encoding"
2023-08-09 11:39:32 +02:00
version = "2.3.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
2021-03-10 13:46:49 +01:00
[[package]]
name = "permissive-json-pointer"
version = "1.5.1"
dependencies = [
"big_s",
"serde_json",
]
2022-09-26 14:56:08 +02:00
[[package]]
name = "pest"
2023-08-09 11:39:32 +02:00
version = "2.7.2"
2022-09-26 14:56:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "1acb4a4365a13f749a93f1a094a7805e5cfa0955373a9de860d962eaa3a5fe5a"
2022-09-26 14:56:08 +02:00
dependencies = [
"thiserror",
"ucd-trie",
]
[[package]]
name = "pest_derive"
2023-08-09 11:39:32 +02:00
version = "2.7.2"
2022-09-26 14:56:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "666d00490d4ac815001da55838c500eafb0320019bbaa44444137c48b443a853"
2022-09-26 14:56:08 +02:00
dependencies = [
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
2023-08-09 11:39:32 +02:00
version = "2.7.2"
2022-09-26 14:56:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "68ca01446f50dbda87c1786af8770d535423fa8a53aec03b8f4e3d7eb10e0929"
2022-09-26 14:56:08 +02:00
dependencies = [
"pest",
"pest_meta",
2023-01-17 09:40:42 +01:00
"proc-macro2",
"quote",
"syn 2.0.28",
2022-09-26 14:56:08 +02:00
]
[[package]]
name = "pest_meta"
2023-08-09 11:39:32 +02:00
version = "2.7.2"
2022-09-26 14:56:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "56af0a30af74d0445c0bf6d9d051c979b516a1a5af790d251daee76005420a48"
2022-09-26 14:56:08 +02:00
dependencies = [
"once_cell",
"pest",
2023-01-11 14:31:34 +01:00
"sha2",
2022-09-26 14:56:08 +02:00
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "phf"
2023-08-09 11:39:32 +02:00
version = "0.11.2"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
2021-03-10 13:46:49 +01:00
dependencies = [
"phf_macros",
2021-03-10 13:46:49 +01:00
"phf_shared",
]
[[package]]
name = "phf_codegen"
2023-08-09 11:39:32 +02:00
version = "0.11.2"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
2021-03-10 13:46:49 +01:00
dependencies = [
"phf_generator",
"phf_shared",
]
[[package]]
name = "phf_generator"
2023-08-09 11:39:32 +02:00
version = "0.11.2"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
2021-03-10 13:46:49 +01:00
dependencies = [
"phf_shared",
2021-09-28 22:16:18 +02:00
"rand",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "phf_macros"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
dependencies = [
"phf_generator",
"phf_shared",
"proc-macro2",
"quote",
"syn 2.0.28",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "phf_shared"
2023-08-09 11:39:32 +02:00
version = "0.11.2"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
2021-03-10 13:46:49 +01:00
dependencies = [
"siphasher",
]
[[package]]
name = "pin-project-lite"
2023-08-09 11:39:32 +02:00
version = "0.2.11"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "2c516611246607d0c04186886dbb3a754368ef82c79e9827a802c6d836dd111c"
2021-03-10 13:46:49 +01:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2023-01-04 14:23:44 +01:00
[[package]]
name = "pinyin"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bd12336e3afa34152e002f57df37a7056778daa59ea542b3473b87f5fb260c4"
2021-03-10 13:46:49 +01:00
[[package]]
name = "pkg-config"
2023-05-29 12:27:39 +02:00
version = "0.3.27"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-29 12:27:39 +02:00
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
2021-03-10 13:46:49 +01:00
[[package]]
name = "platform-dirs"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e188d043c1a692985f78b5464853a263f1a27e5bd6322bad3a4078ee3c998a38"
dependencies = [
"dirs-next",
]
[[package]]
name = "plotters"
2023-08-09 11:39:32 +02:00
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45"
dependencies = [
"num-traits",
"plotters-backend",
"plotters-svg",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "plotters-backend"
2023-08-09 11:39:32 +02:00
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609"
[[package]]
name = "plotters-svg"
2023-08-09 11:39:32 +02:00
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab"
dependencies = [
"plotters-backend",
]
[[package]]
name = "portable-atomic"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bccab0e7fd7cc19f820a1c8c91720af652d0c88dc9664dd72aef2614f04af3b"
2023-10-26 17:01:10 +02:00
[[package]]
name = "postcard"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a55c51ee6c0db07e68448e336cf8ea4131a620edefebf9893e759b2d793420f8"
dependencies = [
"cobs",
"embedded-io",
"serde",
]
2023-10-30 16:32:32 +01:00
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2021-03-10 13:46:49 +01:00
[[package]]
name = "ppv-lite86"
version = "0.2.17"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2021-03-10 13:46:49 +01: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",
2023-01-17 09:40:42 +01:00
"proc-macro2",
"quote",
"syn 1.0.109",
2021-03-10 13:46:49 +01: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 = [
2023-01-17 09:40:42 +01:00
"proc-macro2",
"quote",
2021-03-10 13:46:49 +01:00
"version_check",
]
2021-03-29 09:22:36 +02:00
[[package]]
name = "proc-macro2"
2023-08-09 11:39:32 +02:00
version = "1.0.66"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
2021-03-10 13:46:49 +01:00
dependencies = [
2022-06-01 17:59:01 +02:00
"unicode-ident",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "procfs"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1de8dacb0873f77e6aefc6d71e044761fcc68060290f5b1089fcdf84626bb69"
dependencies = [
"bitflags 1.3.2",
"byteorder",
"hex",
"lazy_static",
"rustix 0.36.16",
]
[[package]]
name = "prometheus"
2022-10-26 18:44:10 +02:00
version = "0.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 18:44:10 +02:00
checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"
dependencies = [
2022-09-12 14:36:45 +02:00
"cfg-if",
"fnv",
"lazy_static",
"libc",
"memchr",
"parking_lot",
"procfs",
"protobuf",
"thiserror",
]
[[package]]
name = "protobuf"
version = "2.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
[[package]]
name = "puffin"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76425abd4e1a0ad4bd6995dd974b52f414fca9974171df8e3708b3e660d05a21"
dependencies = [
"anyhow",
"bincode",
"byteorder",
"cfg-if",
"instant",
"lz4_flex",
"once_cell",
"parking_lot",
"serde",
]
[[package]]
name = "pulp"
version = "0.18.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7057c1435edb390ebfc51743abad043377f1f698ce8e649a9b52a4b378be5e4d"
dependencies = [
"bytemuck",
"libm",
"num-complex",
"reborrow",
]
2021-03-29 09:22:36 +02:00
[[package]]
name = "quote"
2023-08-09 11:39:32 +02:00
version = "1.0.32"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965"
2021-03-10 13:46:49 +01:00
dependencies = [
2023-01-17 09:40:42 +01:00
"proc-macro2",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "rand"
2022-02-26 00:28:55 +01:00
version = "0.8.5"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-26 00:28:55 +01:00
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2021-03-10 13:46:49 +01:00
dependencies = [
"libc",
2021-09-08 12:34:56 +02:00
"rand_chacha",
2021-09-28 22:16:18 +02:00
"rand_core",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "rand_chacha"
2021-06-02 17:45:28 +02:00
version = "0.3.1"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-02 17:45:28 +02:00
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2021-03-10 13:46:49 +01:00
dependencies = [
"ppv-lite86",
2021-09-28 22:16:18 +02:00
"rand_core",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "rand_core"
version = "0.6.4"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2021-03-10 13:46:49 +01:00
dependencies = [
2021-09-08 12:34:56 +02:00
"getrandom",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "rand_distr"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
dependencies = [
"num-traits",
"rand",
]
[[package]]
name = "rand_pcg"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
dependencies = [
"rand_core",
"serde",
]
[[package]]
name = "raw-cpuid"
version = "10.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
dependencies = [
"bitflags 1.3.2",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "rayon"
version = "1.8.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
2021-03-10 13:46:49 +01:00
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-cond"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "059f538b55efd2309c9794130bc149c6a553db90e9d99c2030785c82f0bd7df9"
dependencies = [
"either",
"itertools 0.11.0",
"rayon",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "rayon-core"
version = "1.12.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
2021-03-10 13:46:49 +01:00
dependencies = [
"crossbeam-deque",
2022-09-12 14:36:45 +02:00
"crossbeam-utils",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "reborrow"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
2021-03-10 13:46:49 +01:00
[[package]]
name = "redox_syscall"
2022-08-31 07:58:53 +02:00
version = "0.2.16"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 07:58:53 +02:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2021-03-10 13:46:49 +01:00
dependencies = [
"bitflags 1.3.2",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "redox_syscall"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
dependencies = [
"bitflags 1.3.2",
]
[[package]]
name = "redox_users"
2022-03-17 11:59:35 +01:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-17 11:59:35 +01:00
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
dependencies = [
"getrandom",
"redox_syscall 0.2.16",
2022-03-24 14:53:08 +01:00
"thiserror",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "regex"
2023-08-09 11:39:32 +02:00
version = "1.9.3"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "81bc1d4caf89fac26a70747fe603c130093b53c773888797a6329091246d651a"
2021-03-10 13:46:49 +01:00
dependencies = [
"aho-corasick",
"memchr",
2023-10-26 17:01:10 +02:00
"regex-automata 0.3.6",
2021-03-10 13:46:49 +01:00
"regex-syntax",
]
2023-10-26 17:01:10 +02:00
[[package]]
name = "regex-automata"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782"
dependencies = [
"memchr",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "regex-automata"
2023-08-09 11:39:32 +02:00
version = "0.3.6"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "fed1ceff11a1dddaee50c9dc8e4938bd106e9d89ae372f192311e7da498e3b69"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "regex-automata"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
2021-03-10 13:46:49 +01:00
[[package]]
name = "regex-syntax"
2023-08-09 11:39:32 +02:00
version = "0.7.4"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
2021-03-10 13:46:49 +01:00
2021-04-20 15:20:09 +02:00
[[package]]
name = "reqwest"
version = "0.11.22"
2021-04-20 15:20:09 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b"
2021-04-20 15:20:09 +02:00
dependencies = [
"base64 0.21.5",
2021-09-08 12:34:56 +02:00
"bytes",
2021-04-20 15:20:09 +02:00
"encoding_rs",
"futures-core",
"futures-util",
"h2",
2021-04-20 15:20:09 +02:00
"http",
2021-05-31 13:59:31 +02:00
"http-body",
"hyper",
"hyper-rustls",
2021-04-20 15:20:09 +02:00
"ipnet",
"js-sys",
"log",
"mime",
"once_cell",
2021-04-20 15:20:09 +02:00
"percent-encoding",
2021-05-31 13:59:31 +02:00
"pin-project-lite",
2023-08-09 11:39:32 +02:00
"rustls 0.21.6",
"rustls-pemfile",
2021-04-20 15:20:09 +02:00
"serde",
2021-05-31 13:59:31 +02:00
"serde_json",
2021-04-20 15:20:09 +02:00
"serde_urlencoded",
"system-configuration",
2021-05-31 13:59:31 +02:00
"tokio",
2023-08-09 11:39:32 +02:00
"tokio-rustls 0.24.1",
2022-08-31 07:58:53 +02:00
"tower-service",
2021-04-20 15:20:09 +02:00
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"webpki-roots 0.25.3",
2021-04-20 15:20:09 +02:00
"winreg",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "retain_mut"
version = "0.1.7"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c31b5c4033f8fdde8700e4657be2c497e7288f01515be52168c631e2e4d4086"
2021-03-10 13:46:49 +01:00
[[package]]
name = "riff"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9b1a3d5f46d53f4a3478e2be4a5a5ce5108ea58b100dcd139830eae7f79a3a1"
2021-03-10 13:46:49 +01:00
[[package]]
name = "ring"
2021-03-29 09:22:36 +02:00
version = "0.16.20"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-29 09:22:36 +02:00
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
2021-03-10 13:46:49 +01:00
dependencies = [
"cc",
"libc",
"once_cell",
2022-03-17 11:59:35 +01:00
"spin 0.5.2",
2021-03-10 13:46:49 +01:00
"untrusted",
"web-sys",
2021-05-31 13:59:31 +02:00
"winapi",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "roaring"
2023-08-09 11:39:32 +02:00
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "6106b5cf8587f5834158895e9715a3c6c9716c8aefab57f1f7680917191c7873"
dependencies = [
"bytemuck",
"byteorder",
"retain_mut",
"serde",
]
2021-09-27 15:41:14 +02:00
[[package]]
name = "rstar"
2023-08-09 12:06:02 +02:00
version = "0.11.0"
2021-09-27 15:41:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 12:06:02 +02:00
checksum = "73111312eb7a2287d229f06c00ff35b51ddee180f017ab6dec1f69d62ac098d6"
2021-09-27 15:41:14 +02:00
dependencies = [
"heapless",
"num-traits",
"serde",
"smallvec",
]
2021-09-14 18:39:02 +02:00
[[package]]
name = "rustc-demangle"
2023-05-29 12:27:39 +02:00
version = "0.1.23"
2021-09-14 18:39:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-29 12:27:39 +02:00
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2021-09-14 18:39:02 +02:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2021-09-08 12:34:56 +02:00
[[package]]
name = "rustc_version"
version = "0.4.0"
2021-09-08 12:34:56 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
2021-09-08 12:34:56 +02:00
dependencies = [
"semver",
2021-03-10 13:46:49 +01:00
]
2022-10-26 18:44:10 +02:00
[[package]]
name = "rustix"
version = "0.36.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6da3636faa25820d8648e0e31c5d519bbb01f72fdf57131f0f5f7da5fed36eab"
dependencies = [
"bitflags 1.3.2",
2023-05-29 12:27:39 +02:00
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys 0.1.4",
"windows-sys 0.45.0",
]
[[package]]
name = "rustix"
2023-08-09 11:39:32 +02:00
version = "0.38.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "172891ebdceb05aa0005f533a6cbfca599ddd7d966f6f5d4d9b2e70478e70399"
dependencies = [
"bitflags 2.3.3",
"errno",
"libc",
"linux-raw-sys 0.4.5",
"windows-sys 0.48.0",
]
[[package]]
name = "rustls"
version = "0.20.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
dependencies = [
"log",
"ring",
2022-03-14 16:23:26 +01:00
"sct",
"webpki",
2021-03-10 13:46:49 +01:00
]
2023-05-29 12:27:39 +02:00
[[package]]
name = "rustls"
2023-08-09 11:39:32 +02:00
version = "0.21.6"
2023-05-29 12:27:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "1d1feddffcfcc0b33f5c6ce9a29e341e4cd59c3f78e7ee45f4a40c038b1d6cbb"
2023-05-29 12:27:39 +02:00
dependencies = [
"log",
"ring",
2023-08-09 11:39:32 +02:00
"rustls-webpki 0.101.3",
2023-05-29 12:27:39 +02:00
"sct",
]
2022-08-31 07:58:53 +02:00
[[package]]
name = "rustls-pemfile"
2023-08-09 11:39:32 +02:00
version = "1.0.3"
2022-08-31 07:58:53 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
2022-08-31 07:58:53 +02:00
dependencies = [
"base64 0.21.5",
2023-05-29 12:27:39 +02:00
]
[[package]]
name = "rustls-webpki"
version = "0.100.2"
2023-05-29 12:27:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e98ff011474fa39949b7e5c0428f9b4937eda7da7848bbb947786b7be0b27dab"
2023-05-29 12:27:39 +02:00
dependencies = [
"ring",
"untrusted",
2022-08-31 07:58:53 +02:00
]
2023-08-09 11:39:32 +02:00
[[package]]
name = "rustls-webpki"
version = "0.101.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "261e9e0888cba427c3316e6322805653c9425240b6fd96cee7cb671ab70ab8d0"
dependencies = [
"ring",
"untrusted",
]
2021-07-26 15:25:30 +02:00
[[package]]
name = "rustversion"
2023-08-09 11:39:32 +02:00
version = "1.0.14"
2021-07-26 15:25:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
2021-07-26 15:25:30 +02:00
2021-03-10 13:46:49 +01:00
[[package]]
name = "ryu"
2023-08-09 11:39:32 +02:00
version = "1.0.15"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
2021-03-10 13:46:49 +01:00
[[package]]
name = "safetensors"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d93279b86b3de76f820a8854dd06cbc33cfa57a417b19c47f6a25280112fb1df"
dependencies = [
"serde",
"serde_json",
]
2021-03-29 09:22:36 +02: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 = "schannel"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
dependencies = [
"windows-sys 0.48.0",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "scopeguard"
2023-08-09 11:39:32 +02:00
version = "1.2.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2021-03-10 13:46:49 +01:00
[[package]]
name = "sct"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "security-framework"
version = "2.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
dependencies = [
"bitflags 1.3.2",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
version = "2.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "segment"
2023-01-11 12:06:35 +01:00
version = "0.2.2"
2021-10-27 16:20:27 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-11 12:06:35 +01:00
checksum = "2bb93f3f738322ce8f33c4e80c251fb1560ca81f3a241355271fcb912eeb48e3"
dependencies = [
"async-trait",
"reqwest",
"serde",
"serde_json",
"thiserror",
"time",
]
2021-09-08 12:34:56 +02:00
[[package]]
name = "semver"
2023-08-09 11:39:32 +02:00
version = "1.0.18"
2022-03-17 11:59:35 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
2021-03-10 13:46:49 +01:00
[[package]]
name = "seq-macro"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
2021-03-10 13:46:49 +01:00
[[package]]
name = "serde"
2023-10-30 16:32:32 +01:00
version = "1.0.190"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 16:32:32 +01:00
checksum = "91d3c334ca1ee894a2c6f6ad698fe8c435b76d504b13d436f0685d648d6d96f7"
2021-03-10 13:46:49 +01:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde-big-array"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11fc7cc2c76d73e0f27ee52abbd64eec84d46f370c88371120433196934e4b7f"
dependencies = [
"serde",
]
[[package]]
name = "serde-cs"
2022-08-31 07:58:53 +02:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 07:58:53 +02:00
checksum = "07d1716265edfe2ff32c1f3168aedc01964b75432aadae3407c9f1fea40557c9"
dependencies = [
"serde",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "serde_derive"
2023-10-30 16:32:32 +01:00
version = "1.0.190"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 16:32:32 +01:00
checksum = "67c5609f394e5c2bd7fc51efda478004ea80ef42fee983d5c67a65e34f32c0e3"
2021-03-10 13:46:49 +01:00
dependencies = [
2023-01-17 09:40:42 +01:00
"proc-macro2",
"quote",
"syn 2.0.28",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "serde_json"
version = "1.0.104"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c"
2021-03-10 13:46:49 +01:00
dependencies = [
2023-07-19 12:52:43 +02:00
"indexmap 2.0.0",
"itoa",
2021-03-10 13:46:49 +01:00
"ryu",
"serde",
]
[[package]]
name = "serde_plain"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ce1fc6db65a611022b23a0dec6975d63fb80a302cb3388835ff02c097258d50"
dependencies = [
"serde",
]
[[package]]
name = "serde_spanned"
2023-08-09 11:39:32 +02:00
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
dependencies = [
"serde",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "serde_urlencoded"
version = "0.7.1"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2021-03-10 13:46:49 +01:00
dependencies = [
"form_urlencoded",
"itoa",
2021-03-10 13:46:49 +01:00
"ryu",
"serde",
]
[[package]]
name = "sha-1"
version = "0.10.1"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
dependencies = [
2022-09-12 14:36:45 +02:00
"cfg-if",
"cpufeatures",
2022-03-14 16:23:26 +01:00
"digest",
]
2021-03-10 13:46:49 +01:00
[[package]]
2022-08-31 07:58:53 +02:00
name = "sha1"
version = "0.10.5"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
2022-08-31 07:58:53 +02:00
dependencies = [
2022-09-12 14:36:45 +02:00
"cfg-if",
2022-08-31 07:58:53 +02:00
"cpufeatures",
"digest",
]
[[package]]
name = "sha2"
2023-08-09 11:39:32 +02:00
version = "0.10.7"
2022-08-31 07:58:53 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
2021-03-10 13:46:49 +01:00
dependencies = [
2022-09-12 14:36:45 +02:00
"cfg-if",
2021-06-02 17:45:28 +02:00
"cpufeatures",
2022-03-14 16:23:26 +01:00
"digest",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "signal-hook-registry"
version = "1.4.1"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
2021-03-10 13:46:49 +01:00
dependencies = [
"libc",
]
2022-09-14 01:48:58 +02:00
[[package]]
name = "similar"
version = "2.2.1"
2022-09-14 01:48:58 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf"
2022-09-14 01:48:58 +02:00
[[package]]
name = "simple_asn1"
2022-06-09 17:44:15 +02:00
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 17:44:15 +02:00
checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
dependencies = [
"num-bigint",
"num-traits",
2022-03-14 16:23:26 +01:00
"thiserror",
"time",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "siphasher"
version = "0.3.10"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
2021-03-10 13:46:49 +01:00
[[package]]
name = "slab"
version = "0.4.8"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
2022-08-31 07:58:53 +02:00
dependencies = [
"autocfg",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "slice-group-by"
2023-05-29 12:27:39 +02:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-29 12:27:39 +02:00
checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
2021-03-10 13:46:49 +01:00
[[package]]
name = "smallstr"
version = "0.3.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63b1aefdf380735ff8ded0b15f31aab05daf1f70216c01c02a12926badd1df9d"
2021-03-10 13:46:49 +01:00
dependencies = [
"serde",
"smallvec",
]
[[package]]
name = "smallvec"
2023-08-09 11:39:32 +02:00
version = "1.11.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
2023-10-26 17:01:10 +02:00
dependencies = [
"serde",
]
2021-03-10 13:46:49 +01:00
2022-04-14 12:12:54 +02:00
[[package]]
name = "smartstring"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29"
dependencies = [
"autocfg",
"static_assertions",
"version_check",
]
2021-03-29 09:22:36 +02:00
[[package]]
name = "socket2"
version = "0.4.9"
2021-03-29 09:22:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
2021-03-29 09:22:36 +02:00
dependencies = [
"libc",
2021-05-31 13:59:31 +02:00
"winapi",
2021-03-29 09:22:36 +02:00
]
[[package]]
name = "socket2"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
dependencies = [
"libc",
"windows-sys 0.48.0",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2022-03-17 11:59:35 +01:00
[[package]]
name = "spin"
version = "0.9.8"
2022-03-17 11:59:35 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2022-03-17 11:59:35 +01:00
dependencies = [
"lock_api",
]
[[package]]
name = "spm_precompiled"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5851699c4033c63636f7ea4cf7b7c1f1bf06d0cc03cfb42e711de5a5c46cf326"
dependencies = [
"base64 0.13.1",
"nom",
"serde",
"unicode-segmentation",
]
2021-09-27 15:41:14 +02:00
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2021-03-10 13:46:49 +01:00
[[package]]
name = "static-files"
version = "0.2.3"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64712ea1e3e140010e1d9605872ba205afa2ab5bd38191cc6ebd248ae1f6a06b"
2021-03-10 13:46:49 +01:00
dependencies = [
"change-detection",
"mime_guess",
"path-slash",
2021-03-10 13:46:49 +01:00
]
2022-04-14 12:12:54 +02:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2021-03-10 13:46:49 +01:00
[[package]]
name = "strsim"
version = "0.10.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2021-03-10 13:46:49 +01:00
[[package]]
name = "subtle"
2023-05-29 12:27:39 +02:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-29 12:27:39 +02:00
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
2021-03-29 09:22:36 +02:00
[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
version = "2.0.28"
2021-03-29 09:22:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567"
2021-03-29 09:22:36 +02:00
dependencies = [
2023-01-17 09:40:42 +01:00
"proc-macro2",
"quote",
2022-06-01 17:59:01 +02:00
"unicode-ident",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "synchronoise"
2022-09-12 14:36:45 +02:00
version = "1.0.1"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 14:36:45 +02:00
checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
2021-03-10 13:46:49 +01:00
dependencies = [
"crossbeam-queue",
]
2023-10-26 17:01:10 +02:00
[[package]]
name = "synstructure"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "285ba80e733fac80aa4270fbcdf83772a79b80aa35c97075320abfee4a915b06"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.28",
"unicode-xid",
]
[[package]]
name = "sysinfo"
2023-08-09 11:53:37 +02:00
version = "0.29.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:53:37 +02:00
checksum = "165d6d8539689e3d3bc8b98ac59541e1f21c7de7c85d60dc80e43ae0ed2113db"
dependencies = [
2022-09-12 14:36:45 +02:00
"cfg-if",
"core-foundation-sys",
"libc",
"ntapi",
"once_cell",
"rayon",
"winapi",
]
[[package]]
name = "system-configuration"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
dependencies = [
"bitflags 1.3.2",
"core-foundation",
"system-configuration-sys",
]
[[package]]
name = "system-configuration-sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
dependencies = [
"core-foundation-sys",
"libc",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "tar"
2023-08-09 11:39:32 +02:00
version = "0.4.40"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb"
2021-03-10 13:46:49 +01:00
dependencies = [
"filetime",
"libc",
"xattr",
]
[[package]]
name = "temp-env"
2023-05-29 12:27:39 +02:00
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-29 12:27:39 +02:00
checksum = "9547444bfe52cbd79515c6c8087d8ae6ca8d64d2d31a27746320f5cb81d1a15c"
dependencies = [
"parking_lot",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "tempfile"
2023-08-09 11:39:32 +02:00
version = "3.7.1"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "dc02fddf48964c42031a0b3fe0428320ecf3a73c401040fc0096f97794310651"
2021-03-10 13:46:49 +01:00
dependencies = [
2022-09-12 14:36:45 +02:00
"cfg-if",
2023-08-09 12:08:21 +02:00
"fastrand",
"redox_syscall 0.3.5",
2023-08-09 11:39:32 +02:00
"rustix 0.38.7",
"windows-sys 0.48.0",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "termcolor"
version = "1.2.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
2021-03-10 13:46:49 +01:00
dependencies = [
"winapi-util",
]
[[package]]
name = "thiserror"
version = "1.0.50"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2"
2021-03-10 13:46:49 +01:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.50"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8"
2021-03-10 13:46:49 +01:00
dependencies = [
2023-01-17 09:40:42 +01:00
"proc-macro2",
"quote",
"syn 2.0.28",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "tiktoken-rs"
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4427b6b1c6b38215b92dd47a83a0ecc6735573d0a5a4c14acc0ac5b33b28adb"
dependencies = [
"anyhow",
"base64 0.21.5",
"bstr",
"fancy-regex",
"lazy_static",
"parking_lot",
"rustc-hash",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "time"
2023-10-30 16:32:32 +01:00
version = "0.3.30"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 16:32:32 +01:00
checksum = "c4a34ab300f2dee6e562c10a046fc05e358b29f9bf92277f30c3c8d82275f6f5"
2021-03-10 13:46:49 +01:00
dependencies = [
2023-08-09 11:39:32 +02:00
"deranged",
"itoa",
2023-10-30 16:32:32 +01:00
"powerfmt",
"serde",
2022-10-26 18:44:10 +02:00
"time-core",
2021-03-10 13:46:49 +01:00
"time-macros",
]
2022-10-26 18:44:10 +02:00
[[package]]
name = "time-core"
2023-10-30 16:32:32 +01:00
version = "0.1.2"
2022-10-26 18:44:10 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 16:32:32 +01:00
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
2022-10-26 18:44:10 +02:00
2021-03-10 13:46:49 +01:00
[[package]]
name = "time-macros"
2023-10-30 16:32:32 +01:00
version = "0.2.15"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 16:32:32 +01:00
checksum = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20"
2022-10-26 18:44:10 +02:00
dependencies = [
"time-core",
]
2021-03-10 13:46:49 +01:00
2023-10-26 17:01:10 +02:00
[[package]]
name = "tinystr"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5d0e245e80bdc9b4e5356fc45a72184abbc3861992603f515270e9340f5a219"
dependencies = [
"displaydoc",
"serde",
"zerovec 0.10.0",
]
[[package]]
name = "tinytemplate"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
dependencies = [
"serde",
"serde_json",
]
2021-03-29 09:22:36 +02:00
[[package]]
name = "tinyvec"
2022-04-28 10:48:57 +02:00
version = "1.6.0"
2021-03-29 09:22:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-28 10:48:57 +02:00
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2021-03-10 13:46:49 +01:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2021-03-10 13:46:49 +01:00
[[package]]
name = "tokenizers"
version = "0.14.1"
source = "git+https://github.com/huggingface/tokenizers.git?tag=v0.14.1#6357206cdcce4d78ffb1e0372feb456caea09375"
dependencies = [
"aho-corasick",
"clap",
"derive_builder",
"esaxx-rs",
"getrandom",
"indicatif",
"itertools 0.11.0",
"lazy_static",
"log",
"macro_rules_attribute",
"monostate",
"onig",
"paste",
"rand",
"rayon",
"rayon-cond",
"regex",
"regex-syntax",
"serde",
"serde_json",
"spm_precompiled",
"thiserror",
"unicode-normalization-alignments",
"unicode-segmentation",
"unicode_categories",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "tokio"
version = "1.34.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0c014766411e834f7af5b8f4cf46257aab4036ca95e9d2c144a10f59ad6f5b9"
2021-03-10 13:46:49 +01:00
dependencies = [
2023-08-09 11:39:32 +02:00
"backtrace",
2021-09-08 12:34:56 +02:00
"bytes",
2021-03-10 13:46:49 +01:00
"libc",
2022-02-26 00:28:55 +01:00
"mio",
2021-03-10 13:46:49 +01:00
"num_cpus",
2022-03-14 16:23:26 +01:00
"parking_lot",
2021-05-31 13:59:31 +02:00
"pin-project-lite",
2021-03-10 13:46:49 +01:00
"signal-hook-registry",
"socket2 0.5.5",
2021-03-10 13:46:49 +01:00
"tokio-macros",
2023-05-29 12:27:39 +02:00
"windows-sys 0.48.0",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "tokio-macros"
version = "2.2.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
2021-03-10 13:46:49 +01:00
dependencies = [
2023-01-17 09:40:42 +01:00
"proc-macro2",
"quote",
"syn 2.0.28",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "tokio-rustls"
2022-06-01 17:59:01 +02:00
version = "0.23.4"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-01 17:59:01 +02:00
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
2021-03-10 13:46:49 +01:00
dependencies = [
2023-05-29 12:27:39 +02:00
"rustls 0.20.8",
2021-05-31 13:59:31 +02:00
"tokio",
2022-03-14 16:23:26 +01:00
"webpki",
2021-03-10 13:46:49 +01:00
]
2023-05-29 12:27:39 +02:00
[[package]]
name = "tokio-rustls"
2023-08-09 11:39:32 +02:00
version = "0.24.1"
2023-05-29 12:27:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
2023-05-29 12:27:39 +02:00
dependencies = [
2023-08-09 11:39:32 +02:00
"rustls 0.21.6",
2023-05-29 12:27:39 +02:00
"tokio",
]
2021-09-14 18:39:02 +02:00
[[package]]
name = "tokio-stream"
2023-05-29 12:27:39 +02:00
version = "0.1.14"
2021-09-14 18:39:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-29 12:27:39 +02:00
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
2021-09-14 18:39:02 +02:00
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "tokio-util"
2023-05-29 12:27:39 +02:00
version = "0.7.8"
2022-02-26 00:28:55 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-29 12:27:39 +02:00
checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
2022-02-26 00:28:55 +01:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
2022-03-17 11:59:35 +01:00
"tracing",
2022-02-26 00:28:55 +01:00
]
2021-04-20 15:20:09 +02:00
[[package]]
name = "toml"
2023-08-09 11:39:32 +02:00
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
]
[[package]]
name = "toml_datetime"
2023-08-09 11:39:32 +02:00
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
2023-08-09 11:39:32 +02:00
version = "0.19.14"
2021-04-20 15:20:09 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a"
2021-04-20 15:20:09 +02:00
dependencies = [
2023-08-09 11:39:32 +02:00
"indexmap 2.0.0",
2021-04-20 15:20:09 +02:00
"serde",
"serde_spanned",
"toml_datetime",
"winnow",
2021-04-20 15:20:09 +02:00
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "tower-service"
2022-08-31 07:58:53 +02:00
version = "0.3.2"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 07:58:53 +02:00
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2021-03-10 13:46:49 +01:00
[[package]]
name = "tracing"
version = "0.1.37"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
2021-03-10 13:46:49 +01:00
dependencies = [
2022-09-12 14:36:45 +02:00
"cfg-if",
"log",
2021-05-31 13:59:31 +02:00
"pin-project-lite",
"tracing-attributes",
2021-03-10 13:46:49 +01:00
"tracing-core",
]
[[package]]
name = "tracing-attributes"
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.28",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "tracing-core"
2023-05-29 12:27:39 +02:00
version = "0.1.31"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-29 12:27:39 +02:00
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
2021-03-10 13:46:49 +01:00
dependencies = [
2022-06-09 17:44:15 +02:00
"once_cell",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "try-lock"
2023-01-11 12:06:35 +01:00
version = "0.2.4"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-11 12:06:35 +01:00
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
2021-03-10 13:46:49 +01:00
[[package]]
name = "typenum"
version = "1.16.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
2021-03-10 13:46:49 +01:00
2022-09-26 14:56:08 +02:00
[[package]]
name = "ucd-trie"
2023-08-09 11:39:32 +02:00
version = "0.1.6"
2022-09-26 14:56:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
2022-09-26 14:56:08 +02:00
[[package]]
name = "unescaper"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a96a44ae11e25afb520af4534fd7b0bd8cd613e35a78def813b8cf41631fa3c8"
dependencies = [
"thiserror",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "unicase"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
dependencies = [
"version_check",
]
[[package]]
name = "unicode-bidi"
version = "0.3.13"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
2021-03-10 13:46:49 +01:00
2022-06-01 17:59:01 +02:00
[[package]]
name = "unicode-ident"
2023-08-09 11:39:32 +02:00
version = "1.0.11"
2022-06-01 17:59:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
2022-06-01 17:59:01 +02:00
2021-03-10 13:46:49 +01:00
[[package]]
name = "unicode-normalization"
version = "0.1.22"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2021-03-10 13:46:49 +01:00
dependencies = [
"tinyvec",
]
[[package]]
name = "unicode-normalization-alignments"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43f613e4fa046e69818dd287fdc4bc78175ff20331479dab6e1b0f98d57062de"
dependencies = [
"smallvec",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "unicode-segmentation"
2023-04-26 17:41:29 +02:00
version = "1.10.1"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-26 17:41:29 +02:00
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
2021-03-10 13:46:49 +01:00
[[package]]
name = "unicode-width"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
2021-03-10 13:46:49 +01:00
[[package]]
name = "unicode-xid"
version = "0.2.4"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2021-03-10 13:46:49 +01:00
[[package]]
name = "unicode_categories"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
2021-03-10 13:46:49 +01:00
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2023-06-28 18:52:32 +02:00
[[package]]
name = "ureq"
version = "2.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b11c96ac7ee530603dcdf68ed1557050f374ce55a5a07193ebf8cbc9f8927e9"
dependencies = [
"base64 0.21.5",
"flate2",
2023-06-28 18:52:32 +02:00
"log",
"native-tls",
2023-06-28 18:52:32 +02:00
"once_cell",
2023-08-09 11:39:32 +02:00
"rustls 0.21.6",
"rustls-webpki 0.100.2",
"serde",
"serde_json",
2023-06-28 18:52:32 +02:00
"url",
"webpki-roots 0.23.1",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "url"
2023-08-09 11:39:32 +02:00
version = "2.4.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
2021-03-10 13:46:49 +01:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
2021-03-29 09:22:36 +02:00
[[package]]
name = "urlencoding"
2023-08-09 11:39:32 +02:00
version = "2.1.3"
2021-03-29 09:22:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
2021-03-29 09:22:36 +02:00
2023-10-26 17:01:10 +02:00
[[package]]
name = "utf16_iter"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52df8b7fb78e7910d776fccf2e42ceaf3604d55e8e7eb2dbd183cb1441d8a692"
2021-03-10 13:46:49 +01:00
[[package]]
name = "utf8-width"
2022-03-24 14:53:08 +01:00
version = "0.1.6"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 14:53:08 +01:00
checksum = "5190c9442dcdaf0ddd50f37420417d219ae5261bbf5db120d0f9bab996c9cba1"
2021-03-10 13:46:49 +01:00
2023-10-26 17:01:10 +02:00
[[package]]
name = "utf8_iter"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64a8922555b9500e3d865caed19330172cd67cbf82203f1a3311d8c305cc9f33"
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2022-09-13 15:54:35 +02:00
[[package]]
name = "uuid"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
dependencies = [
"getrandom",
]
[[package]]
name = "uuid"
2023-10-30 16:32:32 +01:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-30 16:32:32 +01:00
checksum = "88ad59a7560b41a70d191093a945f0b87bc1deeda46fb237479708a1d6b6cdfc"
2021-03-10 13:46:49 +01:00
dependencies = [
2021-09-08 12:34:56 +02:00
"getrandom",
2021-03-10 13:46:49 +01:00
"serde",
]
2021-07-26 15:25:30 +02:00
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2021-03-10 13:46:49 +01:00
[[package]]
name = "vergen"
version = "7.5.1"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f21b881cd6636ece9735721cf03c1fe1e774fe258683d084bb2812ab67435749"
2021-03-10 13:46:49 +01:00
dependencies = [
2021-07-26 15:25:30 +02:00
"anyhow",
2022-09-12 14:36:45 +02:00
"cfg-if",
"enum-iterator",
2021-07-26 15:25:30 +02:00
"getset",
"git2",
"rustversion",
"thiserror",
"time",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "version_check"
version = "0.9.4"
2021-03-29 09:22:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2021-03-29 09:22:36 +02:00
[[package]]
name = "walkdir"
version = "2.3.3"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
2021-03-29 09:22:36 +02:00
dependencies = [
"same-file",
"winapi-util",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "wana_kana"
2023-04-26 17:41:29 +02:00
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-26 17:41:29 +02:00
checksum = "477976a5c56fb7b014795df5a2ce08d2de8bcd4d5980844c5bd3978a7fd1c30b"
dependencies = [
"fnv",
2023-08-09 11:50:24 +02:00
"itertools 0.10.5",
"lazy_static",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "want"
2023-08-09 11:39:32 +02:00
version = "0.3.1"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2021-03-10 13:46:49 +01:00
dependencies = [
"try-lock",
]
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2021-03-10 13:46:49 +01:00
[[package]]
name = "wasm-bindgen"
2023-08-09 11:39:32 +02:00
version = "0.2.87"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
2021-03-10 13:46:49 +01:00
dependencies = [
2022-09-12 14:36:45 +02:00
"cfg-if",
2021-03-10 13:46:49 +01:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2023-08-09 11:39:32 +02:00
version = "0.2.87"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
2021-03-10 13:46:49 +01:00
dependencies = [
"bumpalo",
"log",
"once_cell",
2023-01-17 09:40:42 +01:00
"proc-macro2",
"quote",
"syn 2.0.28",
2021-03-10 13:46:49 +01:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2023-08-09 11:39:32 +02:00
version = "0.4.37"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
2021-03-10 13:46:49 +01:00
dependencies = [
2022-09-12 14:36:45 +02:00
"cfg-if",
2021-03-10 13:46:49 +01:00
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2023-08-09 11:39:32 +02:00
version = "0.2.87"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
2021-03-10 13:46:49 +01:00
dependencies = [
2023-01-17 09:40:42 +01:00
"quote",
2021-03-10 13:46:49 +01:00
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-08-09 11:39:32 +02:00
version = "0.2.87"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
2021-03-10 13:46:49 +01:00
dependencies = [
2023-01-17 09:40:42 +01:00
"proc-macro2",
"quote",
"syn 2.0.28",
2021-03-10 13:46:49 +01:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2023-08-09 11:39:32 +02:00
version = "0.2.87"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
2021-03-10 13:46:49 +01:00
[[package]]
name = "wav"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a65e199c799848b4f997072aa4d673c034f80f40191f97fe2f0a23f410be1609"
dependencies = [
"riff",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "web-sys"
2023-08-09 11:39:32 +02:00
version = "0.3.64"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
2021-03-10 13:46:49 +01:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki"
version = "0.22.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07ecc0cd7cac091bf682ec5efa18b1cff79d617b84181f38b3951dbe135f607f"
dependencies = [
"ring",
"untrusted",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "webpki-roots"
version = "0.22.6"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
2021-03-10 13:46:49 +01:00
dependencies = [
2022-03-14 16:23:26 +01:00
"webpki",
2021-03-10 13:46:49 +01:00
]
2023-06-28 18:52:32 +02:00
[[package]]
name = "webpki-roots"
version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b03058f88386e5ff5310d9111d53f48b17d732b401aeb83a8d5190f2ac459338"
dependencies = [
"rustls-webpki 0.100.2",
2023-06-28 18:52:32 +02:00
]
[[package]]
name = "webpki-roots"
version = "0.25.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1778a42e8b3b90bff8d0f5032bf22250792889a5cdc752aa0020c84abe3aaf10"
2021-07-28 10:52:47 +02:00
[[package]]
name = "whatlang"
2023-01-04 14:23:44 +01:00
version = "0.16.2"
2021-07-28 10:52:47 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-04 14:23:44 +01:00
checksum = "9c531a2dc4c462b833788be2c07eef4e621d0e9edbd55bf280cc164c1c1aa043"
2021-07-28 10:52:47 +02:00
dependencies = [
2023-06-08 12:19:06 +02:00
"hashbrown 0.12.3",
2023-01-04 14:23:44 +01:00
"once_cell",
2021-07-28 10:52:47 +02:00
]
2021-03-10 13:46:49 +01: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 = [
2021-05-31 13:59:31 +02:00
"winapi",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows-sys"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
"windows-targets 0.42.2",
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2023-08-09 11:39:32 +02:00
"windows-targets 0.48.1",
]
[[package]]
name = "windows-targets"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
dependencies = [
"windows_aarch64_gnullvm 0.42.2",
"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 0.42.2",
"windows_x86_64_msvc 0.42.2",
]
[[package]]
name = "windows-targets"
2023-08-09 11:39:32 +02:00
version = "0.48.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
dependencies = [
"windows_aarch64_gnullvm 0.48.0",
"windows_aarch64_msvc 0.48.0",
"windows_i686_gnu 0.48.0",
"windows_i686_msvc 0.48.0",
"windows_x86_64_gnu 0.48.0",
"windows_x86_64_gnullvm 0.48.0",
"windows_x86_64_msvc 0.48.0",
2022-02-26 00:28:55 +01:00
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
[[package]]
name = "windows_aarch64_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
[[package]]
name = "windows_i686_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
[[package]]
name = "windows_i686_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
[[package]]
name = "windows_i686_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
[[package]]
name = "windows_i686_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
[[package]]
name = "windows_x86_64_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
[[package]]
name = "windows_x86_64_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
[[package]]
name = "winnow"
2023-08-09 11:39:32 +02:00
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "acaaa1190073b2b101e15083c38ee8ec891b5e05cbee516521e94ec008f61e64"
dependencies = [
"memchr",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "winreg"
version = "0.50.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
2021-03-10 13:46:49 +01:00
dependencies = [
"cfg-if",
"windows-sys 0.48.0",
2021-03-10 13:46:49 +01:00
]
2023-10-26 17:01:10 +02:00
[[package]]
name = "write16"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
[[package]]
name = "writeable"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0af0c3d13faebf8dda0b5256fa7096a2d5ccb662f7b9f54a40fe201077ab1c2"
2021-03-10 13:46:49 +01:00
[[package]]
name = "xattr"
2023-08-09 11:39:32 +02:00
version = "1.0.1"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-09 11:39:32 +02:00
checksum = "f4686009f71ff3e5c4dbcf1a282d0a44db3f021ba69350cd42086b3e5f1c6985"
2021-03-10 13:46:49 +01:00
dependencies = [
"libc",
]
[[package]]
name = "yada"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6d12cb7a57bbf2ab670ed9545bae3648048547f9039279a89ce000208e585c1"
2022-09-14 01:48:58 +02:00
[[package]]
name = "yaml-rust"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
dependencies = [
"linked-hash-map",
]
[[package]]
name = "yaup"
2022-08-31 07:58:53 +02:00
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 07:58:53 +02:00
checksum = "a59e7d27bed43f7c37c25df5192ea9d435a8092a902e02203359ac9ce3e429d9"
dependencies = [
"serde",
"url",
]
2023-10-26 17:01:10 +02:00
[[package]]
name = "yoke"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61e38c508604d6bbbd292dadb3c02559aa7fff6b654a078a36217cad871636e4"
dependencies = [
"serde",
"stable_deref_trait",
"yoke-derive",
"zerofrom",
]
[[package]]
name = "yoke-derive"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5e19fb6ed40002bab5403ffa37e53e0e56f914a4450c8765f533018db1db35f"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.28",
"synstructure",
2023-10-26 17:01:10 +02:00
]
[[package]]
name = "zerofrom"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "655b0814c5c0b19ade497851070c640773304939a6c0fd5f5fb43da0696d05b7"
dependencies = [
"zerofrom-derive",
]
[[package]]
name = "zerofrom-derive"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6a647510471d372f2e6c2e6b7219e44d8c574d24fdc11c610a61455782f18c3"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.28",
"synstructure",
2023-10-26 17:01:10 +02:00
]
[[package]]
name = "zerotrie"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9685bb4deb98dab812e87c296a9631fc00d7ca4bc5c2c5f304f375bbed711a8a"
dependencies = [
"displaydoc",
"litemap 0.7.1",
"serde",
"yoke",
"zerofrom",
"zerovec 0.10.0",
]
[[package]]
name = "zerovec"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "591691014119b87047ead4dcf3e6adfbf73cb7c38ab6980d4f18a32138f35d46"
dependencies = [
"zerofrom",
]
[[package]]
name = "zerovec"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1194130c5b155bf8ae50ab16c86ab758cd695cf9ad176d2f870b744cbdbb572e"
dependencies = [
"serde",
"yoke",
"zerofrom",
"zerovec-derive",
]
[[package]]
name = "zerovec-derive"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acabf549809064225ff8878baedc4ce3732ac3b07e7c7ce6e5c2ccdbc485c324"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.28",
2021-03-10 13:46:49 +01:00
]
2021-04-20 15:20:09 +02:00
[[package]]
name = "zip"
2023-05-29 12:27:39 +02:00
version = "0.6.6"
2021-04-20 15:20:09 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-29 12:27:39 +02:00
checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
2021-04-20 15:20:09 +02:00
dependencies = [
"aes",
2021-04-20 15:20:09 +02:00
"byteorder",
"bzip2",
"constant_time_eq",
2021-04-20 15:20:09 +02:00
"crc32fast",
"crossbeam-utils",
2021-04-20 15:20:09 +02:00
"flate2",
"hmac",
"pbkdf2",
"sha1",
"time",
2023-08-09 12:20:49 +02:00
"zstd",
]
[[package]]
name = "zstd"
version = "0.11.2+zstd.1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
dependencies = [
2023-08-09 12:20:49 +02:00
"zstd-safe",
]
[[package]]
name = "zstd-safe"
version = "5.0.2+zstd.1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
dependencies = [
"libc",
"zstd-sys",
]
[[package]]
name = "zstd-sys"
2023-05-29 12:27:39 +02:00
version = "2.0.8+zstd.1.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-29 12:27:39 +02:00
checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
dependencies = [
"cc",
"libc",
2023-01-11 12:06:35 +01:00
"pkg-config",
2021-04-20 15:20:09 +02:00
]