MeiliSearch/Cargo.lock

3648 lines
86 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"
version = "0.4.1"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13895df506faee81e423febbae3a33b27fca71831b96bb3d60adf16ebcfea952"
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",
"tokio-util",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "actix-cors"
2021-09-08 12:34:56 +02:00
version = "0.5.4"
source = "git+https://github.com/MarinPostma/actix-extras.git?rev=963ac94d#963ac94d33fb0f59d8c9ed8b9409e4270fc36912"
2021-03-10 13:46:49 +01:00
dependencies = [
"actix-web",
"derive_more",
"futures-util",
"log",
"once_cell",
"tinyvec",
]
[[package]]
name = "actix-http"
2021-09-08 12:34:56 +02:00
version = "3.0.0-beta.10"
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 = "dd38a862fa7fead2b47ee55e550982aba583ebc7365ccf0155b49934ad6f16f9"
2021-03-10 13:46:49 +01:00
dependencies = [
2021-03-29 09:22:36 +02:00
"actix-codec",
"actix-rt",
"actix-service",
2021-03-10 13:46:49 +01:00
"actix-tls",
2021-03-29 09:22:36 +02:00
"actix-utils",
"ahash 0.7.6",
2021-05-31 13:59:31 +02:00
"base64",
2021-03-10 13:46:49 +01:00
"bitflags",
"brotli2",
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",
"futures-util",
2021-05-31 13:59:31 +02:00
"h2",
2021-03-10 13:46:49 +01:00
"http",
"httparse",
"itoa",
"language-tags",
2021-03-29 09:22:36 +02:00
"local-channel",
2021-03-10 13:46:49 +01:00
"log",
"mime",
"once_cell",
"percent-encoding",
2021-03-29 09:22:36 +02:00
"pin-project",
2021-05-31 13:59:31 +02:00
"pin-project-lite",
2021-09-28 22:16:18 +02:00
"rand",
2021-03-10 13:46:49 +01:00
"regex",
"serde",
"sha-1",
2021-03-10 13:46:49 +01:00
"smallvec",
2021-06-02 17:45:28 +02:00
"time 0.2.27",
2021-05-31 13:59:31 +02:00
"tokio",
2021-09-08 12:34:56 +02:00
"zstd",
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.10",
"syn 1.0.82",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "actix-router"
2021-09-08 12:34:56 +02:00
version = "0.5.0-beta.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 = "36b95ce0d76d1aa2f98b681702807475ade0f99bd4552546a6843a966d42ea3d"
2021-03-10 13:46:49 +01:00
dependencies = [
"bytestring",
2021-09-08 12:34:56 +02:00
"firestorm",
2021-03-10 13:46:49 +01:00
"http",
"log",
"regex",
"serde",
]
[[package]]
name = "actix-rt"
version = "2.5.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05c2f80ce8d0c990941c7a7a931f69fd0701b76d521f8d36298edf59cd3fbf1f"
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.0.0-beta.9"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "411dd3296dd317ff5eff50baa13f31923ea40ec855dd7f2d3ed8639948f0195f"
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",
2021-03-10 13:46:49 +01:00
"log",
2021-05-31 13:59:31 +02:00
"mio",
2021-03-10 13:46:49 +01:00
"num_cpus",
"socket2",
2021-05-31 13:59:31 +02:00
"tokio",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "actix-service"
version = "2.0.1"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d3dc6a618b082974a08d7a4781d24d4691cba51500059bfebe6656a61ebfe1e"
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"
2021-03-29 09:22:36 +02:00
version = "3.0.0-beta.5"
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 = "65b7bb60840962ef0332f7ea01a57d73a24d2cb663708511ff800250bbfef569"
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
"derive_more",
"futures-core",
"http",
"log",
2021-05-31 13:59:31 +02:00
"tokio-rustls",
"tokio-util",
"webpki-roots",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "actix-utils"
2021-03-29 09:22:36 +02:00
version = "3.0.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 = "e491cbaac2e7fc788dfff99ff48ef317e23b3cf63dbaf7aaab6418f40f92aa94"
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"
2021-09-08 12:34:56 +02:00
version = "4.0.0-beta.9"
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 = "d34aa2b23ec9c7c9a799b3cf9258f67c91b18ac3f0f5f484e175c7ac46739bb5"
2021-03-10 13:46:49 +01:00
dependencies = [
2021-03-29 09:22:36 +02:00
"actix-codec",
"actix-http",
"actix-macros",
2021-03-10 13:46:49 +01:00
"actix-router",
2021-03-29 09:22:36 +02:00
"actix-rt",
2021-03-10 13:46:49 +01:00
"actix-server",
2021-03-29 09:22:36 +02:00
"actix-service",
2021-03-10 13:46:49 +01:00
"actix-tls",
2021-03-29 09:22:36 +02:00
"actix-utils",
2021-03-10 13:46:49 +01:00
"actix-web-codegen",
"ahash 0.7.6",
2021-09-08 12:34:56 +02:00
"bytes",
"cfg-if 1.0.0",
2021-04-21 13:49:21 +02:00
"cookie",
2021-03-10 13:46:49 +01:00
"derive_more",
"either",
"encoding_rs",
"futures-core",
"futures-util",
2021-04-21 13:49:21 +02:00
"itoa",
2021-03-29 09:22:36 +02:00
"language-tags",
2021-03-10 13:46:49 +01:00
"log",
"mime",
2021-03-29 09:22:36 +02:00
"once_cell",
2021-09-08 12:34:56 +02:00
"paste",
2021-03-29 09:22:36 +02:00
"pin-project",
2021-03-10 13:46:49 +01:00
"regex",
"serde",
"serde_json",
"serde_urlencoded",
"smallvec",
2021-05-31 13:59:31 +02:00
"socket2",
2021-06-02 17:45:28 +02:00
"time 0.2.27",
2021-03-10 13:46:49 +01:00
"url",
]
[[package]]
name = "actix-web-codegen"
version = "0.5.0-beta.5"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfe80a8828fa88a0420dc8fdd4c16b8207326c917f17701881b063eadc2a8d3b"
2021-03-10 13:46:49 +01:00
dependencies = [
2021-09-08 12:34:56 +02:00
"actix-router",
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.82",
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"
2021-09-08 12:34:56 +02:00
source = "git+https://github.com/MarinPostma/actix-web-static-files.git?rev=39d8006#39d8006a8c1c3319d8d9edfa4d917c2ba6655f1f"
2021-04-21 13:49:21 +02:00
dependencies = [
"actix-service",
"actix-web",
"change-detection",
"derive_more",
"futures",
"mime_guess",
"path-slash",
]
2021-09-14 18:39:02 +02:00
[[package]]
name = "addr2line"
version = "0.17.0"
2021-09-14 18:39:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
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 = "ahash"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8fd72866655d1904d6b0997d0b07ba561047d070fbe29de039031c641b61217"
[[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"
2021-05-03 15:39:53 +02:00
version = "0.7.18"
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 = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
2021-03-10 13:46:49 +01:00
dependencies = [
"memchr",
]
[[package]]
name = "ansi_term"
version = "0.12.1"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
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 = "anyhow"
version = "1.0.51"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b26702f315f53b6071259e15dd9d64528213b44d61de1ec926eca7715d62203"
2021-09-14 18:39:02 +02:00
dependencies = [
"backtrace",
]
2021-03-10 13:46:49 +01:00
2021-04-22 10:14:29 +02:00
[[package]]
name = "arc-swap"
version = "1.5.0"
2021-04-22 10:14:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5d78ce20460b82d3fa150275ed9d55e21064fc7951177baacf86a145c4a4b1f"
2021-04-22 10:14:29 +02:00
2021-03-10 13:46:49 +01:00
[[package]]
2021-09-27 15:41:14 +02:00
name = "as-slice"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45403b49e3954a4b8428a0ac21a4b7afadccf92bfd96273f1a58cd4812496ae0"
2021-03-10 13:46:49 +01:00
dependencies = [
2021-09-27 15:41:14 +02:00
"generic-array 0.12.4",
"generic-array 0.13.3",
"generic-array 0.14.4",
"stable_deref_trait",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "assert-json-diff"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f1c3703dd33532d7f0ca049168930e9099ecac238e23cf932f3a69c42f06da"
dependencies = [
"serde",
"serde_json",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "async-stream"
2021-06-02 17:45:28 +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-06-02 17:45:28 +02:00
checksum = "171374e7e3b2504e0e5236e3b59260560f9fe94bfe9ac39ba5e4e929c5590625"
2021-03-10 13:46:49 +01:00
dependencies = [
"async-stream-impl",
"futures-core",
]
[[package]]
name = "async-stream-impl"
2021-06-02 17:45:28 +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-06-02 17:45:28 +02:00
checksum = "648ed8c8d2ce5409ccd57453d9d1b214b342a0d69376a6feda1fd6cae3299308"
2021-03-10 13:46:49 +01:00
dependencies = [
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.82",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "async-trait"
2021-09-08 12:34:56 +02:00
version = "0.1.51"
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 = "44318e776df68115a881de9a8fd1b9e53368d7a4a5ce4cc48517da3393233a5e"
2021-03-10 13:46:49 +01:00
dependencies = [
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.82",
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",
"libc",
2021-05-31 13:59:31 +02:00
"winapi",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "autocfg"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2021-09-14 18:39:02 +02:00
[[package]]
name = "backtrace"
version = "0.3.63"
2021-09-14 18:39:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "321629d8ba6513061f26707241fa9bc89524ff1cd7a915a97ef0c62c666ce1b6"
2021-09-14 18:39:02 +02:00
dependencies = [
"addr2line",
"cc",
"cfg-if 1.0.0",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "base-x"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"
[[package]]
name = "base64"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
2021-09-14 18:39:02 +02:00
[[package]]
name = "bimap"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50ae17cabbc8a38a1e3e4c1a6a664e9a09672dc14d0896fa8d865d3a5a446b07"
dependencies = [
"serde",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "bincode"
2021-03-29 09:22:36 +02:00
version = "1.3.3"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-29 09:22:36 +02:00
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
2021-03-10 13:46:49 +01:00
dependencies = [
"serde",
]
[[package]]
name = "bit-set"
version = "0.5.2"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de"
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"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
dependencies = [
"generic-array 0.14.4",
]
[[package]]
name = "brotli-sys"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4445dea95f4c2b41cde57cc9fee236ae4dbae88d8fcbdb4750fc1bb5d86aaecd"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "brotli2"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0cb036c3eade309815c15ddbacec5b22c4d1f3983a774ab2eac2e3e9ea85568e"
dependencies = [
"brotli-sys",
"libc",
]
[[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 = "bumpalo"
version = "3.8.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f1e260c3a9040a7c19a12468758f4c16f31a81a1fe087482be9570ec864bb6c"
2021-03-10 13:46:49 +01:00
[[package]]
name = "byte-unit"
version = "4.0.13"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "956ffc5b0ec7d7a6949e3f21fd63ba5af4cffdc2ba1e0b7bf62b481458c4ae7f"
2021-03-10 13:46:49 +01:00
dependencies = [
"utf8-width",
]
[[package]]
name = "bytecount"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72feb31ffc86498dacdbd0fcebb56138e7177a8cc5cea4516031d15ae85a742e"
2021-03-10 13:46:49 +01:00
[[package]]
name = "bytemuck"
2021-09-08 12:34:56 +02:00
version = "1.7.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 = "72957246c41db82b8ef88a5486143830adeb8227ef9837740bdec67724cf2c5b"
2021-08-16 13:43:06 +02:00
dependencies = [
"bytemuck_derive",
]
[[package]]
name = "bytemuck_derive"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e215f8c2f9f79cb53c8335e687ffd07d5bfcb6fe5fc80723762d0be46e7cc54"
dependencies = [
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.82",
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"
2021-09-08 12:34:56 +02:00
version = "1.1.0"
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 = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
2021-03-10 13:46:49 +01:00
[[package]]
name = "bytestring"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90706ba19e97b90786e19dc0d5e2abd80008d99d4c0c5d1ad0b5e72cec7c494d"
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"
2021-06-02 17:45:28 +02:00
version = "0.4.3"
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 = "6afcd980b5f3a45017c57e57a2fcccbb351cc43a356ce117ef760ef8052b89b0"
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"
2021-06-02 17:45:28 +02:00
version = "0.9.2"
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 = "9c3596addfb02dcdc06f5252ddda9f3785f9230f5827fb4284645240fa05ad92"
2021-04-20 15:20:09 +02:00
dependencies = [
"serde",
"serde_derive",
"toml",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "cc"
version = "1.0.72"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
2021-03-10 13:46:49 +01:00
dependencies = [
"jobserver",
]
[[package]]
name = "cedarwood"
2021-09-28 22:58:48 +02:00
version = "0.4.5"
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 = "fa312498f9f41452998d984d3deb84c84f86aeb8a2499d7505bb8106d78d147d"
2021-03-10 13:46:49 +01:00
dependencies = [
"smallvec",
]
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[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",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "character_converter"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e48477ece09d6a21c033cb604968524a37782532727055d6f6faafac1781e5c"
dependencies = [
"bincode",
]
[[package]]
name = "chrono"
version = "0.4.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
dependencies = [
"libc",
"num-integer",
"num-traits",
"serde",
"time 0.1.44",
2021-05-31 13:59:31 +02:00
"winapi",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "clap"
version = "2.34.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
2021-03-10 13:46:49 +01:00
dependencies = [
"ansi_term",
"atty",
"bitflags",
"strsim",
"textwrap",
"unicode-width",
"vec_map",
]
2021-07-28 10:52:47 +02:00
[[package]]
name = "concat-arrays"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1df715824eb382e34b7afb7463b0247bf41538aeba731fba05241ecdb5dc3747"
dependencies = [
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.82",
2021-07-28 10:52:47 +02:00
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "const_fn"
2021-06-02 17:45:28 +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-06-02 17:45:28 +02:00
checksum = "f92cfa0fd5690b3cf8c1ef2cabbd9b7ef22fa53cf5e1f92b05103f6d5d1cf6e7"
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 = "cookie"
2021-09-08 12:34:56 +02:00
version = "0.15.1"
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 = "d5f1c7727e460397e56abc4bddc1d49e07a1ad78fc98eb2e1c8f032a58a2f80d"
2021-03-10 13:46:49 +01:00
dependencies = [
"percent-encoding",
2021-06-02 17:45:28 +02:00
"time 0.2.27",
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"
2021-09-08 12:34:56 +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-09-08 12:34:56 +02:00
checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"
2021-06-02 17:45:28 +02:00
dependencies = [
"libc",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "crc32fast"
version = "1.2.2"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3825b1e8580894917dc4468cb634a1b4e9745fddc854edad72d9c04644c0319f"
2021-03-10 13:46:49 +01:00
dependencies = [
"cfg-if 1.0.0",
]
[[package]]
name = "crossbeam-channel"
2021-03-29 09:22:36 +02:00
version = "0.5.1"
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 = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
2021-03-10 13:46:49 +01:00
dependencies = [
"cfg-if 1.0.0",
2021-06-02 17:45:28 +02:00
"crossbeam-utils 0.8.5",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "crossbeam-deque"
2021-09-08 12:34:56 +02:00
version = "0.8.1"
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 = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
2021-03-10 13:46:49 +01:00
dependencies = [
"cfg-if 1.0.0",
"crossbeam-epoch",
2021-06-02 17:45:28 +02:00
"crossbeam-utils 0.8.5",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "crossbeam-epoch"
2021-06-02 17:45:28 +02:00
version = "0.9.5"
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 = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd"
2021-03-10 13:46:49 +01:00
dependencies = [
"cfg-if 1.0.0",
2021-06-02 17:45:28 +02:00
"crossbeam-utils 0.8.5",
2021-03-10 13:46:49 +01:00
"lazy_static",
"memoffset",
"scopeguard",
]
[[package]]
name = "crossbeam-queue"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b"
dependencies = [
"crossbeam-utils 0.6.6",
]
[[package]]
name = "crossbeam-utils"
version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6"
dependencies = [
"cfg-if 0.1.10",
"lazy_static",
]
[[package]]
name = "crossbeam-utils"
2021-06-02 17:45:28 +02:00
version = "0.8.5"
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 = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
2021-03-10 13:46:49 +01:00
dependencies = [
"cfg-if 1.0.0",
"lazy_static",
]
[[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",
"csv-core",
"itoa",
"ryu",
"serde",
]
[[package]]
name = "csv-core"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
dependencies = [
"memchr",
]
2021-09-22 15:07:04 +02:00
[[package]]
name = "derivative"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.82",
2021-09-22 15:07:04 +02:00
]
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 = [
2021-03-29 09:22:36 +02:00
"convert_case",
"proc-macro2 1.0.32",
"quote 1.0.10",
"rustc_version 0.4.0",
"syn 1.0.82",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "deunicode"
2021-09-08 12:34:56 +02:00
version = "1.3.1"
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 = "f2c9736e15e7df1638a7f6eee92a6511615c738246a052af5ba86f039b65aede"
2021-03-29 09:22:36 +02:00
2021-10-04 18:31:05 +02:00
[[package]]
name = "difference"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
2021-03-10 13:46:49 +01:00
[[package]]
name = "digest"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
"generic-array 0.14.4",
]
[[package]]
name = "dirs-next"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf36e65a80337bea855cd4ef9b8401ffce06a7baedf2e85ec467b1ac3f6e82b6"
dependencies = [
"cfg-if 1.0.0",
"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",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "discard"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
2021-10-04 18:31:05 +02:00
[[package]]
name = "downcast"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bb454f0228b18c7f4c3b0ebbee346ed9c52e7443b0999cd543ff3571205701d"
2021-03-10 13:46:49 +01:00
[[package]]
name = "either"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
[[package]]
name = "encoding_rs"
version = "0.8.29"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a74ea89a0a1b98f6332de42c95baff457ada66d1cb4030f9ff151b2041a1c746"
2021-03-10 13:46:49 +01:00
dependencies = [
"cfg-if 1.0.0",
]
2021-07-26 15:25:30 +02:00
[[package]]
name = "enum-iterator"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4eeac5c5edb79e4e39fe8439ef35207780a11f69c52cbe424ce3dfad4cb78de6"
dependencies = [
"enum-iterator-derive",
]
[[package]]
name = "enum-iterator-derive"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c134c37760b27a871ba422106eedbb8247da973a09e82558bf26d619c882b159"
dependencies = [
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.82",
2021-07-26 15:25:30 +02:00
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "env_logger"
2021-09-08 12:34:56 +02:00
version = "0.9.0"
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 = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
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",
]
[[package]]
name = "filetime"
2021-09-08 12:34:56 +02:00
version = "0.2.15"
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 = "975ccf83d8d9d0d84682850a38c8169027be83368805971cc4f238c2b245bc98"
2021-03-10 13:46:49 +01:00
dependencies = [
"cfg-if 1.0.0",
"libc",
2021-03-29 09:22:36 +02:00
"redox_syscall",
2021-05-31 13:59:31 +02:00
"winapi",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "filter-parser"
version = "0.1.0"
source = "git+https://github.com/meilisearch/milli.git?tag=v0.21.0#c83b77304a3062bdbb5b2a3503a710711caebdea"
dependencies = [
"nom",
"nom_locate",
]
2021-09-08 12:34:56 +02:00
[[package]]
name = "firestorm"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31586bda1b136406162e381a3185a506cdfc1631708dd40cba2f6628d8634499"
2021-03-10 13:46:49 +01:00
[[package]]
name = "flate2"
2021-09-28 22:58:48 +02:00
version = "1.0.22"
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 = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"
2021-03-10 13:46:49 +01:00
dependencies = [
"cfg-if 1.0.0",
"crc32fast",
"libc",
"miniz_oxide",
]
2021-10-04 18:31:05 +02:00
[[package]]
name = "float-cmp"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1267f4ac4f343772758f7b1bdcbe767c218bbab93bb432acbf5162bbf85a6c4"
dependencies = [
"num-traits",
]
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"
2021-03-29 09:22:36 +02:00
version = "1.0.1"
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 = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
2021-03-10 13:46:49 +01:00
dependencies = [
"matches",
"percent-encoding",
]
2021-10-04 18:31:05 +02:00
[[package]]
name = "fragile"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69a039c3498dc930fe810151a34ba0c1c70b02b8625035592e74432f678591f2"
2021-03-10 13:46:49 +01:00
[[package]]
name = "fs_extra"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"
[[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.18"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8cd0210d8c325c245ff06fd95a3b13689a1a276ac8cfa8e8720cb840bfb84b9e"
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.18"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fc8cd39e3dbf865f7340dce6a2d401d24fd37c6fe6c4f0ee0de8bfca2252d27"
2021-03-10 13:46:49 +01:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.18"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "629316e42fe7c2a0b9a65b47d159ceaa5453ab14e8f0a3c5eedbb8cd55b4a445"
2021-03-10 13:46:49 +01:00
[[package]]
name = "futures-executor"
version = "0.3.18"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b808bf53348a36cab739d7e04755909b9fcaaa69b7d7e588b37b6ec62704c97"
2021-03-10 13:46:49 +01:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
version = "0.3.18"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e481354db6b5c353246ccf6a728b0c5511d752c08da7260546fc0933869daa11"
2021-03-10 13:46:49 +01:00
[[package]]
name = "futures-macro"
version = "0.3.18"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a89f17b21645bc4ed773c69af9c9a0effd4a3f1a3876eadd453469f8854e7fdd"
2021-03-10 13:46:49 +01:00
dependencies = [
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.82",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "futures-sink"
version = "0.3.18"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "996c6442437b62d21a32cd9906f9c41e7dc1e19a9579843fad948696769305af"
2021-03-10 13:46:49 +01:00
[[package]]
name = "futures-task"
version = "0.3.18"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dabf1872aaab32c886832f2276d2f5399887e2bd613698a02359e4ea83f8de12"
2021-03-10 13:46:49 +01:00
[[package]]
name = "futures-util"
version = "0.3.18"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d22213122356472061ac0f1ab2cee28d2bac8491410fd68c2af53d1cedb83e"
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 = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
"byteorder",
]
[[package]]
name = "generic-array"
2021-03-29 09:22:36 +02:00
version = "0.12.4"
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 = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
2021-03-10 13:46:49 +01:00
dependencies = [
"typenum",
]
2021-09-27 15:41:14 +02:00
[[package]]
name = "generic-array"
version = "0.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f797e67af32588215eaaab8327027ee8e71b9dd0b2b26996aedf20c030fce309"
dependencies = [
"typenum",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "generic-array"
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
dependencies = [
"typenum",
"version_check",
]
2021-09-27 15:41:14 +02:00
[[package]]
name = "geoutils"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e006f616a407d396ace1d2ebb3f43ed73189db8b098079bd129928d7645dd1e"
2021-03-10 13:46:49 +01:00
[[package]]
name = "getrandom"
2021-06-02 17:45:28 +02:00
version = "0.2.3"
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 = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
2021-03-10 13:46:49 +01:00
dependencies = [
"cfg-if 1.0.0",
"libc",
2021-09-08 12:34:56 +02:00
"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.32",
"quote 1.0.10",
"syn 1.0.82",
2021-07-26 15:25:30 +02:00
]
2021-09-14 18:39:02 +02:00
[[package]]
name = "gimli"
version = "0.26.1"
2021-09-14 18:39:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
2021-09-14 18:39:02 +02:00
2021-07-26 15:25:30 +02:00
[[package]]
name = "git2"
version = "0.13.24"
2021-07-26 15:25:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "845e007a28f1fcac035715988a234e8ec5458fd825b20a20c7dec74237ef341f"
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"
2021-09-08 16:54:39 +02:00
version = "0.3.1"
2021-08-16 13:43:06 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 16:54:39 +02:00
checksum = "1a7a9cc43b28a20f791b17863f34a36654fdfa50be6d0a67bb18c1e34d145f18"
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"
version = "0.3.7"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fd819562fcebdac5afc5c113c3ec36f902840b70fd4fc458799c8ce4607ae55"
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",
"tokio-util",
2021-03-10 13:46:49 +01:00
"tracing",
]
2021-09-27 15:41:14 +02:00
[[package]]
name = "hash32"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4041af86e63ac4298ce40e5cca669066e75b6f1aa3390fe2561ffa5e1d9f4cc"
dependencies = [
"byteorder",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "hashbrown"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96282e96bfcd3da0d3aa9938bedf1e50df3269b6db08b4876d2da0bb1a0841cf"
dependencies = [
"ahash 0.3.8",
"autocfg",
]
2021-03-29 09:22:36 +02:00
[[package]]
name = "hashbrown"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
2021-09-27 15:41:14 +02:00
[[package]]
name = "heapless"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "634bd4d29cbf24424d0a4bfcbf80c6960129dc24424752a7d1d1390607023422"
dependencies = [
"as-slice",
"generic-array 0.14.4",
"hash32",
"stable_deref_trait",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "heck"
2021-06-02 17:45:28 +02:00
version = "0.3.3"
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 = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
2021-03-10 13:46:49 +01:00
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "heed"
2021-08-31 14:27:45 +02:00
version = "0.12.1"
source = "git+https://github.com/Kerollmops/heed?tag=v0.12.1#fc017cf3394af737f92fd71e16f0499a78b79d65"
2021-03-10 13:46:49 +01:00
dependencies = [
"byteorder",
"heed-traits",
"heed-types",
"libc",
"lmdb-rkv-sys",
"once_cell",
"page_size",
"serde",
"synchronoise",
"url",
"zerocopy",
]
[[package]]
name = "heed-traits"
version = "0.7.0"
2021-08-31 14:27:45 +02:00
source = "git+https://github.com/Kerollmops/heed?tag=v0.12.1#fc017cf3394af737f92fd71e16f0499a78b79d65"
2021-03-10 13:46:49 +01:00
[[package]]
name = "heed-types"
version = "0.7.2"
2021-08-31 14:27:45 +02:00
source = "git+https://github.com/Kerollmops/heed?tag=v0.12.1#fc017cf3394af737f92fd71e16f0499a78b79d65"
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",
]
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"
2021-03-10 13:46:49 +01:00
[[package]]
name = "http"
2021-09-28 22:58:48 +02:00
version = "0.2.5"
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 = "1323096b05d41827dadeaee54c9981958c0f94e670bc94ed80037d1a7b8b186b"
2021-03-10 13:46:49 +01:00
dependencies = [
2021-09-08 12:34:56 +02:00
"bytes",
2021-03-10 13:46:49 +01:00
"fnv",
"itoa",
]
2021-04-20 15:20:09 +02:00
[[package]]
name = "http-body"
version = "0.4.4"
2021-04-20 15:20:09 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"
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"
2021-09-08 12:34:56 +02:00
version = "1.5.1"
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 = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503"
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 = "human_format"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86cce260d758a9aa3d7c4b99d55c815a540f8a37514ba6046ab6be402a157cb0"
[[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.15"
2021-04-20 15:20:09 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "436ec0091e4f20e655156a30a0df3770fe2900aa301e548e08446ec794b6953c"
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",
2021-04-20 15:20:09 +02:00
"itoa",
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.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64"
dependencies = [
"futures-util",
2021-05-31 13:59:31 +02:00
"hyper",
2021-04-20 15:20:09 +02:00
"log",
2021-05-31 13:59:31 +02:00
"rustls",
"tokio",
"tokio-rustls",
2021-04-20 15:20:09 +02:00
"webpki",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "idna"
2021-03-29 09:22:36 +02:00
version = "0.2.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 = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
2021-03-10 13:46:49 +01:00
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "indexmap"
2021-09-08 12:34:56 +02:00
version = "1.7.0"
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 = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
2021-03-10 13:46:49 +01:00
dependencies = [
"autocfg",
2021-09-08 12:34:56 +02:00
"hashbrown 0.11.2",
2021-03-10 13:46:49 +01:00
"serde",
]
[[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 = [
"cfg-if 1.0.0",
]
[[package]]
name = "ipnet"
2021-06-21 16:59:27 +02:00
version = "2.3.1"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-21 16:59:27 +02:00
checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9"
2021-03-10 13:46:49 +01:00
[[package]]
name = "itertools"
2021-06-02 17:45:28 +02:00
version = "0.10.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 = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
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 = "jieba-rs"
version = "0.6.6"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c7e12f50325401dde50c29ca32cff44bae20873135b39f4e19ecf305226dd80"
2021-03-10 13:46:49 +01:00
dependencies = [
"cedarwood",
"fxhash",
2021-03-29 09:22:36 +02:00
"hashbrown 0.11.2",
2021-03-10 13:46:49 +01:00
"lazy_static",
"phf",
"phf_codegen",
"regex",
]
[[package]]
name = "jobserver"
2021-09-08 12:34:56 +02:00
version = "0.1.24"
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 = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
2021-03-10 13:46:49 +01:00
dependencies = [
"libc",
]
[[package]]
name = "js-sys"
2021-09-28 22:58:48 +02:00
version = "0.3.55"
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 = "7cc9ffccd38c451a86bf13657df244e9c3f37493cce8e5e21e940963777acc84"
2021-03-10 13:46:49 +01:00
dependencies = [
"wasm-bindgen",
]
[[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.108"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8521a1b57e76b1ec69af7599e75e38e7b7fad6610f037db8c79b127201b5d119"
2021-03-10 13:46:49 +01:00
2021-07-26 15:25:30 +02:00
[[package]]
name = "libgit2-sys"
version = "0.12.25+1.3.0"
2021-07-26 15:25:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f68169ef08d6519b2fe133ecc637408d933c0174b23b80bb2f79828966fbaab"
2021-07-26 15:25:30 +02:00
dependencies = [
"cc",
"libc",
"libz-sys",
"pkg-config",
]
[[package]]
name = "libz-sys"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "linked-hash-map"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
[[package]]
name = "lmdb-rkv-sys"
2021-06-29 10:25:47 +02:00
version = "0.15.0"
source = "git+https://github.com/meilisearch/lmdb-rs#d0b50d02938ee84e4e4372697ea991fe2a4cae3b"
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"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6246c68cf195087205a0512559c97e15eaf95198bf0e206d662092cdcb03fe9f"
dependencies = [
"futures-core",
"futures-sink",
"futures-util",
"local-waker",
]
[[package]]
name = "local-waker"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84f9a2d3e27ce99ce2c3aad0b09b1a7b916293ea9b2bf624c13fe646fadd8da4"
2021-03-10 13:46:49 +01:00
[[package]]
name = "lock_api"
2021-09-08 12:34:56 +02:00
version = "0.4.5"
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 = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"
2021-03-10 13:46:49 +01:00
dependencies = [
"scopeguard",
]
[[package]]
name = "log"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
dependencies = [
"cfg-if 1.0.0",
]
[[package]]
2021-03-29 09:22:36 +02:00
name = "logging_timer"
version = "1.0.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 = "40d0c249955c17c2f8f86b5f501b16d2509ebbe775f7b1d1d2b1ba85ade2a793"
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.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "482c2c28e6bcfe7c4274f82f701774d755e6aa873edfd619460fcd0966e0eb07"
dependencies = [
"log",
"proc-macro2 0.4.30",
"quote 0.6.13",
"syn 0.15.44",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "maplit"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
2021-03-10 13:46:49 +01:00
[[package]]
name = "matches"
2021-09-08 12:34:56 +02:00
version = "0.1.9"
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 = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
2021-03-10 13:46:49 +01:00
[[package]]
name = "meilisearch-auth"
version = "0.24.0"
dependencies = [
"chrono",
"enum-iterator",
"heed",
"meilisearch-error",
"rand",
"serde",
"serde_json",
"sha2",
"thiserror",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "meilisearch-error"
version = "0.24.0"
2021-03-10 13:46:49 +01:00
dependencies = [
2021-03-29 09:22:36 +02:00
"actix-http",
"actix-web",
"proptest",
"proptest-derive",
"serde",
"serde_json",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "meilisearch-http"
version = "0.24.0"
2021-03-10 13:46:49 +01:00
dependencies = [
"actix-cors",
2021-03-29 09:22:36 +02:00
"actix-rt",
"actix-tls",
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",
2021-04-22 10:14:29 +02:00
"arc-swap",
"assert-json-diff",
2021-03-10 13:46:49 +01:00
"async-stream",
"async-trait",
"bstr",
2021-03-10 13:46:49 +01:00
"byte-unit",
2021-09-08 12:34:56 +02:00
"bytes",
2021-04-20 15:20:09 +02:00
"cargo_toml",
2021-03-10 13:46:49 +01:00
"chrono",
"crossbeam-channel",
"either",
2021-05-31 13:59:31 +02:00
"env_logger",
2021-03-10 13:46:49 +01:00
"flate2",
"fst",
"futures",
"futures-util",
"heed",
2021-04-20 15:20:09 +02:00
"hex",
2021-03-10 13:46:49 +01:00
"http",
"indexmap",
2021-09-08 16:54:39 +02:00
"itertools",
2021-03-10 13:46:49 +01:00
"log",
"maplit",
"meilisearch-auth",
2021-03-10 13:46:49 +01:00
"meilisearch-error",
"meilisearch-lib",
"meilisearch-tokenizer 0.2.5",
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",
2021-03-29 09:22:36 +02:00
"parking_lot",
2021-04-20 12:07:22 +02:00
"paste",
2021-04-29 16:19:06 +02:00
"pin-project",
"platform-dirs",
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",
"rustls",
"segment",
2021-03-10 13:46:49 +01:00
"serde",
"serde_json",
"serde_url_params",
"sha-1",
2021-03-10 13:46:49 +01:00
"sha2",
"siphasher",
"slice-group-by",
"structopt",
2021-08-16 18:45:58 +02:00
"sysinfo",
2021-03-10 13:46:49 +01:00
"tar",
"tempfile",
"thiserror",
"tikv-jemallocator",
2021-05-31 13:59:31 +02:00
"tokio",
2021-09-14 18:39:02 +02:00
"tokio-stream",
2021-03-29 09:22:36 +02:00
"urlencoding",
2021-03-10 13:46:49 +01:00
"uuid",
"vergen",
2021-03-29 09:22:36 +02:00
"walkdir",
2021-04-20 15:20:09 +02:00
"zip",
2021-03-29 09:22:36 +02:00
]
[[package]]
name = "meilisearch-lib"
version = "0.24.0"
dependencies = [
"actix-rt",
"actix-web",
"actix-web-static-files",
"anyhow",
"async-stream",
"async-trait",
"byte-unit",
"bytes",
"chrono",
"crossbeam-channel",
2021-09-22 15:46:25 +02:00
"csv",
2021-09-22 15:07:04 +02:00
"derivative",
"either",
"flate2",
"fs_extra",
"fst",
"futures",
"futures-util",
"heed",
"http",
"indexmap",
"itertools",
2021-09-27 15:41:14 +02:00
"lazy_static",
"log",
"meilisearch-error",
"meilisearch-tokenizer 0.2.5",
"milli",
"mime",
2021-10-04 18:31:05 +02:00
"mockall",
"nelson",
"num_cpus",
"obkv",
"once_cell",
"parking_lot",
"paste",
"pin-project",
"proptest",
"proptest-derive",
2021-09-28 22:16:18 +02:00
"rand",
"rayon",
"regex",
"reqwest",
"rustls",
"serde",
"serde_json",
"siphasher",
"slice-group-by",
"structopt",
"sysinfo",
"tar",
"tempfile",
"thiserror",
"tokio",
"uuid",
"walkdir",
"whoami",
]
2021-07-28 10:52:47 +02:00
[[package]]
name = "meilisearch-tokenizer"
2021-08-18 12:09:34 +02:00
version = "0.2.5"
source = "git+https://github.com/meilisearch/tokenizer.git?tag=v0.2.5#c0b5cf741ed9485147f2cbe523f2214d4fa4c395"
2021-07-28 10:52:47 +02:00
dependencies = [
"character_converter",
"cow-utils",
"deunicode",
"fst",
"jieba-rs",
"once_cell",
"slice-group-by",
"unicode-segmentation",
2021-08-12 13:55:47 +02:00
"whatlang",
2021-06-21 17:00:09 +02:00
]
[[package]]
name = "meilisearch-tokenizer"
version = "0.2.6"
source = "git+https://github.com/meilisearch/tokenizer.git?tag=v0.2.6#a69bb0cf442ea6357464d71bdf5d28273e5153ba"
dependencies = [
"character_converter",
"cow-utils",
"deunicode",
"fst",
"jieba-rs",
"once_cell",
"slice-group-by",
"unicode-segmentation",
"whatlang",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "memchr"
2021-09-08 12:34:56 +02:00
version = "2.4.1"
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 = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
2021-03-10 13:46:49 +01:00
[[package]]
name = "memmap2"
version = "0.5.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4647a11b578fead29cdbb34d4adef8dd3dc35b876c9c6d5240d83f205abfe96e"
2021-03-10 13:46:49 +01:00
dependencies = [
"libc",
]
[[package]]
name = "memoffset"
2021-06-02 17:45:28 +02:00
version = "0.6.4"
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 = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"
2021-03-10 13:46:49 +01:00
dependencies = [
"autocfg",
]
[[package]]
name = "milli"
version = "0.21.0"
source = "git+https://github.com/meilisearch/milli.git?tag=v0.21.0#c83b77304a3062bdbb5b2a3503a710711caebdea"
2021-03-10 13:46:49 +01:00
dependencies = [
2021-09-14 18:39:02 +02:00
"bimap",
"bincode",
2021-03-10 13:46:49 +01:00
"bstr",
"byteorder",
2021-03-29 09:22:36 +02:00
"chrono",
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",
2021-03-10 13:46:49 +01:00
"flate2",
"fst",
"fxhash",
2021-09-27 15:41:14 +02:00
"geoutils",
2021-03-10 13:46:49 +01:00
"grenad",
"heed",
"human_format",
2021-09-08 16:54:39 +02:00
"itertools",
2021-03-10 13:46:49 +01:00
"levenshtein_automata",
"linked-hash-map",
"log",
2021-03-29 09:22:36 +02:00
"logging_timer",
"meilisearch-tokenizer 0.2.6",
"memmap2",
2021-03-10 13:46:49 +01:00
"obkv",
"once_cell",
"ordered-float",
"rayon",
"roaring",
2021-09-27 15:41:14 +02:00
"rstar",
2021-03-10 13:46:49 +01:00
"serde",
"serde_json",
2021-03-29 09:22:36 +02:00
"slice-group-by",
2021-03-10 13:46:49 +01:00
"smallstr",
"smallvec",
"tempfile",
"uuid",
]
[[package]]
name = "mime"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
[[package]]
name = "mime_guess"
version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
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"
2021-03-29 09:22:36 +02:00
version = "0.4.4"
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 = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
2021-03-10 13:46:49 +01:00
dependencies = [
"adler",
"autocfg",
]
[[package]]
name = "mio"
version = "0.7.14"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
2021-03-10 13:46:49 +01:00
dependencies = [
"libc",
"log",
2021-05-31 13:59:31 +02:00
"miow",
2021-03-10 13:46:49 +01:00
"ntapi",
2021-05-31 13:59:31 +02:00
"winapi",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "miow"
2021-03-29 09:22:36 +02:00
version = "0.3.7"
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 = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
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
]
2021-10-04 18:31:05 +02:00
[[package]]
name = "mockall"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ab571328afa78ae322493cacca3efac6a0f2e0a67305b4df31fd439ef129ac0"
dependencies = [
"cfg-if 1.0.0",
"downcast",
"fragile",
"lazy_static",
"mockall_derive",
"predicates",
"predicates-tree",
]
[[package]]
name = "mockall_derive"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7e25b214433f669161f414959594216d8e6ba83b6679d3db96899c0b4639033"
dependencies = [
"cfg-if 1.0.0",
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.82",
]
[[package]]
name = "nelson"
version = "0.1.0"
source = "git+https://github.com/MarinPostma/nelson.git?rev=e5f4ff046c21e7e986c7cb31550d1c9e7f0b693b#e5f4ff046c21e7e986c7cb31550d1c9e7f0b693b"
[[package]]
name = "nom"
version = "7.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"
dependencies = [
"memchr",
"minimal-lexical",
"version_check",
]
[[package]]
name = "nom_locate"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37794436ca3029a3089e0b95d42da1f0b565ad271e4d3bb4bad0c7bb70b10605"
dependencies = [
"bytecount",
"memchr",
"nom",
2021-10-04 18:31:05 +02:00
]
[[package]]
name = "normalize-line-endings"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
2021-03-10 13:46:49 +01:00
[[package]]
name = "ntapi"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
dependencies = [
2021-05-31 13:59:31 +02:00
"winapi",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "num-integer"
version = "0.1.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-traits"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
dependencies = [
"autocfg",
]
[[package]]
name = "num_cpus"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
dependencies = [
"hermit-abi",
"libc",
]
2021-09-14 18:39:02 +02:00
[[package]]
name = "object"
version = "0.27.1"
2021-09-14 18:39:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"
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"
2021-06-02 17:45:28 +02:00
version = "1.8.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 = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
2021-03-10 13:46:49 +01:00
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
[[package]]
name = "ordered-float"
2021-09-08 12:34:56 +02:00
version = "2.8.0"
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 = "97c9d06878b3a851e8026ef94bf7fef9ba93062cd412601da4d9cf369b1cc62d"
2021-03-10 13:46:49 +01:00
dependencies = [
"num-traits",
]
[[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 = "parking_lot"
2021-09-08 12:34:56 +02:00
version = "0.11.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 = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
2021-03-10 13:46:49 +01:00
dependencies = [
"instant",
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2021-09-08 12:34:56 +02:00
version = "0.8.5"
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 = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
2021-03-10 13:46:49 +01:00
dependencies = [
"cfg-if 1.0.0",
"instant",
"libc",
2021-03-29 09:22:36 +02:00
"redox_syscall",
2021-03-10 13:46:49 +01:00
"smallvec",
2021-05-31 13:59:31 +02:00
"winapi",
2021-03-10 13:46:49 +01:00
]
[[package]]
2021-04-20 12:07:22 +02:00
name = "paste"
version = "1.0.6"
2021-04-20 12:07:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0744126afe1a6dd7f394cb50a716dbe086cb06e255e53d8d0185d82828358fb5"
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"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cacbb3c4ff353b534a67fb8d7524d00229da4cb1dc8c79f4db96e375ab5b619"
2021-09-27 15:41:14 +02:00
[[package]]
name = "pdqselect"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ec91767ecc0a0bbe558ce8c9da33c068066c57ecc8bb8477ef8c1ad3ef77c27"
2021-04-20 12:07:22 +02:00
[[package]]
2021-03-10 13:46:49 +01:00
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
[[package]]
name = "phf"
version = "0.10.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9fc3db1018c4b59d7d582a739436478b6035138b6aecbce989fc91c3e98409f"
2021-03-10 13:46:49 +01:00
dependencies = [
"phf_shared",
]
[[package]]
name = "phf_codegen"
version = "0.10.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
2021-03-10 13:46:49 +01:00
dependencies = [
"phf_generator",
"phf_shared",
]
[[package]]
name = "phf_generator"
version = "0.10.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
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.10.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
2021-03-10 13:46:49 +01:00
dependencies = [
"siphasher",
]
[[package]]
name = "pin-project"
2021-09-08 12:34:56 +02:00
version = "1.0.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 = "576bc800220cc65dac09e99e97b08b358cfab6e17078de8dc5fee223bd2d0c08"
2021-03-10 13:46:49 +01:00
dependencies = [
2021-03-29 09:22:36 +02:00
"pin-project-internal",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "pin-project-internal"
2021-09-08 12:34:56 +02:00
version = "1.0.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 = "6e8fe8163d14ce7f0cdac2e040116f22eac817edabff0be91e8aff7e9accf389"
2021-03-10 13:46:49 +01:00
dependencies = [
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.82",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "pin-project-lite"
2021-09-08 12:34:56 +02:00
version = "0.2.7"
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 = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
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"
[[package]]
name = "pkg-config"
version = "0.3.22"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12295df4f294471248581bc09bef3c38a5e46f1e36d6a37353621a0c6c357e1f"
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",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "ppv-lite86"
version = "0.2.15"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed0cfbc8191465bed66e1718596ee0b0b35d5ee1f41c5df2189d0fe8bde535ba"
2021-03-10 13:46:49 +01:00
2021-10-04 18:31:05 +02:00
[[package]]
name = "predicates"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f49cfaf7fdaa3bfacc6fa3e7054e65148878354a5cfddcf661df4c851f8021df"
dependencies = [
"difference",
"float-cmp",
"normalize-line-endings",
"predicates-core",
"regex",
]
[[package]]
name = "predicates-core"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57e35a3326b75e49aa85f5dc6ec15b41108cf5aee58eabb1f274dd18b73c2451"
[[package]]
name = "predicates-tree"
version = "1.0.4"
2021-10-04 18:31:05 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "338c7be2905b732ae3984a2f40032b5e94fd8f52505b186c7d4d68d193445df7"
2021-10-04 18:31:05 +02:00
dependencies = [
"predicates-core",
"termtree",
2021-10-04 18:31:05 +02:00
]
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.32",
"quote 1.0.10",
"syn 1.0.82",
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.32",
"quote 1.0.10",
2021-03-10 13:46:49 +01:00
"version_check",
]
[[package]]
name = "proc-macro-hack"
version = "0.5.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
[[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.32"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba508cc11742c0dc5c1659771673afbab7a0efab23aa17e854cbab0837ed0b43"
2021-03-10 13:46:49 +01:00
dependencies = [
2021-05-03 15:39:53 +02:00
"unicode-xid 0.2.2",
2021-03-10 13:46:49 +01:00
]
[[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 = "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.10"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"
2021-03-10 13:46:49 +01:00
dependencies = [
"proc-macro2 1.0.32",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "rand"
2021-06-21 16:59:27 +02:00
version = "0.8.4"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-21 16:59:27 +02:00
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
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-09-08 12:34:56 +02:00
"rand_hc",
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"
2021-06-21 16:59:27 +02:00
version = "0.6.3"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-21 16:59:27 +02:00
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
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_hc"
2021-06-21 16:59:27 +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-21 16:59:27 +02:00
checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
2021-03-10 13:46:49 +01:00
dependencies = [
2021-09-28 22:16:18 +02:00
"rand_core",
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"
2021-06-02 17:45:28 +02:00
version = "1.5.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 = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"
2021-03-10 13:46:49 +01:00
dependencies = [
"autocfg",
"crossbeam-deque",
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2021-06-02 17:45:28 +02:00
version = "1.9.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 = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"
2021-03-10 13:46:49 +01:00
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
2021-06-02 17:45:28 +02:00
"crossbeam-utils 0.8.5",
2021-03-10 13:46:49 +01:00
"lazy_static",
"num_cpus",
]
[[package]]
name = "redox_syscall"
2021-09-08 12:34:56 +02:00
version = "0.2.10"
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 = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
2021-03-10 13:46:49 +01:00
dependencies = [
"bitflags",
]
[[package]]
name = "redox_users"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
dependencies = [
"getrandom",
"redox_syscall",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "regex"
2021-06-02 17:45:28 +02:00
version = "1.5.4"
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 = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
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"
2021-05-03 15:39:53 +02:00
version = "0.6.25"
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 = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
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.6"
2021-04-20 15:20:09 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66d2927ca2f685faf0fc620ac4834690d29e7abb153add10f5812eef20b5e280"
2021-04-20 15:20:09 +02:00
dependencies = [
2021-05-31 13:59:31 +02: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",
"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",
"lazy_static",
"log",
"mime",
"percent-encoding",
2021-05-31 13:59:31 +02:00
"pin-project-lite",
"rustls",
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",
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"
2021-09-28 22:58:48 +02:00
version = "0.1.4"
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 = "448296241d034b96c11173591deaa1302f2c17b56092106c1f92c1bc0183a8c9"
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",
"spin",
"untrusted",
"web-sys",
2021-05-31 13:59:31 +02:00
"winapi",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "roaring"
2021-05-03 15:39:53 +02:00
version = "0.6.7"
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 = "536cfa885fc388b8ae69edf96d7970849b7d9c1395da1b8330f17715babf8a09"
2021-03-10 13:46:49 +01:00
dependencies = [
"bytemuck",
"byteorder",
"retain_mut",
]
2021-09-27 15:41:14 +02:00
[[package]]
name = "rstar"
version = "0.9.2"
2021-09-27 15:41:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fc6fc513b8c3853e43a0c3f909ded14ffa82e5170c9c5f6fb175f9c85c8a433"
2021-09-27 15:41:14 +02:00
dependencies = [
"heapless",
"num-traits",
"pdqselect",
"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-03-10 13:46:49 +01:00
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
dependencies = [
2021-09-08 12:34:56 +02:00
"semver 0.9.0",
]
[[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 1.0.4",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "rustls"
2021-03-29 09:22:36 +02:00
version = "0.19.1"
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 = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
2021-03-10 13:46:49 +01:00
dependencies = [
2021-05-31 13:59:31 +02:00
"base64",
2021-03-10 13:46:49 +01:00
"log",
"ring",
"sct",
"webpki",
]
2021-07-26 15:25:30 +02:00
[[package]]
name = "rustversion"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088"
[[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.6"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c9613b5a66ab9ba26415184cfc41156594925a9cf3a2057e57f31ff145f6568"
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 = "sct"
2021-03-29 09:22:36 +02:00
version = "0.6.1"
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 = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
2021-03-10 13:46:49 +01:00
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "segment"
version = "0.1.2"
2021-10-27 16:20:27 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bdcc286fff0e7c5ccd46c06a301c7a8a848b06acedc6983707bd311eb358002"
dependencies = [
"async-trait",
"chrono",
"reqwest",
"serde",
"serde_json",
"thiserror",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
dependencies = [
"semver-parser",
2021-09-08 12:34:56 +02:00
]
[[package]]
name = "semver"
version = "1.0.4"
2021-09-08 12:34:56 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012"
2021-03-10 13:46:49 +01:00
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
[[package]]
name = "serde"
2021-09-08 12:34:56 +02:00
version = "1.0.130"
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 = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913"
2021-03-10 13:46:49 +01:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2021-09-08 12:34:56 +02:00
version = "1.0.130"
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 = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b"
2021-03-10 13:46:49 +01:00
dependencies = [
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.82",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "serde_json"
version = "1.0.72"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0ffa0837f2dfa6fb90868c2b5468cad482e175f7dad97e7421951e663f2b527"
2021-03-10 13:46:49 +01:00
dependencies = [
"indexmap",
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_url_params"
2021-03-29 09:22:36 +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-03-29 09:22:36 +02:00
checksum = "2c43307d0640738af32fe8d01e47119bc0fc8a686be470a44a586caff76dfb34"
2021-03-10 13:46:49 +01:00
dependencies = [
"serde",
"url",
]
[[package]]
name = "serde_urlencoded"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9"
dependencies = [
"form_urlencoded",
"itoa",
"ryu",
"serde",
]
[[package]]
name = "sha-1"
2021-09-08 12:34:56 +02:00
version = "0.9.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 = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
2021-03-10 13:46:49 +01:00
dependencies = [
"block-buffer",
2021-03-10 13:46:49 +01:00
"cfg-if 1.0.0",
2021-06-02 17:45:28 +02:00
"cpufeatures",
"digest",
"opaque-debug",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "sha1"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
[[package]]
name = "sha2"
2021-09-08 12:34:56 +02:00
version = "0.9.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 = "b69f9a4c9740d74c5baa3fd2e547f9525fa8088a8a958e0ca2409a514e33f5fa"
2021-03-10 13:46:49 +01:00
dependencies = [
"block-buffer",
2021-03-10 13:46:49 +01:00
"cfg-if 1.0.0",
2021-06-02 17:45:28 +02:00
"cpufeatures",
"digest",
"opaque-debug",
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",
]
[[package]]
name = "siphasher"
2021-09-08 12:34:56 +02:00
version = "0.3.7"
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 = "533494a8f9b724d33625ab53c6c4800f7cc445895924a8ef649222dcb76e938b"
2021-03-10 13:46:49 +01:00
[[package]]
name = "slab"
version = "0.4.5"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
2021-03-10 13:46:49 +01:00
[[package]]
name = "slice-group-by"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f7474f0b646d228360ab62ed974744617bc869d959eac8403bfa3665931a7fb"
[[package]]
name = "smallstr"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e922794d168678729ffc7e07182721a14219c65814e66e91b839a272fe5ae4f"
dependencies = [
"serde",
"smallvec",
]
[[package]]
name = "smallvec"
2021-09-28 22:58:48 +02:00
version = "1.7.0"
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 = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
2021-03-10 13:46:49 +01:00
2021-03-29 09:22:36 +02:00
[[package]]
name = "socket2"
2021-09-28 22:58:48 +02:00
version = "0.4.2"
2021-03-29 09:22:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-28 22:58:48 +02:00
checksum = "5dc90fe6c7be1a323296982db1836d1ea9e47b6839496dde9a541bc496df3516"
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"
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 = "standback"
2021-03-29 09:22:36 +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-03-29 09:22:36 +02:00
checksum = "e113fb6f3de07a243d434a56ec6f186dfd51cb08448239fe7bcae73f87ff28ff"
2021-03-10 13:46:49 +01:00
dependencies = [
"version_check",
]
[[package]]
name = "stdweb"
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
dependencies = [
"discard",
2021-09-08 12:34:56 +02:00
"rustc_version 0.2.3",
2021-03-10 13:46:49 +01:00
"stdweb-derive",
"stdweb-internal-macros",
"stdweb-internal-runtime",
"wasm-bindgen",
]
[[package]]
name = "stdweb-derive"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
dependencies = [
"proc-macro2 1.0.32",
"quote 1.0.10",
2021-03-10 13:46:49 +01:00
"serde",
"serde_derive",
"syn 1.0.82",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "stdweb-internal-macros"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
dependencies = [
"base-x",
"proc-macro2 1.0.32",
"quote 1.0.10",
2021-03-10 13:46:49 +01:00
"serde",
"serde_derive",
"serde_json",
"sha1",
"syn 1.0.82",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "stdweb-internal-runtime"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
[[package]]
name = "strsim"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
[[package]]
name = "structopt"
version = "0.3.25"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40b9788f4202aa75c240ecc9c15c65185e6a39ccdeb0fd5d008b98825464c87c"
2021-03-10 13:46:49 +01:00
dependencies = [
"clap",
"lazy_static",
"structopt-derive",
]
[[package]]
name = "structopt-derive"
version = "0.4.18"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
2021-03-10 13:46:49 +01:00
dependencies = [
"heck",
"proc-macro-error",
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.82",
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.82"
2021-03-29 09:22:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8daf5dd0bb60cbd4137b1b587d2fc0ae729bc07cf01cd70b36a1ed5ade3b9d59"
2021-03-29 09:22:36 +02:00
dependencies = [
"proc-macro2 1.0.32",
"quote 1.0.10",
2021-05-03 15:39:53 +02:00
"unicode-xid 0.2.2",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "synchronoise"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d717ed0efc9d39ab3b642a096bc369a3e02a38a51c41845d7fe31bdad1d6eaeb"
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.32",
"quote 1.0.10",
"syn 1.0.82",
2021-05-03 15:39:53 +02:00
"unicode-xid 0.2.2",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "sysinfo"
version = "0.20.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e223c65cd36b485a34c2ce6e38efa40777d31c4166d9076030c74cdcf971679f"
dependencies = [
"cfg-if 1.0.0",
"core-foundation-sys",
"libc",
"ntapi",
"once_cell",
"rayon",
"winapi",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "tar"
2021-09-08 12:34:56 +02:00
version = "0.4.37"
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 = "d6f5515d3add52e0bbdcad7b83c388bb36ba7b754dda3b5f5bc2d38640cdba5c"
2021-03-10 13:46:49 +01:00
dependencies = [
"filetime",
"libc",
"xattr",
]
[[package]]
name = "tempfile"
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
dependencies = [
"cfg-if 1.0.0",
"libc",
2021-09-28 22:16:18 +02:00
"rand",
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.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
dependencies = [
"winapi-util",
]
[[package]]
name = "termtree"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16"
2021-03-10 13:46:49 +01:00
[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
dependencies = [
"unicode-width",
]
[[package]]
name = "thiserror"
version = "1.0.30"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
2021-03-10 13:46:49 +01:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.30"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
2021-03-10 13:46:49 +01:00
dependencies = [
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.82",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "tikv-jemalloc-sys"
version = "0.4.2+5.2.1-patched.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5844e429d797c62945a566f8da4e24c7fe3fbd5d6617fd8bf7a0b7dc1ee0f22e"
dependencies = [
"cc",
"fs_extra",
"libc",
]
[[package]]
name = "tikv-jemallocator"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c14a5a604eb8715bc5785018a37d00739b180bcf609916ddf4393d33d49ccdf"
dependencies = [
"libc",
"tikv-jemalloc-sys",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "time"
version = "0.1.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
dependencies = [
"libc",
2021-09-08 12:34:56 +02:00
"wasi",
2021-05-31 13:59:31 +02:00
"winapi",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "time"
2021-06-02 17:45:28 +02:00
version = "0.2.27"
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 = "4752a97f8eebd6854ff91f1c1824cd6160626ac4bd44287f7f4ea2035a02a242"
2021-03-10 13:46:49 +01:00
dependencies = [
"const_fn",
"libc",
"standback",
"stdweb",
"time-macros",
"version_check",
2021-05-31 13:59:31 +02:00
"winapi",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "time-macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1"
dependencies = [
"proc-macro-hack",
"time-macros-impl",
]
[[package]]
name = "time-macros-impl"
2021-06-02 17:45:28 +02:00
version = "0.1.2"
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 = "fd3c141a1b43194f3f56a1411225df8646c55781d5f26db825b3d98507eb482f"
2021-03-10 13:46:49 +01:00
dependencies = [
"proc-macro-hack",
"proc-macro2 1.0.32",
"quote 1.0.10",
2021-03-10 13:46:49 +01:00
"standback",
"syn 1.0.82",
2021-03-10 13:46:49 +01:00
]
2021-03-29 09:22:36 +02:00
[[package]]
name = "tinyvec"
version = "1.5.1"
2021-03-29 09:22:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
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.14.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70e992e41e0d2fb9f755b37446f20900f64446ef54874f40a60c78f021ac6144"
2021-03-10 13:46:49 +01:00
dependencies = [
"autocfg",
2021-09-08 12:34:56 +02:00
"bytes",
2021-03-10 13:46:49 +01:00
"libc",
"memchr",
2021-05-31 13:59:31 +02:00
"mio",
2021-03-10 13:46:49 +01:00
"num_cpus",
"once_cell",
"parking_lot",
2021-05-31 13:59:31 +02:00
"pin-project-lite",
2021-03-10 13:46:49 +01:00
"signal-hook-registry",
"tokio-macros",
2021-05-31 13:59:31 +02:00
"winapi",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "tokio-macros"
version = "1.6.0"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9efc1aba077437943f7515666aa2b882dfabfbfdf89c819ea75a8d6e9eaba5e"
2021-03-10 13:46:49 +01:00
dependencies = [
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.82",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "tokio-rustls"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"
dependencies = [
2021-05-31 13:59:31 +02:00
"rustls",
"tokio",
2021-03-10 13:46:49 +01:00
"webpki",
]
2021-09-14 18:39:02 +02:00
[[package]]
name = "tokio-stream"
version = "0.1.8"
2021-09-14 18:39:02 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"
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"
version = "0.6.9"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"
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
"futures-core",
"futures-sink",
"log",
2021-05-31 13:59:31 +02:00
"pin-project-lite",
"tokio",
2021-03-10 13:46:49 +01:00
]
2021-04-20 15:20:09 +02:00
[[package]]
name = "toml"
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
dependencies = [
"serde",
]
2021-03-10 13:46:49 +01:00
[[package]]
name = "tower-service"
2021-03-29 09:22:36 +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-03-29 09:22:36 +02:00
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
2021-03-10 13:46:49 +01:00
[[package]]
name = "tracing"
version = "0.1.29"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
2021-03-10 13:46:49 +01:00
dependencies = [
"cfg-if 1.0.0",
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.21"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"
2021-03-10 13:46:49 +01:00
dependencies = [
"lazy_static",
]
[[package]]
name = "try-lock"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
[[package]]
name = "typenum"
2021-09-08 12:34:56 +02:00
version = "1.14.0"
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 = "b63708a265f51345575b27fe43f9500ad611579e764c79edbc2037b1121959ec"
2021-03-10 13:46:49 +01:00
[[package]]
name = "unicase"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
dependencies = [
"version_check",
]
[[package]]
name = "unicode-bidi"
version = "0.3.7"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
2021-03-10 13:46:49 +01:00
[[package]]
name = "unicode-normalization"
2021-06-02 17:45:28 +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-06-02 17:45:28 +02:00
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
2021-03-10 13:46:49 +01:00
dependencies = [
"tinyvec",
]
[[package]]
name = "unicode-segmentation"
2021-09-08 12:34:56 +02:00
version = "1.8.0"
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 = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
2021-03-10 13:46:49 +01:00
[[package]]
name = "unicode-width"
2021-09-28 22:58:48 +02:00
version = "0.1.9"
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 = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
2021-03-10 13:46:49 +01:00
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"
2021-05-03 15:39:53 +02:00
version = "0.2.2"
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 = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
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"
2021-06-02 17:45:28 +02:00
version = "2.2.2"
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 = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
2021-03-10 13:46:49 +01:00
dependencies = [
"form_urlencoded",
"idna",
"matches",
"percent-encoding",
]
2021-03-29 09:22:36 +02:00
[[package]]
name = "urlencoding"
2021-09-08 12:34:56 +02:00
version = "2.1.0"
2021-03-29 09:22:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 12:34:56 +02:00
checksum = "68b90931029ab9b034b300b797048cf23723400aa757e8a2bfb9d748102f9821"
2021-03-29 09:22:36 +02:00
2021-03-10 13:46:49 +01:00
[[package]]
name = "utf8-width"
2021-05-03 15:39:53 +02:00
version = "0.1.5"
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 = "7cf7d77f457ef8dfa11e4cd5933c5ddb5dc52a94664071951219a97710f0a32b"
2021-03-10 13:46:49 +01:00
[[package]]
name = "uuid"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
dependencies = [
2021-09-08 12:34:56 +02:00
"getrandom",
2021-03-10 13:46:49 +01:00
"serde",
]
2021-07-26 15:25:30 +02:00
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2021-03-10 13:46:49 +01:00
[[package]]
name = "vec_map"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
[[package]]
name = "vergen"
version = "5.1.18"
2021-03-10 13:46:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d48696c0fbbdafd9553e14c4584b4b9583931e9474a3ae506f1872b890d0b47"
2021-03-10 13:46:49 +01:00
dependencies = [
2021-07-26 15:25:30 +02:00
"anyhow",
"cfg-if 1.0.0",
2021-03-10 13:46:49 +01:00
"chrono",
2021-07-26 15:25:30 +02:00
"enum-iterator",
"getset",
"git2",
"rustversion",
"thiserror",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "version_check"
2021-03-29 09:22:36 +02:00
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
[[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 = "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.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
[[package]]
name = "wasm-bindgen"
2021-09-28 22:58:48 +02:00
version = "0.2.78"
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 = "632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce"
2021-03-10 13:46:49 +01:00
dependencies = [
"cfg-if 1.0.0",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2021-09-28 22:58:48 +02:00
version = "0.2.78"
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 = "a317bf8f9fba2476b4b2c85ef4c4af8ff39c3c7f0cdfeed4f82c34a880aa837b"
2021-03-10 13:46:49 +01:00
dependencies = [
"bumpalo",
"lazy_static",
"log",
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.82",
2021-03-10 13:46:49 +01:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2021-09-28 22:58:48 +02:00
version = "0.4.28"
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 = "8e8d7523cb1f2a4c96c1317ca690031b714a51cc14e05f712446691f413f5d39"
2021-03-10 13:46:49 +01:00
dependencies = [
"cfg-if 1.0.0",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2021-09-28 22:58:48 +02:00
version = "0.2.78"
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 = "d56146e7c495528bf6587663bea13a8eb588d39b36b679d83972e1a2dbbdacf9"
2021-03-10 13:46:49 +01:00
dependencies = [
"quote 1.0.10",
2021-03-10 13:46:49 +01:00
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2021-09-28 22:58:48 +02:00
version = "0.2.78"
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 = "7803e0eea25835f8abdc585cd3021b3deb11543c6fe226dcd30b228857c5c5ab"
2021-03-10 13:46:49 +01:00
dependencies = [
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.82",
2021-03-10 13:46:49 +01:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2021-09-28 22:58:48 +02:00
version = "0.2.78"
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 = "0237232789cf037d5480773fe568aac745bfe2afbc11a863e97901780a6b47cc"
2021-03-10 13:46:49 +01:00
[[package]]
name = "web-sys"
2021-09-28 22:58:48 +02:00
version = "0.3.55"
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 = "38eb105f1c59d9eaa6b5cdc92b859d85b926e82cb2e0945cd0c9259faa6fe9fb"
2021-03-10 13:46:49 +01:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki"
version = "0.21.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "webpki-roots"
2021-03-29 09:22:36 +02:00
version = "0.21.1"
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 = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"
2021-03-10 13:46:49 +01:00
dependencies = [
"webpki",
]
2021-07-28 10:52:47 +02:00
[[package]]
name = "whatlang"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a346d2eb29c03618693ed24a29d1acd0c3f2cb08ae58b9669d7461e033cf703"
dependencies = [
"hashbrown 0.7.2",
]
[[package]]
name = "whoami"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "524b58fa5a20a2fb3014dd6358b70e6579692a56ef6fce928834e488f42f65e8"
dependencies = [
"wasm-bindgen",
"web-sys",
]
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 = "winreg"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
dependencies = [
2021-05-31 13:59:31 +02:00
"winapi",
2021-03-10 13:46:49 +01:00
]
[[package]]
name = "xattr"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
dependencies = [
"libc",
]
[[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.32",
"syn 1.0.82",
2021-03-10 13:46:49 +01:00
"synstructure",
]
2021-04-20 15:20:09 +02:00
[[package]]
name = "zip"
2021-06-02 17:45:28 +02:00
version = "0.5.13"
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 = "93ab48844d61251bb3835145c521d88aa4031d7139e8485990f60ca911fa0815"
2021-04-20 15:20:09 +02:00
dependencies = [
"byteorder",
"bzip2",
"crc32fast",
"flate2",
"thiserror",
"time 0.1.44",
]
2021-09-08 12:34:56 +02:00
[[package]]
name = "zstd"
version = "0.7.0+zstd.1.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9428752481d8372e15b1bf779ea518a179ad6c771cca2d2c60e4fbff3cc2cd52"
dependencies = [
"zstd-safe",
]
[[package]]
name = "zstd-safe"
version = "3.1.0+zstd.1.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aa1926623ad7fe406e090555387daf73db555b948134b4d73eac5eb08fb666d"
dependencies = [
"libc",
"zstd-sys",
]
[[package]]
name = "zstd-sys"
version = "1.5.0+zstd.1.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e6c094340240369025fc6b731b054ee2a834328fa584310ac96aa4baebdc465"
dependencies = [
"cc",
"libc",
]