spacedrive/Cargo.lock

9209 lines
214 KiB
Plaintext
Raw Normal View History

2021-09-22 06:27:02 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "Inflector"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
[[package]]
name = "actix"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f728064aca1c318585bf4bb04ffcfac9e75e508ab4e8b1bd9ba5dfe04e2cbed5"
dependencies = [
"actix-rt",
"actix_derive",
"bitflags",
"bytes",
"crossbeam-channel",
"futures-core",
"futures-sink",
"futures-task",
"futures-util",
"log",
"once_cell",
"parking_lot 0.12.0",
"pin-project-lite 0.2.8",
"smallvec",
"tokio",
"tokio-util 0.7.1",
]
[[package]]
name = "actix-codec"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57a7559404a7f3573127aab53c08ce37a6c6a315c374a31070f3c91cd1b4a7fe"
dependencies = [
"bitflags",
"bytes",
"futures-core",
"futures-sink",
"log",
"memchr",
"pin-project-lite 0.2.8",
"tokio",
"tokio-util 0.7.1",
]
[[package]]
name = "actix-http"
version = "3.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5885cb81a0d4d0d322864bea1bb6c2a8144626b4fdc625d4c51eba197e7797a"
dependencies = [
"actix-codec",
"actix-rt",
"actix-service",
"actix-utils",
"ahash",
"base64 0.13.0",
"bitflags",
"brotli",
"bytes",
"bytestring",
"derive_more",
"encoding_rs",
"flate2",
"futures-core",
"h2",
"http",
"httparse",
"httpdate",
"itoa 1.0.1",
"language-tags",
"local-channel",
"log",
"mime",
"percent-encoding",
"pin-project-lite 0.2.8",
"rand 0.8.5",
"sha-1 0.10.0",
"smallvec",
"zstd",
]
[[package]]
name = "actix-macros"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "465a6172cf69b960917811022d8f29bc0b7fa1398bc4f78b3c466673db1213b6"
dependencies = [
"quote",
"syn",
]
[[package]]
name = "actix-router"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb60846b52c118f2f04a56cc90880a274271c489b2498623d58176f8ca21fa80"
dependencies = [
"bytestring",
"firestorm",
"http",
"log",
"regex",
"serde",
]
[[package]]
name = "actix-rt"
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ea16c295198e958ef31930a6ef37d0fb64e9ca3b6116e6b93a8bdae96ee1000"
dependencies = [
"futures-core",
"tokio",
]
[[package]]
name = "actix-server"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0da34f8e659ea1b077bb4637948b815cd3768ad5a188fdcd74ff4d84240cd824"
dependencies = [
"actix-rt",
"actix-service",
"actix-utils",
"futures-core",
"futures-util",
"mio 0.8.2",
"num_cpus",
"socket2",
"tokio",
"tracing",
]
[[package]]
name = "actix-service"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a"
dependencies = [
"futures-core",
"paste",
"pin-project-lite 0.2.8",
]
[[package]]
name = "actix-utils"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e491cbaac2e7fc788dfff99ff48ef317e23b3cf63dbaf7aaab6418f40f92aa94"
dependencies = [
"local-waker",
"pin-project-lite 0.2.8",
]
[[package]]
name = "actix-web"
version = "4.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4e5ebffd51d50df56a3ae0de0e59487340ca456f05dd0b90c0a7a6dd6a74d31"
dependencies = [
"actix-codec",
"actix-http",
"actix-macros",
"actix-router",
"actix-rt",
"actix-server",
"actix-service",
"actix-utils",
"actix-web-codegen",
"ahash",
"bytes",
"bytestring",
"cfg-if 1.0.0",
"cookie",
"derive_more",
"encoding_rs",
"futures-core",
"futures-util",
"itoa 1.0.1",
"language-tags",
"log",
"mime",
"once_cell",
"pin-project-lite 0.2.8",
"regex",
"serde",
"serde_json",
"serde_urlencoded",
"smallvec",
"socket2",
"time 0.3.9",
"url",
]
[[package]]
name = "actix-web-actors"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31efe7896f3933ce03dd4710be560254272334bb321a18fd8ff62b1a557d9d19"
dependencies = [
"actix",
"actix-codec",
"actix-http",
"actix-web",
"bytes",
"bytestring",
"futures-core",
"pin-project-lite 0.2.8",
"tokio",
]
[[package]]
name = "actix-web-codegen"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7525bedf54704abb1d469e88d7e7e9226df73778798a69cea5022d53b2ae91bc"
dependencies = [
"actix-router",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "actix_derive"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d44b8fee1ced9671ba043476deddef739dd0959bf77030b26b738cc591737a7"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2021-09-30 07:34:42 +00:00
[[package]]
name = "addr2line"
version = "0.17.0"
2021-09-30 07:34:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
2021-09-30 07:34:42 +00:00
dependencies = [
"gimli",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "adler32"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
2022-02-25 00:18:41 +00:00
[[package]]
name = "aead"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"
dependencies = [
2022-03-30 08:14:50 +00:00
"generic-array 0.14.5",
2022-02-25 00:18:41 +00:00
]
[[package]]
name = "aes"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"
dependencies = [
"cfg-if 1.0.0",
"cipher",
"cpufeatures",
2022-02-26 01:56:49 +00:00
"opaque-debug 0.3.0",
2022-02-25 00:18:41 +00:00
]
[[package]]
name = "aes-gcm"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6"
dependencies = [
"aead",
"aes",
"cipher",
"ctr",
"ghash",
"subtle",
]
2021-09-28 14:40:20 +00:00
[[package]]
name = "ahash"
version = "0.7.6"
2021-09-28 14:40:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
2021-09-28 14:40:20 +00:00
dependencies = [
2022-03-30 08:14:50 +00:00
"getrandom 0.2.6",
2021-09-28 14:40:20 +00:00
"once_cell",
"version_check",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "aho-corasick"
version = "0.7.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
dependencies = [
"memchr",
]
2022-03-30 08:14:50 +00:00
[[package]]
name = "alloc-no-stdlib"
version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35ef4730490ad1c4eae5c4325b2a95f521d023e5c885853ff7aca0a6a1631db3"
[[package]]
name = "alloc-stdlib"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "697ed7edc0f1711de49ce108c541623a0af97c6c60b2f6e2b65229847ac843c2"
dependencies = [
"alloc-no-stdlib",
]
[[package]]
name = "ansi_term"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
dependencies = [
"winapi 0.3.9",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "anyhow"
version = "1.0.57"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc"
2021-09-22 06:27:02 +00:00
[[package]]
name = "arrayref"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
[[package]]
name = "arrayvec"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
[[package]]
name = "arrayvec"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
2022-05-23 05:28:33 +00:00
[[package]]
name = "ascii"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eab1c04a571841102f5345a8fc0f6bb3d31c315dec879b5c6e42e40ce7ffa34e"
2022-02-25 00:18:41 +00:00
[[package]]
name = "asn1_der"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e22d1f4b888c298a027c99dc9048015fac177587de20fc30232a057dfbe24a21"
2022-03-30 08:14:50 +00:00
[[package]]
name = "async-broadcast"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90622698a1218e0b2fb846c97b5f19a0831f6baddee73d9454156365ccfa473b"
dependencies = [
"easy-parallel",
"event-listener",
"futures-core",
]
2021-09-30 16:15:12 +00:00
[[package]]
name = "async-channel"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
dependencies = [
"concurrent-queue",
"event-listener",
"futures-core",
]
[[package]]
name = "async-executor"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"
dependencies = [
"async-task",
"concurrent-queue",
"fastrand",
"futures-lite",
"once_cell",
"slab",
]
[[package]]
name = "async-global-executor"
version = "2.0.4"
2021-09-30 16:15:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c290043c9a95b05d45e952fb6383c67bcb61471f60cfa21e890dba6654234f43"
2021-09-30 16:15:12 +00:00
dependencies = [
"async-channel",
"async-executor",
"async-io",
"async-mutex",
"blocking",
"futures-lite",
"num_cpus",
"once_cell",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "async-io"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b"
dependencies = [
"concurrent-queue",
"futures-lite",
"libc",
"log",
"once_cell",
"parking",
"polling",
"slab",
"socket2",
2021-09-22 06:27:02 +00:00
"waker-fn",
2021-09-30 07:34:42 +00:00
"winapi 0.3.9",
2021-09-22 06:27:02 +00:00
]
2021-09-30 16:15:12 +00:00
[[package]]
name = "async-lock"
2022-03-30 08:14:50 +00:00
version = "2.5.0"
2021-09-30 16:15:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "e97a171d191782fba31bb902b14ad94e24a68145032b7eedf871ab0bc0d077b6"
2021-09-30 16:15:12 +00:00
dependencies = [
"event-listener",
]
[[package]]
name = "async-mutex"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"
dependencies = [
"event-listener",
]
[[package]]
name = "async-native-tls"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d57d4cec3c647232e1094dc013546c0b33ce785d8aeb251e1f20dfaf8a9a13fe"
dependencies = [
"futures-util",
"native-tls",
"thiserror",
"url",
]
[[package]]
name = "async-process"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83137067e3a2a6a06d67168e49e68a0957d215410473a740cea95a2425c0b7c6"
dependencies = [
"async-io",
"blocking",
"cfg-if 1.0.0",
"event-listener",
"futures-lite",
"libc",
"once_cell",
"signal-hook",
"winapi 0.3.9",
]
2022-03-30 08:14:50 +00:00
[[package]]
name = "async-recursion"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2021-09-30 16:15:12 +00:00
[[package]]
name = "async-std"
2022-03-30 08:14:50 +00:00
version = "1.11.0"
2021-09-30 16:15:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "52580991739c5cdb36cde8b2a516371c0a3b70dda36d916cc08b82372916808c"
2021-09-30 16:15:12 +00:00
dependencies = [
"async-channel",
"async-global-executor",
"async-io",
"async-lock",
"async-process",
2022-03-30 08:14:50 +00:00
"crossbeam-utils 0.8.8",
2021-09-30 16:15:12 +00:00
"futures-channel",
"futures-core",
"futures-io",
"futures-lite",
"gloo-timers",
"kv-log-macro",
"log",
"memchr",
"num_cpus",
"once_cell",
2022-03-30 08:14:50 +00:00
"pin-project-lite 0.2.8",
2021-09-30 16:15:12 +00:00
"pin-utils",
"slab",
"wasm-bindgen-futures",
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "async-std-resolver"
version = "0.21.2"
2022-02-25 00:18:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f2f8a4a203be3325981310ab243a28e6e4ea55b6519bffce05d41ab60e09ad8"
2022-02-25 00:18:41 +00:00
dependencies = [
"async-std",
"async-trait",
"futures-io",
"futures-util",
"pin-utils",
"socket2",
"trust-dns-resolver",
2022-02-25 00:18:41 +00:00
]
2021-09-30 16:15:12 +00:00
[[package]]
name = "async-task"
2022-03-30 08:14:50 +00:00
version = "4.2.0"
2021-09-30 16:15:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "30696a84d817107fc028e049980e09d5e140e8da8f1caeb17e8e950658a3cea9"
2021-09-30 16:15:12 +00:00
[[package]]
name = "async-trait"
2022-03-30 08:14:50 +00:00
version = "0.1.53"
2021-09-30 16:15:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "ed6aa3524a2dfcf9fe180c51eae2b58738348d819517ceadf95789c51fff7600"
2021-09-30 16:15:12 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2021-09-30 16:15:12 +00:00
]
[[package]]
name = "asynchronous-codec"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb4401f0a3622dad2e0763fa79e0eb328bc70fb7dccfdd645341f00d671247d6"
dependencies = [
"bytes",
"futures-sink",
"futures-util",
"memchr",
2022-03-30 08:14:50 +00:00
"pin-project-lite 0.2.8",
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "asynchronous-codec"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690"
dependencies = [
"bytes",
"futures-sink",
"futures-util",
"memchr",
2022-03-30 08:14:50 +00:00
"pin-project-lite 0.2.8",
2022-02-25 00:18:41 +00:00
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "atk"
2022-03-30 08:14:50 +00:00
version = "0.15.1"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "2c3d816ce6f0e2909a96830d6911c2aff044370b1ef92d7f267b43bae5addedd"
2021-09-22 06:27:02 +00:00
dependencies = [
"atk-sys",
"bitflags",
2021-09-22 06:27:02 +00:00
"glib",
"libc",
]
[[package]]
name = "atk-sys"
2022-03-30 08:14:50 +00:00
version = "0.15.1"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "58aeb089fb698e06db8089971c7ee317ab9644bade33383f63631437b03aafb6"
2021-09-22 06:27:02 +00:00
dependencies = [
2022-03-30 08:14:50 +00:00
"glib-sys 0.15.10",
"gobject-sys 0.15.10",
2021-09-22 06:27:02 +00:00
"libc",
2022-03-30 08:14:50 +00:00
"system-deps 6.0.2",
2021-09-22 06:27:02 +00:00
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "atomic"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c"
dependencies = [
"autocfg",
]
2021-09-30 16:15:12 +00:00
[[package]]
name = "atomic-waker"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
2021-09-22 06:27:02 +00:00
[[package]]
name = "attohttpc"
2021-12-31 12:30:41 +00:00
version = "0.18.0"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-31 12:30:41 +00:00
checksum = "e69e13a99a7e6e070bb114f7ff381e58c7ccc188630121fc4c2fe4bcf24cd072"
2021-09-22 06:27:02 +00:00
dependencies = [
"flate2",
"http",
"log",
"native-tls",
"openssl",
"serde",
"serde_json",
"serde_urlencoded",
"url",
"wildmatch",
]
2021-09-30 07:34:42 +00:00
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi",
"libc",
"winapi 0.3.9",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "autocfg"
2022-03-30 08:14:50 +00:00
version = "1.1.0"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2021-09-22 06:27:02 +00:00
2021-09-30 07:34:42 +00:00
[[package]]
name = "backtrace"
version = "0.3.65"
2021-09-30 07:34:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11a17d453482a265fd5f8479f2a3f405566e6ca627837aaddb85af8b1ab8ef61"
2021-09-30 07:34:42 +00:00
dependencies = [
"addr2line",
"cc",
"cfg-if 1.0.0",
"libc",
"miniz_oxide",
2021-09-30 07:34:42 +00:00
"object",
"rustc-demangle",
]
[[package]]
name = "base64"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
2021-09-22 06:27:02 +00:00
[[package]]
name = "base64"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
[[package]]
name = "bigdecimal"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1e50562e37200edf7c6c43e54a08e64a5553bfb59d9c297d5572512aa517256"
dependencies = [
"num-bigint 0.3.3",
"num-integer",
"num-traits",
]
[[package]]
name = "bigdecimal"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6aaf33151a6429fe9211d1b276eafdf70cdff28b071e76c0b0e1503221ea3744"
dependencies = [
"num-bigint 0.4.3",
"num-integer",
"num-traits",
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "bimap"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc0455254eb5c6964c4545d8bac815e1a1be4f3afe0ae695ea539c12d728d44b"
2021-09-22 06:27:02 +00:00
[[package]]
name = "bincode"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
"serde",
]
[[package]]
name = "bindgen"
version = "0.59.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"
dependencies = [
"bitflags",
"cexpr",
"clang-sys",
"lazy_static",
"lazycell",
"peeking_take_while",
"proc-macro2",
"quote",
"regex",
"rustc-hash",
"shlex",
]
[[package]]
name = "bit-vec"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
[[package]]
name = "bit_field"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcb6dd1c2376d2e096796e234a70e17e94cc2d5d54ff8ce42b28cef1d0d359a4"
2021-09-22 06:27:02 +00:00
[[package]]
name = "bitflags"
version = "1.3.2"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2021-09-22 06:27:02 +00:00
[[package]]
name = "bitvec"
version = "0.22.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5237f00a8c86130a0cc317830e558b966dd7850d48a953d998c813f01a41b527"
dependencies = [
"funty",
"radium",
"tap",
"wyz",
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "blake2"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9cf849ee05b2ee5fba5e36f97ff8ec2533916700fc0758d40d92136a42f3388"
dependencies = [
"digest 0.10.3",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2022-02-26 01:56:49 +00:00
[[package]]
name = "block-buffer"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
dependencies = [
"block-padding 0.1.5",
"byte-tools",
"byteorder",
"generic-array 0.12.4",
]
2021-09-30 07:34:42 +00:00
[[package]]
name = "block-buffer"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
2022-02-25 00:18:41 +00:00
dependencies = [
2022-02-26 01:56:49 +00:00
"block-padding 0.2.1",
2022-03-30 08:14:50 +00:00
"generic-array 0.14.5",
2022-02-25 00:18:41 +00:00
]
[[package]]
name = "block-buffer"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
2021-09-30 07:34:42 +00:00
dependencies = [
2022-03-30 08:14:50 +00:00
"generic-array 0.14.5",
2022-02-26 01:56:49 +00:00
]
[[package]]
name = "block-padding"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
dependencies = [
"byte-tools",
2021-09-30 07:34:42 +00:00
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "block-padding"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"
2021-09-30 16:15:12 +00:00
[[package]]
name = "blocking"
2022-03-30 08:14:50 +00:00
version = "1.2.0"
2021-09-30 16:15:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"
2021-09-30 16:15:12 +00:00
dependencies = [
"async-channel",
"async-task",
"atomic-waker",
"fastrand",
"futures-lite",
"once_cell",
]
2022-03-30 08:14:50 +00:00
[[package]]
name = "brotli"
version = "3.3.4"
2022-03-30 08:14:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
2022-03-30 08:14:50 +00:00
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
"brotli-decompressor",
]
[[package]]
name = "brotli-decompressor"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59ad2d4653bf5ca36ae797b1f4bb4dbddb60ce49ca4aed8a2ce4829f60425b80"
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "bs58"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"
[[package]]
name = "bson"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f60a2c7c80a7850b56df4b8e98e8e4932c34877b8add4f13e8350499cc1e4572"
dependencies = [
"ahash",
"base64 0.13.0",
"chrono",
"hex",
"indexmap",
"lazy_static",
2022-03-30 08:14:50 +00:00
"rand 0.8.5",
"serde",
"serde_bytes",
"serde_json",
"uuid",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "bstr"
version = "0.2.17"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
2021-09-22 06:27:02 +00:00
dependencies = [
"memchr",
]
[[package]]
name = "bumpalo"
2022-03-30 08:14:50 +00:00
version = "3.9.1"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
2021-09-22 06:27:02 +00:00
2022-02-26 01:56:49 +00:00
[[package]]
name = "byte-tools"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
[[package]]
name = "bytemuck"
version = "1.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdead85bdec19c194affaeeb670c0e41fe23de31459efd1c174d049269cf02cc"
2021-09-22 06:27:02 +00:00
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "bytes"
version = "1.1.0"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
2021-09-22 06:27:02 +00:00
[[package]]
name = "bytestring"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90706ba19e97b90786e19dc0d5e2abd80008d99d4c0c5d1ad0b5e72cec7c494d"
dependencies = [
"bytes",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "cache-padded"
2021-12-31 12:30:41 +00:00
version = "1.2.0"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-31 12:30:41 +00:00
checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
2021-09-22 06:27:02 +00:00
[[package]]
name = "cairo-rs"
2022-03-30 08:14:50 +00:00
version = "0.15.10"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "129e928d3eda625f53ce257589efbe5143416875fd01bddd08c8c6feb8b9962b"
2021-09-22 06:27:02 +00:00
dependencies = [
"bitflags",
2021-09-22 06:27:02 +00:00
"cairo-sys-rs",
"glib",
"libc",
"thiserror",
]
[[package]]
name = "cairo-sys-rs"
2022-03-30 08:14:50 +00:00
version = "0.15.1"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "3c55d429bef56ac9172d25fecb85dc8068307d17acd74b377866b7a1ef25d3c8"
2021-09-22 06:27:02 +00:00
dependencies = [
2022-03-30 08:14:50 +00:00
"glib-sys 0.15.10",
2021-09-22 06:27:02 +00:00
"libc",
2022-03-30 08:14:50 +00:00
"system-deps 6.0.2",
2021-09-22 06:27:02 +00:00
]
2022-03-30 08:14:50 +00:00
[[package]]
name = "cargo_toml"
version = "0.11.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5809dd3e6444651fd1cdd3dbec71eca438c439a0fcc8081674a14da0afe50185"
dependencies = [
"serde",
"serde_derive",
"toml",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "cc"
2022-03-30 08:14:50 +00:00
version = "1.0.73"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
2021-09-22 06:27:02 +00:00
dependencies = [
"jobserver",
]
2022-03-30 08:14:50 +00:00
[[package]]
name = "cesu8"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
[[package]]
name = "cexpr"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
dependencies = [
"nom",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "cfb"
2022-03-30 08:14:50 +00:00
version = "0.6.1"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "74f89d248799e3f15f91b70917f65381062a01bb8e222700ea0e5a7ff9785f9c"
2021-09-22 06:27:02 +00:00
dependencies = [
"byteorder",
"uuid",
]
[[package]]
name = "cfg-expr"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b412e83326147c2bb881f8b40edfbf9905b9b8abaebd0e47ca190ba62fda8f0e"
dependencies = [
"smallvec",
]
2021-12-31 12:30:41 +00:00
[[package]]
name = "cfg-expr"
2022-03-30 08:14:50 +00:00
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3431df59f28accaf4cb4eed4a9acc66bea3f3c3753aa6cdc2f024174ef232af7"
dependencies = [
"smallvec",
]
[[package]]
name = "cfg-expr"
version = "0.10.2"
2021-12-31 12:30:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "5e068cb2806bbc15b439846dc16c5f89f8599f2c3e4d73d4449d38f9b2f0b6c5"
2021-12-31 12:30:41 +00:00
dependencies = [
"smallvec",
]
2021-09-22 06:27:02 +00:00
[[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"
[[package]]
name = "cfg_aliases"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2022-02-25 00:18:41 +00:00
[[package]]
name = "chacha20"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01b72a433d0cf2aef113ba70f62634c56fddb0f244e6377185c56a7cadbd8f91"
dependencies = [
"cfg-if 1.0.0",
"cipher",
"cpufeatures",
"zeroize",
]
[[package]]
name = "chacha20poly1305"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b84ed6d1d5f7aa9bdde921a5090e0ca4d934d250ea3b402a5fab3a994e28a2a"
dependencies = [
"aead",
"chacha20",
"cipher",
"poly1305",
"zeroize",
]
2021-09-22 06:27:02 +00:00
[[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",
2021-09-28 18:45:59 +00:00
"serde",
2022-03-30 08:14:50 +00:00
"time 0.1.44",
2021-09-30 07:34:42 +00:00
"winapi 0.3.9",
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "cipher"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
dependencies = [
2022-03-30 08:14:50 +00:00
"generic-array 0.14.5",
2022-02-25 00:18:41 +00:00
]
[[package]]
name = "clang-sys"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cc00842eed744b858222c4c9faf7243aafc6d33f92f96935263ef4d8a41ce21"
dependencies = [
"glob",
"libc",
"libloading",
]
[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
dependencies = [
"bitflags",
]
[[package]]
name = "cmake"
version = "0.1.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8ad8cef104ac57b68b89df3208164d228503abbdce70f6880ffa3d970e7443a"
dependencies = [
"cc",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "cocoa"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f63902e9223530efb4e26ccd0cf55ec30d592d3b42e21a28defc42a9586e832"
dependencies = [
"bitflags",
2021-09-22 06:27:02 +00:00
"block",
"cocoa-foundation",
2022-03-30 08:14:50 +00:00
"core-foundation",
"core-graphics",
2021-09-22 06:27:02 +00:00
"foreign-types",
"libc",
"objc",
]
[[package]]
name = "cocoa-foundation"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318"
dependencies = [
"bitflags",
2021-09-22 06:27:02 +00:00
"block",
2022-03-30 08:14:50 +00:00
"core-foundation",
2021-09-22 06:27:02 +00:00
"core-graphics-types",
"foreign-types",
"libc",
"objc",
]
[[package]]
name = "color_quant"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
[[package]]
name = "colored"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
dependencies = [
"atty",
"lazy_static",
"winapi 0.3.9",
]
2022-05-23 05:28:33 +00:00
[[package]]
name = "combine"
version = "3.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da3da6baa321ec19e1cc41d31bf599f00c783d0517095cdaf0332e3fe8d20680"
dependencies = [
"ascii",
"byteorder",
"either",
"memchr",
"unreachable",
]
2021-09-30 07:34:42 +00:00
[[package]]
name = "combine"
2022-03-30 08:14:50 +00:00
version = "4.6.3"
2021-09-30 07:34:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "50b727aacc797f9fc28e355d21f34709ac4fc9adecfe470ad07b8f4464f53062"
2021-09-30 07:34:42 +00:00
dependencies = [
"bytes",
"memchr",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "concurrent-queue"
version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
dependencies = [
"cache-padded",
]
[[package]]
name = "connection-string"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c4ecb0dc8c35d2c626e45ae70bbfcb1050b302f42bcdf025d913cc0c5a0b443"
dependencies = [
"js-sys",
"wasm-bindgen",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "convert_case"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2022-04-20 09:25:50 +00:00
[[package]]
name = "convert_case"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb4a24b1aaf0fd0ce8b45161144d6f42cd91677fd5940fd431183eb023b3a2b8"
[[package]]
name = "cookie"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94d4706de1b0fa5b132270cddffa8585166037822e260a944fe161acd137ca05"
dependencies = [
"percent-encoding",
"time 0.3.9",
"version_check",
]
2022-04-12 04:46:57 +00:00
[[package]]
name = "core-derive"
version = "0.1.0"
dependencies = [
"quote",
"syn",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "core-foundation"
2022-03-30 08:14:50 +00:00
version = "0.9.3"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
2021-09-22 06:27:02 +00:00
dependencies = [
2022-03-30 08:14:50 +00:00
"core-foundation-sys",
2021-09-22 06:27:02 +00:00
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.3"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2021-09-22 06:27:02 +00:00
[[package]]
name = "core-graphics"
version = "0.22.3"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
2021-09-22 06:27:02 +00:00
dependencies = [
"bitflags",
2022-03-30 08:14:50 +00:00
"core-foundation",
2021-09-22 06:27:02 +00:00
"core-graphics-types",
"foreign-types",
"libc",
]
[[package]]
name = "core-graphics-types"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
dependencies = [
"bitflags",
2022-03-30 08:14:50 +00:00
"core-foundation",
2021-09-22 06:27:02 +00:00
"foreign-types",
"libc",
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "core2"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
dependencies = [
"memchr",
]
2021-09-30 07:34:42 +00:00
[[package]]
name = "cpufeatures"
2022-03-30 08:14:50 +00:00
version = "0.2.2"
2021-09-30 07:34:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
2021-09-30 07:34:42 +00:00
dependencies = [
"libc",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "crc32fast"
2022-03-30 08:14:50 +00:00
version = "1.3.2"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
2021-09-22 06:27:02 +00:00
dependencies = [
"cfg-if 1.0.0",
]
[[package]]
name = "crossbeam"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ae5588f6b3c3cb05239e90bd110f257254aecd01e4635400391aeae07497845"
dependencies = [
"cfg-if 1.0.0",
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-epoch",
2022-03-30 08:14:50 +00:00
"crossbeam-queue 0.3.5",
"crossbeam-utils 0.8.8",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "crossbeam-channel"
2022-03-30 08:14:50 +00:00
version = "0.5.4"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53"
2021-09-22 06:27:02 +00:00
dependencies = [
"cfg-if 1.0.0",
2022-03-30 08:14:50 +00:00
"crossbeam-utils 0.8.8",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "crossbeam-deque"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
dependencies = [
"cfg-if 1.0.0",
"crossbeam-epoch",
2022-03-30 08:14:50 +00:00
"crossbeam-utils 0.8.8",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "crossbeam-epoch"
2022-03-30 08:14:50 +00:00
version = "0.9.8"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "1145cf131a2c6ba0615079ab6a638f7e1973ac9c2634fcbeaaad6114246efe8c"
2021-09-22 06:27:02 +00:00
dependencies = [
2022-03-30 08:14:50 +00:00
"autocfg",
2021-09-22 06:27:02 +00:00
"cfg-if 1.0.0",
2022-03-30 08:14:50 +00:00
"crossbeam-utils 0.8.8",
2021-09-22 06:27:02 +00:00
"lazy_static",
"memoffset",
"scopeguard",
]
[[package]]
name = "crossbeam-queue"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
dependencies = [
"cfg-if 0.1.10",
"crossbeam-utils 0.7.2",
"maybe-uninit",
]
2021-09-29 12:59:04 +00:00
[[package]]
name = "crossbeam-queue"
2022-03-30 08:14:50 +00:00
version = "0.3.5"
2021-09-29 12:59:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "1f25d8400f4a7a5778f0e4e52384a48cbd9b5c495d110786187fc750075277a2"
2021-09-29 12:59:04 +00:00
dependencies = [
"cfg-if 1.0.0",
2022-03-30 08:14:50 +00:00
"crossbeam-utils 0.8.8",
]
[[package]]
name = "crossbeam-utils"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
dependencies = [
"autocfg",
"cfg-if 0.1.10",
"lazy_static",
2021-09-29 12:59:04 +00:00
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "crossbeam-utils"
2022-03-30 08:14:50 +00:00
version = "0.8.8"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"
2021-09-22 06:27:02 +00:00
dependencies = [
"cfg-if 1.0.0",
"lazy_static",
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
[[package]]
name = "crypto-common"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"
dependencies = [
2022-03-30 08:14:50 +00:00
"generic-array 0.14.5",
2022-02-25 00:18:41 +00:00
"typenum",
]
[[package]]
name = "crypto-mac"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
dependencies = [
2022-03-30 08:14:50 +00:00
"generic-array 0.14.5",
"subtle",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "cssparser"
version = "0.27.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "754b69d351cdc2d8ee09ae203db831e005560fc6030da058f86ad60c92a9cb0a"
dependencies = [
"cssparser-macros",
"dtoa-short",
2021-12-31 12:30:41 +00:00
"itoa 0.4.8",
2021-09-22 06:27:02 +00:00
"matches",
"phf 0.8.0",
"proc-macro2",
"quote",
2021-09-22 06:27:02 +00:00
"smallvec",
"syn",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "cssparser-macros"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfae75de57f2b2e85e8768c3ea840fd159c8f33e2b6522c7835b7abac81be16e"
dependencies = [
"quote",
"syn",
2021-09-22 06:27:02 +00:00
]
2021-09-30 16:15:12 +00:00
[[package]]
name = "ctor"
2022-03-30 08:14:50 +00:00
version = "0.1.22"
2021-09-30 16:15:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"
2021-09-30 16:15:12 +00:00
dependencies = [
"quote",
"syn",
2021-09-30 16:15:12 +00:00
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "ctr"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"
dependencies = [
"cipher",
]
2021-12-31 12:30:41 +00:00
[[package]]
name = "cty"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
2022-02-25 00:18:41 +00:00
[[package]]
name = "cuckoofilter"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"
dependencies = [
"byteorder",
"fnv",
"rand 0.7.3",
]
[[package]]
name = "cuid"
version = "0.1.0"
2022-04-14 20:04:35 +00:00
source = "git+https://github.com/prisma/cuid-rust?rev=4ffb2e47c772af62fed3ddc92bb7fc444d19e159#4ffb2e47c772af62fed3ddc92bb7fc444d19e159"
dependencies = [
"hostname 0.1.5",
"lazy_static",
"parking_lot 0.10.2",
"rand 0.7.3",
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "curve25519-dalek"
version = "3.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90f9d052967f590a76e62eb387bd0bbb1b000182c3cefe5364db6b7211651bc0"
dependencies = [
"byteorder",
"digest 0.9.0",
"rand_core 0.5.1",
"subtle",
"zeroize",
]
[[package]]
name = "curve25519-dalek"
version = "4.0.0-pre.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12dc3116fe595d7847c701796ac1b189bd86b81f4f593c6f775f9d80fb2e29f4"
dependencies = [
"byteorder",
"digest 0.10.3",
"rand_core 0.6.3",
"subtle",
"zeroize",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "darling"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
dependencies = [
"darling_core 0.10.2",
"darling_macro 0.10.2",
]
[[package]]
name = "darling"
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
dependencies = [
"darling_core 0.13.4",
"darling_macro 0.13.4",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "darling_core"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
2021-09-30 07:34:42 +00:00
"strsim 0.9.3",
"syn",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "darling_core"
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim 0.10.0",
"syn",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "darling_macro"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
dependencies = [
"darling_core 0.10.2",
"quote",
"syn",
]
[[package]]
name = "darling_macro"
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
dependencies = [
"darling_core 0.13.4",
"quote",
"syn",
2021-09-22 06:27:02 +00:00
]
2021-09-28 14:40:20 +00:00
[[package]]
name = "data-encoding"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"
[[package]]
name = "datamodel"
version = "0.1.0"
source = "git+https://github.com/Brendonovich/prisma-engines?rev=5d34c9a567aaec4065a48d8cf6c2ee885e6ca281#5d34c9a567aaec4065a48d8cf6c2ee885e6ca281"
dependencies = [
"bigdecimal 0.2.2",
"chrono",
"datamodel-connector",
"diagnostics",
"dml",
2022-03-30 08:14:50 +00:00
"enumflags2",
"itertools",
"mongodb-datamodel-connector",
"once_cell",
"parser-database",
"pest",
"regex",
"schema-ast",
"serde",
"serde_json",
"sql-datamodel-connector",
]
[[package]]
name = "datamodel-connector"
version = "0.1.0"
source = "git+https://github.com/Brendonovich/prisma-engines?rev=5d34c9a567aaec4065a48d8cf6c2ee885e6ca281#5d34c9a567aaec4065a48d8cf6c2ee885e6ca281"
dependencies = [
"diagnostics",
2022-03-30 08:14:50 +00:00
"enumflags2",
"parser-database",
"serde_json",
"url",
]
2021-09-22 06:27:02 +00:00
[[package]]
2022-03-30 08:14:50 +00:00
name = "debug"
version = "0.1.0"
2021-09-22 06:27:02 +00:00
dependencies = [
2022-04-12 04:46:57 +00:00
"tokio",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "deflate"
2022-03-30 08:14:50 +00:00
version = "0.7.20"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "707b6a7b384888a70c8d2e8650b3e60170dfc6a67bb4aa67b6dfca57af4bedb4"
2021-09-22 06:27:02 +00:00
dependencies = [
"adler32",
"byteorder",
]
[[package]]
name = "deflate"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c86f7e25f518f4b81808a2cf1c50996a61f5c2eb394b2393bd87f2a4780a432f"
dependencies = [
"adler32",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "derivative"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
"proc-macro2",
"quote",
"syn",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "derive_more"
2021-12-31 12:30:41 +00:00
version = "0.99.17"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-31 12:30:41 +00:00
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
2021-09-22 06:27:02 +00:00
dependencies = [
2022-04-20 09:25:50 +00:00
"convert_case 0.4.0",
2021-09-22 06:27:02 +00:00
"proc-macro2",
"quote",
2021-12-31 12:30:41 +00:00
"rustc_version 0.4.0",
"syn",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "diagnostics"
version = "0.1.0"
source = "git+https://github.com/Brendonovich/prisma-engines?rev=5d34c9a567aaec4065a48d8cf6c2ee885e6ca281#5d34c9a567aaec4065a48d8cf6c2ee885e6ca281"
dependencies = [
"colored",
"pest",
"thiserror",
]
2022-02-26 01:56:49 +00:00
[[package]]
name = "digest"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
dependencies = [
"generic-array 0.12.4",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "digest"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
2022-03-30 08:14:50 +00:00
"generic-array 0.14.5",
2021-09-22 06:27:02 +00:00
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "digest"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
dependencies = [
"block-buffer 0.10.2",
"crypto-common",
"subtle",
]
2022-04-20 09:25:50 +00:00
[[package]]
name = "directories"
version = "4.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"
dependencies = [
"dirs-sys",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "dirs-next"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
dependencies = [
"cfg-if 1.0.0",
"dirs-sys-next",
]
2022-04-20 09:25:50 +00:00
[[package]]
name = "dirs-sys"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
dependencies = [
"libc",
"redox_users",
"winapi 0.3.9",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "dirs-sys-next"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
dependencies = [
"libc",
2022-03-30 08:14:50 +00:00
"redox_users",
2021-09-30 07:34:42 +00:00
"winapi 0.3.9",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "dispatch"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
[[package]]
name = "dml"
version = "0.1.0"
source = "git+https://github.com/Brendonovich/prisma-engines?rev=5d34c9a567aaec4065a48d8cf6c2ee885e6ca281#5d34c9a567aaec4065a48d8cf6c2ee885e6ca281"
dependencies = [
"chrono",
"cuid",
2022-03-30 08:14:50 +00:00
"enumflags2",
"indoc",
"native-types",
"prisma-value",
"serde",
"serde_json",
"uuid",
]
2022-05-23 05:28:33 +00:00
[[package]]
name = "dmmf"
version = "0.1.0"
source = "git+https://github.com/Brendonovich/prisma-engines?rev=5d34c9a567aaec4065a48d8cf6c2ee885e6ca281#5d34c9a567aaec4065a48d8cf6c2ee885e6ca281"
2022-05-23 05:28:33 +00:00
dependencies = [
"bigdecimal 0.2.2",
"datamodel",
"serde",
"serde_json",
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "dns-parser"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"
dependencies = [
"byteorder",
"quick-error",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "dtoa"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
2022-02-25 00:18:41 +00:00
[[package]]
name = "dtoa"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5caaa75cbd2b960ff1e5392d2cfb1f44717fffe12fc1f32b7b5d1267f99732a6"
2021-09-22 06:27:02 +00:00
[[package]]
name = "dtoa-short"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bde03329ae10e79ede66c9ce4dc930aa8599043b0743008548680f25b91502d6"
dependencies = [
2022-02-25 00:18:41 +00:00
"dtoa 0.4.8",
2021-09-22 06:27:02 +00:00
]
2022-03-30 08:14:50 +00:00
[[package]]
name = "easy-parallel"
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6907e25393cdcc1f4f3f513d9aac1e840eb1cc341a0fccb01171f7d14d10b946"
2022-02-25 00:18:41 +00:00
[[package]]
name = "ed25519"
2022-03-30 08:14:50 +00:00
version = "1.4.1"
2022-02-25 00:18:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "3d5c4b5e5959dc2c2b89918d8e2cc40fcdd623cef026ed09d2f0ee05199dc8e4"
2022-02-25 00:18:41 +00:00
dependencies = [
"signature",
]
[[package]]
name = "ed25519-dalek"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"
dependencies = [
"curve25519-dalek 3.2.1",
"ed25519",
"rand 0.7.3",
"serde",
2022-03-30 08:14:50 +00:00
"sha2 0.9.9",
2022-02-25 00:18:41 +00:00
"zeroize",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "either"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
[[package]]
name = "embed_plist"
2022-03-30 08:14:50 +00:00
version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "4ef6b89e5b37196644d8796de5268852ff179b44e96276cf4290264843743bb7"
2022-02-25 00:18:41 +00:00
[[package]]
name = "encoding"
version = "0.2.33"
2022-02-25 00:18:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
dependencies = [
"encoding-index-japanese",
"encoding-index-korean",
"encoding-index-simpchinese",
"encoding-index-singlebyte",
"encoding-index-tradchinese",
]
[[package]]
name = "encoding-index-japanese"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
dependencies = [
"encoding_index_tests",
]
[[package]]
name = "encoding-index-korean"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
dependencies = [
"encoding_index_tests",
]
[[package]]
name = "encoding-index-simpchinese"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
dependencies = [
"encoding_index_tests",
]
[[package]]
name = "encoding-index-singlebyte"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
dependencies = [
"encoding_index_tests",
]
[[package]]
name = "encoding-index-tradchinese"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18"
dependencies = [
"encoding_index_tests",
]
[[package]]
name = "encoding_index_tests"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
2022-04-20 09:25:50 +00:00
[[package]]
name = "encoding_rs"
version = "0.8.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
dependencies = [
"cfg-if 1.0.0",
]
[[package]]
name = "enum-as-inner"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21cdad81446a7f7dc43f6a77409efeb9733d2fa65553efef6018ef257c959b73"
dependencies = [
"heck 0.4.0",
"proc-macro2",
"quote",
"syn",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "enumflags2"
version = "0.7.5"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb"
2021-09-22 06:27:02 +00:00
dependencies = [
2022-03-30 08:14:50 +00:00
"enumflags2_derive",
2021-09-22 06:27:02 +00:00
"serde",
]
[[package]]
name = "enumflags2_derive"
2022-03-30 08:14:50 +00:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2021-09-28 14:40:20 +00:00
[[package]]
2021-09-30 16:15:12 +00:00
name = "event-listener"
2022-03-30 08:14:50 +00:00
version = "2.5.2"
2021-09-28 14:40:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"
2021-09-28 14:40:20 +00:00
[[package]]
name = "exr"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14cc0e06fb5f67e5d6beadf3a382fec9baca1aa751c6d5368fdeee7e5932c215"
dependencies = [
"bit_field",
"deflate 1.0.0",
"flume",
"half",
"inflate 0.4.5",
"lebe",
"smallvec",
"threadpool",
]
2022-02-26 01:56:49 +00:00
[[package]]
name = "fake-simd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
[[package]]
name = "fallible-iterator"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
[[package]]
name = "fallible-streaming-iterator"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
2021-09-22 06:27:02 +00:00
[[package]]
name = "fastrand"
2022-03-30 08:14:50 +00:00
version = "1.7.0"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
2021-09-22 06:27:02 +00:00
dependencies = [
"instant",
]
2022-04-14 20:46:54 +00:00
[[package]]
name = "ffmpeg-next"
version = "5.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "585e5eaf57eceaa199ba6f6a1f46bdad7992930bb7b45b40275d9445b5ba2bc8"
dependencies = [
"bitflags",
2022-04-14 20:46:54 +00:00
"ffmpeg-sys-next",
"libc",
]
[[package]]
name = "ffmpeg-sys-next"
version = "5.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ba12dea33516e30c160ce557c7e43dd857276368eb1cd0eef4fce6529f2dee5"
dependencies = [
"bindgen",
"cc",
"libc",
"num_cpus",
"pkg-config",
"vcpkg",
]
[[package]]
name = "field-offset"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e1c54951450cbd39f3dbcf1005ac413b49487dabf18a720ad2383eccfeffb92"
dependencies = [
"memoffset",
2021-12-31 12:30:41 +00:00
"rustc_version 0.3.3",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "filetime"
version = "0.2.16"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0408e2626025178a6a7f7ffc05a25bc47103229f19c113755de7bf63816290c"
2021-09-22 06:27:02 +00:00
dependencies = [
"cfg-if 1.0.0",
"libc",
"redox_syscall 0.2.13",
2021-09-30 07:34:42 +00:00
"winapi 0.3.9",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "firestorm"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d3d6188b8804df28032815ea256b6955c9625c24da7525f387a7af02fbb8f01"
[[package]]
name = "fixedbitset"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33"
2022-02-25 00:18:41 +00:00
[[package]]
name = "fixedbitset"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e"
2021-09-22 06:27:02 +00:00
[[package]]
name = "flate2"
2022-04-20 09:25:50 +00:00
version = "1.0.23"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-20 09:25:50 +00:00
checksum = "b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af"
2021-09-22 06:27:02 +00:00
dependencies = [
"cfg-if 1.0.0",
"crc32fast",
"libc",
2022-02-25 00:18:41 +00:00
"libz-sys",
"miniz_oxide",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "flume"
2022-03-30 08:14:50 +00:00
version = "0.10.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "843c03199d0c0ca54bc1ea90ac0d507274c28abcc4f691ae8b4eaa375087c76a"
dependencies = [
"futures-core",
"futures-sink",
"nanorand",
"pin-project 1.0.10",
"spin 0.9.3",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "form_urlencoded"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
dependencies = [
"matches",
"percent-encoding",
]
[[package]]
name = "frunk"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0cd67cf7d54b7e72d0ea76f3985c3747d74aee43e0218ad993b7903ba7a5395e"
dependencies = [
"frunk_core",
"frunk_derives",
"frunk_proc_macros",
]
[[package]]
name = "frunk_core"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1246cf43ec80bf8b2505b5c360b8fb999c97dabd17dbb604d85558d5cbc25482"
[[package]]
name = "frunk_derives"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dbc4f084ec5a3f031d24ccedeb87ab2c3189a2f33b8d070889073837d5ea09e"
dependencies = [
"frunk_proc_macro_helpers",
"quote",
"syn",
]
[[package]]
name = "frunk_proc_macro_helpers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99f11257f106c6753f5ffcb8e601fb39c390a088017aaa55b70c526bff15f63e"
dependencies = [
"frunk_core",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "frunk_proc_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a078bd8459eccbb85e0b007b8f756585762a72a9efc53f359b371c3b6351dbcc"
dependencies = [
"frunk_core",
"frunk_proc_macros_impl",
"proc-macro-hack",
]
[[package]]
name = "frunk_proc_macros_impl"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ffba99f0fa4f57e42f57388fbb9a0ca863bc2b4261f3c5570fed579d5df6c32"
dependencies = [
"frunk_core",
"frunk_proc_macro_helpers",
"proc-macro-hack",
"quote",
"syn",
]
[[package]]
name = "fs_extra"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"
2021-12-29 10:45:05 +00:00
[[package]]
name = "fsevent"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6"
dependencies = [
"bitflags",
2021-12-29 10:45:05 +00:00
"fsevent-sys",
]
[[package]]
name = "fsevent-sys"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0"
dependencies = [
"libc",
]
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
dependencies = [
"bitflags",
2021-12-29 10:45:05 +00:00
"fuchsia-zircon-sys",
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
[[package]]
name = "funty"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1847abb9cb65d566acd5942e94aea9c8f547ad02c98e1649326fc0e8910b8b1e"
2021-09-22 06:27:02 +00:00
[[package]]
name = "futf"
2022-03-30 08:14:50 +00:00
version = "0.1.5"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
2021-09-22 06:27:02 +00:00
dependencies = [
"mac",
"new_debug_unreachable",
]
[[package]]
name = "futures"
2022-03-30 08:14:50 +00:00
version = "0.3.21"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"
2021-09-22 06:27:02 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2022-03-30 08:14:50 +00:00
version = "0.3.21"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
2021-09-22 06:27:02 +00:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2022-03-30 08:14:50 +00:00
version = "0.3.21"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
2021-09-22 06:27:02 +00:00
[[package]]
name = "futures-executor"
2022-03-30 08:14:50 +00:00
version = "0.3.21"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"
2021-09-22 06:27:02 +00:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
2022-02-25 00:18:41 +00:00
"num_cpus",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "futures-io"
2022-03-30 08:14:50 +00:00
version = "0.3.21"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
2021-09-22 06:27:02 +00:00
[[package]]
name = "futures-lite"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
dependencies = [
"fastrand",
"futures-core",
"futures-io",
"memchr",
"parking",
2022-03-30 08:14:50 +00:00
"pin-project-lite 0.2.8",
2021-09-22 06:27:02 +00:00
"waker-fn",
]
[[package]]
name = "futures-macro"
2022-03-30 08:14:50 +00:00
version = "0.3.21"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
2021-09-22 06:27:02 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2021-09-22 06:27:02 +00:00
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "futures-rustls"
2022-03-30 08:14:50 +00:00
version = "0.22.1"
2022-02-25 00:18:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "e01fe9932a224b72b45336d96040aa86386d674a31d0af27d800ea7bc8ca97fe"
2022-02-25 00:18:41 +00:00
dependencies = [
"futures-io",
"rustls",
"webpki",
2022-02-25 00:18:41 +00:00
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "futures-sink"
2022-03-30 08:14:50 +00:00
version = "0.3.21"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
2021-09-22 06:27:02 +00:00
[[package]]
name = "futures-task"
2022-03-30 08:14:50 +00:00
version = "0.3.21"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
2021-09-22 06:27:02 +00:00
2022-02-25 00:18:41 +00:00
[[package]]
name = "futures-timer"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"
2021-09-22 06:27:02 +00:00
[[package]]
name = "futures-util"
2022-03-30 08:14:50 +00:00
version = "0.3.21"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
2021-09-22 06:27:02 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
2022-03-30 08:14:50 +00:00
"pin-project-lite 0.2.8",
2021-09-22 06:27:02 +00: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 = "gdk"
2022-03-30 08:14:50 +00:00
version = "0.15.4"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "a6e05c1f572ab0e1f15be94217f0dc29088c248b14f792a5ff0af0d84bcda9e8"
2021-09-22 06:27:02 +00:00
dependencies = [
"bitflags",
2021-09-22 06:27:02 +00:00
"cairo-rs",
"gdk-pixbuf",
"gdk-sys",
"gio",
"glib",
"libc",
"pango",
]
[[package]]
name = "gdk-pixbuf"
2022-03-30 08:14:50 +00:00
version = "0.15.10"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "678516f1baef591d270ca10587c01a12542a731a7879cc62391a18191a470831"
2021-09-22 06:27:02 +00:00
dependencies = [
"bitflags",
2021-09-22 06:27:02 +00:00
"gdk-pixbuf-sys",
"gio",
"glib",
"libc",
]
[[package]]
name = "gdk-pixbuf-sys"
2022-03-30 08:14:50 +00:00
version = "0.15.10"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "140b2f5378256527150350a8346dbdb08fadc13453a7a2d73aecd5fab3c402a7"
2021-09-22 06:27:02 +00:00
dependencies = [
2022-03-30 08:14:50 +00:00
"gio-sys 0.15.10",
"glib-sys 0.15.10",
"gobject-sys 0.15.10",
2021-09-22 06:27:02 +00:00
"libc",
2022-03-30 08:14:50 +00:00
"system-deps 6.0.2",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "gdk-sys"
2022-03-30 08:14:50 +00:00
version = "0.15.1"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "32e7a08c1e8f06f4177fb7e51a777b8c1689f743a7bc11ea91d44d2226073a88"
2021-09-22 06:27:02 +00:00
dependencies = [
"cairo-sys-rs",
"gdk-pixbuf-sys",
2022-03-30 08:14:50 +00:00
"gio-sys 0.15.10",
"glib-sys 0.15.10",
"gobject-sys 0.15.10",
2021-09-22 06:27:02 +00:00
"libc",
"pango-sys",
"pkg-config",
2022-03-30 08:14:50 +00:00
"system-deps 6.0.2",
]
[[package]]
name = "gdkx11-sys"
version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4b7f8c7a84b407aa9b143877e267e848ff34106578b64d1e0a24bf550716178"
dependencies = [
"gdk-sys",
"glib-sys 0.15.10",
"libc",
"system-deps 6.0.2",
"x11",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "generator"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1d9279ca822891c1a4dae06d185612cf8fc6acfe5dff37781b41297811b12ee"
dependencies = [
"cc",
"libc",
"log",
"rustversion",
2021-09-30 07:34:42 +00:00
"winapi 0.3.9",
2021-09-22 06:27:02 +00:00
]
2022-02-26 01:56:49 +00:00
[[package]]
name = "generic-array"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
dependencies = [
"typenum",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "generic-array"
2022-03-30 08:14:50 +00:00
version = "0.14.5"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
2021-09-22 06:27:02 +00:00
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
dependencies = [
"cfg-if 1.0.0",
"libc",
"wasi 0.9.0+wasi-snapshot-preview1",
]
[[package]]
name = "getrandom"
2022-03-30 08:14:50 +00:00
version = "0.2.6"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"
2021-09-22 06:27:02 +00:00
dependencies = [
"cfg-if 1.0.0",
"js-sys",
2021-09-22 06:27:02 +00:00
"libc",
2022-03-30 08:14:50 +00:00
"wasi 0.10.0+wasi-snapshot-preview1",
"wasm-bindgen",
2021-09-22 06:27:02 +00:00
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "ghash"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"
dependencies = [
2022-02-26 01:56:49 +00:00
"opaque-debug 0.3.0",
2022-02-25 00:18:41 +00:00
"polyval",
]
[[package]]
name = "gif"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3a7187e78088aead22ceedeee99779455b23fc231fe13ec443f99bb71694e5b"
dependencies = [
"color_quant",
"weezl",
]
2021-09-30 07:34:42 +00:00
[[package]]
name = "gimli"
version = "0.26.1"
2021-09-30 07:34:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
2021-09-30 07:34:42 +00:00
2021-09-22 06:27:02 +00:00
[[package]]
name = "gio"
2022-03-30 08:14:50 +00:00
version = "0.15.10"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "76cd21a7a674ea811749661012512b0ba5237ba404ccbcab2850db5537549b64"
2021-09-22 06:27:02 +00:00
dependencies = [
"bitflags",
2021-09-22 06:27:02 +00:00
"futures-channel",
"futures-core",
"futures-io",
2022-03-30 08:14:50 +00:00
"gio-sys 0.15.10",
2021-09-22 06:27:02 +00:00
"glib",
"libc",
"once_cell",
"thiserror",
]
[[package]]
name = "gio-sys"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0a41df66e57fcc287c4bcf74fc26b884f31901ea9792ec75607289b456f48fa"
dependencies = [
2022-03-30 08:14:50 +00:00
"glib-sys 0.14.0",
"gobject-sys 0.14.0",
"libc",
"system-deps 3.2.0",
2021-09-30 07:34:42 +00:00
"winapi 0.3.9",
]
2022-03-30 08:14:50 +00:00
[[package]]
name = "gio-sys"
version = "0.15.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32157a475271e2c4a023382e9cab31c4584ee30a97da41d3c4e9fdd605abcf8d"
dependencies = [
"glib-sys 0.15.10",
"gobject-sys 0.15.10",
"libc",
"system-deps 6.0.2",
"winapi 0.3.9",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "glib"
2022-03-30 08:14:50 +00:00
version = "0.15.10"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "a826fad715b57834920839d7a594c3b5e416358c7d790bdaba847a40d7c1d96d"
2021-09-22 06:27:02 +00:00
dependencies = [
"bitflags",
2021-09-22 06:27:02 +00:00
"futures-channel",
"futures-core",
"futures-executor",
"futures-task",
"glib-macros",
2022-03-30 08:14:50 +00:00
"glib-sys 0.15.10",
"gobject-sys 0.15.10",
2021-09-22 06:27:02 +00:00
"libc",
"once_cell",
"smallvec",
2022-03-30 08:14:50 +00:00
"thiserror",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "glib-macros"
2022-03-30 08:14:50 +00:00
version = "0.15.10"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "dac4d47c544af67747652ab1865ace0ffa1155709723ac4f32e97587dd4735b2"
2021-09-22 06:27:02 +00:00
dependencies = [
"anyhow",
2022-03-30 08:14:50 +00:00
"heck 0.4.0",
"proc-macro-crate 1.1.3",
2021-12-24 12:24:12 +00:00
"proc-macro-error",
2021-09-22 06:27:02 +00:00
"proc-macro2",
"quote",
"syn",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "glib-sys"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c1d60554a212445e2a858e42a0e48cece1bd57b311a19a9468f70376cf554ae"
dependencies = [
"libc",
"system-deps 3.2.0",
2021-09-22 06:27:02 +00:00
]
2022-03-30 08:14:50 +00:00
[[package]]
name = "glib-sys"
version = "0.15.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef4b192f8e65e9cf76cbf4ea71fa8e3be4a0e18ffe3d68b8da6836974cc5bad4"
dependencies = [
"libc",
"system-deps 6.0.2",
]
2021-09-30 07:34:42 +00:00
[[package]]
name = "glob"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
2021-09-22 06:27:02 +00:00
[[package]]
name = "globset"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd"
dependencies = [
"aho-corasick",
"bstr",
"fnv",
"log",
"regex",
]
2021-09-30 16:15:12 +00:00
[[package]]
name = "gloo-timers"
version = "0.2.4"
2021-09-30 16:15:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"
2021-09-30 16:15:12 +00:00
dependencies = [
"futures-channel",
"futures-core",
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "gobject-sys"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa92cae29759dae34ab5921d73fff5ad54b3d794ab842c117e36cafc7994c3f5"
dependencies = [
2022-03-30 08:14:50 +00:00
"glib-sys 0.14.0",
"libc",
"system-deps 3.2.0",
2021-09-22 06:27:02 +00:00
]
2022-03-30 08:14:50 +00:00
[[package]]
name = "gobject-sys"
version = "0.15.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d57ce44246becd17153bd035ab4d32cfee096a657fc01f2231c9278378d1e0a"
dependencies = [
"glib-sys 0.15.10",
"libc",
"system-deps 6.0.2",
]
2022-05-23 05:28:33 +00:00
[[package]]
name = "graphql-parser"
version = "0.3.0"
source = "git+https://github.com/prisma/graphql-parser?rev=6a3f58bd879065588e710cb02b5bd30c1ce182c3#6a3f58bd879065588e710cb02b5bd30c1ce182c3"
dependencies = [
"combine 3.8.1",
"indexmap",
"thiserror",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "gtk"
2022-03-30 08:14:50 +00:00
version = "0.15.4"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "5f2d1326b36af927fe46ae2f89a8fec38c6f0d279ebc5ef07ffeeabb70300bfc"
2021-09-22 06:27:02 +00:00
dependencies = [
"atk",
"bitflags",
2021-09-22 06:27:02 +00:00
"cairo-rs",
"field-offset",
"futures-channel",
2021-09-22 06:27:02 +00:00
"gdk",
"gdk-pixbuf",
"gio",
"glib",
"gtk-sys",
"gtk3-macros",
2021-09-22 06:27:02 +00:00
"libc",
"once_cell",
"pango",
"pkg-config",
]
[[package]]
name = "gtk-sys"
2022-03-30 08:14:50 +00:00
version = "0.15.3"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "d5bc2f0587cba247f60246a0ca11fe25fb733eabc3de12d1965fc07efab87c84"
2021-09-22 06:27:02 +00:00
dependencies = [
"atk-sys",
2021-09-22 06:27:02 +00:00
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gdk-sys",
2022-03-30 08:14:50 +00:00
"gio-sys 0.15.10",
"glib-sys 0.15.10",
"gobject-sys 0.15.10",
2021-09-22 06:27:02 +00:00
"libc",
"pango-sys",
2022-03-30 08:14:50 +00:00
"system-deps 6.0.2",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "gtk3-macros"
2022-03-30 08:14:50 +00:00
version = "0.15.4"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "24f518afe90c23fba585b2d7697856f9e6a7bbc62f65588035e66f6afb01a2e9"
2021-09-22 06:27:02 +00:00
dependencies = [
"anyhow",
2022-03-30 08:14:50 +00:00
"proc-macro-crate 1.1.3",
2021-12-24 12:24:12 +00:00
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
2021-09-22 06:27:02 +00:00
]
2022-04-20 09:25:50 +00:00
[[package]]
name = "h2"
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
"tokio-util 0.7.1",
"tracing",
]
[[package]]
name = "half"
version = "1.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
2021-09-28 14:40:20 +00:00
[[package]]
name = "hashbrown"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
dependencies = [
"ahash",
2021-09-28 14:40:20 +00:00
]
[[package]]
name = "hashlink"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7249a3129cbc1ffccd74857f81464a323a152173cdb134e0fd81bc803b29facf"
dependencies = [
"hashbrown",
2021-09-28 14:40:20 +00:00
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "heck"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
dependencies = [
"unicode-segmentation",
]
2021-12-31 12:30:41 +00:00
[[package]]
name = "heck"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
2021-09-22 06:27:02 +00:00
[[package]]
name = "hermit-abi"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
]
2021-09-30 07:34:42 +00:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2022-02-25 00:18:41 +00:00
[[package]]
name = "hex_fmt"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"
[[package]]
name = "hmac"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"
dependencies = [
"crypto-mac",
"digest 0.9.0",
]
[[package]]
name = "hmac"
2022-03-30 08:14:50 +00:00
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
2022-03-30 08:14:50 +00:00
"digest 0.10.3",
2022-02-25 00:18:41 +00:00
]
[[package]]
name = "hmac-drbg"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"
dependencies = [
"digest 0.9.0",
2022-03-30 08:14:50 +00:00
"generic-array 0.14.5",
"hmac 0.8.1",
2022-02-25 00:18:41 +00:00
]
[[package]]
name = "hostname"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21ceb46a83a85e824ef93669c8b390009623863b5c195d1ba747292c0c72f94e"
dependencies = [
"libc",
"winutil",
]
2021-12-30 13:35:25 +00:00
[[package]]
name = "hostname"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
dependencies = [
"libc",
"match_cfg",
"winapi 0.3.9",
]
2021-12-29 10:45:05 +00:00
[[package]]
name = "hotwatch"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39301670a6f5798b75f36a1b149a379a50df5aa7c71be50f4b41ec6eab445cb8"
dependencies = [
"log",
"notify",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "html5ever"
2022-03-30 08:14:50 +00:00
version = "0.25.2"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "e5c13fb08e5d4dfc151ee5e88bae63f7773d61852f3bdc73c9f4b9e1bde03148"
2021-09-22 06:27:02 +00:00
dependencies = [
"log",
"mac",
"markup5ever",
"proc-macro2",
"quote",
"syn",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "http"
2021-12-31 12:30:41 +00:00
version = "0.2.6"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-31 12:30:41 +00:00
checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"
2021-09-22 06:27:02 +00:00
dependencies = [
"bytes",
"fnv",
2021-12-31 12:30:41 +00:00
"itoa 1.0.1",
2021-09-22 06:27:02 +00:00
]
2022-04-20 09:25:50 +00:00
[[package]]
name = "http-body"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"
dependencies = [
"bytes",
"http",
"pin-project-lite 0.2.8",
]
[[package]]
name = "http-range"
2022-03-30 08:14:50 +00:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573"
2022-02-25 00:18:41 +00:00
[[package]]
name = "httparse"
version = "1.7.0"
2022-02-25 00:18:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6330e8a36bd8c859f3fa6d9382911fbb7147ec39807f63b923933a247240b9ba"
2022-02-25 00:18:41 +00:00
2022-04-20 09:25:50 +00:00
[[package]]
name = "httpdate"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
2021-12-30 02:19:40 +00:00
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2022-04-20 09:25:50 +00:00
[[package]]
name = "hyper"
version = "0.14.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2"
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
"itoa 1.0.1",
"pin-project-lite 0.2.8",
"socket2",
2022-04-20 09:25:50 +00:00
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper-tls"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
dependencies = [
"bytes",
"hyper",
"native-tls",
"tokio",
"tokio-native-tls 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "ico"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a4b3331534254a9b64095ae60d3dc2a8225a7a70229cd5888be127cdc1f6804"
dependencies = [
"byteorder",
"png 0.11.0",
]
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
[[package]]
name = "idna"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
]
[[package]]
2022-02-25 00:18:41 +00:00
name = "if-addrs"
version = "0.7.0"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-25 00:18:41 +00:00
checksum = "cbc0fa01ffc752e9dbc72818cdb072cd028b86be5e09dd04c5a643704fe101a9"
2021-09-22 06:27:02 +00:00
dependencies = [
2022-02-25 00:18:41 +00:00
"libc",
"winapi 0.3.9",
2021-09-22 06:27:02 +00:00
]
2021-09-30 07:34:42 +00:00
[[package]]
2022-02-25 00:18:41 +00:00
name = "if-watch"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae8f4a3c3d4c89351ca83e120c1c00b27df945d38e05695668c9d4b4f7bc52f3"
dependencies = [
"async-io",
2022-03-30 08:14:50 +00:00
"core-foundation",
2022-02-25 00:18:41 +00:00
"fnv",
"futures",
"if-addrs",
"ipnet",
"log",
"rtnetlink",
"system-configuration",
"windows 0.29.0",
]
[[package]]
name = "ignore"
version = "0.4.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d"
dependencies = [
2022-03-30 08:14:50 +00:00
"crossbeam-utils 0.8.8",
2022-02-25 00:18:41 +00:00
"globset",
"lazy_static",
"log",
"memchr",
"regex",
"same-file",
"thread_local",
"walkdir",
"winapi-util",
]
[[package]]
name = "im"
version = "13.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8db49f8bc08d5cc4e2bb0f7d25a6d1db2c79bc6f7d7c86c96c657eb3d214125f"
dependencies = [
"rustc_version 0.2.3",
"sized-chunks",
"typenum",
]
[[package]]
name = "image"
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db207d030ae38f1eb6f240d5a1c1c88ff422aa005d10f8c6c6fc5e75286ab30e"
dependencies = [
"bytemuck",
"byteorder",
"color_quant",
"exr",
"gif",
"jpeg-decoder",
"num-iter",
"num-rational",
"num-traits",
"png 0.17.5",
"scoped_threadpool",
"tiff",
]
[[package]]
name = "include_dir"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "482a2e29200b7eed25d7fdbd14423326760b7f6658d21a4cf12d55a50713c69f"
dependencies = [
"glob",
"include_dir_macros",
]
[[package]]
name = "include_dir_macros"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e074c19deab2501407c91ba1860fa3d6820bfde307db6d8cb851b55a10be89b"
dependencies = [
"proc-macro2",
"quote",
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "indexmap"
2022-03-30 08:14:50 +00:00
version = "1.8.1"
2021-09-30 07:34:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee"
2021-09-30 07:34:42 +00:00
dependencies = [
"autocfg",
"hashbrown",
"serde",
]
[[package]]
name = "indoc"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7906a9fababaeacb774f72410e497a1d18de916322e33797bb2cd29baa23c9e"
dependencies = [
"unindent",
2021-09-30 07:34:42 +00:00
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "infer"
2022-03-30 08:14:50 +00:00
version = "0.7.0"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "20b2b533137b9cad970793453d4f921c2e91312a6d88b1085c07bc15fc51bb3b"
2021-09-22 06:27:02 +00:00
dependencies = [
"cfb",
]
[[package]]
name = "inflate"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5f9f47468e9a76a6452271efadc88fe865a82be91fe75e6c0c57b87ccea59d4"
dependencies = [
"adler32",
]
[[package]]
name = "inflate"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cdb29978cc5797bd8dcc8e5bf7de604891df2a8dc576973d71a281e916db2ff"
dependencies = [
"adler32",
]
2021-12-29 10:45:05 +00:00
[[package]]
name = "inotify"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f"
dependencies = [
"bitflags",
2021-12-29 10:45:05 +00:00
"inotify-sys",
"libc",
]
[[package]]
name = "inotify-sys"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
dependencies = [
"libc",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "instant"
version = "0.1.12"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
2021-09-22 06:27:02 +00:00
dependencies = [
"cfg-if 1.0.0",
]
2021-09-30 07:34:42 +00:00
[[package]]
name = "int-enum"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b1428b2b1abe959e6eedb0a17d0ab12f6ba20e1106cc29fc4874e3ba393c177"
dependencies = [
"cfg-if 0.1.10",
"int-enum-impl",
]
[[package]]
name = "int-enum-impl"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2c3cecaad8ca1a5020843500c696de2b9a07b63b624ddeef91f85f9bafb3671"
dependencies = [
"cfg-if 0.1.10",
"proc-macro-crate 0.1.5",
"proc-macro2",
"quote",
"syn",
2021-09-30 07:34:42 +00:00
]
2021-12-29 10:45:05 +00:00
[[package]]
name = "iovec"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
dependencies = [
"libc",
]
[[package]]
name = "ipconfig"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "723519edce41262b05d4143ceb95050e4c614f483e78e9fd9e39a8275a84ad98"
dependencies = [
"socket2",
"widestring",
"winapi 0.3.9",
"winreg 0.7.0",
2022-02-25 00:18:41 +00:00
]
[[package]]
name = "ipnet"
version = "2.5.0"
2022-02-25 00:18:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"
2022-02-25 00:18:41 +00:00
2021-09-30 07:34:42 +00:00
[[package]]
name = "itertools"
2021-12-31 12:30:41 +00:00
version = "0.10.3"
2021-09-30 07:34:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-31 12:30:41 +00:00
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
2021-09-30 07:34:42 +00:00
dependencies = [
"either",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "itoa"
version = "0.4.8"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
2021-09-22 06:27:02 +00:00
2021-12-31 12:30:41 +00:00
[[package]]
name = "itoa"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
2021-09-22 06:27:02 +00:00
[[package]]
name = "javascriptcore-rs"
2022-03-30 08:14:50 +00:00
version = "0.16.0"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "bf053e7843f2812ff03ef5afe34bb9c06ffee120385caad4f6b9967fcd37d41c"
2021-09-22 06:27:02 +00:00
dependencies = [
"bitflags",
2021-09-22 06:27:02 +00:00
"glib",
"javascriptcore-rs-sys",
]
[[package]]
name = "javascriptcore-rs-sys"
2022-03-30 08:14:50 +00:00
version = "0.4.0"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "905fbb87419c5cde6e3269537e4ea7d46431f3008c5d057e915ef3f115e7793c"
2021-09-22 06:27:02 +00:00
dependencies = [
2022-03-30 08:14:50 +00:00
"glib-sys 0.15.10",
"gobject-sys 0.15.10",
2021-09-22 06:27:02 +00:00
"libc",
2021-12-31 12:30:41 +00:00
"system-deps 5.0.0",
2021-09-22 06:27:02 +00:00
]
2022-03-30 08:14:50 +00:00
[[package]]
name = "jni"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24967112a1e4301ca5342ea339763613a37592b8a6ce6cf2e4494537c7a42faf"
dependencies = [
"cesu8",
2022-05-23 05:28:33 +00:00
"combine 4.6.3",
2022-03-30 08:14:50 +00:00
"jni-sys",
"log",
"thiserror",
"walkdir",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "jni-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
[[package]]
name = "jobserver"
version = "0.1.24"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
2021-09-22 06:27:02 +00:00
dependencies = [
"libc",
]
[[package]]
name = "jpeg-decoder"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "744c24117572563a98a7e9168a5ac1ee4a1ca7f702211258797bbe0ed0346c3c"
dependencies = [
"rayon",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "js-sys"
version = "0.3.56"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04"
2021-09-22 06:27:02 +00:00
dependencies = [
"wasm-bindgen",
]
2022-03-30 08:14:50 +00:00
[[package]]
name = "json-patch"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f995a3c8f2bc3dd52a18a583e90f9ec109c047fa1603a853e46bcda14d2e279d"
dependencies = [
"serde",
"serde_json",
"treediff",
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "keccak"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"
2021-12-29 10:45:05 +00:00
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
dependencies = [
"winapi 0.2.8",
"winapi-build",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "kuchiki"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ea8e9c6e031377cff82ee3001dc8026cdf431ed4e2e6b51f98ab8c73484a358"
dependencies = [
"cssparser",
"html5ever",
"matches",
"selectors",
]
2021-09-30 16:15:12 +00:00
[[package]]
name = "kv-log-macro"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
dependencies = [
"log",
]
[[package]]
name = "language-tags"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
2021-09-22 06:27:02 +00:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2021-12-29 10:45:05 +00:00
[[package]]
name = "lazycell"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "lebe"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7efd1d698db0759e6ef11a7cd44407407399a910c774dd804c64c032da7826ff"
[[package]]
name = "lexical"
2022-03-30 08:14:50 +00:00
version = "6.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "ccd3e434c16f0164124ade12dcdee324fcc3dafb1cad0c7f1d8c2451a1aa6886"
dependencies = [
"lexical-core",
]
[[package]]
name = "lexical-core"
2022-03-30 08:14:50 +00:00
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "92912c4af2e7d9075be3e5e3122c4d7263855fa6cce34fbece4dd08e5884624d"
dependencies = [
"lexical-parse-float",
"lexical-parse-integer",
"lexical-util",
"lexical-write-float",
"lexical-write-integer",
]
[[package]]
name = "lexical-parse-float"
2022-03-30 08:14:50 +00:00
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "f518eed87c3be6debe6d26b855c97358d8a11bf05acec137e5f53080f5ad2dd8"
dependencies = [
"lexical-parse-integer",
"lexical-util",
"static_assertions",
]
[[package]]
name = "lexical-parse-integer"
2022-03-30 08:14:50 +00:00
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "afc852ec67c6538bbb2b9911116a385b24510e879a69ab516e6a151b15a79168"
dependencies = [
"lexical-util",
"static_assertions",
]
[[package]]
name = "lexical-util"
2022-03-30 08:14:50 +00:00
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "c72a9d52c5c4e62fa2cdc2cb6c694a39ae1382d9c2a17a466f18e272a0930eb1"
dependencies = [
"static_assertions",
]
[[package]]
name = "lexical-write-float"
2022-03-30 08:14:50 +00:00
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "8a89ec1d062e481210c309b672f73a0567b7855f21e7d2fae636df44d12e97f9"
dependencies = [
"lexical-util",
"lexical-write-integer",
"static_assertions",
]
[[package]]
name = "lexical-write-integer"
2022-03-30 08:14:50 +00:00
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "094060bd2a7c2ff3a16d5304a6ae82727cb3cc9d1c70f813cc73f744c319337e"
dependencies = [
"lexical-util",
"static_assertions",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "libc"
version = "0.2.124"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21a41fed9d98f27ab1c6d161da622a4fa35e8a54a8adc24bbf3ddd0ef70b0e50"
2021-09-30 07:34:42 +00:00
[[package]]
name = "libloading"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
dependencies = [
"cfg-if 1.0.0",
"winapi 0.3.9",
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "libp2p"
version = "0.43.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e8570e25fa03d4385405dbeaf540ba00e3ee50942f03d84e1a8928a029f35f9"
dependencies = [
"atomic",
"bytes",
"futures",
"futures-timer",
2022-03-30 08:14:50 +00:00
"getrandom 0.2.6",
2022-02-25 00:18:41 +00:00
"instant",
"lazy_static",
"libp2p-autonat",
"libp2p-core",
"libp2p-deflate",
"libp2p-dns",
"libp2p-floodsub",
"libp2p-gossipsub",
"libp2p-identify",
"libp2p-kad",
"libp2p-mdns",
"libp2p-metrics",
"libp2p-mplex",
"libp2p-noise",
"libp2p-ping",
"libp2p-plaintext",
"libp2p-pnet",
"libp2p-relay",
"libp2p-rendezvous",
"libp2p-request-response",
"libp2p-swarm",
"libp2p-swarm-derive",
"libp2p-tcp",
"libp2p-uds",
"libp2p-wasm-ext",
"libp2p-websocket",
"libp2p-yamux",
"multiaddr",
"parking_lot 0.12.0",
"pin-project 1.0.10",
"rand 0.7.3",
"smallvec",
]
[[package]]
name = "libp2p-autonat"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd6314084638e09e4162a5c6d0c1ba859f5d5f8a045ca015f7c95325e4b7c230"
dependencies = [
"async-trait",
"futures",
"futures-timer",
"instant",
"libp2p-core",
"libp2p-request-response",
"libp2p-swarm",
"log",
"prost",
"prost-build",
2022-03-30 08:14:50 +00:00
"rand 0.8.5",
2022-02-25 00:18:41 +00:00
]
[[package]]
name = "libp2p-core"
version = "0.32.1"
2022-02-25 00:18:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db5b02602099fb75cb2d16f9ea860a320d6eb82ce41e95ab680912c454805cd5"
2022-02-25 00:18:41 +00:00
dependencies = [
"asn1_der",
"bs58",
"ed25519-dalek",
"either",
"fnv",
"futures",
"futures-timer",
"instant",
"lazy_static",
"libsecp256k1",
"log",
"multiaddr",
"multihash",
"multistream-select",
"parking_lot 0.12.0",
"pin-project 1.0.10",
"prost",
"prost-build",
2022-03-30 08:14:50 +00:00
"rand 0.8.5",
2022-02-25 00:18:41 +00:00
"ring 0.16.20",
"rw-stream-sink",
"sha2 0.10.2",
"smallvec",
"thiserror",
"unsigned-varint",
"void",
"zeroize",
]
[[package]]
name = "libp2p-deflate"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b1d37f042f748e224f04785d0e987ae09a2aa518d6401d82d412dad83e360ed"
dependencies = [
"flate2",
"futures",
"libp2p-core",
]
[[package]]
name = "libp2p-dns"
version = "0.32.1"
2022-02-25 00:18:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "066e33e854e10b5c93fc650458bf2179c7e0d143db260b0963e44a94859817f1"
2022-02-25 00:18:41 +00:00
dependencies = [
"async-std-resolver",
"futures",
"libp2p-core",
"log",
"smallvec",
"trust-dns-resolver",
2022-02-25 00:18:41 +00:00
]
[[package]]
name = "libp2p-floodsub"
version = "0.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df0b7d6c3fa2ead77a5bbeff580bd7507efcc9d7fa9d0caf873795b097d385c0"
dependencies = [
"cuckoofilter",
"fnv",
"futures",
"libp2p-core",
"libp2p-swarm",
"log",
"prost",
"prost-build",
"rand 0.7.3",
"smallvec",
]
[[package]]
name = "libp2p-gossipsub"
version = "0.36.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f62943fba0b0dae02b87868620c52a581c54ec9fb04b5e195cf20313fc510c3"
dependencies = [
"asynchronous-codec 0.6.0",
"base64 0.13.0",
2022-02-25 00:18:41 +00:00
"byteorder",
"bytes",
"fnv",
"futures",
"hex_fmt",
"instant",
"libp2p-core",
"libp2p-swarm",
"log",
"prometheus-client",
"prost",
"prost-build",
"rand 0.7.3",
"regex",
"sha2 0.10.2",
"smallvec",
"unsigned-varint",
"wasm-timer",
]
[[package]]
name = "libp2p-identify"
version = "0.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f219b4d4660fe3a04bf5fe6b5970902b7c1918e25b2536be8c70efc480f88f8"
dependencies = [
"futures",
"futures-timer",
"libp2p-core",
"libp2p-swarm",
"log",
"lru",
"prost",
"prost-build",
"smallvec",
]
[[package]]
name = "libp2p-kad"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aead5ee2322a7b825c7633065370909c8383046f955cda5b56797e6904db7a72"
dependencies = [
"arrayvec 0.5.2",
"asynchronous-codec 0.6.0",
2022-02-25 00:18:41 +00:00
"bytes",
"either",
"fnv",
"futures",
"futures-timer",
"instant",
"libp2p-core",
"libp2p-swarm",
"log",
"prost",
"prost-build",
"rand 0.7.3",
"sha2 0.10.2",
"smallvec",
"thiserror",
"uint",
"unsigned-varint",
"void",
]
[[package]]
name = "libp2p-mdns"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54d1914576978e5f3b15ac99e2cda9b56471ce64f1cfc7c2b09ac0cee147175e"
dependencies = [
"async-io",
"data-encoding",
"dns-parser",
"futures",
"if-watch",
"lazy_static",
"libp2p-core",
"libp2p-swarm",
"log",
2022-03-30 08:14:50 +00:00
"rand 0.8.5",
2022-02-25 00:18:41 +00:00
"smallvec",
"socket2",
2022-02-25 00:18:41 +00:00
"void",
]
[[package]]
name = "libp2p-metrics"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29e4e5e4c5aa567fe1ee3133afe088dc2d2fd104e20c5c2c5c2649f75129677"
dependencies = [
"libp2p-core",
"libp2p-gossipsub",
"libp2p-identify",
"libp2p-kad",
"libp2p-ping",
"libp2p-relay",
"libp2p-swarm",
"prometheus-client",
]
[[package]]
name = "libp2p-mplex"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "442eb0c9fff0bf22a34f015724b4143ce01877e079ed0963c722d94c07c72160"
dependencies = [
"asynchronous-codec 0.6.0",
2022-02-25 00:18:41 +00:00
"bytes",
"futures",
"libp2p-core",
"log",
"nohash-hasher",
"parking_lot 0.12.0",
"rand 0.7.3",
"smallvec",
"unsigned-varint",
]
[[package]]
name = "libp2p-noise"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9dd7e0c94051cda67123be68cf6b65211ba3dde7277be9068412de3e7ffd63ef"
dependencies = [
"bytes",
"curve25519-dalek 3.2.1",
"futures",
"lazy_static",
"libp2p-core",
"log",
"prost",
"prost-build",
2022-03-30 08:14:50 +00:00
"rand 0.8.5",
2022-02-25 00:18:41 +00:00
"sha2 0.10.2",
"snow",
"static_assertions",
"x25519-dalek",
"zeroize",
]
[[package]]
name = "libp2p-ping"
version = "0.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ab44a12d372d6abdd326c468c1d5b002be06fbd923c5a799d6a9d3b36646ca3"
dependencies = [
"futures",
"futures-timer",
"instant",
"libp2p-core",
"libp2p-swarm",
"log",
"rand 0.7.3",
"void",
]
[[package]]
name = "libp2p-plaintext"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "962c0fb0e7212fb96a69b87f2d09bcefd317935239bdc79cda900e7a8897a3fe"
dependencies = [
"asynchronous-codec 0.6.0",
2022-02-25 00:18:41 +00:00
"bytes",
"futures",
"libp2p-core",
"log",
"prost",
"prost-build",
"unsigned-varint",
"void",
]
[[package]]
name = "libp2p-pnet"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f1a458bbda880107b5b36fcb9b5a1ef0c329685da0e203ed692a8ebe64cc92c"
dependencies = [
"futures",
"log",
"pin-project 1.0.10",
"rand 0.7.3",
"salsa20",
"sha3",
]
[[package]]
name = "libp2p-relay"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "517be90a2ce60b6c3bdfe88f34cc789c61dafe6f694a7b45e644af7353880fa3"
dependencies = [
"asynchronous-codec 0.6.0",
2022-02-25 00:18:41 +00:00
"bytes",
"either",
"futures",
"futures-timer",
"instant",
"libp2p-core",
"libp2p-swarm",
"log",
"pin-project 1.0.10",
"prost",
"prost-build",
2022-03-30 08:14:50 +00:00
"rand 0.8.5",
2022-02-25 00:18:41 +00:00
"smallvec",
"static_assertions",
"thiserror",
"unsigned-varint",
"void",
]
[[package]]
name = "libp2p-rendezvous"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "597e4a022dd2e168ce1218faf6b3aead5c427fb828eb4f982cef7c40d4b7f49e"
dependencies = [
"asynchronous-codec 0.6.0",
2022-02-25 00:18:41 +00:00
"bimap",
"futures",
"futures-timer",
"instant",
"libp2p-core",
"libp2p-swarm",
"log",
"prost",
"prost-build",
2022-03-30 08:14:50 +00:00
"rand 0.8.5",
2022-02-25 00:18:41 +00:00
"sha2 0.10.2",
"thiserror",
"unsigned-varint",
"void",
]
[[package]]
name = "libp2p-request-response"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12388a73626d1727524069cce0bb05a9c428581de435278a070c55ae27cc7e73"
dependencies = [
"async-trait",
"bytes",
"futures",
"instant",
"libp2p-core",
"libp2p-swarm",
"log",
"rand 0.7.3",
"smallvec",
"unsigned-varint",
]
[[package]]
name = "libp2p-swarm"
version = "0.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53ab2d4eb8ef2966b10fdf859245cdd231026df76d3c6ed2cf9e418a8f688ec9"
dependencies = [
"either",
"fnv",
"futures",
"futures-timer",
"instant",
"libp2p-core",
"log",
"pin-project 1.0.10",
"rand 0.7.3",
"smallvec",
"thiserror",
"void",
]
[[package]]
name = "libp2p-swarm-derive"
2022-03-30 08:14:50 +00:00
version = "0.27.1"
2022-02-25 00:18:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "daf2fe8c80b43561355f4d51875273b5b6dfbac37952e8f64b1270769305c9d7"
2022-02-25 00:18:41 +00:00
dependencies = [
"quote",
"syn",
]
[[package]]
name = "libp2p-tcp"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "193447aa729c85aac2376828df76d171c1a589c9e6b58fcc7f9d9a020734122c"
dependencies = [
"async-io",
"futures",
"futures-timer",
"if-watch",
"ipnet",
"libc",
"libp2p-core",
"log",
"socket2",
2022-02-25 00:18:41 +00:00
]
[[package]]
name = "libp2p-uds"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24bdab114f7f2701757d6541266e1131b429bbae382008f207f2114ee4222dcb"
dependencies = [
"async-std",
"futures",
"libp2p-core",
"log",
]
[[package]]
name = "libp2p-wasm-ext"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f6ea0f84a967ef59a16083f222c18115ae2e91db69809dce275df62e101b279"
dependencies = [
"futures",
"js-sys",
"libp2p-core",
"parity-send-wrapper",
"wasm-bindgen",
"wasm-bindgen-futures",
]
[[package]]
name = "libp2p-websocket"
version = "0.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c932834c3754501c368d1bf3d0fb458487a642b90fc25df082a3a2f3d3b32e37"
dependencies = [
"either",
"futures",
"futures-rustls",
"libp2p-core",
"log",
"quicksink",
"rw-stream-sink",
"soketto",
"url",
"webpki-roots",
2022-02-25 00:18:41 +00:00
]
[[package]]
name = "libp2p-yamux"
version = "0.36.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be902ebd89193cd020e89e89107726a38cfc0d16d18f613f4a37d046e92c7517"
dependencies = [
"futures",
"libp2p-core",
"parking_lot 0.12.0",
"thiserror",
"yamux",
]
[[package]]
name = "libsecp256k1"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0452aac8bab02242429380e9b2f94ea20cea2b37e2c1777a1358799bbe97f37"
dependencies = [
"arrayref",
"base64 0.13.0",
2022-02-25 00:18:41 +00:00
"digest 0.9.0",
"hmac-drbg",
"libsecp256k1-core",
"libsecp256k1-gen-ecmult",
"libsecp256k1-gen-genmult",
2022-03-30 08:14:50 +00:00
"rand 0.8.5",
2022-02-25 00:18:41 +00:00
"serde",
2022-03-30 08:14:50 +00:00
"sha2 0.9.9",
2022-02-25 00:18:41 +00:00
"typenum",
]
[[package]]
name = "libsecp256k1-core"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"
dependencies = [
"crunchy",
"digest 0.9.0",
"subtle",
]
[[package]]
name = "libsecp256k1-gen-ecmult"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"
dependencies = [
"libsecp256k1-core",
]
[[package]]
name = "libsecp256k1-gen-genmult"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"
dependencies = [
"libsecp256k1-core",
]
2021-09-28 14:40:20 +00:00
[[package]]
name = "libsqlite3-sys"
version = "0.22.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "290b64917f8b0cb885d9de0f9959fe1f775d7fa12f1da2db9001c1c8ab60f89d"
dependencies = [
2021-09-30 16:15:12 +00:00
"cc",
2021-09-28 14:40:20 +00:00
"pkg-config",
"vcpkg",
]
[[package]]
name = "libwebp-sys"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439fd1885aa28937e7edcd68d2e793cb4a22f8733460d2519fbafd2b215672bf"
dependencies = [
"cc",
]
2021-09-30 07:34:42 +00:00
[[package]]
name = "libz-sys"
2022-03-30 08:14:50 +00:00
version = "1.1.5"
2021-09-30 07:34:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "6f35facd4a5673cb5a48822be2be1d4236c1c99cb4113cab7061ac720d5bf859"
2021-09-30 07:34:42 +00:00
dependencies = [
"cc",
"pkg-config",
"vcpkg",
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "linked-hash-map"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
[[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.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "902eb695eb0591864543cbfbf6d742510642a605a61fc5e97fe6ceb5a30ac4fb"
[[package]]
name = "lock_api"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
dependencies = [
"scopeguard",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "lock_api"
version = "0.4.7"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
2021-09-22 06:27:02 +00:00
dependencies = [
"autocfg",
2021-09-22 06:27:02 +00:00
"scopeguard",
]
[[package]]
name = "log"
2022-03-30 08:14:50 +00:00
version = "0.4.16"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"
2021-09-22 06:27:02 +00:00
dependencies = [
"cfg-if 1.0.0",
2021-09-30 16:15:12 +00:00
"value-bag",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "loom"
2021-12-31 12:30:41 +00:00
version = "0.5.4"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-31 12:30:41 +00:00
checksum = "edc5c7d328e32cc4954e8e01193d7f0ef5ab257b5090b70a964e099a36034309"
2021-09-22 06:27:02 +00:00
dependencies = [
"cfg-if 1.0.0",
"generator",
"scoped-tls",
"serde",
"serde_json",
"tracing",
"tracing-subscriber",
2021-09-22 06:27:02 +00:00
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "lru"
version = "0.7.5"
2022-02-25 00:18:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32613e41de4c47ab04970c348ca7ae7382cf116625755af070b008a15516a889"
2022-02-25 00:18:41 +00:00
dependencies = [
"hashbrown",
2022-02-25 00:18:41 +00:00
]
[[package]]
name = "lru-cache"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
dependencies = [
"linked-hash-map",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "mac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
[[package]]
name = "mac-notification-sys"
2022-03-30 08:14:50 +00:00
version = "0.5.0"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "297c13fc8ff9fa8b2d0e53850f80e0aa962628e865d447031ce58cdb062e5b29"
2021-09-22 06:27:02 +00:00
dependencies = [
"cc",
2022-03-30 08:14:50 +00:00
"dirs-next",
2021-09-22 06:27:02 +00:00
"objc-foundation",
2022-03-30 08:14:50 +00:00
"objc_id",
"time 0.3.9",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
dependencies = [
"libc",
]
2022-02-26 01:56:49 +00:00
[[package]]
name = "maplit"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
2021-09-22 06:27:02 +00:00
[[package]]
name = "markup5ever"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a24f40fb03852d1cdd84330cddcaf98e9ec08a7b7768e952fad3b4cf048ec8fd"
dependencies = [
"log",
"phf 0.8.0",
"phf_codegen",
"string_cache",
"string_cache_codegen",
"tendril",
]
2021-12-30 13:35:25 +00:00
[[package]]
name = "match_cfg"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
2021-09-22 06:27:02 +00:00
[[package]]
name = "matchers"
2021-12-31 12:30:41 +00:00
version = "0.1.0"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-31 12:30:41 +00:00
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
"regex-automata",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "matches"
version = "0.1.9"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
2021-09-22 06:27:02 +00:00
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
2022-03-30 08:14:50 +00:00
[[package]]
name = "md-5"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "658646b21e0b72f7866c7038ab086d3d5e1cd6271f060fd37defb241949d0582"
dependencies = [
"digest 0.10.3",
]
[[package]]
name = "md5"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e6bcd6433cff03a4bfc3d9834d504467db1f1cf6d0ea765d37d330249ed629d"
2021-09-22 06:27:02 +00:00
[[package]]
name = "memchr"
version = "2.4.1"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
2021-09-22 06:27:02 +00:00
[[package]]
name = "memoffset"
2021-12-31 12:30:41 +00:00
version = "0.6.5"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-31 12:30:41 +00:00
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
2021-09-22 06:27:02 +00:00
dependencies = [
"autocfg",
]
[[package]]
name = "metrics"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51b70227ece8711a1aa2f99655efd795d0cff297a5b9fe39645a93aacf6ad39d"
dependencies = [
"metrics-core",
]
2021-09-30 16:15:12 +00:00
[[package]]
name = "metrics-core"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c064b3a1ff41f4bf6c91185c8a0caeccf8a8a27e9d0f92cc54cf3dbec812f48"
[[package]]
name = "mime"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
[[package]]
name = "minimal-lexical"
version = "0.2.1"
2021-09-30 16:15:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2021-09-30 16:15:12 +00:00
[[package]]
name = "miniz_oxide"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2b29bd4bc3f33391105ebee3589c19197c4271e3e5a9ec9bfe8127eeff8f082"
dependencies = [
"adler",
]
2021-12-29 10:45:05 +00:00
[[package]]
name = "mio"
version = "0.6.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
dependencies = [
"cfg-if 0.1.10",
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
"libc",
"log",
"miow 0.2.2",
2021-12-29 10:45:05 +00:00
"net2",
"slab",
"winapi 0.2.8",
]
[[package]]
name = "mio"
2022-03-30 08:14:50 +00:00
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "52da4364ffb0e4fe33a9841a98a3f3014fb964045ce4f7a45a398243c8d6b0c9"
dependencies = [
"libc",
"log",
"miow 0.3.7",
"ntapi",
2022-03-30 08:14:50 +00:00
"wasi 0.11.0+wasi-snapshot-preview1",
"winapi 0.3.9",
]
2021-12-29 10:45:05 +00:00
[[package]]
name = "mio-extras"
version = "2.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
dependencies = [
"lazycell",
"log",
"mio 0.6.23",
2021-12-29 10:45:05 +00:00
"slab",
]
[[package]]
name = "miow"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
dependencies = [
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
]
[[package]]
name = "miow"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "mobc"
version = "0.7.3"
2022-03-30 08:14:50 +00:00
source = "git+https://github.com/prisma/mobc?tag=1.0.0#75c68f1054b30e4aa22180c95eca1ccad96868cc"
dependencies = [
"async-trait",
"futures-channel",
"futures-core",
"futures-timer",
"futures-util",
"log",
2022-03-30 08:14:50 +00:00
"thiserror",
"tokio",
]
[[package]]
name = "mongodb"
version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49a2fe500edae1ffc8e4bbc731e54a44638e5ec59fbff967f1cb8306867f5b53"
dependencies = [
"async-trait",
"base64 0.13.0",
"bitflags",
"bson",
"chrono",
"derivative",
"futures-core",
"futures-executor",
"futures-io",
"futures-util",
"hex",
"hmac 0.12.1",
"lazy_static",
"md-5",
"os_info",
"pbkdf2",
"percent-encoding",
2022-03-30 08:14:50 +00:00
"rand 0.8.5",
"rustc_version_runtime",
"rustls",
"rustls-pemfile",
"serde",
"serde_bytes",
"serde_with",
"sha-1 0.10.0",
"sha2 0.10.2",
"socket2",
"stringprep",
"strsim 0.10.0",
"take_mut",
"thiserror",
"tokio",
"tokio-rustls",
"tokio-util 0.7.1",
"trust-dns-proto",
"trust-dns-resolver",
"typed-builder",
"uuid",
"webpki-roots",
]
[[package]]
name = "mongodb-client"
version = "0.1.0"
source = "git+https://github.com/Brendonovich/prisma-engines?rev=5d34c9a567aaec4065a48d8cf6c2ee885e6ca281#5d34c9a567aaec4065a48d8cf6c2ee885e6ca281"
dependencies = [
"mongodb",
"once_cell",
"percent-encoding",
"thiserror",
]
[[package]]
name = "mongodb-datamodel-connector"
version = "0.1.0"
source = "git+https://github.com/Brendonovich/prisma-engines?rev=5d34c9a567aaec4065a48d8cf6c2ee885e6ca281#5d34c9a567aaec4065a48d8cf6c2ee885e6ca281"
dependencies = [
"datamodel-connector",
2022-03-30 08:14:50 +00:00
"enumflags2",
"native-types",
"once_cell",
"serde_json",
]
[[package]]
name = "mongodb-query-connector"
version = "0.1.0"
source = "git+https://github.com/Brendonovich/prisma-engines?rev=5d34c9a567aaec4065a48d8cf6c2ee885e6ca281#5d34c9a567aaec4065a48d8cf6c2ee885e6ca281"
dependencies = [
"anyhow",
"async-trait",
"bigdecimal 0.2.2",
"chrono",
"cuid",
"datamodel",
"futures",
"indexmap",
"itertools",
"mongodb",
"mongodb-client",
"native-types",
"prisma-models",
"prisma-value",
"query-connector",
"rand 0.7.3",
"regex",
"serde",
"serde_json",
"thiserror",
"tokio",
"tracing",
"tracing-futures",
"user-facing-errors",
"uuid",
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "multiaddr"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c580bfdd8803cce319b047d239559a22f809094aaea4ac13902a1fdcfcd4261"
dependencies = [
"arrayref",
"bs58",
"byteorder",
"data-encoding",
"multihash",
"percent-encoding",
"serde",
"static_assertions",
"unsigned-varint",
"url",
]
[[package]]
name = "multihash"
version = "0.16.2"
2022-02-25 00:18:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3db354f401db558759dfc1e568d010a5d4146f4d3f637be1275ec4a3cf09689"
2022-02-25 00:18:41 +00:00
dependencies = [
"core2",
"digest 0.10.3",
"multihash-derive",
"sha2 0.10.2",
"unsigned-varint",
]
[[package]]
name = "multihash-derive"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc076939022111618a5026d3be019fd8b366e76314538ff9a1b59ffbcbf98bcd"
dependencies = [
2022-03-30 08:14:50 +00:00
"proc-macro-crate 1.1.3",
2022-02-25 00:18:41 +00:00
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
"synstructure",
]
[[package]]
name = "multimap"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
[[package]]
name = "multistream-select"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "363a84be6453a70e63513660f4894ef815daf88e3356bffcda9ca27d810ce83b"
dependencies = [
"bytes",
"futures",
"log",
"pin-project 1.0.10",
"smallvec",
"unsigned-varint",
]
[[package]]
name = "mysql_async"
version = "0.29.0"
source = "git+https://github.com/prisma/mysql_async?branch=vendored-openssl#650f07121681ada8a5baec3669197e5ce7e0e6d7"
dependencies = [
"bytes",
"crossbeam",
"flate2",
"futures-core",
"futures-sink",
"futures-util",
"lazy_static",
"lru",
2022-03-30 08:14:50 +00:00
"mio 0.8.2",
"mysql_common",
"native-tls",
"once_cell",
"pem",
"percent-encoding",
"pin-project 1.0.10",
"serde",
"serde_json",
"socket2",
"thiserror",
"tokio",
2022-04-20 09:25:50 +00:00
"tokio-native-tls 0.3.0 (git+https://github.com/pimeys/tls?branch=vendored-openssl)",
2022-03-30 08:14:50 +00:00
"tokio-util 0.6.9",
"twox-hash",
"url",
"uuid",
]
[[package]]
name = "mysql_common"
version = "0.28.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4140827f2d12750de1e8755442577e4292a835f26ff2f659f0a380d1d71020b0"
dependencies = [
"base64 0.13.0",
"bigdecimal 0.3.0",
"bindgen",
"bitflags",
"bitvec",
"byteorder",
"bytes",
"cc",
"cmake",
"crc32fast",
"flate2",
"frunk",
"lazy_static",
"lexical",
"num-bigint 0.4.3",
"num-traits",
2022-03-30 08:14:50 +00:00
"rand 0.8.5",
"regex",
"rust_decimal",
"saturating",
"serde",
"serde_json",
"sha-1 0.10.0",
"sha2 0.10.2",
"smallvec",
"subprocess",
"thiserror",
2022-03-30 08:14:50 +00:00
"time 0.3.9",
"uuid",
]
[[package]]
name = "nanorand"
2022-03-30 08:14:50 +00:00
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
dependencies = [
2022-03-30 08:14:50 +00:00
"getrandom 0.2.6",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "native-tls"
2022-03-30 08:14:50 +00:00
version = "0.2.10"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9"
2021-09-22 06:27:02 +00:00
dependencies = [
"lazy_static",
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
[[package]]
name = "native-types"
version = "0.1.0"
source = "git+https://github.com/Brendonovich/prisma-engines?rev=5d34c9a567aaec4065a48d8cf6c2ee885e6ca281#5d34c9a567aaec4065a48d8cf6c2ee885e6ca281"
dependencies = [
"serde",
"serde_json",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "ndk"
version = "0.4.0"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d64d6af06fde0e527b1ba5c7b79a6cc89cfc46325b0b2887dffe8f70197e0c3c"
2021-09-22 06:27:02 +00:00
dependencies = [
"bitflags",
2021-09-22 06:27:02 +00:00
"jni-sys",
"ndk-sys",
"num_enum",
"thiserror",
]
2022-03-30 08:14:50 +00:00
[[package]]
name = "ndk-context"
version = "0.1.1"
2022-03-30 08:14:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
2022-03-30 08:14:50 +00:00
2021-09-22 06:27:02 +00:00
[[package]]
name = "ndk-glue"
version = "0.4.2"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3648f3609716eb7dbf5f5b5d4b84fcd67dd4c34efcdb12e4a6c0929c2ac48349"
2021-09-22 06:27:02 +00:00
dependencies = [
"lazy_static",
"libc",
"log",
"ndk",
2022-03-30 08:14:50 +00:00
"ndk-context",
2021-09-22 06:27:02 +00:00
"ndk-macro",
"ndk-sys",
]
[[package]]
name = "ndk-macro"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05d1c6307dc424d0f65b9b06e94f88248e6305726b14729fd67a5e47b2dc481d"
dependencies = [
"darling 0.10.2",
2021-09-22 06:27:02 +00:00
"proc-macro-crate 0.1.5",
"proc-macro2",
"quote",
"syn",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "ndk-sys"
2021-12-31 12:30:41 +00:00
version = "0.2.2"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-31 12:30:41 +00:00
checksum = "e1bcdd74c20ad5d95aacd60ef9ba40fdf77f767051040541df557b7a9b2a2121"
2021-09-22 06:27:02 +00:00
2021-12-29 10:45:05 +00:00
[[package]]
name = "net2"
version = "0.2.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
dependencies = [
"cfg-if 0.1.10",
"libc",
"winapi 0.3.9",
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "netlink-packet-core"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "345b8ab5bd4e71a2986663e88c56856699d060e78e152e6e9d7966fcd5491297"
dependencies = [
"anyhow",
"byteorder",
"libc",
"netlink-packet-utils",
]
[[package]]
name = "netlink-packet-route"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "733ea73609acfd7fa7ddadfb7bf709b0471668c456ad9513685af543a06342b2"
dependencies = [
"anyhow",
"bitflags",
2022-02-25 00:18:41 +00:00
"byteorder",
"libc",
"netlink-packet-core",
"netlink-packet-utils",
]
[[package]]
name = "netlink-packet-utils"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25af9cf0dc55498b7bd94a1508af7a78706aa0ab715a73c5169273e03c84845e"
dependencies = [
"anyhow",
"byteorder",
"paste",
"thiserror",
]
[[package]]
name = "netlink-proto"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef8785b8141e8432aa45fceb922a7e876d7da3fad37fa7e7ec702ace3aa0826b"
dependencies = [
"bytes",
"futures",
"log",
"netlink-packet-core",
"netlink-sys",
"tokio",
]
[[package]]
name = "netlink-sys"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e4c9f9547a08241bee7b6558b9b98e1f290d187de8b7cfca2bbb4937bcaa8f8"
dependencies = [
"async-io",
"bytes",
"futures",
"libc",
"log",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "new_debug_unreachable"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
[[package]]
name = "nix"
2022-03-30 08:14:50 +00:00
version = "0.22.3"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "e4916f159ed8e5de0082076562152a76b7a1f64a01fd9d1e0fea002c37624faf"
2021-09-22 06:27:02 +00:00
dependencies = [
"bitflags",
2021-09-22 06:27:02 +00:00
"cc",
2022-03-30 08:14:50 +00:00
"cfg-if 1.0.0",
2021-09-22 06:27:02 +00:00
"libc",
2022-03-30 08:14:50 +00:00
"memoffset",
2021-09-22 06:27:02 +00:00
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "nix"
2022-03-30 08:14:50 +00:00
version = "0.23.1"
2022-02-25 00:18:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6"
2022-02-25 00:18:41 +00:00
dependencies = [
"bitflags",
2022-02-25 00:18:41 +00:00
"cc",
"cfg-if 1.0.0",
"libc",
"memoffset",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "nodrop"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
2022-02-25 00:18:41 +00:00
[[package]]
name = "nohash-hasher"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
2021-09-30 16:15:12 +00:00
[[package]]
name = "nom"
2022-03-30 08:14:50 +00:00
version = "7.1.1"
2021-09-30 16:15:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
2021-09-30 16:15:12 +00:00
dependencies = [
"memchr",
"minimal-lexical",
]
2021-12-29 10:45:05 +00:00
[[package]]
name = "notify"
version = "4.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae03c8c853dba7bfd23e571ff0cff7bc9dceb40a4cd684cd1681824183f45257"
dependencies = [
"bitflags",
2021-12-29 10:45:05 +00:00
"filetime",
"fsevent",
"fsevent-sys",
"inotify",
"libc",
"mio 0.6.23",
2021-12-29 10:45:05 +00:00
"mio-extras",
"walkdir",
"winapi 0.3.9",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "notify-rust"
2022-03-30 08:14:50 +00:00
version = "4.5.8"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "a995a3d2834cefa389218e7a35156e8ce544bc95f836900da01ee0b26a07e9d4"
2021-09-22 06:27:02 +00:00
dependencies = [
"mac-notification-sys",
"serde",
"winrt-notification",
"zbus",
"zvariant",
"zvariant_derive",
]
[[package]]
name = "ntapi"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
dependencies = [
"winapi 0.3.9",
]
2021-09-30 16:15:12 +00:00
[[package]]
name = "num-bigint"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f6f7833f2cbf2360a6cfd58cd41a53aa7a90bd4c202f5b1c7dd2ed73c57b2c3"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-bigint"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
2021-09-22 06:27:02 +00: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-iter"
version = "0.1.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2021c8337a54d21aca0d59a92577a029af9431cb59b909b03252b9c164fad59"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-rational"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
2021-09-22 06:27:02 +00:00
[[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"
2021-12-31 12:30:41 +00:00
version = "1.13.1"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-31 12:30:41 +00:00
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
2021-09-22 06:27:02 +00:00
dependencies = [
"hermit-abi",
"libc",
]
[[package]]
name = "num_enum"
2022-03-30 08:14:50 +00:00
version = "0.5.7"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "cf5395665662ef45796a4ff5486c5d41d29e0c09640af4c5f17fd94ee2c119c9"
2021-09-22 06:27:02 +00:00
dependencies = [
"num_enum_derive",
]
[[package]]
name = "num_enum_derive"
2022-03-30 08:14:50 +00:00
version = "0.5.7"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "3b0498641e53dd6ac1a4f22547548caa6864cc4933784319cd1775271c5a46ce"
2021-09-22 06:27:02 +00:00
dependencies = [
2022-03-30 08:14:50 +00:00
"proc-macro-crate 1.1.3",
2021-09-22 06:27:02 +00:00
"proc-macro2",
"quote",
"syn",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "num_threads"
2022-03-30 08:14:50 +00:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "aba1801fb138d8e85e11d0fc70baf4fe1cdfffda7c6cd34a854905df588e5ed0"
dependencies = [
"libc",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "objc"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
dependencies = [
"malloc_buf",
2022-03-30 08:14:50 +00:00
"objc_exception",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "objc-foundation"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
dependencies = [
"block",
"objc",
"objc_id",
]
2022-03-30 08:14:50 +00:00
[[package]]
name = "objc_exception"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
dependencies = [
"cc",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "objc_id"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
dependencies = [
"objc",
]
2021-09-30 07:34:42 +00:00
[[package]]
name = "object"
version = "0.28.3"
2021-09-30 07:34:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40bec70ba014595f99f7aa110b84331ffe1ee9aece7fe6f387cc7e3ecda4d456"
2021-09-30 07:34:42 +00:00
dependencies = [
"memchr",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "once_cell"
2022-03-30 08:14:50 +00:00
version = "1.10.0"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
2021-09-22 06:27:02 +00:00
2022-02-26 01:56:49 +00:00
[[package]]
name = "opaque-debug"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
2021-09-30 07:34:42 +00:00
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
2021-09-22 06:27:02 +00:00
[[package]]
name = "open"
2022-03-30 08:14:50 +00:00
version = "2.1.1"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "9213e7b66aa06a7722828ee2980c1adff22a3922b582baaa1e62e30ca2a6c018"
2021-09-22 06:27:02 +00:00
dependencies = [
"pathdiff",
2021-09-30 07:34:42 +00:00
"winapi 0.3.9",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "openssl"
version = "0.10.38"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95"
2021-09-22 06:27:02 +00:00
dependencies = [
"bitflags",
2021-09-22 06:27:02 +00:00
"cfg-if 1.0.0",
"foreign-types",
"libc",
"once_cell",
"openssl-sys",
]
[[package]]
name = "openssl-probe"
2022-03-30 08:14:50 +00:00
version = "0.1.5"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2021-09-22 06:27:02 +00:00
[[package]]
name = "openssl-sys"
2021-12-31 12:30:41 +00:00
version = "0.9.72"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-31 12:30:41 +00:00
checksum = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb"
2021-09-22 06:27:02 +00:00
dependencies = [
"autocfg",
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "opentelemetry"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1cf9b1c4e9a6c4de793c632496fa490bdc0e1eea73f0c91394f7b6990935d22"
dependencies = [
"async-trait",
"crossbeam-channel",
"futures",
"js-sys",
"lazy_static",
"percent-encoding",
"pin-project 1.0.10",
2022-03-30 08:14:50 +00:00
"rand 0.8.5",
"thiserror",
"tokio",
]
[[package]]
name = "opentls"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f561874f8d6ecfb674fc08863414040c93cc90c0b6963fe679895fab8b65560"
dependencies = [
"futures-util",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"url",
]
2022-03-30 08:14:50 +00:00
[[package]]
name = "ordered-stream"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44630c059eacfd6e08bdaa51b1db2ce33119caa4ddc1235e923109aa5f25ccb1"
dependencies = [
"futures-core",
"pin-project-lite 0.2.8",
]
[[package]]
name = "ordermap"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063"
[[package]]
name = "os_info"
2022-03-30 08:14:50 +00:00
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "023df84d545ef479cf67fd2f4459a613585c9db4852c2fad12ab70587859d340"
dependencies = [
"log",
"serde",
"winapi 0.3.9",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "os_pipe"
2022-03-30 08:14:50 +00:00
version = "1.0.1"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "2c92f2b54f081d635c77e7120862d48db8e91f7f21cef23ab1b4fe9971c59f55"
2021-09-22 06:27:02 +00:00
dependencies = [
"libc",
2021-09-30 07:34:42 +00:00
"winapi 0.3.9",
2021-09-22 06:27:02 +00:00
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "owning_ref"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"
dependencies = [
"stable_deref_trait",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "pango"
2022-03-30 08:14:50 +00:00
version = "0.15.10"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "22e4045548659aee5313bde6c582b0d83a627b7904dd20dc2d9ef0895d414e4f"
2021-09-22 06:27:02 +00:00
dependencies = [
"bitflags",
2021-09-22 06:27:02 +00:00
"glib",
"libc",
"once_cell",
"pango-sys",
]
[[package]]
name = "pango-sys"
2022-03-30 08:14:50 +00:00
version = "0.15.10"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "d2a00081cde4661982ed91d80ef437c20eacaf6aa1a5962c0279ae194662c3aa"
2021-09-22 06:27:02 +00:00
dependencies = [
2022-03-30 08:14:50 +00:00
"glib-sys 0.15.10",
"gobject-sys 0.15.10",
2021-09-22 06:27:02 +00:00
"libc",
2022-03-30 08:14:50 +00:00
"system-deps 6.0.2",
2021-09-22 06:27:02 +00:00
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "parity-send-wrapper"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"
2021-09-22 06:27:02 +00:00
[[package]]
name = "parking"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
[[package]]
name = "parking_lot"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
dependencies = [
"lock_api 0.3.4",
"parking_lot_core 0.7.2",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "parking_lot"
version = "0.11.2"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
2021-09-22 06:27:02 +00:00
dependencies = [
"instant",
"lock_api 0.4.7",
2022-02-25 00:18:41 +00:00
"parking_lot_core 0.8.5",
]
[[package]]
name = "parking_lot"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"
dependencies = [
"lock_api 0.4.7",
"parking_lot_core 0.9.2",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "parking_lot_core"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"
dependencies = [
"cfg-if 0.1.10",
"cloudabi",
"libc",
"redox_syscall 0.1.57",
"smallvec",
"winapi 0.3.9",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "parking_lot_core"
version = "0.8.5"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
2021-09-22 06:27:02 +00:00
dependencies = [
"cfg-if 1.0.0",
"instant",
"libc",
"redox_syscall 0.2.13",
2021-09-22 06:27:02 +00:00
"smallvec",
2021-09-30 07:34:42 +00:00
"winapi 0.3.9",
2021-09-22 06:27:02 +00:00
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "parking_lot_core"
version = "0.9.2"
2022-02-25 00:18:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "995f667a6c822200b0433ac218e05582f0e2efa1b922a3fd2fbaadc5f87bab37"
2022-02-25 00:18:41 +00:00
dependencies = [
"cfg-if 1.0.0",
"libc",
"redox_syscall 0.2.13",
2022-02-25 00:18:41 +00:00
"smallvec",
"windows-sys",
2022-02-25 00:18:41 +00:00
]
[[package]]
name = "parser-database"
version = "0.1.0"
source = "git+https://github.com/Brendonovich/prisma-engines?rev=5d34c9a567aaec4065a48d8cf6c2ee885e6ca281#5d34c9a567aaec4065a48d8cf6c2ee885e6ca281"
dependencies = [
"diagnostics",
2022-03-30 08:14:50 +00:00
"enumflags2",
"indexmap",
"schema-ast",
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "paste"
2022-03-30 08:14:50 +00:00
version = "1.0.7"
2022-02-25 00:18:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"
2022-02-25 00:18:41 +00:00
2021-09-22 06:27:02 +00:00
[[package]]
name = "pathdiff"
version = "0.2.1"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
2021-09-22 06:27:02 +00:00
[[package]]
name = "pbkdf2"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "271779f35b581956db91a3e55737327a03aa051e90b1c47aeb189508533adfd7"
dependencies = [
"digest 0.10.3",
]
[[package]]
name = "peeking_take_while"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
[[package]]
name = "pem"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9a3b09a20e374558580a4914d3b7d89bd61b954a5a5e1dcbea98753addb1947"
dependencies = [
"base64 0.13.0",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
[[package]]
name = "pest"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
dependencies = [
"ucd-trie",
]
2022-02-26 01:56:49 +00:00
[[package]]
name = "pest_derive"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
dependencies = [
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
dependencies = [
"pest",
"pest_meta",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "pest_meta"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
dependencies = [
"maplit",
"pest",
"sha-1 0.8.2",
]
[[package]]
name = "petgraph"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f"
dependencies = [
"fixedbitset 0.1.9",
"ordermap",
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "petgraph"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"
dependencies = [
"fixedbitset 0.4.1",
2022-02-25 00:18:41 +00:00
"indexmap",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "phf"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
dependencies = [
"phf_macros 0.8.0",
"phf_shared 0.8.0",
"proc-macro-hack",
]
[[package]]
name = "phf"
2021-12-31 12:30:41 +00:00
version = "0.10.1"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-31 12:30:41 +00:00
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
2021-09-22 06:27:02 +00:00
dependencies = [
"phf_macros 0.10.0",
"phf_shared 0.10.0",
2021-09-22 06:27:02 +00:00
"proc-macro-hack",
]
[[package]]
name = "phf_codegen"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
dependencies = [
"phf_generator 0.8.0",
"phf_shared 0.8.0",
]
[[package]]
name = "phf_generator"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
dependencies = [
"phf_shared 0.8.0",
"rand 0.7.3",
]
[[package]]
name = "phf_generator"
version = "0.10.0"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
2021-09-22 06:27:02 +00:00
dependencies = [
"phf_shared 0.10.0",
2022-03-30 08:14:50 +00:00
"rand 0.8.5",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "phf_macros"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c"
dependencies = [
"phf_generator 0.8.0",
"phf_shared 0.8.0",
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "phf_macros"
version = "0.10.0"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0"
2021-09-22 06:27:02 +00:00
dependencies = [
"phf_generator 0.10.0",
"phf_shared 0.10.0",
2021-09-22 06:27:02 +00:00
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "phf_shared"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
dependencies = [
"siphasher",
]
[[package]]
name = "phf_shared"
version = "0.10.0"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
2021-09-22 06:27:02 +00:00
dependencies = [
"siphasher",
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "pin-project"
version = "0.4.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"
dependencies = [
"pin-project-internal 0.4.29",
]
[[package]]
name = "pin-project"
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"
dependencies = [
"pin-project-internal 1.0.10",
]
[[package]]
name = "pin-project-internal"
version = "0.4.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "pin-project-internal"
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "pin-project-lite"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
2021-09-22 06:27:02 +00:00
[[package]]
name = "pin-project-lite"
2022-03-30 08:14:50 +00:00
version = "0.2.8"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
2021-09-22 06:27:02 +00: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.25"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
2021-09-22 06:27:02 +00:00
[[package]]
name = "png"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0b0cabbbd20c2d7f06dbf015e06aad59b6ca3d9ed14848783e98af9aaf19925"
dependencies = [
"bitflags",
2021-09-22 06:27:02 +00:00
"deflate 0.7.20",
"inflate 0.3.4",
2021-09-22 06:27:02 +00:00
"num-iter",
]
[[package]]
name = "png"
version = "0.17.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc38c0ad57efb786dd57b9864e5b18bae478c00c824dc55a38bbc9da95dde3ba"
dependencies = [
"bitflags",
"crc32fast",
"deflate 1.0.0",
"miniz_oxide",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "polling"
2021-12-31 12:30:41 +00:00
version = "2.2.0"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-31 12:30:41 +00:00
checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"
2021-09-22 06:27:02 +00:00
dependencies = [
"cfg-if 1.0.0",
"libc",
"log",
"wepoll-ffi",
2021-09-30 07:34:42 +00:00
"winapi 0.3.9",
2021-09-22 06:27:02 +00:00
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "poly1305"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"
dependencies = [
"cpufeatures",
2022-02-26 01:56:49 +00:00
"opaque-debug 0.3.0",
2022-02-25 00:18:41 +00:00
"universal-hash",
]
[[package]]
name = "polyval"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"
dependencies = [
"cfg-if 1.0.0",
"cpufeatures",
2022-02-26 01:56:49 +00:00
"opaque-debug 0.3.0",
2022-02-25 00:18:41 +00:00
"universal-hash",
]
[[package]]
name = "postgres-native-tls"
version = "0.5.0"
2022-03-30 08:14:50 +00:00
source = "git+https://github.com/pimeys/rust-postgres?branch=pgbouncer-mode#5ec2a4fa4635c721faf01dc560e48646479ec1b6"
dependencies = [
"futures",
"native-tls",
"tokio",
2022-04-20 09:25:50 +00:00
"tokio-native-tls 0.3.0 (git+https://github.com/pimeys/tls?branch=vendored-openssl)",
"tokio-postgres",
]
[[package]]
name = "postgres-protocol"
2022-03-30 08:14:50 +00:00
version = "0.6.4"
source = "git+https://github.com/pimeys/rust-postgres?branch=pgbouncer-mode#5ec2a4fa4635c721faf01dc560e48646479ec1b6"
dependencies = [
"base64 0.13.0",
"byteorder",
"bytes",
"fallible-iterator",
2022-03-30 08:14:50 +00:00
"hmac 0.12.1",
"md-5",
"memchr",
2022-03-30 08:14:50 +00:00
"rand 0.8.5",
"sha2 0.10.2",
"stringprep",
]
[[package]]
name = "postgres-types"
2022-03-30 08:14:50 +00:00
version = "0.2.3"
source = "git+https://github.com/pimeys/rust-postgres?branch=pgbouncer-mode#5ec2a4fa4635c721faf01dc560e48646479ec1b6"
dependencies = [
"bit-vec",
"bytes",
"chrono",
"fallible-iterator",
"postgres-protocol",
"serde",
"serde_json",
"uuid",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "ppv-lite86"
2021-12-31 12:30:41 +00:00
version = "0.2.16"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-31 12:30:41 +00:00
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
2021-09-22 06:27:02 +00:00
[[package]]
name = "precomputed-hash"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
[[package]]
name = "pretty-hex"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be91bcc43e73799dc46a6c194a55e7aae1d86cc867c860fd4a436019af21bd8c"
2022-04-20 09:25:50 +00:00
[[package]]
name = "prisma-cli"
version = "0.1.0"
dependencies = [
"prisma-client-rust-cli",
]
[[package]]
name = "prisma-client-rust"
version = "0.4.1"
source = "git+https://github.com/Brendonovich/prisma-client-rust.git?tag=0.5.0#31a864ae09e835ff046469345bf6e413ae54a30f"
dependencies = [
"bigdecimal 0.2.2",
"chrono",
"datamodel",
"prisma-models",
2022-03-30 08:14:50 +00:00
"query-connector",
"query-core",
"serde",
"serde_json",
"thiserror",
"user-facing-errors",
]
2022-04-20 09:25:50 +00:00
[[package]]
name = "prisma-client-rust-cli"
version = "0.4.1"
source = "git+https://github.com/Brendonovich/prisma-client-rust.git?tag=0.5.0#31a864ae09e835ff046469345bf6e413ae54a30f"
2022-04-20 09:25:50 +00:00
dependencies = [
"convert_case 0.5.0",
"datamodel",
2022-04-20 09:25:50 +00:00
"directories",
"flate2",
"http",
"prisma-models",
"query-core",
2022-04-20 09:25:50 +00:00
"quote",
"regex",
"request-handlers",
2022-04-20 09:25:50 +00:00
"reqwest",
"serde",
"serde_json",
"serde_path_to_error",
"syn",
]
[[package]]
name = "prisma-inflector"
version = "0.1.0"
source = "git+https://github.com/Brendonovich/prisma-engines?rev=5d34c9a567aaec4065a48d8cf6c2ee885e6ca281#5d34c9a567aaec4065a48d8cf6c2ee885e6ca281"
dependencies = [
"once_cell",
"regex",
"unicode-segmentation",
]
[[package]]
name = "prisma-models"
version = "0.0.0"
source = "git+https://github.com/Brendonovich/prisma-engines?rev=5d34c9a567aaec4065a48d8cf6c2ee885e6ca281#5d34c9a567aaec4065a48d8cf6c2ee885e6ca281"
dependencies = [
"bigdecimal 0.2.2",
"chrono",
"cuid",
"datamodel",
"itertools",
"once_cell",
"prisma-value",
"quaint",
"rand 0.7.3",
"serde",
"serde_derive",
"serde_json",
"thiserror",
"uuid",
]
[[package]]
name = "prisma-value"
version = "0.1.0"
source = "git+https://github.com/Brendonovich/prisma-engines?rev=5d34c9a567aaec4065a48d8cf6c2ee885e6ca281#5d34c9a567aaec4065a48d8cf6c2ee885e6ca281"
dependencies = [
"base64 0.12.3",
"bigdecimal 0.2.2",
"chrono",
"once_cell",
"quaint",
"regex",
"serde",
"serde_derive",
"serde_json",
"uuid",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "proc-macro-crate"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
dependencies = [
"toml",
]
[[package]]
name = "proc-macro-crate"
2022-03-30 08:14:50 +00:00
version = "1.1.3"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"
2021-09-22 06:27:02 +00:00
dependencies = [
"thiserror",
"toml",
]
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
2021-12-24 12:24:12 +00:00
"proc-macro-error-attr",
2021-09-22 06:27:02 +00:00
"proc-macro2",
"quote",
"syn",
2021-09-22 06:27:02 +00:00
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
2021-09-22 06:27:02 +00: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"
version = "1.0.37"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1"
2021-09-22 06:27:02 +00:00
dependencies = [
"unicode-xid",
2021-09-22 06:27:02 +00:00
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "prometheus-client"
version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9a896938cc6018c64f279888b8c7559d3725210d5db9a3a1ee6bc7188d51d34"
dependencies = [
"dtoa 1.0.2",
"itoa 1.0.1",
"owning_ref",
"prometheus-client-derive-text-encode",
]
[[package]]
name = "prometheus-client-derive-text-encode"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8e12d01b9d66ad9eb4529c57666b6263fc1993cb30261d83ead658fdd932652"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "prost"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
dependencies = [
"bytes",
"prost-derive",
]
[[package]]
name = "prost-build"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
dependencies = [
"bytes",
"heck 0.3.3",
"itertools",
2022-02-25 00:18:41 +00:00
"lazy_static",
"log",
"multimap",
"petgraph 0.6.0",
2022-02-25 00:18:41 +00:00
"prost",
"prost-types",
"regex",
"tempfile",
"which",
]
[[package]]
name = "prost-derive"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
dependencies = [
"anyhow",
"itertools",
2022-02-25 00:18:41 +00:00
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "prost-types"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
dependencies = [
"bytes",
"prost",
]
[[package]]
name = "quaint"
version = "0.2.0-alpha.13"
2022-04-20 09:25:50 +00:00
source = "git+https://github.com/prisma/quaint?rev=a0722f26311669377ca9069843e8866a1706c42a#a0722f26311669377ca9069843e8866a1706c42a"
dependencies = [
"async-trait",
"base64 0.12.3",
"bigdecimal 0.2.2",
"bit-vec",
"byteorder",
"bytes",
"chrono",
"connection-string",
"either",
"futures",
"hex",
"libsqlite3-sys",
"lru-cache",
"metrics",
"mobc",
"mysql_async",
"native-tls",
"num_cpus",
"percent-encoding",
"postgres-native-tls",
"postgres-types",
"rusqlite",
"serde_json",
"thiserror",
"tiberius",
"tokio",
"tokio-postgres",
2022-03-30 08:14:50 +00:00
"tokio-util 0.6.9",
"tracing",
"tracing-core",
"url",
"uuid",
]
[[package]]
name = "query-connector"
version = "0.1.0"
source = "git+https://github.com/Brendonovich/prisma-engines?rev=5d34c9a567aaec4065a48d8cf6c2ee885e6ca281#5d34c9a567aaec4065a48d8cf6c2ee885e6ca281"
dependencies = [
"anyhow",
"async-trait",
"chrono",
"futures",
"indexmap",
"itertools",
"prisma-models",
"prisma-value",
"serde",
"serde_json",
"thiserror",
"user-facing-errors",
"uuid",
]
[[package]]
name = "query-core"
version = "0.1.0"
source = "git+https://github.com/Brendonovich/prisma-engines?rev=5d34c9a567aaec4065a48d8cf6c2ee885e6ca281#5d34c9a567aaec4065a48d8cf6c2ee885e6ca281"
dependencies = [
"async-trait",
"base64 0.12.3",
"bigdecimal 0.2.2",
"chrono",
"connection-string",
"crossbeam-queue 0.2.3",
"cuid",
"datamodel",
"datamodel-connector",
"futures",
"im",
"indexmap",
"itertools",
"lazy_static",
"mongodb-client",
"mongodb-query-connector",
"once_cell",
"petgraph 0.4.13",
"pin-utils",
"prisma-inflector",
"prisma-models",
"prisma-value",
"query-connector",
"serde",
"serde_json",
"sql-query-connector",
"thiserror",
"tokio",
"tracing",
"tracing-futures",
"url",
"user-facing-errors",
"uuid",
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "quick-error"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
[[package]]
name = "quicksink"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"
dependencies = [
"futures-core",
"futures-sink",
"pin-project-lite 0.1.12",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "quote"
2022-04-12 04:46:57 +00:00
version = "1.0.18"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-12 04:46:57 +00:00
checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
2021-09-22 06:27:02 +00:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "radium"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"
2021-09-22 06:27:02 +00:00
[[package]]
name = "rand"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
dependencies = [
"getrandom 0.1.16",
"libc",
"rand_chacha 0.2.2",
"rand_core 0.5.1",
2022-03-30 08:14:50 +00:00
"rand_hc",
2021-09-22 06:27:02 +00:00
"rand_pcg",
]
[[package]]
name = "rand"
2022-03-30 08:14:50 +00:00
version = "0.8.5"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2021-09-22 06:27:02 +00:00
dependencies = [
"libc",
"rand_chacha 0.3.1",
"rand_core 0.6.3",
]
[[package]]
name = "rand_chacha"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
dependencies = [
"ppv-lite86",
"rand_core 0.5.1",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core 0.6.3",
]
[[package]]
name = "rand_core"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
dependencies = [
"getrandom 0.1.16",
]
[[package]]
name = "rand_core"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
dependencies = [
2022-03-30 08:14:50 +00:00
"getrandom 0.2.6",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [
"rand_core 0.5.1",
]
[[package]]
name = "rand_pcg"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
dependencies = [
"rand_core 0.5.1",
]
[[package]]
name = "raw-window-handle"
2022-03-30 08:14:50 +00:00
version = "0.4.3"
2021-12-31 12:30:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "b800beb9b6e7d2df1fe337c9e3d04e3af22a124460fb4c30fcc22c9117cefb41"
2021-12-31 12:30:41 +00:00
dependencies = [
"cty",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "rayon"
version = "1.5.2"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd249e82c21598a9a426a4e00dd7adc1d640b22445ec8545feef801d1a74c221"
2021-09-22 06:27:02 +00:00
dependencies = [
"autocfg",
"crossbeam-deque",
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
version = "1.9.2"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f51245e1e62e1f1629cbfec37b5793bbabcaeb90f30e94d2ba03564687353e4"
2021-09-22 06:27:02 +00:00
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
2022-03-30 08:14:50 +00:00
"crossbeam-utils 0.8.8",
2021-09-22 06:27:02 +00:00
"num_cpus",
]
[[package]]
name = "redox_syscall"
version = "0.1.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
[[package]]
name = "redox_syscall"
version = "0.2.13"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
2021-09-22 06:27:02 +00:00
dependencies = [
"bitflags",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "redox_users"
version = "0.4.3"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
2021-09-22 06:27:02 +00:00
dependencies = [
2022-03-30 08:14:50 +00:00
"getrandom 0.2.6",
"redox_syscall 0.2.13",
2022-03-30 08:14:50 +00:00
"thiserror",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "regex"
2022-03-30 08:14:50 +00:00
version = "1.5.5"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
2021-09-22 06:27:02 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
"regex-syntax",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "regex-syntax"
version = "0.6.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
[[package]]
name = "remove_dir_all"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
dependencies = [
2021-09-30 07:34:42 +00:00
"winapi 0.3.9",
2021-09-22 06:27:02 +00:00
]
2022-05-23 05:28:33 +00:00
[[package]]
name = "request-handlers"
version = "0.1.0"
source = "git+https://github.com/Brendonovich/prisma-engines?rev=5d34c9a567aaec4065a48d8cf6c2ee885e6ca281#5d34c9a567aaec4065a48d8cf6c2ee885e6ca281"
2022-05-23 05:28:33 +00:00
dependencies = [
"bigdecimal 0.2.2",
"connection-string",
"datamodel",
"dmmf",
"futures",
"graphql-parser",
"indexmap",
"itertools",
"query-core",
"serde",
"serde_json",
"thiserror",
"tracing",
"url",
"user-facing-errors",
]
2022-04-20 09:25:50 +00:00
[[package]]
name = "reqwest"
version = "0.11.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46a1f7aa4f35e5e8b4160449f51afc758f0ce6454315a9fa7d0d113e958c41eb"
dependencies = [
"base64 0.13.0",
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"hyper",
"hyper-tls",
"ipnet",
"js-sys",
"lazy_static",
"log",
"mime",
"native-tls",
"percent-encoding",
"pin-project-lite 0.2.8",
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
"tokio-native-tls 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"winreg 0.10.1",
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "resolv-conf"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"
dependencies = [
"hostname 0.3.1",
2022-02-25 00:18:41 +00:00
"quick-error",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "rfd"
version = "0.8.2"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92e3107b2e81967df7c0617e978dc656795583a73ad0ddbf645ce60109caf8c2"
2021-09-22 06:27:02 +00:00
dependencies = [
"block",
"dispatch",
2022-03-30 08:14:50 +00:00
"glib-sys 0.15.10",
"gobject-sys 0.15.10",
2021-09-22 06:27:02 +00:00
"gtk-sys",
"js-sys",
"lazy_static",
2022-03-30 08:14:50 +00:00
"log",
2021-09-22 06:27:02 +00:00
"objc",
"objc-foundation",
"objc_id",
2022-03-30 08:14:50 +00:00
"raw-window-handle",
2021-09-22 06:27:02 +00:00
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"windows 0.35.0",
2021-09-30 07:34:42 +00:00
]
[[package]]
name = "ring"
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
"cc",
"libc",
"once_cell",
"spin 0.5.2",
2021-09-30 07:34:42 +00:00
"untrusted",
"web-sys",
"winapi 0.3.9",
2021-09-22 06:27:02 +00:00
]
2021-09-28 14:40:20 +00:00
[[package]]
name = "ring"
2021-12-31 12:30:41 +00:00
version = "0.17.0-alpha.11"
2021-09-28 14:40:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-31 12:30:41 +00:00
checksum = "4575a179070909595bea5f999d67934737c2e0757a1eb9839af555917817b257"
2021-09-28 14:40:20 +00:00
dependencies = [
"cc",
"libc",
"once_cell",
"spin 0.5.2",
2021-09-28 14:40:20 +00:00
"untrusted",
"web-sys",
2021-09-30 07:34:42 +00:00
"winapi 0.3.9",
2021-09-28 14:40:20 +00:00
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "rtnetlink"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f54290e54521dac3de4149d83ddf9f62a359b3cc93bcb494a794a41e6f4744b"
dependencies = [
"async-global-executor",
"futures",
"log",
"netlink-packet-route",
"netlink-proto",
"nix 0.22.3",
"thiserror",
]
[[package]]
name = "rusqlite"
2021-12-24 12:24:12 +00:00
version = "0.25.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-24 12:24:12 +00:00
checksum = "5c4b1eaf239b47034fb450ee9cdedd7d0226571689d8823030c4b6c2cb407152"
dependencies = [
"bitflags",
"chrono",
"fallible-iterator",
"fallible-streaming-iterator",
"hashlink",
"libsqlite3-sys",
"memchr",
"smallvec",
]
2021-09-30 16:15:12 +00:00
[[package]]
name = "rust_decimal"
2022-03-30 08:14:50 +00:00
version = "1.23.1"
2021-09-30 16:15:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "22dc69eadbf0ee2110b8d20418c0c6edbaefec2811c4963dc17b6344e11fe0f8"
2021-09-30 16:15:12 +00:00
dependencies = [
2021-12-31 12:30:41 +00:00
"arrayvec 0.7.2",
2021-09-30 16:15:12 +00:00
"num-traits",
"serde",
]
2021-09-30 07:34:42 +00:00
[[package]]
name = "rustc-demangle"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
dependencies = [
"semver 0.9.0",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "rustc_version"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
dependencies = [
"semver 0.11.0",
]
2021-12-31 12:30:41 +00:00
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
2022-03-30 08:14:50 +00:00
"semver 1.0.7",
2021-12-31 12:30:41 +00:00
]
2021-09-30 07:34:42 +00:00
[[package]]
name = "rustc_version_runtime"
version = "0.2.1"
2021-09-30 07:34:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d31b7153270ebf48bf91c65ae5b0c00e749c4cfad505f66530ac74950249582f"
2021-09-30 07:34:42 +00:00
dependencies = [
"rustc_version 0.2.3",
"semver 0.9.0",
2022-02-25 00:18:41 +00:00
]
[[package]]
name = "rustls"
version = "0.20.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fbfeb8d0ddb84706bc597a5574ab8912817c52a397f819e5b614e2265206921"
dependencies = [
"log",
"ring 0.16.20",
"sct",
"webpki",
2021-09-30 07:34:42 +00:00
]
[[package]]
name = "rustls-pemfile"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ee86d63972a7c661d1536fefe8c3c8407321c3df668891286de28abcd087360"
dependencies = [
"base64 0.13.0",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "rustversion"
2021-12-31 12:30:41 +00:00
version = "1.0.6"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-31 12:30:41 +00:00
checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"
2021-09-22 06:27:02 +00:00
2022-02-25 00:18:41 +00:00
[[package]]
name = "rw-stream-sink"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"
dependencies = [
"futures",
"pin-project 0.4.29",
"static_assertions",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "ryu"
2021-12-31 12:30:41 +00:00
version = "1.0.9"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-25 00:18:41 +00:00
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
[[package]]
name = "salsa20"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"
dependencies = [
"cipher",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
[[package]]
name = "saturating"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ece8e78b2f38ec51c51f5d475df0a7187ba5111b2a28bdc761ee05b075d40a71"
2021-09-22 06:27:02 +00:00
[[package]]
name = "schannel"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
dependencies = [
"lazy_static",
2021-09-30 07:34:42 +00:00
"winapi 0.3.9",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "schema-ast"
version = "0.1.0"
source = "git+https://github.com/Brendonovich/prisma-engines?rev=5d34c9a567aaec4065a48d8cf6c2ee885e6ca281#5d34c9a567aaec4065a48d8cf6c2ee885e6ca281"
dependencies = [
"diagnostics",
"pest",
"pest_derive",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
[[package]]
name = "scoped_threadpool"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
2021-09-22 06:27:02 +00:00
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2022-02-25 00:18:41 +00:00
[[package]]
name = "sct"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
dependencies = [
"ring 0.16.20",
"untrusted",
]
2021-12-24 12:24:12 +00:00
[[package]]
2022-04-01 00:41:17 +00:00
name = "sdcore"
2021-12-24 12:24:12 +00:00
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"base64 0.13.0",
2021-12-24 12:24:12 +00:00
"chrono",
2022-04-12 04:46:57 +00:00
"core-derive",
2021-12-24 12:24:12 +00:00
"data-encoding",
2022-04-14 20:46:54 +00:00
"ffmpeg-next",
"fs_extra",
2021-12-24 12:24:12 +00:00
"futures",
"hostname 0.3.1",
2021-12-29 10:45:05 +00:00
"hotwatch",
"image",
"include_dir",
2021-12-24 12:24:12 +00:00
"int-enum",
2022-02-26 01:56:49 +00:00
"lazy_static",
2022-02-25 00:18:41 +00:00
"libp2p",
"prisma-client-rust",
2021-12-31 12:30:41 +00:00
"ring 0.17.0-alpha.11",
2021-12-24 12:24:12 +00:00
"serde",
"serde_json",
2022-03-11 18:27:55 +00:00
"swift-rs",
"sysinfo",
"thiserror",
"tokio",
2021-12-26 07:26:00 +00:00
"ts-rs",
2022-04-12 04:46:57 +00:00
"uhlc",
2022-02-27 10:24:09 +00:00
"uuid",
2021-12-24 12:24:12 +00:00
"walkdir",
"webp",
2021-12-24 12:24:12 +00:00
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "security-framework"
2022-03-30 08:14:50 +00:00
version = "2.6.1"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"
2021-09-22 06:27:02 +00:00
dependencies = [
"bitflags",
2022-03-30 08:14:50 +00:00
"core-foundation",
"core-foundation-sys",
2021-09-22 06:27:02 +00:00
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2022-03-30 08:14:50 +00:00
version = "2.6.1"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
2021-09-22 06:27:02 +00:00
dependencies = [
2022-03-30 08:14:50 +00:00
"core-foundation-sys",
2021-09-22 06:27:02 +00:00
"libc",
]
[[package]]
name = "selectors"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df320f1889ac4ba6bc0cdc9c9af7af4bd64bb927bccdf32d81140dc1f9be12fe"
dependencies = [
"bitflags",
2021-09-22 06:27:02 +00:00
"cssparser",
"derive_more",
"fxhash",
"log",
"matches",
"phf 0.8.0",
"phf_codegen",
"precomputed-hash",
"servo_arc",
"smallvec",
"thin-slice",
]
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
dependencies = [
"semver-parser 0.7.0",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "semver"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
dependencies = [
"semver-parser 0.10.2",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "semver"
2022-03-30 08:14:50 +00:00
version = "1.0.7"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "d65bd28f48be7196d222d95b9243287f48d27aca604e08497513019ff0502cc4"
2021-09-22 06:27:02 +00:00
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
2021-09-22 06:27:02 +00:00
[[package]]
name = "semver-parser"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
dependencies = [
"pest",
]
[[package]]
name = "serde"
version = "1.0.136"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
2021-09-22 06:27:02 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_bytes"
version = "0.11.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16ae07dd2f88a366f15bd0632ba725227018c69a1c8550a927324f8eb8368bb9"
dependencies = [
"serde",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "serde_derive"
version = "1.0.136"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
2021-09-22 06:27:02 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "serde_json"
version = "1.0.79"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
2021-09-22 06:27:02 +00:00
dependencies = [
2021-09-30 16:15:12 +00:00
"indexmap",
2021-12-31 12:30:41 +00:00
"itoa 1.0.1",
2021-09-22 06:27:02 +00:00
"ryu",
"serde",
]
2022-04-20 09:25:50 +00:00
[[package]]
name = "serde_path_to_error"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7868ad3b8196a8a0aea99a8220b124278ee5320a55e4fde97794b6f85b1a377"
dependencies = [
"serde",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "serde_repr"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98d0516900518c29efa217c298fa1f4e6c6ffc85ae29fd7f4ee48f176e1a9ed5"
dependencies = [
"proc-macro2",
"quote",
"syn",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "serde_urlencoded"
2022-03-30 08:14:50 +00:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
dependencies = [
"form_urlencoded",
2022-03-30 08:14:50 +00:00
"itoa 1.0.1",
"ryu",
"serde",
]
[[package]]
name = "serde_with"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b827f2113224f3f19a665136f006709194bdfdcb1fdc1e4b2b5cbac8e0cced54"
dependencies = [
"rustversion",
"serde",
"serde_with_macros",
]
[[package]]
name = "serde_with_macros"
version = "1.5.2"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e182d6ec6f05393cc0e5ed1bf81ad6db3a8feedf8ee515ecdd369809bcce8082"
2021-09-22 06:27:02 +00:00
dependencies = [
"darling 0.13.4",
"proc-macro2",
"quote",
"syn",
2021-09-22 06:27:02 +00:00
]
[[package]]
2022-03-30 08:14:50 +00:00
name = "serialize-to-javascript"
2021-09-22 06:27:02 +00:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "c9823f2d3b6a81d98228151fdeaf848206a7855a7a042bbf9bf870449a66cafb"
2021-09-22 06:27:02 +00:00
dependencies = [
2022-03-30 08:14:50 +00:00
"serde",
"serde_json",
"serialize-to-javascript-impl",
2021-09-22 06:27:02 +00:00
]
2022-02-26 01:56:49 +00:00
[[package]]
2022-03-30 08:14:50 +00:00
name = "serialize-to-javascript-impl"
version = "0.1.1"
2022-02-26 01:56:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "74064874e9f6a15f04c1f3cb627902d0e6b410abbf36668afa873c61889f1763"
2022-02-26 01:56:49 +00:00
dependencies = [
2022-03-30 08:14:50 +00:00
"proc-macro2",
"quote",
"syn",
]
2022-04-21 06:35:48 +00:00
[[package]]
name = "server"
version = "0.1.0"
dependencies = [
"actix",
"actix-web",
"actix-web-actors",
2022-04-21 06:35:48 +00:00
"sdcore",
"serde",
"serde_json",
2022-04-21 06:35:48 +00:00
"tokio",
]
2022-03-30 08:14:50 +00:00
[[package]]
name = "servo_arc"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d98238b800e0d1576d8b6e3de32827c2d74bee68bb97748dcf5071fb53965432"
dependencies = [
"nodrop",
"stable_deref_trait",
]
[[package]]
name = "sha-1"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
dependencies = [
"block-buffer 0.7.3",
"digest 0.8.1",
2022-02-26 01:56:49 +00:00
"fake-simd",
"opaque-debug 0.2.3",
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "sha-1"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
dependencies = [
"block-buffer 0.9.0",
"cfg-if 1.0.0",
"cpufeatures",
"digest 0.9.0",
2022-02-26 01:56:49 +00:00
"opaque-debug 0.3.0",
2022-02-25 00:18:41 +00:00
]
[[package]]
name = "sha-1"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
dependencies = [
"cfg-if 1.0.0",
"cpufeatures",
"digest 0.10.3",
]
2022-03-30 08:14:50 +00:00
[[package]]
name = "sha1"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770"
dependencies = [
"sha1_smol",
]
[[package]]
name = "sha1_smol"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
2021-09-30 07:34:42 +00:00
[[package]]
name = "sha2"
2022-03-30 08:14:50 +00:00
version = "0.9.9"
2021-09-30 07:34:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
2021-09-30 07:34:42 +00:00
dependencies = [
2022-02-25 00:18:41 +00:00
"block-buffer 0.9.0",
2021-09-30 07:34:42 +00:00
"cfg-if 1.0.0",
"cpufeatures",
2022-02-25 00:18:41 +00:00
"digest 0.9.0",
2022-02-26 01:56:49 +00:00
"opaque-debug 0.3.0",
2021-09-30 07:34:42 +00:00
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "sha2"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"
dependencies = [
"cfg-if 1.0.0",
"cpufeatures",
"digest 0.10.3",
]
[[package]]
name = "sha3"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"
dependencies = [
"block-buffer 0.9.0",
"digest 0.9.0",
"keccak",
2022-02-26 01:56:49 +00:00
"opaque-debug 0.3.0",
2021-09-30 07:34:42 +00:00
]
[[package]]
name = "sharded-slab"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
dependencies = [
"lazy_static",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "shared_child"
2021-12-31 12:30:41 +00:00
version = "1.0.0"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-31 12:30:41 +00:00
checksum = "b0d94659ad3c2137fef23ae75b03d5241d633f8acded53d672decfa0e6e0caef"
2021-09-22 06:27:02 +00:00
dependencies = [
"libc",
2021-09-30 07:34:42 +00:00
"winapi 0.3.9",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "shlex"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
[[package]]
name = "signal-hook"
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d"
dependencies = [
"libc",
"signal-hook-registry",
]
[[package]]
name = "signal-hook-registry"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
dependencies = [
"libc",
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "signature"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f054c6c1a6e95179d6f23ed974060dcefb2d9388bb7256900badad682c499de4"
2021-09-22 06:27:02 +00:00
[[package]]
name = "siphasher"
2022-03-30 08:14:50 +00:00
version = "0.3.10"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
2021-09-22 06:27:02 +00:00
[[package]]
name = "sized-chunks"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f01db57d7ee89c8e053245deb77040a6cc8508311f381c88749c33d4b9b78785"
dependencies = [
"typenum",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "slab"
version = "0.4.6"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
2021-09-22 06:27:02 +00:00
[[package]]
name = "smallvec"
2022-03-30 08:14:50 +00:00
version = "1.8.0"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
2021-09-22 06:27:02 +00:00
2022-02-25 00:18:41 +00:00
[[package]]
name = "snow"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "774d05a3edae07ce6d68ea6984f3c05e9bba8927e3dd591e3b479e5b03213d0d"
dependencies = [
"aes-gcm",
"blake2",
"chacha20poly1305",
"curve25519-dalek 4.0.0-pre.2",
"rand_core 0.6.3",
"ring 0.16.20",
"rustc_version 0.4.0",
"sha2 0.10.2",
"subtle",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "socket2"
version = "0.4.4"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
2021-09-22 06:27:02 +00:00
dependencies = [
"libc",
2021-09-30 07:34:42 +00:00
"winapi 0.3.9",
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "soketto"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"
dependencies = [
"base64 0.13.0",
2022-02-25 00:18:41 +00:00
"bytes",
"flate2",
"futures",
"httparse",
"log",
2022-03-30 08:14:50 +00:00
"rand 0.8.5",
2022-02-26 01:56:49 +00:00
"sha-1 0.9.8",
2022-02-25 00:18:41 +00:00
]
2021-09-22 06:27:02 +00:00
[[package]]
2021-12-31 12:30:41 +00:00
name = "soup2-sys"
version = "0.1.0"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-31 12:30:41 +00:00
checksum = "9f056675eda9a7417163e5f742bb119e8e1d385edd2ada8f7031a7230a3ec10a"
2021-09-22 06:27:02 +00:00
dependencies = [
"bitflags",
2022-03-30 08:14:50 +00:00
"gio-sys 0.14.0",
"glib-sys 0.14.0",
"gobject-sys 0.14.0",
2021-09-22 06:27:02 +00:00
"libc",
2021-12-31 12:30:41 +00:00
"system-deps 5.0.0",
2021-09-22 06:27:02 +00:00
]
2021-10-23 21:30:36 +00:00
[[package]]
name = "spacedrive"
version = "0.1.0"
dependencies = [
2022-05-11 06:59:03 +00:00
"cocoa",
2022-04-01 00:41:17 +00:00
"sdcore",
2021-12-24 09:13:21 +00:00
"swift-rs",
2021-10-23 21:30:36 +00:00
"tauri",
"tauri-build",
"tokio",
"window-shadows",
2021-10-23 21:30:36 +00:00
]
2021-09-22 06:27:02 +00:00
[[package]]
2021-09-28 14:40:20 +00:00
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2021-09-22 06:27:02 +00:00
[[package]]
name = "spin"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c530c2b0d0bf8b69304b39fe2001993e267461948b890cd037d8ad4293fa1a0d"
dependencies = [
"lock_api 0.4.7",
]
[[package]]
name = "sql-datamodel-connector"
version = "0.1.0"
source = "git+https://github.com/Brendonovich/prisma-engines?rev=5d34c9a567aaec4065a48d8cf6c2ee885e6ca281#5d34c9a567aaec4065a48d8cf6c2ee885e6ca281"
dependencies = [
"datamodel-connector",
2022-03-30 08:14:50 +00:00
"enumflags2",
"native-types",
"once_cell",
"regex",
"serde_json",
]
[[package]]
name = "sql-query-connector"
version = "0.1.0"
source = "git+https://github.com/Brendonovich/prisma-engines?rev=5d34c9a567aaec4065a48d8cf6c2ee885e6ca281#5d34c9a567aaec4065a48d8cf6c2ee885e6ca281"
dependencies = [
"anyhow",
"async-trait",
"bigdecimal 0.2.2",
"chrono",
"cuid",
"datamodel",
"futures",
"itertools",
"once_cell",
"opentelemetry",
"prisma-models",
"prisma-value",
"quaint",
"query-connector",
"rand 0.7.3",
"serde",
"serde_json",
"thiserror",
"tokio",
"tracing",
"tracing-futures",
"tracing-opentelemetry",
"user-facing-errors",
"uuid",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]]
name = "state"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cf4f5369e6d3044b5e365c9690f451516ac8f0954084622b49ea3fde2f6de5"
dependencies = [
"loom",
]
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "string_cache"
2022-03-30 08:14:50 +00:00
version = "0.8.4"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "213494b7a2b503146286049378ce02b482200519accc31872ee8be91fa820a08"
2021-09-22 06:27:02 +00:00
dependencies = [
"new_debug_unreachable",
2022-03-30 08:14:50 +00:00
"once_cell",
"parking_lot 0.12.0",
"phf_shared 0.10.0",
2021-09-22 06:27:02 +00:00
"precomputed-hash",
"serde",
]
[[package]]
name = "string_cache_codegen"
2022-03-30 08:14:50 +00:00
version = "0.5.2"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
2021-09-22 06:27:02 +00:00
dependencies = [
2022-03-30 08:14:50 +00:00
"phf_generator 0.10.0",
"phf_shared 0.10.0",
2021-09-22 06:27:02 +00:00
"proc-macro2",
"quote",
2021-09-22 06:27:02 +00:00
]
2021-09-30 16:15:12 +00:00
[[package]]
name = "stringprep"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "strsim"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "strum"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aaf86bbcfd1fa9670b7a129f64fc0c9fcbbfe4f1bc4210e9e98fe71ffc12cde2"
[[package]]
name = "strum"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7ac893c7d471c8a21f31cfe213ec4f6d9afeed25537c772e08ef3f005f8729e"
dependencies = [
"strum_macros 0.22.0",
]
[[package]]
name = "strum_macros"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec"
dependencies = [
2021-12-31 12:30:41 +00:00
"heck 0.3.3",
2021-09-22 06:27:02 +00:00
"proc-macro2",
"quote",
"syn",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "strum_macros"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "339f799d8b549e3744c7ac7feb216383e4005d94bdb22561b3ab8f3b808ae9fb"
dependencies = [
2021-12-31 12:30:41 +00:00
"heck 0.3.3",
"proc-macro2",
"quote",
"syn",
]
2021-09-30 07:34:42 +00:00
[[package]]
name = "subprocess"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "055cf3ebc2981ad8f0a5a17ef6652f652d87831f79fddcba2ac57bcb9a0aa407"
dependencies = [
"libc",
"winapi 0.3.9",
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "subtle"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
2021-10-20 08:34:49 +00:00
[[package]]
name = "swift-rs"
2021-12-23 08:25:35 +00:00
version = "0.2.3"
2021-10-20 08:34:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-23 08:25:35 +00:00
checksum = "e31aa5c69d3be879a07d9a0eb0ad1a424301849061fff96294569b61dd137d2f"
2021-10-20 08:34:49 +00:00
dependencies = [
"base64 0.13.0",
"serde",
"serde_json",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "syn"
version = "1.0.91"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b683b2b825c8eef438b77c36a06dc262294da3d5a5813fac20da149241dcd44d"
2021-09-22 06:27:02 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
2021-09-22 06:27:02 +00:00
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "synstructure"
version = "0.12.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
dependencies = [
"proc-macro2",
"quote",
"syn",
"unicode-xid",
]
[[package]]
name = "sysinfo"
version = "0.23.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4eea2ed6847da2e0c7289f72cb4f285f0bd704694ca067d32be811b2a45ea858"
dependencies = [
"cfg-if 1.0.0",
2022-03-30 08:14:50 +00:00
"core-foundation-sys",
"libc",
"ntapi",
"once_cell",
"rayon",
"winapi 0.3.9",
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "system-configuration"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd"
dependencies = [
"bitflags",
2022-03-30 08:14:50 +00:00
"core-foundation",
2022-02-25 00:18:41 +00:00
"system-configuration-sys",
]
[[package]]
name = "system-configuration-sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
dependencies = [
2022-03-30 08:14:50 +00:00
"core-foundation-sys",
2022-02-25 00:18:41 +00:00
"libc",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "system-deps"
2021-12-31 12:30:41 +00:00
version = "3.2.0"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-31 12:30:41 +00:00
checksum = "480c269f870722b3b08d2f13053ce0c2ab722839f472863c3e2d61ff3a1c2fa6"
2021-09-22 06:27:02 +00:00
dependencies = [
2021-12-31 12:30:41 +00:00
"anyhow",
"cfg-expr 0.8.1",
"heck 0.3.3",
"itertools",
"pkg-config",
2021-12-31 12:30:41 +00:00
"strum 0.21.0",
"strum_macros 0.21.1",
"thiserror",
"toml",
2022-03-30 08:14:50 +00:00
"version-compare 0.0.11",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "system-deps"
2021-12-31 12:30:41 +00:00
version = "5.0.0"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-31 12:30:41 +00:00
checksum = "18db855554db7bd0e73e06cf7ba3df39f97812cb11d3f75e71c39bf45171797e"
2021-09-22 06:27:02 +00:00
dependencies = [
2022-03-30 08:14:50 +00:00
"cfg-expr 0.9.1",
2021-12-31 12:30:41 +00:00
"heck 0.3.3",
2021-09-22 06:27:02 +00:00
"pkg-config",
"toml",
2022-03-30 08:14:50 +00:00
"version-compare 0.0.11",
]
[[package]]
name = "system-deps"
version = "6.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1a45a1c4c9015217e12347f2a411b57ce2c4fc543913b14b6fe40483328e709"
dependencies = [
"cfg-expr 0.10.2",
"heck 0.4.0",
"pkg-config",
"toml",
"version-compare 0.1.0",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "take_mut"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"
2021-09-22 06:27:02 +00:00
[[package]]
name = "tao"
2022-03-30 08:14:50 +00:00
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b6a3359088d4c4735a13f933202f4ecd91f5991b41a8eb757f2449c044ce925"
2021-09-22 06:27:02 +00:00
dependencies = [
"bitflags",
2021-09-22 06:27:02 +00:00
"cairo-rs",
"cc",
"cocoa",
2022-03-30 08:14:50 +00:00
"core-foundation",
"core-graphics",
"crossbeam-channel",
2021-09-22 06:27:02 +00:00
"dispatch",
"gdk",
"gdk-pixbuf",
"gdk-sys",
2022-03-30 08:14:50 +00:00
"gdkx11-sys",
2021-09-22 06:27:02 +00:00
"gio",
"glib",
2022-03-30 08:14:50 +00:00
"glib-sys 0.15.10",
2021-09-22 06:27:02 +00:00
"gtk",
"instant",
"lazy_static",
"libc",
"log",
"ndk",
"ndk-glue",
"ndk-sys",
"objc",
2022-02-25 00:18:41 +00:00
"parking_lot 0.11.2",
2022-03-30 08:14:50 +00:00
"raw-window-handle",
2021-09-22 06:27:02 +00:00
"scopeguard",
"serde",
2022-03-30 08:14:50 +00:00
"tao-core-video-sys",
2021-09-22 06:27:02 +00:00
"unicode-segmentation",
2022-03-30 08:14:50 +00:00
"windows 0.30.0",
2021-12-31 12:30:41 +00:00
"windows_macros",
2021-09-22 06:27:02 +00:00
"x11-dl",
]
2022-03-30 08:14:50 +00:00
[[package]]
name = "tao-core-video-sys"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
dependencies = [
"cfg-if 1.0.0",
"core-foundation-sys",
"libc",
"objc",
]
[[package]]
name = "tap"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
2021-09-22 06:27:02 +00:00
[[package]]
name = "tar"
2021-12-31 12:30:41 +00:00
version = "0.4.38"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-31 12:30:41 +00:00
checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
2021-09-22 06:27:02 +00:00
dependencies = [
"filetime",
"libc",
"xattr",
]
[[package]]
name = "tauri"
2022-03-30 08:14:50 +00:00
version = "1.0.0-rc.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6d514a34b3f9a07e2002d95e1371b42a446636e3d571a59e974b21d6acf3007"
2021-09-22 06:27:02 +00:00
dependencies = [
2022-03-30 08:14:50 +00:00
"anyhow",
2021-09-22 06:27:02 +00:00
"attohttpc",
"bincode",
"cfg_aliases",
"dirs-next",
"either",
"embed_plist",
2021-09-22 06:27:02 +00:00
"flate2",
"futures",
"futures-lite",
2021-09-22 06:27:02 +00:00
"glib",
2022-03-30 08:14:50 +00:00
"glob",
2021-09-22 06:27:02 +00:00
"gtk",
"http",
"ignore",
2022-03-30 08:14:50 +00:00
"memchr",
2021-09-22 06:27:02 +00:00
"notify-rust",
"once_cell",
"open",
"os_info",
2021-09-22 06:27:02 +00:00
"os_pipe",
"percent-encoding",
2022-03-30 08:14:50 +00:00
"rand 0.8.5",
"raw-window-handle",
"regex",
2021-09-22 06:27:02 +00:00
"rfd",
2022-03-30 08:14:50 +00:00
"semver 1.0.7",
2021-09-22 06:27:02 +00:00
"serde",
"serde_json",
"serde_repr",
2022-03-30 08:14:50 +00:00
"serialize-to-javascript",
2021-09-22 06:27:02 +00:00
"shared_child",
"state",
"tar",
"tauri-macros",
"tauri-runtime",
"tauri-runtime-wry",
2022-03-30 08:14:50 +00:00
"tauri-utils",
2021-09-22 06:27:02 +00:00
"tempfile",
"thiserror",
"tokio",
"url",
2021-09-22 06:27:02 +00:00
"uuid",
2022-03-30 08:14:50 +00:00
"windows 0.30.0",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "tauri-build"
2022-03-30 08:14:50 +00:00
version = "1.0.0-rc.5"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "ede6462a4692e2fd5030497ad576264dc90eea5fa337182492e77291d45fc78b"
2021-09-22 06:27:02 +00:00
dependencies = [
"anyhow",
2022-03-30 08:14:50 +00:00
"cargo_toml",
2021-09-22 06:27:02 +00:00
"serde_json",
2022-03-30 08:14:50 +00:00
"tauri-utils",
2021-09-22 06:27:02 +00:00
"winres",
]
[[package]]
name = "tauri-codegen"
2022-03-30 08:14:50 +00:00
version = "1.0.0-rc.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54193ebdb010e85824301ce5f0940742b680d66376203f6425d549d2f32ad499"
2021-09-22 06:27:02 +00:00
dependencies = [
2022-03-30 08:14:50 +00:00
"base64 0.13.0",
"brotli",
"ico",
"png 0.17.5",
2021-09-22 06:27:02 +00:00
"proc-macro2",
"quote",
2021-09-22 06:27:02 +00:00
"regex",
"serde",
"serde_json",
2022-03-30 08:14:50 +00:00
"sha2 0.10.2",
"tauri-utils",
2021-09-22 06:27:02 +00:00
"thiserror",
2022-03-30 08:14:50 +00:00
"uuid",
2021-09-22 06:27:02 +00:00
"walkdir",
]
[[package]]
name = "tauri-macros"
2022-03-30 08:14:50 +00:00
version = "1.0.0-rc.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8b867ef4703cb8e50f128ee3c941895d94c01e0ebd9007a7b45ecca52516dbf"
2021-09-22 06:27:02 +00:00
dependencies = [
2022-03-30 08:14:50 +00:00
"heck 0.4.0",
2021-09-22 06:27:02 +00:00
"proc-macro2",
"quote",
"syn",
2021-09-22 06:27:02 +00:00
"tauri-codegen",
2022-03-30 08:14:50 +00:00
"tauri-utils",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "tauri-runtime"
2022-03-30 08:14:50 +00:00
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b289ac8eafc52a36425fcaf3de23febd0b2606d3cce2b39ac412a1817fae537"
2021-09-22 06:27:02 +00:00
dependencies = [
"gtk",
"http",
"http-range",
"infer",
2021-09-22 06:27:02 +00:00
"serde",
"serde_json",
2022-03-30 08:14:50 +00:00
"tauri-utils",
2021-09-22 06:27:02 +00:00
"thiserror",
"uuid",
2021-12-31 12:30:41 +00:00
"webview2-com",
2022-03-30 08:14:50 +00:00
"windows 0.30.0",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "tauri-runtime-wry"
2022-03-30 08:14:50 +00:00
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a8bf16e0476a8249aa2c75e7b49ec4c059be5fb27d9f6514e30ed327e8e9fa2"
2021-09-22 06:27:02 +00:00
dependencies = [
"gtk",
2022-03-30 08:14:50 +00:00
"rand 0.8.5",
2021-09-22 06:27:02 +00:00
"tauri-runtime",
2022-03-30 08:14:50 +00:00
"tauri-utils",
2021-09-22 06:27:02 +00:00
"uuid",
2021-12-31 12:30:41 +00:00
"webview2-com",
2022-03-30 08:14:50 +00:00
"windows 0.30.0",
2021-09-22 06:27:02 +00:00
"wry",
]
[[package]]
name = "tauri-utils"
2022-03-30 08:14:50 +00:00
version = "1.0.0-rc.4"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "a67fcf8fdd1340de4e75c01966fceab03057a8b0e97864eb39a21e420deed503"
2021-12-31 12:30:41 +00:00
dependencies = [
2022-03-30 08:14:50 +00:00
"brotli",
"ctor",
"glob",
2021-12-31 12:30:41 +00:00
"heck 0.4.0",
"html5ever",
2022-03-30 08:14:50 +00:00
"json-patch",
2021-12-31 12:30:41 +00:00
"kuchiki",
"phf 0.10.1",
2021-09-22 06:27:02 +00:00
"proc-macro2",
"quote",
2021-09-22 06:27:02 +00:00
"serde",
"serde_json",
2022-03-30 08:14:50 +00:00
"serde_with",
"serialize-to-javascript",
2021-09-22 06:27:02 +00:00
"thiserror",
"url",
2022-03-30 08:14:50 +00:00
"walkdir",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "tempfile"
version = "3.3.0"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
2021-09-22 06:27:02 +00:00
dependencies = [
"cfg-if 1.0.0",
"fastrand",
2021-09-22 06:27:02 +00:00
"libc",
"redox_syscall 0.2.13",
2021-09-22 06:27:02 +00:00
"remove_dir_all",
2021-09-30 07:34:42 +00:00
"winapi 0.3.9",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "tendril"
2022-03-30 08:14:50 +00:00
version = "0.4.3"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
2021-09-22 06:27:02 +00:00
dependencies = [
"futf",
"mac",
"utf-8",
]
2021-09-30 07:34:42 +00:00
[[package]]
name = "termcolor"
2022-03-30 08:14:50 +00:00
version = "1.1.3"
2021-09-30 07:34:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
2021-09-30 07:34:42 +00:00
dependencies = [
"winapi-util",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "thin-slice"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c"
[[package]]
name = "thiserror"
version = "1.0.30"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
2021-09-22 06:27:02 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.30"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
2021-09-22 06:27:02 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "thread_local"
2022-03-30 08:14:50 +00:00
version = "1.1.4"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
2021-09-22 06:27:02 +00:00
dependencies = [
"once_cell",
]
[[package]]
name = "threadpool"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
dependencies = [
"num_cpus",
]
[[package]]
name = "tiberius"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "833311bc8e26e96c73ad1b5c1f488c588808c747a318905ec67e43d422ea2c08"
dependencies = [
"async-native-tls",
"async-trait",
"asynchronous-codec 0.5.0",
"bigdecimal 0.2.2",
"byteorder",
"bytes",
"chrono",
"connection-string",
"encoding",
2022-03-30 08:14:50 +00:00
"enumflags2",
"futures",
"futures-sink",
"futures-util",
"num-traits",
"once_cell",
"opentls",
2022-03-30 08:14:50 +00:00
"pin-project-lite 0.2.8",
"pretty-hex",
"thiserror",
"tokio",
2022-03-30 08:14:50 +00:00
"tokio-util 0.6.9",
"tracing",
"uuid",
"winauth",
]
[[package]]
name = "tiff"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cfada0986f446a770eca461e8c6566cb879682f7d687c8348aa0c857bd52286"
dependencies = [
"flate2",
"jpeg-decoder",
"weezl",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "time"
2022-03-30 08:14:50 +00:00
version = "0.1.44"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
2021-09-22 06:27:02 +00:00
dependencies = [
"libc",
2022-03-30 08:14:50 +00:00
"wasi 0.10.0+wasi-snapshot-preview1",
2021-09-30 07:34:42 +00:00
"winapi 0.3.9",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "time"
2022-03-30 08:14:50 +00:00
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"
dependencies = [
"itoa 1.0.1",
"libc",
"num_threads",
"time-macros",
]
[[package]]
name = "time-macros"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"
2021-09-22 06:27:02 +00:00
[[package]]
name = "tinyvec"
2021-12-31 12:30:41 +00:00
version = "1.5.1"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-31 12:30:41 +00:00
checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
2021-09-22 06:27:02 +00: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.17.0"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee"
2021-09-22 06:27:02 +00:00
dependencies = [
"bytes",
"libc",
"memchr",
2022-03-30 08:14:50 +00:00
"mio 0.8.2",
2021-09-22 06:27:02 +00:00
"num_cpus",
"once_cell",
"parking_lot 0.12.0",
2022-03-30 08:14:50 +00:00
"pin-project-lite 0.2.8",
"signal-hook-registry",
"socket2",
"tokio-macros",
"winapi 0.3.9",
]
[[package]]
name = "tokio-macros"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-04-20 09:25:50 +00:00
[[package]]
name = "tokio-native-tls"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
dependencies = [
"native-tls",
"tokio",
]
[[package]]
name = "tokio-native-tls"
version = "0.3.0"
source = "git+https://github.com/pimeys/tls?branch=vendored-openssl#6d0e6fc7a4bf6f290b1033764b47cb3f26d7fceb"
dependencies = [
"native-tls",
"tokio",
]
[[package]]
name = "tokio-postgres"
2022-03-30 08:14:50 +00:00
version = "0.7.6"
source = "git+https://github.com/pimeys/rust-postgres?branch=pgbouncer-mode#5ec2a4fa4635c721faf01dc560e48646479ec1b6"
dependencies = [
"async-trait",
"byteorder",
"bytes",
"fallible-iterator",
"futures",
"log",
2022-03-30 08:14:50 +00:00
"parking_lot 0.12.0",
"percent-encoding",
2022-03-30 08:14:50 +00:00
"phf 0.10.1",
"pin-project-lite 0.2.8",
"postgres-protocol",
"postgres-types",
"socket2",
"tokio",
2022-03-30 08:14:50 +00:00
"tokio-util 0.7.1",
]
[[package]]
name = "tokio-rustls"
version = "0.23.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4151fda0cf2798550ad0b34bcfc9b9dcc2a9d2471c895c68f3a8818e54f2389e"
dependencies = [
"rustls",
"tokio",
"webpki",
]
[[package]]
name = "tokio-util"
version = "0.6.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"
dependencies = [
"bytes",
"futures-core",
"futures-io",
"futures-sink",
"log",
2022-03-30 08:14:50 +00:00
"pin-project-lite 0.2.8",
"tokio",
]
[[package]]
name = "tokio-util"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764"
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite 0.2.8",
"tokio",
2022-03-30 08:14:50 +00:00
"tracing",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "toml"
version = "0.5.9"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
2021-09-22 06:27:02 +00:00
dependencies = [
"serde",
]
2022-04-20 09:25:50 +00:00
[[package]]
name = "tower-service"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
[[package]]
name = "tracing"
version = "0.1.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"
dependencies = [
"cfg-if 1.0.0",
2022-02-27 10:24:09 +00:00
"log",
2022-03-30 08:14:50 +00:00
"pin-project-lite 0.2.8",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2022-03-30 08:14:50 +00:00
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "2e65ce065b4b5c53e73bb28912318cb8c9e9ad3921f1d669eb0e68b4c8143a2b"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tracing-core"
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"
dependencies = [
"lazy_static",
2022-03-30 08:14:50 +00:00
"valuable",
]
[[package]]
name = "tracing-futures"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
dependencies = [
"pin-project 1.0.10",
"tracing",
]
[[package]]
name = "tracing-log"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
dependencies = [
"lazy_static",
"log",
"tracing-core",
]
[[package]]
name = "tracing-opentelemetry"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ffbf13a0f8b054a4e59df3a173b818e9c6177c02789871f2073977fd0062076"
dependencies = [
"opentelemetry",
"tracing",
"tracing-core",
"tracing-log",
"tracing-subscriber",
]
[[package]]
name = "tracing-subscriber"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bc28f93baff38037f64e6f43d34cfa1605f27a49c34e8a04c5e78b0babf2596"
dependencies = [
2021-12-31 12:30:41 +00:00
"ansi_term",
"lazy_static",
"matchers",
"regex",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
]
2022-03-30 08:14:50 +00:00
[[package]]
name = "treediff"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "761e8d5ad7ce14bb82b7e61ccc0ca961005a275a060b9644a2431aa11553c2ff"
dependencies = [
"serde_json",
]
[[package]]
name = "trust-dns-proto"
version = "0.21.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c31f240f59877c3d4bb3b3ea0ec5a6a0cff07323580ff8c7a605cd7d08b255d"
dependencies = [
"async-trait",
"cfg-if 1.0.0",
"data-encoding",
"enum-as-inner",
"futures-channel",
"futures-io",
"futures-util",
"idna",
"ipnet",
"lazy_static",
"log",
"rand 0.8.5",
"smallvec",
"thiserror",
"tinyvec",
"tokio",
"url",
]
[[package]]
name = "trust-dns-resolver"
version = "0.21.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4ba72c2ea84515690c9fcef4c6c660bb9df3036ed1051686de84605b74fd558"
dependencies = [
"cfg-if 1.0.0",
"futures-util",
"ipconfig",
"lazy_static",
"log",
"lru-cache",
"parking_lot 0.12.0",
"resolv-conf",
"smallvec",
"thiserror",
"tokio",
"trust-dns-proto",
2022-02-25 00:18:41 +00:00
]
2022-04-20 09:25:50 +00:00
[[package]]
name = "try-lock"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
2021-12-26 07:26:00 +00:00
[[package]]
name = "ts-rs"
2022-03-30 08:14:50 +00:00
version = "6.1.2"
2021-12-26 07:26:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "3d26cba30c9b3a2f537f765cf754126f11c983b7426d280ae0b4cef2374cab98"
2021-12-26 07:26:00 +00:00
dependencies = [
2022-05-29 05:23:50 +00:00
"chrono",
2021-12-26 07:26:00 +00:00
"thiserror",
"ts-rs-macros",
]
[[package]]
name = "ts-rs-macros"
2022-03-30 08:14:50 +00:00
version = "6.1.2"
2021-12-26 07:26:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "fd8e302fbcf5b60dfa1df443535967511442c5ce4eac8b4c9fa811f2274280a4"
2021-12-26 07:26:00 +00:00
dependencies = [
"Inflector",
"proc-macro2",
"quote",
"syn",
"termcolor",
]
[[package]]
name = "twox-hash"
version = "1.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0"
dependencies = [
"cfg-if 1.0.0",
2022-03-30 08:14:50 +00:00
"rand 0.8.5",
"static_assertions",
]
[[package]]
name = "typed-builder"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89851716b67b937e393b3daa8423e67ddfc4bbbf1654bcf05488e95e0828db0c"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "typenum"
2021-12-31 12:30:41 +00:00
version = "1.15.0"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-31 12:30:41 +00:00
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
2021-09-22 06:27:02 +00:00
[[package]]
name = "ucd-trie"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
2022-04-12 04:46:57 +00:00
[[package]]
name = "uhlc"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d74cc14aac0f650dae365e42250073bc0f89602bad5751d6159642be37690d6"
dependencies = [
"hex",
"humantime",
"lazy_static",
"log",
"serde",
"uuid",
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "uint"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0"
dependencies = [
"byteorder",
"crunchy",
"hex",
"static_assertions",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "unicode-bidi"
version = "0.3.7"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
2021-09-22 06:27:02 +00:00
[[package]]
name = "unicode-normalization"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
dependencies = [
"tinyvec",
]
[[package]]
name = "unicode-segmentation"
2022-03-30 08:14:50 +00:00
version = "1.9.0"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
2021-09-22 06:27:02 +00:00
[[package]]
name = "unicode-xid"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
[[package]]
name = "unindent"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "514672a55d7380da379785a4d70ca8386c8883ff7eaae877be4d2081cebe73d8"
2022-02-25 00:18:41 +00:00
[[package]]
name = "universal-hash"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"
dependencies = [
2022-03-30 08:14:50 +00:00
"generic-array 0.14.5",
2022-02-25 00:18:41 +00:00
"subtle",
]
2022-05-23 05:28:33 +00:00
[[package]]
name = "unreachable"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
dependencies = [
"void",
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "unsigned-varint"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"
dependencies = [
"asynchronous-codec 0.6.0",
2022-02-25 00:18:41 +00:00
"bytes",
"futures-io",
"futures-util",
]
2021-09-22 06:27:02 +00:00
[[package]]
2021-09-28 14:40:20 +00:00
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
[[package]]
2021-09-22 06:27:02 +00:00
name = "url"
version = "2.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
dependencies = [
"form_urlencoded",
"idna",
"matches",
"percent-encoding",
"serde",
]
[[package]]
name = "user-facing-error-macros"
version = "0.1.0"
source = "git+https://github.com/Brendonovich/prisma-engines?rev=5d34c9a567aaec4065a48d8cf6c2ee885e6ca281#5d34c9a567aaec4065a48d8cf6c2ee885e6ca281"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "user-facing-errors"
version = "0.1.0"
source = "git+https://github.com/Brendonovich/prisma-engines?rev=5d34c9a567aaec4065a48d8cf6c2ee885e6ca281#5d34c9a567aaec4065a48d8cf6c2ee885e6ca281"
dependencies = [
"backtrace",
"indoc",
"quaint",
"serde",
"serde_json",
"tracing",
"user-facing-error-macros",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "utf-8"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
[[package]]
name = "uuid"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
dependencies = [
2022-03-30 08:14:50 +00:00
"getrandom 0.2.6",
2021-09-30 16:15:12 +00:00
"serde",
]
2022-03-30 08:14:50 +00:00
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
2021-09-30 16:15:12 +00:00
[[package]]
name = "value-bag"
version = "1.0.0-alpha.8"
2021-09-30 16:15:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79923f7731dc61ebfba3633098bf3ac533bbd35ccd8c57e7088d9a5eebe0263f"
2021-09-30 16:15:12 +00:00
dependencies = [
"ctor",
"version_check",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]]
name = "version-compare"
version = "0.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c18c859eead79d8b95d09e4678566e8d70105c4e7b251f707a03df32442661b"
2022-03-30 08:14:50 +00:00
[[package]]
name = "version-compare"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe88247b92c1df6b6de80ddc290f3976dbdf2f5f5d3fd049a9fb598c6dd5ca73"
2021-09-22 06:27:02 +00:00
[[package]]
name = "version_check"
2021-12-31 12:30:41 +00:00
version = "0.9.4"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-31 12:30:41 +00:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2021-09-22 06:27:02 +00:00
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
[[package]]
name = "waker-fn"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
[[package]]
name = "walkdir"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
dependencies = [
"same-file",
2021-09-30 07:34:42 +00:00
"winapi 0.3.9",
2021-09-22 06:27:02 +00:00
"winapi-util",
]
2022-04-20 09:25:50 +00:00
[[package]]
name = "want"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
"log",
"try-lock",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
[[package]]
name = "wasi"
2022-03-30 08:14:50 +00:00
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2021-09-22 06:27:02 +00:00
[[package]]
name = "wasm-bindgen"
version = "0.2.79"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"
2021-09-22 06:27:02 +00:00
dependencies = [
"cfg-if 1.0.0",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.79"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"
2021-09-22 06:27:02 +00:00
dependencies = [
"bumpalo",
"lazy_static",
"log",
"proc-macro2",
"quote",
"syn",
2021-09-22 06:27:02 +00:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2022-03-30 08:14:50 +00:00
version = "0.4.29"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "2eb6ec270a31b1d3c7e266b999739109abce8b6c87e4b31fcfcd788b65267395"
2021-09-22 06:27:02 +00:00
dependencies = [
"cfg-if 1.0.0",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.79"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"
2021-09-22 06:27:02 +00:00
dependencies = [
"quote",
2021-09-22 06:27:02 +00:00
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.79"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"
2021-09-22 06:27:02 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2021-09-22 06:27:02 +00:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.79"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"
2021-09-22 06:27:02 +00:00
2022-02-25 00:18:41 +00:00
[[package]]
name = "wasm-timer"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"
dependencies = [
"futures",
"js-sys",
"parking_lot 0.11.2",
"pin-utils",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "web-sys"
2022-03-30 08:14:50 +00:00
version = "0.3.56"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"
2021-09-22 06:27:02 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webkit2gtk"
2022-03-30 08:14:50 +00:00
version = "0.17.1"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "2cbd39499e917de9dad36eb11c09f665eb984d432638ae7971feed98eb96df88"
2021-09-22 06:27:02 +00:00
dependencies = [
"bitflags",
2021-09-22 06:27:02 +00:00
"cairo-rs",
"gdk",
"gdk-sys",
"gio",
2022-03-30 08:14:50 +00:00
"gio-sys 0.15.10",
2021-09-22 06:27:02 +00:00
"glib",
2022-03-30 08:14:50 +00:00
"glib-sys 0.15.10",
"gobject-sys 0.15.10",
2021-09-22 06:27:02 +00:00
"gtk",
"gtk-sys",
"javascriptcore-rs",
"libc",
"once_cell",
2021-09-22 06:27:02 +00:00
"webkit2gtk-sys",
]
[[package]]
name = "webkit2gtk-sys"
2022-03-30 08:14:50 +00:00
version = "0.17.0"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "ddcce6f1e0fc7715d651dba29875741509f5fc12f4e2976907272a74405f2b01"
2021-09-22 06:27:02 +00:00
dependencies = [
"atk-sys",
"bitflags",
2021-09-22 06:27:02 +00:00
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gdk-sys",
2022-03-30 08:14:50 +00:00
"gio-sys 0.15.10",
"glib-sys 0.15.10",
"gobject-sys 0.15.10",
2021-09-22 06:27:02 +00:00
"gtk-sys",
"javascriptcore-rs-sys",
"libc",
"pango-sys",
"pkg-config",
2021-12-31 12:30:41 +00:00
"soup2-sys",
"system-deps 5.0.0",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "webp"
2022-03-30 08:14:50 +00:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "cf022f821f166079a407d000ab57e84de020e66ffbbf4edde999bc7d6e371cae"
dependencies = [
"image",
"libwebp-sys",
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "webpki"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
dependencies = [
"ring 0.16.20",
"untrusted",
]
[[package]]
name = "webpki-roots"
version = "0.22.3"
2022-02-25 00:18:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44d8de8415c823c8abd270ad483c6feeac771fad964890779f9a8cb24fbbc1bf"
2022-02-25 00:18:41 +00:00
dependencies = [
"webpki",
2021-09-30 07:34:42 +00:00
]
2021-09-22 06:27:02 +00:00
[[package]]
2021-12-31 12:30:41 +00:00
name = "webview2-com"
2022-03-30 08:14:50 +00:00
version = "0.13.0"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "bb8e90ac2d9ce39cdb70017aaec641be09fbdd702b7b332b9896d053eb469524"
2021-09-22 06:27:02 +00:00
dependencies = [
2021-12-31 12:30:41 +00:00
"webview2-com-macros",
"webview2-com-sys",
2022-03-30 08:14:50 +00:00
"windows 0.30.0",
2021-12-31 12:30:41 +00:00
"windows_macros",
2021-09-22 06:27:02 +00:00
]
[[package]]
2021-12-31 12:30:41 +00:00
name = "webview2-com-macros"
version = "0.5.0"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-31 12:30:41 +00:00
checksum = "1515c6c82fcee93f6edaacc72c8e233dbe4ff3ca569dce1901dfc36c404a3e99"
2021-09-22 06:27:02 +00:00
dependencies = [
2021-12-31 12:30:41 +00:00
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "webview2-com-sys"
2022-03-30 08:14:50 +00:00
version = "0.13.0"
2021-12-31 12:30:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "92160310b3322397e4ff8a8285a7429d73a07a68fda44ee80879605b93e53f76"
2021-12-31 12:30:41 +00:00
dependencies = [
"regex",
"serde",
"serde_json",
"thiserror",
2022-03-30 08:14:50 +00:00
"windows 0.30.0",
2021-12-31 12:30:41 +00:00
"windows-bindgen",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "weezl"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c97e489d8f836838d497091de568cf16b117486d529ec5579233521065bd5e4"
2021-09-22 06:27:02 +00:00
[[package]]
name = "wepoll-ffi"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
dependencies = [
"cc",
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "which"
2022-03-30 08:14:50 +00:00
version = "4.2.5"
2022-02-25 00:18:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"
2022-02-25 00:18:41 +00:00
dependencies = [
"either",
"lazy_static",
"libc",
]
[[package]]
name = "widestring"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"
2021-09-22 06:27:02 +00:00
[[package]]
name = "wildmatch"
2021-12-31 12:30:41 +00:00
version = "2.1.0"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-31 12:30:41 +00:00
checksum = "d6c48bd20df7e4ced539c12f570f937c6b4884928a87fee70a479d72f031d4e0"
2021-09-22 06:27:02 +00:00
2021-09-30 07:34:42 +00:00
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2021-09-22 06:27:02 +00: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",
]
2021-09-30 07:34:42 +00:00
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
2021-09-22 06:27:02 +00:00
[[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-09-30 07:34:42 +00:00
"winapi 0.3.9",
2021-09-22 06:27:02 +00: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 = "winauth"
version = "0.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f820cd208ce9c6b050812dc2d724ba98c6c1e9db5ce9b3f58d925ae5723a5e6"
dependencies = [
"bitflags",
"byteorder",
"md5",
"rand 0.7.3",
"winapi 0.3.9",
]
[[package]]
name = "window-shadows"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c7f2deb07cdfe525631c603dba7b2ee39482d9129766d9e38c868d93dcae7b2"
dependencies = [
"cocoa",
"objc",
"raw-window-handle",
"windows-sys",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "windows"
version = "0.24.0"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9f39345ae0c8ab072c0ac7fe8a8b411636aa34f89be19ddd0d9226544f13944"
2021-09-22 06:27:02 +00:00
dependencies = [
2021-12-31 12:30:41 +00:00
"windows_i686_gnu 0.24.0",
"windows_i686_msvc 0.24.0",
"windows_x86_64_gnu 0.24.0",
"windows_x86_64_msvc 0.24.0",
]
[[package]]
name = "windows"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aac7fef12f4b59cd0a29339406cc9203ab44e440ddff6b3f5a41455349fa9cf3"
dependencies = [
2022-02-25 00:18:41 +00:00
"windows_aarch64_msvc 0.29.0",
2021-12-31 12:30:41 +00:00
"windows_i686_gnu 0.29.0",
"windows_i686_msvc 0.29.0",
"windows_x86_64_gnu 0.29.0",
"windows_x86_64_msvc 0.29.0",
]
2022-03-30 08:14:50 +00:00
[[package]]
name = "windows"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b749ebd2304aa012c5992d11a25d07b406bdbe5f79d371cb7a918ce501a19eb0"
dependencies = [
"windows_aarch64_msvc 0.30.0",
"windows_i686_gnu 0.30.0",
"windows_i686_msvc 0.30.0",
"windows_x86_64_gnu 0.30.0",
"windows_x86_64_msvc 0.30.0",
]
[[package]]
name = "windows"
version = "0.35.0"
2022-03-30 08:14:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08746b4b7ac95f708b3cccceb97b7f9a21a8916dd47fc99b0e6aaf7208f26fd7"
2022-03-30 08:14:50 +00:00
dependencies = [
"windows_aarch64_msvc 0.35.0",
"windows_i686_gnu 0.35.0",
"windows_i686_msvc 0.35.0",
"windows_x86_64_gnu 0.35.0",
"windows_x86_64_msvc 0.35.0",
2022-03-30 08:14:50 +00:00
]
2021-12-31 12:30:41 +00:00
[[package]]
name = "windows-bindgen"
2022-03-30 08:14:50 +00:00
version = "0.30.0"
2021-12-31 12:30:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "944c545fcae9dd66488308f8b69aa3ba34f53714416ecfcdcbbfa4b6821e27c6"
2021-12-31 12:30:41 +00:00
dependencies = [
"windows_quote",
"windows_reader",
]
[[package]]
name = "windows-sys"
version = "0.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5acdd78cb4ba54c0045ac14f62d8f94a03d10047904ae2a40afa1e99d8f70825"
dependencies = [
"windows_aarch64_msvc 0.34.0",
"windows_i686_gnu 0.34.0",
"windows_i686_msvc 0.34.0",
"windows_x86_64_gnu 0.34.0",
"windows_x86_64_msvc 0.34.0",
]
2021-12-31 12:30:41 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3d027175d00b01e0cbeb97d6ab6ebe03b12330a35786cbaca5252b1c4bf5d9b"
2022-03-30 08:14:50 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29277a4435d642f775f63c7d1faeb927adba532886ce0287bd985bffb16b6bca"
[[package]]
name = "windows_aarch64_msvc"
version = "0.34.0"
2022-03-30 08:14:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"
2022-03-30 08:14:50 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db3bc5134e8ce0da5d64dcec3529793f1d33aee5a51fc2b4662e0f881dd463e6"
2021-12-31 12:30:41 +00:00
[[package]]
name = "windows_gen"
2022-03-30 08:14:50 +00:00
version = "0.30.0"
2021-12-31 12:30:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "30dff4d91d22520628bb94b66f2bb313cb16a09a515a32320a84a1b449bc94c0"
2021-12-31 12:30:41 +00:00
dependencies = [
"windows_quote",
"windows_reader",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "windows_i686_gnu"
version = "0.24.0"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0866510a3eca9aed73a077490bbbf03e5eaac4e1fd70849d89539e5830501fd"
2021-12-31 12:30:41 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8793f59f7b8e8b01eda1a652b2697d87b93097198ae85f823b969ca5b89bba58"
2022-03-30 08:14:50 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1145e1989da93956c68d1864f32fb97c8f561a8f89a5125f6a2b7ea75524e4b8"
[[package]]
name = "windows_i686_gnu"
version = "0.34.0"
2022-03-30 08:14:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"
2022-03-30 08:14:50 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0343a6f35bf43a07b009b8591b78b10ea03de86b06f48e28c96206cd0f453b50"
[[package]]
name = "windows_i686_msvc"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf0ffed56b7e9369a29078d2ab3aaeceea48eb58999d2cff3aa2494a275b95c6"
2021-12-31 12:30:41 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8602f6c418b67024be2996c512f5f995de3ba417f4c75af68401ab8756796ae4"
2022-03-30 08:14:50 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4a09e3a0d4753b73019db171c1339cd4362c8c44baf1bcea336235e955954a6"
[[package]]
name = "windows_i686_msvc"
version = "0.34.0"
2022-03-30 08:14:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"
2022-03-30 08:14:50 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1acdcbf4ca63d8e7a501be86fee744347186275ec2754d129ddeab7a1e3a02e4"
2021-12-31 12:30:41 +00:00
[[package]]
name = "windows_macros"
2022-03-30 08:14:50 +00:00
version = "0.30.0"
2021-12-31 12:30:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "62ae44ab917e9005fe710d99d52d227ca0164b10a09be90649142cc3fab825d3"
2021-12-31 12:30:41 +00:00
dependencies = [
"syn",
"windows_gen",
"windows_quote",
"windows_reader",
]
[[package]]
name = "windows_quote"
2022-03-30 08:14:50 +00:00
version = "0.30.0"
2021-12-31 12:30:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "71f02c51a77e6248c1206aaa920802c32d50a05205e229b118d7f3afd3036667"
2021-12-31 12:30:41 +00:00
[[package]]
name = "windows_reader"
2022-03-30 08:14:50 +00:00
version = "0.30.0"
2021-12-31 12:30:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "e44e6df0da993cda589c5ac852272fbb2a0ead67a031a017dd3eac11528a2d72"
2021-12-31 12:30:41 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "384a173630588044205a2993b6864a2f56e5a8c1e7668c07b93ec18cf4888dc4"
2021-12-31 12:30:41 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3d615f419543e0bd7d2b3323af0d86ff19cbc4f816e6453f36a2c2ce889c354"
2022-03-30 08:14:50 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ca64fcb0220d58db4c119e050e7af03c69e6f4f415ef69ec1773d9aab422d5a"
[[package]]
name = "windows_x86_64_gnu"
version = "0.34.0"
2022-03-30 08:14:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"
2022-03-30 08:14:50 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "893c0924c5a990ec73cd2264d1c0cba1773a929e1a3f5dbccffd769f8c4edebb"
[[package]]
name = "windows_x86_64_msvc"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bd8f062d8ca5446358159d79a90be12c543b3a965c847c8f3eedf14b321d399"
2021-12-31 12:30:41 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11d95421d9ed3672c280884da53201a5c46b7b2765ca6faf34b0d71cf34a3561"
2022-03-30 08:14:50 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08cabc9f0066848fef4bc6a1c1668e6efce38b661d2aeec75d18d8617eebb5f1"
[[package]]
name = "windows_x86_64_msvc"
version = "0.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"
2022-02-25 00:18:41 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.35.0"
2022-02-25 00:18:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a29bd61f32889c822c99a8fdf2e93378bd2fae4d7efd2693fab09fcaaf7eff4b"
2022-02-25 00:18:41 +00:00
[[package]]
name = "winreg"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
dependencies = [
"winapi 0.3.9",
]
2022-04-20 09:25:50 +00:00
[[package]]
name = "winreg"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "winres"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c"
dependencies = [
"toml",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "winrt-notification"
2022-03-30 08:14:50 +00:00
version = "0.5.1"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "007a0353840b23e0c6dc73e5b962ff58ed7f6bc9ceff3ce7fe6fbad8d496edf4"
2021-09-22 06:27:02 +00:00
dependencies = [
"strum 0.22.0",
2021-12-31 12:30:41 +00:00
"windows 0.24.0",
2021-09-22 06:27:02 +00:00
"xml-rs",
]
[[package]]
name = "winutil"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7daf138b6b14196e3830a588acf1e86966c694d3e8fb026fb105b8b5dca07e6e"
dependencies = [
"winapi 0.3.9",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "wry"
2022-03-30 08:14:50 +00:00
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fd09ffc86ecea0a0d5f50cc8e4a8121a1bfc0b0825a160f86ac39e86979344c"
2021-09-22 06:27:02 +00:00
dependencies = [
2022-03-30 08:14:50 +00:00
"block",
2021-09-22 06:27:02 +00:00
"cocoa",
2022-03-30 08:14:50 +00:00
"core-graphics",
2021-09-22 06:27:02 +00:00
"gdk",
"gio",
"glib",
"gtk",
"http",
2022-03-30 08:14:50 +00:00
"jni",
2021-09-22 06:27:02 +00:00
"libc",
"log",
"objc",
"objc_id",
"once_cell",
"serde",
"serde_json",
"tao",
"thiserror",
"url",
"webkit2gtk",
"webkit2gtk-sys",
2021-12-31 12:30:41 +00:00
"webview2-com",
2022-03-30 08:14:50 +00:00
"windows 0.30.0",
2021-12-31 12:30:41 +00:00
"windows_macros",
2021-09-30 07:34:42 +00:00
]
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
dependencies = [
"winapi 0.2.8",
"winapi-build",
2021-09-22 06:27:02 +00:00
]
[[package]]
name = "wyz"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "129e027ad65ce1453680623c3fb5163cbf7107bfe1aa32257e7d0e63f9ced188"
dependencies = [
"tap",
]
2022-03-30 08:14:50 +00:00
[[package]]
name = "x11"
version = "2.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6dd0565fa8bfba8c5efe02725b14dff114c866724eff2cfd44d76cea74bcd87a"
dependencies = [
"libc",
"pkg-config",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "x11-dl"
version = "2.19.1"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea26926b4ce81a6f5d9d0f3a0bc401e5a37c6ae14a1bfaa8ff6099ca80038c59"
2021-09-22 06:27:02 +00:00
dependencies = [
"lazy_static",
"libc",
"pkg-config",
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "x25519-dalek"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2392b6b94a576b4e2bf3c5b2757d63f10ada8020a2e4d08ac849ebcf6ea8e077"
dependencies = [
"curve25519-dalek 3.2.1",
"rand_core 0.5.1",
"zeroize",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "xattr"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
dependencies = [
"libc",
]
[[package]]
name = "xml-rs"
version = "0.8.4"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
2021-09-22 06:27:02 +00:00
2022-02-25 00:18:41 +00:00
[[package]]
name = "yamux"
2022-03-30 08:14:50 +00:00
version = "0.10.1"
2022-02-25 00:18:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "0c0608f53c1dc0bad505d03a34bbd49fbf2ad7b51eb036123e896365532745a1"
2022-02-25 00:18:41 +00:00
dependencies = [
"futures",
"log",
"nohash-hasher",
2022-03-30 08:14:50 +00:00
"parking_lot 0.12.0",
"rand 0.8.5",
2022-02-25 00:18:41 +00:00
"static_assertions",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "zbus"
2022-03-30 08:14:50 +00:00
version = "2.1.1"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "7bb86f3d4592e26a48b2719742aec94f8ae6238ebde20d98183ee185d1275e9a"
2021-09-22 06:27:02 +00:00
dependencies = [
2022-03-30 08:14:50 +00:00
"async-broadcast",
"async-channel",
"async-executor",
2021-09-22 06:27:02 +00:00
"async-io",
2022-03-30 08:14:50 +00:00
"async-lock",
"async-recursion",
"async-task",
"async-trait",
2021-09-22 06:27:02 +00:00
"byteorder",
"derivative",
2022-03-30 08:14:50 +00:00
"enumflags2",
"event-listener",
"futures-core",
"futures-sink",
"futures-util",
"hex",
"lazy_static",
"nix 0.23.1",
2021-09-22 06:27:02 +00:00
"once_cell",
2022-03-30 08:14:50 +00:00
"ordered-stream",
"rand 0.8.5",
2021-09-22 06:27:02 +00:00
"serde",
"serde_repr",
2022-03-30 08:14:50 +00:00
"sha1",
"static_assertions",
"winapi 0.3.9",
2021-09-22 06:27:02 +00:00
"zbus_macros",
2022-03-30 08:14:50 +00:00
"zbus_names",
2021-09-22 06:27:02 +00:00
"zvariant",
]
[[package]]
name = "zbus_macros"
2022-03-30 08:14:50 +00:00
version = "2.1.1"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "36823cc10fddc3c6b19f048903262dacaf8274170e9a255784bdd8b4570a8040"
2021-09-22 06:27:02 +00:00
dependencies = [
2022-03-30 08:14:50 +00:00
"proc-macro-crate 1.1.3",
2021-09-22 06:27:02 +00:00
"proc-macro2",
"quote",
2022-03-30 08:14:50 +00:00
"regex",
"syn",
2021-09-22 06:27:02 +00:00
]
2022-03-30 08:14:50 +00:00
[[package]]
name = "zbus_names"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45dfcdcf87b71dad505d30cc27b1b7b88a64b6d1c435648f48f9dbc1fdc4b7e1"
dependencies = [
"serde",
"static_assertions",
"zvariant",
]
2022-02-25 00:18:41 +00:00
[[package]]
name = "zeroize"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd"
dependencies = [
"zeroize_derive",
]
[[package]]
name = "zeroize_derive"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"
dependencies = [
"proc-macro2",
"quote",
"syn",
"synstructure",
]
[[package]]
name = "zstd"
version = "0.10.0+zstd.1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b1365becbe415f3f0fcd024e2f7b45bacfb5bdd055f0dc113571394114e7bdd"
dependencies = [
"zstd-safe",
]
[[package]]
name = "zstd-safe"
version = "4.1.4+zstd.1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f7cd17c9af1a4d6c24beb1cc54b17e2ef7b593dc92f19e9d9acad8b182bbaee"
dependencies = [
"libc",
"zstd-sys",
]
[[package]]
name = "zstd-sys"
version = "1.6.3+zstd.1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc49afa5c8d634e75761feda8c592051e7eeb4683ba827211eb0d731d3402ea8"
dependencies = [
"cc",
"libc",
]
2021-09-22 06:27:02 +00:00
[[package]]
name = "zvariant"
2022-03-30 08:14:50 +00:00
version = "3.1.2"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "49ea5dc38b2058fae6a5b79009388143dadce1e91c26a67f984a0fc0381c8033"
2021-09-22 06:27:02 +00:00
dependencies = [
"byteorder",
2022-03-30 08:14:50 +00:00
"enumflags2",
"libc",
2021-09-22 06:27:02 +00:00
"serde",
"static_assertions",
"zvariant_derive",
]
[[package]]
name = "zvariant_derive"
2022-03-30 08:14:50 +00:00
version = "3.1.2"
2021-09-22 06:27:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-30 08:14:50 +00:00
checksum = "8c2cecc5a61c2a053f7f653a24cd15b3b0195d7f7ddb5042c837fb32e161fb7a"
2021-09-22 06:27:02 +00:00
dependencies = [
2022-03-30 08:14:50 +00:00
"proc-macro-crate 1.1.3",
2021-09-22 06:27:02 +00:00
"proc-macro2",
"quote",
"syn",
2021-09-22 06:27:02 +00:00
]