2020-06-29 15:35:19 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2022-01-13 17:36:41 +00:00
|
|
|
version = 3
|
2021-03-29 15:43:37 +00:00
|
|
|
|
2023-03-16 13:11:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "accurate"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4f209f0bc218ee6cf50db56ec0d9fe10b3cbfb6f3900d019b36c8fdb6d3bc03e"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"ieee754",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2022-12-30 08:23:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "actix-codec"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57a7559404a7f3573127aab53c08ce37a6c6a315c374a31070f3c91cd1b4a7fe"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-example"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"actix-web",
|
|
|
|
"serde",
|
|
|
|
"surrealdb",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-http"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "3.3.1"
|
2022-12-30 08:23:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "c2079246596c18b4a33e274ae10c0e50613f4d32a4198e09c7b93771013fed74"
|
2022-12-30 08:23:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"actix-codec",
|
|
|
|
"actix-rt",
|
|
|
|
"actix-service",
|
|
|
|
"actix-utils",
|
2023-03-16 13:11:30 +00:00
|
|
|
"ahash 0.8.3",
|
2023-02-07 08:39:09 +00:00
|
|
|
"base64 0.21.0",
|
2022-12-30 08:23:19 +00:00
|
|
|
"bitflags",
|
|
|
|
"brotli",
|
|
|
|
"bytes",
|
|
|
|
"bytestring",
|
|
|
|
"derive_more",
|
|
|
|
"encoding_rs",
|
|
|
|
"flate2",
|
|
|
|
"futures-core",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
|
|
|
"language-tags",
|
|
|
|
"local-channel",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"sha1",
|
|
|
|
"smallvec",
|
2023-02-07 08:39:09 +00:00
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
2022-12-30 08:23:19 +00:00
|
|
|
"tracing",
|
|
|
|
"zstd",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-macros"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "465a6172cf69b960917811022d8f29bc0b7fa1398bc4f78b3c466673db1213b6"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-router"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d66ff4d247d2b160861fa2866457e85706833527840e4133f8f49aa423a38799"
|
|
|
|
dependencies = [
|
|
|
|
"bytestring",
|
|
|
|
"http",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-rt"
|
2023-02-07 08:39:09 +00:00
|
|
|
version = "2.8.0"
|
2022-12-30 08:23:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 08:39:09 +00:00
|
|
|
checksum = "15265b6b8e2347670eb363c47fc8c75208b4a4994b27192f345fcbe707804f3e"
|
2022-12-30 08:23:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-server"
|
2023-02-07 08:39:09 +00:00
|
|
|
version = "2.2.0"
|
2022-12-30 08:23:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 08:39:09 +00:00
|
|
|
checksum = "3e8613a75dd50cc45f473cee3c34d59ed677c0f7b44480ce3b8247d7dc519327"
|
2022-12-30 08:23:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"actix-rt",
|
|
|
|
"actix-service",
|
|
|
|
"actix-utils",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
|
|
|
"socket2",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-service"
|
|
|
|
version = "2.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"paste",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-utils"
|
|
|
|
version = "3.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "88a1dcdff1466e3c2488e1cb5c36a71822750ad43839937f85d2f4d9f8b705d8"
|
|
|
|
dependencies = [
|
|
|
|
"local-waker",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-web"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "4.3.1"
|
2022-12-30 08:23:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "cd3cb42f9566ab176e1ef0b8b3a896529062b4efc6be0123046095914c4c1c96"
|
2022-12-30 08:23:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"actix-codec",
|
|
|
|
"actix-http",
|
|
|
|
"actix-macros",
|
|
|
|
"actix-router",
|
|
|
|
"actix-rt",
|
|
|
|
"actix-server",
|
|
|
|
"actix-service",
|
|
|
|
"actix-utils",
|
|
|
|
"actix-web-codegen",
|
2023-03-16 13:11:30 +00:00
|
|
|
"ahash 0.7.6",
|
2022-12-30 08:23:19 +00:00
|
|
|
"bytes",
|
|
|
|
"bytestring",
|
|
|
|
"cfg-if",
|
|
|
|
"cookie",
|
|
|
|
"derive_more",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"itoa",
|
|
|
|
"language-tags",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"once_cell",
|
|
|
|
"pin-project-lite",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"smallvec",
|
|
|
|
"socket2",
|
2023-03-16 13:11:30 +00:00
|
|
|
"time 0.3.20",
|
2022-12-30 08:23:19 +00:00
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-web-codegen"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "4.2.0"
|
2022-12-30 08:23:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "2262160a7ae29e3415554a3f1fc04c764b1540c116aa524683208078b7a75bc9"
|
2022-12-30 08:23:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"actix-router",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-09-01 17:46:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "addr"
|
|
|
|
version = "0.15.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a93b8a41dbe230ad5087cc721f8d41611de654542180586b315d9f4cf6b72bef"
|
|
|
|
dependencies = [
|
|
|
|
"psl-types",
|
|
|
|
]
|
|
|
|
|
2021-03-29 15:43:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-29 15:43:37 +00:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2022-12-30 08:23:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
|
|
|
dependencies = [
|
2023-01-14 19:28:33 +00:00
|
|
|
"getrandom 0.2.8",
|
2022-12-30 08:23:19 +00:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2023-03-16 13:11:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"getrandom 0.2.8",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "0.7.20"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alloc-no-stdlib"
|
2022-09-17 23:26:52 +00:00
|
|
|
version = "2.0.4"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-17 23:26:52 +00:00
|
|
|
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alloc-stdlib"
|
2022-09-17 23:26:52 +00:00
|
|
|
version = "0.2.2"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-17 23:26:52 +00:00
|
|
|
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
]
|
|
|
|
|
2022-08-10 22:45:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
2022-09-17 23:26:52 +00:00
|
|
|
version = "0.1.5"
|
2022-08-10 22:45:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-17 23:26:52 +00:00
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
2022-08-10 22:45:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-04-27 15:21:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "any_ascii"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70033777eb8b5124a81a1889416543dddef2de240019b674c81285a2635a7e1e"
|
|
|
|
|
2021-03-29 15:43:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2023-02-07 08:39:09 +00:00
|
|
|
version = "1.0.69"
|
2021-03-29 15:43:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 08:39:09 +00:00
|
|
|
checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
|
2021-03-29 15:43:37 +00:00
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
2022-01-13 17:36:41 +00:00
|
|
|
name = "approx"
|
2022-07-18 23:14:46 +00:00
|
|
|
version = "0.5.1"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 23:14:46 +00:00
|
|
|
checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2022-01-25 21:30:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arc-swap"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "1.6.0"
|
2022-01-25 21:30:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
|
2022-01-25 21:30:32 +00:00
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "argon2"
|
2022-07-04 00:59:02 +00:00
|
|
|
version = "0.4.1"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-04 00:59:02 +00:00
|
|
|
checksum = "db4ce4441f99dbd377ca8a8f57b698c44d0d6e712d8329b5040da5a64aa1ce73"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2022-01-13 17:36:41 +00:00
|
|
|
"base64ct",
|
|
|
|
"blake2",
|
|
|
|
"password-hash",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2022-05-13 20:46:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-channel"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "1.8.0"
|
2022-05-13 20:46:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
|
2022-05-13 20:46:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"event-listener",
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-compression"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "0.3.15"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "942c7cd7ae39e91bde4820d74132e9862e62c2f386c3aa90ccf55949f5bad63a"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"brotli",
|
|
|
|
"flate2",
|
|
|
|
"futures-core",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
2021-03-29 15:43:37 +00:00
|
|
|
"tokio",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2022-05-13 20:46:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-executor"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "1.5.0"
|
2022-05-13 20:46:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "17adb73da160dfb475c183343c8cccd80721ea5a605d3eb57125f0a7b7a92d0b"
|
2022-05-13 20:46:56 +00:00
|
|
|
dependencies = [
|
2023-01-14 19:28:33 +00:00
|
|
|
"async-lock",
|
2022-05-13 20:46:56 +00:00
|
|
|
"async-task",
|
|
|
|
"concurrent-queue",
|
|
|
|
"fastrand",
|
|
|
|
"futures-lite",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
2023-01-14 19:28:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-lock"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "2.7.0"
|
2023-01-14 19:28:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7"
|
2023-01-14 19:28:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"event-listener",
|
|
|
|
]
|
|
|
|
|
2022-01-14 17:15:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-recursion"
|
2023-02-07 08:39:09 +00:00
|
|
|
version = "1.0.2"
|
2022-01-14 17:15:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 08:39:09 +00:00
|
|
|
checksum = "3b015a331cc64ebd1774ba119538573603427eaace0a1950c423ab971f903796"
|
2022-01-14 17:15:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-05-13 20:46:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-task"
|
2022-07-18 23:14:46 +00:00
|
|
|
version = "4.3.0"
|
2022-05-13 20:46:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 23:14:46 +00:00
|
|
|
checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"
|
2022-05-13 20:46:56 +00:00
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.1.66"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "b84f9ebcc6c1f5b8cb160f6990096a5c127f423fcb6e1ccc46c370cbdfb75dfc"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-12-30 08:23:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async_io_stream"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6d7b9decdf35d8908a7e3ef02f64c5e9b1695e230154c0e8de3969142d9b94c"
|
|
|
|
dependencies = [
|
2023-03-16 13:11:30 +00:00
|
|
|
"futures 0.3.27",
|
2022-12-30 08:23:19 +00:00
|
|
|
"pharos",
|
2023-01-14 19:28:33 +00:00
|
|
|
"rustc_version",
|
2022-12-30 08:23:19 +00:00
|
|
|
]
|
|
|
|
|
2022-10-16 22:22:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atomic"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2022-06-15 11:49:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-polyfill"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "0.1.11"
|
2022-06-15 11:49:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "e3ff7eb3f316534d83a8a2c3d1674ace8a5a71198eba31e2e2b597833f699b28"
|
2022-06-15 11:49:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"critical-section",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
2023-01-14 19:28:33 +00:00
|
|
|
"hermit-abi 0.1.19",
|
2020-06-29 15:35:19 +00:00
|
|
|
"libc",
|
2021-03-29 15:43:37 +00:00
|
|
|
"winapi",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-02-22 14:16:50 +00:00
|
|
|
version = "1.1.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 14:16:50 +00:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2023-03-20 15:20:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "axum"
|
|
|
|
version = "0.6.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "13d8068b6ccb8b34db9de397c7043f91db8b4c66414952c6db944f238c4d3db3"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"axum-core",
|
|
|
|
"bitflags",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"itoa",
|
|
|
|
"matchit",
|
|
|
|
"memchr",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustversion",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_path_to_error",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"sync_wrapper",
|
|
|
|
"tokio",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "axum-core"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2f958c80c248b34b9a877a643811be8dbca03ca5ba827f2b63baf3a81e5fc4e"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"mime",
|
|
|
|
"rustversion",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "axum-example"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"axum",
|
|
|
|
"http",
|
|
|
|
"serde",
|
|
|
|
"surrealdb",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2022-06-15 11:49:41 +00:00
|
|
|
[[package]]
|
2023-01-14 19:28:33 +00:00
|
|
|
name = "base64"
|
|
|
|
version = "0.13.1"
|
2022-06-15 11:49:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
2022-06-15 11:49:41 +00:00
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "0.21.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64ct"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "1.6.0"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
2022-01-13 17:36:41 +00:00
|
|
|
|
2022-09-20 07:14:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bcrypt"
|
2023-02-07 08:39:09 +00:00
|
|
|
version = "0.14.0"
|
2022-09-20 07:14:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 08:39:09 +00:00
|
|
|
checksum = "9df288bec72232f78c1ec5fe4e8f1d108aa0265476e93097593c803c8c02062a"
|
2022-09-20 07:14:58 +00:00
|
|
|
dependencies = [
|
2023-02-07 08:39:09 +00:00
|
|
|
"base64 0.21.0",
|
2022-09-20 07:14:58 +00:00
|
|
|
"blowfish",
|
2023-01-14 19:28:33 +00:00
|
|
|
"getrandom 0.2.8",
|
2023-02-07 08:39:09 +00:00
|
|
|
"subtle",
|
2022-09-20 07:14:58 +00:00
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2022-03-17 21:01:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bigdecimal"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6aaf33151a6429fe9211d1b276eafdf70cdff28b071e76c0b0e1503221ea3744"
|
|
|
|
dependencies = [
|
|
|
|
"num-bigint",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
|
|
|
version = "0.57.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd4865004a46a0aafb2a0a5eb19d3c9fc46ee5f063a6cfc605c69ac9ecf5263d"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2022-08-15 18:35:41 +00:00
|
|
|
"cexpr 0.4.0",
|
2022-01-13 17:36:41 +00:00
|
|
|
"clang-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"peeking_take_while",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
2022-08-15 18:35:41 +00:00
|
|
|
"shlex 0.1.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
|
|
|
version = "0.60.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "062dddbc1ba4aca46de6338e2bf87771414c335f7b2f2036e8f3e9befebf88e6"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cexpr 0.6.0",
|
|
|
|
"clang-sys",
|
|
|
|
"clap",
|
2023-03-10 15:24:27 +00:00
|
|
|
"env_logger 0.9.3",
|
2022-08-15 18:35:41 +00:00
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"log",
|
|
|
|
"peeking_take_while",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
|
|
|
"shlex 1.1.0",
|
|
|
|
"which",
|
2022-01-13 17:36:41 +00:00
|
|
|
]
|
|
|
|
|
2023-02-11 23:00:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
|
|
|
version = "0.64.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cexpr 0.6.0",
|
|
|
|
"clang-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"peeking_take_while",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
|
|
|
"shlex 1.1.0",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2022-01-13 17:36:41 +00:00
|
|
|
version = "1.3.2"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 17:36:41 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2021-03-29 15:43:37 +00:00
|
|
|
[[package]]
|
2022-01-13 17:36:41 +00:00
|
|
|
name = "bitmaps"
|
|
|
|
version = "2.1.0"
|
2021-03-29 15:43:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 17:36:41 +00:00
|
|
|
checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
|
2021-03-29 15:43:37 +00:00
|
|
|
dependencies = [
|
2022-01-13 17:36:41 +00:00
|
|
|
"typenum",
|
2021-03-29 15:43:37 +00:00
|
|
|
]
|
|
|
|
|
2022-12-30 08:23:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitvec"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
|
|
|
|
dependencies = [
|
|
|
|
"funty",
|
|
|
|
"radium",
|
|
|
|
"tap",
|
|
|
|
"wyz",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
2022-01-13 17:36:41 +00:00
|
|
|
name = "blake2"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "0.10.6"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2022-12-08 18:39:46 +00:00
|
|
|
"digest",
|
2022-01-22 21:16:13 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.10.4"
|
2022-01-22 21:16:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2022-01-22 21:16:13 +00:00
|
|
|
dependencies = [
|
2022-06-15 11:49:41 +00:00
|
|
|
"generic-array",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2022-09-20 07:14:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "blowfish"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e412e2cd0f2b2d93e02543ceae7917b3c70331573df19ee046bcbc35e45e87d7"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
2022-12-08 18:39:46 +00:00
|
|
|
"cipher",
|
2022-09-20 07:14:58 +00:00
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
2022-01-13 17:36:41 +00:00
|
|
|
name = "boringssl-src"
|
|
|
|
version = "0.2.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 17:36:41 +00:00
|
|
|
checksum = "0511b9f0b739706e05b7279ece5dfc1932a42839cf005cb0f00420a3fea27c96"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2022-01-13 17:36:41 +00:00
|
|
|
"cmake",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "brotli"
|
2022-04-01 21:04:11 +00:00
|
|
|
version = "3.3.4"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-01 21:04:11 +00:00
|
|
|
checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
"brotli-decompressor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "brotli-decompressor"
|
2023-02-07 08:39:09 +00:00
|
|
|
version = "2.3.4"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 08:39:09 +00:00
|
|
|
checksum = "4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "buf_redux"
|
|
|
|
version = "0.8.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b953a6887648bb07a535631f2bc00fbdb2a2216f135552cb3f534ed136b9c07f"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"safemem",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-02-07 08:39:09 +00:00
|
|
|
version = "3.12.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 08:39:09 +00:00
|
|
|
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2022-01-13 17:36:41 +00:00
|
|
|
version = "1.4.3"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 17:36:41 +00:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2023-02-07 08:39:09 +00:00
|
|
|
version = "1.4.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 08:39:09 +00:00
|
|
|
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2022-12-30 08:23:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytestring"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "1.3.0"
|
2022-12-30 08:23:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "238e4886760d98c4f899360c834fa93e62cf7f721ac3c2da375cbdf4b8679aae"
|
2022-12-30 08:23:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
]
|
|
|
|
|
2022-08-28 13:35:25 +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",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-02-07 08:39:09 +00:00
|
|
|
version = "1.0.79"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 08:39:09 +00:00
|
|
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
2022-08-28 13:35:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
]
|
2020-06-29 15:35:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-01-13 17:36:41 +00:00
|
|
|
name = "cexpr"
|
|
|
|
version = "0.4.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 17:36:41 +00:00
|
|
|
checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
|
|
|
|
dependencies = [
|
|
|
|
"nom 5.1.2",
|
|
|
|
]
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2022-08-15 18:35:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cexpr"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
|
|
|
dependencies = [
|
2023-02-07 08:39:09 +00:00
|
|
|
"nom 7.1.3",
|
2022-08-15 18:35:41 +00:00
|
|
|
]
|
|
|
|
|
2021-03-29 15:43:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.4.24"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2022-08-10 22:45:13 +00:00
|
|
|
"iana-time-zone",
|
|
|
|
"js-sys",
|
2020-06-29 15:35:19 +00:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"serde",
|
2023-01-14 19:28:33 +00:00
|
|
|
"time 0.1.45",
|
2022-08-10 22:45:13 +00:00
|
|
|
"wasm-bindgen",
|
2021-03-29 15:43:37 +00:00
|
|
|
"winapi",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cipher"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.4.4"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
2022-02-22 14:16:50 +00:00
|
|
|
"crypto-common",
|
|
|
|
"inout",
|
2022-01-13 17:36:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "1.6.0"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "77ed9a53e5d4d9c573ae844bfac6872b159cb1d1585a83b29e7a64b7eef7332a"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"glob",
|
|
|
|
"libc",
|
|
|
|
"libloading",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "3.2.23"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
2022-05-05 11:40:05 +00:00
|
|
|
"clap_lex",
|
2022-01-23 12:30:59 +00:00
|
|
|
"indexmap",
|
2020-06-29 15:35:19 +00:00
|
|
|
"strsim",
|
2022-01-23 12:30:59 +00:00
|
|
|
"termcolor",
|
2020-06-29 15:35:19 +00:00
|
|
|
"textwrap",
|
|
|
|
]
|
|
|
|
|
2022-05-05 11:40:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2022-07-18 23:14:46 +00:00
|
|
|
version = "0.2.4"
|
2022-05-05 11:40:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 23:14:46 +00:00
|
|
|
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
|
2022-05-05 11:40:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"os_str_bytes",
|
|
|
|
]
|
|
|
|
|
2022-08-06 10:34:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clipboard-win"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "4.5.0"
|
2022-08-06 10:34:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "7191c27c2357d9b7ef96baac1773290d4ca63b24205b82a3fd8a0637afcf0362"
|
2022-08-06 10:34:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"error-code",
|
|
|
|
"str-buf",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cmake"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "0.1.49"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "db34956e100b30725f2eb215f90d4871051239535632f84fea3bc92722c66b7c"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2023-01-14 19:28:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "codespan-reporting"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
|
|
|
|
dependencies = [
|
|
|
|
"termcolor",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "colored"
|
|
|
|
version = "1.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4ffc801dacf156c5854b9df4f425a626539c3a6ef7893cc0c5084a23f0b6c59"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"lazy_static",
|
2021-03-29 15:43:37 +00:00
|
|
|
"winapi",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2022-05-13 20:46:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
2023-02-07 08:39:09 +00:00
|
|
|
version = "2.1.0"
|
2022-05-13 20:46:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 08:39:09 +00:00
|
|
|
checksum = "c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e"
|
2022-05-13 20:46:56 +00:00
|
|
|
dependencies = [
|
2023-01-14 19:28:33 +00:00
|
|
|
"crossbeam-utils",
|
2022-05-13 20:46:56 +00:00
|
|
|
]
|
|
|
|
|
2022-02-22 14:16:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "console_error_panic_hook"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-12-30 08:23:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cookie"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "0.16.2"
|
2022-12-30 08:23:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb"
|
2022-12-30 08:23:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
2023-03-16 13:11:30 +00:00
|
|
|
"time 0.3.20",
|
2022-12-30 08:23:19 +00:00
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2022-02-22 14:16:50 +00:00
|
|
|
version = "0.9.3"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 14:16:50 +00:00
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2022-01-13 17:36:41 +00:00
|
|
|
version = "0.8.3"
|
2021-03-29 15:43:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 17:36:41 +00:00
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
2021-03-29 15:43:37 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-01-13 17:36:41 +00:00
|
|
|
name = "cpufeatures"
|
2022-09-17 23:26:52 +00:00
|
|
|
version = "0.2.5"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-17 23:26:52 +00:00
|
|
|
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2020-06-29 15:35:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2022-02-22 14:16:50 +00:00
|
|
|
version = "1.3.2"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 14:16:50 +00:00
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2022-01-13 17:36:41 +00:00
|
|
|
"cfg-if",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2022-06-15 11:49:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "critical-section"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6548a0ad5d2549e111e1f6a11a6c2e2d00ce6a3dafe22948d67c2b443f775e52"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.8.15"
|
2022-06-15 11:49:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
|
2022-06-15 11:49:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
2022-01-22 21:16:13 +00:00
|
|
|
name = "crypto-common"
|
2022-07-18 23:14:46 +00:00
|
|
|
version = "0.1.6"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 23:14:46 +00:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2022-06-15 11:49:41 +00:00
|
|
|
"generic-array",
|
2022-02-22 14:16:50 +00:00
|
|
|
"typenum",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2023-01-14 19:28:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cxx"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "1.0.92"
|
2023-01-14 19:28:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "9a140f260e6f3f79013b8bfc65e7ce630c9ab4388c6a89c71e07226f49487b72"
|
2023-01-14 19:28:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cxxbridge-flags",
|
|
|
|
"cxxbridge-macro",
|
|
|
|
"link-cplusplus",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxx-build"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "1.0.92"
|
2023-01-14 19:28:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "da6383f459341ea689374bf0a42979739dc421874f112ff26f829b8040b8e613"
|
2023-01-14 19:28:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"codespan-reporting",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"scratch",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-flags"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "1.0.92"
|
2023-01-14 19:28:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "90201c1a650e95ccff1c8c0bb5a343213bdd317c6e600a93075bca2eff54ec97"
|
2023-01-14 19:28:33 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-macro"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "1.0.92"
|
2023-01-14 19:28:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "0b75aed41bb2e6367cae39e6326ef817a851db13c13e4f3263714ca3cfb8de56"
|
2023-01-14 19:28:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-07-06 09:17:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.14.4"
|
2022-07-06 09:17:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
|
2022-07-06 09:17:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.14.4"
|
2022-07-06 09:17:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
|
2022-07-06 09:17:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.14.4"
|
2022-07-06 09:17:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
|
2022-07-06 09:17:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
2022-01-13 17:36:41 +00:00
|
|
|
name = "derive-new"
|
|
|
|
version = "0.5.9"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 17:36:41 +00:00
|
|
|
checksum = "3418329ca0ad70234b9735dc4ceed10af4df60eff9c8e7b06cb5e520d92c3535"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2022-01-13 17:36:41 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2022-12-30 08:23:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
|
|
|
version = "0.99.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
|
|
|
dependencies = [
|
|
|
|
"convert_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-01-14 19:28:33 +00:00
|
|
|
"rustc_version",
|
2022-12-30 08:23:19 +00:00
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
2022-01-13 17:36:41 +00:00
|
|
|
name = "deunicode"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "1.3.3"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "8c1bba4f227a4a53d12b653f50ca7bf10c9119ae2aba56aff9e0338b5c98f36a"
|
2022-01-13 17:36:41 +00:00
|
|
|
|
2022-01-22 21:16:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "0.10.6"
|
2022-01-22 21:16:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
|
2022-01-22 21:16:13 +00:00
|
|
|
dependencies = [
|
2022-12-08 18:39:46 +00:00
|
|
|
"block-buffer",
|
2022-01-22 21:16:13 +00:00
|
|
|
"crypto-common",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2022-08-06 10:34:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-next"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"dirs-sys-next",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys-next"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-01-22 21:16:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dmp"
|
2023-02-07 08:39:09 +00:00
|
|
|
version = "0.1.2"
|
2022-02-10 13:00:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 08:39:09 +00:00
|
|
|
checksum = "3dc6324bbc5c9abb7489919792974eb66df9ac7b5a38dcf0fd78294981f46385"
|
2022-01-22 21:16:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"regex",
|
|
|
|
"urlencoding",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-01-13 17:36:41 +00:00
|
|
|
name = "echodb"
|
2022-04-04 15:50:46 +00:00
|
|
|
version = "0.3.0"
|
2022-02-10 13:00:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-04 15:50:46 +00:00
|
|
|
checksum = "9b4d29774dada6bb3dc284fbe41c79efd5425b90933defcb42b109005fe56d41"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
2022-01-25 21:30:32 +00:00
|
|
|
"arc-swap",
|
2022-03-07 18:11:44 +00:00
|
|
|
"imbl",
|
2022-01-13 17:36:41 +00:00
|
|
|
"thiserror",
|
2022-02-22 14:16:50 +00:00
|
|
|
"tokio",
|
2022-01-13 17:36:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-02-07 08:39:09 +00:00
|
|
|
version = "1.8.1"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 08:39:09 +00:00
|
|
|
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
|
2022-01-13 17:36:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2023-02-07 08:39:09 +00:00
|
|
|
version = "0.8.32"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 08:39:09 +00:00
|
|
|
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2022-01-13 17:36:41 +00:00
|
|
|
"cfg-if",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2022-08-06 10:34:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "endian-type"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
|
|
|
|
|
2022-08-15 18:35:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "0.9.3"
|
2022-08-15 18:35:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
|
2022-08-15 18:35:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2023-03-10 15:24:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
|
|
|
|
dependencies = [
|
|
|
|
"humantime",
|
|
|
|
"is-terminal",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2022-08-06 10:34:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
|
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "error-code"
|
|
|
|
version = "2.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"str-buf",
|
|
|
|
]
|
|
|
|
|
2022-05-13 20:46:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
2022-08-10 22:45:13 +00:00
|
|
|
version = "2.5.3"
|
2022-05-13 20:46:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-10 22:45:13 +00:00
|
|
|
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
2022-05-13 20:46:56 +00:00
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
2022-01-13 17:36:41 +00:00
|
|
|
name = "fail"
|
|
|
|
version = "0.4.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 17:36:41 +00:00
|
|
|
checksum = "3be3c61c59fdc91f5dbc3ea31ee8623122ce80057058be560654c5d410d181a6"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"rand 0.7.3",
|
|
|
|
]
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2022-01-22 21:16:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "1.9.0"
|
2022-01-22 21:16:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
2022-01-22 21:16:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2022-08-06 10:34:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fd-lock"
|
2023-02-07 08:39:09 +00:00
|
|
|
version = "3.0.10"
|
2022-08-06 10:34:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 08:39:09 +00:00
|
|
|
checksum = "8ef1a30ae415c3a691a4f41afddc2dbcd6d70baf338368d85ebc1e8ed92cedb9"
|
2022-08-06 10:34:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"rustix",
|
2023-02-07 08:39:09 +00:00
|
|
|
"windows-sys 0.45.0",
|
2022-08-06 10:34:43 +00:00
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fern"
|
2022-05-05 11:40:05 +00:00
|
|
|
version = "0.6.1"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 11:40:05 +00:00
|
|
|
checksum = "3bdd7b0849075e79ee9a1836df22c717d1eba30451796fdc631b04565dd11e2a"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"colored",
|
2021-03-29 15:43:37 +00:00
|
|
|
"log",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
|
|
|
|
|
2022-03-05 14:45:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
2022-07-18 23:14:46 +00:00
|
|
|
version = "0.4.2"
|
2022-03-05 14:45:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 23:14:46 +00:00
|
|
|
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
|
2022-03-05 14:45:40 +00:00
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "1.0.25"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
2022-06-15 11:49:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "float_next_after"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4fc612c5837986b7104a87a0df74a5460931f1c5274be12f8d0f40aa2f30d632"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2022-07-06 09:17:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flume"
|
2022-08-10 22:45:13 +00:00
|
|
|
version = "0.10.14"
|
2022-07-06 09:17:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-10 22:45:13 +00:00
|
|
|
checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
|
2022-07-06 09:17:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"nanorand",
|
|
|
|
"pin-project",
|
2023-03-16 13:11:30 +00:00
|
|
|
"spin 0.9.6",
|
2022-07-06 09:17:16 +00:00
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2022-01-13 17:36:41 +00:00
|
|
|
version = "1.0.7"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 17:36:41 +00:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
|
|
|
[[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]]
|
2021-03-29 15:43:37 +00:00
|
|
|
name = "form_urlencoded"
|
2022-09-17 23:26:52 +00:00
|
|
|
version = "1.1.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-17 23:26:52 +00:00
|
|
|
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2021-03-29 15:43:37 +00:00
|
|
|
"percent-encoding",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2022-08-15 18:35:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "foundationdb"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "69adb701525370e5f8958454b46e8459b276d81ce6391edbf84eae32eeddff75"
|
|
|
|
dependencies = [
|
|
|
|
"async-recursion",
|
|
|
|
"async-trait",
|
|
|
|
"foundationdb-gen",
|
|
|
|
"foundationdb-macros",
|
|
|
|
"foundationdb-sys",
|
2023-03-16 13:11:30 +00:00
|
|
|
"futures 0.3.27",
|
2022-08-15 18:35:41 +00:00
|
|
|
"memchr",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foundationdb-gen"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "134e1c986a2bb78904f426d4924a55e8c14162ba764e229501eb6f95c8c37489"
|
|
|
|
dependencies = [
|
|
|
|
"xml-rs",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foundationdb-macros"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2163c7326208be8edc605e10303ec6ae45cf106c12540754a9970bcce0f80cae"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foundationdb-sys"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3eb26eee771096794dbee1a2a9defa455443a2c150a810386331aa0d6603d356"
|
|
|
|
dependencies = [
|
|
|
|
"bindgen 0.60.1",
|
|
|
|
]
|
|
|
|
|
2022-12-30 08:23:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "funty"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
2022-01-13 17:36:41 +00:00
|
|
|
name = "futures"
|
|
|
|
version = "0.1.31"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 17:36:41 +00:00
|
|
|
checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.3.27"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "531ac96c6ff5fd7c62263c5e3c67a603af4fcaee2e1a0ae5565ba3a11e69e549"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.3.27"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "164713a5a0dcc3e7b4b1ed7d3b433cabc18025386f9339346e8daf15963cf7ac"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
2022-12-30 08:23:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-concurrency"
|
2023-02-11 23:00:03 +00:00
|
|
|
version = "7.1.0"
|
2022-12-30 08:23:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-11 23:00:03 +00:00
|
|
|
checksum = "e06f199437c8a435c12ad153c5a1f4e131871cf6f6025585bb15e8cbb414f0dc"
|
2022-12-30 08:23:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitvec",
|
|
|
|
"futures-core",
|
|
|
|
"pin-project",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.3.27"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "86d7a0c1aa76363dac491de0ee99faf6941128376f1cf96f07db7603b7de69dd"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.3.27"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "1997dd9df74cdac935c76252744c1ed5794fac083242ea4fe77ef3ed60ba0f83"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
2022-01-13 17:36:41 +00:00
|
|
|
"num_cpus",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.3.27"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "89d422fa3cbe3b40dca574ab087abb5bc98258ea57eea3fd6f1fa7162c778b91"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2022-05-13 20:46:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
|
|
|
version = "1.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
|
|
|
|
dependencies = [
|
|
|
|
"fastrand",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"memchr",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
"waker-fn",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.3.27"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "3eb14ed937631bd8b8b8977f2c198443447a8355b6e3ca599f38c975e5a963b6"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.3.27"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "ec93083a4aecafb2a80a885c9de1f0ccae9dbd32c2bb54b0c3a65690e0b8d2f2"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.3.27"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "fd65540d33b37b16542a0438c12e6aeead10d4ac5d05bd3f805b8f35ab592879"
|
2022-01-13 17:36:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-timer"
|
|
|
|
version = "3.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.3.27"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "3ef6b17e481503ec85211fed8f39d1970f128935ca1f814cd32ac4a6842e84ab"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2022-01-13 17:36:41 +00:00
|
|
|
"futures 0.1.31",
|
2020-06-29 15:35:19 +00:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
2021-03-29 15:43:37 +00:00
|
|
|
"pin-project-lite",
|
2020-06-29 15:35:19 +00:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fuzzy-matcher"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
|
|
|
|
dependencies = [
|
|
|
|
"thread_local",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2022-08-10 22:45:13 +00:00
|
|
|
version = "0.14.6"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-10 22:45:13 +00:00
|
|
|
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
2021-03-29 15:43:37 +00:00
|
|
|
"version_check",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "geo"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "0.23.1"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "b39f57e9624b1a17ce621375464e9878c705d0aaadaf25cb44e4e0005a16de2f"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
2022-06-15 11:49:41 +00:00
|
|
|
"float_next_after",
|
2022-01-13 17:36:41 +00:00
|
|
|
"geo-types",
|
|
|
|
"geographiclib-rs",
|
|
|
|
"log",
|
|
|
|
"num-traits",
|
|
|
|
"robust",
|
|
|
|
"rstar",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "geo-types"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.7.9"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "a5f0b3068e1537a4b861ec3734f4aa9c317d537cf0845bf6fb6221973499d26c"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"approx",
|
|
|
|
"num-traits",
|
|
|
|
"rstar",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "geographiclib-rs"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.2.3"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "8ea804e7bd3c6a4ca6a01edfa35231557a8a81d4d3f3e1e2b650d028c42592be"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
2023-03-16 13:11:30 +00:00
|
|
|
"accurate",
|
2022-01-13 17:36:41 +00:00
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-01-13 17:36:41 +00:00
|
|
|
version = "0.1.16"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 17:36:41 +00:00
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2022-01-13 17:36:41 +00:00
|
|
|
"cfg-if",
|
2020-06-29 15:35:19 +00:00
|
|
|
"libc",
|
2021-03-29 15:43:37 +00:00
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-29 15:43:37 +00:00
|
|
|
name = "getrandom"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "0.2.8"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
|
2021-03-29 15:43:37 +00:00
|
|
|
dependencies = [
|
2022-01-13 17:36:41 +00:00
|
|
|
"cfg-if",
|
2022-07-06 09:17:16 +00:00
|
|
|
"js-sys",
|
2021-03-29 15:43:37 +00:00
|
|
|
"libc",
|
2022-06-15 07:42:50 +00:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2022-07-06 09:17:16 +00:00
|
|
|
"wasm-bindgen",
|
2021-03-29 15:43:37 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-01-13 17:36:41 +00:00
|
|
|
name = "glob"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "0.3.1"
|
2021-03-29 15:43:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
2022-01-13 17:36:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grpcio"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "99cf790272c5fb75a2fd7f2e8282e910d0fe0ed1d954cb29b07b74228694302a"
|
|
|
|
dependencies = [
|
2022-12-08 18:39:46 +00:00
|
|
|
"bytes",
|
2023-03-16 13:11:30 +00:00
|
|
|
"futures 0.3.27",
|
2022-01-13 17:36:41 +00:00
|
|
|
"grpcio-sys",
|
|
|
|
"libc",
|
|
|
|
"log",
|
2022-12-30 08:23:19 +00:00
|
|
|
"parking_lot 0.11.2",
|
2022-03-05 14:45:40 +00:00
|
|
|
"prost 0.7.0",
|
2022-01-13 17:36:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grpcio-compiler"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.12.1"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "da3d0613473597a01860f0f802ab18bb019b1d21e33d6a9a0b3c8870084893e5"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"derive-new",
|
2023-03-16 13:11:30 +00:00
|
|
|
"prost 0.11.8",
|
|
|
|
"prost-build 0.11.8",
|
|
|
|
"prost-types 0.11.8",
|
2022-01-13 17:36:41 +00:00
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grpcio-sys"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1f89a56d830be4dddc939c377c95e3b77e30c86a8df99c20095c34cf9038447b"
|
|
|
|
dependencies = [
|
2022-08-15 18:35:41 +00:00
|
|
|
"bindgen 0.57.0",
|
2022-01-13 17:36:41 +00:00
|
|
|
"boringssl-src",
|
|
|
|
"cc",
|
|
|
|
"cmake",
|
|
|
|
"libc",
|
|
|
|
"libz-sys",
|
|
|
|
"openssl-sys",
|
|
|
|
"pkg-config",
|
|
|
|
"walkdir",
|
|
|
|
]
|
2021-03-29 15:43:37 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.3.16"
|
2021-03-29 15:43:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "5be7b54589b581f624f566bf5d8eb2bab1db736c51528720b6bd36b96b55924d"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2022-12-08 18:39:46 +00:00
|
|
|
"bytes",
|
2020-06-29 15:35:19 +00:00
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
2022-09-30 21:24:22 +00:00
|
|
|
"tokio-util",
|
2021-03-29 15:43:37 +00:00
|
|
|
"tracing",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "half"
|
2022-01-13 17:36:41 +00:00
|
|
|
version = "1.8.2"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 17:36:41 +00:00
|
|
|
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hash32"
|
2022-06-15 11:49:41 +00:00
|
|
|
version = "0.2.1"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-15 11:49:41 +00:00
|
|
|
checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2021-03-29 15:43:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-07-18 23:14:46 +00:00
|
|
|
version = "0.12.3"
|
2021-03-29 15:43:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 23:14:46 +00:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2021-03-29 15:43:37 +00:00
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "headers"
|
2022-09-17 23:26:52 +00:00
|
|
|
version = "0.3.8"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-17 23:26:52 +00:00
|
|
|
checksum = "f3e372db8e5c0d213e0cd0b9be18be2aca3d44cf2fe30a9d46a65581cd454584"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2023-01-14 19:28:33 +00:00
|
|
|
"base64 0.13.1",
|
2020-06-29 15:35:19 +00:00
|
|
|
"bitflags",
|
2022-12-08 18:39:46 +00:00
|
|
|
"bytes",
|
2020-06-29 15:35:19 +00:00
|
|
|
"headers-core",
|
|
|
|
"http",
|
2022-01-13 17:36:41 +00:00
|
|
|
"httpdate",
|
2021-03-29 15:43:37 +00:00
|
|
|
"mime",
|
2022-12-08 18:39:46 +00:00
|
|
|
"sha1",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "headers-core"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
|
|
|
|
dependencies = [
|
|
|
|
"http",
|
|
|
|
]
|
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heapless"
|
2022-08-10 22:45:13 +00:00
|
|
|
version = "0.7.16"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-10 22:45:13 +00:00
|
|
|
checksum = "db04bc24a18b9ea980628ecf00e6c0264f3c1426dac36c00cb49b6fbad8b0743"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
2022-06-15 11:49:41 +00:00
|
|
|
"atomic-polyfill",
|
2022-01-13 17:36:41 +00:00
|
|
|
"hash32",
|
2023-01-14 19:28:33 +00:00
|
|
|
"rustc_version",
|
2023-03-16 13:11:30 +00:00
|
|
|
"spin 0.9.6",
|
2022-01-13 17:36:41 +00:00
|
|
|
"stable_deref_trait",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
2022-09-17 23:26:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2023-02-07 08:39:09 +00:00
|
|
|
version = "0.4.1"
|
2022-09-17 23:26:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 08:39:09 +00:00
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
2022-09-17 23:26:52 +00:00
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2022-01-13 17:36:41 +00:00
|
|
|
version = "0.1.19"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 17:36:41 +00:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-01-14 19:28:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-03-10 15:24:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
|
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
2022-01-22 21:16:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
2022-02-22 14:16:50 +00:00
|
|
|
version = "0.12.1"
|
2022-01-22 21:16:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 14:16:50 +00:00
|
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
2022-01-22 21:16:13 +00:00
|
|
|
dependencies = [
|
2022-12-08 18:39:46 +00:00
|
|
|
"digest",
|
2022-01-13 17:36:41 +00:00
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.2.9"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2022-12-08 18:39:46 +00:00
|
|
|
"bytes",
|
2020-06-29 15:35:19 +00:00
|
|
|
"fnv",
|
2022-02-22 14:16:50 +00:00
|
|
|
"itoa",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2022-06-15 07:42:50 +00:00
|
|
|
version = "0.4.5"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-15 07:42:50 +00:00
|
|
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2022-12-08 18:39:46 +00:00
|
|
|
"bytes",
|
2020-06-29 15:35:19 +00:00
|
|
|
"http",
|
2022-01-13 17:36:41 +00:00
|
|
|
"pin-project-lite",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2022-09-17 23:26:52 +00:00
|
|
|
version = "1.8.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-17 23:26:52 +00:00
|
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
2021-03-29 15:43:37 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2022-01-22 21:16:13 +00:00
|
|
|
version = "1.0.2"
|
2021-03-29 15:43:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-22 21:16:13 +00:00
|
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2022-08-15 18:35:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.14.25"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "cc5e554ff619822309ffd57d8734d77cd5ce6238bc956f037ea06c58238c9899"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2022-12-08 18:39:46 +00:00
|
|
|
"bytes",
|
2020-06-29 15:35:19 +00:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
2021-03-29 15:43:37 +00:00
|
|
|
"httpdate",
|
2022-02-22 14:16:50 +00:00
|
|
|
"itoa",
|
2022-01-13 17:36:41 +00:00
|
|
|
"pin-project-lite",
|
2020-06-29 15:35:19 +00:00
|
|
|
"socket2",
|
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
2021-03-29 15:43:37 +00:00
|
|
|
"tracing",
|
2020-06-29 15:35:19 +00:00
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
2022-12-30 08:23:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-rustls"
|
|
|
|
version = "0.23.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c"
|
|
|
|
dependencies = [
|
|
|
|
"http",
|
|
|
|
"hyper",
|
|
|
|
"rustls",
|
|
|
|
"tokio",
|
|
|
|
"tokio-rustls",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
2021-03-29 15:43:37 +00:00
|
|
|
version = "0.5.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-29 15:43:37 +00:00
|
|
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2022-12-08 18:39:46 +00:00
|
|
|
"bytes",
|
2020-06-29 15:35:19 +00:00
|
|
|
"hyper",
|
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
2021-03-29 15:43:37 +00:00
|
|
|
"tokio-native-tls",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2022-08-10 22:45:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "0.1.53"
|
2022-08-10 22:45:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
|
2022-08-10 22:45:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
2023-01-14 19:28:33 +00:00
|
|
|
"iana-time-zone-haiku",
|
2022-08-10 22:45:13 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-01-14 19:28:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
|
|
|
|
dependencies = [
|
|
|
|
"cxx",
|
|
|
|
"cxx-build",
|
|
|
|
]
|
|
|
|
|
2022-07-06 09:17:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2022-09-17 23:26:52 +00:00
|
|
|
version = "0.3.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-17 23:26:52 +00:00
|
|
|
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2023-03-16 13:11:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ieee754"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9007da9cacbd3e6343da136e98b0d2df013f553d35bdec8b518f07bea768e19c"
|
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
2022-03-07 18:11:44 +00:00
|
|
|
name = "imbl"
|
|
|
|
version = "1.0.1"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-07 18:11:44 +00:00
|
|
|
checksum = "543682c9082b25e63d03b5acbd65ad111fd49dd93e70843e5175db4ff81d606b"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitmaps",
|
2022-09-17 23:26:52 +00:00
|
|
|
"rand_core 0.6.4",
|
2022-01-13 17:36:41 +00:00
|
|
|
"rand_xoshiro",
|
|
|
|
"sized-chunks",
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2022-12-30 08:23:19 +00:00
|
|
|
version = "1.9.2"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-30 08:23:19 +00:00
|
|
|
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2021-03-29 15:43:37 +00:00
|
|
|
"autocfg",
|
|
|
|
"hashbrown",
|
2022-12-30 08:23:19 +00:00
|
|
|
"serde",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2022-02-22 14:16:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indxdb"
|
2022-04-04 15:50:46 +00:00
|
|
|
version = "0.2.0"
|
2022-02-22 14:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-04 15:50:46 +00:00
|
|
|
checksum = "21ea82794a5c0be29734baebe23cf505148313bc35b247b735be9b540b330595"
|
2022-02-22 14:16:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"rexie",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inout"
|
2022-04-01 21:04:11 +00:00
|
|
|
version = "0.1.3"
|
2022-02-22 14:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-01 21:04:11 +00:00
|
|
|
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
|
2022-02-22 14:16:50 +00:00
|
|
|
dependencies = [
|
2022-06-15 11:49:41 +00:00
|
|
|
"generic-array",
|
2022-02-22 14:16:50 +00:00
|
|
|
]
|
|
|
|
|
2022-01-13 17:36:41 +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-08-06 10:34:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "1.0.6"
|
2022-08-06 10:34:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "cfa919a82ea574332e2de6e74b4c36e74d41982b335080fa59d4ef31be20fdf3"
|
2023-01-14 19:28:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-02-07 08:39:09 +00:00
|
|
|
"windows-sys 0.45.0",
|
2023-01-14 19:28:33 +00:00
|
|
|
]
|
2022-08-06 10:34:43 +00:00
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
2021-03-29 15:43:37 +00:00
|
|
|
name = "ipnet"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "2.7.1"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146"
|
2022-01-13 17:36:41 +00:00
|
|
|
|
2023-03-10 15:24:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "21b6b32576413a8e69b90e952e4a026476040d81017b80445deda5f2d3921857"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi 0.3.1",
|
|
|
|
"io-lifetimes",
|
|
|
|
"rustix",
|
|
|
|
"windows-sys 0.45.0",
|
|
|
|
]
|
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2022-03-05 14:45:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2022-09-26 00:29:38 +00:00
|
|
|
version = "0.10.5"
|
2022-03-05 14:45:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-26 00:29:38 +00:00
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
2022-03-05 14:45:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2022-01-22 21:16:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "1.0.6"
|
2022-01-22 21:16:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
|
2022-01-22 21:16:13 +00:00
|
|
|
|
2022-08-28 13:35:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.1.26"
|
2022-08-28 13:35:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
|
2022-08-28 13:35:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2023-02-07 08:39:09 +00:00
|
|
|
version = "0.3.61"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 08:39:09 +00:00
|
|
|
checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-05-10 07:29:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jsonwebtoken"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "8.3.0"
|
2022-05-10 07:29:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "6971da4d9c3aa03c3d8f3ff0f4155b534aad021292003895a469716b2a230378"
|
2022-05-10 07:29:25 +00:00
|
|
|
dependencies = [
|
2023-03-16 13:11:30 +00:00
|
|
|
"base64 0.21.0",
|
2022-05-10 07:29:25 +00:00
|
|
|
"pem",
|
|
|
|
"ring",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"simple_asn1",
|
|
|
|
]
|
|
|
|
|
2022-12-30 08:23:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "language-tags"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
2022-01-13 17:36:41 +00:00
|
|
|
name = "lazycell"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
|
|
2022-04-27 15:21:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lexical-sort"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c09e4591611e231daf4d4c685a66cb0410cc1e502027a20ae55f2bb9e997207a"
|
|
|
|
dependencies = [
|
|
|
|
"any_ascii",
|
|
|
|
]
|
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.2.140"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"
|
2022-01-13 17:36:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "0.7.4"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2022-01-13 17:36:41 +00:00
|
|
|
"cfg-if",
|
|
|
|
"winapi",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2022-06-15 11:49:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libm"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "0.2.6"
|
2022-06-15 11:49:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"
|
2022-06-15 11:49:41 +00:00
|
|
|
|
2022-08-28 13:35:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "librocksdb-sys"
|
2023-02-11 23:00:03 +00:00
|
|
|
version = "0.10.0+7.9.2"
|
2022-08-28 13:35:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-11 23:00:03 +00:00
|
|
|
checksum = "0fe4d5874f5ff2bc616e55e8c6086d478fcda13faf9495768a4aa1c22042d30b"
|
2022-08-28 13:35:25 +00:00
|
|
|
dependencies = [
|
2023-02-11 23:00:03 +00:00
|
|
|
"bindgen 0.64.0",
|
2022-08-28 13:35:25 +00:00
|
|
|
"bzip2-sys",
|
|
|
|
"cc",
|
|
|
|
"glob",
|
|
|
|
"libc",
|
|
|
|
"libz-sys",
|
2023-02-11 23:00:03 +00:00
|
|
|
"lz4-sys",
|
2022-08-28 13:35:25 +00:00
|
|
|
"zstd-sys",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
2022-01-13 17:36:41 +00:00
|
|
|
name = "libz-sys"
|
2022-06-15 07:42:50 +00:00
|
|
|
version = "1.1.8"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-15 07:42:50 +00:00
|
|
|
checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2023-01-14 19:28:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "link-cplusplus"
|
|
|
|
version = "1.0.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2022-08-06 10:34:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "0.1.4"
|
2022-08-06 10:34:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
|
2022-08-06 10:34:43 +00:00
|
|
|
|
2022-12-30 08:23:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "local-channel"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f303ec0e94c6c54447f84f3b0ef7af769858a9c4ef56ef2a986d3dcd4c3fc9c"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"local-waker",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "local-waker"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e34f76eb3611940e0e7d53a9aaa4e6a3151f69541a282fd0dad5571420c53ff1"
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
2022-01-13 17:36:41 +00:00
|
|
|
name = "lock_api"
|
2022-09-26 00:29:38 +00:00
|
|
|
version = "0.4.9"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-26 00:29:38 +00:00
|
|
|
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2022-04-01 21:04:11 +00:00
|
|
|
"autocfg",
|
2022-01-13 17:36:41 +00:00
|
|
|
"scopeguard",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-01-13 17:36:41 +00:00
|
|
|
name = "log"
|
2022-05-05 11:40:05 +00:00
|
|
|
version = "0.4.17"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 11:40:05 +00:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2023-02-11 23:00:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lz4-sys"
|
|
|
|
version = "1.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-03-20 15:20:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matchit"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40"
|
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "md-5"
|
2022-09-26 00:29:38 +00:00
|
|
|
version = "0.10.5"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-26 00:29:38 +00:00
|
|
|
checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
2022-12-08 18:39:46 +00:00
|
|
|
"digest",
|
2022-01-13 17:36:41 +00:00
|
|
|
]
|
2020-06-29 15:35:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-03-29 15:43:37 +00:00
|
|
|
name = "memchr"
|
2022-05-05 11:40:05 +00:00
|
|
|
version = "2.5.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 11:40:05 +00:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
2022-02-22 14:16:50 +00:00
|
|
|
version = "2.0.4"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 14:16:50 +00:00
|
|
|
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2021-03-29 15:43:37 +00:00
|
|
|
"mime",
|
|
|
|
"unicase",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
2022-01-22 21:16:13 +00:00
|
|
|
version = "0.2.1"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-22 21:16:13 +00:00
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
2022-01-13 17:36:41 +00:00
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "0.6.2"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2021-03-29 15:43:37 +00:00
|
|
|
"adler",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.8.6"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-03-29 15:43:37 +00:00
|
|
|
"log",
|
2022-03-16 15:47:19 +00:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2023-03-16 13:11:30 +00:00
|
|
|
"windows-sys 0.45.0",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "multimap"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "multipart"
|
2022-01-22 21:16:13 +00:00
|
|
|
version = "0.18.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-22 21:16:13 +00:00
|
|
|
checksum = "00dec633863867f29cb39df64a397cdf4a6354708ddd7759f70c7fb51c5f9182"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"buf_redux",
|
|
|
|
"httparse",
|
2021-03-29 15:43:37 +00:00
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
2020-06-29 15:35:19 +00:00
|
|
|
"quick-error",
|
2022-02-22 14:16:50 +00:00
|
|
|
"rand 0.8.5",
|
2020-06-29 15:35:19 +00:00
|
|
|
"safemem",
|
|
|
|
"tempfile",
|
|
|
|
"twoway",
|
|
|
|
]
|
|
|
|
|
2022-02-14 10:13:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nanoid"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
|
|
|
|
dependencies = [
|
2022-02-22 14:16:50 +00:00
|
|
|
"rand 0.8.5",
|
2022-02-14 10:13:50 +00:00
|
|
|
]
|
|
|
|
|
2022-07-06 09:17:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nanorand"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
|
|
|
|
dependencies = [
|
2023-01-14 19:28:33 +00:00
|
|
|
"getrandom 0.2.8",
|
2022-07-06 09:17:16 +00:00
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
2022-12-30 08:23:19 +00:00
|
|
|
version = "0.2.11"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-30 08:23:19 +00:00
|
|
|
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
2021-03-29 15:43:37 +00:00
|
|
|
"log",
|
2020-06-29 15:35:19 +00:00
|
|
|
"openssl",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
"security-framework-sys",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
2022-08-06 10:34:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nibble_vec"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
|
|
|
|
dependencies = [
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2023-02-07 08:39:09 +00:00
|
|
|
version = "0.25.1"
|
2022-08-06 10:34:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 08:39:09 +00:00
|
|
|
checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4"
|
2022-08-06 10:34:43 +00:00
|
|
|
dependencies = [
|
2023-02-07 08:39:09 +00:00
|
|
|
"autocfg",
|
2022-08-06 10:34:43 +00:00
|
|
|
"bitflags",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
2022-01-13 17:36:41 +00:00
|
|
|
name = "nom"
|
|
|
|
version = "5.1.2"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 17:36:41 +00:00
|
|
|
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"version_check",
|
|
|
|
]
|
2020-06-29 15:35:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2023-02-07 08:39:09 +00:00
|
|
|
version = "7.1.3"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 08:39:09 +00:00
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2022-01-13 17:36:41 +00:00
|
|
|
"minimal-lexical",
|
2021-03-29 15:43:37 +00:00
|
|
|
]
|
|
|
|
|
2022-03-17 21:01:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2022-05-05 11:40:05 +00:00
|
|
|
version = "0.1.45"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 11:40:05 +00:00
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2021-03-29 15:43:37 +00:00
|
|
|
"autocfg",
|
2020-06-29 15:35:19 +00:00
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2022-05-05 11:40:05 +00:00
|
|
|
version = "0.2.15"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 11:40:05 +00:00
|
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2021-03-29 15:43:37 +00:00
|
|
|
"autocfg",
|
2022-06-15 11:49:41 +00:00
|
|
|
"libm",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "1.15.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2023-01-14 19:28:33 +00:00
|
|
|
"hermit-abi 0.2.6",
|
2020-06-29 15:35:19 +00:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "1.17.1"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.10.46"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "fd2523381e46256e40930512c7fd25562b9eae4812cb52078f155e87217c9d1e"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2022-01-13 17:36:41 +00:00
|
|
|
"cfg-if",
|
2020-06-29 15:35:19 +00:00
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
2022-01-13 17:36:41 +00:00
|
|
|
"once_cell",
|
2022-05-05 11:40:05 +00:00
|
|
|
"openssl-macros",
|
2020-06-29 15:35:19 +00:00
|
|
|
"openssl-sys",
|
|
|
|
]
|
|
|
|
|
2022-05-05 11:40:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
2022-01-22 21:16:13 +00:00
|
|
|
version = "0.1.5"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-22 21:16:13 +00:00
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
2022-01-13 17:36:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-src"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "111.25.1+1.1.1t"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "1ef9a9cc6ea7d9d5e7c4a913dc4b48d0e359eddf01af1dfec96ba7064b4aba10"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
2020-06-29 15:35:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.9.81"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "176be2629957c157240f68f61f2d0053ad3a4ecfdd9ebf1e6521d18d9635cf67"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2021-03-29 15:43:37 +00:00
|
|
|
"autocfg",
|
2020-06-29 15:35:19 +00:00
|
|
|
"cc",
|
|
|
|
"libc",
|
2022-01-13 17:36:41 +00:00
|
|
|
"openssl-src",
|
2020-06-29 15:35:19 +00:00
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2022-01-23 12:30:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "6.4.1"
|
2022-01-23 12:30:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
|
2022-01-23 12:30:59 +00:00
|
|
|
|
2022-05-13 20:46:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
2022-01-13 17:36:41 +00:00
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
"lock_api",
|
2023-01-14 19:28:33 +00:00
|
|
|
"parking_lot_core 0.8.6",
|
2022-12-30 08:23:19 +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-02-07 08:39:09 +00:00
|
|
|
"parking_lot_core 0.9.7",
|
2022-01-13 17:36:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "0.8.6"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"instant",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-12-30 08:23:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-02-07 08:39:09 +00:00
|
|
|
version = "0.9.7"
|
2022-12-30 08:23:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 08:39:09 +00:00
|
|
|
checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
|
2022-12-30 08:23:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2023-02-07 08:39:09 +00:00
|
|
|
"windows-sys 0.45.0",
|
2022-12-30 08:23:19 +00:00
|
|
|
]
|
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "password-hash"
|
2022-07-18 23:14:46 +00:00
|
|
|
version = "0.4.2"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 23:14:46 +00:00
|
|
|
checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
2022-09-17 23:26:52 +00:00
|
|
|
"rand_core 0.6.4",
|
2022-01-13 17:36:41 +00:00
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2022-05-05 11:40:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "1.0.12"
|
2022-05-05 11:40:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"
|
2022-05-05 11:40:05 +00:00
|
|
|
|
2022-01-22 21:16:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pbkdf2"
|
2022-04-01 21:04:11 +00:00
|
|
|
version = "0.11.0"
|
2022-01-22 21:16:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-01 21:04:11 +00:00
|
|
|
checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
|
2022-01-22 21:16:13 +00:00
|
|
|
dependencies = [
|
2022-12-08 18:39:46 +00:00
|
|
|
"digest",
|
|
|
|
"hmac",
|
2022-01-23 12:30:59 +00:00
|
|
|
"password-hash",
|
2022-12-08 18:39:46 +00:00
|
|
|
"sha2",
|
2022-01-13 17:36:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "peeking_take_while"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
|
|
|
2022-05-10 07:29:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pem"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "1.1.1"
|
2022-05-10 07:29:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8"
|
2022-05-10 07:29:25 +00:00
|
|
|
dependencies = [
|
2023-01-14 19:28:33 +00:00
|
|
|
"base64 0.13.1",
|
2022-05-10 07:29:25 +00:00
|
|
|
]
|
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2022-09-17 23:26:52 +00:00
|
|
|
version = "2.2.0"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-17 23:26:52 +00:00
|
|
|
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
2022-01-13 17:36:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
|
|
|
|
dependencies = [
|
2022-03-05 14:45:40 +00:00
|
|
|
"fixedbitset 0.2.0",
|
|
|
|
"indexmap",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
2023-02-07 08:39:09 +00:00
|
|
|
version = "0.6.3"
|
2022-03-05 14:45:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 08:39:09 +00:00
|
|
|
checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4"
|
2022-03-05 14:45:40 +00:00
|
|
|
dependencies = [
|
2022-07-18 23:14:46 +00:00
|
|
|
"fixedbitset 0.4.2",
|
2022-01-13 17:36:41 +00:00
|
|
|
"indexmap",
|
|
|
|
]
|
|
|
|
|
2022-12-30 08:23:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pharos"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e9567389417feee6ce15dd6527a8a1ecac205ef62c2932bcf3d9f6fc5b78b414"
|
|
|
|
dependencies = [
|
2023-03-16 13:11:30 +00:00
|
|
|
"futures 0.3.27",
|
2023-01-14 19:28:33 +00:00
|
|
|
"rustc_version",
|
2022-12-30 08:23:19 +00:00
|
|
|
]
|
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2022-08-17 21:42:29 +00:00
|
|
|
version = "1.0.12"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 21:42:29 +00:00
|
|
|
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2022-08-17 21:42:29 +00:00
|
|
|
version = "1.0.12"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 21:42:29 +00:00
|
|
|
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2022-05-05 11:40:05 +00:00
|
|
|
version = "0.2.9"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 11:40:05 +00:00
|
|
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
2022-01-13 17:36:41 +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-01-14 19:28:33 +00:00
|
|
|
version = "0.3.26"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
|
2022-01-13 17:36:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "0.2.17"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prettyplease"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.1.25"
|
2023-01-14 19:28:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86"
|
2023-01-14 19:28:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"syn",
|
|
|
|
]
|
2022-01-13 17:36:41 +00:00
|
|
|
|
2022-07-06 09:17:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "1.3.1"
|
2022-07-06 09:17:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
|
2022-07-06 09:17:16 +00:00
|
|
|
dependencies = [
|
2022-08-10 22:45:13 +00:00
|
|
|
"once_cell",
|
2023-02-07 08:39:09 +00:00
|
|
|
"toml_edit",
|
2022-07-06 09:17:16 +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",
|
|
|
|
"syn",
|
|
|
|
"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-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "1.0.52"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "1d0e1ae9e836cc3beddd63db0df682593d7e2d3d891ae8c9083d2113e1744224"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
2022-05-21 00:35:59 +00:00
|
|
|
"unicode-ident",
|
2022-01-13 17:36:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "procfs"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ab8809e0c18450a2db0f236d2a44ec0b4c1412d0eb936233579f0990faa5d5cd"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"byteorder",
|
|
|
|
"flate2",
|
|
|
|
"hex",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prometheus"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5986aa8d62380092d2f50f8b1cdba9cb9b6731ffd4b25b51fd126b6c3e05b99c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"fnv",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"memchr",
|
2022-12-30 08:23:19 +00:00
|
|
|
"parking_lot 0.11.2",
|
2022-01-13 17:36:41 +00:00
|
|
|
"procfs",
|
|
|
|
"protobuf",
|
|
|
|
"reqwest",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost"
|
|
|
|
version = "0.7.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 17:36:41 +00:00
|
|
|
checksum = "9e6984d2f1a23009bd270b8bb56d0926810a3d483f59c987d77969e9d8e840b2"
|
|
|
|
dependencies = [
|
2022-12-08 18:39:46 +00:00
|
|
|
"bytes",
|
2022-03-05 14:45:40 +00:00
|
|
|
"prost-derive 0.7.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.11.8"
|
2022-03-05 14:45:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "e48e50df39172a3e7eb17e14642445da64996989bc212b583015435d39a58537"
|
2022-03-05 14:45:40 +00:00
|
|
|
dependencies = [
|
2022-12-08 18:39:46 +00:00
|
|
|
"bytes",
|
2023-03-16 13:11:30 +00:00
|
|
|
"prost-derive 0.11.8",
|
2022-01-13 17:36:41 +00:00
|
|
|
]
|
2020-06-29 15:35:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-01-13 17:36:41 +00:00
|
|
|
name = "prost-build"
|
|
|
|
version = "0.7.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 17:36:41 +00:00
|
|
|
checksum = "32d3ebd75ac2679c2af3a92246639f9fcc8a442ee420719cc4fe195b98dd5fa3"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2022-12-08 18:39:46 +00:00
|
|
|
"bytes",
|
2022-09-17 23:26:52 +00:00
|
|
|
"heck 0.3.3",
|
2022-03-05 14:45:40 +00:00
|
|
|
"itertools 0.9.0",
|
2022-01-13 17:36:41 +00:00
|
|
|
"log",
|
|
|
|
"multimap",
|
2022-03-05 14:45:40 +00:00
|
|
|
"petgraph 0.5.1",
|
|
|
|
"prost 0.7.0",
|
|
|
|
"prost-types 0.7.0",
|
|
|
|
"tempfile",
|
|
|
|
"which",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-build"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.11.8"
|
2022-03-05 14:45:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "2c828f93f5ca4826f97fedcbd3f9a536c16b12cff3dbbb4a007f932bbad95b12"
|
2022-03-05 14:45:40 +00:00
|
|
|
dependencies = [
|
2022-12-08 18:39:46 +00:00
|
|
|
"bytes",
|
2023-02-07 08:39:09 +00:00
|
|
|
"heck 0.4.1",
|
2022-09-26 00:29:38 +00:00
|
|
|
"itertools 0.10.5",
|
2022-03-05 14:45:40 +00:00
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"multimap",
|
2023-02-07 08:39:09 +00:00
|
|
|
"petgraph 0.6.3",
|
2023-01-14 19:28:33 +00:00
|
|
|
"prettyplease",
|
2023-03-16 13:11:30 +00:00
|
|
|
"prost 0.11.8",
|
|
|
|
"prost-types 0.11.8",
|
2022-03-05 14:45:40 +00:00
|
|
|
"regex",
|
2023-01-14 19:28:33 +00:00
|
|
|
"syn",
|
2022-01-13 17:36:41 +00:00
|
|
|
"tempfile",
|
|
|
|
"which",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-01-13 17:36:41 +00:00
|
|
|
name = "prost-derive"
|
|
|
|
version = "0.7.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 17:36:41 +00:00
|
|
|
checksum = "169a15f3008ecb5160cba7d37bcd690a7601b6d30cfb87a117d45e59d52af5d4"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2022-01-13 17:36:41 +00:00
|
|
|
"anyhow",
|
2022-03-05 14:45:40 +00:00
|
|
|
"itertools 0.9.0",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-derive"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.11.8"
|
2022-03-05 14:45:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "4ea9b0f8cbe5e15a8a042d030bd96668db28ecb567ec37d691971ff5731d2b1b"
|
2022-03-05 14:45:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2022-09-26 00:29:38 +00:00
|
|
|
"itertools 0.10.5",
|
2020-06-29 15:35:19 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-01-13 17:36:41 +00:00
|
|
|
name = "prost-types"
|
|
|
|
version = "0.7.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 17:36:41 +00:00
|
|
|
checksum = "b518d7cdd93dab1d1122cf07fa9a60771836c668dde9d9e2a139f957f0d9f1bb"
|
|
|
|
dependencies = [
|
2022-12-08 18:39:46 +00:00
|
|
|
"bytes",
|
2022-03-05 14:45:40 +00:00
|
|
|
"prost 0.7.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-types"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.11.8"
|
2022-03-05 14:45:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "379119666929a1afd7a043aa6cf96fa67a6dce9af60c88095a4686dbce4c9c88"
|
2022-03-05 14:45:40 +00:00
|
|
|
dependencies = [
|
2023-03-16 13:11:30 +00:00
|
|
|
"prost 0.11.8",
|
2022-01-13 17:36:41 +00:00
|
|
|
]
|
2020-06-29 15:35:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-01-13 17:36:41 +00:00
|
|
|
name = "protobuf"
|
2022-09-30 21:24:22 +00:00
|
|
|
version = "2.28.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-30 21:24:22 +00:00
|
|
|
checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-01-13 17:36:41 +00:00
|
|
|
name = "protobuf-build"
|
|
|
|
version = "0.12.3"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 17:36:41 +00:00
|
|
|
checksum = "6a7266835d38c38c73b091a24412de1f4b4382a5195fab1ec038161582b03b78"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2022-01-13 17:36:41 +00:00
|
|
|
"bitflags",
|
|
|
|
"grpcio-compiler",
|
|
|
|
"proc-macro2",
|
2022-03-05 14:45:40 +00:00
|
|
|
"prost-build 0.7.0",
|
2022-01-13 17:36:41 +00:00
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2022-09-01 17:46:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "psl-types"
|
|
|
|
version = "2.0.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac"
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "1.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "1.0.26"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2022-12-30 08:23:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "radium"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
|
|
|
|
|
2022-08-06 10:34:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "radix_trie"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
|
|
|
|
dependencies = [
|
|
|
|
"endian-type",
|
|
|
|
"nibble_vec",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
|
|
dependencies = [
|
2022-01-13 17:36:41 +00:00
|
|
|
"getrandom 0.1.16",
|
2020-06-29 15:35:19 +00:00
|
|
|
"libc",
|
2022-01-13 17:36:41 +00:00
|
|
|
"rand_chacha 0.2.2",
|
2020-06-29 15:35:19 +00:00
|
|
|
"rand_core 0.5.1",
|
2022-02-22 14:16:50 +00:00
|
|
|
"rand_hc",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-29 15:43:37 +00:00
|
|
|
name = "rand"
|
2022-02-22 14:16:50 +00:00
|
|
|
version = "0.8.5"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 14:16:50 +00:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2021-03-29 15:43:37 +00:00
|
|
|
"libc",
|
2022-01-13 17:36:41 +00:00
|
|
|
"rand_chacha 0.3.1",
|
2022-09-17 23:26:52 +00:00
|
|
|
"rand_core 0.6.4",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2022-01-13 17:36:41 +00:00
|
|
|
version = "0.2.2"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 17:36:41 +00:00
|
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2022-01-13 17:36:41 +00:00
|
|
|
"ppv-lite86",
|
2020-06-29 15:35:19 +00:00
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-29 15:43:37 +00:00
|
|
|
name = "rand_chacha"
|
2022-01-13 17:36:41 +00:00
|
|
|
version = "0.3.1"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 17:36:41 +00:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2021-03-29 15:43:37 +00:00
|
|
|
"ppv-lite86",
|
2022-09-17 23:26:52 +00:00
|
|
|
"rand_core 0.6.4",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
|
|
dependencies = [
|
2022-01-13 17:36:41 +00:00
|
|
|
"getrandom 0.1.16",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-29 15:43:37 +00:00
|
|
|
name = "rand_core"
|
2022-09-17 23:26:52 +00:00
|
|
|
version = "0.6.4"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-17 23:26:52 +00:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2023-01-14 19:28:33 +00:00
|
|
|
"getrandom 0.2.8",
|
2020-06-29 15:35:19 +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-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_xoshiro"
|
2022-03-07 18:11:44 +00:00
|
|
|
version = "0.6.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-07 18:11:44 +00:00
|
|
|
checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2022-09-17 23:26:52 +00:00
|
|
|
"rand_core 0.6.4",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-08-10 22:45:13 +00:00
|
|
|
version = "0.2.16"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-10 22:45:13 +00:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2022-08-06 10:34:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
|
|
|
dependencies = [
|
2023-01-14 19:28:33 +00:00
|
|
|
"getrandom 0.2.8",
|
2022-08-06 10:34:43 +00:00
|
|
|
"redox_syscall",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "1.7.1"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "0.6.28"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2022-05-20 21:16:25 +00:00
|
|
|
[[package]]
|
2022-07-06 09:17:16 +00:00
|
|
|
name = "relative-path"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "1.8.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "4bf2521270932c3c7bed1a59151222bd7643c79310f2916f01925e1e16255698"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2023-02-07 08:39:09 +00:00
|
|
|
version = "0.11.14"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 08:39:09 +00:00
|
|
|
checksum = "21eed90ec8570952d53b772ecf8f206aa1ec9a3d76b2521c56c42973f2d91ee9"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2023-02-07 08:39:09 +00:00
|
|
|
"base64 0.21.0",
|
2022-12-08 18:39:46 +00:00
|
|
|
"bytes",
|
2020-06-29 15:35:19 +00:00
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2022-01-22 21:16:13 +00:00
|
|
|
"h2",
|
2020-06-29 15:35:19 +00:00
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
2022-12-30 08:23:19 +00:00
|
|
|
"hyper-rustls",
|
2020-06-29 15:35:19 +00:00
|
|
|
"hyper-tls",
|
2021-03-29 15:43:37 +00:00
|
|
|
"ipnet",
|
2020-06-29 15:35:19 +00:00
|
|
|
"js-sys",
|
2021-03-29 15:43:37 +00:00
|
|
|
"log",
|
|
|
|
"mime",
|
2020-06-29 15:35:19 +00:00
|
|
|
"native-tls",
|
2022-09-26 00:29:38 +00:00
|
|
|
"once_cell",
|
2020-06-29 15:35:19 +00:00
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
2022-12-30 08:23:19 +00:00
|
|
|
"rustls",
|
2023-01-14 19:28:33 +00:00
|
|
|
"rustls-pemfile 1.0.2",
|
2020-06-29 15:35:19 +00:00
|
|
|
"serde",
|
2022-01-13 17:36:41 +00:00
|
|
|
"serde_json",
|
2020-06-29 15:35:19 +00:00
|
|
|
"serde_urlencoded",
|
|
|
|
"tokio",
|
2021-03-29 15:43:37 +00:00
|
|
|
"tokio-native-tls",
|
2022-12-30 08:23:19 +00:00
|
|
|
"tokio-rustls",
|
2022-12-08 18:39:46 +00:00
|
|
|
"tokio-util",
|
2022-06-15 07:42:50 +00:00
|
|
|
"tower-service",
|
2020-06-29 15:35:19 +00:00
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
2023-02-07 08:39:09 +00:00
|
|
|
"wasm-streams",
|
2020-06-29 15:35:19 +00:00
|
|
|
"web-sys",
|
2022-12-30 08:23:19 +00:00
|
|
|
"webpki-roots",
|
2022-02-22 14:16:50 +00:00
|
|
|
"winreg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rexie"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e8e6178d9a4aaae55ce07627003b9281dd02ffd0f489b4f80e1e242380492744"
|
|
|
|
dependencies = [
|
|
|
|
"console_error_panic_hook",
|
|
|
|
"js-sys",
|
|
|
|
"num-traits",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2022-05-10 07:22:04 +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",
|
2022-06-15 11:49:41 +00:00
|
|
|
"spin 0.5.2",
|
2022-05-10 07:22:04 +00:00
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-02-05 23:06:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rmp"
|
2022-05-05 11:40:05 +00:00
|
|
|
version = "0.8.11"
|
2022-02-05 23:06:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 11:40:05 +00:00
|
|
|
checksum = "44519172358fd6d58656c86ab8e7fbc9e1490c3e8f14d35ed78ca0dd07403c9f"
|
2022-02-05 23:06:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"num-traits",
|
2022-05-05 11:40:05 +00:00
|
|
|
"paste",
|
2022-02-05 23:06:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rmp-serde"
|
2022-09-30 21:24:22 +00:00
|
|
|
version = "1.1.1"
|
2022-02-05 23:06:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-30 21:24:22 +00:00
|
|
|
checksum = "c5b13be192e0220b8afb7222aa5813cb62cc269ebb5cac346ca6487681d2913e"
|
2022-02-05 23:06:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"rmp",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
2022-01-13 17:36:41 +00:00
|
|
|
name = "robust"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e5864e7ef1a6b7bcf1d6ca3f655e65e724ed3b52546a0d0a663c991522f552ea"
|
|
|
|
|
2022-08-28 13:35:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rocksdb"
|
2023-02-11 23:00:03 +00:00
|
|
|
version = "0.20.1"
|
2022-08-28 13:35:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-11 23:00:03 +00:00
|
|
|
checksum = "015439787fce1e75d55f279078d33ff14b4af5d93d995e8838ee4631301c8a99"
|
2022-08-28 13:35:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"librocksdb-sys",
|
|
|
|
]
|
|
|
|
|
2022-07-06 09:17:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rquickjs"
|
2022-08-23 22:52:43 +00:00
|
|
|
version = "0.1.7"
|
2022-07-06 09:17:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-23 22:52:43 +00:00
|
|
|
checksum = "fc022cc82b5de6f38b2f4ddb8ed9c49cdbd7ce112e650b181598e102157257de"
|
2022-07-06 09:17:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"rquickjs-core",
|
|
|
|
"rquickjs-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rquickjs-core"
|
2022-08-23 22:52:43 +00:00
|
|
|
version = "0.1.7"
|
2022-07-06 09:17:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-23 22:52:43 +00:00
|
|
|
checksum = "74fa1ecc1c84b31da87e5b26ce2b5218d36ffeb5c322141c78b79fa86a6ee3b9"
|
2022-07-06 09:17:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-task",
|
2022-12-08 18:39:46 +00:00
|
|
|
"flume",
|
2022-07-06 09:17:16 +00:00
|
|
|
"futures-lite",
|
|
|
|
"pin-project-lite",
|
|
|
|
"relative-path",
|
|
|
|
"rquickjs-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rquickjs-macro"
|
2022-08-23 22:52:43 +00:00
|
|
|
version = "0.1.7"
|
2022-07-06 09:17:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-23 22:52:43 +00:00
|
|
|
checksum = "a59ea6b93ccb811b02fefef0eec225d7fed0366b929ebf849afb22013c2953a0"
|
2022-07-06 09:17:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"indexmap",
|
|
|
|
"proc-macro-crate",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rquickjs-core",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rquickjs-sys"
|
2022-08-23 22:52:43 +00:00
|
|
|
version = "0.1.7"
|
2022-07-06 09:17:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-23 22:52:43 +00:00
|
|
|
checksum = "24311952af42d8252e399cf48e7d470cb413b1a11a1a5b7fab648cd2edec76c5"
|
2022-07-06 09:17:16 +00:00
|
|
|
dependencies = [
|
2022-09-11 22:37:25 +00:00
|
|
|
"bindgen 0.60.1",
|
2022-07-06 09:17:16 +00:00
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rstar"
|
2022-06-15 11:49:41 +00:00
|
|
|
version = "0.9.3"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-15 11:49:41 +00:00
|
|
|
checksum = "b40f1bfe5acdab44bc63e6699c28b74f75ec43afb59f3eda01e145aff86a25fa"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2022-01-13 17:36:41 +00:00
|
|
|
"heapless",
|
2020-06-29 15:35:19 +00:00
|
|
|
"num-traits",
|
2022-01-13 17:36:41 +00:00
|
|
|
"smallvec",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-01-13 17:36:41 +00:00
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 17:36:41 +00:00
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2022-06-15 11:49:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
|
|
dependencies = [
|
2023-01-14 19:28:33 +00:00
|
|
|
"semver",
|
2022-06-15 11:49:41 +00:00
|
|
|
]
|
|
|
|
|
2022-08-06 10:34:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.36.9"
|
2022-08-06 10:34:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "fd5c6ff11fecd55b40746d1995a02f2eb375bf8c00d192d521ee09f42bef37bc"
|
2022-08-06 10:34:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"errno",
|
|
|
|
"io-lifetimes",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
2023-02-07 08:39:09 +00:00
|
|
|
"windows-sys 0.45.0",
|
2022-08-06 10:34:43 +00:00
|
|
|
]
|
|
|
|
|
2022-05-10 07:22:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "0.20.8"
|
2022-05-10 07:22:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
|
2022-05-10 07:22:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"ring",
|
|
|
|
"sct",
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
2022-09-30 21:24:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"
|
|
|
|
dependencies = [
|
2023-01-14 19:28:33 +00:00
|
|
|
"base64 0.13.1",
|
2022-09-30 21:24:22 +00:00
|
|
|
]
|
|
|
|
|
2022-12-30 08:23:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "1.0.2"
|
2022-12-30 08:23:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"
|
2022-12-30 08:23:19 +00:00
|
|
|
dependencies = [
|
2023-01-14 19:28:33 +00:00
|
|
|
"base64 0.21.0",
|
2022-12-30 08:23:19 +00:00
|
|
|
]
|
|
|
|
|
2023-03-20 15:20:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
|
|
|
version = "1.0.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
|
|
|
|
|
2022-08-06 10:34:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustyline"
|
2023-02-07 08:39:09 +00:00
|
|
|
version = "10.1.1"
|
2022-08-06 10:34:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 08:39:09 +00:00
|
|
|
checksum = "c1e83c32c3f3c33b08496e0d1df9ea8c64d39adb8eb36a1ebb1440c690697aef"
|
2022-08-06 10:34:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cfg-if",
|
|
|
|
"clipboard-win",
|
|
|
|
"dirs-next",
|
|
|
|
"fd-lock",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"nix",
|
|
|
|
"radix_trie",
|
|
|
|
"scopeguard",
|
|
|
|
"unicode-segmentation",
|
|
|
|
"unicode-width",
|
|
|
|
"utf8parse",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "1.0.13"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "safemem"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
|
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "salsa20"
|
2022-02-22 14:16:50 +00:00
|
|
|
version = "0.10.2"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 14:16:50 +00:00
|
|
|
checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
2022-12-08 18:39:46 +00:00
|
|
|
"cipher",
|
2022-01-13 17:36:41 +00:00
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
2021-03-29 15:43:37 +00:00
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-29 15:43:37 +00:00
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2021-03-29 15:43:37 +00:00
|
|
|
"winapi-util",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-29 15:43:37 +00:00
|
|
|
name = "schannel"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "0.1.21"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
|
2021-03-29 15:43:37 +00:00
|
|
|
dependencies = [
|
2023-02-07 08:39:09 +00:00
|
|
|
"windows-sys 0.42.0",
|
2021-03-29 15:43:37 +00:00
|
|
|
]
|
2020-06-29 15:35:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "1.0.1"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
2023-01-14 19:28:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scratch"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "1.0.5"
|
2023-01-14 19:28:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
|
2023-01-14 19:28:33 +00:00
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scrypt"
|
2022-04-01 21:04:11 +00:00
|
|
|
version = "0.10.0"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-01 21:04:11 +00:00
|
|
|
checksum = "9f9e24d2b632954ded8ab2ef9fea0a0c769ea56ea98bddbafbad22caeeadf45d"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
2022-12-08 18:39:46 +00:00
|
|
|
"hmac",
|
2022-01-13 17:36:41 +00:00
|
|
|
"password-hash",
|
2022-01-23 12:30:59 +00:00
|
|
|
"pbkdf2",
|
2022-01-13 17:36:41 +00:00
|
|
|
"salsa20",
|
2022-12-08 18:39:46 +00:00
|
|
|
"sha2",
|
2022-01-13 17:36:41 +00:00
|
|
|
]
|
|
|
|
|
2022-05-10 07:22:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
2022-09-30 21:24:22 +00:00
|
|
|
version = "0.7.0"
|
2022-05-10 07:22:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-30 21:24:22 +00:00
|
|
|
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
|
2022-05-10 07:22:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2023-02-07 08:39:09 +00:00
|
|
|
version = "2.8.2"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 08:39:09 +00:00
|
|
|
checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
2021-03-29 15:43:37 +00:00
|
|
|
"libc",
|
2020-06-29 15:35:19 +00:00
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2023-02-07 08:39:09 +00:00
|
|
|
version = "2.8.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 08:39:09 +00:00
|
|
|
checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-06-15 11:49:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "1.0.17"
|
2022-06-15 11:49:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
|
2022-12-30 08:23:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2022-06-15 11:49:41 +00:00
|
|
|
|
2022-12-30 08:23:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "send_wrapper"
|
2023-02-07 08:39:09 +00:00
|
|
|
version = "0.6.0"
|
2022-12-30 08:23:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 08:39:09 +00:00
|
|
|
checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
|
2022-12-30 08:23:19 +00:00
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "1.0.156"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "314b5b092c0ade17c00142951e50ced110ec27cea304b1037c6969246c2469a4"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_cbor"
|
2022-01-13 17:36:41 +00:00
|
|
|
version = "0.11.2"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 17:36:41 +00:00
|
|
|
checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"half",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "1.0.156"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "d7e29c4601e36bcec74a223228dce795f4cd3616341a4af93520ca1a837c087d"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "1.0.94"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2022-02-22 14:16:50 +00:00
|
|
|
"itoa",
|
2020-06-29 15:35:19 +00:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-03-20 15:20:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_path_to_error"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "db0969fff533976baadd92e08b1d102c5a3d8a8049eadfd69d4d1e3c5b2ed189"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2022-01-22 21:16:13 +00:00
|
|
|
version = "0.7.1"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-22 21:16:13 +00:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2021-03-29 15:43:37 +00:00
|
|
|
"form_urlencoded",
|
2022-02-22 14:16:50 +00:00
|
|
|
"itoa",
|
2021-03-29 15:43:37 +00:00
|
|
|
"ryu",
|
2020-06-29 15:35:19 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-01-23 12:30:59 +00:00
|
|
|
name = "sha-1"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "0.10.1"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
2022-12-08 18:39:46 +00:00
|
|
|
"digest",
|
2022-07-17 16:17:02 +00:00
|
|
|
]
|
|
|
|
|
2022-09-17 23:26:52 +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",
|
2022-12-08 18:39:46 +00:00
|
|
|
"digest",
|
2022-07-17 16:17:02 +00:00
|
|
|
]
|
|
|
|
|
2022-01-22 21:16:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2022-09-17 23:26:52 +00:00
|
|
|
version = "0.10.6"
|
2022-01-22 21:16:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-17 23:26:52 +00:00
|
|
|
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
|
2022-01-22 21:16:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
2022-12-08 18:39:46 +00:00
|
|
|
"digest",
|
2022-01-22 21:16:13 +00:00
|
|
|
]
|
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
|
|
|
|
|
2022-08-15 18:35:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
|
|
|
|
|
2022-09-22 02:01:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2023-02-11 23:00:03 +00:00
|
|
|
version = "1.4.1"
|
2022-09-22 02:01:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-11 23:00:03 +00:00
|
|
|
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
|
2022-09-22 02:01:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-05-10 07:29:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "simple_asn1"
|
2022-06-15 07:42:50 +00:00
|
|
|
version = "0.6.2"
|
2022-05-10 07:29:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-15 07:42:50 +00:00
|
|
|
checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
|
2022-05-10 07:29:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-bigint",
|
|
|
|
"num-traits",
|
|
|
|
"thiserror",
|
2023-03-16 13:11:30 +00:00
|
|
|
"time 0.3.20",
|
2022-05-10 07:29:25 +00:00
|
|
|
]
|
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sized-chunks"
|
|
|
|
version = "0.6.5"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 17:36:41 +00:00
|
|
|
checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e"
|
2021-03-29 15:43:37 +00:00
|
|
|
dependencies = [
|
2022-01-13 17:36:41 +00:00
|
|
|
"bitmaps",
|
|
|
|
"typenum",
|
2021-03-29 15:43:37 +00:00
|
|
|
]
|
2020-06-29 15:35:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.4.8"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
|
2022-08-10 22:45:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2022-01-13 17:36:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "1.10.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.4.9"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-03-29 15:43:37 +00:00
|
|
|
"winapi",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2022-05-10 07:22:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
2022-06-15 11:49:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.9.6"
|
2022-06-15 11:49:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "b5d6e0250b93c8427a177b849d144a96d5acc57006149479403d7861ab721e34"
|
2022-06-15 11:49:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
2022-01-13 17:36:41 +00:00
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 17:36:41 +00:00
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2022-08-15 18:35:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
2022-03-15 12:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "storekey"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "0.4.0"
|
2022-03-15 12:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "7d6ab48f70cbe007a4feadc047ed7c598a19b505e98aa7b605a2a568b6fec003"
|
2022-03-15 12:36:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2022-08-06 10:34:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "str-buf"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0"
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2022-01-23 12:30:59 +00:00
|
|
|
version = "0.10.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-23 12:30:59 +00:00
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
|
|
|
version = "2.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "surreal"
|
2022-09-30 21:33:00 +00:00
|
|
|
version = "1.0.0-beta.8"
|
2022-02-22 14:16:50 +00:00
|
|
|
dependencies = [
|
2022-05-10 07:29:25 +00:00
|
|
|
"argon2",
|
2023-01-14 19:28:33 +00:00
|
|
|
"base64 0.21.0",
|
2022-12-08 18:39:46 +00:00
|
|
|
"bytes",
|
2022-02-22 14:16:50 +00:00
|
|
|
"chrono",
|
|
|
|
"clap",
|
|
|
|
"fern",
|
2023-03-16 13:11:30 +00:00
|
|
|
"futures 0.3.27",
|
2022-02-22 14:16:50 +00:00
|
|
|
"http",
|
|
|
|
"hyper",
|
2022-05-10 07:29:25 +00:00
|
|
|
"jsonwebtoken",
|
2022-02-22 14:16:50 +00:00
|
|
|
"log",
|
|
|
|
"once_cell",
|
2022-05-07 14:15:11 +00:00
|
|
|
"rand 0.8.5",
|
2022-02-22 14:16:50 +00:00
|
|
|
"reqwest",
|
|
|
|
"rmp-serde",
|
2022-08-06 10:34:43 +00:00
|
|
|
"rustyline",
|
2022-02-22 14:16:50 +00:00
|
|
|
"serde",
|
|
|
|
"serde_cbor",
|
|
|
|
"serde_json",
|
|
|
|
"surrealdb",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
2023-01-17 14:10:21 +00:00
|
|
|
"urlencoding",
|
2022-02-22 14:16:50 +00:00
|
|
|
"warp",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "surrealdb"
|
2022-09-30 21:33:00 +00:00
|
|
|
version = "1.0.0-beta.8"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2022-09-01 17:46:36 +00:00
|
|
|
"addr",
|
2022-01-13 17:36:41 +00:00
|
|
|
"argon2",
|
2022-05-13 20:46:56 +00:00
|
|
|
"async-channel",
|
|
|
|
"async-executor",
|
2022-01-14 17:15:18 +00:00
|
|
|
"async-recursion",
|
2022-09-20 07:14:58 +00:00
|
|
|
"bcrypt",
|
2022-03-17 21:01:29 +00:00
|
|
|
"bigdecimal",
|
2020-06-29 15:35:19 +00:00
|
|
|
"chrono",
|
2022-07-04 09:41:18 +00:00
|
|
|
"deunicode",
|
2022-01-22 21:16:13 +00:00
|
|
|
"dmp",
|
2022-01-13 17:36:41 +00:00
|
|
|
"echodb",
|
2023-03-10 15:24:27 +00:00
|
|
|
"env_logger 0.10.0",
|
2022-12-30 08:23:19 +00:00
|
|
|
"flume",
|
2022-08-15 18:35:41 +00:00
|
|
|
"foundationdb",
|
2023-03-16 13:11:30 +00:00
|
|
|
"futures 0.3.27",
|
2022-12-30 08:23:19 +00:00
|
|
|
"futures-concurrency",
|
2022-01-13 17:36:41 +00:00
|
|
|
"fuzzy-matcher",
|
|
|
|
"geo",
|
2022-12-30 08:23:19 +00:00
|
|
|
"indexmap",
|
2022-02-22 14:16:50 +00:00
|
|
|
"indxdb",
|
2022-04-27 15:21:51 +00:00
|
|
|
"lexical-sort",
|
2021-03-29 15:43:37 +00:00
|
|
|
"log",
|
2022-01-13 17:36:41 +00:00
|
|
|
"md-5",
|
2022-02-14 10:13:50 +00:00
|
|
|
"nanoid",
|
2022-12-30 08:23:19 +00:00
|
|
|
"native-tls",
|
2023-02-07 08:39:09 +00:00
|
|
|
"nom 7.1.3",
|
2022-01-13 17:36:41 +00:00
|
|
|
"once_cell",
|
2022-01-23 12:30:59 +00:00
|
|
|
"pbkdf2",
|
2022-12-30 08:23:19 +00:00
|
|
|
"pharos",
|
2022-02-22 14:16:50 +00:00
|
|
|
"rand 0.8.5",
|
2020-06-29 15:35:19 +00:00
|
|
|
"regex",
|
2022-12-08 18:39:46 +00:00
|
|
|
"reqwest",
|
2022-02-05 23:06:16 +00:00
|
|
|
"rmp-serde",
|
2022-08-28 13:35:25 +00:00
|
|
|
"rocksdb",
|
2022-07-06 09:17:16 +00:00
|
|
|
"rquickjs",
|
2022-12-30 08:23:19 +00:00
|
|
|
"rustls",
|
2022-01-13 17:36:41 +00:00
|
|
|
"scrypt",
|
2023-01-14 19:28:33 +00:00
|
|
|
"semver",
|
2020-06-29 15:35:19 +00:00
|
|
|
"serde",
|
2022-12-30 08:23:19 +00:00
|
|
|
"serde_json",
|
2022-09-30 21:24:22 +00:00
|
|
|
"sha-1",
|
2022-12-08 18:39:46 +00:00
|
|
|
"sha2",
|
2022-03-15 12:36:41 +00:00
|
|
|
"storekey",
|
2022-02-26 00:34:05 +00:00
|
|
|
"surrealdb-derive",
|
2023-03-10 15:24:27 +00:00
|
|
|
"temp-dir",
|
2021-03-29 15:43:37 +00:00
|
|
|
"thiserror",
|
2022-01-13 17:36:41 +00:00
|
|
|
"tikv-client",
|
2023-03-16 13:11:30 +00:00
|
|
|
"time 0.3.20",
|
2020-06-29 15:35:19 +00:00
|
|
|
"tokio",
|
2022-12-30 08:23:19 +00:00
|
|
|
"tokio-stream",
|
2023-01-14 19:28:33 +00:00
|
|
|
"tokio-tungstenite 0.18.0",
|
2022-12-30 08:23:19 +00:00
|
|
|
"tokio-util",
|
2022-02-22 14:16:50 +00:00
|
|
|
"trice",
|
2022-12-30 08:23:19 +00:00
|
|
|
"ulid",
|
2022-01-13 17:36:41 +00:00
|
|
|
"url",
|
2020-06-29 15:35:19 +00:00
|
|
|
"uuid",
|
2022-12-30 08:23:19 +00:00
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"ws_stream_wasm",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2022-02-26 00:34:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "surrealdb-derive"
|
2022-10-25 13:38:23 +00:00
|
|
|
version = "0.5.0"
|
2022-02-26 00:34:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-25 13:38:23 +00:00
|
|
|
checksum = "552bb4f9eb49f493b14d79d989ea9ecb53ee8cee0aad529e289faca72fb78b14"
|
2022-02-26 00:34:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "1.0.109"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-05-21 00:35:59 +00:00
|
|
|
"unicode-ident",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2023-03-20 15:20:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
|
|
|
|
2022-12-30 08:23:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tap"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
|
|
|
2023-03-10 15:24:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "temp-dir"
|
|
|
|
version = "0.1.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "af547b166dd1ea4b472165569fc456cfb6818116f854690b0ff205e636523dab"
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "3.4.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2022-01-13 17:36:41 +00:00
|
|
|
"cfg-if",
|
2022-01-22 21:16:13 +00:00
|
|
|
"fastrand",
|
2020-06-29 15:35:19 +00:00
|
|
|
"redox_syscall",
|
2023-03-16 13:11:30 +00:00
|
|
|
"rustix",
|
|
|
|
"windows-sys 0.42.0",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-01-23 12:30:59 +00:00
|
|
|
name = "termcolor"
|
2023-02-07 08:39:09 +00:00
|
|
|
version = "1.2.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 08:39:09 +00:00
|
|
|
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2022-01-23 12:30:59 +00:00
|
|
|
"winapi-util",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2022-01-23 12:30:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "0.16.0"
|
2022-01-23 12:30:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
|
2022-01-23 12:30:59 +00:00
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
2021-03-29 15:43:37 +00:00
|
|
|
name = "thiserror"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "1.0.39"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "a5ab016db510546d856297882807df8da66a16fb8c4101cb8b30054b0d5b2d9c"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2021-03-29 15:43:37 +00:00
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "1.0.39"
|
2021-03-29 15:43:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "5420d42e90af0c38c3290abcca25b9b3bdf379fc9f55c528f53a269d9c9a267e"
|
2021-03-29 15:43:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "1.1.7"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
2023-03-16 13:11:30 +00:00
|
|
|
"cfg-if",
|
2022-01-13 17:36:41 +00:00
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tikv-client"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "26904b386ca52ce25b3a620b397e6e4e93c4fd06d13c2c5936d9ac597f897263"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"derive-new",
|
|
|
|
"fail",
|
2023-03-16 13:11:30 +00:00
|
|
|
"futures 0.3.27",
|
2022-01-13 17:36:41 +00:00
|
|
|
"futures-timer",
|
|
|
|
"grpcio",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"prometheus",
|
2022-02-22 14:16:50 +00:00
|
|
|
"rand 0.8.5",
|
2022-01-13 17:36:41 +00:00
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"thiserror",
|
|
|
|
"tikv-client-common",
|
|
|
|
"tikv-client-pd",
|
|
|
|
"tikv-client-proto",
|
|
|
|
"tikv-client-store",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tikv-client-common"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72fc3bb3fbec1f2a3354d4bbe48501b23ea47b79da2ffaedeadcc8a6183188e4"
|
|
|
|
dependencies = [
|
2023-03-16 13:11:30 +00:00
|
|
|
"futures 0.3.27",
|
2022-01-13 17:36:41 +00:00
|
|
|
"grpcio",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"thiserror",
|
|
|
|
"tikv-client-proto",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tikv-client-pd"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8cadef1633d4e7952d9a3a88211f03f71e9f90769a5b50c40b5eccc06408977"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
2023-03-16 13:11:30 +00:00
|
|
|
"futures 0.3.27",
|
2022-01-13 17:36:41 +00:00
|
|
|
"grpcio",
|
|
|
|
"log",
|
|
|
|
"tikv-client-common",
|
|
|
|
"tikv-client-proto",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tikv-client-proto"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f9707c63c11c19b87b6eb3df40c6103d0f1e2f06b53445bad91a8c9e06407d9b"
|
|
|
|
dependencies = [
|
2023-03-16 13:11:30 +00:00
|
|
|
"futures 0.3.27",
|
2022-01-13 17:36:41 +00:00
|
|
|
"grpcio",
|
|
|
|
"lazy_static",
|
2022-03-05 14:45:40 +00:00
|
|
|
"prost 0.7.0",
|
|
|
|
"prost-derive 0.7.0",
|
2022-01-13 17:36:41 +00:00
|
|
|
"protobuf",
|
|
|
|
"protobuf-build",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tikv-client-store"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ab348b60ef0a384985c488e25bf35721956b3b45332945f0841f9ac8a693586"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"derive-new",
|
2023-03-16 13:11:30 +00:00
|
|
|
"futures 0.3.27",
|
2022-01-13 17:36:41 +00:00
|
|
|
"grpcio",
|
|
|
|
"log",
|
|
|
|
"tikv-client-common",
|
|
|
|
"tikv-client-proto",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "0.1.45"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-01-13 17:36:41 +00:00
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
2021-03-29 15:43:37 +00:00
|
|
|
"winapi",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2022-05-10 07:29:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.3.20"
|
2022-05-10 07:29:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890"
|
2022-05-10 07:29:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
2022-12-30 08:23:19 +00:00
|
|
|
"serde",
|
|
|
|
"time-core",
|
2022-12-08 18:39:46 +00:00
|
|
|
"time-macros",
|
2022-05-10 07:29:25 +00:00
|
|
|
]
|
|
|
|
|
2022-12-30 08:23:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
|
|
|
|
|
2022-05-10 07:29:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.2.8"
|
2022-05-10 07:29:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36"
|
2022-12-30 08:23:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"time-core",
|
|
|
|
]
|
2022-05-10 07:29:25 +00:00
|
|
|
|
2021-03-29 15:43:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-05-05 11:40:05 +00:00
|
|
|
version = "1.6.0"
|
2021-03-29 15:43:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 11:40:05 +00:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2021-03-29 15:43:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-02-07 08:39:09 +00:00
|
|
|
version = "0.1.1"
|
2021-03-29 15:43:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 08:39:09 +00:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2021-03-29 15:43:37 +00:00
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "1.26.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2022-07-18 23:14:46 +00:00
|
|
|
"autocfg",
|
2022-12-08 18:39:46 +00:00
|
|
|
"bytes",
|
2021-03-29 15:43:37 +00:00
|
|
|
"libc",
|
2020-06-29 15:35:19 +00:00
|
|
|
"memchr",
|
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
2022-12-30 08:23:19 +00:00
|
|
|
"parking_lot 0.12.1",
|
2020-06-29 15:35:19 +00:00
|
|
|
"pin-project-lite",
|
2022-09-22 02:01:11 +00:00
|
|
|
"signal-hook-registry",
|
2022-02-22 14:16:50 +00:00
|
|
|
"socket2",
|
2020-06-29 15:35:19 +00:00
|
|
|
"tokio-macros",
|
2023-03-16 13:11:30 +00:00
|
|
|
"windows-sys 0.45.0",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "1.8.2"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-29 15:43:37 +00:00
|
|
|
name = "tokio-native-tls"
|
2023-02-11 23:00:03 +00:00
|
|
|
version = "0.3.1"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-11 23:00:03 +00:00
|
|
|
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2022-05-10 07:22:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
2022-09-30 21:24:22 +00:00
|
|
|
version = "0.23.4"
|
2022-05-10 07:22:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-30 21:24:22 +00:00
|
|
|
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
|
2022-05-10 07:22:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"rustls",
|
|
|
|
"tokio",
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
2021-03-29 15:43:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.1.12"
|
2021-03-29 15:43:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313"
|
2021-03-29 15:43:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-tungstenite"
|
2022-09-30 21:24:22 +00:00
|
|
|
version = "0.17.2"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-30 21:24:22 +00:00
|
|
|
checksum = "f714dd15bead90401d77e04243611caec13726c2408afd5b31901dfcdcb3b181"
|
2023-01-14 19:28:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"log",
|
|
|
|
"tokio",
|
|
|
|
"tungstenite 0.17.3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-tungstenite"
|
|
|
|
version = "0.18.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "54319c93411147bced34cb5609a80e0a8e44c5999c93903a81cd866630ec0bfd"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2021-03-29 15:43:37 +00:00
|
|
|
"futures-util",
|
|
|
|
"log",
|
2022-12-30 08:23:19 +00:00
|
|
|
"native-tls",
|
|
|
|
"rustls",
|
2020-06-29 15:35:19 +00:00
|
|
|
"tokio",
|
2022-12-30 08:23:19 +00:00
|
|
|
"tokio-native-tls",
|
|
|
|
"tokio-rustls",
|
2023-01-14 19:28:33 +00:00
|
|
|
"tungstenite 0.18.0",
|
2022-12-30 08:23:19 +00:00
|
|
|
"webpki",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2022-04-01 21:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.7.7"
|
2022-04-01 21:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2"
|
2022-04-01 21:04:11 +00:00
|
|
|
dependencies = [
|
2022-12-08 18:39:46 +00:00
|
|
|
"bytes",
|
2022-04-01 21:04:11 +00:00
|
|
|
"futures-core",
|
2022-12-30 08:23:19 +00:00
|
|
|
"futures-io",
|
2022-04-01 21:04:11 +00:00
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2022-07-06 09:17:16 +00:00
|
|
|
[[package]]
|
2023-02-07 08:39:09 +00:00
|
|
|
name = "toml_datetime"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.6.1"
|
2023-02-07 08:39:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622"
|
2023-02-07 08:39:09 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.19.7"
|
2022-07-06 09:17:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "dc18466501acd8ac6a3f615dd29a3438f8ca6bb3b19537138b3106e575621274"
|
2022-07-06 09:17:16 +00:00
|
|
|
dependencies = [
|
2023-02-07 08:39:09 +00:00
|
|
|
"indexmap",
|
|
|
|
"toml_datetime",
|
2023-03-16 13:11:30 +00:00
|
|
|
"winnow",
|
2022-07-06 09:17:16 +00:00
|
|
|
]
|
|
|
|
|
2023-03-20 15:20:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tower"
|
|
|
|
version = "0.4.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"pin-project",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"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"
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2022-07-18 23:14:46 +00:00
|
|
|
version = "0.3.2"
|
2021-03-29 15:43:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-18 23:14:46 +00:00
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
2021-03-29 15:43:37 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2022-12-30 08:23:19 +00:00
|
|
|
version = "0.1.37"
|
2021-03-29 15:43:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-30 08:23:19 +00:00
|
|
|
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
2021-03-29 15:43:37 +00:00
|
|
|
dependencies = [
|
2022-01-13 17:36:41 +00:00
|
|
|
"cfg-if",
|
2021-03-29 15:43:37 +00:00
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2022-12-30 08:23:19 +00:00
|
|
|
version = "0.1.30"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-30 08:23:19 +00:00
|
|
|
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
|
2021-03-29 15:43:37 +00:00
|
|
|
dependencies = [
|
2022-06-15 07:42:50 +00:00
|
|
|
"once_cell",
|
2021-03-29 15:43:37 +00:00
|
|
|
]
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2022-02-22 14:16:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "trice"
|
2023-03-08 10:35:45 +00:00
|
|
|
version = "0.3.0"
|
2022-02-22 14:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-08 10:35:45 +00:00
|
|
|
checksum = "4bececc2de8a2e243c7132ed9d895814942829ca525415bfe334f125158a0042"
|
2022-02-22 14:16:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "0.2.4"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tungstenite"
|
2022-09-30 21:24:22 +00:00
|
|
|
version = "0.17.3"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-30 21:24:22 +00:00
|
|
|
checksum = "e27992fd6a8c29ee7eef28fc78349aa244134e10ad447ce3b9f0ac0ed0fa4ce0"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2023-01-14 19:28:33 +00:00
|
|
|
"base64 0.13.1",
|
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"httparse",
|
|
|
|
"log",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"sha-1",
|
|
|
|
"thiserror",
|
|
|
|
"url",
|
|
|
|
"utf-8",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tungstenite"
|
|
|
|
version = "0.18.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "30ee6ab729cd4cf0fd55218530c4522ed30b7b6081752839b68fcec8d0960788"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.13.1",
|
2020-06-29 15:35:19 +00:00
|
|
|
"byteorder",
|
2022-12-08 18:39:46 +00:00
|
|
|
"bytes",
|
2020-06-29 15:35:19 +00:00
|
|
|
"http",
|
|
|
|
"httparse",
|
2021-03-29 15:43:37 +00:00
|
|
|
"log",
|
2022-12-30 08:23:19 +00:00
|
|
|
"native-tls",
|
2022-02-22 14:16:50 +00:00
|
|
|
"rand 0.8.5",
|
2022-12-30 08:23:19 +00:00
|
|
|
"rustls",
|
2023-01-14 19:28:33 +00:00
|
|
|
"sha1",
|
2022-01-22 21:16:13 +00:00
|
|
|
"thiserror",
|
2020-06-29 15:35:19 +00:00
|
|
|
"url",
|
|
|
|
"utf-8",
|
2022-12-30 08:23:19 +00:00
|
|
|
"webpki",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "twoway"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59b11b2b5241ba34be09c3cc85a36e56e48f9888862e19cedf23336d35316ed1"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "1.16.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2022-12-30 08:23:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ulid"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "13a3aaa69b04e5b66cc27309710a569ea23593612387d67daaf102e73aa974fd"
|
|
|
|
dependencies = [
|
|
|
|
"rand 0.8.5",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
|
|
|
dependencies = [
|
2021-03-29 15:43:37 +00:00
|
|
|
"version_check",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.3.11"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "524b68aca1d05e03fdf03fcdce2c6c94b6daf6d16861ddaa7e4f2b6638a9052c"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2022-05-21 00:35:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "1.0.8"
|
2022-05-21 00:35:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
|
2022-05-21 00:35:59 +00:00
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2022-09-17 23:26:52 +00:00
|
|
|
version = "0.1.22"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-17 23:26:52 +00:00
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2021-03-29 15:43:37 +00:00
|
|
|
"tinyvec",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2023-02-07 08:39:09 +00:00
|
|
|
version = "1.10.1"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 08:39:09 +00:00
|
|
|
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
|
2022-01-13 17:36:41 +00:00
|
|
|
|
2022-08-06 10:34:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2022-09-17 23:26:52 +00:00
|
|
|
version = "0.1.10"
|
2022-08-06 10:34:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-17 23:26:52 +00:00
|
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
2022-08-06 10:34:43 +00:00
|
|
|
|
2022-05-10 07:22:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2022-09-17 23:26:52 +00:00
|
|
|
version = "2.3.1"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-17 23:26:52 +00:00
|
|
|
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2021-03-29 15:43:37 +00:00
|
|
|
"form_urlencoded",
|
2020-06-29 15:35:19 +00:00
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2022-01-22 21:16:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "urlencoding"
|
2022-09-17 23:26:52 +00:00
|
|
|
version = "2.1.2"
|
2022-01-22 21:16:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-17 23:26:52 +00:00
|
|
|
checksum = "e8db7427f936968176eaa7cdf81b7f98b980b18495ec28f1b5791ac3bfe3eea9"
|
2022-01-22 21:16:13 +00:00
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf-8"
|
2022-01-13 17:36:41 +00:00
|
|
|
version = "0.7.6"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 17:36:41 +00:00
|
|
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2022-08-06 10:34:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.2.1"
|
2022-08-06 10:34:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
2022-08-06 10:34:43 +00:00
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2023-02-07 08:39:09 +00:00
|
|
|
version = "1.3.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 08:39:09 +00:00
|
|
|
checksum = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2022-10-16 22:22:34 +00:00
|
|
|
"atomic",
|
2023-01-14 19:28:33 +00:00
|
|
|
"getrandom 0.2.8",
|
2020-06-29 15:35:19 +00:00
|
|
|
"serde",
|
2022-12-07 19:30:29 +00:00
|
|
|
"wasm-bindgen",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2022-01-13 17:36:41 +00:00
|
|
|
version = "0.2.15"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 17:36:41 +00:00
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-01-22 21:16:13 +00:00
|
|
|
version = "0.9.4"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-22 21:16:13 +00:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2022-05-13 20:46:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "waker-fn"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
2021-03-29 15:43:37 +00:00
|
|
|
name = "walkdir"
|
|
|
|
version = "2.3.2"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-29 15:43:37 +00:00
|
|
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
2020-06-29 15:35:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
|
|
|
dependencies = [
|
2021-03-29 15:43:37 +00:00
|
|
|
"log",
|
2020-06-29 15:35:19 +00:00
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "warp"
|
2022-09-30 21:24:22 +00:00
|
|
|
version = "0.3.3"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-30 21:24:22 +00:00
|
|
|
checksum = "ed7b8be92646fc3d18b06147664ebc5f48d222686cb11a8755e561a735aacc6d"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-compression",
|
2022-12-08 18:39:46 +00:00
|
|
|
"bytes",
|
2022-01-22 21:16:13 +00:00
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
2020-06-29 15:35:19 +00:00
|
|
|
"headers",
|
|
|
|
"http",
|
|
|
|
"hyper",
|
2021-03-29 15:43:37 +00:00
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
2020-06-29 15:35:19 +00:00
|
|
|
"multipart",
|
2021-03-29 15:43:37 +00:00
|
|
|
"percent-encoding",
|
2020-06-29 15:35:19 +00:00
|
|
|
"pin-project",
|
2022-12-30 08:23:19 +00:00
|
|
|
"rustls-pemfile 0.2.1",
|
2021-03-29 15:43:37 +00:00
|
|
|
"scoped-tls",
|
2020-06-29 15:35:19 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"tokio",
|
2022-05-10 07:22:04 +00:00
|
|
|
"tokio-rustls",
|
2021-03-29 15:43:37 +00:00
|
|
|
"tokio-stream",
|
2023-01-14 19:28:33 +00:00
|
|
|
"tokio-tungstenite 0.17.2",
|
2022-09-30 21:24:22 +00:00
|
|
|
"tokio-util",
|
2020-06-29 15:35:19 +00:00
|
|
|
"tower-service",
|
2021-03-29 15:43:37 +00:00
|
|
|
"tracing",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
|
2021-03-29 15:43:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2022-01-13 17:36:41 +00:00
|
|
|
version = "0.10.0+wasi-snapshot-preview1"
|
2021-03-29 15:43:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 17:36:41 +00:00
|
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
2021-03-29 15:43:37 +00:00
|
|
|
|
2022-03-16 15:47:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2023-02-07 08:39:09 +00:00
|
|
|
version = "0.2.84"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 08:39:09 +00:00
|
|
|
checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2022-01-13 17:36:41 +00:00
|
|
|
"cfg-if",
|
2022-02-22 14:16:50 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2020-06-29 15:35:19 +00:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-02-07 08:39:09 +00:00
|
|
|
version = "0.2.84"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 08:39:09 +00:00
|
|
|
checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
2021-03-29 15:43:37 +00:00
|
|
|
"log",
|
2022-08-10 22:45:13 +00:00
|
|
|
"once_cell",
|
2020-06-29 15:35:19 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2023-02-07 08:39:09 +00:00
|
|
|
version = "0.4.34"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 08:39:09 +00:00
|
|
|
checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2022-01-13 17:36:41 +00:00
|
|
|
"cfg-if",
|
2020-06-29 15:35:19 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-02-07 08:39:09 +00:00
|
|
|
version = "0.2.84"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 08:39:09 +00:00
|
|
|
checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-02-07 08:39:09 +00:00
|
|
|
version = "0.2.84"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 08:39:09 +00:00
|
|
|
checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-02-07 08:39:09 +00:00
|
|
|
version = "0.2.84"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-streams"
|
|
|
|
version = "0.2.3"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 08:39:09 +00:00
|
|
|
checksum = "6bbae3363c08332cadccd13b67db371814cd214c2524020932f0804b8cf7c078"
|
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
]
|
2020-06-29 15:35:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2023-02-07 08:39:09 +00:00
|
|
|
version = "0.3.61"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 08:39:09 +00:00
|
|
|
checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-05-10 07:22:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
2022-09-30 21:24:22 +00:00
|
|
|
version = "0.22.0"
|
2022-05-10 07:22:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-30 21:24:22 +00:00
|
|
|
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
|
2022-05-10 07:22:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2022-12-30 08:23:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2023-01-14 19:28:33 +00:00
|
|
|
version = "0.22.6"
|
2022-12-30 08:23:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 19:28:33 +00:00
|
|
|
checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
|
2022-12-30 08:23:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2023-02-07 08:39:09 +00:00
|
|
|
version = "4.4.0"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 08:39:09 +00:00
|
|
|
checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"libc",
|
2022-09-17 23:26:52 +00:00
|
|
|
"once_cell",
|
2022-01-13 17:36:41 +00:00
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2022-01-13 17:36:41 +00:00
|
|
|
version = "0.3.9"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 17:36:41 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2020-06-29 15:35:19 +00:00
|
|
|
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"
|
|
|
|
|
2021-03-29 15:43:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
2022-12-30 08:23:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm",
|
2023-01-14 19:28:33 +00:00
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
2022-12-30 08:23:19 +00:00
|
|
|
"windows_x86_64_gnullvm",
|
2023-01-14 19:28:33 +00:00
|
|
|
"windows_x86_64_msvc",
|
2022-06-15 07:42:50 +00:00
|
|
|
]
|
|
|
|
|
2023-02-07 08:39:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.45.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.42.2"
|
2023-02-07 08:39:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
2023-02-07 08:39:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
|
|
|
|
2022-12-30 08:23:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.42.2"
|
2022-06-15 07:42:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
2022-06-15 07:42:50 +00:00
|
|
|
|
2022-12-30 08:23:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.42.2"
|
2022-06-15 07:42:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
2022-06-15 07:42:50 +00:00
|
|
|
|
2022-12-30 08:23:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.42.2"
|
2022-06-15 07:42:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
2022-06-15 07:42:50 +00:00
|
|
|
|
2022-12-30 08:23:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.42.2"
|
2022-12-30 08:23:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
2022-12-30 08:23:19 +00:00
|
|
|
|
2022-06-15 07:42:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.42.2"
|
2022-06-15 07:42:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
2022-12-30 08:23:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.42.2"
|
2022-12-30 08:23:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
2022-12-30 08:23:19 +00:00
|
|
|
|
2022-06-15 07:42:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-03-16 13:11:30 +00:00
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
|
|
|
version = "0.3.6"
|
2022-06-15 07:42:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-16 13:11:30 +00:00
|
|
|
checksum = "23d020b441f92996c80d94ae9166e8501e59c7bb56121189dc9eab3bd8216966"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
2022-12-30 08:23:19 +00:00
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2022-03-16 15:47:19 +00:00
|
|
|
version = "0.10.1"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-16 15:47:19 +00:00
|
|
|
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2021-03-29 15:43:37 +00:00
|
|
|
"winapi",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
2022-08-15 18:35:41 +00:00
|
|
|
|
2022-12-30 08:23:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ws_stream_wasm"
|
2023-02-07 08:39:09 +00:00
|
|
|
version = "0.7.4"
|
2022-12-30 08:23:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 08:39:09 +00:00
|
|
|
checksum = "7999f5f4217fe3818726b66257a4475f71e74ffd190776ad053fa159e50737f5"
|
2022-12-30 08:23:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"async_io_stream",
|
2023-03-16 13:11:30 +00:00
|
|
|
"futures 0.3.27",
|
2022-12-30 08:23:19 +00:00
|
|
|
"js-sys",
|
2023-02-07 08:39:09 +00:00
|
|
|
"log",
|
2022-12-30 08:23:19 +00:00
|
|
|
"pharos",
|
2023-01-14 19:28:33 +00:00
|
|
|
"rustc_version",
|
2022-12-30 08:23:19 +00:00
|
|
|
"send_wrapper",
|
|
|
|
"thiserror",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wyz"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
|
|
|
|
dependencies = [
|
|
|
|
"tap",
|
|
|
|
]
|
|
|
|
|
2022-08-15 18:35:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xml-rs"
|
|
|
|
version = "0.8.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
|
2022-08-28 13:35:25 +00:00
|
|
|
|
2022-09-20 07:14:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
|
|
|
version = "1.5.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"
|
|
|
|
|
2022-12-30 08:23:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zstd"
|
2023-02-07 08:39:09 +00:00
|
|
|
version = "0.12.3+zstd.1.5.2"
|
2022-12-30 08:23:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-07 08:39:09 +00:00
|
|
|
checksum = "76eea132fb024e0e13fd9c2f5d5d595d8a967aa72382ac2f9d39fcc95afd0806"
|
2022-12-30 08:23:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"zstd-safe",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-safe"
|
2023-02-11 23:00:03 +00:00
|
|
|
version = "6.0.4+zstd.1.5.4"
|
2022-12-30 08:23:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-11 23:00:03 +00:00
|
|
|
checksum = "7afb4b54b8910cf5447638cb54bf4e8a65cbedd783af98b98c62ffe91f185543"
|
2022-12-30 08:23:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"zstd-sys",
|
|
|
|
]
|
|
|
|
|
2022-08-28 13:35:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zstd-sys"
|
2023-02-11 23:00:03 +00:00
|
|
|
version = "2.0.7+zstd.1.5.4"
|
2022-08-28 13:35:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-11 23:00:03 +00:00
|
|
|
checksum = "94509c3ba2fe55294d752b79842c530ccfab760192521df74a081a78d2b3c7f5"
|
2022-08-28 13:35:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
2023-01-14 19:28:33 +00:00
|
|
|
"pkg-config",
|
2022-08-28 13:35:25 +00:00
|
|
|
]
|