2022-02-07 06:40:45 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.21.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2023-08-17 15:46:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aead"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
|
|
|
|
dependencies = [
|
|
|
|
"crypto-common",
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2023-08-03 01:14:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aes"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cipher",
|
|
|
|
"cpufeatures",
|
|
|
|
]
|
|
|
|
|
2023-08-17 15:46:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aes-gcm"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "209b47e8954a928e1d72e86eca7000ebb6655fe1436d33eefc2201cad027e237"
|
|
|
|
dependencies = [
|
|
|
|
"aead",
|
|
|
|
"aes",
|
|
|
|
"cipher",
|
|
|
|
"ctr",
|
|
|
|
"ghash",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2023-01-16 12:47:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
|
|
|
dependencies = [
|
2023-09-17 09:14:34 +00:00
|
|
|
"getrandom 0.2.10",
|
2023-04-13 10:53:51 +00:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2023-09-17 09:14:34 +00:00
|
|
|
"getrandom 0.2.10",
|
2023-01-16 12:47:15 +00:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "1.0.5"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "0c378d78423fdad8089616f827526ee33c19f2fddbd5de1629152c9593ba4783"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "allo-isolate"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.1.18"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "71441b1911974f09ca413fc93fb2e3bfc60f4a284fdc7fd51e5a81b6afc61727"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"atomic",
|
|
|
|
"pin-project",
|
|
|
|
]
|
|
|
|
|
2023-09-17 09:14:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "allocator-api2"
|
|
|
|
version = "0.2.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
2023-01-16 12:47:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2023-08-28 05:28:24 +00:00
|
|
|
version = "1.0.75"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 05:28:24 +00:00
|
|
|
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
|
|
|
|
2022-03-03 14:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.7.4"
|
2022-03-03 14:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
|
2022-03-03 14:17:07 +00:00
|
|
|
|
2023-07-05 12:57:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "assert-json-diff"
|
|
|
|
version = "2.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2023-09-21 04:41:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-convert"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d416feee97712e43152cd42874de162b8f9b77295b1c85e5d92725cc8310bae"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-openai"
|
|
|
|
version = "0.14.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7150fb5d9cc4eb0184af43ce75a89620dc3747d3c816e8b0ba200682d0155c05"
|
|
|
|
dependencies = [
|
|
|
|
"async-convert",
|
|
|
|
"backoff",
|
|
|
|
"base64 0.21.3",
|
|
|
|
"derive_builder",
|
|
|
|
"futures",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"reqwest",
|
|
|
|
"reqwest-eventsource",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-stream"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.3.5"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-stream-impl",
|
|
|
|
"futures-core",
|
2023-03-03 12:38:31 +00:00
|
|
|
"pin-project-lite",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-stream-impl"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.3.5"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-17 09:14:34 +00:00
|
|
|
"syn 2.0.31",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
2022-12-09 01:19:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2023-08-31 08:40:40 +00:00
|
|
|
version = "0.1.73"
|
2022-12-09 01:19:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-31 08:40:40 +00:00
|
|
|
checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0"
|
2022-12-09 01:19:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-17 09:14:34 +00:00
|
|
|
"syn 2.0.31",
|
2022-12-09 01:19:47 +00:00
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
2023-09-17 09:14:34 +00:00
|
|
|
name = "atoi"
|
|
|
|
version = "2.0.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2023-09-17 09:14:34 +00:00
|
|
|
"num-traits",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
2023-09-17 09:14:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atomic"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
|
|
|
|
|
2022-06-29 05:44:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atomic_refcell"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.1.11"
|
2022-06-29 05:44:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "112ef6b3f6cb3cb6fc5b6b494ef7a848492cff1ab0ef4de10b0f7d572861c905"
|
2022-06-29 05:44:15 +00:00
|
|
|
|
2023-10-02 09:22:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "attohttpc"
|
|
|
|
version = "0.22.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1fcf00bc6d5abb29b5f97e3c61a90b6d3caa12f3faf897d4a3e3607c050a35a7"
|
|
|
|
dependencies = [
|
|
|
|
"http",
|
|
|
|
"log",
|
|
|
|
"native-tls",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2023-03-03 12:38:31 +00:00
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
2023-10-02 09:22:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aws-creds"
|
|
|
|
version = "0.34.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3776743bb68d4ad02ba30ba8f64373f1be4e082fe47651767171ce75bb2f6cf5"
|
|
|
|
dependencies = [
|
|
|
|
"attohttpc",
|
|
|
|
"dirs",
|
|
|
|
"log",
|
|
|
|
"quick-xml",
|
|
|
|
"rust-ini",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"time",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-region"
|
|
|
|
version = "0.25.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "056557a61427d0e5ba29dd931031c8ffed4ee7a550e7cd55692a9d8deb0a9dba"
|
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-03-03 12:38:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "axum"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.6.20"
|
2023-03-03 12:38:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
|
2023-03-03 12:38:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"axum-core",
|
2023-09-17 09:14:34 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-03-03 12:38:31 +00:00
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
2023-04-13 10:53:51 +00:00
|
|
|
"itoa",
|
2023-03-03 12:38:31 +00:00
|
|
|
"matchit",
|
|
|
|
"memchr",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustversion",
|
|
|
|
"serde",
|
|
|
|
"sync_wrapper",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "axum-core"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.3.4"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
|
2023-03-03 12:38:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"mime",
|
|
|
|
"rustversion",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2023-09-21 04:41:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "backoff"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"getrandom 0.2.10",
|
|
|
|
"instant",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.3.69"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.13.1"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2023-03-03 12:38:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.21.3"
|
2023-03-03 12:38:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "414dcefbc63d77c526a76b3afcf6fbb9b5e2791c19c3aa2297733208750c6e53"
|
2023-03-03 12:38:31 +00:00
|
|
|
|
2023-08-03 01:14:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64ct"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
|
|
|
version = "1.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-04-21 09:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
2023-05-21 03:13:22 +00:00
|
|
|
version = "0.65.1"
|
2023-04-21 09:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-21 03:13:22 +00:00
|
|
|
checksum = "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5"
|
2023-04-21 09:02:26 +00:00
|
|
|
dependencies = [
|
2023-09-17 09:14:34 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-04-21 09:02:26 +00:00
|
|
|
"cexpr",
|
|
|
|
"clang-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"peeking_take_while",
|
2023-05-21 03:13:22 +00:00
|
|
|
"prettyplease",
|
2023-04-21 09:02:26 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
|
|
|
"shlex",
|
2023-09-17 09:14:34 +00:00
|
|
|
"syn 2.0.31",
|
2023-04-21 09:02:26 +00:00
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bit-set"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.5.3"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"bit-vec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-vec"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2023-09-17 09:14:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "2.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitvec"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
|
|
|
|
dependencies = [
|
|
|
|
"funty",
|
|
|
|
"radium",
|
|
|
|
"tap",
|
|
|
|
"wyz",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.10.4"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2023-01-16 12:47:15 +00:00
|
|
|
"generic-array",
|
2022-02-09 01:57:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-01-16 12:47:15 +00:00
|
|
|
name = "borsh"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.10.3"
|
2022-02-09 01:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "4114279215a005bc675e386011e594e1d9b800918cea18fcadadcce864a2046b"
|
2022-02-09 01:57:03 +00:00
|
|
|
dependencies = [
|
2023-01-16 12:47:15 +00:00
|
|
|
"borsh-derive",
|
2023-10-12 12:25:00 +00:00
|
|
|
"hashbrown 0.13.2",
|
2023-01-16 12:47:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "borsh-derive"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.10.3"
|
2023-01-16 12:47:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "0754613691538d51f329cce9af41d7b7ca150bc973056f1156611489475f54f7"
|
2023-01-16 12:47:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"borsh-derive-internal",
|
|
|
|
"borsh-schema-derive-internal",
|
|
|
|
"proc-macro-crate",
|
|
|
|
"proc-macro2",
|
2023-04-04 00:41:16 +00:00
|
|
|
"syn 1.0.109",
|
2023-01-16 12:47:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "borsh-derive-internal"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.10.3"
|
2023-01-16 12:47:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "afb438156919598d2c7bad7e1c0adf3d26ed3840dbc010db1a882a65583ca2fb"
|
2023-01-16 12:47:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-04 00:41:16 +00:00
|
|
|
"syn 1.0.109",
|
2023-01-16 12:47:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "borsh-schema-derive-internal"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.10.3"
|
2023-01-16 12:47:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "634205cc43f74a1b9046ef87c4540ebda95696ec0f315024860cad7c5b0f5ccd"
|
2023-01-16 12:47:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-04 00:41:16 +00:00
|
|
|
"syn 1.0.109",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "1.6.2"
|
2023-01-16 12:47:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "4c2f7349907b712260e64b0afe2f84692af14a454be26187d9df565c7f69266a"
|
2023-01-16 12:47:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2023-09-17 09:14:34 +00:00
|
|
|
"regex-automata 0.3.8",
|
2023-01-16 12:47:15 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "3.13.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
2023-01-16 12:47:15 +00:00
|
|
|
name = "bytecheck"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.6.11"
|
2022-02-09 01:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "8b6372023ac861f6e6dc89c8344a8f398fb42aaba2b5dbc649ca0c0e9dbcb627"
|
2023-01-16 12:47:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytecheck_derive",
|
|
|
|
"ptr_meta",
|
2023-04-13 10:53:51 +00:00
|
|
|
"simdutf8",
|
2023-01-16 12:47:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytecheck_derive"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.6.11"
|
2023-01-16 12:47:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "a7ec4c6f261935ad534c0c22dbef2201b45918860eb1c574b972bd213a76af61"
|
2023-01-16 12:47:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-04 00:41:16 +00:00
|
|
|
"syn 1.0.109",
|
2023-01-16 12:47:15 +00:00
|
|
|
]
|
2022-02-09 01:57:03 +00:00
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "1.5.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-08-03 01:14:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bzip2"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
|
|
|
|
dependencies = [
|
|
|
|
"bzip2-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-04-21 09:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bzip2-sys"
|
|
|
|
version = "0.1.11+1.0.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "1.0.83"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
2023-04-21 09:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
2023-09-17 09:14:34 +00:00
|
|
|
"libc",
|
2023-04-21 09:02:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cexpr"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
|
|
|
dependencies = [
|
|
|
|
"nom 7.1.3",
|
|
|
|
]
|
2022-02-07 06:40:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2023-10-02 09:22:22 +00:00
|
|
|
version = "0.4.31"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-02 09:22:22 +00:00
|
|
|
checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2023-09-17 09:14:34 +00:00
|
|
|
"android-tzdata",
|
2023-01-16 12:47:15 +00:00
|
|
|
"iana-time-zone",
|
|
|
|
"js-sys",
|
2022-02-07 06:40:45 +00:00
|
|
|
"num-traits",
|
2023-05-15 14:16:05 +00:00
|
|
|
"serde",
|
2023-01-16 12:47:15 +00:00
|
|
|
"wasm-bindgen",
|
2023-09-17 09:14:34 +00:00
|
|
|
"windows-targets",
|
2022-02-09 01:57:03 +00:00
|
|
|
]
|
|
|
|
|
2023-05-09 14:37:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono-tz"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.8.3"
|
2023-05-09 14:37:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "f1369bc6b9e9a7dfdae2055f6ec151fe9c554a9d23d357c0237cee2e25eaabb7"
|
2023-05-09 14:37:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
2023-09-17 09:14:34 +00:00
|
|
|
"chrono-tz-build",
|
|
|
|
"phf 0.11.2",
|
2023-05-09 14:37:20 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono-tz-build"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.2.0"
|
2023-05-09 14:37:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "e2f5ebdc942f57ed96d560a6d1a459bae5851102a25d5bf89dc04ae453e31ecf"
|
2023-05-09 14:37:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"parse-zoneinfo",
|
2023-09-17 09:14:34 +00:00
|
|
|
"phf 0.11.2",
|
2023-10-02 09:22:22 +00:00
|
|
|
"phf_codegen 0.11.2",
|
2022-02-09 01:57:03 +00:00
|
|
|
]
|
|
|
|
|
2023-08-03 01:14:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cipher"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
|
|
|
dependencies = [
|
|
|
|
"crypto-common",
|
|
|
|
"inout",
|
|
|
|
]
|
|
|
|
|
2023-04-21 09:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
|
|
|
version = "1.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
|
|
|
|
dependencies = [
|
|
|
|
"glob",
|
|
|
|
"libc",
|
|
|
|
"libloading",
|
|
|
|
]
|
|
|
|
|
2023-09-17 09:14:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "client-api"
|
|
|
|
version = "0.1.0"
|
2023-10-25 13:35:47 +00:00
|
|
|
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=c87d0f05e988a02e9272a42722b304289be320e4#c87d0f05e988a02e9272a42722b304289be320e4"
|
2023-09-17 09:14:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"bytes",
|
2023-10-02 09:22:22 +00:00
|
|
|
"collab",
|
2023-10-10 11:05:55 +00:00
|
|
|
"collab-entity",
|
2023-10-02 09:22:22 +00:00
|
|
|
"database-entity",
|
|
|
|
"futures-core",
|
2023-09-17 09:14:34 +00:00
|
|
|
"futures-util",
|
2023-10-02 09:22:22 +00:00
|
|
|
"gotrue",
|
2023-09-17 09:14:34 +00:00
|
|
|
"gotrue-entity",
|
2023-10-02 09:22:22 +00:00
|
|
|
"lib0",
|
|
|
|
"mime",
|
2023-10-23 03:43:31 +00:00
|
|
|
"mime_guess",
|
2023-10-02 09:22:22 +00:00
|
|
|
"parking_lot",
|
2023-10-10 11:05:55 +00:00
|
|
|
"realtime-entity",
|
2023-09-17 09:14:34 +00:00
|
|
|
"reqwest",
|
2023-10-02 09:22:22 +00:00
|
|
|
"scraper",
|
2023-09-17 09:14:34 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_repr",
|
|
|
|
"shared_entity",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tokio-retry",
|
|
|
|
"tokio-stream",
|
|
|
|
"tokio-tungstenite",
|
|
|
|
"tracing",
|
|
|
|
"url",
|
2023-10-02 09:22:22 +00:00
|
|
|
"uuid",
|
|
|
|
"yrs",
|
2023-09-17 09:14:34 +00:00
|
|
|
]
|
|
|
|
|
2022-02-08 06:36:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cmd_lib"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ba0f413777386d37f85afa5242f277a7b461905254c1af3c339d4af06800f62"
|
|
|
|
dependencies = [
|
|
|
|
"cmd_lib_macros",
|
|
|
|
"faccess",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"os_pipe",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cmd_lib_macros"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9e66605092ff6c6e37e0246601ae6c3f62dc1880e0599359b5f303497c112dc0"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-04 00:41:16 +00:00
|
|
|
"syn 1.0.109",
|
2022-02-08 06:36:59 +00:00
|
|
|
]
|
|
|
|
|
2023-04-04 00:41:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "collab"
|
|
|
|
version = "0.1.0"
|
2023-10-23 02:25:47 +00:00
|
|
|
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=ff10abd5e#ff10abd5e41b9a7d118cbb79f8c2bf9ac27c0ded"
|
2023-04-04 00:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-09-06 08:00:23 +00:00
|
|
|
"async-trait",
|
2023-04-04 00:41:16 +00:00
|
|
|
"bytes",
|
|
|
|
"lib0",
|
2023-09-06 08:00:23 +00:00
|
|
|
"parking_lot",
|
2023-04-04 00:41:16 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
2023-05-31 09:42:14 +00:00
|
|
|
"tokio",
|
2023-10-02 09:22:22 +00:00
|
|
|
"tokio-stream",
|
2023-04-04 00:41:16 +00:00
|
|
|
"tracing",
|
|
|
|
"yrs",
|
|
|
|
]
|
|
|
|
|
2023-04-28 06:08:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "collab-database"
|
|
|
|
version = "0.1.0"
|
2023-10-23 02:25:47 +00:00
|
|
|
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=ff10abd5e#ff10abd5e41b9a7d118cbb79f8c2bf9ac27c0ded"
|
2023-04-28 06:08:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-05-15 14:16:05 +00:00
|
|
|
"async-trait",
|
2023-09-17 09:14:34 +00:00
|
|
|
"base64 0.21.3",
|
2023-04-28 06:08:53 +00:00
|
|
|
"chrono",
|
|
|
|
"collab",
|
|
|
|
"collab-derive",
|
2023-10-10 11:05:55 +00:00
|
|
|
"collab-entity",
|
2023-04-28 06:08:53 +00:00
|
|
|
"collab-persistence",
|
2023-05-08 02:30:24 +00:00
|
|
|
"collab-plugins",
|
2023-04-28 06:08:53 +00:00
|
|
|
"lazy_static",
|
|
|
|
"lru",
|
|
|
|
"nanoid",
|
2023-09-06 08:00:23 +00:00
|
|
|
"parking_lot",
|
2023-04-28 06:08:53 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_repr",
|
2023-08-27 14:31:32 +00:00
|
|
|
"strum",
|
|
|
|
"strum_macros 0.25.2",
|
2023-04-28 06:08:53 +00:00
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
2023-07-05 12:57:09 +00:00
|
|
|
"tokio-stream",
|
2023-04-28 06:08:53 +00:00
|
|
|
"tracing",
|
2023-05-23 15:55:21 +00:00
|
|
|
"uuid",
|
2023-04-28 06:08:53 +00:00
|
|
|
]
|
|
|
|
|
2023-04-04 00:41:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "collab-derive"
|
|
|
|
version = "0.1.0"
|
2023-10-23 02:25:47 +00:00
|
|
|
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=ff10abd5e#ff10abd5e41b9a7d118cbb79f8c2bf9ac27c0ded"
|
2023-04-04 00:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde_json",
|
|
|
|
"syn 1.0.109",
|
|
|
|
"yrs",
|
|
|
|
]
|
|
|
|
|
2023-04-13 10:53:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "collab-document"
|
|
|
|
version = "0.1.0"
|
2023-10-23 02:25:47 +00:00
|
|
|
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=ff10abd5e#ff10abd5e41b9a7d118cbb79f8c2bf9ac27c0ded"
|
2023-04-13 10:53:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"collab",
|
|
|
|
"collab-derive",
|
|
|
|
"collab-persistence",
|
2023-09-12 12:49:03 +00:00
|
|
|
"lib0",
|
2023-04-13 10:53:51 +00:00
|
|
|
"nanoid",
|
2023-09-06 08:00:23 +00:00
|
|
|
"parking_lot",
|
2023-04-13 10:53:51 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
2023-06-14 14:16:33 +00:00
|
|
|
"tokio",
|
2023-07-05 12:57:09 +00:00
|
|
|
"tokio-stream",
|
2023-04-18 11:06:21 +00:00
|
|
|
"tracing",
|
2023-04-13 10:53:51 +00:00
|
|
|
]
|
|
|
|
|
2023-10-10 11:05:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "collab-entity"
|
|
|
|
version = "0.1.0"
|
2023-10-23 02:25:47 +00:00
|
|
|
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=ff10abd5e#ff10abd5e41b9a7d118cbb79f8c2bf9ac27c0ded"
|
2023-10-10 11:05:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"bytes",
|
|
|
|
"collab",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_repr",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
2023-04-04 00:41:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "collab-folder"
|
|
|
|
version = "0.1.0"
|
2023-10-23 02:25:47 +00:00
|
|
|
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=ff10abd5e#ff10abd5e41b9a7d118cbb79f8c2bf9ac27c0ded"
|
2023-04-04 00:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-06-08 06:20:31 +00:00
|
|
|
"chrono",
|
2023-04-04 00:41:16 +00:00
|
|
|
"collab",
|
|
|
|
"collab-derive",
|
|
|
|
"collab-persistence",
|
2023-09-06 08:00:23 +00:00
|
|
|
"parking_lot",
|
2023-04-04 00:41:16 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_repr",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
2023-05-31 09:42:14 +00:00
|
|
|
"tokio-stream",
|
2023-04-04 00:41:16 +00:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2023-09-17 09:14:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "collab-integrate"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
|
|
|
"collab",
|
|
|
|
"collab-database",
|
|
|
|
"collab-document",
|
2023-10-10 11:05:55 +00:00
|
|
|
"collab-entity",
|
2023-09-17 09:14:34 +00:00
|
|
|
"collab-folder",
|
|
|
|
"collab-persistence",
|
|
|
|
"collab-plugins",
|
|
|
|
"futures",
|
2023-10-07 01:58:44 +00:00
|
|
|
"lib-infra",
|
2023-09-17 09:14:34 +00:00
|
|
|
"parking_lot",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-10-07 01:58:44 +00:00
|
|
|
"tokio",
|
2023-09-17 09:14:34 +00:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2023-04-04 00:41:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "collab-persistence"
|
|
|
|
version = "0.1.0"
|
2023-10-23 02:25:47 +00:00
|
|
|
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=ff10abd5e#ff10abd5e41b9a7d118cbb79f8c2bf9ac27c0ded"
|
2023-04-04 00:41:16 +00:00
|
|
|
dependencies = [
|
2023-09-06 08:00:23 +00:00
|
|
|
"async-trait",
|
2023-04-04 00:41:16 +00:00
|
|
|
"bincode",
|
|
|
|
"chrono",
|
2023-09-06 08:00:23 +00:00
|
|
|
"collab",
|
2023-04-21 09:02:26 +00:00
|
|
|
"lazy_static",
|
2023-04-04 00:41:16 +00:00
|
|
|
"lib0",
|
2023-09-06 08:00:23 +00:00
|
|
|
"parking_lot",
|
2023-04-21 09:02:26 +00:00
|
|
|
"rocksdb",
|
2023-04-04 00:41:16 +00:00
|
|
|
"serde",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
2023-04-18 11:06:21 +00:00
|
|
|
"tracing",
|
2023-04-04 00:41:16 +00:00
|
|
|
"yrs",
|
|
|
|
]
|
|
|
|
|
2023-05-08 02:30:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "collab-plugins"
|
|
|
|
version = "0.1.0"
|
2023-10-23 02:25:47 +00:00
|
|
|
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=ff10abd5e#ff10abd5e41b9a7d118cbb79f8c2bf9ac27c0ded"
|
2023-05-08 02:30:24 +00:00
|
|
|
dependencies = [
|
2023-05-15 14:16:05 +00:00
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
2023-10-02 09:22:22 +00:00
|
|
|
"bytes",
|
2023-05-08 02:30:24 +00:00
|
|
|
"collab",
|
2023-10-10 11:05:55 +00:00
|
|
|
"collab-entity",
|
2023-05-08 02:30:24 +00:00
|
|
|
"collab-persistence",
|
2023-05-15 14:16:05 +00:00
|
|
|
"futures-util",
|
2023-09-12 12:49:03 +00:00
|
|
|
"lib0",
|
2023-09-06 08:00:23 +00:00
|
|
|
"parking_lot",
|
2023-05-15 14:16:05 +00:00
|
|
|
"rand 0.8.5",
|
2023-05-23 15:55:21 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-06-06 08:03:29 +00:00
|
|
|
"similar 2.2.1",
|
2023-05-15 14:16:05 +00:00
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tokio-retry",
|
2023-07-05 12:57:09 +00:00
|
|
|
"tokio-stream",
|
2023-05-08 02:30:24 +00:00
|
|
|
"tracing",
|
2023-08-12 09:36:31 +00:00
|
|
|
"uuid",
|
2023-05-08 02:30:24 +00:00
|
|
|
"yrs",
|
|
|
|
]
|
|
|
|
|
2023-08-14 04:57:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "collab-user"
|
|
|
|
version = "0.1.0"
|
2023-10-23 02:25:47 +00:00
|
|
|
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=ff10abd5e#ff10abd5e41b9a7d118cbb79f8c2bf9ac27c0ded"
|
2023-08-14 04:57:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"collab",
|
2023-10-10 11:05:55 +00:00
|
|
|
"collab-entity",
|
2023-09-06 08:00:23 +00:00
|
|
|
"parking_lot",
|
2023-08-14 04:57:59 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "config"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19b076e143e1d9538dde65da30f8481c2a6c44040edb8e02b9bf1351edb92ce3"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
2023-09-17 09:14:34 +00:00
|
|
|
"nom 5.1.3",
|
2022-02-07 06:40:45 +00:00
|
|
|
"serde",
|
|
|
|
"yaml-rust",
|
|
|
|
]
|
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "console"
|
|
|
|
version = "0.14.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3993e6445baa160675931ec041a5e03ca84b9c6e32a056150d3aa2bdda0a1f45"
|
|
|
|
dependencies = [
|
|
|
|
"encode_unicode",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"regex",
|
|
|
|
"terminal_size",
|
|
|
|
"unicode-width",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-03-03 12:38:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "console-api"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.5.0"
|
2023-03-03 12:38:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "c2895653b4d9f1538a83970077cb01dfc77a4810524e51a110944688e916b18e"
|
2023-03-03 12:38:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"prost",
|
|
|
|
"prost-types",
|
|
|
|
"tonic",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "console-subscriber"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.1.10"
|
2023-03-03 12:38:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "d4cf42660ac07fcebed809cfe561dd8730bcd35b075215e6479c516bcd0d11cb"
|
2023-03-03 12:38:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"console-api",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"futures",
|
|
|
|
"hdrhistogram",
|
|
|
|
"humantime",
|
|
|
|
"prost-types",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thread_local",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tonic",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
2023-09-17 09:14:34 +00:00
|
|
|
"tracing-subscriber 0.3.17",
|
2023-03-03 12:38:31 +00:00
|
|
|
]
|
|
|
|
|
2023-08-03 01:14:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
|
|
|
|
2023-10-02 09:22:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cookie"
|
|
|
|
version = "0.16.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb"
|
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
"time",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cookie_store"
|
|
|
|
version = "0.16.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d606d0fba62e13cf04db20536c05cb7f13673c161cb47a47a82b9b9e7d3f1daa"
|
|
|
|
dependencies = [
|
|
|
|
"cookie",
|
|
|
|
"idna 0.2.3",
|
|
|
|
"log",
|
|
|
|
"publicsuffix",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"time",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.9.3"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.8.4"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.2.9"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-09-17 09:14:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crc"
|
|
|
|
version = "3.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe"
|
|
|
|
dependencies = [
|
|
|
|
"crc-catalog",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc-catalog"
|
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484"
|
|
|
|
|
2023-03-03 12:38:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.5.8"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.8.3"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.9.15"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2023-01-16 12:47:15 +00:00
|
|
|
"autocfg",
|
2022-02-07 06:40:45 +00:00
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2023-09-17 09:14:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-queue"
|
|
|
|
version = "0.3.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.8.16"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2023-01-16 12:47:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
2023-08-17 15:46:39 +00:00
|
|
|
"rand_core 0.6.4",
|
2023-01-16 12:47:15 +00:00
|
|
|
"typenum",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
2023-10-02 09:22:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cssparser"
|
|
|
|
version = "0.31.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b3df4f93e5fbbe73ec01ec8d3f68bba73107993a5b1e7519273c32db9b0d5be"
|
|
|
|
dependencies = [
|
|
|
|
"cssparser-macros",
|
|
|
|
"dtoa-short",
|
|
|
|
"itoa",
|
2023-10-24 15:13:51 +00:00
|
|
|
"phf 0.8.0",
|
2023-10-02 09:22:22 +00:00
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cssparser-macros"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.31",
|
|
|
|
]
|
|
|
|
|
2023-05-25 15:22:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "csv"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "1.2.2"
|
2023-05-25 15:22:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "626ae34994d3d8d668f4269922248239db4ae42d538b14c398b74a52208e8086"
|
2023-05-25 15:22:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"csv-core",
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "csv-core"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-08-17 15:46:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ctr"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
|
|
|
|
dependencies = [
|
|
|
|
"cipher",
|
|
|
|
]
|
|
|
|
|
2023-09-21 04:41:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
|
|
|
version = "0.14.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
|
|
|
version = "0.14.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
|
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
|
|
|
version = "0.14.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dart-ffi"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"allo-isolate",
|
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
2023-09-17 09:14:34 +00:00
|
|
|
"collab-integrate",
|
2022-06-14 00:46:11 +00:00
|
|
|
"crossbeam-utils",
|
2022-12-01 06:56:20 +00:00
|
|
|
"flowy-codegen",
|
2023-01-08 04:10:53 +00:00
|
|
|
"flowy-core",
|
2022-02-07 06:40:45 +00:00
|
|
|
"flowy-derive",
|
2023-01-26 07:40:23 +00:00
|
|
|
"flowy-notification",
|
2023-05-21 10:53:59 +00:00
|
|
|
"flowy-server",
|
2023-07-14 05:37:13 +00:00
|
|
|
"flowy-server-config",
|
2022-12-20 03:14:42 +00:00
|
|
|
"lazy_static",
|
2022-02-07 06:40:45 +00:00
|
|
|
"lib-dispatch",
|
|
|
|
"log",
|
2023-09-06 08:00:23 +00:00
|
|
|
"parking_lot",
|
2022-02-07 06:40:45 +00:00
|
|
|
"protobuf",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"tokio",
|
2023-02-07 14:09:43 +00:00
|
|
|
"tracing",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dashmap"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "5.5.3"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2023-09-17 09:14:34 +00:00
|
|
|
"hashbrown 0.14.0",
|
2023-04-13 10:53:51 +00:00
|
|
|
"lock_api",
|
|
|
|
"once_cell",
|
2023-09-06 08:00:23 +00:00
|
|
|
"parking_lot_core",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
2023-10-02 09:22:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "data-encoding"
|
|
|
|
version = "2.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "database-entity"
|
|
|
|
version = "0.1.0"
|
2023-10-25 13:35:47 +00:00
|
|
|
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=c87d0f05e988a02e9272a42722b304289be320e4#c87d0f05e988a02e9272a42722b304289be320e4"
|
2023-10-02 09:22:22 +00:00
|
|
|
dependencies = [
|
2023-10-07 01:58:44 +00:00
|
|
|
"anyhow",
|
2023-10-02 09:22:22 +00:00
|
|
|
"chrono",
|
2023-10-10 11:05:55 +00:00
|
|
|
"collab-entity",
|
2023-10-02 09:22:22 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-10-23 03:43:31 +00:00
|
|
|
"serde_repr",
|
2023-10-02 09:22:22 +00:00
|
|
|
"sqlx",
|
2023-10-07 01:58:44 +00:00
|
|
|
"thiserror",
|
2023-10-23 03:43:31 +00:00
|
|
|
"tracing",
|
2023-10-02 09:22:22 +00:00
|
|
|
"uuid",
|
|
|
|
"validator",
|
|
|
|
]
|
|
|
|
|
2023-10-02 07:12:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "date_time_parser"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f0521d96e513670773ac503e5f5239178c3aef16cffda1e77a3cdbdbe993fb5a"
|
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2023-09-17 09:14:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
|
|
|
version = "0.3.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946"
|
2023-10-02 09:22:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2023-09-17 09:14:34 +00:00
|
|
|
|
2022-02-07 06:40:45 +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",
|
2023-04-04 00:41:16 +00:00
|
|
|
"syn 1.0.109",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
2023-09-21 04:41:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_builder"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8"
|
|
|
|
dependencies = [
|
|
|
|
"derive_builder_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_builder_core"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f"
|
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_builder_macro"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e"
|
|
|
|
dependencies = [
|
|
|
|
"derive_builder_core",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2023-10-02 09:22:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
|
|
|
version = "0.99.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "deunicode"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.4.4"
|
2022-02-09 01:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "d95203a6a50906215a502507c0f879a0ce7ff205a6111e2db2a5ef8e4bb92e43"
|
2022-02-09 01:57:03 +00:00
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "diesel"
|
|
|
|
version = "1.4.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b28135ecf6b7d446b43e27e225622a038cc4e2930a1022f51cdb97ada19b8e4d"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
2023-08-03 01:14:52 +00:00
|
|
|
"chrono",
|
2022-02-07 06:40:45 +00:00
|
|
|
"diesel_derives",
|
|
|
|
"libsqlite3-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "diesel_derives"
|
|
|
|
version = "1.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "45f5098f628d02a7a0f68ddba586fb61e80edec3bdc1be3b921f4ceec60858d3"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-04 00:41:16 +00:00
|
|
|
"syn 1.0.109",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "diesel_migrations"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bf3cde8413353dc7f5d72fa8ce0b99a560a359d2c5ef1e5817ca731cd9008f4c"
|
|
|
|
dependencies = [
|
|
|
|
"migrations_internals",
|
|
|
|
"migrations_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-08-17 15:46:39 +00:00
|
|
|
version = "0.10.7"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 15:46:39 +00:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2023-07-29 01:46:24 +00:00
|
|
|
"block-buffer",
|
2023-01-16 12:47:15 +00:00
|
|
|
"crypto-common",
|
2023-05-15 14:16:05 +00:00
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2023-10-02 09:22:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
version = "4.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
|
|
|
|
dependencies = [
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dlv-list"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257"
|
|
|
|
|
2023-05-21 10:53:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dotenv"
|
|
|
|
version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
|
|
|
|
|
2023-09-17 09:14:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dotenvy"
|
|
|
|
version = "0.15.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
|
|
|
|
|
2023-10-02 09:22:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
|
|
|
version = "1.0.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dtoa-short"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dbaceec3c6e4211c79e7b1800fb9680527106beb2f9c51904a3210c03a448c74"
|
|
|
|
dependencies = [
|
|
|
|
"dtoa",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dyn-clone"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "1.0.13"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "bbfc4744c1b8f2a09adc0e55242f60b1af195d88596bd8700be74418c056c555"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2023-10-02 09:22:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ego-tree"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3a68a4904193147e0a8dec3314640e6db742afd5f6e634f428a6af230d9b3591"
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "1.9.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encode_unicode"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.8.33"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.8.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2023-09-17 09:14:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
2023-04-13 10:53:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.3.3"
|
2023-04-13 10:53:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd"
|
2023-04-13 10:53:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
2023-09-17 09:14:34 +00:00
|
|
|
"windows-sys",
|
2023-04-13 10:53:51 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "error-chain"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02"
|
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
]
|
|
|
|
|
2023-10-11 12:02:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "event-integration"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"assert-json-diff",
|
|
|
|
"bytes",
|
|
|
|
"collab",
|
|
|
|
"collab-database",
|
|
|
|
"collab-document",
|
|
|
|
"collab-entity",
|
|
|
|
"collab-folder",
|
|
|
|
"collab-plugins",
|
|
|
|
"dotenv",
|
|
|
|
"flowy-core",
|
|
|
|
"flowy-database-deps",
|
|
|
|
"flowy-database2",
|
|
|
|
"flowy-document-deps",
|
|
|
|
"flowy-document2",
|
|
|
|
"flowy-encrypt",
|
|
|
|
"flowy-folder-deps",
|
|
|
|
"flowy-folder2",
|
|
|
|
"flowy-notification",
|
|
|
|
"flowy-server",
|
|
|
|
"flowy-server-config",
|
|
|
|
"flowy-storage",
|
|
|
|
"flowy-user",
|
|
|
|
"flowy-user-deps",
|
|
|
|
"futures-util",
|
|
|
|
"lib-dispatch",
|
|
|
|
"lib-infra",
|
|
|
|
"nanoid",
|
|
|
|
"parking_lot",
|
|
|
|
"protobuf",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"tempdir",
|
|
|
|
"thread-id",
|
|
|
|
"tokio",
|
|
|
|
"tokio-postgres",
|
|
|
|
"tracing",
|
|
|
|
"uuid",
|
|
|
|
"zip",
|
|
|
|
]
|
|
|
|
|
2023-09-17 09:14:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
|
|
|
version = "2.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
|
|
|
|
2023-09-21 04:41:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "eventsource-stream"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "74fef4569247a5f429d9156b9d0a2599914385dd189c539334c625d8099d90ab"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"nom 7.1.3",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2022-02-08 06:36:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "faccess"
|
2022-07-26 03:58:21 +00:00
|
|
|
version = "0.2.4"
|
2022-02-08 06:36:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-26 03:58:21 +00:00
|
|
|
checksum = "59ae66425802d6a903e268ae1a08b8c38ba143520f227a205edf4e9c7e3e26d5"
|
2022-02-08 06:36:59 +00:00
|
|
|
dependencies = [
|
2023-09-17 09:14:34 +00:00
|
|
|
"bitflags 1.3.2",
|
2022-02-08 06:36:59 +00:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fake"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "2.8.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "9af7b0c58ac9d03169e27f080616ce9f64004edca3d2ef4147a811c21b23b319"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2022-07-04 08:38:35 +00:00
|
|
|
"rand 0.8.5",
|
2023-09-17 09:14:34 +00:00
|
|
|
"unidecode",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
2023-07-05 12:57:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fallible-iterator"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fancy-regex"
|
2022-04-28 13:16:28 +00:00
|
|
|
version = "0.10.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-28 13:16:28 +00:00
|
|
|
checksum = "0678ab2d46fa5195aaf59ad034c083d351377d4af57f3e073c074d0da3e3c766"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"bit-set",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-01-30 03:11:19 +00:00
|
|
|
name = "fancy-regex"
|
|
|
|
version = "0.11.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 03:11:19 +00:00
|
|
|
checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2023-01-30 03:11:19 +00:00
|
|
|
"bit-set",
|
|
|
|
"regex",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-01-30 03:11:19 +00:00
|
|
|
name = "fastrand"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "2.0.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "finl_unicode"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2023-03-03 12:38:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "1.0.27"
|
2023-03-03 12:38:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010"
|
2023-03-03 12:38:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
2023-09-19 02:37:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flowy-ai"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2023-09-21 04:41:52 +00:00
|
|
|
"anyhow",
|
|
|
|
"async-openai",
|
|
|
|
"dotenv",
|
2023-09-19 02:37:37 +00:00
|
|
|
"lib-infra",
|
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-09-21 04:41:52 +00:00
|
|
|
"tokio",
|
2023-09-19 02:37:37 +00:00
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flowy-ast"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-04 00:41:16 +00:00
|
|
|
"syn 1.0.109",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
2022-12-01 06:56:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flowy-codegen"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cmd_lib",
|
|
|
|
"console",
|
2023-01-30 03:11:19 +00:00
|
|
|
"fancy-regex 0.10.0",
|
2022-12-01 06:56:20 +00:00
|
|
|
"flowy-ast",
|
2023-09-17 09:14:34 +00:00
|
|
|
"itertools 0.10.5",
|
2022-12-01 06:56:20 +00:00
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"phf 0.8.0",
|
|
|
|
"protoc-bin-vendored",
|
|
|
|
"protoc-rust",
|
2022-12-01 08:03:03 +00:00
|
|
|
"quote",
|
2022-12-01 06:56:20 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-06-06 08:03:29 +00:00
|
|
|
"similar 1.3.0",
|
2023-04-04 00:41:16 +00:00
|
|
|
"syn 1.0.109",
|
2022-12-01 06:56:20 +00:00
|
|
|
"tera",
|
2023-07-29 01:46:24 +00:00
|
|
|
"toml",
|
2022-12-01 06:56:20 +00:00
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2023-05-17 08:33:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flowy-config"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"flowy-codegen",
|
|
|
|
"flowy-derive",
|
|
|
|
"flowy-error",
|
|
|
|
"flowy-sqlite",
|
|
|
|
"lib-dispatch",
|
|
|
|
"protobuf",
|
2023-08-27 14:31:32 +00:00
|
|
|
"strum_macros 0.21.1",
|
2023-05-17 08:33:44 +00:00
|
|
|
]
|
|
|
|
|
2023-01-08 04:10:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flowy-core"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2023-09-17 09:14:34 +00:00
|
|
|
"anyhow",
|
2023-01-08 04:10:53 +00:00
|
|
|
"bytes",
|
2023-10-02 09:22:22 +00:00
|
|
|
"client-api",
|
2023-09-17 09:14:34 +00:00
|
|
|
"collab",
|
2023-10-10 11:05:55 +00:00
|
|
|
"collab-entity",
|
2023-09-17 09:14:34 +00:00
|
|
|
"collab-integrate",
|
|
|
|
"collab-plugins",
|
2023-03-03 12:38:31 +00:00
|
|
|
"console-subscriber",
|
2023-06-06 08:03:29 +00:00
|
|
|
"diesel",
|
2023-09-19 02:37:37 +00:00
|
|
|
"flowy-ai",
|
2023-05-17 08:33:44 +00:00
|
|
|
"flowy-config",
|
2023-07-29 01:46:24 +00:00
|
|
|
"flowy-database-deps",
|
2023-04-28 06:08:53 +00:00
|
|
|
"flowy-database2",
|
2023-10-02 07:12:24 +00:00
|
|
|
"flowy-date",
|
2023-07-29 01:46:24 +00:00
|
|
|
"flowy-document-deps",
|
2023-04-13 10:53:51 +00:00
|
|
|
"flowy-document2",
|
2023-01-30 03:11:19 +00:00
|
|
|
"flowy-error",
|
2023-07-29 01:46:24 +00:00
|
|
|
"flowy-folder-deps",
|
2023-04-04 00:41:16 +00:00
|
|
|
"flowy-folder2",
|
2023-05-21 10:53:59 +00:00
|
|
|
"flowy-server",
|
2023-07-14 05:37:13 +00:00
|
|
|
"flowy-server-config",
|
2023-01-31 00:28:31 +00:00
|
|
|
"flowy-sqlite",
|
2023-09-01 14:27:29 +00:00
|
|
|
"flowy-storage",
|
2023-01-08 04:10:53 +00:00
|
|
|
"flowy-task",
|
|
|
|
"flowy-user",
|
2023-07-29 01:46:24 +00:00
|
|
|
"flowy-user-deps",
|
2023-01-08 04:10:53 +00:00
|
|
|
"futures-core",
|
|
|
|
"lib-dispatch",
|
|
|
|
"lib-infra",
|
|
|
|
"lib-log",
|
2023-09-06 08:00:23 +00:00
|
|
|
"parking_lot",
|
2023-02-26 08:27:17 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-05-23 15:55:21 +00:00
|
|
|
"serde_repr",
|
2023-01-08 04:10:53 +00:00
|
|
|
"tokio",
|
2023-10-02 09:22:22 +00:00
|
|
|
"tokio-stream",
|
2023-01-08 04:10:53 +00:00
|
|
|
"tracing",
|
2023-06-06 08:03:29 +00:00
|
|
|
"uuid",
|
2023-01-08 04:10:53 +00:00
|
|
|
]
|
|
|
|
|
2023-07-29 01:46:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flowy-database-deps"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-10-10 11:05:55 +00:00
|
|
|
"collab-entity",
|
2023-07-29 01:46:24 +00:00
|
|
|
"flowy-error",
|
|
|
|
"lib-infra",
|
|
|
|
]
|
|
|
|
|
2023-04-28 06:08:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flowy-database2"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-stream",
|
2023-05-15 14:16:05 +00:00
|
|
|
"async-trait",
|
2023-04-28 06:08:53 +00:00
|
|
|
"bytes",
|
|
|
|
"chrono",
|
2023-09-17 09:14:34 +00:00
|
|
|
"chrono-tz",
|
2023-04-28 06:08:53 +00:00
|
|
|
"collab",
|
|
|
|
"collab-database",
|
2023-10-10 11:05:55 +00:00
|
|
|
"collab-entity",
|
2023-09-17 09:14:34 +00:00
|
|
|
"collab-integrate",
|
2023-05-25 15:22:23 +00:00
|
|
|
"csv",
|
2023-04-28 06:08:53 +00:00
|
|
|
"dashmap",
|
2023-10-11 12:02:09 +00:00
|
|
|
"event-integration",
|
|
|
|
"fancy-regex 0.11.0",
|
2023-04-28 06:08:53 +00:00
|
|
|
"flowy-codegen",
|
2023-07-29 01:46:24 +00:00
|
|
|
"flowy-database-deps",
|
2023-04-28 06:08:53 +00:00
|
|
|
"flowy-derive",
|
|
|
|
"flowy-error",
|
|
|
|
"flowy-notification",
|
|
|
|
"flowy-task",
|
|
|
|
"futures",
|
2023-09-17 09:14:34 +00:00
|
|
|
"indexmap 1.9.3",
|
2023-04-28 06:08:53 +00:00
|
|
|
"lazy_static",
|
|
|
|
"lib-dispatch",
|
|
|
|
"lib-infra",
|
|
|
|
"nanoid",
|
2023-09-06 08:00:23 +00:00
|
|
|
"parking_lot",
|
2023-04-28 06:08:53 +00:00
|
|
|
"protobuf",
|
|
|
|
"rayon",
|
|
|
|
"rust_decimal",
|
|
|
|
"rusty-money",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_repr",
|
|
|
|
"strum",
|
2023-08-27 14:31:32 +00:00
|
|
|
"strum_macros 0.25.2",
|
2023-04-28 06:08:53 +00:00
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2023-10-02 07:12:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flowy-date"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"chrono",
|
|
|
|
"date_time_parser",
|
|
|
|
"fancy-regex 0.11.0",
|
|
|
|
"flowy-codegen",
|
|
|
|
"flowy-derive",
|
|
|
|
"flowy-error",
|
|
|
|
"lib-dispatch",
|
|
|
|
"protobuf",
|
|
|
|
"strum_macros 0.21.1",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flowy-derive"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2022-02-09 05:08:49 +00:00
|
|
|
"dashmap",
|
2022-02-07 06:40:45 +00:00
|
|
|
"flowy-ast",
|
2022-12-01 06:56:20 +00:00
|
|
|
"flowy-codegen",
|
2022-02-09 05:08:49 +00:00
|
|
|
"lazy_static",
|
2022-02-07 06:40:45 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-02-09 10:17:06 +00:00
|
|
|
"serde_json",
|
2023-04-04 00:41:16 +00:00
|
|
|
"syn 1.0.109",
|
2022-02-09 10:17:06 +00:00
|
|
|
"walkdir",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
2023-07-29 01:46:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flowy-document-deps"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"collab-document",
|
|
|
|
"flowy-error",
|
|
|
|
"lib-infra",
|
|
|
|
]
|
|
|
|
|
2023-04-13 10:53:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flowy-document2"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2023-05-23 08:13:12 +00:00
|
|
|
"anyhow",
|
2023-04-13 10:53:51 +00:00
|
|
|
"bytes",
|
|
|
|
"collab",
|
|
|
|
"collab-document",
|
2023-10-10 11:05:55 +00:00
|
|
|
"collab-entity",
|
2023-09-17 09:14:34 +00:00
|
|
|
"collab-integrate",
|
2023-04-13 10:53:51 +00:00
|
|
|
"flowy-codegen",
|
|
|
|
"flowy-derive",
|
2023-07-29 01:46:24 +00:00
|
|
|
"flowy-document-deps",
|
2023-04-13 10:53:51 +00:00
|
|
|
"flowy-error",
|
|
|
|
"flowy-notification",
|
2023-09-01 14:27:29 +00:00
|
|
|
"flowy-storage",
|
2023-07-05 12:57:09 +00:00
|
|
|
"futures",
|
2023-09-17 09:14:34 +00:00
|
|
|
"indexmap 1.9.3",
|
2023-04-13 10:53:51 +00:00
|
|
|
"lib-dispatch",
|
2023-07-05 12:57:09 +00:00
|
|
|
"lib-infra",
|
2023-04-13 10:53:51 +00:00
|
|
|
"nanoid",
|
2023-09-06 08:00:23 +00:00
|
|
|
"parking_lot",
|
2023-04-13 10:53:51 +00:00
|
|
|
"protobuf",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-08-27 14:31:32 +00:00
|
|
|
"strum_macros 0.21.1",
|
2023-04-24 06:25:00 +00:00
|
|
|
"tempfile",
|
|
|
|
"tokio",
|
2023-07-05 12:57:09 +00:00
|
|
|
"tokio-stream",
|
2023-04-14 12:14:47 +00:00
|
|
|
"tracing",
|
2023-09-17 09:14:34 +00:00
|
|
|
"tracing-subscriber 0.3.17",
|
2023-06-15 02:37:51 +00:00
|
|
|
"uuid",
|
2023-04-13 10:53:51 +00:00
|
|
|
]
|
|
|
|
|
2023-08-17 15:46:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flowy-encrypt"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"aes-gcm",
|
|
|
|
"anyhow",
|
2023-09-17 09:14:34 +00:00
|
|
|
"base64 0.21.3",
|
2023-08-17 15:46:39 +00:00
|
|
|
"hmac",
|
|
|
|
"pbkdf2 0.12.2",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"sha2",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flowy-error"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2022-12-30 03:16:47 +00:00
|
|
|
"anyhow",
|
2022-02-07 06:40:45 +00:00
|
|
|
"bytes",
|
2023-09-17 09:14:34 +00:00
|
|
|
"client-api",
|
2023-04-28 06:08:53 +00:00
|
|
|
"collab-database",
|
2023-05-16 06:58:24 +00:00
|
|
|
"collab-document",
|
2023-10-02 07:12:24 +00:00
|
|
|
"fancy-regex 0.11.0",
|
2022-12-01 06:56:20 +00:00
|
|
|
"flowy-codegen",
|
2022-02-07 06:40:45 +00:00
|
|
|
"flowy-derive",
|
2023-01-31 00:28:31 +00:00
|
|
|
"flowy-sqlite",
|
2022-02-07 06:40:45 +00:00
|
|
|
"lib-dispatch",
|
|
|
|
"protobuf",
|
|
|
|
"r2d2",
|
2023-01-30 03:11:19 +00:00
|
|
|
"reqwest",
|
|
|
|
"serde",
|
2022-02-07 06:40:45 +00:00
|
|
|
"serde_json",
|
2023-01-30 03:11:19 +00:00
|
|
|
"serde_repr",
|
2022-12-30 03:16:47 +00:00
|
|
|
"thiserror",
|
2023-07-29 01:46:24 +00:00
|
|
|
"tokio-postgres",
|
2023-09-01 14:27:29 +00:00
|
|
|
"url",
|
2023-10-25 13:35:47 +00:00
|
|
|
"validator",
|
2023-07-29 01:46:24 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flowy-folder-deps"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"collab-folder",
|
|
|
|
"flowy-error",
|
|
|
|
"lib-infra",
|
|
|
|
"uuid",
|
2022-02-09 11:26:06 +00:00
|
|
|
]
|
|
|
|
|
2023-04-04 00:41:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flowy-folder2"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"chrono",
|
|
|
|
"collab",
|
2023-10-10 11:05:55 +00:00
|
|
|
"collab-entity",
|
2023-04-04 00:41:16 +00:00
|
|
|
"collab-folder",
|
2023-09-17 09:14:34 +00:00
|
|
|
"collab-integrate",
|
2023-04-04 00:41:16 +00:00
|
|
|
"flowy-codegen",
|
|
|
|
"flowy-derive",
|
|
|
|
"flowy-error",
|
2023-07-29 01:46:24 +00:00
|
|
|
"flowy-folder-deps",
|
2023-04-04 00:41:16 +00:00
|
|
|
"flowy-notification",
|
|
|
|
"lazy_static",
|
|
|
|
"lib-dispatch",
|
|
|
|
"lib-infra",
|
|
|
|
"nanoid",
|
2023-09-06 08:00:23 +00:00
|
|
|
"parking_lot",
|
2023-04-04 00:41:16 +00:00
|
|
|
"protobuf",
|
2023-08-27 14:31:32 +00:00
|
|
|
"strum_macros 0.21.1",
|
2023-04-04 00:41:16 +00:00
|
|
|
"tokio",
|
2023-05-31 09:42:14 +00:00
|
|
|
"tokio-stream",
|
2023-04-04 00:41:16 +00:00
|
|
|
"tracing",
|
|
|
|
"unicode-segmentation",
|
2023-05-21 10:53:59 +00:00
|
|
|
"uuid",
|
2023-04-04 00:41:16 +00:00
|
|
|
]
|
|
|
|
|
2023-01-26 07:40:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flowy-notification"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"flowy-codegen",
|
|
|
|
"flowy-derive",
|
|
|
|
"lazy_static",
|
|
|
|
"lib-dispatch",
|
|
|
|
"protobuf",
|
|
|
|
"serde",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2023-05-21 10:53:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flowy-server"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-07-30 00:39:01 +00:00
|
|
|
"assert-json-diff",
|
2023-05-21 10:53:59 +00:00
|
|
|
"bytes",
|
2023-05-23 15:55:21 +00:00
|
|
|
"chrono",
|
2023-09-17 09:14:34 +00:00
|
|
|
"client-api",
|
2023-07-29 01:46:24 +00:00
|
|
|
"collab",
|
2023-07-14 05:37:13 +00:00
|
|
|
"collab-document",
|
2023-10-10 11:05:55 +00:00
|
|
|
"collab-entity",
|
2023-07-29 01:46:24 +00:00
|
|
|
"collab-plugins",
|
2023-05-21 10:53:59 +00:00
|
|
|
"config",
|
|
|
|
"dotenv",
|
2023-07-29 01:46:24 +00:00
|
|
|
"flowy-database-deps",
|
|
|
|
"flowy-document-deps",
|
2023-08-17 15:46:39 +00:00
|
|
|
"flowy-encrypt",
|
2023-05-21 10:53:59 +00:00
|
|
|
"flowy-error",
|
2023-07-29 01:46:24 +00:00
|
|
|
"flowy-folder-deps",
|
2023-07-14 05:37:13 +00:00
|
|
|
"flowy-server-config",
|
2023-08-31 08:40:40 +00:00
|
|
|
"flowy-storage",
|
2023-07-29 01:46:24 +00:00
|
|
|
"flowy-user-deps",
|
2023-07-05 12:57:09 +00:00
|
|
|
"futures",
|
2023-05-21 10:53:59 +00:00
|
|
|
"futures-util",
|
2023-07-29 01:46:24 +00:00
|
|
|
"hex",
|
2023-05-21 10:53:59 +00:00
|
|
|
"hyper",
|
|
|
|
"lazy_static",
|
|
|
|
"lib-infra",
|
2023-08-31 08:40:40 +00:00
|
|
|
"mime_guess",
|
2023-09-06 08:00:23 +00:00
|
|
|
"parking_lot",
|
2023-05-21 10:53:59 +00:00
|
|
|
"postgrest",
|
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"serde-aux",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tokio-retry",
|
2023-10-10 11:05:55 +00:00
|
|
|
"tokio-stream",
|
2023-08-31 08:40:40 +00:00
|
|
|
"tokio-util",
|
2023-05-21 10:53:59 +00:00
|
|
|
"tracing",
|
2023-09-17 09:14:34 +00:00
|
|
|
"tracing-subscriber 0.3.17",
|
2023-08-31 08:40:40 +00:00
|
|
|
"url",
|
2023-05-21 10:53:59 +00:00
|
|
|
"uuid",
|
2023-07-29 01:46:24 +00:00
|
|
|
"yrs",
|
2023-05-21 10:53:59 +00:00
|
|
|
]
|
|
|
|
|
2023-07-14 05:37:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flowy-server-config"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"flowy-error",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-01-31 00:28:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flowy-sqlite"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2023-05-17 04:46:48 +00:00
|
|
|
"anyhow",
|
2023-01-31 00:28:31 +00:00
|
|
|
"diesel",
|
|
|
|
"diesel_derives",
|
|
|
|
"diesel_migrations",
|
|
|
|
"error-chain",
|
|
|
|
"lazy_static",
|
|
|
|
"libsqlite3-sys",
|
|
|
|
"openssl",
|
|
|
|
"openssl-sys",
|
2023-09-06 08:00:23 +00:00
|
|
|
"parking_lot",
|
2023-01-31 00:28:31 +00:00
|
|
|
"r2d2",
|
|
|
|
"scheduled-thread-pool",
|
2023-05-17 04:46:48 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"tempfile",
|
2023-01-31 00:28:31 +00:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2023-08-31 08:40:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flowy-storage"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
2023-09-01 14:27:29 +00:00
|
|
|
"flowy-error",
|
|
|
|
"lib-infra",
|
|
|
|
"mime_guess",
|
2023-08-31 08:40:40 +00:00
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-09-01 14:27:29 +00:00
|
|
|
"url",
|
2023-08-31 08:40:40 +00:00
|
|
|
]
|
|
|
|
|
2022-11-13 14:23:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flowy-task"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"atomic_refcell",
|
|
|
|
"futures",
|
|
|
|
"lib-infra",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flowy-user"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2023-08-28 05:28:24 +00:00
|
|
|
"anyhow",
|
2023-09-17 09:14:34 +00:00
|
|
|
"base64 0.21.3",
|
2022-02-07 06:40:45 +00:00
|
|
|
"bytes",
|
2023-07-29 01:46:24 +00:00
|
|
|
"chrono",
|
2023-07-14 05:37:13 +00:00
|
|
|
"collab",
|
2023-08-28 05:28:24 +00:00
|
|
|
"collab-database",
|
2023-08-03 01:14:52 +00:00
|
|
|
"collab-document",
|
2023-10-10 11:05:55 +00:00
|
|
|
"collab-entity",
|
2023-07-14 05:37:13 +00:00
|
|
|
"collab-folder",
|
2023-09-17 09:14:34 +00:00
|
|
|
"collab-integrate",
|
2023-08-14 04:57:59 +00:00
|
|
|
"collab-user",
|
2022-02-07 06:40:45 +00:00
|
|
|
"diesel",
|
|
|
|
"diesel_derives",
|
2023-05-17 01:49:39 +00:00
|
|
|
"fake",
|
|
|
|
"fancy-regex 0.11.0",
|
2022-12-01 06:56:20 +00:00
|
|
|
"flowy-codegen",
|
2022-02-07 06:40:45 +00:00
|
|
|
"flowy-derive",
|
2023-08-17 15:46:39 +00:00
|
|
|
"flowy-encrypt",
|
2022-02-07 06:40:45 +00:00
|
|
|
"flowy-error",
|
2023-08-28 05:28:24 +00:00
|
|
|
"flowy-folder-deps",
|
2023-01-26 07:40:23 +00:00
|
|
|
"flowy-notification",
|
2023-07-14 05:37:13 +00:00
|
|
|
"flowy-server-config",
|
2023-01-31 00:28:31 +00:00
|
|
|
"flowy-sqlite",
|
2023-07-29 01:46:24 +00:00
|
|
|
"flowy-user-deps",
|
2022-02-07 06:40:45 +00:00
|
|
|
"lazy_static",
|
|
|
|
"lib-dispatch",
|
|
|
|
"lib-infra",
|
|
|
|
"log",
|
2022-04-11 07:27:03 +00:00
|
|
|
"nanoid",
|
2022-02-07 06:40:45 +00:00
|
|
|
"once_cell",
|
2023-09-06 08:00:23 +00:00
|
|
|
"parking_lot",
|
2022-02-07 06:40:45 +00:00
|
|
|
"protobuf",
|
2023-05-17 01:49:39 +00:00
|
|
|
"quickcheck",
|
2023-05-23 15:55:21 +00:00
|
|
|
"quickcheck_macros",
|
2023-05-17 01:49:39 +00:00
|
|
|
"rand 0.8.5",
|
|
|
|
"rand_core 0.6.4",
|
2022-02-07 06:40:45 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-05-21 10:53:59 +00:00
|
|
|
"serde_repr",
|
2023-10-02 07:12:24 +00:00
|
|
|
"strum",
|
|
|
|
"strum_macros 0.25.2",
|
2022-02-07 06:40:45 +00:00
|
|
|
"tokio",
|
2023-10-10 11:05:55 +00:00
|
|
|
"tokio-stream",
|
2022-02-07 06:40:45 +00:00
|
|
|
"tracing",
|
2023-05-17 01:49:39 +00:00
|
|
|
"unicode-segmentation",
|
2023-07-14 05:37:13 +00:00
|
|
|
"uuid",
|
2023-05-17 01:49:39 +00:00
|
|
|
"validator",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
2023-07-29 01:46:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flowy-user-deps"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"chrono",
|
2023-10-10 11:05:55 +00:00
|
|
|
"collab-entity",
|
2023-07-29 01:46:24 +00:00
|
|
|
"flowy-error",
|
|
|
|
"lib-infra",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_repr",
|
2023-08-20 06:13:54 +00:00
|
|
|
"tokio",
|
2023-07-29 01:46:24 +00:00
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +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"
|
2023-08-31 08:40:40 +00:00
|
|
|
version = "1.2.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-31 08:40:40 +00:00
|
|
|
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2023-05-21 03:13:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-cprng"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
|
|
|
|
2023-09-17 09:14:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "funty"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
|
|
|
|
|
2023-10-02 09:22:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futf"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
|
|
|
|
dependencies = [
|
|
|
|
"mac",
|
|
|
|
"new_debug_unreachable",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.3.28"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.3.28"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.3.28"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.3.28"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
2023-09-17 09:14:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-intrusive"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.3.28"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.3.28"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-17 09:14:34 +00:00
|
|
|
"syn 2.0.31",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.3.28"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.3.28"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2023-09-21 04:41:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-timer"
|
|
|
|
version = "3.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.3.28"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
2023-10-02 09:22:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fxhash"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.14.7"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gethostname"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.2.3"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-10-02 09:22:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
|
|
|
version = "0.2.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.1.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2023-04-04 00:41:16 +00:00
|
|
|
"js-sys",
|
2022-02-07 06:40:45 +00:00
|
|
|
"libc",
|
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
2023-04-04 00:41:16 +00:00
|
|
|
"wasm-bindgen",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.2.10"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2023-01-16 12:47:15 +00:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
2023-08-17 15:46:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ghash"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d930750de5717d2dd0b8c0d42c076c0e884c81a73e6cab859bbd2339c71e3e40"
|
|
|
|
dependencies = [
|
|
|
|
"opaque-debug",
|
|
|
|
"polyval",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.28.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2022-12-30 03:16:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.3.1"
|
2022-12-30 03:16:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
2022-12-30 03:16:47 +00:00
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "globset"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.4.13"
|
2022-02-09 01:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d"
|
2022-02-09 01:57:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
2023-04-13 10:53:51 +00:00
|
|
|
"bstr",
|
2022-02-09 01:57:03 +00:00
|
|
|
"fnv",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "globwalk"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc"
|
|
|
|
dependencies = [
|
2023-09-17 09:14:34 +00:00
|
|
|
"bitflags 1.3.2",
|
2022-02-09 01:57:03 +00:00
|
|
|
"ignore",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2023-10-02 09:22:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gotrue"
|
|
|
|
version = "0.1.0"
|
2023-10-25 13:35:47 +00:00
|
|
|
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=c87d0f05e988a02e9272a42722b304289be320e4#c87d0f05e988a02e9272a42722b304289be320e4"
|
2023-10-02 09:22:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"futures-util",
|
|
|
|
"gotrue-entity",
|
|
|
|
"infra",
|
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"tokio",
|
2023-10-07 01:58:44 +00:00
|
|
|
"tracing",
|
2023-10-02 09:22:22 +00:00
|
|
|
]
|
|
|
|
|
2023-09-17 09:14:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gotrue-entity"
|
|
|
|
version = "0.1.0"
|
2023-10-25 13:35:47 +00:00
|
|
|
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=c87d0f05e988a02e9272a42722b304289be320e4#c87d0f05e988a02e9272a42722b304289be320e4"
|
2023-09-17 09:14:34 +00:00
|
|
|
dependencies = [
|
2023-10-02 09:22:22 +00:00
|
|
|
"anyhow",
|
2023-10-23 03:43:31 +00:00
|
|
|
"jsonwebtoken",
|
|
|
|
"lazy_static",
|
2023-10-02 09:22:22 +00:00
|
|
|
"reqwest",
|
2023-09-17 09:14:34 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.3.21"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
2023-09-17 09:14:34 +00:00
|
|
|
"indexmap 1.9.3",
|
2022-02-07 06:40:45 +00:00
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2023-01-16 12:47:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2023-03-03 12:38:31 +00:00
|
|
|
version = "0.12.3"
|
2023-01-16 12:47:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-03 12:38:31 +00:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2023-01-16 12:47:15 +00:00
|
|
|
dependencies = [
|
2023-04-13 10:53:51 +00:00
|
|
|
"ahash 0.7.6",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.13.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
|
|
|
dependencies = [
|
|
|
|
"ahash 0.8.3",
|
2023-01-16 12:47:15 +00:00
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
2023-09-17 09:14:34 +00:00
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
|
|
|
|
dependencies = [
|
|
|
|
"ahash 0.8.3",
|
|
|
|
"allocator-api2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashlink"
|
|
|
|
version = "0.8.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
|
|
|
|
dependencies = [
|
|
|
|
"hashbrown 0.14.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hdrhistogram"
|
|
|
|
version = "7.5.2"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-03 12:38:31 +00:00
|
|
|
checksum = "7f19b9f54f7c7f55e31401bb647626ce0cf0f67b0004982ce815b3ee72a02aa8"
|
2023-01-16 12:47:15 +00:00
|
|
|
dependencies = [
|
2023-03-03 12:38:31 +00:00
|
|
|
"base64 0.13.1",
|
|
|
|
"byteorder",
|
|
|
|
"flate2",
|
|
|
|
"nom 7.1.3",
|
|
|
|
"num-traits",
|
2023-01-16 12:47:15 +00:00
|
|
|
]
|
2022-02-07 06:40:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
2023-08-27 14:31:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
2023-01-16 12:47:15 +00:00
|
|
|
dependencies = [
|
2023-09-17 09:14:34 +00:00
|
|
|
"unicode-segmentation",
|
2023-01-16 12:47:15 +00:00
|
|
|
]
|
|
|
|
|
2023-04-13 10:53:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.3.2"
|
2023-04-13 10:53:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
|
2023-04-13 10:53:51 +00:00
|
|
|
|
2023-05-15 14:16:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
|
|
dependencies = [
|
2023-07-29 01:46:24 +00:00
|
|
|
"digest",
|
2023-05-15 14:16:05 +00:00
|
|
|
]
|
|
|
|
|
2023-09-17 09:14:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "home"
|
|
|
|
version = "0.5.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
|
|
|
|
dependencies = [
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
2023-10-02 09:22:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "html5ever"
|
|
|
|
version = "0.26.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"mac",
|
|
|
|
"markup5ever",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2023-01-16 12:47:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.2.9"
|
2023-01-16 12:47:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
2023-04-13 10:53:51 +00:00
|
|
|
"itoa",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.4.5"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "1.8.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "1.0.3"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "humansize"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "2.1.3"
|
2022-02-09 01:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7"
|
|
|
|
dependencies = [
|
|
|
|
"libm",
|
|
|
|
]
|
2022-02-09 01:57:03 +00:00
|
|
|
|
2023-03-03 12:38:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.14.27"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
2023-04-13 10:53:51 +00:00
|
|
|
"itoa",
|
2022-02-07 06:40:45 +00:00
|
|
|
"pin-project-lite",
|
2023-07-05 12:57:09 +00:00
|
|
|
"socket2 0.4.9",
|
2022-02-07 06:40:45 +00:00
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
2023-05-15 14:16:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-rustls"
|
2023-09-01 14:27:29 +00:00
|
|
|
version = "0.24.1"
|
2023-05-15 14:16:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-01 14:27:29 +00:00
|
|
|
checksum = "8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97"
|
2023-05-15 14:16:05 +00:00
|
|
|
dependencies = [
|
2023-09-01 14:27:29 +00:00
|
|
|
"futures-util",
|
2023-05-15 14:16:05 +00:00
|
|
|
"http",
|
|
|
|
"hyper",
|
|
|
|
"rustls",
|
|
|
|
"tokio",
|
|
|
|
"tokio-rustls",
|
|
|
|
]
|
|
|
|
|
2023-03-03 12:38:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-timeout"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
|
|
|
|
dependencies = [
|
|
|
|
"hyper",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tokio-io-timeout",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2023-01-16 12:47:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.1.57"
|
2023-01-16 12:47:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
|
2023-01-16 12:47:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2023-04-13 10:53:51 +00:00
|
|
|
"windows",
|
2023-01-16 12:47:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.1.2"
|
2023-01-16 12:47:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
2023-01-16 12:47:15 +00:00
|
|
|
dependencies = [
|
2023-09-17 09:14:34 +00:00
|
|
|
"cc",
|
2023-01-16 12:47:15 +00:00
|
|
|
]
|
|
|
|
|
2023-09-21 04:41:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
2023-10-02 09:22:22 +00:00
|
|
|
[[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]]
|
|
|
|
name = "idna"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.4.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2023-01-16 12:47:15 +00:00
|
|
|
[[package]]
|
2023-09-17 09:14:34 +00:00
|
|
|
name = "if_chain"
|
|
|
|
version = "1.0.2"
|
2023-01-16 12:47:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed"
|
2023-01-16 12:47:15 +00:00
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ignore"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.4.20"
|
2022-02-09 01:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
|
2022-02-09 01:57:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"globset",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"regex",
|
|
|
|
"same-file",
|
|
|
|
"thread_local",
|
|
|
|
"walkdir",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "1.9.3"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2023-04-13 10:53:51 +00:00
|
|
|
"hashbrown 0.12.3",
|
2022-04-11 06:09:50 +00:00
|
|
|
"serde",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
2023-09-17 09:14:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
|
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
|
|
|
"hashbrown 0.14.0",
|
|
|
|
]
|
|
|
|
|
2023-10-02 09:22:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "infra"
|
|
|
|
version = "0.1.0"
|
2023-10-25 13:35:47 +00:00
|
|
|
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=c87d0f05e988a02e9272a42722b304289be320e4#c87d0f05e988a02e9272a42722b304289be320e4"
|
2023-10-02 09:22:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2023-08-03 01:14:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "inout"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2023-09-21 04:41:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
2023-09-17 09:14:34 +00:00
|
|
|
name = "ipnet"
|
|
|
|
version = "2.8.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2023-04-13 10:53:51 +00:00
|
|
|
[[package]]
|
2023-09-17 09:14:34 +00:00
|
|
|
name = "itertools"
|
|
|
|
version = "0.10.5"
|
2023-04-13 10:53:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
2023-04-13 10:53:51 +00:00
|
|
|
dependencies = [
|
2023-09-17 09:14:34 +00:00
|
|
|
"either",
|
2023-04-13 10:53:51 +00:00
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.11.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "1.0.9"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2023-04-21 09:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
|
|
|
version = "0.1.26"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.3.64"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2023-10-23 03:43:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jsonwebtoken"
|
|
|
|
version = "8.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6971da4d9c3aa03c3d8f3ff0f4155b534aad021292003895a469716b2a230378"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.21.3",
|
|
|
|
"pem",
|
|
|
|
"ring",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"simple_asn1",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
2023-04-21 09:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lexical-core"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
|
|
|
|
dependencies = [
|
2022-03-03 14:17:07 +00:00
|
|
|
"arrayvec 0.5.2",
|
2023-09-17 09:14:34 +00:00
|
|
|
"bitflags 1.3.2",
|
2022-02-07 06:40:45 +00:00
|
|
|
"cfg-if",
|
|
|
|
"ryu",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lib-dispatch"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"bincode",
|
|
|
|
"bytes",
|
|
|
|
"derivative",
|
|
|
|
"dyn-clone",
|
|
|
|
"futures",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"log",
|
2022-04-11 07:27:03 +00:00
|
|
|
"nanoid",
|
2022-02-07 06:40:45 +00:00
|
|
|
"pin-project",
|
|
|
|
"protobuf",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-01-17 08:27:17 +00:00
|
|
|
"serde_repr",
|
2022-02-07 06:40:45 +00:00
|
|
|
"thread-id",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
2023-10-25 13:35:47 +00:00
|
|
|
"validator",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lib-infra"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2023-05-21 10:53:59 +00:00
|
|
|
"anyhow",
|
2022-12-09 01:19:47 +00:00
|
|
|
"async-trait",
|
2022-02-07 06:40:45 +00:00
|
|
|
"bytes",
|
|
|
|
"chrono",
|
|
|
|
"futures-core",
|
2023-01-30 03:11:19 +00:00
|
|
|
"md5",
|
2022-02-07 06:40:45 +00:00
|
|
|
"pin-project",
|
2022-04-28 13:16:28 +00:00
|
|
|
"rand 0.8.5",
|
2022-02-07 06:40:45 +00:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lib-log"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"tracing",
|
|
|
|
"tracing-appender",
|
|
|
|
"tracing-bunyan-formatter",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
2023-03-03 12:38:31 +00:00
|
|
|
"tracing-subscriber 0.2.25",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
2023-04-04 00:41:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lib0"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.16.10"
|
2023-04-04 00:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "29dc19a026a0d45fc391898c6d4a6d0a5aab5ae6a826ebddc0f33572ffdae8dc"
|
2023-04-04 00:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.2.147"
|
2023-04-13 10:53:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
|
2023-04-13 10:53:51 +00:00
|
|
|
|
2023-04-21 09:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-04-13 10:53:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libm"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.2.7"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2023-04-21 09:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "librocksdb-sys"
|
2023-05-21 03:13:22 +00:00
|
|
|
version = "0.11.0+8.1.1"
|
2023-04-21 09:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-21 03:13:22 +00:00
|
|
|
checksum = "d3386f101bcb4bd252d8e9d2fb41ec3b0862a15a62b478c355b2982efa469e3e"
|
2023-04-21 09:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"bindgen",
|
|
|
|
"bzip2-sys",
|
|
|
|
"cc",
|
|
|
|
"glob",
|
|
|
|
"libc",
|
|
|
|
"libz-sys",
|
|
|
|
"zstd-sys",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libsqlite3-sys"
|
|
|
|
version = "0.22.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "290b64917f8b0cb885d9de0f9959fe1f775d7fa12f1da2db9001c1c8ab60f89d"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2023-04-21 09:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "1.1.12"
|
2023-04-21 09:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b"
|
2023-04-21 09:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.5.6"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2023-04-13 10:53:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.4.5"
|
2023-04-13 10:53:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503"
|
2023-04-13 10:53:51 +00:00
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.4.10"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2023-04-13 10:53:51 +00:00
|
|
|
"autocfg",
|
2022-02-07 06:40:45 +00:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.4.20"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2023-04-21 09:02:26 +00:00
|
|
|
[[package]]
|
2023-04-28 06:08:53 +00:00
|
|
|
name = "lru"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.10.1"
|
2023-04-21 09:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "718e8fae447df0c7e1ba7f5189829e63fd536945c8988d61444c19039f16b670"
|
2023-04-21 09:02:26 +00:00
|
|
|
dependencies = [
|
2023-04-28 06:08:53 +00:00
|
|
|
"hashbrown 0.13.2",
|
2023-04-21 09:02:26 +00:00
|
|
|
]
|
|
|
|
|
2023-10-02 09:22:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mac"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "markup5ever"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"phf 0.10.1",
|
|
|
|
"phf_codegen 0.10.0",
|
|
|
|
"string_cache",
|
|
|
|
"string_cache_codegen",
|
|
|
|
"tendril",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
|
|
|
version = "0.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"
|
|
|
|
dependencies = [
|
2023-09-17 09:14:34 +00:00
|
|
|
"regex-automata 0.1.10",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
2023-03-03 12:38:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
|
|
dependencies = [
|
2023-09-17 09:14:34 +00:00
|
|
|
"regex-automata 0.1.10",
|
2023-03-03 12:38:31 +00:00
|
|
|
]
|
|
|
|
|
2023-10-02 09:22:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
|
|
|
|
|
2023-03-03 12:38:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matchit"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.7.2"
|
2023-03-03 12:38:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "ed1202b2a6f884ae56f04cff409ab315c5ce26b5e58d7412e484f01fd52f52ef"
|
2023-03-03 12:38:31 +00:00
|
|
|
|
2023-10-02 09:22:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "maybe-async"
|
|
|
|
version = "0.2.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0f1b8c13cb1f814b634a96b2c725449fe7ed464a7b8781de8688be5ffbd3f305"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2023-07-05 12:57:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "md-5"
|
|
|
|
version = "0.10.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
|
|
|
|
dependencies = [
|
2023-07-29 01:46:24 +00:00
|
|
|
"digest",
|
2023-07-05 12:57:09 +00:00
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "md5"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "2.6.3"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.9.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "migrations_internals"
|
|
|
|
version = "1.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2b4fc84e4af020b837029e017966f86a1c2d5e83e64b589963d5047525995860"
|
|
|
|
dependencies = [
|
|
|
|
"diesel",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "migrations_macros"
|
|
|
|
version = "1.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9753f12909fd8d923f75ae5c3258cae1ed3c8ec052e1b38c93c21a6d157f789c"
|
|
|
|
dependencies = [
|
|
|
|
"migrations_internals",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-04 00:41:16 +00:00
|
|
|
"syn 1.0.109",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.3.17"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2023-08-31 08:40:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
|
|
|
version = "2.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
|
|
|
|
dependencies = [
|
|
|
|
"mime",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2023-10-02 09:22:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "minidom"
|
|
|
|
version = "0.15.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f45614075738ce1b77a1768912a60c0227525971b03e09122a05b8a34a2a6278"
|
|
|
|
dependencies = [
|
|
|
|
"rxml",
|
|
|
|
]
|
|
|
|
|
2023-03-03 12:38:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.7.1"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.8.8"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-01-16 12:47:15 +00:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2023-09-17 09:14:34 +00:00
|
|
|
"windows-sys",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
2022-04-11 07:27:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nanoid"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
|
|
|
|
dependencies = [
|
2022-04-28 13:16:28 +00:00
|
|
|
"rand 0.8.5",
|
2022-04-11 07:27:03 +00:00
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.2.11"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"openssl",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
"security-framework-sys",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
2023-10-02 09:22:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "new_debug_unreachable"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "5.1.3"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "08959a387a676302eebf4ddbcbc611da04285579f76f88ee0506c63b1a61dd4b"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"lexical-core",
|
|
|
|
"memchr",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2023-03-03 12:38:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "7.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
2023-04-24 06:25:00 +00:00
|
|
|
[[package]]
|
2023-09-17 09:14:34 +00:00
|
|
|
name = "normpath"
|
|
|
|
version = "1.1.1"
|
2023-04-24 06:25:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "ec60c60a693226186f5d6edf073232bfb6464ed97eb22cf3b01c1e8198fd97f5"
|
2023-04-24 06:25:00 +00:00
|
|
|
dependencies = [
|
2023-09-17 09:14:34 +00:00
|
|
|
"windows-sys",
|
2023-04-24 06:25:00 +00:00
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
2023-09-17 09:14:34 +00:00
|
|
|
name = "nu-ansi-term"
|
|
|
|
version = "0.46.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2023-09-17 09:14:34 +00:00
|
|
|
"overload",
|
|
|
|
"winapi",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
2023-10-23 03:43:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.45"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.2.16"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "1.16.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2023-09-17 09:14:34 +00:00
|
|
|
"hermit-abi",
|
2022-02-07 06:40:45 +00:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.32.1"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "1.18.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2023-08-17 15:46:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|
|
|
|
2023-09-17 09:14:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "opener"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c62dcb6174f9cb326eac248f07e955d5d559c272730b6c03e396b443b562788"
|
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"normpath",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.10.57"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2023-09-17 09:14:34 +00:00
|
|
|
"bitflags 2.4.0",
|
2022-02-07 06:40:45 +00:00
|
|
|
"cfg-if",
|
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
2023-01-16 12:47:15 +00:00
|
|
|
"openssl-macros",
|
2022-02-07 06:40:45 +00:00
|
|
|
"openssl-sys",
|
|
|
|
]
|
|
|
|
|
2023-01-16 12:47:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-macros"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.1.1"
|
2023-01-16 12:47:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
2023-01-16 12:47:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-17 09:14:34 +00:00
|
|
|
"syn 2.0.31",
|
2023-01-16 12:47:15 +00:00
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
|
|
|
2022-09-01 04:27:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-src"
|
2023-10-23 14:17:11 +00:00
|
|
|
version = "300.1.5+3.1.3"
|
2022-09-01 04:27:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-23 14:17:11 +00:00
|
|
|
checksum = "559068e4c12950d7dcaa1857a61725c0d38d4fc03ff8e070ab31a75d6e316491"
|
2022-09-01 04:27:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.9.93"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "db4d56a4c0478783083cfafcc42493dd4a981d41669da64b4572a2a089b51b1d"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
2022-09-01 04:27:09 +00:00
|
|
|
"openssl-src",
|
2022-02-07 06:40:45 +00:00
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2023-10-02 09:22:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ordered-multimap"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ccd746e37177e1711c20dd619a1620f34f5c8b569c53590a72dedd5344d8924a"
|
|
|
|
dependencies = [
|
|
|
|
"dlv-list",
|
|
|
|
"hashbrown 0.12.3",
|
|
|
|
]
|
|
|
|
|
2022-02-08 06:36:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "os_pipe"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fb233f06c2307e1f5ce2ecad9f8121cffbbee2c95428f44ea85222e460d0d213"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-04-24 06:25:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
|
|
2022-06-14 00:37:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
2023-09-06 08:00:23 +00:00
|
|
|
"parking_lot_core",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
2022-06-14 00:37:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.9.8"
|
2022-06-14 00:37:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
|
2022-06-14 00:37:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2023-09-17 09:14:34 +00:00
|
|
|
"redox_syscall 0.3.5",
|
2022-06-14 00:37:44 +00:00
|
|
|
"smallvec",
|
2023-09-17 09:14:34 +00:00
|
|
|
"windows-targets",
|
2022-06-14 00:37:44 +00:00
|
|
|
]
|
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parse-zoneinfo"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41"
|
|
|
|
dependencies = [
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2023-08-03 01:14:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "password-hash"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
|
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
"rand_core 0.6.4",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2023-09-17 09:14:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
|
|
|
version = "1.0.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
|
|
|
|
|
2023-08-03 01:14:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pbkdf2"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
|
|
|
|
dependencies = [
|
|
|
|
"digest",
|
|
|
|
"hmac",
|
|
|
|
"password-hash",
|
|
|
|
"sha2",
|
|
|
|
]
|
|
|
|
|
2023-08-17 15:46:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pbkdf2"
|
|
|
|
version = "0.12.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
|
|
|
|
dependencies = [
|
|
|
|
"digest",
|
|
|
|
"hmac",
|
|
|
|
]
|
|
|
|
|
2023-04-21 09:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "peeking_take_while"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
|
|
|
2023-10-23 03:43:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pem"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.13.1",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-08-31 08:40:40 +00:00
|
|
|
version = "2.3.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-31 08:40:40 +00:00
|
|
|
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "2.7.3"
|
2022-02-09 01:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "d7a4d085fd991ac8d5b05a147b437791b4260b76326baf0fc60cf7c9c27ecd33"
|
2022-02-09 01:57:03 +00:00
|
|
|
dependencies = [
|
2023-09-17 09:14:34 +00:00
|
|
|
"memchr",
|
2023-01-16 12:47:15 +00:00
|
|
|
"thiserror",
|
2022-02-09 01:57:03 +00:00
|
|
|
"ucd-trie",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_derive"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "2.7.3"
|
2022-02-09 01:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "a2bee7be22ce7918f641a33f08e3f43388c7656772244e2bbb2477f44cc9021a"
|
2022-02-09 01:57:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_generator",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_generator"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "2.7.3"
|
2022-02-09 01:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "d1511785c5e98d79a05e8a6bc34b4ac2168a0e3e92161862030ad84daa223141"
|
2022-02-09 01:57:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_meta",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-17 09:14:34 +00:00
|
|
|
"syn 2.0.31",
|
2022-02-09 01:57:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_meta"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "2.7.3"
|
2022-02-09 01:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "b42f0394d3123e33353ca5e1e89092e533d2cc490389f2bd6131c43c634ebc5f"
|
2022-02-09 01:57:03 +00:00
|
|
|
dependencies = [
|
2023-01-16 12:47:15 +00:00
|
|
|
"once_cell",
|
2022-02-09 01:57:03 +00:00
|
|
|
"pest",
|
2023-01-16 12:47:15 +00:00
|
|
|
"sha2",
|
2022-02-09 01:57:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
|
|
|
|
dependencies = [
|
2023-10-24 15:13:51 +00:00
|
|
|
"phf_macros",
|
2022-02-09 01:57:03 +00:00
|
|
|
"phf_shared 0.8.0",
|
|
|
|
"proc-macro-hack",
|
|
|
|
]
|
|
|
|
|
2023-10-02 09:22:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
|
|
|
|
dependencies = [
|
|
|
|
"phf_shared 0.10.0",
|
|
|
|
]
|
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.11.2"
|
2023-05-09 14:37:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
|
2023-05-09 14:37:20 +00:00
|
|
|
dependencies = [
|
2023-09-17 09:14:34 +00:00
|
|
|
"phf_shared 0.11.2",
|
2023-05-09 14:37:20 +00:00
|
|
|
]
|
|
|
|
|
2023-10-02 09:22:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
|
|
|
|
dependencies = [
|
|
|
|
"phf_generator 0.10.0",
|
|
|
|
"phf_shared 0.10.0",
|
|
|
|
]
|
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.11.2"
|
2022-02-09 01:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
|
2022-02-09 01:57:03 +00:00
|
|
|
dependencies = [
|
2023-09-17 09:14:34 +00:00
|
|
|
"phf_generator 0.11.2",
|
|
|
|
"phf_shared 0.11.2",
|
2023-05-09 14:37:20 +00:00
|
|
|
]
|
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2023-10-02 09:22:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
|
|
|
|
dependencies = [
|
|
|
|
"phf_shared 0.10.0",
|
|
|
|
"rand 0.8.5",
|
|
|
|
]
|
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.11.2"
|
2023-05-09 14:37:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
|
2023-05-09 14:37:20 +00:00
|
|
|
dependencies = [
|
2023-09-17 09:14:34 +00:00
|
|
|
"phf_shared 0.11.2",
|
2023-05-09 14:37:20 +00:00
|
|
|
"rand 0.8.5",
|
|
|
|
]
|
|
|
|
|
2022-02-09 01:57:03 +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",
|
2023-04-04 00:41:16 +00:00
|
|
|
"syn 1.0.109",
|
2022-02-09 01:57:03 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
|
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
2023-10-02 09:22:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
|
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.11.2"
|
2023-05-09 14:37:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
|
2023-05-09 14:37:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "1.1.3"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "1.1.3"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-17 09:14:34 +00:00
|
|
|
"syn 2.0.31",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.2.13"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
|
2022-02-07 06:40:45 +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"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.3.27"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2023-08-17 15:46:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "polyval"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d52cff9d1d4dee5fe6d03729099f4a310a41179e0a10dbf542039873f2e826fb"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"opaque-debug",
|
|
|
|
"universal-hash",
|
|
|
|
]
|
|
|
|
|
2023-07-05 12:57:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "postgres-protocol"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.6.6"
|
2023-07-05 12:57:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "49b6c5ef183cd3ab4ba005f1ca64c21e8bd97ce4699cfea9e8d9a2c4958ca520"
|
2023-07-05 12:57:09 +00:00
|
|
|
dependencies = [
|
2023-09-17 09:14:34 +00:00
|
|
|
"base64 0.21.3",
|
2023-07-05 12:57:09 +00:00
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
|
|
|
"fallible-iterator",
|
|
|
|
"hmac",
|
|
|
|
"md-5",
|
|
|
|
"memchr",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"sha2",
|
|
|
|
"stringprep",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "postgres-types"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.2.6"
|
2023-07-05 12:57:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "8d2234cdee9408b523530a9b6d2d6b373d1db34f6a8e51dc03ded1828d7fb67c"
|
2023-07-05 12:57:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fallible-iterator",
|
|
|
|
"postgres-protocol",
|
|
|
|
]
|
|
|
|
|
2023-05-21 10:53:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "postgrest"
|
2023-08-04 11:27:14 +00:00
|
|
|
version = "1.6.0"
|
2023-05-21 10:53:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-04 11:27:14 +00:00
|
|
|
checksum = "5a966c650b47a064e7082170b4be74fca08c088d893244fc4b70123e3c1f3ee7"
|
2023-05-21 10:53:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"reqwest",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.2.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
|
|
|
2023-10-02 09:22:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "precomputed-hash"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|
|
|
|
2023-05-21 03:13:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prettyplease"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.2.14"
|
2023-05-21 03:13:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "8832c0f9be7e3cae60727e6256cfd2cd3c3e2b6cd5dad4190ecb2fd658c9030b"
|
2023-05-21 03:13:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2023-09-17 09:14:34 +00:00
|
|
|
"syn 2.0.31",
|
2023-05-21 03:13:22 +00:00
|
|
|
]
|
|
|
|
|
2023-01-16 12:47:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
|
|
|
version = "0.1.5"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
|
|
|
|
dependencies = [
|
2023-07-29 01:46:24 +00:00
|
|
|
"toml",
|
2023-01-16 12:47:15 +00:00
|
|
|
]
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2022-02-08 06:36:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-04 00:41:16 +00:00
|
|
|
"syn 1.0.109",
|
2022-02-08 06:36:59 +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",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.5.20+deprecated"
|
2022-02-09 01:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
|
2022-02-09 01:57:03 +00:00
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-07-29 01:46:24 +00:00
|
|
|
version = "1.0.66"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-29 01:46:24 +00:00
|
|
|
checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2022-12-09 01:19:47 +00:00
|
|
|
"unicode-ident",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
2023-03-03 12:38:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prost"
|
2023-04-17 02:12:04 +00:00
|
|
|
version = "0.11.9"
|
2023-03-03 12:38:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 02:12:04 +00:00
|
|
|
checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd"
|
2023-03-03 12:38:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"prost-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-derive"
|
2023-04-17 02:12:04 +00:00
|
|
|
version = "0.11.9"
|
2023-03-03 12:38:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 02:12:04 +00:00
|
|
|
checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"
|
2023-03-03 12:38:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-09-17 09:14:34 +00:00
|
|
|
"itertools 0.10.5",
|
2023-03-03 12:38:31 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-04 00:41:16 +00:00
|
|
|
"syn 1.0.109",
|
2023-03-03 12:38:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-types"
|
2023-04-17 02:12:04 +00:00
|
|
|
version = "0.11.9"
|
2023-03-03 12:38:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 02:12:04 +00:00
|
|
|
checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13"
|
2023-03-03 12:38:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"prost",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "protobuf"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "2.28.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2022-02-08 06:36:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "protobuf-codegen"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "2.28.0"
|
2022-02-08 06:36:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "033460afb75cf755fcfc16dfaed20b86468082a2ea24e05ac35ab4a099a017d6"
|
2022-02-08 06:36:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"protobuf",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "protoc"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "2.28.0"
|
2022-02-08 06:36:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "a0218039c514f9e14a5060742ecd50427f8ac4f85a6dc58f2ddb806e318c55ee"
|
2022-02-08 06:36:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"which",
|
|
|
|
]
|
|
|
|
|
2022-02-13 04:04:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "protoc-bin-vendored"
|
|
|
|
version = "3.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "005ca8623e5633e298ad1f917d8be0a44bcf406bf3cde3b80e63003e49a3f27d"
|
|
|
|
dependencies = [
|
|
|
|
"protoc-bin-vendored-linux-aarch_64",
|
|
|
|
"protoc-bin-vendored-linux-ppcle_64",
|
|
|
|
"protoc-bin-vendored-linux-x86_32",
|
|
|
|
"protoc-bin-vendored-linux-x86_64",
|
|
|
|
"protoc-bin-vendored-macos-x86_64",
|
|
|
|
"protoc-bin-vendored-win32",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "protoc-bin-vendored-linux-aarch_64"
|
|
|
|
version = "3.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8fb9fc9cce84c8694b6ea01cc6296617b288b703719b725b8c9c65f7c5874435"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "protoc-bin-vendored-linux-ppcle_64"
|
|
|
|
version = "3.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "02d2a07dcf7173a04d49974930ccbfb7fd4d74df30ecfc8762cf2f895a094516"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "protoc-bin-vendored-linux-x86_32"
|
|
|
|
version = "3.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d54fef0b04fcacba64d1d80eed74a20356d96847da8497a59b0a0a436c9165b0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "protoc-bin-vendored-linux-x86_64"
|
|
|
|
version = "3.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8782f2ce7d43a9a5c74ea4936f001e9e8442205c244f7a3d4286bd4c37bc924"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "protoc-bin-vendored-macos-x86_64"
|
|
|
|
version = "3.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b5de656c7ee83f08e0ae5b81792ccfdc1d04e7876b1d9a38e6876a9e09e02537"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "protoc-bin-vendored-win32"
|
|
|
|
version = "3.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9653c3ed92974e34c5a6e0a510864dab979760481714c172e0a34e437cb98804"
|
|
|
|
|
2022-02-08 06:36:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "protoc-rust"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "2.28.0"
|
2022-02-08 06:36:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "22f8a182bb17c485f20bdc4274a8c39000a61024cfe461c799b50fec77267838"
|
2022-02-08 06:36:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"protobuf",
|
|
|
|
"protobuf-codegen",
|
|
|
|
"protoc",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
2023-10-02 09:22:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "psl-types"
|
|
|
|
version = "2.0.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac"
|
|
|
|
|
2023-01-16 12:47:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ptr_meta"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
|
|
|
|
dependencies = [
|
|
|
|
"ptr_meta_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ptr_meta_derive"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-04 00:41:16 +00:00
|
|
|
"syn 1.0.109",
|
2023-01-16 12:47:15 +00:00
|
|
|
]
|
|
|
|
|
2023-10-02 09:22:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "publicsuffix"
|
|
|
|
version = "2.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "96a8c1bda5ae1af7f99a2962e49df150414a43d62404644d98dd5c3a93d07457"
|
|
|
|
dependencies = [
|
|
|
|
"idna 0.3.0",
|
|
|
|
"psl-types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quick-xml"
|
|
|
|
version = "0.26.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f50b1c63b38611e7d4d7f68b82d3ad0cc71a2ad2e7f61fc10f1328d917c93cd"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quickcheck"
|
2022-04-28 13:16:28 +00:00
|
|
|
version = "1.0.3"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-28 13:16:28 +00:00
|
|
|
checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2022-04-28 13:16:28 +00:00
|
|
|
"env_logger",
|
2022-02-07 06:40:45 +00:00
|
|
|
"log",
|
2022-04-28 13:16:28 +00:00
|
|
|
"rand 0.8.5",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
2023-05-17 01:49:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quickcheck_macros"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b22a693222d716a9587786f37ac3f6b4faedb5b80c23914e7303ff5a1d8016e9"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "1.0.33"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "r2d2"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.8.10"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "51de85fb3fb6524929c8a2eb85e6b6d363de4e8c48f9e2c2eac4944abc181c93"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
2023-09-06 08:00:23 +00:00
|
|
|
"parking_lot",
|
2022-02-07 06:40:45 +00:00
|
|
|
"scheduled-thread-pool",
|
|
|
|
]
|
|
|
|
|
2023-09-17 09:14:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "radium"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
|
|
|
|
|
2023-05-21 03:13:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.4.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
|
|
|
|
dependencies = [
|
|
|
|
"fuchsia-cprng",
|
|
|
|
"libc",
|
|
|
|
"rand_core 0.3.1",
|
|
|
|
"rdrand",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +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-04-28 13:16:28 +00:00
|
|
|
"rand_hc",
|
2022-02-09 01:57:03 +00:00
|
|
|
"rand_pcg",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-04-28 13:16:28 +00:00
|
|
|
version = "0.8.5"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-28 13:16:28 +00:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha 0.3.1",
|
2023-01-16 12:47:15 +00:00
|
|
|
"rand_core 0.6.4",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
2023-01-16 12:47:15 +00:00
|
|
|
"rand_core 0.6.4",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
2023-05-21 03:13:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.4.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[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"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.6.4"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2023-09-17 09:14:34 +00:00
|
|
|
"getrandom 0.2.10",
|
2022-02-07 06:40:45 +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",
|
|
|
|
]
|
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "1.7.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "1.11.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
2023-05-21 03:13:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rdrand"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.3.1",
|
|
|
|
]
|
|
|
|
|
2023-10-10 11:05:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "realtime-entity"
|
|
|
|
version = "0.1.0"
|
2023-10-25 13:35:47 +00:00
|
|
|
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=c87d0f05e988a02e9272a42722b304289be320e4#c87d0f05e988a02e9272a42722b304289be320e4"
|
2023-10-10 11:05:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"collab",
|
|
|
|
"collab-entity",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.1.57"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
|
|
|
|
2023-10-02 09:22:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.2.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
]
|
|
|
|
|
2023-04-13 10:53:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
|
|
|
dependencies = [
|
2023-09-17 09:14:34 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-04-13 10:53:51 +00:00
|
|
|
]
|
|
|
|
|
2023-10-02 09:22:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.2.10",
|
|
|
|
"redox_syscall 0.2.16",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "1.9.5"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2023-09-17 09:14:34 +00:00
|
|
|
"regex-automata 0.3.8",
|
|
|
|
"regex-syntax 0.7.5",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
|
dependencies = [
|
2023-09-17 09:14:34 +00:00
|
|
|
"regex-syntax 0.6.29",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.3.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795"
|
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax 0.7.5",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.6.29"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2023-09-17 09:14:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
|
|
|
|
|
2023-05-21 03:13:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-01-16 12:47:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rend"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.4.0"
|
2023-01-16 12:47:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "581008d2099240d37fb08d77ad713bcaec2c4d89d50b5b21a8bb1996bbab68ab"
|
2023-01-16 12:47:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytecheck",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2023-09-01 14:27:29 +00:00
|
|
|
version = "0.11.20"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-01 14:27:29 +00:00
|
|
|
checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2023-09-17 09:14:34 +00:00
|
|
|
"base64 0.21.3",
|
2022-02-07 06:40:45 +00:00
|
|
|
"bytes",
|
2023-10-02 09:22:22 +00:00
|
|
|
"cookie",
|
|
|
|
"cookie_store",
|
2022-02-07 06:40:45 +00:00
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
2023-05-21 10:53:59 +00:00
|
|
|
"hyper-rustls",
|
2022-02-07 06:40:45 +00:00
|
|
|
"hyper-tls",
|
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"mime",
|
2023-08-31 08:40:40 +00:00
|
|
|
"mime_guess",
|
2022-02-07 06:40:45 +00:00
|
|
|
"native-tls",
|
2023-01-16 12:47:15 +00:00
|
|
|
"once_cell",
|
2022-02-07 06:40:45 +00:00
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
2023-05-21 10:53:59 +00:00
|
|
|
"rustls",
|
2023-09-21 04:41:52 +00:00
|
|
|
"rustls-native-certs",
|
2023-05-21 10:53:59 +00:00
|
|
|
"rustls-pemfile",
|
2022-02-07 06:40:45 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
2023-05-21 10:53:59 +00:00
|
|
|
"tokio-rustls",
|
2023-08-31 08:40:40 +00:00
|
|
|
"tokio-util",
|
2023-01-16 12:47:15 +00:00
|
|
|
"tower-service",
|
2022-02-07 06:40:45 +00:00
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
2023-08-31 08:40:40 +00:00
|
|
|
"wasm-streams",
|
2022-02-07 06:40:45 +00:00
|
|
|
"web-sys",
|
2023-05-21 10:53:59 +00:00
|
|
|
"webpki-roots",
|
2022-02-07 06:40:45 +00:00
|
|
|
"winreg",
|
|
|
|
]
|
|
|
|
|
2023-09-21 04:41:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest-eventsource"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f03f570355882dd8d15acc3a313841e6e90eddbc76a93c748fd82cc13ba9f51"
|
|
|
|
dependencies = [
|
|
|
|
"eventsource-stream",
|
|
|
|
"futures-core",
|
|
|
|
"futures-timer",
|
|
|
|
"mime",
|
|
|
|
"nom 7.1.3",
|
|
|
|
"pin-project-lite",
|
|
|
|
"reqwest",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-05-15 14:16:05 +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",
|
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-01-16 12:47:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rkyv"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.7.42"
|
2023-01-16 12:47:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "0200c8230b013893c0b2d6213d6ec64ed2b9be2e0e016682b7224ff82cff5c58"
|
2023-01-16 12:47:15 +00:00
|
|
|
dependencies = [
|
2023-09-17 09:14:34 +00:00
|
|
|
"bitvec",
|
2023-01-16 12:47:15 +00:00
|
|
|
"bytecheck",
|
2023-04-13 10:53:51 +00:00
|
|
|
"hashbrown 0.12.3",
|
2023-01-16 12:47:15 +00:00
|
|
|
"ptr_meta",
|
|
|
|
"rend",
|
|
|
|
"rkyv_derive",
|
|
|
|
"seahash",
|
2023-09-17 09:14:34 +00:00
|
|
|
"tinyvec",
|
|
|
|
"uuid",
|
2023-01-16 12:47:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rkyv_derive"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.7.42"
|
2023-01-16 12:47:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "b2e06b915b5c230a17d7a736d1e2e63ee753c256a8614ef3f5147b13a4f5541d"
|
2023-01-16 12:47:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-04 00:41:16 +00:00
|
|
|
"syn 1.0.109",
|
2023-01-16 12:47:15 +00:00
|
|
|
]
|
|
|
|
|
2023-04-21 09:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rocksdb"
|
2023-05-21 03:13:22 +00:00
|
|
|
version = "0.21.0"
|
2023-04-21 09:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-21 03:13:22 +00:00
|
|
|
checksum = "bb6f170a4041d50a0ce04b0d2e14916d6ca863ea2e422689a5b694395d299ffe"
|
2023-04-21 09:02:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"librocksdb-sys",
|
|
|
|
]
|
|
|
|
|
2023-10-02 09:22:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rust-ini"
|
|
|
|
version = "0.18.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f6d5f2436026b4f6e79dc829837d467cc7e9a55ee40e750d716713540715a2df"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"ordered-multimap",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rust-s3"
|
|
|
|
version = "0.33.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1b2ac5ff6acfbe74226fa701b5ef793aaa054055c13ebb7060ad36942956e027"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"aws-creds",
|
|
|
|
"aws-region",
|
|
|
|
"base64 0.13.1",
|
|
|
|
"bytes",
|
|
|
|
"cfg-if",
|
|
|
|
"futures",
|
|
|
|
"hex",
|
|
|
|
"hmac",
|
|
|
|
"http",
|
|
|
|
"log",
|
|
|
|
"maybe-async",
|
|
|
|
"md5",
|
|
|
|
"minidom",
|
|
|
|
"percent-encoding",
|
|
|
|
"quick-xml",
|
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"sha2",
|
|
|
|
"thiserror",
|
|
|
|
"time",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2022-03-03 14:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rust_decimal"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "1.32.0"
|
2022-03-03 14:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "a4c4216490d5a413bc6d10fa4742bd7d4955941d062c0ef873141d6b0e7b30fd"
|
2022-03-03 14:17:07 +00:00
|
|
|
dependencies = [
|
2023-09-17 09:14:34 +00:00
|
|
|
"arrayvec 0.7.4",
|
2023-01-16 12:47:15 +00:00
|
|
|
"borsh",
|
|
|
|
"bytes",
|
2022-03-03 14:17:07 +00:00
|
|
|
"num-traits",
|
2023-01-16 12:47:15 +00:00
|
|
|
"rand 0.8.5",
|
|
|
|
"rkyv",
|
2022-03-03 14:17:07 +00:00
|
|
|
"serde",
|
2023-01-16 12:47:15 +00:00
|
|
|
"serde_json",
|
2022-03-03 14:17:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rust_decimal_macros"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "1.32.0"
|
2022-03-03 14:17:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "86444b802de0b10ac5e563b5ddb43b541b9705de4e01a50e82194d2b183c1835"
|
2022-03-03 14:17:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"rust_decimal",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.1.23"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2023-04-21 09:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
2023-04-13 10:53:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.38.11"
|
2023-04-13 10:53:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "c0c3dde1fc030af041adc40e79c0e7fbcf431dd24870053d187d7c66e4b87453"
|
2023-04-13 10:53:51 +00:00
|
|
|
dependencies = [
|
2023-09-17 09:14:34 +00:00
|
|
|
"bitflags 2.4.0",
|
2023-04-13 10:53:51 +00:00
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
2023-09-17 09:14:34 +00:00
|
|
|
"windows-sys",
|
2023-04-13 10:53:51 +00:00
|
|
|
]
|
|
|
|
|
2023-05-15 14:16:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2023-09-01 14:27:29 +00:00
|
|
|
version = "0.21.7"
|
2023-05-15 14:16:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-01 14:27:29 +00:00
|
|
|
checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8"
|
2023-05-15 14:16:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"ring",
|
2023-09-01 14:27:29 +00:00
|
|
|
"rustls-webpki",
|
2023-05-15 14:16:05 +00:00
|
|
|
"sct",
|
|
|
|
]
|
|
|
|
|
2023-09-21 04:41:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-native-certs"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
|
|
|
|
dependencies = [
|
|
|
|
"openssl-probe",
|
|
|
|
"rustls-pemfile",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
]
|
|
|
|
|
2023-05-15 14:16:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "1.0.3"
|
2023-05-15 14:16:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
|
2023-05-15 14:16:05 +00:00
|
|
|
dependencies = [
|
2023-09-17 09:14:34 +00:00
|
|
|
"base64 0.21.3",
|
2023-05-15 14:16:05 +00:00
|
|
|
]
|
|
|
|
|
2023-09-01 14:27:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
|
|
|
version = "0.101.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7d93931baf2d282fff8d3a532bbfd7653f734643161b87e3e01e59a04439bf0d"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2023-03-03 12:38:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "1.0.14"
|
2023-03-03 12:38:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
|
2023-03-03 12:38:31 +00:00
|
|
|
|
2022-03-03 14:17:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rusty-money"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b28f881005eac7ad8d46b6f075da5f322bd7f4f83a38720fc069694ddadd683"
|
|
|
|
dependencies = [
|
|
|
|
"rust_decimal",
|
|
|
|
"rust_decimal_macros",
|
|
|
|
]
|
|
|
|
|
2023-10-02 09:22:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rxml"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a98f186c7a2f3abbffb802984b7f1dfd65dac8be1aafdaabbca4137f53f0dff7"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"rxml_validation",
|
|
|
|
"smartstring",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rxml_validation"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "22a197350ece202f19a166d1ad6d9d6de145e1d2a8ef47db299abe164dbd7530"
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "1.0.15"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
|
2022-02-07 06:40:45 +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 = "schannel"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.1.22"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2023-09-17 09:14:34 +00:00
|
|
|
"windows-sys",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scheduled-thread-pool"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.2.7"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "3cbc66816425a074528352f5789333ecff06ca41b36b0b0efdfbb29edc391a19"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2023-09-06 08:00:23 +00:00
|
|
|
"parking_lot",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "1.2.0"
|
2023-01-16 12:47:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2023-01-16 12:47:15 +00:00
|
|
|
|
2023-10-02 09:22:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scraper"
|
|
|
|
version = "0.17.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c95a930e03325234c18c7071fd2b60118307e025d6fff3e12745ffbf63a3d29c"
|
|
|
|
dependencies = [
|
|
|
|
"ahash 0.8.3",
|
|
|
|
"cssparser",
|
|
|
|
"ego-tree",
|
|
|
|
"getopts",
|
|
|
|
"html5ever",
|
|
|
|
"once_cell",
|
|
|
|
"selectors",
|
|
|
|
"smallvec",
|
|
|
|
"tendril",
|
|
|
|
]
|
|
|
|
|
2023-05-15 14:16:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2023-01-16 12:47:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "seahash"
|
|
|
|
version = "4.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "2.9.2"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2023-09-17 09:14:34 +00:00
|
|
|
"bitflags 1.3.2",
|
2022-02-07 06:40:45 +00:00
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "2.9.1"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-10-02 09:22:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "selectors"
|
|
|
|
version = "0.25.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4eb30575f3638fc8f6815f448d50cb1a2e255b0897985c8c59f4d37b72a07b06"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.4.0",
|
|
|
|
"cssparser",
|
|
|
|
"derive_more",
|
|
|
|
"fxhash",
|
|
|
|
"log",
|
|
|
|
"new_debug_unreachable",
|
|
|
|
"phf 0.10.1",
|
|
|
|
"phf_codegen 0.10.0",
|
|
|
|
"precomputed-hash",
|
|
|
|
"servo_arc",
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "1.0.188"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde-aux"
|
2023-05-21 10:53:59 +00:00
|
|
|
version = "4.2.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-21 10:53:59 +00:00
|
|
|
checksum = "c3dfe1b7eb6f9dcf011bd6fad169cdeaae75eda0d61b1a99a3f015b41b0cae39"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "1.0.188"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-17 09:14:34 +00:00
|
|
|
"syn 2.0.31",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "1.0.105"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2023-04-13 10:53:51 +00:00
|
|
|
"itoa",
|
2022-02-07 06:40:45 +00:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_repr"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.1.16"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-17 09:14:34 +00:00
|
|
|
"syn 2.0.31",
|
2023-07-05 12:57:09 +00:00
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.7.1"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
2023-04-13 10:53:51 +00:00
|
|
|
"itoa",
|
2022-02-07 06:40:45 +00:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-10-02 09:22:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "servo_arc"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d036d71a959e00c77a63538b90a6c2390969f9772b096ea837205c6bd0491a44"
|
|
|
|
dependencies = [
|
|
|
|
"stable_deref_trait",
|
|
|
|
]
|
|
|
|
|
2023-05-08 02:30:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
|
|
|
version = "0.10.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
2023-07-29 01:46:24 +00:00
|
|
|
"digest",
|
2023-05-08 02:30:24 +00:00
|
|
|
]
|
|
|
|
|
2023-06-14 14:16:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha1_smol"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
2023-01-16 12:47:15 +00:00
|
|
|
name = "sha2"
|
2023-08-17 15:46:39 +00:00
|
|
|
version = "0.10.7"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 15:46:39 +00:00
|
|
|
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
2023-07-29 01:46:24 +00:00
|
|
|
"digest",
|
2022-02-07 06:40:45 +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",
|
|
|
|
]
|
|
|
|
|
2023-09-17 09:14:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shared_entity"
|
|
|
|
version = "0.1.0"
|
2023-10-25 13:35:47 +00:00
|
|
|
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=c87d0f05e988a02e9272a42722b304289be320e4#c87d0f05e988a02e9272a42722b304289be320e4"
|
2023-09-17 09:14:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-10-24 12:11:06 +00:00
|
|
|
"collab-entity",
|
2023-10-07 01:58:44 +00:00
|
|
|
"database-entity",
|
2023-10-02 09:22:22 +00:00
|
|
|
"gotrue-entity",
|
2023-09-17 09:14:34 +00:00
|
|
|
"opener",
|
|
|
|
"reqwest",
|
2023-10-02 09:22:22 +00:00
|
|
|
"rust-s3",
|
2023-09-17 09:14:34 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_repr",
|
|
|
|
"thiserror",
|
|
|
|
"url",
|
2023-10-02 09:22:22 +00:00
|
|
|
"uuid",
|
2023-09-17 09:14:34 +00:00
|
|
|
]
|
|
|
|
|
2023-04-21 09:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "1.2.0"
|
2023-04-21 09:02:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380"
|
2023-04-21 09:02:26 +00:00
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "1.4.1"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-04-13 10:53:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "simdutf8"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
|
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "similar"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
|
|
|
|
|
2023-06-06 08:03:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "similar"
|
|
|
|
version = "2.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf"
|
|
|
|
|
2023-10-23 03:43:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "simple_asn1"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
|
|
|
|
dependencies = [
|
|
|
|
"num-bigint",
|
|
|
|
"num-traits",
|
|
|
|
"thiserror",
|
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.3.11"
|
2022-02-09 01:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
2022-02-09 01:57:03 +00:00
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.4.9"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2023-01-16 12:47:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slug"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373"
|
|
|
|
dependencies = [
|
|
|
|
"deunicode",
|
|
|
|
]
|
|
|
|
|
2023-04-04 00:41:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallstr"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e922794d168678729ffc7e07182721a14219c65814e66e91b839a272fe5ae4f"
|
|
|
|
dependencies = [
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "1.11.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2023-10-02 09:22:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smartstring"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"static_assertions",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.4.9"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-07-05 12:57:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-09-17 09:14:34 +00:00
|
|
|
"windows-sys",
|
2023-07-05 12:57:09 +00:00
|
|
|
]
|
|
|
|
|
2023-05-15 14:16:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
2023-09-17 09:14:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sqlformat"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6b7b278788e7be4d0d29c0f39497a0eef3fba6bbc8e70d8bf7fde46edeaa9e85"
|
|
|
|
dependencies = [
|
|
|
|
"itertools 0.11.0",
|
|
|
|
"nom 7.1.3",
|
|
|
|
"unicode_categories",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e58421b6bc416714d5115a2ca953718f6c621a51b68e4f4922aea5a4391a721"
|
|
|
|
dependencies = [
|
|
|
|
"sqlx-core",
|
|
|
|
"sqlx-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-core"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dd4cef4251aabbae751a3710927945901ee1d97ee96d757f6880ebb9a79bfd53"
|
|
|
|
dependencies = [
|
|
|
|
"ahash 0.8.3",
|
|
|
|
"atoi",
|
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
|
|
|
"crc",
|
|
|
|
"crossbeam-queue",
|
|
|
|
"dotenvy",
|
|
|
|
"either",
|
|
|
|
"event-listener",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-intrusive",
|
|
|
|
"futures-io",
|
|
|
|
"futures-util",
|
|
|
|
"hashlink",
|
|
|
|
"hex",
|
|
|
|
"indexmap 2.0.0",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"once_cell",
|
|
|
|
"paste",
|
|
|
|
"percent-encoding",
|
|
|
|
"serde",
|
|
|
|
"sha2",
|
|
|
|
"smallvec",
|
|
|
|
"sqlformat",
|
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-macros"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "208e3165167afd7f3881b16c1ef3f2af69fa75980897aac8874a0696516d12c2"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"sqlx-core",
|
|
|
|
"sqlx-macros-core",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-macros-core"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a4a8336d278c62231d87f24e8a7a74898156e34c1c18942857be2acb29c7dfc"
|
|
|
|
dependencies = [
|
|
|
|
"dotenvy",
|
|
|
|
"either",
|
|
|
|
"heck 0.4.1",
|
|
|
|
"hex",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sha2",
|
|
|
|
"sqlx-core",
|
|
|
|
"syn 1.0.109",
|
|
|
|
"tempfile",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2023-10-02 09:22:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
2023-09-17 09:14:34 +00:00
|
|
|
[[package]]
|
2023-10-02 09:22:22 +00:00
|
|
|
name = "string_cache"
|
|
|
|
version = "0.8.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
|
2023-09-17 09:14:34 +00:00
|
|
|
dependencies = [
|
2023-10-02 09:22:22 +00:00
|
|
|
"new_debug_unreachable",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
|
|
|
"phf_shared 0.10.0",
|
|
|
|
"precomputed-hash",
|
2023-09-17 09:14:34 +00:00
|
|
|
"serde",
|
2023-10-02 09:22:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "string_cache_codegen"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
|
|
|
|
dependencies = [
|
|
|
|
"phf_generator 0.10.0",
|
|
|
|
"phf_shared 0.10.0",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-17 09:14:34 +00:00
|
|
|
]
|
|
|
|
|
2023-07-05 12:57:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stringprep"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.1.4"
|
2023-07-05 12:57:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6"
|
2023-07-05 12:57:09 +00:00
|
|
|
dependencies = [
|
2023-09-17 09:14:34 +00:00
|
|
|
"finl_unicode",
|
2023-07-05 12:57:09 +00:00
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2023-09-21 04:41:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strum"
|
2023-08-27 14:31:32 +00:00
|
|
|
version = "0.25.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-27 14:31:32 +00:00
|
|
|
checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strum_macros"
|
|
|
|
version = "0.21.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec"
|
|
|
|
dependencies = [
|
2023-08-27 14:31:32 +00:00
|
|
|
"heck 0.3.3",
|
2022-02-07 06:40:45 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-04 00:41:16 +00:00
|
|
|
"syn 1.0.109",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
2023-08-27 14:31:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strum_macros"
|
|
|
|
version = "0.25.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ad8d03b598d3d0fff69bf533ee3ef19b8eeb342729596df84bcc7e1f96ec4059"
|
|
|
|
dependencies = [
|
|
|
|
"heck 0.4.1",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rustversion",
|
2023-09-17 09:14:34 +00:00
|
|
|
"syn 2.0.31",
|
2023-08-27 14:31:32 +00:00
|
|
|
]
|
|
|
|
|
2023-05-15 14:16:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "2.5.0"
|
2023-05-15 14:16:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
|
2023-05-15 14:16:05 +00:00
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-03-03 12:38:31 +00:00
|
|
|
version = "1.0.109"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-03 12:38:31 +00:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-12-09 01:19:47 +00:00
|
|
|
"unicode-ident",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
2023-04-04 00:41:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "2.0.31"
|
2023-04-04 00:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "718fa2415bcb8d8bd775917a1bf12a7931b6dfa890753378538118181e0cb398"
|
2023-04-04 00:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2023-03-03 12:38:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
|
|
|
|
2023-09-17 09:14:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tap"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
|
|
|
2023-05-21 03:13:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempdir"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
|
|
|
|
dependencies = [
|
|
|
|
"rand 0.4.6",
|
|
|
|
"remove_dir_all",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "3.8.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"fastrand",
|
2023-04-13 10:53:51 +00:00
|
|
|
"redox_syscall 0.3.5",
|
|
|
|
"rustix",
|
2023-09-17 09:14:34 +00:00
|
|
|
"windows-sys",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
2023-10-02 09:22:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tendril"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
|
|
|
|
dependencies = [
|
|
|
|
"futf",
|
|
|
|
"mac",
|
|
|
|
"utf-8",
|
|
|
|
]
|
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tera"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "1.19.1"
|
2022-02-09 01:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "970dff17c11e884a4a09bc76e3a17ef71e01bb13447a11e85226e254fe6d10b8"
|
2022-02-09 01:57:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
2023-09-17 09:14:34 +00:00
|
|
|
"chrono-tz",
|
2022-02-09 01:57:03 +00:00
|
|
|
"globwalk",
|
|
|
|
"humansize",
|
|
|
|
"lazy_static",
|
|
|
|
"percent-encoding",
|
|
|
|
"pest",
|
|
|
|
"pest_derive",
|
2022-04-28 13:16:28 +00:00
|
|
|
"rand 0.8.5",
|
2022-02-09 01:57:03 +00:00
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"slug",
|
|
|
|
"unic-segment",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "terminal_size"
|
|
|
|
version = "0.1.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "1.0.48"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "9d6d7a740b8a666a7e828dd00da9c0dc290dff53154ea77ac109281de90589b7"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "1.0.48"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-17 09:14:34 +00:00
|
|
|
"syn 2.0.31",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread-id"
|
|
|
|
version = "3.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c7fbf4c9d56b320106cd64fd024dadfa0be7cb4706725fc44a7d7ce952d820c1"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_syscall 0.1.57",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "1.1.7"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2023-09-17 09:14:34 +00:00
|
|
|
"cfg-if",
|
2022-02-07 06:40:45 +00:00
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2023-05-15 14:16:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.3.28"
|
2023-05-15 14:16:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "17f6bb557fd245c28e6411aa56b6403c689ad95061f50e4be16c274e70a17e48"
|
2023-05-15 14:16:05 +00:00
|
|
|
dependencies = [
|
2023-09-17 09:14:34 +00:00
|
|
|
"deranged",
|
2023-10-02 09:22:22 +00:00
|
|
|
"itoa",
|
2023-05-15 14:16:05 +00:00
|
|
|
"serde",
|
|
|
|
"time-core",
|
2023-10-02 09:22:22 +00:00
|
|
|
"time-macros",
|
2023-05-15 14:16:05 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
|
|
|
|
|
2023-10-02 09:22:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a942f44339478ef67935ab2bbaec2fb0322496cf3cbe84b261e06ac3814c572"
|
|
|
|
dependencies = [
|
|
|
|
"time-core",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "1.6.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.1.1"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "1.32.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2023-09-17 09:14:34 +00:00
|
|
|
"backtrace",
|
2022-02-07 06:40:45 +00:00
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
2023-09-06 08:00:23 +00:00
|
|
|
"parking_lot",
|
2022-02-07 06:40:45 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"signal-hook-registry",
|
2023-09-17 09:14:34 +00:00
|
|
|
"socket2 0.5.3",
|
2022-02-07 06:40:45 +00:00
|
|
|
"tokio-macros",
|
2023-03-03 12:38:31 +00:00
|
|
|
"tracing",
|
2023-09-17 09:14:34 +00:00
|
|
|
"windows-sys",
|
2023-03-03 12:38:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-io-timeout"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
|
|
|
|
dependencies = [
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "2.1.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-17 09:14:34 +00:00
|
|
|
"syn 2.0.31",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-native-tls"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.3.1"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2023-07-05 12:57:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-postgres"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.7.10"
|
2023-07-05 12:57:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "d340244b32d920260ae7448cb72b6e238bddc3d4f7603394e7dd46ed8e48f5b8"
|
2023-07-05 12:57:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
|
|
|
"fallible-iterator",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
|
|
|
"log",
|
2023-09-06 08:00:23 +00:00
|
|
|
"parking_lot",
|
2023-07-05 12:57:09 +00:00
|
|
|
"percent-encoding",
|
2023-09-17 09:14:34 +00:00
|
|
|
"phf 0.11.2",
|
2023-07-05 12:57:09 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"postgres-protocol",
|
|
|
|
"postgres-types",
|
2023-09-17 09:14:34 +00:00
|
|
|
"rand 0.8.5",
|
2023-07-05 12:57:09 +00:00
|
|
|
"socket2 0.5.3",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
2023-09-17 09:14:34 +00:00
|
|
|
"whoami",
|
2023-07-05 12:57:09 +00:00
|
|
|
]
|
|
|
|
|
2023-05-08 02:30:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-retry"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f"
|
|
|
|
dependencies = [
|
|
|
|
"pin-project",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2023-05-15 14:16:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
2023-09-01 14:27:29 +00:00
|
|
|
version = "0.24.1"
|
2023-05-15 14:16:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-01 14:27:29 +00:00
|
|
|
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
2023-05-15 14:16:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"rustls",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2023-03-03 12:38:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
2023-05-08 02:30:24 +00:00
|
|
|
version = "0.1.14"
|
2023-03-03 12:38:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-08 02:30:24 +00:00
|
|
|
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
|
2023-03-03 12:38:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2023-05-08 02:30:24 +00:00
|
|
|
"tokio-util",
|
2023-03-03 12:38:31 +00:00
|
|
|
]
|
|
|
|
|
2023-05-08 02:30:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-tungstenite"
|
2023-10-02 09:22:22 +00:00
|
|
|
version = "0.20.1"
|
2023-05-08 02:30:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-02 09:22:22 +00:00
|
|
|
checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
|
2023-05-08 02:30:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"log",
|
2023-10-07 01:58:44 +00:00
|
|
|
"native-tls",
|
2023-05-08 02:30:24 +00:00
|
|
|
"tokio",
|
2023-10-07 01:58:44 +00:00
|
|
|
"tokio-native-tls",
|
2023-07-29 01:46:24 +00:00
|
|
|
"tungstenite",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.7.8"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2023-01-16 12:47:15 +00:00
|
|
|
"tracing",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-03-03 12:38:31 +00:00
|
|
|
version = "0.5.11"
|
2022-02-09 01:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-03 12:38:31 +00:00
|
|
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
2022-02-09 01:57:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-03-03 12:38:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tonic"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.9.2"
|
2023-03-03 12:38:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "3082666a3a6433f7f511c7192923fa1fe07c69332d3c6a2e6bb040b569199d5a"
|
2023-03-03 12:38:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"axum",
|
2023-09-17 09:14:34 +00:00
|
|
|
"base64 0.21.3",
|
2023-03-03 12:38:31 +00:00
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-timeout",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project",
|
|
|
|
"prost",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower"
|
|
|
|
version = "0.4.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2023-09-17 09:14:34 +00:00
|
|
|
"indexmap 1.9.3",
|
2023-03-03 12:38:31 +00:00
|
|
|
"pin-project",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-layer"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.3.2"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.1.37"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-appender"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9965507e507f12c8901432a33e31131222abac31edd90cabbcf85cf544b7127a"
|
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"crossbeam-channel",
|
2023-03-03 12:38:31 +00:00
|
|
|
"tracing-subscriber 0.2.25",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.1.26"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-17 09:14:34 +00:00
|
|
|
"syn 2.0.31",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-bunyan-formatter"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c408910c9b7eabc0215fe2b4a89f8ec95581a91cea1f7619f7c78caf14cbc2a1"
|
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"gethostname",
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
2023-03-03 12:38:31 +00:00
|
|
|
"tracing-subscriber 0.2.25",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.1.31"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2023-01-16 12:47:15 +00:00
|
|
|
"once_cell",
|
|
|
|
"valuable",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.1.3"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-serde"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.1.3"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
|
|
|
version = "0.2.25"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term",
|
|
|
|
"chrono",
|
|
|
|
"lazy_static",
|
2023-03-03 12:38:31 +00:00
|
|
|
"matchers 0.0.1",
|
2022-02-07 06:40:45 +00:00
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
"tracing-serde",
|
|
|
|
]
|
|
|
|
|
2023-03-03 12:38:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.3.17"
|
2023-03-03 12:38:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
|
2023-03-03 12:38:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"matchers 0.1.0",
|
2023-04-24 06:25:00 +00:00
|
|
|
"nu-ansi-term",
|
2023-03-03 12:38:31 +00:00
|
|
|
"once_cell",
|
|
|
|
"regex",
|
|
|
|
"sharded-slab",
|
2023-04-24 06:25:00 +00:00
|
|
|
"smallvec",
|
2023-03-03 12:38:31 +00:00
|
|
|
"thread_local",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
2023-04-24 06:25:00 +00:00
|
|
|
"tracing-log",
|
2023-03-03 12:38:31 +00:00
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.2.4"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2023-05-08 02:30:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tungstenite"
|
2023-10-02 09:22:22 +00:00
|
|
|
version = "0.20.1"
|
2023-05-08 02:30:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-02 09:22:22 +00:00
|
|
|
checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
|
2023-05-08 02:30:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
2023-10-02 09:22:22 +00:00
|
|
|
"data-encoding",
|
2023-05-08 02:30:24 +00:00
|
|
|
"http",
|
|
|
|
"httparse",
|
|
|
|
"log",
|
2023-10-07 01:58:44 +00:00
|
|
|
"native-tls",
|
2023-05-08 02:30:24 +00:00
|
|
|
"rand 0.8.5",
|
|
|
|
"sha1",
|
|
|
|
"thiserror",
|
|
|
|
"url",
|
|
|
|
"utf-8",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "1.16.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2022-02-09 01:57:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.1.6"
|
2022-02-09 01:57:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
|
2022-02-09 01:57:03 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-char-property"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
|
|
|
|
dependencies = [
|
|
|
|
"unic-char-range",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-char-range"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-common"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-segment"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e4ed5d26be57f84f176157270c112ef57b86debac9cd21daaabbe56db0f88f23"
|
|
|
|
dependencies = [
|
|
|
|
"unic-ucd-segment",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-ucd-segment"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2079c122a62205b421f499da10f3ee0f7697f012f55b675e002483c73ea34700"
|
|
|
|
dependencies = [
|
|
|
|
"unic-char-property",
|
|
|
|
"unic-char-range",
|
|
|
|
"unic-ucd-version",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-ucd-version"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
|
|
|
|
dependencies = [
|
|
|
|
"unic-common",
|
|
|
|
]
|
|
|
|
|
2023-08-31 08:40:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
|
|
|
version = "2.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
|
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.3.13"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2022-12-09 01:19:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "1.0.11"
|
2022-12-09 01:19:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
|
2022-12-09 01:19:47 +00:00
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.1.22"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "1.10.1"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2023-01-16 12:47:15 +00:00
|
|
|
version = "0.1.10"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-16 12:47:15 +00:00
|
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2023-09-17 09:14:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode_categories"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unidecode"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "402bb19d8e03f1d1a7450e2bd613980869438e0666331be3e073089124aa1adc"
|
|
|
|
|
2023-08-17 15:46:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "universal-hash"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
|
|
|
|
dependencies = [
|
|
|
|
"crypto-common",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2023-05-15 14:16:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2023-08-31 08:40:40 +00:00
|
|
|
version = "2.4.1"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-31 08:40:40 +00:00
|
|
|
checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
2023-10-02 09:22:22 +00:00
|
|
|
"idna 0.4.0",
|
2022-02-07 06:40:45 +00:00
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf-8"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
|
|
|
|
2023-05-21 10:53:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "1.4.1"
|
2023-05-21 10:53:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"
|
2023-05-21 10:53:59 +00:00
|
|
|
dependencies = [
|
2023-09-17 09:14:34 +00:00
|
|
|
"getrandom 0.2.10",
|
2023-07-05 12:57:09 +00:00
|
|
|
"serde",
|
2023-06-14 14:16:33 +00:00
|
|
|
"sha1_smol",
|
2023-05-21 10:53:59 +00:00
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "validator"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.16.1"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "b92f40481c04ff1f4f61f304d61793c7b56ff76ac1469f1beb199b1445b253bd"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2023-10-02 09:22:22 +00:00
|
|
|
"idna 0.4.0",
|
2022-02-07 06:40:45 +00:00
|
|
|
"lazy_static",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"url",
|
2023-09-17 09:14:34 +00:00
|
|
|
"validator_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "validator_derive"
|
|
|
|
version = "0.16.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bc44ca3088bb3ba384d9aecf40c6a23a676ce23e09bdaca2073d99c207f864af"
|
|
|
|
dependencies = [
|
|
|
|
"if_chain",
|
|
|
|
"lazy_static",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"syn 1.0.109",
|
|
|
|
"validator_types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "validator_types"
|
|
|
|
version = "0.16.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "111abfe30072511849c5910134e8baf8dc05de4c0e5903d681cbd5c9c4d611e3"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"syn 1.0.109",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
2023-01-16 12:47:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "2.4.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.3.1"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
|
2023-01-16 12:47:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.2.87"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.2.87"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
2023-01-16 12:47:15 +00:00
|
|
|
"once_cell",
|
2022-02-07 06:40:45 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-17 09:14:34 +00:00
|
|
|
"syn 2.0.31",
|
2022-02-07 06:40:45 +00:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.4.37"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.2.87"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.2.87"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-17 09:14:34 +00:00
|
|
|
"syn 2.0.31",
|
2022-02-07 06:40:45 +00:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.2.87"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
|
2022-02-07 06:40:45 +00:00
|
|
|
|
2023-08-31 08:40:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-streams"
|
2023-09-01 14:27:29 +00:00
|
|
|
version = "0.3.0"
|
2023-08-31 08:40:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-01 14:27:29 +00:00
|
|
|
checksum = "b4609d447824375f43e1ffbc051b50ad8f4b3ae8219680c94452ea05eb240ac7"
|
2023-08-31 08:40:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.3.64"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2023-05-21 10:53:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2023-09-01 14:27:29 +00:00
|
|
|
version = "0.25.2"
|
2023-05-21 10:53:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-01 14:27:29 +00:00
|
|
|
checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"
|
2023-05-21 10:53:59 +00:00
|
|
|
|
2022-02-08 06:36:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "4.4.2"
|
2022-02-08 06:36:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
|
2022-02-08 06:36:59 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
2023-09-17 09:14:34 +00:00
|
|
|
"home",
|
2023-01-16 12:47:15 +00:00
|
|
|
"once_cell",
|
2023-09-17 09:14:34 +00:00
|
|
|
"rustix",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "whoami"
|
|
|
|
version = "1.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "22fc3756b8a9133049b26c7f61ab35416c130e8c09b660f5b3958b446f52cc50"
|
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
2022-02-08 06:36:59 +00:00
|
|
|
]
|
|
|
|
|
2022-02-07 06:40:45 +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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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 = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
2023-04-13 10:53:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
|
|
|
|
dependencies = [
|
2023-09-17 09:14:34 +00:00
|
|
|
"windows-targets",
|
2023-04-13 10:53:51 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
2023-09-17 09:14:34 +00:00
|
|
|
"windows-targets",
|
2023-04-13 10:53:51 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.48.5"
|
2023-04-13 10:53:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2023-04-13 10:53:51 +00:00
|
|
|
dependencies = [
|
2023-09-17 09:14:34 +00:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
2022-06-14 00:37:44 +00:00
|
|
|
]
|
|
|
|
|
2023-01-16 12:47:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.48.5"
|
2022-06-14 00:37:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2023-04-13 10:53:51 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.48.5"
|
2023-04-13 10:53:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2022-06-14 00:37:44 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.48.5"
|
2022-06-14 00:37:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2023-04-13 10:53:51 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.48.5"
|
2022-06-14 00:37:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2022-06-14 00:37:44 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.48.5"
|
2023-04-13 10:53:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2023-01-16 12:47:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.48.5"
|
2023-01-16 12:47:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2022-06-14 00:37:44 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-09-17 09:14:34 +00:00
|
|
|
version = "0.48.5"
|
2022-06-14 00:37:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-17 09:14:34 +00:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2022-06-14 00:37:44 +00:00
|
|
|
|
2022-02-07 06:40:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2023-09-01 14:27:29 +00:00
|
|
|
version = "0.50.0"
|
2022-02-07 06:40:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-01 14:27:29 +00:00
|
|
|
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
|
2022-02-07 06:40:45 +00:00
|
|
|
dependencies = [
|
2023-09-01 14:27:29 +00:00
|
|
|
"cfg-if",
|
2023-09-17 09:14:34 +00:00
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wyz"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
|
|
|
|
dependencies = [
|
|
|
|
"tap",
|
2022-02-07 06:40:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
|
|
|
|
dependencies = [
|
|
|
|
"linked-hash-map",
|
|
|
|
]
|
2023-04-04 00:41:16 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yrs"
|
2023-04-13 10:53:51 +00:00
|
|
|
version = "0.16.5"
|
2023-04-04 00:41:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-13 10:53:51 +00:00
|
|
|
checksum = "4c2aef2bf89b4f7c003f9c73f1c8097427ca32e1d006443f3f607f11e79a797b"
|
2023-04-04 00:41:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"atomic_refcell",
|
|
|
|
"lib0",
|
|
|
|
"rand 0.7.3",
|
|
|
|
"smallstr",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
]
|
2023-04-21 09:02:26 +00:00
|
|
|
|
2023-08-03 01:14:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zip"
|
|
|
|
version = "0.6.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
|
|
|
|
dependencies = [
|
|
|
|
"aes",
|
|
|
|
"byteorder",
|
|
|
|
"bzip2",
|
|
|
|
"constant_time_eq",
|
|
|
|
"crc32fast",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"flate2",
|
|
|
|
"hmac",
|
2023-08-17 15:46:39 +00:00
|
|
|
"pbkdf2 0.11.0",
|
2023-08-03 01:14:52 +00:00
|
|
|
"sha1",
|
2023-10-02 09:22:22 +00:00
|
|
|
"time",
|
2023-08-03 01:14:52 +00:00
|
|
|
"zstd",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd"
|
|
|
|
version = "0.11.2+zstd.1.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
|
|
|
|
dependencies = [
|
|
|
|
"zstd-safe",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-safe"
|
|
|
|
version = "5.0.2+zstd.1.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"zstd-sys",
|
|
|
|
]
|
|
|
|
|
2023-04-21 09:02:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zstd-sys"
|
|
|
|
version = "2.0.8+zstd.1.5.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|