MeiliSearch/Cargo.lock

4982 lines
116 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"
2022-02-26 00:28:55 +01:00
version = "0.5.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 = "57a7559404a7f3573127aab53c08ce37a6c6a315c374a31070f3c91cd1b4a7fe"
2021-03-10 13:46:49 +01:00
dependencies = [
"bitflags",
2021-09-08 12:34:56 +02:00
"bytes",
2021-03-10 13:46:49 +01:00
"futures-core",
"futures-sink",
"log",
"memchr",
2021-05-31 13:59:31 +02:00
"pin-project-lite",
"tokio",
2022-03-17 11:59:35 +01:00
"tokio-util",
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"
2022-09-12 14:36:45 +02:00
version = "3.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 = "0c83abf9903e1f0ad9973cc4f7b9767fd5a03a583f51a5b7a339e07987cd2724"
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",
2023-01-04 14:23:44 +01:00
"ahash",
2022-03-14 16:23:26 +01:00
"base64",
2021-03-10 13:46:49 +01:00
"bitflags",
"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 1.0.5",
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",
2022-08-31 07:58:53 +02:00
"tracing",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "actix-macros"
version = "0.2.3"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "465a6172cf69b960917811022d8f29bc0b7fa1398bc4f78b3c466673db1213b6"
2021-03-10 13:46:49 +01:00
dependencies = [
"quote 1.0.23",
"syn 1.0.107",
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.7.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ea16c295198e958ef31930a6ef37d0fb64e9ca3b6116e6b93a8bdae96ee1000"
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"
version = "2.1.1"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0da34f8e659ea1b077bb4637948b815cd3768ad5a188fdcd74ff4d84240cd824"
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",
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",
2021-05-31 13:59:31 +02:00
"tokio-rustls",
2022-03-17 11:59:35 +01:00
"tokio-util",
2021-05-31 13:59:31 +02:00
"webpki-roots",
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"
2022-09-12 14:36:45 +02:00
version = "4.2.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 = "d48f7b6534e06c7bfc72ee91db7917d4af6afe23e7d223b51e68fffbb21e96b9"
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",
2023-01-04 14:23:44 +01:00
"ahash",
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 1.0.5",
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",
2021-05-31 13:59:31 +02:00
"socket2",
"time",
2021-03-10 13:46:49 +01:00
"url",
]
[[package]]
name = "actix-web-codegen"
2022-09-12 14:36:45 +02:00
version = "4.1.0"
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 = "1fa9362663c8643d67b2d5eafba49e4cb2c8a053a29ed00a0bea121f17c76b13"
2021-03-10 13:46:49 +01:00
dependencies = [
2021-09-08 12:34:56 +02:00
"actix-router",
"proc-macro2 1.0.49",
"quote 1.0.23",
"syn 1.0.107",
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"
version = "0.19.0"
2021-09-14 18:39:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
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"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"
dependencies = [
"cfg-if",
"cipher",
"cpufeatures",
"opaque-debug",
]
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 = "aho-corasick"
version = "0.7.20"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
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 = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
[[package]]
name = "anes"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
[[package]]
name = "ansi_term"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
dependencies = [
"winapi",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "anyhow"
version = "1.0.68"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
2021-09-14 18:39:02 +02:00
dependencies = [
"backtrace",
]
2021-03-10 13:46:49 +01:00
[[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.3"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dad5c83079eae9969be7fadefe640a1c566901f05ff91ab221de4b6f68d9507e"
2021-03-10 13:46:49 +01:00
dependencies = [
"async-stream-impl",
"futures-core",
]
[[package]]
name = "async-stream-impl"
version = "0.3.3"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10f203db73a71dfa2fb6dd22763990fa26f3d2625a6da2da900d23b87d26be27"
2021-03-10 13:46:49 +01:00
dependencies = [
"proc-macro2 1.0.49",
"quote 1.0.23",
"syn 1.0.107",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "async-trait"
version = "0.1.60"
2022-03-17 11:59:35 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d1d8ab452a3936018a687b20e6f7cf5363d713b732b8884001317b0e48aa3"
2022-03-17 11:59:35 +01:00
dependencies = [
"proc-macro2 1.0.49",
"quote 1.0.23",
"syn 1.0.107",
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 = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi 0.1.19",
2021-03-10 13:46:49 +01:00
"libc",
2021-05-31 13:59:31 +02:00
"winapi",
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"
version = "0.3.67"
2021-09-14 18:39:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
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",
"miniz_oxide",
"object 0.30.1",
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
[[package]]
name = "base64ct"
version = "1.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b645a089122eccb6111b4f81cbc1a49f5900ac4666bb93ac027feaecf15607bf"
[[package]]
name = "benchmarks"
version = "0.39.0"
dependencies = [
"anyhow",
"bytes",
"convert_case 0.6.0",
"criterion",
"csv",
"flate2",
"milli 0.39.0",
"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"
2022-01-19 11:21:19 +01:00
version = "0.6.2"
2021-09-14 18:39:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-19 11:21:19 +01:00
checksum = "bc0455254eb5c6964c4545d8bac815e1a1be4f3afe0ae695ea539c12d728d44b"
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"
2022-08-31 07:58:53 +02:00
version = "0.5.3"
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 = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
dependencies = [
"bit-vec",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "bit-vec"
version = "0.6.3"
2021-03-10 13:46:49 +01:00
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 = "block-buffer"
2022-09-12 14:36:45 +02:00
version = "0.10.3"
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 = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
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.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59ad2d4653bf5ca36ae797b1f4bb4dbddb60ce49ca4aed8a2ce4829f60425b80"
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "bstr"
2021-09-28 22:58:48 +02:00
version = "0.2.17"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-28 22:58:48 +02:00
checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
2021-03-10 13:46:49 +01:00
dependencies = [
"lazy_static",
"memchr",
"regex-automata",
"serde",
]
[[package]]
name = "bstr"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b45ea9b00a7b3f2988e9a65ad3917e62123c38dba709b666506207be96d1790b"
dependencies = [
"memchr",
"once_cell",
"regex-automata",
"serde",
]
[[package]]
name = "build_const"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4ae4235e6dac0694637c763029ecea1a2ec9e4e06ec2729bd21ba4d9c863eb7"
2021-03-10 13:46:49 +01:00
[[package]]
name = "bumpalo"
version = "3.11.1"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
2021-03-10 13:46:49 +01:00
[[package]]
name = "byte-unit"
version = "4.0.18"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3348673602e04848647fffaa8e9a861e7b5d5cae6570727b41bde0f722514484"
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.12.3"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aaa3a8d9a1ca92e282c96a32d6511b695d7d994d1d102ba85d279f9b2756947f"
2021-08-16 13:43:06 +02:00
dependencies = [
"bytemuck_derive",
]
[[package]]
name = "bytemuck_derive"
version = "1.3.0"
2021-08-16 13:43:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fe233b960f12f8007e3db2d136e3cb1c291bfd7396e384ee76025fc1a3932b4"
2021-08-16 13:43:06 +02:00
dependencies = [
"proc-macro2 1.0.49",
"quote 1.0.23",
"syn 1.0.107",
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.3.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c"
2021-03-10 13:46:49 +01:00
[[package]]
name = "bytestring"
version = "1.2.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7f83e57d9154148e355404702e2694463241880b939570d7c97c014da7a69a1"
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",
]
[[package]]
name = "cargo_toml"
version = "0.13.3"
2021-04-20 15:20:09 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "497049e9477329f8f6a559972ee42e117487d01d1e8c2cc9f836ea6fa23a9e1a"
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"
version = "1.0.78"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
2021-03-10 13:46:49 +01:00
dependencies = [
"jobserver",
]
[[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-01-04 14:23:44 +01:00
version = "0.7.0"
2022-06-06 15:52:51 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-04 14:23:44 +01:00
checksum = "b57f9571f611796ea38e5a9c12e5ce37476f70397b032757f8dfe0c7b9bc5637"
2022-06-06 15:52:51 +02:00
dependencies = [
"cow-utils",
2023-01-04 14:23:44 +01:00
"csv",
2022-06-06 15:52:51 +02:00
"deunicode",
"fst",
"jieba-rs",
"lindera",
"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",
2022-06-06 15:52:51 +02:00
"unicode-segmentation",
"wana_kana",
2022-06-06 15:52:51 +02:00
"whatlang",
]
[[package]]
name = "chrono"
version = "0.4.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
dependencies = [
"iana-time-zone",
"js-sys",
"num-integer",
"num-traits",
"wasm-bindgen",
"winapi",
]
[[package]]
name = "ciborium"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0c137568cc60b904a7724001b35ce2630fd00d5d84805fbb608ab89509d788f"
dependencies = [
"ciborium-io",
"ciborium-ll",
"serde",
]
[[package]]
name = "ciborium-io"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "346de753af073cc87b52b2083a506b38ac176a44cfb05497b622e27be899b369"
[[package]]
name = "ciborium-ll"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "213030a2b5a4e0c0892b6652260cf6ccac84827b83a85a534e178e3906c4cf1b"
dependencies = [
"ciborium-io",
"half",
]
[[package]]
name = "cipher"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
dependencies = [
"generic-array",
]
[[package]]
name = "clap"
version = "2.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
dependencies = [
"ansi_term",
"atty",
"bitflags",
"strsim 0.8.0",
"textwrap 0.11.0",
"unicode-width",
"vec_map",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "clap"
2022-10-26 18:44:10 +02:00
version = "3.2.23"
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 = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5"
2021-03-10 13:46:49 +01:00
dependencies = [
"atty",
"bitflags",
"clap_derive 3.2.18",
"clap_lex 0.2.4",
"indexmap",
2022-08-23 15:15:03 +02:00
"once_cell",
"strsim 0.10.0",
"termcolor",
"textwrap 0.16.0",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "clap"
version = "4.0.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7db700bc935f9e43e88d00b0850dae18a63773cfbec6d8e070fccf7fef89a39"
dependencies = [
"bitflags",
"clap_derive 4.0.21",
"clap_lex 0.3.0",
"is-terminal",
"once_cell",
"strsim 0.10.0",
"termcolor",
]
2021-07-28 10:52:47 +02:00
[[package]]
name = "clap_derive"
2022-08-31 07:58:53 +02:00
version = "3.2.18"
2021-07-28 10:52:47 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 07:58:53 +02:00
checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65"
2021-07-28 10:52:47 +02:00
dependencies = [
"heck 0.4.0",
"proc-macro-error",
"proc-macro2 1.0.49",
"quote 1.0.23",
"syn 1.0.107",
2021-07-28 10:52:47 +02:00
]
[[package]]
name = "clap_derive"
version = "4.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0177313f9f02afc995627906bbd8967e2be069f5261954222dac78290c2b9014"
dependencies = [
"heck 0.4.0",
"proc-macro-error",
"proc-macro2 1.0.49",
"quote 1.0.23",
"syn 1.0.107",
]
2022-04-28 10:48:57 +02:00
[[package]]
name = "clap_lex"
2022-08-23 15:15:03 +02:00
version = "0.2.4"
2022-04-28 10:48:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-23 15:15:03 +02:00
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
2022-04-28 10:48:57 +02:00
dependencies = [
"os_str_bytes",
]
[[package]]
name = "clap_lex"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8"
dependencies = [
"os_str_bytes",
]
[[package]]
name = "cli"
version = "0.39.0"
dependencies = [
"bimap",
"byte-unit",
"color-eyre",
"csv",
"eyre",
"indicatif",
"milli 0.39.0",
"mimalloc",
"serde",
"serde_json",
"stderrlog",
"structopt",
]
[[package]]
name = "codespan-reporting"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
dependencies = [
"termcolor",
"unicode-width",
]
[[package]]
name = "color-eyre"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a667583cca8c4f8436db8de46ea8233c42a7d9ae424a82d338f2e4675229204"
dependencies = [
"backtrace",
"color-spantrace",
"eyre",
"indenter",
"once_cell",
"owo-colors",
"tracing-error",
]
[[package]]
name = "color-spantrace"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ba75b3d9449ecdccb27ecbc479fdc0b87fa2dd43d2f8298f9bf0e59aacc8dce"
dependencies = [
"once_cell",
"owo-colors",
"tracing-core",
"tracing-error",
]
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 = [
"proc-macro2 1.0.49",
"quote 1.0.23",
"syn 1.0.107",
2021-07-28 10:52:47 +02:00
]
2021-03-29 09:22:36 +02:00
2022-09-14 01:48:58 +02:00
[[package]]
name = "console"
version = "0.15.4"
2022-09-14 01:48:58 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9b6515d269224923b26b5febea2ed42b2d5f2ce37284a4dd670fedd6cb8347a"
2022-09-14 01:48:58 +02:00
dependencies = [
"encode_unicode",
"lazy_static",
"libc",
"unicode-width",
"windows-sys",
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",
]
2021-08-16 13:43:06 +02:00
[[package]]
name = "core-foundation-sys"
version = "0.8.3"
2021-08-16 13:43:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2021-08-16 13:43:06 +02:00
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"
2022-09-12 14:36:45 +02:00
version = "0.2.5"
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 = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
2021-06-02 17:45:28 +02:00
dependencies = [
"libc",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "crc"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb"
dependencies = [
"build_const",
]
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.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7c76e09c1aae2bc52b3d2f29e13c6572553b30c4aa1b8a49fd70de6412654cb"
dependencies = [
"anes",
"atty",
"cast",
"ciborium",
"clap 3.2.23",
"criterion-plot",
"itertools",
"lazy_static",
"num-traits",
"oorandom",
"plotters",
"rayon",
"regex",
"serde",
"serde_derive",
"serde_json",
"tinytemplate",
"walkdir",
]
[[package]]
name = "criterion-plot"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
dependencies = [
"cast",
"itertools",
]
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"
2022-08-31 07:58:53 +02:00
version = "0.5.6"
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 = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
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"
2022-08-31 07:58:53 +02:00
version = "0.8.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 = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
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"
version = "0.9.13"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a"
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"
version = "0.8.14"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
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 = "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"
2021-03-29 09:22:36 +02:00
version = "1.1.6"
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 = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1"
2021-03-10 13:46:49 +01:00
dependencies = [
"bstr 0.2.17",
2021-03-10 13:46:49 +01:00
"csv-core",
"itoa 0.4.8",
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",
]
[[package]]
name = "cxx"
version = "1.0.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d1075c37807dcf850c379432f0df05ba52cc30f279c5cfc43cc221ce7f8579"
dependencies = [
"cc",
"cxxbridge-flags",
"cxxbridge-macro",
"link-cplusplus",
]
[[package]]
name = "cxx-build"
version = "1.0.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5044281f61b27bc598f2f6647d480aed48d2bf52d6eb0b627d84c0361b17aa70"
dependencies = [
"cc",
"codespan-reporting",
"once_cell",
"proc-macro2 1.0.49",
"quote 1.0.23",
"scratch",
"syn 1.0.107",
]
[[package]]
name = "cxxbridge-flags"
version = "1.0.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61b50bc93ba22c27b0d31128d2d130a0a6b3d267ae27ef7e4fae2167dfe8781c"
[[package]]
name = "cxxbridge-macro"
version = "1.0.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39e61fda7e62115119469c7b3591fd913ecca96fb766cfd3f2e2502ab7bc87a5"
dependencies = [
"proc-macro2 1.0.49",
"quote 1.0.23",
"syn 1.0.107",
]
2022-09-13 15:54:35 +02:00
[[package]]
name = "darling"
version = "0.14.2"
2022-09-13 15:54:35 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0dd3cd20dc6b5a876612a6e5accfe7f3dd883db6d07acfbf14c128f61550dfa"
2022-09-13 15:54:35 +02:00
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
version = "0.14.2"
2022-09-13 15:54:35 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a784d2ccaf7c98501746bf0be29b2022ba41fd62a2e622af997a03e9f972859f"
2022-09-13 15:54:35 +02:00
dependencies = [
"fnv",
"ident_case",
"proc-macro2 1.0.49",
"quote 1.0.23",
"strsim 0.10.0",
"syn 1.0.107",
2022-09-13 15:54:35 +02:00
]
[[package]]
name = "darling_macro"
version = "0.14.2"
2022-09-13 15:54:35 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7618812407e9402654622dd402b0a89dff9ba93badd6540781526117b92aab7e"
2022-09-13 15:54:35 +02:00
dependencies = [
"darling_core",
"quote 1.0.23",
"syn 1.0.107",
2022-09-13 15:54:35 +02:00
]
[[package]]
name = "derive_builder"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d07adf7be193b71cc36b193d0f5fe60b918a3a9db4dad0449f57bcfd519704a3"
dependencies = [
"derive_builder_macro",
]
[[package]]
name = "derive_builder_core"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f91d4cfa921f1c05904dc3c57b4a32c38aed3340cce209f3a6fd1478babafc4"
dependencies = [
"darling",
"proc-macro2 1.0.49",
"quote 1.0.23",
"syn 1.0.107",
]
[[package]]
name = "derive_builder_macro"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f0314b72bed045f3a68671b3c86328386762c93f82d98c65c3cb5e5f573dd68"
dependencies = [
"derive_builder_core",
"syn 1.0.107",
]
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",
"proc-macro2 1.0.49",
"quote 1.0.23",
"rustc_version",
"syn 1.0.107",
]
[[package]]
name = "deserr"
version = "0.1.4"
2023-01-09 12:51:10 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86290491a2b5c21a1a5083da8dae831006761258fabd5617309c3eebc5f89468"
dependencies = [
"deserr-internal",
"serde-cs",
"serde_json",
]
[[package]]
name = "deserr-internal"
version = "0.1.4"
2023-01-09 12:51:10 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7131de1c27581bc376a22166c9f570be91b76cb096be2f6aecf224c27bf7c49a"
dependencies = [
"convert_case 0.5.0",
"proc-macro2 1.0.49",
"quote 1.0.23",
"syn 1.0.107",
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"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
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-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-next"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
dependencies = [
"libc",
"redox_users",
"winapi",
]
2022-09-29 16:17:06 +02:00
[[package]]
name = "dump"
version = "1.0.0"
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",
"uuid 1.2.2",
2022-09-29 16:17:06 +02:00
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "either"
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 = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
dependencies = [
"serde",
]
2021-03-10 13:46:49 +01:00
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"
2022-03-17 11:59:35 +01:00
version = "0.8.31"
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 = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
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"
version = "1.2.0"
2022-08-31 07:58:53 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91a4ec26efacf4aeff80887a175a419493cb6f8b5480d26387eb0bd038976187"
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"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "828de45d0ca18782232dfb8f3ea9cc428e8ced380eb26a520baaacfc70de39ce"
dependencies = [
"proc-macro2 1.0.49",
"quote 1.0.23",
"syn 1.0.107",
2021-07-26 15:25:30 +02:00
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "env_logger"
version = "0.9.3"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
2021-03-10 13:46:49 +01:00
dependencies = [
"atty",
2021-05-31 13:59:31 +02:00
"humantime",
2021-03-10 13:46:49 +01:00
"log",
"regex",
"termcolor",
]
2022-10-26 18:44:10 +02:00
[[package]]
name = "errno"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
dependencies = [
"errno-dragonfly",
"libc",
"winapi",
]
[[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 = "eyre"
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb"
dependencies = [
"indenter",
"once_cell",
]
[[package]]
name = "fastrand"
2022-08-31 07:58:53 +02:00
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 07:58:53 +02:00
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
dependencies = [
"instant",
]
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",
"proc-macro2 1.0.49",
"quote 1.0.23",
"syn 1.0.107",
2022-09-13 15:54:35 +02:00
"uuid 0.8.2",
]
[[package]]
name = "file-store"
version = "1.0.0"
dependencies = [
2022-09-13 15:54:35 +02:00
"faux",
"tempfile",
"thiserror",
"uuid 1.2.2",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "filetime"
version = "0.2.19"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e884668cd0c7480504233e951174ddc3b382f7c2666e3b7310b5c4e7b0c37f9"
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",
2021-03-29 09:22:36 +02:00
"redox_syscall",
"windows-sys",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "filter-parser"
2023-01-04 14:23:44 +01:00
version = "0.38.0"
source = "git+https://github.com/meilisearch/milli.git?tag=v0.38.0#c3f4835e8e102586bd6d5eb1e55c4bba5e92f994"
dependencies = [
2022-03-14 16:03:12 +01:00
"nom",
"nom_locate",
]
[[package]]
name = "filter-parser"
version = "0.39.0"
dependencies = [
"insta",
"nom",
"nom_locate",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "flate2"
version = "1.0.25"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
2021-03-10 13:46:49 +01:00
dependencies = [
"crc32fast",
"libz-sys",
2021-03-10 13:46:49 +01:00
"miniz_oxide",
]
[[package]]
name = "flatten-serde-json"
2023-01-04 14:23:44 +01:00
version = "0.38.0"
source = "git+https://github.com/meilisearch/milli.git?tag=v0.38.0#c3f4835e8e102586bd6d5eb1e55c4bba5e92f994"
dependencies = [
"serde_json",
]
[[package]]
name = "flatten-serde-json"
version = "0.39.0"
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 = "form_urlencoded"
2022-09-12 14:36:45 +02:00
version = "1.1.0"
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 = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
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.25"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"
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.25"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"
2021-03-10 13:46:49 +01:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.25"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
2021-03-10 13:46:49 +01:00
[[package]]
name = "futures-executor"
version = "0.3.25"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"
2021-03-10 13:46:49 +01:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
version = "0.3.25"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"
2021-03-10 13:46:49 +01:00
[[package]]
name = "futures-macro"
version = "0.3.25"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"
2021-03-10 13:46:49 +01:00
dependencies = [
"proc-macro2 1.0.49",
"quote 1.0.23",
"syn 1.0.107",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "futures-sink"
version = "0.3.25"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"
2021-03-10 13:46:49 +01:00
[[package]]
name = "futures-task"
version = "0.3.25"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"
2021-03-10 13:46:49 +01:00
[[package]]
name = "futures-util"
version = "0.3.25"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"
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]]
name = "fuzzcheck"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee76e8096c3fcd82ab23177edddcc9b81b72c123caab54bb1e2dc19fd09d2dec"
dependencies = [
"ahash",
"bit-vec",
"cc",
"cfg-if",
"fastrand",
"flate2",
"fuzzcheck_common",
"fuzzcheck_mutators_derive",
"getopts",
"libc",
"md5",
"nu-ansi-term",
"object 0.27.1",
"regex-syntax",
"serde",
"serde_json",
]
[[package]]
name = "fuzzcheck_common"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dde06f8d25b14a35d43eb2d3dbace3b9193424460b10ad4ccf1b3d542d48f06f"
dependencies = [
"getopts",
]
[[package]]
name = "fuzzcheck_mutators_derive"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30ce01e8bbb3e7e0758dcf907fe799f5998a54368963f766ae94b84624ba60c8"
dependencies = [
"proc-macro2 1.0.49",
"quote 1.0.23",
"syn 1.0.107",
]
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 = "generic-array"
2022-08-31 07:58:53 +02:00
version = "0.14.6"
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 = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
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
[[package]]
name = "getopts"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
dependencies = [
"unicode-width",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "getrandom"
2022-10-26 18:44:10 +02:00
version = "0.2.8"
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 = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
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",
"proc-macro2 1.0.49",
"quote 1.0.23",
"syn 1.0.107",
2021-07-26 15:25:30 +02:00
]
2021-09-14 18:39:02 +02:00
[[package]]
name = "gimli"
version = "0.27.0"
2021-09-14 18:39:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dec7af912d60cdbd3677c1af9352ebae6fb8394d165568a2234df0fa00f87793"
2021-09-14 18:39:02 +02:00
2021-07-26 15:25:30 +02:00
[[package]]
name = "git2"
version = "0.15.0"
2021-07-26 15:25:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2994bee4a3a6a51eb90c218523be382fd7ea09b16380b9312e9dbe955ff7c7d1"
2021-07-26 15:25:30 +02:00
dependencies = [
"bitflags",
"libc",
"libgit2-sys",
"log",
"url",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "glob"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
[[package]]
name = "grenad"
Bring back `release-v0.30.0` into `release-v0.30.0-temp` (final: into `main`) (#3145) * Fix error code of the "duplicate index found" error * Use the content of the ProcessingTasks in the tasks cancelation system * Change the missing_filters error code into missing_task_filters * WIP Introduce the invalid_task_uid error code * Use more precise error codes/message for the task routes + Allow star operator in delete/cancel tasks + rename originalQuery to originalFilters + Display error/canceled_by in task view even when they are = null + Rename task filter fields by using their plural forms + Prepare an error code for canceledBy filter + Only return global tasks if the API key action `index.*` is there * Add canceledBy task filter * Update tests following task API changes * Rename original_query to original_filters everywhere * Update more insta-snap tests * Make clippy happy They're a happy clip now. * Make rustfmt happy >:-( * Fix Index name parsing error message to fit the specification * Bump milli version to 0.35.1 * Fix the new error messages * fix the error messages and add tests * rename the error codes for the sake of consistency * refactor the way we send the cli informations + add the analytics for the config file and ssl usage * Apply suggestions from code review Co-authored-by: Clément Renault <clement@meilisearch.com> * add a comment over the new infos structure * reformat, sorry @kero * Store analytics for the documents deletions * Add analytics on all the settings * Spawn threads with names * Spawn rayon threads with names * update the distinct attributes to the spec update * update the analytics on the search route * implements the analytics on the health and version routes * Fix task details serialization * Add the question mark to the task deletion query filter * Add the question mark to the task cancelation query filter * Fix tests * add analytics on the task route * Add all the missing fields of the new task query type * Create a new analytics for the task deletion * Create a new analytics for the task creation * batch the tasks seen events * Update the finite pagination analytics * add the analytics of the swap-indexes route * Stop removing the DB when failing to read it * Rename originalFilters into originalFilters * Rename matchedDocuments into providedIds * Add `workflow_dispatch` to flaky.yml * Bump grenad to 0.4.4 * Bump milli to version v0.37.0 * Don't multiply total memory returned by sysinfo anymore sysinfo now returns bytes rather than KB * Add a dispatch to the publish binaries workflow * Fix publish release CI * Don't use gold but the default linker * Always display details for the indexDeletion task * Fix the insta tests * refactorize the whole test suite 1. Make a call to assert_internally_consistent automatically when snapshoting the scheduler. There is no point in snapshoting something broken and expect the dumb humans to notice. 2. Replace every possible call to assert_internally_consistent by a snapshot of the scheduler. It takes as many lines and ensure we never change something without noticing in any tests ever. 3. Name every snapshots: it's easier to debug when something goes wrong and easier to review in general. 4. Stop skipping breakpoints, it's too easy to miss something. Now you must explicitely show which path is the scheduler supposed to use. 5. Add a timeout on the channel.recv, it eases the process of writing tests, now when something file you get a failure instead of a deadlock. * rebase on release-v0.30 * makes clippy happy * update the snapshots after a rebase * try to remove the flakyness of the failing test * Add more analytics on the ranking rules positions * Update the dump test to check for the dumpUid dumpCreation task details * send the ranking rules as a string because amplitude is too dumb to process an array as a single value * Display a null dumpUid until we computed the dump itself on disk * Update tests * Check if the master key is missing before returning an error Co-authored-by: Loïc Lecrenier <loic.lecrenier@me.com> Co-authored-by: bors[bot] <26634292+bors[bot]@users.noreply.github.com> Co-authored-by: Kerollmops <clement@meilisearch.com> Co-authored-by: ManyTheFish <many@meilisearch.com> Co-authored-by: Tamo <tamo@meilisearch.com> Co-authored-by: Louis Dureuil <louis@meilisearch.com>
2022-11-28 16:27:41 +01:00
version = "0.4.4"
2021-08-16 13:43:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
Bring back `release-v0.30.0` into `release-v0.30.0-temp` (final: into `main`) (#3145) * Fix error code of the "duplicate index found" error * Use the content of the ProcessingTasks in the tasks cancelation system * Change the missing_filters error code into missing_task_filters * WIP Introduce the invalid_task_uid error code * Use more precise error codes/message for the task routes + Allow star operator in delete/cancel tasks + rename originalQuery to originalFilters + Display error/canceled_by in task view even when they are = null + Rename task filter fields by using their plural forms + Prepare an error code for canceledBy filter + Only return global tasks if the API key action `index.*` is there * Add canceledBy task filter * Update tests following task API changes * Rename original_query to original_filters everywhere * Update more insta-snap tests * Make clippy happy They're a happy clip now. * Make rustfmt happy >:-( * Fix Index name parsing error message to fit the specification * Bump milli version to 0.35.1 * Fix the new error messages * fix the error messages and add tests * rename the error codes for the sake of consistency * refactor the way we send the cli informations + add the analytics for the config file and ssl usage * Apply suggestions from code review Co-authored-by: Clément Renault <clement@meilisearch.com> * add a comment over the new infos structure * reformat, sorry @kero * Store analytics for the documents deletions * Add analytics on all the settings * Spawn threads with names * Spawn rayon threads with names * update the distinct attributes to the spec update * update the analytics on the search route * implements the analytics on the health and version routes * Fix task details serialization * Add the question mark to the task deletion query filter * Add the question mark to the task cancelation query filter * Fix tests * add analytics on the task route * Add all the missing fields of the new task query type * Create a new analytics for the task deletion * Create a new analytics for the task creation * batch the tasks seen events * Update the finite pagination analytics * add the analytics of the swap-indexes route * Stop removing the DB when failing to read it * Rename originalFilters into originalFilters * Rename matchedDocuments into providedIds * Add `workflow_dispatch` to flaky.yml * Bump grenad to 0.4.4 * Bump milli to version v0.37.0 * Don't multiply total memory returned by sysinfo anymore sysinfo now returns bytes rather than KB * Add a dispatch to the publish binaries workflow * Fix publish release CI * Don't use gold but the default linker * Always display details for the indexDeletion task * Fix the insta tests * refactorize the whole test suite 1. Make a call to assert_internally_consistent automatically when snapshoting the scheduler. There is no point in snapshoting something broken and expect the dumb humans to notice. 2. Replace every possible call to assert_internally_consistent by a snapshot of the scheduler. It takes as many lines and ensure we never change something without noticing in any tests ever. 3. Name every snapshots: it's easier to debug when something goes wrong and easier to review in general. 4. Stop skipping breakpoints, it's too easy to miss something. Now you must explicitely show which path is the scheduler supposed to use. 5. Add a timeout on the channel.recv, it eases the process of writing tests, now when something file you get a failure instead of a deadlock. * rebase on release-v0.30 * makes clippy happy * update the snapshots after a rebase * try to remove the flakyness of the failing test * Add more analytics on the ranking rules positions * Update the dump test to check for the dumpUid dumpCreation task details * send the ranking rules as a string because amplitude is too dumb to process an array as a single value * Display a null dumpUid until we computed the dump itself on disk * Update tests * Check if the master key is missing before returning an error Co-authored-by: Loïc Lecrenier <loic.lecrenier@me.com> Co-authored-by: bors[bot] <26634292+bors[bot]@users.noreply.github.com> Co-authored-by: Kerollmops <clement@meilisearch.com> Co-authored-by: ManyTheFish <many@meilisearch.com> Co-authored-by: Tamo <tamo@meilisearch.com> Co-authored-by: Louis Dureuil <louis@meilisearch.com>
2022-11-28 16:27:41 +01:00
checksum = "5232b2d157b7bf63d7abe1b12177039e58db2f29e377517c0cdee1578cca4c93"
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",
"tempfile",
]
[[package]]
name = "h2"
2022-10-26 18:44:10 +02:00
version = "0.3.15"
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 = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"
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",
"indexmap",
"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"
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",
]
2022-08-31 07:58:53 +02:00
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",
2022-08-31 07:58:53 +02:00
"spin 0.9.4",
2021-09-27 15:41:14 +02:00
"stable_deref_trait",
]
[[package]]
name = "heck"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
dependencies = [
"unicode-segmentation",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "heck"
version = "0.4.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
2021-03-10 13:46:49 +01:00
[[package]]
name = "heed"
Bring back `release-v0.30.0` into `release-v0.30.0-temp` (final: into `main`) (#3145) * Fix error code of the "duplicate index found" error * Use the content of the ProcessingTasks in the tasks cancelation system * Change the missing_filters error code into missing_task_filters * WIP Introduce the invalid_task_uid error code * Use more precise error codes/message for the task routes + Allow star operator in delete/cancel tasks + rename originalQuery to originalFilters + Display error/canceled_by in task view even when they are = null + Rename task filter fields by using their plural forms + Prepare an error code for canceledBy filter + Only return global tasks if the API key action `index.*` is there * Add canceledBy task filter * Update tests following task API changes * Rename original_query to original_filters everywhere * Update more insta-snap tests * Make clippy happy They're a happy clip now. * Make rustfmt happy >:-( * Fix Index name parsing error message to fit the specification * Bump milli version to 0.35.1 * Fix the new error messages * fix the error messages and add tests * rename the error codes for the sake of consistency * refactor the way we send the cli informations + add the analytics for the config file and ssl usage * Apply suggestions from code review Co-authored-by: Clément Renault <clement@meilisearch.com> * add a comment over the new infos structure * reformat, sorry @kero * Store analytics for the documents deletions * Add analytics on all the settings * Spawn threads with names * Spawn rayon threads with names * update the distinct attributes to the spec update * update the analytics on the search route * implements the analytics on the health and version routes * Fix task details serialization * Add the question mark to the task deletion query filter * Add the question mark to the task cancelation query filter * Fix tests * add analytics on the task route * Add all the missing fields of the new task query type * Create a new analytics for the task deletion * Create a new analytics for the task creation * batch the tasks seen events * Update the finite pagination analytics * add the analytics of the swap-indexes route * Stop removing the DB when failing to read it * Rename originalFilters into originalFilters * Rename matchedDocuments into providedIds * Add `workflow_dispatch` to flaky.yml * Bump grenad to 0.4.4 * Bump milli to version v0.37.0 * Don't multiply total memory returned by sysinfo anymore sysinfo now returns bytes rather than KB * Add a dispatch to the publish binaries workflow * Fix publish release CI * Don't use gold but the default linker * Always display details for the indexDeletion task * Fix the insta tests * refactorize the whole test suite 1. Make a call to assert_internally_consistent automatically when snapshoting the scheduler. There is no point in snapshoting something broken and expect the dumb humans to notice. 2. Replace every possible call to assert_internally_consistent by a snapshot of the scheduler. It takes as many lines and ensure we never change something without noticing in any tests ever. 3. Name every snapshots: it's easier to debug when something goes wrong and easier to review in general. 4. Stop skipping breakpoints, it's too easy to miss something. Now you must explicitely show which path is the scheduler supposed to use. 5. Add a timeout on the channel.recv, it eases the process of writing tests, now when something file you get a failure instead of a deadlock. * rebase on release-v0.30 * makes clippy happy * update the snapshots after a rebase * try to remove the flakyness of the failing test * Add more analytics on the ranking rules positions * Update the dump test to check for the dumpUid dumpCreation task details * send the ranking rules as a string because amplitude is too dumb to process an array as a single value * Display a null dumpUid until we computed the dump itself on disk * Update tests * Check if the master key is missing before returning an error Co-authored-by: Loïc Lecrenier <loic.lecrenier@me.com> Co-authored-by: bors[bot] <26634292+bors[bot]@users.noreply.github.com> Co-authored-by: Kerollmops <clement@meilisearch.com> Co-authored-by: ManyTheFish <many@meilisearch.com> Co-authored-by: Tamo <tamo@meilisearch.com> Co-authored-by: Louis Dureuil <louis@meilisearch.com>
2022-11-28 16:27:41 +01:00
version = "0.12.4"
source = "git+https://github.com/meilisearch/heed?tag=v0.12.4#7a4542bc72dd60ef0f508c89900ea292218223fb"
2021-03-10 13:46:49 +01:00
dependencies = [
"byteorder",
"heed-traits",
"heed-types",
"libc",
"lmdb-rkv-sys",
"once_cell",
"page_size 0.4.2",
2021-03-10 13:46:49 +01:00
"synchronoise",
"url",
"zerocopy",
]
[[package]]
name = "heed-traits"
version = "0.7.0"
Bring back `release-v0.30.0` into `release-v0.30.0-temp` (final: into `main`) (#3145) * Fix error code of the "duplicate index found" error * Use the content of the ProcessingTasks in the tasks cancelation system * Change the missing_filters error code into missing_task_filters * WIP Introduce the invalid_task_uid error code * Use more precise error codes/message for the task routes + Allow star operator in delete/cancel tasks + rename originalQuery to originalFilters + Display error/canceled_by in task view even when they are = null + Rename task filter fields by using their plural forms + Prepare an error code for canceledBy filter + Only return global tasks if the API key action `index.*` is there * Add canceledBy task filter * Update tests following task API changes * Rename original_query to original_filters everywhere * Update more insta-snap tests * Make clippy happy They're a happy clip now. * Make rustfmt happy >:-( * Fix Index name parsing error message to fit the specification * Bump milli version to 0.35.1 * Fix the new error messages * fix the error messages and add tests * rename the error codes for the sake of consistency * refactor the way we send the cli informations + add the analytics for the config file and ssl usage * Apply suggestions from code review Co-authored-by: Clément Renault <clement@meilisearch.com> * add a comment over the new infos structure * reformat, sorry @kero * Store analytics for the documents deletions * Add analytics on all the settings * Spawn threads with names * Spawn rayon threads with names * update the distinct attributes to the spec update * update the analytics on the search route * implements the analytics on the health and version routes * Fix task details serialization * Add the question mark to the task deletion query filter * Add the question mark to the task cancelation query filter * Fix tests * add analytics on the task route * Add all the missing fields of the new task query type * Create a new analytics for the task deletion * Create a new analytics for the task creation * batch the tasks seen events * Update the finite pagination analytics * add the analytics of the swap-indexes route * Stop removing the DB when failing to read it * Rename originalFilters into originalFilters * Rename matchedDocuments into providedIds * Add `workflow_dispatch` to flaky.yml * Bump grenad to 0.4.4 * Bump milli to version v0.37.0 * Don't multiply total memory returned by sysinfo anymore sysinfo now returns bytes rather than KB * Add a dispatch to the publish binaries workflow * Fix publish release CI * Don't use gold but the default linker * Always display details for the indexDeletion task * Fix the insta tests * refactorize the whole test suite 1. Make a call to assert_internally_consistent automatically when snapshoting the scheduler. There is no point in snapshoting something broken and expect the dumb humans to notice. 2. Replace every possible call to assert_internally_consistent by a snapshot of the scheduler. It takes as many lines and ensure we never change something without noticing in any tests ever. 3. Name every snapshots: it's easier to debug when something goes wrong and easier to review in general. 4. Stop skipping breakpoints, it's too easy to miss something. Now you must explicitely show which path is the scheduler supposed to use. 5. Add a timeout on the channel.recv, it eases the process of writing tests, now when something file you get a failure instead of a deadlock. * rebase on release-v0.30 * makes clippy happy * update the snapshots after a rebase * try to remove the flakyness of the failing test * Add more analytics on the ranking rules positions * Update the dump test to check for the dumpUid dumpCreation task details * send the ranking rules as a string because amplitude is too dumb to process an array as a single value * Display a null dumpUid until we computed the dump itself on disk * Update tests * Check if the master key is missing before returning an error Co-authored-by: Loïc Lecrenier <loic.lecrenier@me.com> Co-authored-by: bors[bot] <26634292+bors[bot]@users.noreply.github.com> Co-authored-by: Kerollmops <clement@meilisearch.com> Co-authored-by: ManyTheFish <many@meilisearch.com> Co-authored-by: Tamo <tamo@meilisearch.com> Co-authored-by: Louis Dureuil <louis@meilisearch.com>
2022-11-28 16:27:41 +01:00
source = "git+https://github.com/meilisearch/heed?tag=v0.12.4#7a4542bc72dd60ef0f508c89900ea292218223fb"
2021-03-10 13:46:49 +01:00
[[package]]
name = "heed-types"
version = "0.7.2"
Bring back `release-v0.30.0` into `release-v0.30.0-temp` (final: into `main`) (#3145) * Fix error code of the "duplicate index found" error * Use the content of the ProcessingTasks in the tasks cancelation system * Change the missing_filters error code into missing_task_filters * WIP Introduce the invalid_task_uid error code * Use more precise error codes/message for the task routes + Allow star operator in delete/cancel tasks + rename originalQuery to originalFilters + Display error/canceled_by in task view even when they are = null + Rename task filter fields by using their plural forms + Prepare an error code for canceledBy filter + Only return global tasks if the API key action `index.*` is there * Add canceledBy task filter * Update tests following task API changes * Rename original_query to original_filters everywhere * Update more insta-snap tests * Make clippy happy They're a happy clip now. * Make rustfmt happy >:-( * Fix Index name parsing error message to fit the specification * Bump milli version to 0.35.1 * Fix the new error messages * fix the error messages and add tests * rename the error codes for the sake of consistency * refactor the way we send the cli informations + add the analytics for the config file and ssl usage * Apply suggestions from code review Co-authored-by: Clément Renault <clement@meilisearch.com> * add a comment over the new infos structure * reformat, sorry @kero * Store analytics for the documents deletions * Add analytics on all the settings * Spawn threads with names * Spawn rayon threads with names * update the distinct attributes to the spec update * update the analytics on the search route * implements the analytics on the health and version routes * Fix task details serialization * Add the question mark to the task deletion query filter * Add the question mark to the task cancelation query filter * Fix tests * add analytics on the task route * Add all the missing fields of the new task query type * Create a new analytics for the task deletion * Create a new analytics for the task creation * batch the tasks seen events * Update the finite pagination analytics * add the analytics of the swap-indexes route * Stop removing the DB when failing to read it * Rename originalFilters into originalFilters * Rename matchedDocuments into providedIds * Add `workflow_dispatch` to flaky.yml * Bump grenad to 0.4.4 * Bump milli to version v0.37.0 * Don't multiply total memory returned by sysinfo anymore sysinfo now returns bytes rather than KB * Add a dispatch to the publish binaries workflow * Fix publish release CI * Don't use gold but the default linker * Always display details for the indexDeletion task * Fix the insta tests * refactorize the whole test suite 1. Make a call to assert_internally_consistent automatically when snapshoting the scheduler. There is no point in snapshoting something broken and expect the dumb humans to notice. 2. Replace every possible call to assert_internally_consistent by a snapshot of the scheduler. It takes as many lines and ensure we never change something without noticing in any tests ever. 3. Name every snapshots: it's easier to debug when something goes wrong and easier to review in general. 4. Stop skipping breakpoints, it's too easy to miss something. Now you must explicitely show which path is the scheduler supposed to use. 5. Add a timeout on the channel.recv, it eases the process of writing tests, now when something file you get a failure instead of a deadlock. * rebase on release-v0.30 * makes clippy happy * update the snapshots after a rebase * try to remove the flakyness of the failing test * Add more analytics on the ranking rules positions * Update the dump test to check for the dumpUid dumpCreation task details * send the ranking rules as a string because amplitude is too dumb to process an array as a single value * Display a null dumpUid until we computed the dump itself on disk * Update tests * Check if the master key is missing before returning an error Co-authored-by: Loïc Lecrenier <loic.lecrenier@me.com> Co-authored-by: bors[bot] <26634292+bors[bot]@users.noreply.github.com> Co-authored-by: Kerollmops <clement@meilisearch.com> Co-authored-by: ManyTheFish <many@meilisearch.com> Co-authored-by: Tamo <tamo@meilisearch.com> Co-authored-by: Louis Dureuil <louis@meilisearch.com>
2022-11-28 16:27:41 +01:00
source = "git+https://github.com/meilisearch/heed?tag=v0.12.4#7a4542bc72dd60ef0f508c89900ea292218223fb"
2021-03-10 13:46:49 +01:00
dependencies = [
"bincode",
"heed-traits",
"serde",
"serde_json",
"zerocopy",
]
[[package]]
name = "hermit-abi"
2021-09-08 12:34:56 +02:00
version = "0.1.19"
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 = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2021-03-10 13:46:49 +01:00
dependencies = [
"libc",
]
[[package]]
name = "hermit-abi"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
dependencies = [
"libc",
]
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 = "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"
2022-06-09 17:44:15 +02:00
version = "0.2.8"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-09 17:44:15 +02:00
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
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 1.0.5",
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"
version = "0.14.23"
2021-04-20 15:20:09 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c"
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 1.0.5",
2021-06-02 17:45:28 +02:00
"pin-project-lite",
2021-05-31 13:59:31 +02:00
"socket2",
"tokio",
2021-04-20 15:20:09 +02:00
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper-rustls"
version = "0.23.2"
2021-04-20 15:20:09 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c"
2021-04-20 15:20:09 +02:00
dependencies = [
"http",
2021-05-31 13:59:31 +02:00
"hyper",
2022-03-14 16:23:26 +01:00
"rustls",
2021-05-31 13:59:31 +02:00
"tokio",
"tokio-rustls",
2021-04-20 15:20:09 +02:00
]
[[package]]
name = "iana-time-zone"
version = "0.1.53"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
"winapi",
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
dependencies = [
"cxx",
"cxx-build",
]
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"
2022-09-12 14:36:45 +02:00
version = "0.3.0"
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 = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
2021-03-10 13:46:49 +01:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "indenter"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
[[package]]
name = "index-scheduler"
version = "1.0.0"
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-types",
"nelson",
"page_size 0.5.0",
"roaring",
"serde",
"serde_json",
"synchronoise",
2022-09-07 20:30:33 +02:00
"tempfile",
"thiserror",
"time",
"uuid 1.2.2",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "indexmap"
version = "1.9.2"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
2021-03-10 13:46:49 +01:00
dependencies = [
"autocfg",
2023-01-04 14:23:44 +01:00
"hashbrown",
2021-03-10 13:46:49 +01:00
"serde",
]
[[package]]
name = "indicatif"
version = "0.17.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cef509aa9bc73864d6756f0d34d35504af3cf0844373afe9b8669a5b8005a729"
dependencies = [
"console",
"number_prefix",
"portable-atomic",
"unicode-width",
]
2022-09-14 01:48:58 +02:00
[[package]]
name = "insta"
version = "1.24.1"
2022-09-14 01:48:58 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb5686bd8e9239eabe90bb30a0c341bffd6fdc177fb556708f2cb792bf00352d"
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
]
2022-10-26 18:44:10 +02:00
[[package]]
name = "io-lifetimes"
version = "1.0.3"
2022-10-26 18:44:10 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c"
dependencies = [
"libc",
"windows-sys",
]
2022-10-26 18:44:10 +02:00
2021-03-10 13:46:49 +01:00
[[package]]
name = "ipnet"
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11b0d96e660696543b251e58030cf9787df56da39dab19ad60eae7353040917e"
[[package]]
name = "is-terminal"
version = "0.4.2"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28dfb6c8100ccc63462345b67d1bbc3679177c75ee4bf59bf29c8b1d110b8189"
dependencies = [
"hermit-abi 0.2.6",
"io-lifetimes",
"rustix",
"windows-sys",
]
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",
]
[[package]]
name = "itoa"
2021-09-08 12:34:56 +02:00
version = "0.4.8"
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 = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
2021-03-10 13:46:49 +01:00
[[package]]
name = "itoa"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
2021-03-10 13:46:49 +01:00
[[package]]
name = "jieba-rs"
version = "0.6.7"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37228e06c75842d1097432d94d02f37fe3ebfca9791c2e8fef6e9db17ed128c1"
2021-03-10 13:46:49 +01:00
dependencies = [
"cedarwood",
"fxhash",
2023-01-04 14:23:44 +01:00
"hashbrown",
2021-03-10 13:46:49 +01:00
"lazy_static",
"phf",
"phf_codegen",
"regex",
]
[[package]]
name = "jobserver"
version = "0.1.25"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"
2021-03-10 13:46:49 +01:00
dependencies = [
"libc",
]
[[package]]
name = "js-sys"
version = "0.3.60"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
2021-03-10 13:46:49 +01:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "json-depth-checker"
2023-01-04 14:23:44 +01:00
version = "0.38.0"
source = "git+https://github.com/meilisearch/milli.git?tag=v0.38.0#c3f4835e8e102586bd6d5eb1e55c4bba5e92f994"
2022-04-14 12:12:54 +02:00
dependencies = [
"serde_json",
]
[[package]]
name = "json-depth-checker"
version = "0.39.0"
dependencies = [
"criterion",
"serde_json",
]
[[package]]
name = "jsonwebtoken"
version = "8.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09f4f04699947111ec1733e71778d763555737579e44b85844cae8e1940a1828"
dependencies = [
2022-03-14 16:23:26 +01:00
"base64",
"pem",
"ring",
"serde",
"serde_json",
"simple_asn1",
]
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.139"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
2021-03-10 13:46:49 +01:00
2021-07-26 15:25:30 +02:00
[[package]]
name = "libgit2-sys"
version = "0.14.0+1.5.0"
2021-07-26 15:25:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47a00859c70c8a4f7218e6d1cc32875c4b55f6799445b842b0d8ed5e4c3d959b"
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"
version = "0.2.6"
2022-03-17 11:59:35 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"
2022-03-17 11:59:35 +01:00
2022-08-23 12:58:10 +02:00
[[package]]
name = "libmimalloc-sys"
version = "0.1.28"
2022-08-23 12:58:10 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04d1c67deb83e6b75fa4fe3309e09cfeade12e7721d95322af500d3814ea60c9"
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"
2022-06-01 17:59:01 +02:00
version = "1.1.8"
2021-07-26 15:25:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-01 17:59:01 +02:00
checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
2021-07-26 15:25:30 +02:00
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "lindera"
2023-01-04 14:23:44 +01:00
version = "0.17.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-04 14:23:44 +01:00
checksum = "082ca91ac4d1557028ace9bfb8cee1500d156a4574dda93cfcdcf4caaebb9bd7"
dependencies = [
"anyhow",
"bincode",
"byteorder",
"encoding",
2022-03-29 18:17:25 +02:00
"lindera-cc-cedict-builder",
"lindera-core",
"lindera-dictionary",
"lindera-ipadic",
"lindera-ipadic-builder",
2023-01-04 14:23:44 +01:00
"lindera-ko-dic",
2022-03-29 18:17:25 +02:00
"lindera-ko-dic-builder",
"lindera-unidic-builder",
"serde",
"serde_json",
2022-03-29 18:17:25 +02:00
"thiserror",
]
[[package]]
name = "lindera-cc-cedict-builder"
2023-01-04 14:23:44 +01:00
version = "0.17.0"
2022-03-29 18:17:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-04 14:23:44 +01:00
checksum = "a8967615a6d85320ec2755e1435c36165467ba01a79026adc3f86dad1b668df3"
2022-03-29 18:17:25 +02:00
dependencies = [
"anyhow",
"bincode",
"byteorder",
2022-10-26 18:44:10 +02:00
"clap 3.2.23",
2022-03-29 18:17:25 +02:00
"csv",
"encoding",
"env_logger",
"glob",
"lindera-core",
"lindera-decompress",
"log",
"yada",
]
[[package]]
name = "lindera-core"
2023-01-04 14:23:44 +01:00
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-04 14:23:44 +01:00
checksum = "0e8ed3cea13f73557a4574a179b1518670a3b70bfdad120521313b03cc89380e"
dependencies = [
"anyhow",
"bincode",
"byteorder",
2023-01-04 14:23:44 +01:00
"encoding_rs",
"log",
"serde",
"thiserror",
"yada",
]
[[package]]
name = "lindera-decompress"
2023-01-04 14:23:44 +01:00
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-04 14:23:44 +01:00
checksum = "2badb41828f89cfa6452db0a66da77897c0a04478304de26c8b2b36613e08d43"
dependencies = [
"anyhow",
"lzma-rs",
"serde",
]
[[package]]
name = "lindera-dictionary"
2023-01-04 14:23:44 +01:00
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-04 14:23:44 +01:00
checksum = "e219722c9f56b920c231210e7c25d8b5d35b508e7a2fd69d368916c4b1c926f6"
dependencies = [
"anyhow",
"bincode",
"byteorder",
"lindera-core",
]
[[package]]
name = "lindera-ipadic"
2023-01-04 14:23:44 +01:00
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-04 14:23:44 +01:00
checksum = "2c8e87c8362c724e8188fb7d9b6d184cac15d01369295e9bff7812b630d57e3b"
dependencies = [
"bincode",
"byteorder",
"encoding",
"flate2",
"lindera-core",
"lindera-ipadic-builder",
"once_cell",
"tar",
]
[[package]]
name = "lindera-ipadic-builder"
2023-01-04 14:23:44 +01:00
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-04 14:23:44 +01:00
checksum = "1439e95852e444a116424086dc64d709c90e8af269ff7d2c2c4020f666f8dfab"
dependencies = [
"anyhow",
"bincode",
"byteorder",
2022-10-26 18:44:10 +02:00
"clap 3.2.23",
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"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb15f949220da45872d774b7831bb030855ec083435c907499782f8558c8a203"
dependencies = [
"bincode",
"byteorder",
"encoding",
"flate2",
"lindera-core",
"lindera-ko-dic-builder",
"once_cell",
"tar",
]
2022-03-29 18:17:25 +02:00
[[package]]
name = "lindera-ko-dic-builder"
2023-01-04 14:23:44 +01:00
version = "0.17.0"
2022-03-29 18:17:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-04 14:23:44 +01:00
checksum = "fde5a7352f4754be4f741e90bf4dff38a12a6572ab3880d0cf688e1166b8d82b"
2022-03-29 18:17:25 +02:00
dependencies = [
"anyhow",
"bincode",
"byteorder",
2022-10-26 18:44:10 +02:00
"clap 3.2.23",
2022-03-29 18:17:25 +02:00
"csv",
"encoding",
"env_logger",
"glob",
"lindera-core",
"lindera-decompress",
"log",
"yada",
]
[[package]]
name = "lindera-unidic-builder"
2023-01-04 14:23:44 +01:00
version = "0.17.0"
2022-03-29 18:17:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-04 14:23:44 +01:00
checksum = "f1451b2ed8a7184a5f815d84f99d358c1d67297305831453dfdc0eb5d08e22b5"
2022-03-29 18:17:25 +02:00
dependencies = [
"anyhow",
"bincode",
"byteorder",
2022-10-26 18:44:10 +02:00
"clap 3.2.23",
2022-03-29 18:17:25 +02:00
"csv",
"encoding",
"env_logger",
"glob",
"lindera-core",
"lindera-decompress",
"log",
"yada",
]
[[package]]
name = "link-cplusplus"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
dependencies = [
"cc",
]
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
2021-03-10 13:46:49 +01:00
[[package]]
name = "lmdb-rkv-sys"
Bring back `release-v0.30.0` into `release-v0.30.0-temp` (final: into `main`) (#3145) * Fix error code of the "duplicate index found" error * Use the content of the ProcessingTasks in the tasks cancelation system * Change the missing_filters error code into missing_task_filters * WIP Introduce the invalid_task_uid error code * Use more precise error codes/message for the task routes + Allow star operator in delete/cancel tasks + rename originalQuery to originalFilters + Display error/canceled_by in task view even when they are = null + Rename task filter fields by using their plural forms + Prepare an error code for canceledBy filter + Only return global tasks if the API key action `index.*` is there * Add canceledBy task filter * Update tests following task API changes * Rename original_query to original_filters everywhere * Update more insta-snap tests * Make clippy happy They're a happy clip now. * Make rustfmt happy >:-( * Fix Index name parsing error message to fit the specification * Bump milli version to 0.35.1 * Fix the new error messages * fix the error messages and add tests * rename the error codes for the sake of consistency * refactor the way we send the cli informations + add the analytics for the config file and ssl usage * Apply suggestions from code review Co-authored-by: Clément Renault <clement@meilisearch.com> * add a comment over the new infos structure * reformat, sorry @kero * Store analytics for the documents deletions * Add analytics on all the settings * Spawn threads with names * Spawn rayon threads with names * update the distinct attributes to the spec update * update the analytics on the search route * implements the analytics on the health and version routes * Fix task details serialization * Add the question mark to the task deletion query filter * Add the question mark to the task cancelation query filter * Fix tests * add analytics on the task route * Add all the missing fields of the new task query type * Create a new analytics for the task deletion * Create a new analytics for the task creation * batch the tasks seen events * Update the finite pagination analytics * add the analytics of the swap-indexes route * Stop removing the DB when failing to read it * Rename originalFilters into originalFilters * Rename matchedDocuments into providedIds * Add `workflow_dispatch` to flaky.yml * Bump grenad to 0.4.4 * Bump milli to version v0.37.0 * Don't multiply total memory returned by sysinfo anymore sysinfo now returns bytes rather than KB * Add a dispatch to the publish binaries workflow * Fix publish release CI * Don't use gold but the default linker * Always display details for the indexDeletion task * Fix the insta tests * refactorize the whole test suite 1. Make a call to assert_internally_consistent automatically when snapshoting the scheduler. There is no point in snapshoting something broken and expect the dumb humans to notice. 2. Replace every possible call to assert_internally_consistent by a snapshot of the scheduler. It takes as many lines and ensure we never change something without noticing in any tests ever. 3. Name every snapshots: it's easier to debug when something goes wrong and easier to review in general. 4. Stop skipping breakpoints, it's too easy to miss something. Now you must explicitely show which path is the scheduler supposed to use. 5. Add a timeout on the channel.recv, it eases the process of writing tests, now when something file you get a failure instead of a deadlock. * rebase on release-v0.30 * makes clippy happy * update the snapshots after a rebase * try to remove the flakyness of the failing test * Add more analytics on the ranking rules positions * Update the dump test to check for the dumpUid dumpCreation task details * send the ranking rules as a string because amplitude is too dumb to process an array as a single value * Display a null dumpUid until we computed the dump itself on disk * Update tests * Check if the master key is missing before returning an error Co-authored-by: Loïc Lecrenier <loic.lecrenier@me.com> Co-authored-by: bors[bot] <26634292+bors[bot]@users.noreply.github.com> Co-authored-by: Kerollmops <clement@meilisearch.com> Co-authored-by: ManyTheFish <many@meilisearch.com> Co-authored-by: Tamo <tamo@meilisearch.com> Co-authored-by: Louis Dureuil <louis@meilisearch.com>
2022-11-28 16:27:41 +01:00
version = "0.15.1"
source = "git+https://github.com/meilisearch/lmdb-rs#501aa34a1ab7f092e3ff54a6c22ff6c55931a2d8"
2021-03-10 13:46:49 +01:00
dependencies = [
"cc",
"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"
version = "0.4.9"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
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"
2022-06-01 17:59:01 +02:00
version = "0.4.17"
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 = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
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]]
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",
"proc-macro2 1.0.49",
"quote 1.0.23",
"syn 1.0.107",
]
[[package]]
name = "lzma-rs"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aba8ecb0450dfabce4ad72085eed0a75dffe8f21f7ada05638564ea9db2d7fb1"
dependencies = [
"byteorder",
"crc",
2021-03-10 13:46:49 +01:00
]
2022-04-28 10:48:57 +02:00
[[package]]
name = "manifest-dir-macros"
2022-06-01 17:59:01 +02:00
version = "0.1.16"
2022-04-28 10:48:57 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-01 17:59:01 +02:00
checksum = "f08150cf2bab1fc47c2196f4f41173a27fcd0f684165e5458c0046b53a472e2f"
2022-04-28 10:48:57 +02:00
dependencies = [
"once_cell",
"proc-macro2 1.0.49",
"quote 1.0.23",
"syn 1.0.107",
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.0.0"
dependencies = [
"insta",
"md5",
"once_cell",
]
[[package]]
name = "meilisearch"
version = "1.0.0"
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 1.1.0",
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 4.0.32",
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",
2021-05-31 13:59:31 +02:00
"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",
2021-03-10 13:46:49 +01:00
"indexmap",
2022-12-21 12:03:06 +01:00
"insta",
2021-09-08 16:54:39 +02:00
"itertools",
"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",
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",
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",
2022-03-14 16:23:26 +01:00
"rustls",
"rustls-pemfile",
"segment",
2021-03-10 13:46:49 +01:00
"serde",
"serde-cs",
2021-03-10 13:46:49 +01:00
"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",
"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",
"uuid 1.2.2",
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.0.0"
dependencies = [
2022-12-22 11:55:27 +01:00
"base64",
"enum-iterator",
"hmac",
"meilisearch-types",
"rand",
"roaring",
"serde",
"serde_json",
"sha2",
"thiserror",
"time",
"uuid 1.2.2",
]
[[package]]
name = "meilisearch-types"
version = "1.0.0"
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",
"milli 0.38.0",
"proptest",
"proptest-derive",
"roaring",
"serde",
"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",
"uuid 1.2.2",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "memchr"
2022-06-01 17:59:01 +02:00
version = "2.5.0"
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 = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2021-03-10 13:46:49 +01:00
[[package]]
name = "memmap2"
version = "0.5.8"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b182332558b18d807c4ce1ca8ca983b34c3ee32765e47b3f0f69b90355cc1dc"
2021-03-10 13:46:49 +01:00
dependencies = [
"libc",
]
[[package]]
name = "memoffset"
version = "0.7.1"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
2021-03-10 13:46:49 +01:00
dependencies = [
"autocfg",
]
[[package]]
name = "milli"
2023-01-04 14:23:44 +01:00
version = "0.38.0"
source = "git+https://github.com/meilisearch/milli.git?tag=v0.38.0#c3f4835e8e102586bd6d5eb1e55c4bba5e92f994"
2021-03-10 13:46:49 +01:00
dependencies = [
2021-09-14 18:39:02 +02:00
"bimap",
"bincode",
"bstr 1.1.0",
2021-03-10 13:46:49 +01:00
"byteorder",
2022-06-06 15:52:51 +02:00
"charabia",
2021-07-28 10:52:47 +02:00
"concat-arrays",
2021-08-16 13:43:06 +02:00
"crossbeam-channel",
"csv",
2021-03-10 13:46:49 +01:00
"either",
"filter-parser 0.38.0",
"flatten-serde-json 0.38.0",
2021-03-10 13:46:49 +01:00
"fst",
"fxhash",
"geoutils",
2021-03-10 13:46:49 +01:00
"grenad",
"heed",
2021-09-08 16:54:39 +02:00
"itertools",
"json-depth-checker 0.38.0",
2021-03-10 13:46:49 +01:00
"levenshtein_automata",
"log",
2021-03-29 09:22:36 +02:00
"logging_timer",
"memmap2",
2021-03-10 13:46:49 +01:00
"obkv",
"once_cell",
"ordered-float",
2021-03-10 13:46:49 +01:00
"rayon",
"roaring",
2021-09-27 15:41:14 +02:00
"rstar",
2021-03-10 13:46:49 +01:00
"serde",
"serde_json",
2022-03-14 16:23:26 +01:00
"slice-group-by",
2021-03-10 13:46:49 +01:00
"smallstr",
"smallvec",
2022-04-14 12:12:54 +02:00
"smartstring",
2021-03-10 13:46:49 +01:00
"tempfile",
2022-05-18 10:26:52 +02:00
"thiserror",
"time",
"uuid 1.2.2",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "milli"
version = "0.39.0"
dependencies = [
"big_s",
"bimap",
"bincode",
"bstr 1.1.0",
"byteorder",
"charabia",
"concat-arrays",
"crossbeam-channel",
"csv",
"deserr",
"either",
"filter-parser 0.39.0",
"flatten-serde-json 0.39.0",
"fst",
"fuzzcheck",
"fxhash",
"geoutils",
"grenad",
"heed",
"insta",
"itertools",
"json-depth-checker 0.39.0",
"levenshtein_automata",
"log",
"logging_timer",
"maplit",
"md5",
"memmap2",
"obkv",
"once_cell",
"ordered-float",
"rand",
"rayon",
"roaring",
"rstar",
"serde",
"serde_json",
"slice-group-by",
"smallstr",
"smallvec",
"smartstring",
"tempfile",
"thiserror",
"time",
"uuid 1.2.2",
]
2022-08-23 12:58:10 +02:00
[[package]]
name = "mimalloc"
version = "0.1.32"
2022-08-23 12:58:10 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b2374e2999959a7b583e1811a1ddbf1d3a4b9496eceb9746f1192a59d871eca"
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.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
[[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"
2021-03-10 13:46:49 +01:00
[[package]]
name = "miniz_oxide"
version = "0.6.2"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
2021-03-10 13:46:49 +01:00
dependencies = [
"adler",
]
[[package]]
name = "mio"
2022-10-26 18:44:10 +02:00
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 18:44:10 +02:00
checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
dependencies = [
"libc",
"log",
"wasi",
"windows-sys",
2021-03-10 13:46:49 +01:00
]
[[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 = "nom"
version = "7.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5507769c4919c998e69e49c839d9dc6e693ede4cc4290d6ad8b41d4f09c548c"
dependencies = [
"memchr",
"minimal-lexical",
]
[[package]]
name = "nom_locate"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37794436ca3029a3089e0b95d42da1f0b565ad271e4d3bb4bad0c7bb70b10605"
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"
version = "0.4.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc51db7b362b205941f71232e56c625156eb9a929f8cf74a428fd5bc094a4afc"
2021-03-10 13:46:49 +01:00
dependencies = [
2021-05-31 13:59:31 +02:00
"winapi",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "nu-ansi-term"
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e62e2187cbceeafee9fb7b5e5e182623e0628ebf430a479df4487beb8f92fd7a"
dependencies = [
"overload",
"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",
]
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"
2022-06-01 17:59:01 +02:00
version = "0.2.15"
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 = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
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"
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
dependencies = [
"hermit-abi 0.2.6",
"libc",
]
[[package]]
name = "number_prefix"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
[[package]]
name = "object"
version = "0.27.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"
dependencies = [
"memchr",
]
2021-09-14 18:39:02 +02:00
[[package]]
name = "object"
version = "0.30.1"
2021-09-14 18:39:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d864c91689fdc196779b98dba0aceac6118594c2df6ee5d943eb6a8df4d107a"
2021-09-14 18:39:02 +02:00
dependencies = [
"memchr",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "obkv"
2021-07-28 10:52:47 +02:00
version = "0.2.0"
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 = "f69e48cd7c8e5bb52a1da1287fdbfd877c32673176583ce664cd63b201aba385"
2021-03-10 13:46:49 +01:00
[[package]]
name = "once_cell"
version = "1.17.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
[[package]]
name = "oorandom"
version = "11.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
2021-03-10 13:46:49 +01:00
[[package]]
name = "ordered-float"
version = "3.4.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d84eb1409416d254e4a9c8fa56cc24701755025b458f0fcd8e59e1f5f40c23bf"
2021-03-10 13:46:49 +01:00
dependencies = [
"num-traits",
]
[[package]]
name = "os_str_bytes"
version = "6.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
[[package]]
name = "owo-colors"
version = "3.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
2021-03-10 13:46:49 +01:00
[[package]]
name = "page_size"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eebde548fbbf1ea81a99b128872779c437752fb99f217c45245e1a61dcd9edcd"
dependencies = [
"libc",
2021-05-31 13:59:31 +02:00
"winapi",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "page_size"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b7663cbd190cfd818d08efa8497f6cd383076688c49a391ef7c0d03cd12b561"
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"
version = "0.9.5"
2022-02-26 00:28:55 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ff9f3fef3968a3ec5945535ed654cb38ff72d7495a25619e2247fb15a2ed9ba"
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",
"redox_syscall",
"smallvec",
"windows-sys",
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"
version = "1.0.11"
2021-04-20 12:07:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba"
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"
2022-08-31 07:58:53 +02:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 07:58:53 +02:00
checksum = "03c64931a1a212348ec4f3b4362585eca7159d0d09cbdf4a7f74f02173596fd4"
dependencies = [
2022-03-14 16:23:26 +01:00
"base64",
]
2021-04-20 12:07:22 +02:00
[[package]]
2021-03-10 13:46:49 +01:00
name = "percent-encoding"
2022-09-12 14:36:45 +02:00
version = "2.2.0"
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 = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
2021-03-10 13:46:49 +01:00
[[package]]
name = "permissive-json-pointer"
version = "1.0.0"
dependencies = [
"big_s",
"serde_json",
]
2022-09-26 14:56:08 +02:00
[[package]]
name = "pest"
version = "2.5.2"
2022-09-26 14:56:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f6e86fb9e7026527a0d46bc308b841d73170ef8f443e1807f6ef88526a816d4"
2022-09-26 14:56:08 +02:00
dependencies = [
"thiserror",
"ucd-trie",
]
[[package]]
name = "pest_derive"
version = "2.5.2"
2022-09-26 14:56:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96504449aa860c8dcde14f9fba5c58dc6658688ca1fe363589d6327b8662c603"
2022-09-26 14:56:08 +02:00
dependencies = [
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
version = "2.5.2"
2022-09-26 14:56:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "798e0220d1111ae63d66cb66a5dcb3fc2d986d520b98e49e1852bfdb11d7c5e7"
2022-09-26 14:56:08 +02:00
dependencies = [
"pest",
"pest_meta",
"proc-macro2 1.0.49",
"quote 1.0.23",
"syn 1.0.107",
2022-09-26 14:56:08 +02:00
]
[[package]]
name = "pest_meta"
version = "2.5.2"
2022-09-26 14:56:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "984298b75898e30a843e278a9f2452c31e349a073a0ce6fd950a12a74464e065"
2022-09-26 14:56:08 +02:00
dependencies = [
"once_cell",
"pest",
"sha1",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "phf"
version = "0.11.1"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c"
2021-03-10 13:46:49 +01:00
dependencies = [
"phf_shared",
]
[[package]]
name = "phf_codegen"
version = "0.11.1"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a56ac890c5e3ca598bbdeaa99964edb5b0258a583a9eb6ef4e89fc85d9224770"
2021-03-10 13:46:49 +01:00
dependencies = [
"phf_generator",
"phf_shared",
]
[[package]]
name = "phf_generator"
version = "0.11.1"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf"
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_shared"
version = "0.11.1"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676"
2021-03-10 13:46:49 +01:00
dependencies = [
"siphasher",
]
[[package]]
name = "pin-project-lite"
2022-04-28 10:48:57 +02:00
version = "0.2.9"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-28 10:48:57 +02:00
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
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"
2022-10-26 18:44:10 +02:00
version = "0.3.26"
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 = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
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"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2538b639e642295546c50fcd545198c9d64ee2a38620a628724a3b266d5fbf97"
dependencies = [
"num-traits",
"plotters-backend",
"plotters-svg",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "plotters-backend"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "193228616381fecdc1224c62e96946dfbc73ff4384fba576e052ff8c1bea8142"
[[package]]
name = "plotters-svg"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9a81d2759aae1dae668f783c308bc5c8ebd191ff4184aaa1b37f65a6ae5a56f"
dependencies = [
"plotters-backend",
]
[[package]]
name = "portable-atomic"
version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26f6a7b87c2e435a3241addceeeff740ff8b7e76b74c13bf9acb17fa454ea00b"
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",
"proc-macro2 1.0.49",
"quote 1.0.23",
"syn 1.0.107",
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 = [
"proc-macro2 1.0.49",
"quote 1.0.23",
2021-03-10 13:46:49 +01:00
"version_check",
]
[[package]]
name = "proc-macro2"
2021-03-29 09:22:36 +02:00
version = "0.4.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
dependencies = [
"unicode-xid 0.1.0",
]
[[package]]
name = "proc-macro2"
version = "1.0.49"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"
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",
"byteorder",
"hex",
"lazy_static",
2022-10-26 18:44:10 +02:00
"rustix",
]
[[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 = "proptest"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e0d9cc07f18492d879586c92b485def06bc850da3118075cd45d50e9c95b0e5"
dependencies = [
"bit-set",
"bitflags",
"byteorder",
"lazy_static",
"num-traits",
"quick-error 2.0.1",
"rand",
"rand_chacha",
"rand_xorshift",
"regex-syntax",
"rusty-fork",
"tempfile",
]
[[package]]
name = "proptest-derive"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90b46295382dc76166cb7cf2bb4a97952464e4b7ed5a43e6cd34e1fec3349ddc"
dependencies = [
"proc-macro2 0.4.30",
"quote 0.6.13",
"syn 0.15.44",
]
[[package]]
name = "protobuf"
version = "2.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
[[package]]
name = "quick-error"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
[[package]]
name = "quick-error"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
2021-03-10 13:46:49 +01:00
[[package]]
name = "quote"
2021-03-29 09:22:36 +02:00
version = "0.6.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
dependencies = [
"proc-macro2 0.4.30",
]
[[package]]
name = "quote"
version = "1.0.23"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
2021-03-10 13:46:49 +01:00
dependencies = [
"proc-macro2 1.0.49",
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_xorshift"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
dependencies = [
"rand_core",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "rayon"
version = "1.6.1"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7"
2021-03-10 13:46:49 +01:00
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
version = "1.10.1"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3"
2021-03-10 13:46:49 +01:00
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
2022-09-12 14:36:45 +02:00
"crossbeam-utils",
2021-03-10 13:46:49 +01:00
"num_cpus",
]
[[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",
]
[[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",
2022-03-24 14:53:08 +01:00
"thiserror",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "regex"
version = "1.7.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
2021-03-10 13:46:49 +01:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-automata"
2021-06-02 17:45:28 +02:00
version = "0.1.10"
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 = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
2021-03-10 13:46:49 +01:00
[[package]]
name = "regex-syntax"
version = "0.6.28"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
2021-03-10 13:46:49 +01:00
[[package]]
name = "remove_dir_all"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
dependencies = [
2021-05-31 13:59:31 +02:00
"winapi",
2021-03-10 13:46:49 +01:00
]
2021-04-20 15:20:09 +02:00
[[package]]
name = "reqwest"
version = "0.11.13"
2021-04-20 15:20:09 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68cc60575865c7831548863cc02356512e3f1dc2f3f82cb837d7fc4cc8f3c97c"
2021-04-20 15:20:09 +02:00
dependencies = [
2022-03-14 16:23:26 +01:00
"base64",
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",
2022-03-14 16:23:26 +01:00
"rustls",
"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",
2021-05-31 13:59:31 +02:00
"tokio",
"tokio-rustls",
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",
2021-05-31 13:59:31 +02:00
"webpki-roots",
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 = "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"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef0fb5e826a8bde011ecae6a8539dd333884335c57ff0f003fbe27c25bbe8f71"
dependencies = [
"bytemuck",
"byteorder",
"retain_mut",
"serde",
]
2021-09-27 15:41:14 +02:00
[[package]]
name = "rstar"
2022-03-17 11:59:35 +01:00
version = "0.9.3"
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 = "b40f1bfe5acdab44bc63e6699c28b74f75ec43afb59f3eda01e145aff86a25fa"
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"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
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.6"
2022-10-26 18:44:10 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4feacf7db682c6c329c4ede12649cd36ecab0f3be5b7d74e6a20304725db4549"
2022-10-26 18:44:10 +02:00
dependencies = [
"bitflags",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys",
"windows-sys",
2022-10-26 18:44:10 +02:00
]
[[package]]
name = "rustls"
version = "0.20.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "539a2bfe908f471bfa933876bd1eb6a19cf2176d375f82ef7f99530a40e48c2c"
dependencies = [
"log",
"ring",
2022-03-14 16:23:26 +01:00
"sct",
"webpki",
2021-03-10 13:46:49 +01:00
]
2022-08-31 07:58:53 +02:00
[[package]]
name = "rustls-pemfile"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55"
dependencies = [
"base64",
]
2021-07-26 15:25:30 +02:00
[[package]]
name = "rustversion"
version = "1.0.11"
2021-07-26 15:25:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5583e89e108996506031660fe09baa5011b9dd0341b89029313006d1fb508d70"
2021-07-26 15:25:30 +02:00
[[package]]
name = "rusty-fork"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
dependencies = [
"fnv",
"quick-error 1.2.3",
"tempfile",
"wait-timeout",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "ryu"
version = "1.0.12"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
2021-03-10 13:46:49 +01:00
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",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "scratch"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2"
[[package]]
name = "sct"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "segment"
version = "0.2.1"
2021-10-27 16:20:27 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24fc91c898e0487ff3e471d0849bbaf7d38a00ff5e3531009d386b0bab9b6b12"
dependencies = [
"async-trait",
"reqwest",
"serde",
"serde_json",
"thiserror",
"time",
]
2021-09-08 12:34:56 +02:00
[[package]]
name = "semver"
version = "1.0.16"
2022-03-17 11:59:35 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"
2021-03-10 13:46:49 +01:00
[[package]]
name = "serde"
version = "1.0.152"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
2021-03-10 13:46:49 +01:00
dependencies = [
"serde_derive",
]
[[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"
version = "1.0.152"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
2021-03-10 13:46:49 +01:00
dependencies = [
"proc-macro2 1.0.49",
"quote 1.0.23",
"syn 1.0.107",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "serde_json"
version = "1.0.91"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
2021-03-10 13:46:49 +01:00
dependencies = [
"indexmap",
"itoa 1.0.5",
2021-03-10 13:46:49 +01:00
"ryu",
"serde",
]
[[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 1.0.5",
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"
version = "0.10.6"
2022-08-31 07:58:53 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
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 = "sharded-slab"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
dependencies = [
"lazy_static",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "signal-hook-registry"
2021-06-02 17:45:28 +02:00
version = "1.4.0"
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 = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
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"
2022-08-31 07:58:53 +02:00
version = "0.4.7"
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 = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
dependencies = [
"autocfg",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "slice-group-by"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec"
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"
version = "1.10.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
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"
2022-09-12 14:36:45 +02:00
version = "0.4.7"
2021-03-29 09:22:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 14:36:45 +02:00
checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
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
]
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"
2022-08-31 07:58:53 +02:00
version = "0.9.4"
2022-03-17 11:59:35 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 07:58:53 +02:00
checksum = "7f6002a767bff9e83f8eeecf883ecb8011875a21ae8da43bffb817a57e78cc09"
2022-03-17 11:59:35 +01:00
dependencies = [
"lock_api",
]
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"
[[package]]
name = "stderrlog"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69a26bbf6de627d389164afa9783739b56746c6c72c4ed16539f4ff54170327b"
dependencies = [
"atty",
"chrono",
"log",
"termcolor",
"thread_local",
]
[[package]]
name = "strsim"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
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 = "structopt"
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
dependencies = [
"clap 2.34.0",
"lazy_static",
"structopt-derive",
]
[[package]]
name = "structopt-derive"
version = "0.4.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
dependencies = [
"heck 0.3.3",
"proc-macro-error",
"proc-macro2 1.0.49",
"quote 1.0.23",
"syn 1.0.107",
]
[[package]]
name = "subtle"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
2021-03-10 13:46:49 +01:00
[[package]]
name = "syn"
2021-03-29 09:22:36 +02:00
version = "0.15.44"
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 = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
2021-03-10 13:46:49 +01:00
dependencies = [
2021-03-29 09:22:36 +02:00
"proc-macro2 0.4.30",
"quote 0.6.13",
"unicode-xid 0.1.0",
]
[[package]]
name = "syn"
version = "1.0.107"
2021-03-29 09:22:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
2021-03-29 09:22:36 +02:00
dependencies = [
"proc-macro2 1.0.49",
"quote 1.0.23",
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",
]
[[package]]
name = "synstructure"
version = "0.12.6"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
2021-03-10 13:46:49 +01:00
dependencies = [
"proc-macro2 1.0.49",
"quote 1.0.23",
"syn 1.0.107",
"unicode-xid 0.2.4",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "sysinfo"
version = "0.26.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29ddf41e393a9133c81d5f0974195366bd57082deac6e0eb02ed39b8341c2bb6"
dependencies = [
2022-09-12 14:36:45 +02:00
"cfg-if",
"core-foundation-sys",
"libc",
"ntapi",
"once_cell",
"rayon",
"winapi",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "tar"
version = "0.4.38"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
2021-03-10 13:46:49 +01:00
dependencies = [
"filetime",
"libc",
"xattr",
]
[[package]]
name = "temp-env"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a30d48359f77fbb6af3d7b928cc2d092e1dc90b44f397e979ef08ae15733ed65"
dependencies = [
"once_cell",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "tempfile"
version = "3.3.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
2021-03-10 13:46:49 +01:00
dependencies = [
2022-09-12 14:36:45 +02:00
"cfg-if",
"fastrand",
2021-03-10 13:46:49 +01:00
"libc",
2021-03-29 09:22:36 +02:00
"redox_syscall",
2021-03-10 13:46:49 +01:00
"remove_dir_all",
2021-05-31 13:59:31 +02:00
"winapi",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "termcolor"
version = "1.1.3"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
2021-03-10 13:46:49 +01:00
dependencies = [
"winapi-util",
]
[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
dependencies = [
"unicode-width",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "textwrap"
2022-10-26 18:44:10 +02:00
version = "0.16.0"
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 = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
2021-03-10 13:46:49 +01:00
[[package]]
name = "thiserror"
version = "1.0.38"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
2021-03-10 13:46:49 +01:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.38"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
2021-03-10 13:46:49 +01:00
dependencies = [
"proc-macro2 1.0.49",
"quote 1.0.23",
"syn 1.0.107",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "thread_local"
version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
dependencies = [
"once_cell",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "time"
version = "0.3.17"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376"
2021-03-10 13:46:49 +01:00
dependencies = [
"itoa 1.0.5",
"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"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
2021-03-10 13:46:49 +01:00
[[package]]
name = "time-macros"
version = "0.2.6"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d967f99f534ca7e495c575c62638eebc2898a8c84c119b89e250477bc4ba16b2"
2022-10-26 18:44:10 +02:00
dependencies = [
"time-core",
]
2021-03-10 13:46:49 +01:00
[[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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
version = "1.24.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7125661431c26622a80ca5051a2f936c9a678318e0351007b0cc313143024e5c"
2021-03-10 13:46:49 +01:00
dependencies = [
2022-08-31 07:58:53 +02:00
"autocfg",
2021-09-08 12:34:56 +02:00
"bytes",
2021-03-10 13:46:49 +01:00
"libc",
"memchr",
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",
2022-02-26 00:28:55 +01:00
"socket2",
2021-03-10 13:46:49 +01:00
"tokio-macros",
"windows-sys",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "tokio-macros"
version = "1.8.2"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"
2021-03-10 13:46:49 +01:00
dependencies = [
"proc-macro2 1.0.49",
"quote 1.0.23",
"syn 1.0.107",
]
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 = [
2022-03-14 16:23:26 +01:00
"rustls",
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
]
2021-09-14 18:39:02 +02:00
[[package]]
name = "tokio-stream"
version = "0.1.11"
2021-09-14 18:39:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce"
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"
2022-09-12 14:36:45 +02:00
version = "0.7.4"
2022-02-26 00:28:55 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 14:36:45 +02:00
checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"
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"
version = "0.5.10"
2021-04-20 15:20:09 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f"
2021-04-20 15:20:09 +02:00
dependencies = [
"serde",
]
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",
2021-03-10 13:46:49 +01:00
"tracing-core",
]
[[package]]
name = "tracing-core"
version = "0.1.30"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
2021-03-10 13:46:49 +01:00
dependencies = [
2022-06-09 17:44:15 +02:00
"once_cell",
"valuable",
]
[[package]]
name = "tracing-error"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
dependencies = [
"tracing",
"tracing-subscriber",
]
[[package]]
name = "tracing-subscriber"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70"
dependencies = [
"sharded-slab",
"thread_local",
"tracing-core",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "try-lock"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
[[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"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
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"
2022-04-28 10:48:57 +02:00
version = "0.3.8"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-28 10:48:57 +02:00
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
2021-03-10 13:46:49 +01:00
2022-06-01 17:59:01 +02:00
[[package]]
name = "unicode-ident"
version = "1.0.6"
2022-06-01 17:59:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
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-segmentation"
version = "1.10.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
2021-03-10 13:46:49 +01:00
[[package]]
name = "unicode-width"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2021-03-29 09:22:36 +02:00
[[package]]
name = "unicode-xid"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
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 = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
[[package]]
name = "url"
2022-09-12 14:36:45 +02:00
version = "2.3.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 = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
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"
2022-09-12 14:36:45 +02:00
version = "2.1.2"
2021-03-29 09:22:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-12 14:36:45 +02:00
checksum = "e8db7427f936968176eaa7cdf81b7f98b980b18495ec28f1b5791ac3bfe3eea9"
2021-03-29 09:22:36 +02:00
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
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"
version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c"
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",
]
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
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"
[[package]]
name = "vec_map"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2021-03-10 13:46:49 +01:00
[[package]]
name = "vergen"
version = "7.5.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "571b69f690c855821462709b6f41d42ceccc316fbd17b60bd06d06928cfe6a99"
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 = "wait-timeout"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
dependencies = [
"libc",
]
2021-03-29 09:22:36 +02:00
[[package]]
name = "walkdir"
version = "2.3.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 = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
dependencies = [
"same-file",
2021-05-31 13:59:31 +02:00
"winapi",
2021-03-29 09:22:36 +02:00
"winapi-util",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "wana_kana"
version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5770f395a1c9d6d64bee602f0a36763d7861ef5715f9d4f707cb0086f82dba54"
dependencies = [
"fnv",
"itertools",
"lazy_static",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "want"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
"log",
"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"
version = "0.2.83"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
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"
version = "0.2.83"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
2021-03-10 13:46:49 +01:00
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2 1.0.49",
"quote 1.0.23",
"syn 1.0.107",
2021-03-10 13:46:49 +01:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.33"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"
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"
version = "0.2.83"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
2021-03-10 13:46:49 +01:00
dependencies = [
"quote 1.0.23",
2021-03-10 13:46:49 +01:00
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.83"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
2021-03-10 13:46:49 +01:00
dependencies = [
"proc-macro2 1.0.49",
"quote 1.0.23",
"syn 1.0.107",
2021-03-10 13:46:49 +01:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.83"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
2021-03-10 13:46:49 +01:00
[[package]]
name = "web-sys"
version = "0.3.60"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"
2021-03-10 13:46:49 +01:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
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
]
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-01-04 14:23:44 +01:00
"hashbrown",
"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.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
2022-02-26 00:28:55 +01:00
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
[[package]]
name = "windows_aarch64_msvc"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
[[package]]
name = "windows_i686_gnu"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
[[package]]
name = "windows_i686_msvc"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
[[package]]
name = "windows_x86_64_gnu"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
[[package]]
name = "windows_x86_64_msvc"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
2021-03-10 13:46:49 +01:00
[[package]]
name = "winreg"
version = "0.10.1"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
2021-03-10 13:46:49 +01:00
dependencies = [
2021-05-31 13:59:31 +02:00
"winapi",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "xattr"
2022-06-01 17:59:01 +02:00
version = "0.2.3"
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 = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
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",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "zerocopy"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6580539ad917b7c026220c4b3f2c08d52ce54d6ce0dc491e66002e35388fab46"
dependencies = [
"byteorder",
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
2021-05-03 15:39:53 +02:00
version = "0.2.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-03 15:39:53 +02:00
checksum = "d498dbd1fd7beb83c86709ae1c33ca50942889473473d287d56ce4770a18edfb"
2021-03-10 13:46:49 +01:00
dependencies = [
"proc-macro2 1.0.49",
"syn 1.0.107",
2021-03-10 13:46:49 +01:00
"synstructure",
]
2021-04-20 15:20:09 +02:00
[[package]]
name = "zip"
version = "0.6.3"
2021-04-20 15:20:09 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "537ce7411d25e54e8ae21a7ce0b15840e7bfcff15b51d697ec3266cc76bdf080"
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",
"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 = [
"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"
version = "2.0.4+zstd.1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fa202f2ef00074143e219d15b62ffc317d17cc33909feac471c044087cad7b0"
dependencies = [
"cc",
"libc",
2021-04-20 15:20:09 +02:00
]