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
|
|
|
|
2024-08-18 18:49:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "Inflector"
|
|
|
|
version = "0.11.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2022-12-30 08:23:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "actix-codec"
|
2024-02-09 19:31:16 +00:00
|
|
|
version = "0.5.2"
|
2022-12-30 08:23:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 19:31:16 +00:00
|
|
|
checksum = "5f7b0a21988c1bf877cf4759ef5ddaac04c1c9fe808c9142ecb78ba97d97a28a"
|
2022-12-30 08:23:19 +00:00
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"bitflags 2.5.0",
|
2023-11-20 15:50:37 +00:00
|
|
|
"bytes",
|
2022-12-30 08:23:19 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
2023-11-20 15:50:37 +00:00
|
|
|
"tokio",
|
2022-12-30 08:23:19 +00:00
|
|
|
"tokio-util",
|
2023-05-22 13:38:10 +00:00
|
|
|
"tracing",
|
2022-12-30 08:23:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-example"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"actix-web",
|
2023-08-10 06:33:38 +00:00
|
|
|
"once_cell",
|
2022-12-30 08:23:19 +00:00
|
|
|
"serde",
|
|
|
|
"surrealdb",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-http"
|
2024-02-09 19:31:16 +00:00
|
|
|
version = "3.6.0"
|
2022-12-30 08:23:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 19:31:16 +00:00
|
|
|
checksum = "d223b13fd481fc0d1f83bb12659ae774d9e3601814c68a0bc539731698cca743"
|
2022-12-30 08:23:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"actix-codec",
|
|
|
|
"actix-rt",
|
|
|
|
"actix-service",
|
|
|
|
"actix-utils",
|
2024-04-05 09:19:54 +00:00
|
|
|
"ahash 0.8.11",
|
2024-01-18 16:37:24 +00:00
|
|
|
"base64 0.21.7",
|
2024-04-05 09:19:54 +00:00
|
|
|
"bitflags 2.5.0",
|
2022-12-30 08:23:19 +00:00
|
|
|
"brotli",
|
2023-11-20 15:50:37 +00:00
|
|
|
"bytes",
|
2022-12-30 08:23:19 +00:00
|
|
|
"bytestring",
|
|
|
|
"derive_more",
|
|
|
|
"encoding_rs",
|
|
|
|
"flate2",
|
|
|
|
"futures-core",
|
2024-08-07 10:42:25 +00:00
|
|
|
"h2 0.3.26",
|
2024-04-05 09:19:54 +00:00
|
|
|
"http 0.2.12",
|
2022-12-30 08:23:19 +00:00
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
|
|
|
"language-tags",
|
|
|
|
"local-channel",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"sha1",
|
2023-11-20 15:50:37 +00:00
|
|
|
"smallvec",
|
|
|
|
"tokio",
|
2023-02-07 08:39:09 +00:00
|
|
|
"tokio-util",
|
2022-12-30 08:23:19 +00:00
|
|
|
"tracing",
|
2024-01-10 16:43:56 +00:00
|
|
|
"zstd",
|
2022-12-30 08:23:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-macros"
|
2023-07-20 12:46:11 +00:00
|
|
|
version = "0.2.4"
|
2022-12-30 08:23:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-20 12:46:11 +00:00
|
|
|
checksum = "e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb"
|
2022-12-30 08:23:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2022-12-30 08:23:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-router"
|
2024-01-10 16:43:56 +00:00
|
|
|
version = "0.5.2"
|
2022-12-30 08:23:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 16:43:56 +00:00
|
|
|
checksum = "d22475596539443685426b6bdadb926ad0ecaefdfc5fb05e5e3441f15463c511"
|
2022-12-30 08:23:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytestring",
|
2024-04-05 09:19:54 +00:00
|
|
|
"http 0.2.12",
|
2022-12-30 08:23:19 +00:00
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-rt"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "2.9.0"
|
2022-12-30 08:23:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "28f32d40287d3f402ae0028a9d54bef51af15c8769492826a69d28f81893151d"
|
2022-12-30 08:23:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
2023-11-20 15:50:37 +00:00
|
|
|
"tokio",
|
2022-12-30 08:23:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-server"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "2.3.0"
|
2022-12-30 08:23:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "3eb13e7eef0423ea6eab0e59f6c72e7cb46d33691ad56a726b3cd07ddec2c2d4"
|
2022-12-30 08:23:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"actix-rt",
|
|
|
|
"actix-service",
|
|
|
|
"actix-utils",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2023-11-20 15:50:37 +00:00
|
|
|
"mio",
|
2024-01-10 16:43:56 +00:00
|
|
|
"socket2",
|
2023-11-20 15:50:37 +00:00
|
|
|
"tokio",
|
2022-12-30 08:23:19 +00:00
|
|
|
"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"
|
2024-02-09 19:31:16 +00:00
|
|
|
version = "4.5.1"
|
2022-12-30 08:23:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 19:31:16 +00:00
|
|
|
checksum = "43a6556ddebb638c2358714d853257ed226ece6023ef9364f23f0c70737ea984"
|
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",
|
2024-04-05 09:19:54 +00:00
|
|
|
"ahash 0.8.11",
|
2023-11-20 15:50:37 +00:00
|
|
|
"bytes",
|
2022-12-30 08:23:19 +00:00
|
|
|
"bytestring",
|
2023-11-20 15:50:37 +00:00
|
|
|
"cfg-if",
|
2024-03-20 17:10:07 +00:00
|
|
|
"cookie 0.16.2",
|
2022-12-30 08:23:19 +00:00
|
|
|
"derive_more",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"itoa",
|
|
|
|
"language-tags",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"once_cell",
|
|
|
|
"pin-project-lite",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2023-11-20 15:50:37 +00:00
|
|
|
"smallvec",
|
2024-01-10 16:43:56 +00:00
|
|
|
"socket2",
|
2023-11-20 15:50:37 +00:00
|
|
|
"time",
|
2022-12-30 08:23:19 +00:00
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "actix-web-codegen"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "4.2.2"
|
2022-12-30 08:23:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "eb1f50ebbb30eca122b188319a4398b3f7bb4a8cdf50ecfb73bfc6a3c3ce54f5"
|
2022-12-30 08:23:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"actix-router",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2022-12-30 08:23:19 +00:00
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2023-05-16 22:31:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2023-08-24 14:05:28 +00:00
|
|
|
version = "0.21.0"
|
2023-05-16 22:31:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-24 14:05:28 +00:00
|
|
|
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
|
2023-05-16 22:31:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
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"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.7.8"
|
2022-12-30 08:23:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
|
2022-12-30 08:23:19 +00:00
|
|
|
dependencies = [
|
2024-01-18 16:37:24 +00:00
|
|
|
"getrandom 0.2.12",
|
2022-12-30 08:23:19 +00:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2023-03-16 13:11:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.8.11"
|
2023-03-16 13:11:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
2023-03-16 13:11:30 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"cfg-if",
|
2024-01-18 16:37:24 +00:00
|
|
|
"getrandom 0.2.12",
|
2023-03-16 13:11:30 +00:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
2023-11-20 15:50:37 +00:00
|
|
|
"zerocopy",
|
2023-03-16 13:11:30 +00:00
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.1.3"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
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",
|
|
|
|
]
|
|
|
|
|
2023-12-05 12:12:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "allocator-api2"
|
|
|
|
version = "0.2.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
|
|
|
|
|
2024-06-12 09:18:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ammonia"
|
|
|
|
version = "4.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
|
|
|
|
dependencies = [
|
|
|
|
"html5ever",
|
|
|
|
"maplit",
|
|
|
|
"once_cell",
|
|
|
|
"tendril",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2023-06-06 06:11:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2023-05-01 17:15:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anes"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
|
|
|
|
|
2023-05-22 19:19:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.6.13"
|
2023-05-22 19:19:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb"
|
2023-05-22 19:19:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2024-02-09 19:31:16 +00:00
|
|
|
version = "1.0.6"
|
2023-05-22 19:19:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 19:31:16 +00:00
|
|
|
checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc"
|
2023-05-22 19:19:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2024-01-10 16:43:56 +00:00
|
|
|
version = "0.2.3"
|
2023-05-22 19:19:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 16:43:56 +00:00
|
|
|
checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
|
2023-05-22 19:19:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
2024-01-10 16:43:56 +00:00
|
|
|
version = "1.0.2"
|
2023-05-22 19:19:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 16:43:56 +00:00
|
|
|
checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
|
2023-05-22 19:19:35 +00:00
|
|
|
dependencies = [
|
2024-01-10 16:43:56 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-05-22 19:19:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2024-01-10 16:43:56 +00:00
|
|
|
version = "3.0.2"
|
2023-05-22 19:19:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 16:43:56 +00:00
|
|
|
checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
|
2023-05-22 19:19:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2024-01-10 16:43:56 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-05-22 19:19:35 +00:00
|
|
|
]
|
|
|
|
|
2023-03-26 18:02:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "any_ascii"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ea50b14b7a4b9343f8c627a7a53c52076482bd4bdad0a24fd3ec533ed616cc2c"
|
|
|
|
|
2021-03-29 15:43:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.0.81"
|
2021-03-29 15:43:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247"
|
2021-03-29 15:43:37 +00:00
|
|
|
|
2024-05-08 14:26:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "approx"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f2a05fd1bd10b2527e20a2cd32d8873d115b8b39fe219ee25f42a8aca6ba278"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2024-01-09 15:34:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arbitrary"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
|
|
|
|
dependencies = [
|
|
|
|
"derive_arbitrary",
|
|
|
|
]
|
|
|
|
|
2022-01-25 21:30:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arc-swap"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.7.1"
|
2022-01-25 21:30:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
|
2022-01-25 21:30:32 +00:00
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "argon2"
|
2024-02-09 19:31:16 +00:00
|
|
|
version = "0.5.3"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 19:31:16 +00:00
|
|
|
checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2022-01-13 17:36:41 +00:00
|
|
|
"base64ct",
|
|
|
|
"blake2",
|
2023-07-15 12:18:44 +00:00
|
|
|
"cpufeatures",
|
2022-01-13 17:36:41 +00:00
|
|
|
"password-hash",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2024-08-16 14:58:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
|
|
|
|
|
2023-05-16 22:31:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2023-07-03 14:30:42 +00:00
|
|
|
version = "0.7.4"
|
2023-05-16 22:31:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 14:30:42 +00:00
|
|
|
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
|
2023-05-16 22:31:30 +00:00
|
|
|
|
2023-07-29 18:47:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ascii-canvas"
|
|
|
|
version = "3.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8824ecca2e851cec16968d54a01dd372ef8f95b244fb84b84e70128be347c3c6"
|
|
|
|
dependencies = [
|
|
|
|
"term",
|
|
|
|
]
|
|
|
|
|
2024-08-18 18:49:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ascii_utils"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "71938f30533e4d95a6d17aa530939da3842c2ab6f4f84b9dae68447e4129f74a"
|
|
|
|
|
2023-07-20 12:46:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "assert-json-diff"
|
|
|
|
version = "2.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2023-07-10 08:36:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "assert_fs"
|
2024-01-18 16:37:24 +00:00
|
|
|
version = "1.1.1"
|
2023-07-10 08:36:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:37:24 +00:00
|
|
|
checksum = "2cd762e110c8ed629b11b6cde59458cc1c71de78ebbcc30099fc8e0403a2a2ec"
|
2023-07-10 08:36:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"doc-comment",
|
|
|
|
"globwalk",
|
|
|
|
"predicates",
|
|
|
|
"predicates-core",
|
|
|
|
"predicates-tree",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
2022-05-13 20:46:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-channel"
|
2023-07-15 12:18:44 +00:00
|
|
|
version = "1.9.0"
|
2022-05-13 20:46:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 12:18:44 +00:00
|
|
|
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
|
2022-05-13 20:46:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
2023-11-20 15:50:37 +00:00
|
|
|
"event-listener 2.5.3",
|
2022-05-13 20:46:56 +00:00
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
2024-02-15 20:47:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-channel"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "2.2.0"
|
2024-02-15 20:47:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "f28243a43d821d11341ab73c80bed182dc015c514b951616cf79bd4af39af0c3"
|
2024-02-15 20:47:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
2024-04-05 09:19:54 +00:00
|
|
|
"event-listener 5.2.0",
|
|
|
|
"event-listener-strategy 0.5.1",
|
2024-02-15 20:47:10 +00:00
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2023-10-23 13:37:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-compression"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.4.7"
|
2023-10-23 13:37:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "86a9249d1447a85f95810c620abea82e001fe58a31713fcce614caf52499f905"
|
2023-10-23 13:37:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"brotli",
|
|
|
|
"flate2",
|
|
|
|
"futures-core",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
2023-11-20 15:50:37 +00:00
|
|
|
"tokio",
|
2024-01-10 16:43:56 +00:00
|
|
|
"zstd",
|
|
|
|
"zstd-safe",
|
2023-10-23 13:37:42 +00:00
|
|
|
]
|
|
|
|
|
2022-05-13 20:46:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-executor"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.9.1"
|
2022-05-13 20:46:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "10b3e585719c2358d2660232671ca8ca4ddb4be4ce8a1842d6c2dc8685303316"
|
2022-05-13 20:46:56 +00:00
|
|
|
dependencies = [
|
2024-05-08 11:00:54 +00:00
|
|
|
"async-lock",
|
2022-05-13 20:46:56 +00:00
|
|
|
"async-task",
|
|
|
|
"concurrent-queue",
|
2024-08-07 10:42:25 +00:00
|
|
|
"fastrand",
|
|
|
|
"futures-lite",
|
2022-05-13 20:46:56 +00:00
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
2024-08-18 18:49:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-graphql"
|
|
|
|
version = "7.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2b76aba2f176af685c2229633881a3adeae51f87ae1811781e73910b7001c93e"
|
|
|
|
dependencies = [
|
|
|
|
"async-graphql-derive",
|
|
|
|
"async-graphql-parser",
|
|
|
|
"async-graphql-value",
|
|
|
|
"async-stream",
|
|
|
|
"async-trait",
|
|
|
|
"base64 0.22.0",
|
|
|
|
"bytes",
|
|
|
|
"fast_chemail",
|
|
|
|
"fnv",
|
|
|
|
"futures-util",
|
|
|
|
"handlebars",
|
|
|
|
"http 1.1.0",
|
|
|
|
"indexmap 2.2.6",
|
|
|
|
"mime",
|
|
|
|
"multer 3.1.0",
|
|
|
|
"num-traits",
|
|
|
|
"once_cell",
|
|
|
|
"pin-project-lite",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"static_assertions_next",
|
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-graphql-derive"
|
|
|
|
version = "7.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72e2e26a6b44bc61df3ca8546402cf9204c28e30c06084cc8e75cd5e34d4f150"
|
|
|
|
dependencies = [
|
|
|
|
"Inflector",
|
|
|
|
"async-graphql-parser",
|
|
|
|
"darling",
|
|
|
|
"proc-macro-crate 3.1.0",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strum",
|
|
|
|
"syn 2.0.58",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-graphql-parser"
|
|
|
|
version = "7.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f801451484b4977d6fe67b29030f81353cabdcbb754e5a064f39493582dac0cf"
|
|
|
|
dependencies = [
|
|
|
|
"async-graphql-value",
|
|
|
|
"pest",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-graphql-value"
|
|
|
|
version = "7.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "69117c43c01d81a69890a9f5dd6235f2f027ca8d1ec62d6d3c5e01ca0edb4f2b"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"indexmap 2.2.6",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-lock"
|
2024-01-18 16:37:24 +00:00
|
|
|
version = "3.3.0"
|
2023-11-20 15:50:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:37:24 +00:00
|
|
|
checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b"
|
2023-11-20 15:50:37 +00:00
|
|
|
dependencies = [
|
2024-01-18 16:37:24 +00:00
|
|
|
"event-listener 4.0.3",
|
2024-04-05 09:19:54 +00:00
|
|
|
"event-listener-strategy 0.4.0",
|
2023-11-20 15:50:37 +00:00
|
|
|
"pin-project-lite",
|
2023-01-14 19:28:33 +00:00
|
|
|
]
|
|
|
|
|
2023-07-25 12:24:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-recursion"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2022-01-14 17:15:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-recursion"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.1.0"
|
2022-01-14 17:15:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "30c5ef0ede93efbf733c1a727f3b6b5a1060bbedd5600183e66f6e4be4af0ec5"
|
2022-01-14 17:15:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2022-01-14 17:15:18 +00:00
|
|
|
]
|
|
|
|
|
2023-03-29 18:16:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-stream"
|
2023-04-14 16:01:31 +00:00
|
|
|
version = "0.3.5"
|
2023-03-29 18:16:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 16:01:31 +00:00
|
|
|
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
|
2023-03-29 18:16:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-stream-impl",
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-stream-impl"
|
2023-04-14 16:01:31 +00:00
|
|
|
version = "0.3.5"
|
2023-03-29 18:16:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 16:01:31 +00:00
|
|
|
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
|
2023-03-29 18:16:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2023-03-29 18:16:18 +00:00
|
|
|
]
|
|
|
|
|
2022-05-13 20:46:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-task"
|
2024-01-10 16:43:56 +00:00
|
|
|
version = "4.7.0"
|
2022-05-13 20:46:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 16:43:56 +00:00
|
|
|
checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799"
|
2022-05-13 20:46:56 +00:00
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2024-08-18 18:49:27 +00:00
|
|
|
version = "0.1.81"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-18 18:49:27 +00:00
|
|
|
checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2022-01-13 17:36:41 +00:00
|
|
|
]
|
|
|
|
|
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-11-20 15:50:37 +00:00
|
|
|
"futures",
|
2022-12-30 08:23:19 +00:00
|
|
|
"pharos",
|
2023-11-20 15:50:37 +00:00
|
|
|
"rustc_version",
|
2022-12-30 08:23:19 +00:00
|
|
|
]
|
|
|
|
|
2022-10-16 22:22:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atomic"
|
2023-05-22 13:38:10 +00:00
|
|
|
version = "0.5.3"
|
2022-10-16 22:22:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 13:38:10 +00:00
|
|
|
checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
|
2022-10-16 22:22:34 +00:00
|
|
|
|
2024-03-20 17:10:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atomic"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8d818003e740b63afc82337e3160717f4f63078720a810b7b903e70a5d1d2994"
|
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
]
|
|
|
|
|
2022-06-15 11:49:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-polyfill"
|
2024-01-10 16:43:56 +00:00
|
|
|
version = "1.0.3"
|
2022-06-15 11:49:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 16:43:56 +00:00
|
|
|
checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4"
|
2022-06-15 11:49:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"critical-section",
|
|
|
|
]
|
|
|
|
|
2024-08-07 10:42:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.2.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2023-03-20 15:20:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "axum"
|
2023-08-17 18:03:46 +00:00
|
|
|
version = "0.6.20"
|
2023-03-20 15:20:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 18:03:46 +00:00
|
|
|
checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
|
2023-03-20 15:20:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
2023-12-05 12:12:56 +00:00
|
|
|
"axum-core 0.3.4",
|
2023-07-03 14:30:42 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-11-20 15:50:37 +00:00
|
|
|
"bytes",
|
2023-03-20 15:20:57 +00:00
|
|
|
"futures-util",
|
2024-04-05 09:19:54 +00:00
|
|
|
"http 0.2.12",
|
2024-01-10 16:43:56 +00:00
|
|
|
"http-body 0.4.6",
|
|
|
|
"hyper 0.14.28",
|
2023-03-20 15:20:57 +00:00
|
|
|
"itoa",
|
|
|
|
"matchit",
|
|
|
|
"memchr",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustversion",
|
|
|
|
"serde",
|
2024-04-05 09:19:54 +00:00
|
|
|
"sync_wrapper 0.1.2",
|
2023-03-20 15:20:57 +00:00
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
2023-07-19 14:35:56 +00:00
|
|
|
]
|
|
|
|
|
2023-12-05 12:12:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "axum"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.7.5"
|
2023-12-05 12:12:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "3a6c9af12842a67734c9a2e355436e5d03b22383ed60cf13cd0c18fbfe3dcbcf"
|
2023-12-05 12:12:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
2024-01-18 16:37:24 +00:00
|
|
|
"axum-core 0.4.3",
|
2024-08-07 10:42:25 +00:00
|
|
|
"base64 0.21.7",
|
2023-12-05 12:12:56 +00:00
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
2024-04-05 09:19:54 +00:00
|
|
|
"http 1.1.0",
|
2023-12-05 12:12:56 +00:00
|
|
|
"http-body 1.0.0",
|
|
|
|
"http-body-util",
|
2024-08-07 10:42:25 +00:00
|
|
|
"hyper 1.4.1",
|
2023-12-05 12:12:56 +00:00
|
|
|
"hyper-util",
|
|
|
|
"itoa",
|
|
|
|
"matchit",
|
|
|
|
"memchr",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustversion",
|
|
|
|
"serde",
|
2023-12-18 12:53:25 +00:00
|
|
|
"serde_json",
|
|
|
|
"serde_path_to_error",
|
|
|
|
"serde_urlencoded",
|
2024-08-07 10:42:25 +00:00
|
|
|
"sha1",
|
2024-04-05 09:19:54 +00:00
|
|
|
"sync_wrapper 1.0.0",
|
2023-12-05 12:12:56 +00:00
|
|
|
"tokio",
|
2024-08-07 10:42:25 +00:00
|
|
|
"tokio-tungstenite 0.21.0",
|
2023-12-05 12:12:56 +00:00
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
2024-01-10 16:43:56 +00:00
|
|
|
"tracing",
|
2023-12-05 12:12:56 +00:00
|
|
|
]
|
|
|
|
|
2023-03-20 15:20:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "axum-core"
|
2023-04-14 16:01:31 +00:00
|
|
|
version = "0.3.4"
|
2023-03-20 15:20:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 16:01:31 +00:00
|
|
|
checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
|
2023-03-20 15:20:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
2023-11-20 15:50:37 +00:00
|
|
|
"bytes",
|
2023-03-20 15:20:57 +00:00
|
|
|
"futures-util",
|
2024-04-05 09:19:54 +00:00
|
|
|
"http 0.2.12",
|
2024-01-10 16:43:56 +00:00
|
|
|
"http-body 0.4.6",
|
2023-03-20 15:20:57 +00:00
|
|
|
"mime",
|
|
|
|
"rustversion",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
2023-12-05 12:12:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "axum-core"
|
2024-01-18 16:37:24 +00:00
|
|
|
version = "0.4.3"
|
2023-12-05 12:12:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:37:24 +00:00
|
|
|
checksum = "a15c63fd72d41492dc4f497196f5da1fb04fb7529e631d73630d1b491e47a2e3"
|
2023-12-05 12:12:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
2024-04-05 09:19:54 +00:00
|
|
|
"http 1.1.0",
|
2023-12-05 12:12:56 +00:00
|
|
|
"http-body 1.0.0",
|
|
|
|
"http-body-util",
|
|
|
|
"mime",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustversion",
|
2024-04-05 09:19:54 +00:00
|
|
|
"sync_wrapper 0.1.2",
|
2023-12-05 12:12:56 +00:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
2024-01-10 16:43:56 +00:00
|
|
|
"tracing",
|
2023-12-05 12:12:56 +00:00
|
|
|
]
|
|
|
|
|
2023-03-20 15:20:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "axum-example"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"axum 0.7.5",
|
2023-03-20 15:20:57 +00:00
|
|
|
"serde",
|
|
|
|
"surrealdb",
|
|
|
|
"thiserror",
|
2023-11-20 15:50:37 +00:00
|
|
|
"tokio",
|
2023-03-20 15:20:57 +00:00
|
|
|
]
|
|
|
|
|
2023-07-19 14:35:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "axum-extra"
|
2024-08-07 10:42:25 +00:00
|
|
|
version = "0.9.2"
|
2023-07-19 14:35:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 10:42:25 +00:00
|
|
|
checksum = "895ff42f72016617773af68fb90da2a9677d89c62338ec09162d4909d86fdd8f"
|
2023-07-19 14:35:56 +00:00
|
|
|
dependencies = [
|
2024-08-07 10:42:25 +00:00
|
|
|
"axum 0.7.5",
|
|
|
|
"axum-core 0.4.3",
|
2023-07-19 14:35:56 +00:00
|
|
|
"axum-macros",
|
2023-11-20 15:50:37 +00:00
|
|
|
"bytes",
|
2023-07-19 14:35:56 +00:00
|
|
|
"form_urlencoded",
|
|
|
|
"futures-util",
|
2024-08-07 10:42:25 +00:00
|
|
|
"headers",
|
|
|
|
"http 1.1.0",
|
|
|
|
"http-body 1.0.0",
|
|
|
|
"http-body-util",
|
2023-07-19 14:35:56 +00:00
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"serde",
|
|
|
|
"serde_html_form",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "axum-macros"
|
2024-08-07 10:42:25 +00:00
|
|
|
version = "0.4.1"
|
2023-07-19 14:35:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 10:42:25 +00:00
|
|
|
checksum = "00c055ee2d014ae5981ce1016374e8213682aa14d9bf40e48ab48b5f3ef20eaa"
|
2023-07-19 14:35:56 +00:00
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"heck 0.4.1",
|
2023-07-19 14:35:56 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2023-07-19 14:35:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "axum-server"
|
2024-08-07 10:42:25 +00:00
|
|
|
version = "0.7.1"
|
2023-07-19 14:35:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 10:42:25 +00:00
|
|
|
checksum = "56bac90848f6a9393ac03c63c640925c4b7c8ca21654de40d53f55964667c7d8"
|
2023-07-19 14:35:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"arc-swap",
|
2023-11-20 15:50:37 +00:00
|
|
|
"bytes",
|
2023-07-19 14:35:56 +00:00
|
|
|
"futures-util",
|
2024-08-07 10:42:25 +00:00
|
|
|
"http 1.1.0",
|
|
|
|
"http-body 1.0.0",
|
|
|
|
"http-body-util",
|
|
|
|
"hyper 1.4.1",
|
|
|
|
"hyper-util",
|
2023-07-19 14:35:56 +00:00
|
|
|
"pin-project-lite",
|
2024-08-07 10:42:25 +00:00
|
|
|
"rustls 0.23.12",
|
|
|
|
"rustls-pemfile 2.1.1",
|
|
|
|
"rustls-pki-types",
|
2023-11-20 15:50:37 +00:00
|
|
|
"tokio",
|
2024-08-07 10:42:25 +00:00
|
|
|
"tokio-rustls 0.26.0",
|
|
|
|
"tower",
|
2023-07-19 14:35:56 +00:00
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
2023-05-16 22:31:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.3.71"
|
2023-05-16 22:31:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
|
2023-05-16 22:31:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
2023-11-20 15:50:37 +00:00
|
|
|
"cfg-if",
|
2023-05-16 22:31:30 +00:00
|
|
|
"libc",
|
2023-07-03 14:30:42 +00:00
|
|
|
"miniz_oxide",
|
2023-05-16 22:31:30 +00:00
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2024-01-18 16:37:24 +00:00
|
|
|
version = "0.21.7"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:37:24 +00:00
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2024-04-05 09:19:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.22.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51"
|
|
|
|
|
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"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.15.1"
|
2022-09-20 07:14:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "e65938ed058ef47d92cf8b346cc76ef48984572ade631927e9937b5ffc7662c7"
|
2022-09-20 07:14:58 +00:00
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"base64 0.22.0",
|
2022-09-20 07:14:58 +00:00
|
|
|
"blowfish",
|
2024-01-18 16:37:24 +00:00
|
|
|
"getrandom 0.2.12",
|
2023-02-07 08:39:09 +00:00
|
|
|
"subtle",
|
2022-09-20 07:14:58 +00:00
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2024-03-20 17:10:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "binascii"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "383d29d513d8764dcdc42ea295d979eb99c3c9f00607b3692cf68a431f7dca72"
|
|
|
|
|
2023-05-29 11:46:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
|
|
|
version = "1.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-02-11 23:00:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
2023-05-19 20:28:31 +00:00
|
|
|
version = "0.65.1"
|
2023-02-11 23:00:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-19 20:28:31 +00:00
|
|
|
checksum = "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5"
|
2023-02-11 23:00:03 +00:00
|
|
|
dependencies = [
|
2023-07-03 14:30:42 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-07-23 08:19:20 +00:00
|
|
|
"cexpr",
|
2023-02-11 23:00:03 +00:00
|
|
|
"clang-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"peeking_take_while",
|
2023-07-25 12:24:36 +00:00
|
|
|
"prettyplease",
|
2023-02-11 23:00:03 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
2023-07-23 08:19:20 +00:00
|
|
|
"shlex",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2023-08-24 14:05:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
2024-05-08 11:00:54 +00:00
|
|
|
version = "0.69.4"
|
2023-08-24 14:05:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-08 11:00:54 +00:00
|
|
|
checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
|
2023-08-24 14:05:28 +00:00
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"bitflags 2.5.0",
|
2023-08-24 14:05:28 +00:00
|
|
|
"cexpr",
|
|
|
|
"clang-sys",
|
2024-05-08 11:00:54 +00:00
|
|
|
"itertools 0.11.0",
|
2023-08-24 14:05:28 +00:00
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"log",
|
|
|
|
"prettyplease",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
|
|
|
"shlex",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2023-06-13 20:55:38 +00:00
|
|
|
"which",
|
2023-02-11 23:00:03 +00:00
|
|
|
]
|
|
|
|
|
2023-07-29 18:47:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bit-set"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
|
|
|
|
dependencies = [
|
|
|
|
"bit-vec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-vec"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
|
|
|
|
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
|
|
|
|
2023-07-03 14:30:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "2.5.0"
|
2023-07-03 14:30:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
|
2023-07-03 14:30:42 +00:00
|
|
|
|
2021-03-29 15:43:37 +00:00
|
|
|
[[package]]
|
2022-01-13 17:36:41 +00:00
|
|
|
name = "bitmaps"
|
2024-02-09 19:31:16 +00:00
|
|
|
version = "3.2.1"
|
2021-03-29 15:43:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 19:31:16 +00:00
|
|
|
checksum = "a1d084b0137aaa901caf9f1e8b21daa6aa24d41cd806e111335541eff9683bd6"
|
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
|
|
|
]
|
|
|
|
|
2024-08-16 14:58:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "blake3"
|
|
|
|
version = "1.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e9ec96fe9a81b5e365f9db71fe00edc4fe4ca2cc7dcb7861f0603012a7caa210"
|
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"arrayvec",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"constant_time_eq",
|
|
|
|
]
|
|
|
|
|
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
|
|
|
]
|
|
|
|
|
2023-06-09 15:23:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "borsh"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.4.0"
|
2023-06-09 15:23:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "0901fc8eb0aca4c83be0106d6f2db17d86a08dfc2c25f0e84464bf381158add6"
|
2023-06-09 15:23:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"borsh-derive",
|
2023-11-20 15:50:37 +00:00
|
|
|
"cfg_aliases",
|
2023-06-09 15:23:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "borsh-derive"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.4.0"
|
2023-06-09 15:23:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "51670c3aa053938b0ee3bd67c3817e471e626151131b934038e83c5bf8de48f5"
|
2023-06-09 15:23:30 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"once_cell",
|
2024-01-18 16:37:24 +00:00
|
|
|
"proc-macro-crate 3.1.0",
|
2023-06-09 15:23:30 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2023-11-20 15:50:37 +00:00
|
|
|
"syn_derive",
|
2023-06-09 15:23:30 +00:00
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "brotli"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "3.5.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "d640d25bc63c50fb1f0b545ffd80207d2e10a4c965530809b40ba3386825c391"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
"brotli-decompressor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "brotli-decompressor"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "2.5.1"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
]
|
|
|
|
|
2023-07-10 08:36:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.9.1"
|
2023-07-10 08:36:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706"
|
2023-07-10 08:36:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "3.15.4"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2023-06-09 15:23:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytecheck"
|
2024-02-09 19:31:16 +00:00
|
|
|
version = "0.6.12"
|
2023-06-09 15:23:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 19:31:16 +00:00
|
|
|
checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
|
2023-06-09 15:23:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytecheck_derive",
|
|
|
|
"ptr_meta",
|
|
|
|
"simdutf8",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytecheck_derive"
|
2024-02-09 19:31:16 +00:00
|
|
|
version = "0.6.12"
|
2023-06-09 15:23:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 19:31:16 +00:00
|
|
|
checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
|
2023-06-09 15:23:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2023-05-16 22:31:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2024-08-12 18:15:18 +00:00
|
|
|
version = "1.16.3"
|
2023-05-16 22:31:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 18:15:18 +00:00
|
|
|
checksum = "102087e286b4677862ea56cf8fc58bb2cdfa8725c40ffb80fe3a008eb7f2fc83"
|
2023-05-16 22:31:30 +00:00
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "1.5.0"
|
2023-08-03 14:59:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2023-08-03 14:59:05 +00:00
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2024-08-18 18:49:27 +00:00
|
|
|
version = "1.7.1"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-18 18:49:27 +00:00
|
|
|
checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2022-12-30 08:23:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytestring"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "1.3.1"
|
2022-12-30 08:23:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "74d80203ea6b29df88012294f62733de21cfeab47f17b41af3a38bc30a03ee72"
|
2022-12-30 08:23:19 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"bytes",
|
2022-12-30 08:23:19 +00:00
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2023-05-01 17:15:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cast"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
|
|
|
|
2024-08-13 08:29:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "castaway"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0abae9be0aaf9ea96a3b1b8b1b55c602ca751eba1b1500220cea4ecbafe7c0d5"
|
|
|
|
dependencies = [
|
|
|
|
"rustversion",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.0.90"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5"
|
2022-08-28 13:35:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
2023-08-17 18:03:46 +00:00
|
|
|
"libc",
|
2022-08-28 13:35:25 +00:00
|
|
|
]
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2023-07-29 18:47:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cedar-policy"
|
2024-03-28 13:57:26 +00:00
|
|
|
version = "2.4.2"
|
2023-07-29 18:47:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-28 13:57:26 +00:00
|
|
|
checksum = "3d91e3b10a0f7f2911774d5e49713c4d25753466f9e11d1cd2ec627f8a2dc857"
|
2023-07-29 18:47:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"cedar-policy-core",
|
|
|
|
"cedar-policy-validator",
|
2023-11-20 15:50:37 +00:00
|
|
|
"itertools 0.10.5",
|
2023-07-29 18:47:25 +00:00
|
|
|
"lalrpop-util",
|
|
|
|
"ref-cast",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"smol_str",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cedar-policy-core"
|
2024-03-28 13:57:26 +00:00
|
|
|
version = "2.4.2"
|
2023-07-29 18:47:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-28 13:57:26 +00:00
|
|
|
checksum = "cd2315591c6b7e18f8038f0a0529f254235fd902b6c217aabc04f2459b0d9995"
|
2023-07-29 18:47:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"ipnet",
|
2023-11-20 15:50:37 +00:00
|
|
|
"itertools 0.10.5",
|
2023-07-29 18:47:25 +00:00
|
|
|
"lalrpop",
|
|
|
|
"lalrpop-util",
|
|
|
|
"lazy_static",
|
2023-11-20 15:50:37 +00:00
|
|
|
"miette",
|
2023-07-29 18:47:25 +00:00
|
|
|
"regex",
|
|
|
|
"rustc_lexer",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_with",
|
|
|
|
"smol_str",
|
|
|
|
"stacker",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cedar-policy-validator"
|
2024-03-28 13:57:26 +00:00
|
|
|
version = "2.4.2"
|
2023-07-29 18:47:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-28 13:57:26 +00:00
|
|
|
checksum = "e756e1b2a5da742ed97e65199ad6d0893e9aa4bd6b34be1de9e70bd1e6adc7df"
|
2023-07-29 18:47:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"cedar-policy-core",
|
2023-11-20 15:50:37 +00:00
|
|
|
"itertools 0.10.5",
|
2023-07-29 18:47:25 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_with",
|
|
|
|
"smol_str",
|
|
|
|
"stacker",
|
|
|
|
"thiserror",
|
|
|
|
"unicode-security",
|
|
|
|
]
|
|
|
|
|
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-07-23 08:19:20 +00:00
|
|
|
"nom",
|
2022-08-15 18:35:41 +00:00
|
|
|
]
|
|
|
|
|
2023-08-03 14:59:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "1.0.0"
|
2023-08-03 14:59:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
2023-08-03 14:59:05 +00:00
|
|
|
|
2021-03-29 15:43:37 +00:00
|
|
|
[[package]]
|
2023-11-20 15:50:37 +00:00
|
|
|
name = "cfg_aliases"
|
|
|
|
version = "0.1.1"
|
2021-03-29 15:43:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
|
2021-03-29 15:43:37 +00:00
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2024-08-07 10:42:25 +00:00
|
|
|
version = "0.4.38"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 10:42:25 +00:00
|
|
|
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2023-06-06 06:11:32 +00:00
|
|
|
"android-tzdata",
|
2022-08-10 22:45:13 +00:00
|
|
|
"iana-time-zone",
|
|
|
|
"js-sys",
|
2020-06-29 15:35:19 +00:00
|
|
|
"num-traits",
|
|
|
|
"serde",
|
2022-08-10 22:45:13 +00:00
|
|
|
"wasm-bindgen",
|
2024-04-05 09:19:54 +00:00
|
|
|
"windows-targets 0.52.4",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2023-05-01 17:15:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ciborium"
|
2024-02-09 19:31:16 +00:00
|
|
|
version = "0.2.2"
|
2023-05-01 17:15:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 19:31:16 +00:00
|
|
|
checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
|
2023-05-01 17:15:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"ciborium-io",
|
|
|
|
"ciborium-ll",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ciborium-io"
|
2024-02-09 19:31:16 +00:00
|
|
|
version = "0.2.2"
|
2023-05-01 17:15:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 19:31:16 +00:00
|
|
|
checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
|
2023-05-01 17:15:42 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ciborium-ll"
|
2024-02-09 19:31:16 +00:00
|
|
|
version = "0.2.2"
|
2023-05-01 17:15:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 19:31:16 +00:00
|
|
|
checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
|
2023-05-01 17:15:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"ciborium-io",
|
2024-02-09 19:31:16 +00:00
|
|
|
"half",
|
2023-05-01 17:15:42 +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"
|
2024-01-10 16:43:56 +00:00
|
|
|
version = "1.7.0"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 16:43:56 +00:00
|
|
|
checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"glob",
|
|
|
|
"libc",
|
2024-04-05 09:19:54 +00:00
|
|
|
"libloading 0.8.3",
|
2022-01-13 17:36:41 +00:00
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "4.5.4"
|
2023-05-22 19:19:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0"
|
2023-05-22 19:19:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"clap_builder",
|
|
|
|
"clap_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "4.5.2"
|
2023-05-22 19:19:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
|
2023-05-22 19:19:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
2023-11-20 15:50:37 +00:00
|
|
|
"clap_lex",
|
2024-08-18 18:49:27 +00:00
|
|
|
"strsim",
|
2023-05-22 19:19:35 +00:00
|
|
|
"terminal_size",
|
|
|
|
"unicase",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "4.5.4"
|
2023-05-22 19:19:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64"
|
2023-05-22 19:19:35 +00:00
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"heck 0.5.0",
|
2023-05-22 19:19:35 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2022-05-05 11:40:05 +00:00
|
|
|
]
|
|
|
|
|
2023-05-22 19:19:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.7.0"
|
2023-05-22 19:19:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
|
2023-05-22 19:19:35 +00:00
|
|
|
|
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",
|
2023-11-20 15:50:37 +00:00
|
|
|
"winapi",
|
2022-08-06 10:34:43 +00:00
|
|
|
]
|
|
|
|
|
2023-05-22 19:19:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
|
|
|
|
2022-05-13 20:46:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
2023-12-05 12:12:56 +00:00
|
|
|
version = "2.4.0"
|
2022-05-13 20:46:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-05 12:12:56 +00:00
|
|
|
checksum = "d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363"
|
2022-05-13 20:46:56 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +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 = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"cfg-if",
|
2022-02-22 14:16:50 +00:00
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2024-08-16 14:58:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2"
|
|
|
|
|
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"
|
|
|
|
|
2023-08-24 14:05:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
2022-12-30 08:23:19 +00:00
|
|
|
[[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-11-20 15:50:37 +00:00
|
|
|
"time",
|
2022-12-30 08:23:19 +00:00
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2024-03-20 17:10:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cookie"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.18.1"
|
2024-03-20 17:10:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
|
2024-03-20 17:10:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
"time",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2024-01-10 16:43:56 +00:00
|
|
|
version = "0.9.4"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 16:43:56 +00:00
|
|
|
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2024-01-10 16:43:56 +00:00
|
|
|
version = "0.8.6"
|
2021-03-29 15:43:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 16:43:56 +00:00
|
|
|
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
|
2021-03-29 15:43:37 +00:00
|
|
|
|
2023-05-16 22:31:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cpp_demangle"
|
2023-08-24 14:05:28 +00:00
|
|
|
version = "0.4.3"
|
2023-05-16 22:31:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-24 14:05:28 +00:00
|
|
|
checksum = "7e8227005286ec39567949b33df9896bcadfa6051bccca2488129f108ca23119"
|
2023-05-16 22:31:30 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"cfg-if",
|
2023-05-16 22:31:30 +00:00
|
|
|
]
|
|
|
|
|
2021-03-29 15:43:37 +00:00
|
|
|
[[package]]
|
2022-01-13 17:36:41 +00:00
|
|
|
name = "cpufeatures"
|
2024-01-18 16:37:24 +00:00
|
|
|
version = "0.2.12"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:37:24 +00:00
|
|
|
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2020-06-29 15:35:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.4.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"cfg-if",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2023-05-01 17:15:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "criterion"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.5.1"
|
2023-05-01 17:15:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
|
2023-05-01 17:15:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"anes",
|
|
|
|
"cast",
|
|
|
|
"ciborium",
|
2023-11-20 15:50:37 +00:00
|
|
|
"clap",
|
2023-05-01 17:15:42 +00:00
|
|
|
"criterion-plot",
|
2023-11-20 15:50:37 +00:00
|
|
|
"futures",
|
|
|
|
"is-terminal",
|
|
|
|
"itertools 0.10.5",
|
2023-05-01 17:15:42 +00:00
|
|
|
"num-traits",
|
2023-11-20 15:50:37 +00:00
|
|
|
"once_cell",
|
2023-05-01 17:15:42 +00:00
|
|
|
"oorandom",
|
|
|
|
"plotters",
|
|
|
|
"rayon",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"tinytemplate",
|
2023-11-20 15:50:37 +00:00
|
|
|
"tokio",
|
2023-05-01 17:15:42 +00:00
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "criterion-plot"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
|
|
|
|
dependencies = [
|
|
|
|
"cast",
|
2023-11-20 15:50:37 +00:00
|
|
|
"itertools 0.10.5",
|
2023-05-01 17:15:42 +00:00
|
|
|
]
|
|
|
|
|
2022-06-15 11:49:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "critical-section"
|
2023-08-17 18:03:46 +00:00
|
|
|
version = "1.1.2"
|
2023-01-14 19:28:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 18:03:46 +00:00
|
|
|
checksum = "7059fff8937831a9ae6f0fe4d658ffabf58f2ca96aa9dec1c889f936f705f216"
|
2023-01-14 19:28:33 +00:00
|
|
|
|
2023-05-01 17:15:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2024-01-18 16:37:24 +00:00
|
|
|
version = "0.8.5"
|
2023-05-01 17:15:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:37:24 +00:00
|
|
|
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
|
2023-05-01 17:15:42 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
2023-05-01 17:15:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2024-01-18 16:37:24 +00:00
|
|
|
version = "0.9.18"
|
2023-05-01 17:15:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:37:24 +00:00
|
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
2023-05-01 17:15:42 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"crossbeam-utils",
|
2023-05-01 17:15:42 +00:00
|
|
|
]
|
|
|
|
|
2023-01-14 19:28:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2024-01-18 16:37:24 +00:00
|
|
|
version = "0.8.19"
|
2022-06-15 11:49:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:37:24 +00:00
|
|
|
checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
|
2022-06-15 11:49:41 +00:00
|
|
|
|
2023-07-29 18:47:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crunchy"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
|
|
|
|
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
|
|
|
]
|
|
|
|
|
2022-07-06 09:17:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2024-08-18 18:49:27 +00:00
|
|
|
version = "0.20.10"
|
2022-07-06 09:17:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-18 18:49:27 +00:00
|
|
|
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
|
2022-07-06 09:17:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2024-08-18 18:49:27 +00:00
|
|
|
version = "0.20.10"
|
2022-07-06 09:17:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-18 18:49:27 +00:00
|
|
|
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
|
2022-07-06 09:17:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-08-18 18:49:27 +00:00
|
|
|
"strsim",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2022-07-06 09:17:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2024-08-18 18:49:27 +00:00
|
|
|
version = "0.20.10"
|
2022-07-06 09:17:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-18 18:49:27 +00:00
|
|
|
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
|
2022-07-06 09:17:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2022-07-06 09:17:16 +00:00
|
|
|
]
|
|
|
|
|
2023-03-29 18:16:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dashmap"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "5.5.3"
|
2023-03-29 18:16:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
|
2023-03-29 18:16:18 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"cfg-if",
|
2024-05-08 14:26:41 +00:00
|
|
|
"hashbrown 0.14.5",
|
2023-11-20 15:50:37 +00:00
|
|
|
"lock_api",
|
2023-03-29 18:16:18 +00:00
|
|
|
"once_cell",
|
2023-11-20 15:50:37 +00:00
|
|
|
"parking_lot_core",
|
2023-03-29 18:16:18 +00:00
|
|
|
]
|
|
|
|
|
2023-07-19 14:35:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "data-encoding"
|
2023-11-27 10:23:26 +00:00
|
|
|
version = "2.5.0"
|
2023-07-19 14:35:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-27 10:23:26 +00:00
|
|
|
checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5"
|
2023-07-19 14:35:56 +00:00
|
|
|
|
2023-07-20 12:46:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "deadpool"
|
2024-08-07 10:42:25 +00:00
|
|
|
version = "0.10.0"
|
2023-07-20 12:46:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 10:42:25 +00:00
|
|
|
checksum = "fb84100978c1c7b37f09ed3ce3e5f843af02c2a2c431bae5b19230dad2c1b490"
|
2023-07-20 12:46:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"deadpool-runtime",
|
|
|
|
"num_cpus",
|
2023-11-20 15:50:37 +00:00
|
|
|
"tokio",
|
2023-07-20 12:46:11 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "deadpool-runtime"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.1.3"
|
2023-07-20 12:46:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "63dfa964fe2a66f3fde91fc70b267fe193d822c7e603e2a675a49a7f46ad3f49"
|
2023-07-20 12:46:11 +00:00
|
|
|
|
2023-05-16 22:31:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "debugid"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
|
|
|
|
dependencies = [
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
2023-08-17 18:03:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
2024-01-10 16:43:56 +00:00
|
|
|
version = "0.3.11"
|
2023-08-17 18:03:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 16:43:56 +00:00
|
|
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
2023-08-17 18:03:46 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"powerfmt",
|
2023-08-17 18:03:46 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
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",
|
2023-03-25 20:49:00 +00:00
|
|
|
"syn 1.0.109",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2024-01-09 15:34:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_arbitrary"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2024-01-09 15:34:52 +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 = [
|
2023-08-24 14:05:28 +00:00
|
|
|
"convert_case 0.4.0",
|
2022-12-30 08:23:19 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-11-20 15:50:37 +00:00
|
|
|
"rustc_version",
|
2023-03-25 20:49:00 +00:00
|
|
|
"syn 1.0.109",
|
2022-12-30 08:23:19 +00:00
|
|
|
]
|
|
|
|
|
2023-06-19 18:41:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "deunicode"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.4.3"
|
2023-06-19 18:41:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "b6e854126756c496b8c81dec88f9a706b15b875c5849d4097a3854476b9fdf94"
|
2023-06-19 18:41:13 +00:00
|
|
|
|
2024-03-20 17:10:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "devise"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d6eacefd3f541c66fc61433d65e54e0e46e0a029a819a7dbbc7a7b489e8a85f8"
|
|
|
|
dependencies = [
|
|
|
|
"devise_codegen",
|
|
|
|
"devise_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "devise_codegen"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8cf4b8dd484ede80fd5c547592c46c3745a617c8af278e2b72bea86b2dfed6"
|
|
|
|
dependencies = [
|
|
|
|
"devise_core",
|
|
|
|
"quote",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "devise_core"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "35b50dba0afdca80b187392b24f2499a88c336d5a8493e4b4ccfb608708be56a"
|
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"bitflags 2.5.0",
|
2024-03-20 17:10:07 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"proc-macro2-diagnostics",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2024-03-20 17:10:07 +00:00
|
|
|
]
|
|
|
|
|
2023-07-10 08:36:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "difflib"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
|
|
|
|
|
2022-01-22 21:16:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-05-22 13:38:10 +00:00
|
|
|
version = "0.10.7"
|
2022-01-22 21:16:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 13:38:10 +00:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
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 = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"cfg-if",
|
2022-08-06 10:34:43 +00:00
|
|
|
"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",
|
2023-11-20 15:50:37 +00:00
|
|
|
"winapi",
|
2022-08-06 10:34:43 +00:00
|
|
|
]
|
|
|
|
|
2022-01-22 21:16:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dmp"
|
2023-05-19 21:02:43 +00:00
|
|
|
version = "0.2.0"
|
2022-02-10 13:00:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-19 21:02:43 +00:00
|
|
|
checksum = "bfaa1135a34d26e5cc5b4927a8935af887d4f30a5653a797c33b9a4222beb6d9"
|
2022-01-22 21:16:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"urlencoding",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2023-07-10 08:36:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "doc-comment"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
|
|
|
|
2023-07-03 14:30:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "earcutr"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.4.3"
|
2023-07-03 14:30:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "79127ed59a85d7687c409e9978547cffb7dc79675355ed22da6b66fd5f6ead01"
|
2023-07-03 14:30:42 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"itertools 0.11.0",
|
2023-07-03 14:30:42 +00:00
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
2022-01-13 17:36:41 +00:00
|
|
|
name = "echodb"
|
2024-07-17 22:44:05 +00:00
|
|
|
version = "0.7.0"
|
2022-02-10 13:00:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 22:44:05 +00:00
|
|
|
checksum = "1d1eccc44ff21b80ca7e883ff57423a12610965a33637d5d0bef4adebcd81749"
|
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",
|
2023-11-20 15:50:37 +00:00
|
|
|
"tokio",
|
2022-01-13 17:36:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.10.0"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
|
2022-01-13 17:36:41 +00:00
|
|
|
|
2023-07-29 18:47:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ena"
|
|
|
|
version = "0.14.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2023-08-24 14:05:28 +00:00
|
|
|
version = "0.8.33"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-24 14:05:28 +00:00
|
|
|
checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +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"
|
|
|
|
|
2024-04-05 09:19:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_filter"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2023-03-10 15:24:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2024-01-18 16:37:24 +00:00
|
|
|
version = "0.10.2"
|
2023-03-10 15:24:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:37:24 +00:00
|
|
|
checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
|
2023-03-10 15:24:27 +00:00
|
|
|
dependencies = [
|
|
|
|
"humantime",
|
|
|
|
"is-terminal",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2024-04-05 09:19:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.11.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9"
|
|
|
|
dependencies = [
|
|
|
|
"env_filter",
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2023-07-03 14:30:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
2023-07-17 13:40:58 +00:00
|
|
|
version = "1.0.1"
|
2023-07-03 14:30:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-17 13:40:58 +00:00
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
2023-07-03 14:30:42 +00:00
|
|
|
|
2022-08-06 10:34:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2023-12-05 12:12:56 +00:00
|
|
|
version = "0.3.8"
|
2022-08-06 10:34:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-05 12:12:56 +00:00
|
|
|
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
|
2022-08-06 10:34:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-12-05 12:12:56 +00:00
|
|
|
"windows-sys 0.52.0",
|
2022-08-06 10:34:43 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
2024-01-18 16:37:24 +00:00
|
|
|
version = "4.0.3"
|
2023-11-20 15:50:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:37:24 +00:00
|
|
|
checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e"
|
2023-11-20 15:50:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2024-04-05 09:19:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
|
|
|
version = "5.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2b5fb89194fa3cad959b833185b3063ba881dbfc7030680b314250779fb4cc91"
|
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener-strategy"
|
2023-11-27 10:23:26 +00:00
|
|
|
version = "0.4.0"
|
2023-11-20 15:50:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-27 10:23:26 +00:00
|
|
|
checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3"
|
2023-11-20 15:50:37 +00:00
|
|
|
dependencies = [
|
2024-01-18 16:37:24 +00:00
|
|
|
"event-listener 4.0.3",
|
2023-11-20 15:50:37 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2024-04-05 09:19:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener-strategy"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "332f51cb23d20b0de8458b86580878211da09bcd4503cb579c225b3d124cabb3"
|
|
|
|
dependencies = [
|
|
|
|
"event-listener 5.2.0",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2024-03-28 16:29:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ext-sort"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcf73e44617eab501beba39234441a194cf138629d3b6447f81f573e1c3d0a13"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"rayon",
|
|
|
|
"rmp-serde",
|
|
|
|
"serde",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
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
|
|
|
|
2024-08-18 18:49:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fast_chemail"
|
|
|
|
version = "0.9.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "495a39d30d624c2caabe6312bfead73e7717692b44e0b32df168c275a2e8e9e4"
|
|
|
|
dependencies = [
|
|
|
|
"ascii_utils",
|
|
|
|
]
|
|
|
|
|
2023-07-26 07:54:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "2.0.2"
|
2023-07-26 07:54:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984"
|
2023-07-26 07:54:07 +00:00
|
|
|
|
2022-08-06 10:34:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fd-lock"
|
2023-07-03 14:30:42 +00:00
|
|
|
version = "3.0.13"
|
2022-08-06 10:34:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 14:30:42 +00:00
|
|
|
checksum = "ef033ed5e9bad94e55838ca0ca906db0e043f517adda0c8b79c7a8c66c93c1b5"
|
2022-08-06 10:34:43 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"cfg-if",
|
|
|
|
"rustix",
|
2023-12-05 12:12:56 +00:00
|
|
|
"windows-sys 0.48.0",
|
2022-08-06 10:34:43 +00:00
|
|
|
]
|
|
|
|
|
2024-03-20 17:10:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "figment"
|
|
|
|
version = "0.10.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7270677e7067213e04f323b55084586195f18308cd7546cfac9f873344ccceb6"
|
|
|
|
dependencies = [
|
|
|
|
"atomic 0.6.0",
|
|
|
|
"pear",
|
|
|
|
"serde",
|
|
|
|
"toml",
|
|
|
|
"uncased",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2023-12-12 13:51:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2024-01-10 16:43:56 +00:00
|
|
|
version = "0.2.23"
|
2023-12-12 13:51:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 16:43:56 +00:00
|
|
|
checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd"
|
2023-12-12 13:51:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2024-01-10 16:43:56 +00:00
|
|
|
"redox_syscall",
|
|
|
|
"windows-sys 0.52.0",
|
2023-12-12 13:51:43 +00:00
|
|
|
]
|
|
|
|
|
2023-05-16 22:31:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "findshlibs"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "40b9e59cd0f7e0806cca4be089683ecb6434e602038df21fe6bf6711b2f07f64"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
2023-11-20 15:50:37 +00:00
|
|
|
"winapi",
|
2023-05-16 22:31:30 +00:00
|
|
|
]
|
|
|
|
|
2023-07-29 18:47:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "1.0.28"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
2023-07-03 14:30:42 +00:00
|
|
|
"miniz_oxide",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2022-06-15 11:49:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "float_next_after"
|
2023-03-25 20:49:00 +00:00
|
|
|
version = "1.0.0"
|
2022-06-15 11:49:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 20:49:00 +00:00
|
|
|
checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
|
2022-06-15 11:49:41 +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"
|
2023-11-27 10:23:26 +00:00
|
|
|
version = "1.2.1"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-27 10:23:26 +00:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
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"
|
2024-07-17 22:44:05 +00:00
|
|
|
version = "0.9.0"
|
2022-08-15 18:35:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 22:44:05 +00:00
|
|
|
checksum = "020bf4ae7238dbdb1ff01e9f981db028515cf66883c461e29faedfea130b2728"
|
2022-08-15 18:35:41 +00:00
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"async-recursion 1.1.0",
|
2022-08-15 18:35:41 +00:00
|
|
|
"async-trait",
|
|
|
|
"foundationdb-gen",
|
|
|
|
"foundationdb-macros",
|
|
|
|
"foundationdb-sys",
|
2023-11-20 15:50:37 +00:00
|
|
|
"futures",
|
2022-08-15 18:35:41 +00:00
|
|
|
"memchr",
|
|
|
|
"rand 0.8.5",
|
2023-06-13 20:55:38 +00:00
|
|
|
"serde",
|
|
|
|
"serde_bytes",
|
|
|
|
"serde_json",
|
2022-08-15 18:35:41 +00:00
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foundationdb-gen"
|
2024-07-17 22:44:05 +00:00
|
|
|
version = "0.9.0"
|
2022-08-15 18:35:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 22:44:05 +00:00
|
|
|
checksum = "36878d54a76a48e794d0fe89be2096ab5968b071e7ec25f7becfe7846f55fa77"
|
2022-08-15 18:35:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"xml-rs",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foundationdb-macros"
|
2024-07-17 22:44:05 +00:00
|
|
|
version = "0.3.0"
|
2022-08-15 18:35:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 22:44:05 +00:00
|
|
|
checksum = "f8db6653cbc621a3810d95d55bd342be3e71181d6df21a4eb29ef986202d3f9c"
|
2022-08-15 18:35:41 +00:00
|
|
|
dependencies = [
|
2023-06-13 20:55:38 +00:00
|
|
|
"proc-macro2",
|
2022-08-15 18:35:41 +00:00
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2023-06-13 20:55:38 +00:00
|
|
|
"try_map",
|
2022-08-15 18:35:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foundationdb-sys"
|
2024-07-17 22:44:05 +00:00
|
|
|
version = "0.9.0"
|
2022-08-15 18:35:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 22:44:05 +00:00
|
|
|
checksum = "ace2f49db8614b7d7e3b656a12e0059b5fbd0a4da3410b1797374bec3db269fa"
|
2022-08-15 18:35:41 +00:00
|
|
|
dependencies = [
|
2024-07-17 22:44:05 +00:00
|
|
|
"bindgen 0.69.4",
|
|
|
|
"libc",
|
2022-08-15 18:35:41 +00:00
|
|
|
]
|
|
|
|
|
2023-05-29 11:46:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fst"
|
|
|
|
version = "0.4.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ab85b9b05e3978cc9a9cf8fea7f01b494e1a09ed3037e16ba39edc7a29eb61a"
|
|
|
|
|
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"
|
|
|
|
|
2024-06-12 09:18:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futf"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
|
|
|
|
dependencies = [
|
|
|
|
"mac",
|
|
|
|
"new_debug_unreachable",
|
|
|
|
]
|
|
|
|
|
2023-08-03 14:59:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2024-01-10 16:43:56 +00:00
|
|
|
version = "0.3.30"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 16:43:56 +00:00
|
|
|
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
|
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"
|
2024-01-10 16:43:56 +00:00
|
|
|
version = "0.3.30"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 16:43:56 +00:00
|
|
|
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2024-01-10 16:43:56 +00:00
|
|
|
version = "0.3.30"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 16:43:56 +00:00
|
|
|
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2024-01-10 16:43:56 +00:00
|
|
|
version = "0.3.30"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 16:43:56 +00:00
|
|
|
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2024-01-10 16:43:56 +00:00
|
|
|
version = "0.3.30"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 16:43:56 +00:00
|
|
|
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "2.3.0"
|
2023-11-20 15:50:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
|
2023-11-20 15:50:37 +00:00
|
|
|
dependencies = [
|
2024-08-07 10:42:25 +00:00
|
|
|
"fastrand",
|
2023-11-20 15:50:37 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2024-01-10 16:43:56 +00:00
|
|
|
version = "0.3.30"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 16:43:56 +00:00
|
|
|
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2024-01-10 16:43:56 +00:00
|
|
|
version = "0.3.30"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 16:43:56 +00:00
|
|
|
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2024-01-10 16:43:56 +00:00
|
|
|
version = "0.3.30"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 16:43:56 +00:00
|
|
|
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
|
2022-01-13 17:36:41 +00:00
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2024-01-10 16:43:56 +00:00
|
|
|
version = "0.3.30"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 16:43:56 +00:00
|
|
|
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
2024-03-20 17:10:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generator"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"rustversion",
|
|
|
|
"windows",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-03-30 10:08:36 +00:00
|
|
|
version = "0.14.7"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-30 10:08:36 +00:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
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-12-05 12:12:56 +00:00
|
|
|
version = "0.26.0"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-05 12:12:56 +00:00
|
|
|
checksum = "1645cf1d7fea7dac1a66f7357f3df2677ada708b8d9db8e9b043878930095a96"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
2023-07-03 14:30:42 +00:00
|
|
|
"earcutr",
|
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",
|
2023-12-05 12:12:56 +00:00
|
|
|
"robust",
|
2024-03-05 15:19:44 +00:00
|
|
|
"rstar 0.11.0",
|
2023-08-17 18:03:46 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "geo"
|
2023-12-05 12:12:56 +00:00
|
|
|
version = "0.27.0"
|
2023-08-17 18:03:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-05 12:12:56 +00:00
|
|
|
checksum = "4841b40fdbccd4b7042bd6195e4de91da54af34c50632e371bcbfcdfb558b873"
|
2023-08-17 18:03:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"earcutr",
|
|
|
|
"float_next_after",
|
|
|
|
"geo-types",
|
|
|
|
"geographiclib-rs",
|
|
|
|
"log",
|
|
|
|
"num-traits",
|
2023-12-05 12:12:56 +00:00
|
|
|
"robust",
|
2024-03-05 15:19:44 +00:00
|
|
|
"rstar 0.11.0",
|
2022-01-13 17:36:41 +00:00
|
|
|
"serde",
|
2023-12-05 12:12:56 +00:00
|
|
|
"spade",
|
2022-01-13 17:36:41 +00:00
|
|
|
]
|
|
|
|
|
2024-03-05 15:19:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "geo"
|
|
|
|
version = "0.28.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f811f663912a69249fa620dcd2a005db7254529da2d8a0b23942e81f47084501"
|
|
|
|
dependencies = [
|
|
|
|
"earcutr",
|
|
|
|
"float_next_after",
|
|
|
|
"geo-types",
|
|
|
|
"geographiclib-rs",
|
|
|
|
"log",
|
|
|
|
"num-traits",
|
|
|
|
"robust",
|
|
|
|
"rstar 0.12.0",
|
|
|
|
"spade",
|
|
|
|
]
|
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "geo-types"
|
2024-03-05 15:19:44 +00:00
|
|
|
version = "0.7.13"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 15:19:44 +00:00
|
|
|
checksum = "9ff16065e5720f376fbced200a5ae0f47ace85fd70b7e54269790281353b6d61"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
2024-05-08 14:26:41 +00:00
|
|
|
"approx 0.5.1",
|
2024-01-09 15:34:52 +00:00
|
|
|
"arbitrary",
|
2022-01-13 17:36:41 +00:00
|
|
|
"num-traits",
|
2024-03-05 15:19:44 +00:00
|
|
|
"rstar 0.11.0",
|
|
|
|
"rstar 0.12.0",
|
2022-01-13 17:36:41 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "geographiclib-rs"
|
2024-02-09 19:31:16 +00:00
|
|
|
version = "0.2.4"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 19:31:16 +00:00
|
|
|
checksum = "e6e5ed84f8089c70234b0a8e0aedb6dc733671612ddc0d37c6066052f9781960"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
2024-02-09 19:31:16 +00:00
|
|
|
"libm",
|
2022-01-13 17:36:41 +00:00
|
|
|
]
|
|
|
|
|
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 = [
|
2023-11-20 15:50:37 +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"
|
2024-01-18 16:37:24 +00:00
|
|
|
version = "0.2.12"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:37:24 +00:00
|
|
|
checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
|
2021-03-29 15:43:37 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +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
|
|
|
]
|
|
|
|
|
2023-05-16 22:31:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2023-11-27 10:23:26 +00:00
|
|
|
version = "0.28.1"
|
2023-05-16 22:31:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-27 10:23:26 +00:00
|
|
|
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
|
2023-05-16 22:31:30 +00:00
|
|
|
|
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
|
|
|
|
2023-07-10 08:36:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "globset"
|
2024-01-10 16:43:56 +00:00
|
|
|
version = "0.4.14"
|
2023-07-10 08:36:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 16:43:56 +00:00
|
|
|
checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
|
2023-07-10 08:36:35 +00:00
|
|
|
dependencies = [
|
2023-07-17 13:40:58 +00:00
|
|
|
"aho-corasick",
|
2023-07-10 08:36:35 +00:00
|
|
|
"bstr",
|
|
|
|
"log",
|
2024-04-05 09:19:54 +00:00
|
|
|
"regex-automata 0.4.6",
|
|
|
|
"regex-syntax 0.8.3",
|
2023-07-10 08:36:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "globwalk"
|
2024-01-18 16:37:24 +00:00
|
|
|
version = "0.9.1"
|
2023-07-10 08:36:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:37:24 +00:00
|
|
|
checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757"
|
2023-07-10 08:36:35 +00:00
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"bitflags 2.5.0",
|
2023-07-10 08:36:35 +00:00
|
|
|
"ignore",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2021-03-29 15:43:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.3.26"
|
2021-03-29 15:43:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"bytes",
|
2020-06-29 15:35:19 +00:00
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
2024-04-05 09:19:54 +00:00
|
|
|
"http 0.2.12",
|
|
|
|
"indexmap 2.2.6",
|
2020-06-29 15:35:19 +00:00
|
|
|
"slab",
|
2023-11-20 15:50:37 +00:00
|
|
|
"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
|
|
|
]
|
|
|
|
|
2024-08-07 10:42:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab"
|
|
|
|
dependencies = [
|
|
|
|
"atomic-waker",
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"http 1.1.0",
|
|
|
|
"indexmap 2.2.6",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2024-01-22 17:51:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "half"
|
2024-08-18 18:49:27 +00:00
|
|
|
version = "2.3.1"
|
2024-01-22 17:51:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-18 18:49:27 +00:00
|
|
|
checksum = "bc52e53916c08643f1b56ec082790d1e86a32e58dc5268f897f313fbae7b4872"
|
2024-01-22 17:51:49 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crunchy",
|
|
|
|
]
|
|
|
|
|
2024-08-18 18:49:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "handlebars"
|
|
|
|
version = "5.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"pest",
|
|
|
|
"pest_derive",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[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
|
|
|
|
2024-03-05 15:19:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hash32"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
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"
|
2023-06-09 15:23:30 +00:00
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"ahash 0.7.8",
|
2023-06-09 15:23:30 +00:00
|
|
|
]
|
2021-03-29 15:43:37 +00:00
|
|
|
|
2023-07-03 14:30:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2024-05-08 14:26:41 +00:00
|
|
|
version = "0.14.5"
|
2023-07-03 14:30:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-08 14:26:41 +00:00
|
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
2023-07-03 14:30:42 +00:00
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"ahash 0.8.11",
|
2023-12-05 12:12:56 +00:00
|
|
|
"allocator-api2",
|
2023-07-03 14:30:42 +00:00
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "headers"
|
2024-08-07 10:42:25 +00:00
|
|
|
version = "0.4.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 10:42:25 +00:00
|
|
|
checksum = "322106e6bd0cba2d5ead589ddb8150a13d7c4217cf80d7c4f682ca994ccc6aa9"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2024-01-18 16:37:24 +00:00
|
|
|
"base64 0.21.7",
|
2023-11-20 15:50:37 +00:00
|
|
|
"bytes",
|
2020-06-29 15:35:19 +00:00
|
|
|
"headers-core",
|
2024-08-07 10:42:25 +00:00
|
|
|
"http 1.1.0",
|
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"
|
2024-08-07 10:42:25 +00:00
|
|
|
version = "0.3.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 10:42:25 +00:00
|
|
|
checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2024-08-07 10:42:25 +00:00
|
|
|
"http 1.1.0",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heapless"
|
2024-01-10 16:43:56 +00:00
|
|
|
version = "0.7.17"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 16:43:56 +00:00
|
|
|
checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
2022-06-15 11:49:41 +00:00
|
|
|
"atomic-polyfill",
|
2024-03-05 15:19:44 +00:00
|
|
|
"hash32 0.2.1",
|
2023-11-20 15:50:37 +00:00
|
|
|
"rustc_version",
|
2023-04-14 16:01:31 +00:00
|
|
|
"spin 0.9.8",
|
2022-01-13 17:36:41 +00:00
|
|
|
"stable_deref_trait",
|
|
|
|
]
|
|
|
|
|
2024-03-05 15:19:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heapless"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
|
|
|
|
dependencies = [
|
|
|
|
"hash32 0.3.1",
|
|
|
|
"stable_deref_trait",
|
|
|
|
]
|
|
|
|
|
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
|
|
|
|
2024-04-05 09:19:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.3.9"
|
2023-03-10 15:24:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
2023-03-10 15:24:27 +00:00
|
|
|
|
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
|
|
|
]
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "home"
|
2024-01-10 16:43:56 +00:00
|
|
|
version = "0.5.9"
|
2023-11-20 15:50:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 16:43:56 +00:00
|
|
|
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
|
2023-11-20 15:50:37 +00:00
|
|
|
dependencies = [
|
2024-01-10 16:43:56 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-11-20 15:50:37 +00:00
|
|
|
]
|
|
|
|
|
2024-06-12 09:18:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "html5ever"
|
|
|
|
version = "0.27.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"mac",
|
|
|
|
"markup5ever",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.58",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.2.12"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +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
|
|
|
]
|
|
|
|
|
2023-12-05 12:12:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.1.0"
|
2023-12-05 12:12:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
|
2023-12-05 12:12:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2024-01-10 16:43:56 +00:00
|
|
|
version = "0.4.6"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 16:43:56 +00:00
|
|
|
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"bytes",
|
2024-04-05 09:19:54 +00:00
|
|
|
"http 0.2.12",
|
2023-12-05 12:12:56 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2024-04-05 09:19:54 +00:00
|
|
|
"http 1.1.0",
|
2023-12-05 12:12:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body-util"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.1.1"
|
2023-12-05 12:12:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d"
|
2023-12-05 12:12:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2024-04-05 09:19:54 +00:00
|
|
|
"futures-core",
|
|
|
|
"http 1.1.0",
|
2023-12-05 12:12:56 +00:00
|
|
|
"http-body 1.0.0",
|
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"
|
2023-08-24 14:05:28 +00:00
|
|
|
version = "1.0.3"
|
2021-03-29 15:43:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-24 14:05:28 +00:00
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
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"
|
2024-01-10 16:43:56 +00:00
|
|
|
version = "0.14.28"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 16:43:56 +00:00
|
|
|
checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"bytes",
|
2020-06-29 15:35:19 +00:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2024-08-07 10:42:25 +00:00
|
|
|
"h2 0.3.26",
|
2024-04-05 09:19:54 +00:00
|
|
|
"http 0.2.12",
|
2024-01-10 16:43:56 +00:00
|
|
|
"http-body 0.4.6",
|
2020-06-29 15:35:19 +00:00
|
|
|
"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",
|
2024-01-10 16:43:56 +00:00
|
|
|
"socket2",
|
2023-11-20 15:50:37 +00:00
|
|
|
"tokio",
|
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
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
2023-12-05 12:12:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2024-08-07 10:42:25 +00:00
|
|
|
version = "1.4.1"
|
2023-12-05 12:12:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 10:42:25 +00:00
|
|
|
checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05"
|
2023-12-05 12:12:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
2024-08-07 10:42:25 +00:00
|
|
|
"h2 0.4.5",
|
2024-04-05 09:19:54 +00:00
|
|
|
"http 1.1.0",
|
2023-12-05 12:12:56 +00:00
|
|
|
"http-body 1.0.0",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
2024-04-05 09:19:54 +00:00
|
|
|
"smallvec",
|
2023-12-05 12:12:56 +00:00
|
|
|
"tokio",
|
2024-08-07 10:42:25 +00:00
|
|
|
"want",
|
2023-12-05 12:12:56 +00:00
|
|
|
]
|
|
|
|
|
2022-12-30 08:23:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-rustls"
|
2024-08-07 10:42:25 +00:00
|
|
|
version = "0.27.2"
|
2022-12-30 08:23:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 10:42:25 +00:00
|
|
|
checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155"
|
2022-12-30 08:23:19 +00:00
|
|
|
dependencies = [
|
2023-07-17 13:40:58 +00:00
|
|
|
"futures-util",
|
2024-08-07 10:42:25 +00:00
|
|
|
"http 1.1.0",
|
|
|
|
"hyper 1.4.1",
|
|
|
|
"hyper-util",
|
|
|
|
"rustls 0.23.12",
|
|
|
|
"rustls-pki-types",
|
2023-11-20 15:50:37 +00:00
|
|
|
"tokio",
|
2024-08-07 10:42:25 +00:00
|
|
|
"tokio-rustls 0.26.0",
|
|
|
|
"tower-service",
|
|
|
|
"webpki-roots",
|
2022-12-30 08:23:19 +00:00
|
|
|
]
|
|
|
|
|
2023-03-29 18:16:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-timeout"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
|
|
|
|
dependencies = [
|
2024-01-10 16:43:56 +00:00
|
|
|
"hyper 0.14.28",
|
2023-03-29 18:16:18 +00:00
|
|
|
"pin-project-lite",
|
2023-11-20 15:50:37 +00:00
|
|
|
"tokio",
|
2023-03-29 18:16:18 +00:00
|
|
|
"tokio-io-timeout",
|
|
|
|
]
|
|
|
|
|
2024-08-07 10:42:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-timeout"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3203a961e5c83b6f5498933e78b6b263e208c197b63e9c6c53cc82ffd3f63793"
|
|
|
|
dependencies = [
|
|
|
|
"hyper 1.4.1",
|
|
|
|
"hyper-util",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
2024-08-07 10:42:25 +00:00
|
|
|
version = "0.6.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 10:42:25 +00:00
|
|
|
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"bytes",
|
2024-08-07 10:42:25 +00:00
|
|
|
"http-body-util",
|
|
|
|
"hyper 1.4.1",
|
|
|
|
"hyper-util",
|
2020-06-29 15:35:19 +00:00
|
|
|
"native-tls",
|
2023-11-20 15:50:37 +00:00
|
|
|
"tokio",
|
2021-03-29 15:43:37 +00:00
|
|
|
"tokio-native-tls",
|
2024-08-07 10:42:25 +00:00
|
|
|
"tower-service",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2023-12-05 12:12:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-util"
|
2024-08-07 10:42:25 +00:00
|
|
|
version = "0.1.6"
|
2023-12-05 12:12:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 10:42:25 +00:00
|
|
|
checksum = "3ab92f4f49ee4fb4f997c784b7a2e0fa70050211e0b6a287f898c3c9785ca956"
|
2023-12-05 12:12:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2024-08-07 10:42:25 +00:00
|
|
|
"futures-channel",
|
2023-12-05 12:12:56 +00:00
|
|
|
"futures-util",
|
2024-04-05 09:19:54 +00:00
|
|
|
"http 1.1.0",
|
2023-12-05 12:12:56 +00:00
|
|
|
"http-body 1.0.0",
|
2024-08-07 10:42:25 +00:00
|
|
|
"hyper 1.4.1",
|
2023-12-05 12:12:56 +00:00
|
|
|
"pin-project-lite",
|
2024-01-10 16:43:56 +00:00
|
|
|
"socket2",
|
2023-12-05 12:12:56 +00:00
|
|
|
"tokio",
|
2024-08-07 10:42:25 +00:00
|
|
|
"tower",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
2023-12-05 12:12:56 +00:00
|
|
|
]
|
|
|
|
|
2022-08-10 22:45:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2024-02-09 19:31:16 +00:00
|
|
|
version = "0.1.60"
|
2022-08-10 22:45:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 19:31:16 +00:00
|
|
|
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
|
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",
|
2023-11-20 15:50:37 +00:00
|
|
|
"windows-core",
|
2022-08-10 22:45:13 +00:00
|
|
|
]
|
|
|
|
|
2023-01-14 19:28:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
2023-05-22 13:38:10 +00:00
|
|
|
version = "0.1.2"
|
2023-01-14 19:28:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 13:38:10 +00:00
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
2023-01-14 19:28:33 +00:00
|
|
|
dependencies = [
|
2023-05-22 13:38:10 +00:00
|
|
|
"cc",
|
2023-01-14 19:28:33 +00:00
|
|
|
]
|
|
|
|
|
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"
|
2023-11-27 10:23:26 +00:00
|
|
|
version = "0.5.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-27 10:23:26 +00:00
|
|
|
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2023-07-10 08:36:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ignore"
|
2024-01-18 16:37:24 +00:00
|
|
|
version = "0.4.22"
|
2023-07-10 08:36:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:37:24 +00:00
|
|
|
checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1"
|
2023-07-10 08:36:35 +00:00
|
|
|
dependencies = [
|
2024-01-10 16:43:56 +00:00
|
|
|
"crossbeam-deque",
|
2023-07-10 08:36:35 +00:00
|
|
|
"globset",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
2024-04-05 09:19:54 +00:00
|
|
|
"regex-automata 0.4.6",
|
2023-07-10 08:36:35 +00:00
|
|
|
"same-file",
|
|
|
|
"walkdir",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
2022-03-07 18:11:44 +00:00
|
|
|
name = "imbl"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "2.0.3"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "978d142c8028edf52095703af2fad11d6f611af1246685725d6b850634647085"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitmaps",
|
2023-03-26 21:13:27 +00:00
|
|
|
"imbl-sized-chunks",
|
2022-09-17 23:26:52 +00:00
|
|
|
"rand_core 0.6.4",
|
2022-01-13 17:36:41 +00:00
|
|
|
"rand_xoshiro",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2023-03-26 21:13:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "imbl-sized-chunks"
|
2024-02-09 19:31:16 +00:00
|
|
|
version = "0.1.2"
|
2023-03-26 21:13:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 19:31:16 +00:00
|
|
|
checksum = "144006fb58ed787dcae3f54575ff4349755b00ccc99f4b4873860b654be1ed63"
|
2023-03-26 21:13:27 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitmaps",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-03-25 20:49:00 +00:00
|
|
|
version = "1.9.3"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 20:49:00 +00:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2021-03-29 15:43:37 +00:00
|
|
|
"autocfg",
|
2023-07-03 14:30:42 +00:00
|
|
|
"hashbrown 0.12.3",
|
2022-12-30 08:23:19 +00:00
|
|
|
"serde",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2023-07-03 14:30:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "2.2.6"
|
2023-07-03 14:30:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
|
2023-07-03 14:30:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
2024-05-08 14:26:41 +00:00
|
|
|
"hashbrown 0.14.5",
|
2023-08-17 18:03:46 +00:00
|
|
|
"serde",
|
2023-07-03 14:30:42 +00:00
|
|
|
]
|
|
|
|
|
2022-02-22 14:16:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indxdb"
|
2024-07-17 22:44:05 +00:00
|
|
|
version = "0.5.0"
|
2022-02-22 14:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 22:44:05 +00:00
|
|
|
checksum = "817e28ebe3466175be7e66f4eadfb9e6a221537db2f78b6be04e14b7051a56af"
|
2022-02-22 14:16:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"rexie",
|
|
|
|
"thiserror",
|
2023-11-20 15:50:37 +00:00
|
|
|
"tokio",
|
2022-02-22 14:16:50 +00:00
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2023-05-16 22:31:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "inferno"
|
2023-11-27 10:23:26 +00:00
|
|
|
version = "0.11.19"
|
2023-05-16 22:31:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-27 10:23:26 +00:00
|
|
|
checksum = "321f0f839cd44a4686e9504b0a62b4d69a50b62072144c71c68f5873c167b8d9"
|
2023-05-16 22:31:30 +00:00
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"ahash 0.8.11",
|
|
|
|
"indexmap 2.2.6",
|
2023-05-16 22:31:30 +00:00
|
|
|
"is-terminal",
|
|
|
|
"itoa",
|
|
|
|
"log",
|
|
|
|
"num-format",
|
|
|
|
"once_cell",
|
|
|
|
"quick-xml",
|
|
|
|
"rgb",
|
|
|
|
"str_stack",
|
|
|
|
]
|
|
|
|
|
2024-03-20 17:10:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "inlinable_string"
|
|
|
|
version = "0.1.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb"
|
|
|
|
|
2022-02-22 14:16:50 +00:00
|
|
|
[[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
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
2021-03-29 15:43:37 +00:00
|
|
|
name = "ipnet"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "2.9.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
|
2022-01-13 17:36:41 +00:00
|
|
|
|
2023-03-10 15:24:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
2024-03-20 17:10:07 +00:00
|
|
|
version = "0.4.12"
|
2023-03-10 15:24:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-20 17:10:07 +00:00
|
|
|
checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b"
|
2023-03-10 15:24:27 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"hermit-abi",
|
2024-03-20 17:10:07 +00:00
|
|
|
"libc",
|
2024-01-10 16:43:56 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-03-10 15:24:27 +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",
|
|
|
|
]
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2024-07-29 15:39:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2022-01-22 21:16:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.0.11"
|
2022-01-22 21:16:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
2022-01-22 21:16:13 +00:00
|
|
|
|
2023-12-04 12:37:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jemalloc-sys"
|
|
|
|
version = "0.5.4+5.3.0-patched"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac6c1946e1cea1788cbfde01c993b52a10e2da07f4bac608228d1bed20bfebf2"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jemallocator"
|
|
|
|
version = "0.5.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a0de374a9f8e63150e6f5e8a60cc14c668226d7a347d8aee1a45766e3c4dd3bc"
|
|
|
|
dependencies = [
|
|
|
|
"jemalloc-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-08-28 13:35:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.1.28"
|
2022-08-28 13:35:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6"
|
2022-08-28 13:35:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.3.69"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2024-08-07 10:42:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jsonwebtoken"
|
|
|
|
version = "9.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.21.7",
|
|
|
|
"js-sys",
|
2024-08-07 11:38:02 +00:00
|
|
|
"pem",
|
2024-08-07 10:42:25 +00:00
|
|
|
"ring 0.17.8",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"simple_asn1",
|
|
|
|
]
|
|
|
|
|
2023-07-29 18:47:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lalrpop"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.20.2"
|
2023-07-29 18:47:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "55cb077ad656299f160924eb2912aa147d7339ea7d69e1b5517326fdcec3c1ca"
|
2023-07-29 18:47:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"ascii-canvas",
|
|
|
|
"bit-set",
|
|
|
|
"ena",
|
2024-04-05 09:19:54 +00:00
|
|
|
"itertools 0.11.0",
|
2023-07-29 18:47:25 +00:00
|
|
|
"lalrpop-util",
|
|
|
|
"petgraph",
|
2023-11-20 15:50:37 +00:00
|
|
|
"pico-args",
|
2023-07-29 18:47:25 +00:00
|
|
|
"regex",
|
2024-04-05 09:19:54 +00:00
|
|
|
"regex-syntax 0.8.3",
|
2023-07-29 18:47:25 +00:00
|
|
|
"string_cache",
|
|
|
|
"term",
|
|
|
|
"tiny-keccak",
|
|
|
|
"unicode-xid",
|
2024-04-05 09:19:54 +00:00
|
|
|
"walkdir",
|
2023-07-29 18:47:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lalrpop-util"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.20.2"
|
2023-07-29 18:47:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "507460a910eb7b32ee961886ff48539633b788a36b65692b95f225b844c82553"
|
2023-07-29 18:47:25 +00:00
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"regex-automata 0.4.6",
|
2023-07-29 18:47:25 +00:00
|
|
|
]
|
|
|
|
|
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]]
|
2023-03-26 21:13:43 +00:00
|
|
|
name = "lexicmp"
|
|
|
|
version = "0.1.0"
|
2022-04-27 15:21:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-26 21:13:43 +00:00
|
|
|
checksum = "7378d131ddf24063b32cbd7e91668d183140c4b3906270635a4d633d1068ea5d"
|
2022-04-27 15:21:51 +00:00
|
|
|
dependencies = [
|
2023-03-26 21:13:43 +00:00
|
|
|
"any_ascii",
|
2022-04-27 15:21:51 +00:00
|
|
|
]
|
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-02-09 19:31:16 +00:00
|
|
|
version = "0.2.153"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 19:31:16 +00:00
|
|
|
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
|
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 = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"cfg-if",
|
|
|
|
"winapi",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2024-01-10 16:43:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.8.3"
|
2024-01-10 16:43:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
|
2024-01-10 16:43:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2024-04-25 08:06:05 +00:00
|
|
|
"windows-targets 0.52.4",
|
2024-01-10 16:43:56 +00:00
|
|
|
]
|
|
|
|
|
2022-06-15 11:49:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libm"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
|
|
|
|
|
2023-12-05 10:10:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libmimalloc-sys"
|
|
|
|
version = "0.1.35"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3979b5c37ece694f1f5e51e7ecc871fdb0f517ed04ee45f88d15d6d553cb9664"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libredox"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.1.3"
|
2022-06-15 11:49:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
2023-11-20 15:50:37 +00:00
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"bitflags 2.5.0",
|
2023-11-20 15:50:37 +00:00
|
|
|
"libc",
|
|
|
|
]
|
2022-06-15 11:49:41 +00:00
|
|
|
|
2022-08-28 13:35:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "librocksdb-sys"
|
2023-05-19 20:28:31 +00:00
|
|
|
version = "0.11.0+8.1.1"
|
2022-08-28 13:35:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-19 20:28:31 +00:00
|
|
|
checksum = "d3386f101bcb4bd252d8e9d2fb41ec3b0862a15a62b478c355b2982efa469e3e"
|
2022-08-28 13:35:25 +00:00
|
|
|
dependencies = [
|
2023-05-19 20:28:31 +00:00
|
|
|
"bindgen 0.65.1",
|
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"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.1.16"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "5e143b5e666b2695d28f6bca6497720813f699c9602dd7f5cac91008b8ada7f9"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2024-05-08 14:26:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linfa-linalg"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56e7562b41c8876d3367897067013bb2884cc78e6893f092ecd26b305176ac82"
|
|
|
|
dependencies = [
|
|
|
|
"ndarray",
|
|
|
|
"num-traits",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2022-08-06 10:34:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2024-01-18 16:37:24 +00:00
|
|
|
version = "0.4.13"
|
2023-07-03 14:30:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:37:24 +00:00
|
|
|
checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
|
2023-07-03 14:30:42 +00:00
|
|
|
|
2022-12-30 08:23:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "local-channel"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.1.5"
|
2022-12-30 08:23:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "b6cbc85e69b8df4b8bb8b89ec634e7189099cea8927a276b7384ce5488e53ec8"
|
2022-12-30 08:23:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"local-waker",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "local-waker"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.1.4"
|
2023-08-03 14:59:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "4d873d7c67ce09b42110d801813efbc9364414e356be9935700d368351657487"
|
2023-08-03 14:59:05 +00:00
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
2022-01-13 17:36:41 +00:00
|
|
|
name = "lock_api"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.4.11"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
|
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"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.4.21"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2024-03-20 17:10:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "loom"
|
|
|
|
version = "0.5.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"generator",
|
|
|
|
"scoped-tls",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
2024-02-15 20:47:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lru"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.12.3"
|
2024-02-15 20:47:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc"
|
2024-02-15 20:47:10 +00:00
|
|
|
dependencies = [
|
2024-05-08 14:26:41 +00:00
|
|
|
"hashbrown 0.14.5",
|
2024-02-15 20:47:10 +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",
|
|
|
|
]
|
|
|
|
|
2024-06-12 09:18:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mac"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "maplit"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "markup5ever"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"phf",
|
|
|
|
"phf_codegen",
|
|
|
|
"string_cache",
|
|
|
|
"string_cache_codegen",
|
|
|
|
"tendril",
|
|
|
|
]
|
|
|
|
|
2023-03-29 18:16:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
|
|
dependencies = [
|
2023-07-15 12:18:44 +00:00
|
|
|
"regex-automata 0.1.10",
|
2023-03-29 18:16:18 +00:00
|
|
|
]
|
|
|
|
|
2023-03-20 15:20:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matchit"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.7.3"
|
2023-08-03 14:59:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
|
2023-08-03 14:59:05 +00:00
|
|
|
|
2023-12-12 13:51:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matrixmultiply"
|
|
|
|
version = "0.3.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7574c1cf36da4798ab73da5b215bbf444f50718207754cb522201d78d1cd0ff2"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"rawpointer",
|
|
|
|
]
|
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "md-5"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.10.6"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"cfg-if",
|
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"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "2.7.2"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2023-05-16 22:31:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memmap2"
|
2024-02-09 19:31:16 +00:00
|
|
|
version = "0.9.4"
|
2023-05-16 22:31:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 19:31:16 +00:00
|
|
|
checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
|
2023-05-16 22:31:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-05-01 17:15:42 +00:00
|
|
|
[[package]]
|
2023-11-20 15:50:37 +00:00
|
|
|
name = "miette"
|
|
|
|
version = "5.10.0"
|
2023-05-01 17:15:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "59bb584eaeeab6bd0226ccf3509a69d7936d148cf3d036ad350abe35e8c6856e"
|
2023-05-01 17:15:42 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"miette-derive",
|
|
|
|
"once_cell",
|
|
|
|
"thiserror",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miette-derive"
|
|
|
|
version = "5.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49e7bc1560b95a3c4a25d03de42fe76ca718ab92d1a22a55b9b4cf67b3ae635c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2023-05-01 17:15:42 +00:00
|
|
|
]
|
|
|
|
|
2023-12-05 10:10:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mimalloc"
|
|
|
|
version = "0.1.39"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fa01922b5ea280a911e323e4d2fd24b7fe5cc4042e0d2cda3c40775cdc4bdc9c"
|
|
|
|
dependencies = [
|
|
|
|
"libmimalloc-sys",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2023-03-25 20:49:00 +00:00
|
|
|
version = "0.3.17"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 20:49:00 +00:00
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
|
|
|
[[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
|
|
|
|
2023-05-22 13:38:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2024-02-09 19:31:16 +00:00
|
|
|
version = "0.7.2"
|
2023-05-22 13:38:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 19:31:16 +00:00
|
|
|
checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
|
2023-05-22 13:38:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
2023-08-03 14:59:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2024-03-05 11:50:57 +00:00
|
|
|
version = "0.8.11"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:50:57 +00:00
|
|
|
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
|
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-12-05 12:12:56 +00:00
|
|
|
"windows-sys 0.48.0",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2024-03-20 17:10:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "multer"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "01acbdc23469fd8fe07ab135923371d5f5a422fbf9c522158677c8eb15bc51c2"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-util",
|
2024-04-05 09:19:54 +00:00
|
|
|
"http 0.2.12",
|
2024-03-20 17:10:07 +00:00
|
|
|
"httparse",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"mime",
|
|
|
|
"spin 0.9.8",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2024-08-18 18:49:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "multer"
|
|
|
|
version = "3.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-util",
|
|
|
|
"http 1.1.0",
|
|
|
|
"httparse",
|
|
|
|
"memchr",
|
|
|
|
"mime",
|
|
|
|
"spin 0.9.8",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2024-02-28 15:46:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "multimap"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
|
|
|
|
|
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
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2023-12-12 13:51:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ndarray"
|
|
|
|
version = "0.15.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "adb12d4e967ec485a5f71c6311fe28158e9d6f4bc4a447b474184d0f91a8fa32"
|
|
|
|
dependencies = [
|
2024-05-08 14:26:41 +00:00
|
|
|
"approx 0.4.0",
|
2023-12-12 13:51:43 +00:00
|
|
|
"matrixmultiply",
|
|
|
|
"num-complex",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"rawpointer",
|
2024-05-08 14:26:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ndarray-stats"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "af5a8477ac96877b5bd1fd67e0c28736c12943aba24eda92b127e036b0c8f400"
|
|
|
|
dependencies = [
|
|
|
|
"indexmap 1.9.3",
|
|
|
|
"itertools 0.10.5",
|
|
|
|
"ndarray",
|
|
|
|
"noisy_float",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"rand 0.8.5",
|
2023-12-12 13:51:43 +00:00
|
|
|
]
|
|
|
|
|
2023-07-29 18:47:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "new_debug_unreachable"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.0.6"
|
2023-07-29 18:47:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
|
2023-07-29 18:47:25 +00:00
|
|
|
|
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 = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"smallvec",
|
2022-08-06 10:34:43 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.26.4"
|
2022-08-06 10:34:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
|
2022-08-06 10:34:43 +00:00
|
|
|
dependencies = [
|
2023-07-03 14:30:42 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-11-20 15:50:37 +00:00
|
|
|
"cfg-if",
|
2022-08-06 10:34:43 +00:00
|
|
|
"libc",
|
2023-12-05 12:12:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
|
|
|
version = "0.27.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
|
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"bitflags 2.5.0",
|
2023-12-05 12:12:56 +00:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2022-08-06 10:34:43 +00:00
|
|
|
]
|
|
|
|
|
2024-05-08 14:26:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "noisy_float"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "978fe6e6ebc0bf53de533cd456ca2d9de13de13856eda1518a285d7705a213af"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
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
|
|
|
]
|
|
|
|
|
2023-03-29 18:16:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nu-ansi-term"
|
|
|
|
version = "0.46.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
|
|
|
dependencies = [
|
|
|
|
"overload",
|
2023-11-20 15:50:37 +00:00
|
|
|
"winapi",
|
2023-03-29 18:16:18 +00:00
|
|
|
]
|
|
|
|
|
2022-03-17 21:01:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2023-08-24 14:05:28 +00:00
|
|
|
version = "0.4.4"
|
2022-03-17 21:01:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-24 14:05:28 +00:00
|
|
|
checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
|
2022-03-17 21:01:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2023-12-12 13:51:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-complex"
|
2024-02-09 19:31:16 +00:00
|
|
|
version = "0.4.5"
|
2023-12-12 13:51:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 19:31:16 +00:00
|
|
|
checksum = "23c6602fda94a57c990fe0df199a035d83576b496aa29f4e634a8ac6004e68a6"
|
2023-12-12 13:51:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2024-02-09 19:31:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-conv"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
|
2023-05-16 22:31:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-format"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2024-02-09 19:31:16 +00:00
|
|
|
version = "0.1.46"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 19:31:16 +00:00
|
|
|
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-02-09 19:31:16 +00:00
|
|
|
version = "0.2.18"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 19:31:16 +00:00
|
|
|
checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
|
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-07-03 14:30:42 +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-07-03 14:30:42 +00:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"hermit-abi",
|
2020-06-29 15:35:19 +00:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-05-16 22:31:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2024-01-10 16:43:56 +00:00
|
|
|
version = "0.32.2"
|
2023-05-16 22:31:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 16:43:56 +00:00
|
|
|
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
|
2023-05-16 22:31:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-12-12 13:51:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "object_store"
|
2024-07-29 15:39:38 +00:00
|
|
|
version = "0.10.2"
|
2023-12-12 13:51:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-29 15:39:38 +00:00
|
|
|
checksum = "e6da452820c715ce78221e8202ccc599b4a52f3e1eb3eedb487b680c81a8e3f3"
|
2023-12-12 13:51:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"chrono",
|
|
|
|
"futures",
|
|
|
|
"humantime",
|
2024-07-29 15:39:38 +00:00
|
|
|
"itertools 0.13.0",
|
2023-12-12 13:51:43 +00:00
|
|
|
"parking_lot",
|
|
|
|
"percent-encoding",
|
|
|
|
"snafu",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"url",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2024-01-10 16:43:56 +00:00
|
|
|
version = "1.19.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 16:43:56 +00:00
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2023-05-01 17:15:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "oorandom"
|
|
|
|
version = "11.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.10.64"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"bitflags 2.5.0",
|
2023-11-20 15:50:37 +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"
|
2023-04-14 16:01:31 +00:00
|
|
|
version = "0.1.1"
|
2022-05-05 11:40:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 16:01:31 +00:00
|
|
|
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
2022-05-05 11:40:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2022-05-05 11:40:05 +00:00
|
|
|
]
|
|
|
|
|
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
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.9.102"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2023-03-29 18:16:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry"
|
2024-08-07 10:42:25 +00:00
|
|
|
version = "0.24.0"
|
2023-03-29 18:16:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 10:42:25 +00:00
|
|
|
checksum = "4c365a63eec4f55b7efeceb724f1336f26a9cf3427b70e59e2cd2a5b947fba96"
|
2023-03-29 18:16:18 +00:00
|
|
|
dependencies = [
|
2024-08-07 10:42:25 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"js-sys",
|
|
|
|
"once_cell",
|
|
|
|
"pin-project-lite",
|
|
|
|
"thiserror",
|
2023-03-29 18:16:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry-otlp"
|
2024-08-07 10:42:25 +00:00
|
|
|
version = "0.17.0"
|
2023-03-29 18:16:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 10:42:25 +00:00
|
|
|
checksum = "6b925a602ffb916fb7421276b86756027b37ee708f9dce2dbdcc51739f07e727"
|
2023-03-29 18:16:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
2024-08-07 10:42:25 +00:00
|
|
|
"futures-core",
|
|
|
|
"http 1.1.0",
|
2023-03-29 18:16:18 +00:00
|
|
|
"opentelemetry",
|
|
|
|
"opentelemetry-proto",
|
2024-08-07 10:42:25 +00:00
|
|
|
"opentelemetry_sdk",
|
|
|
|
"prost 0.13.1",
|
2023-03-29 18:16:18 +00:00
|
|
|
"thiserror",
|
2023-11-20 15:50:37 +00:00
|
|
|
"tokio",
|
2024-08-07 10:42:25 +00:00
|
|
|
"tonic 0.12.1",
|
2023-03-29 18:16:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry-proto"
|
2024-08-07 10:42:25 +00:00
|
|
|
version = "0.7.0"
|
2023-03-29 18:16:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 10:42:25 +00:00
|
|
|
checksum = "30ee9f20bff9c984511a02f082dc8ede839e4a9bf15cc2487c8d6fea5ad850d9"
|
2023-03-29 18:16:18 +00:00
|
|
|
dependencies = [
|
2024-08-07 10:42:25 +00:00
|
|
|
"hex",
|
2023-03-29 18:16:18 +00:00
|
|
|
"opentelemetry",
|
2024-08-07 10:42:25 +00:00
|
|
|
"opentelemetry_sdk",
|
|
|
|
"prost 0.13.1",
|
|
|
|
"serde",
|
|
|
|
"tonic 0.12.1",
|
2023-03-29 18:16:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry_sdk"
|
2024-08-07 10:42:25 +00:00
|
|
|
version = "0.24.1"
|
2023-03-29 18:16:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 10:42:25 +00:00
|
|
|
checksum = "692eac490ec80f24a17828d49b40b60f5aeaccdfe6a503f939713afd22bc28df"
|
2023-03-29 18:16:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-util",
|
2024-08-07 10:42:25 +00:00
|
|
|
"glob",
|
2023-03-29 18:16:18 +00:00
|
|
|
"once_cell",
|
2024-08-07 10:42:25 +00:00
|
|
|
"opentelemetry",
|
2023-03-29 18:16:18 +00:00
|
|
|
"percent-encoding",
|
|
|
|
"rand 0.8.5",
|
2024-08-07 10:42:25 +00:00
|
|
|
"serde_json",
|
2023-03-29 18:16:18 +00:00
|
|
|
"thiserror",
|
2023-11-20 15:50:37 +00:00
|
|
|
"tokio",
|
2023-03-29 18:16:18 +00:00
|
|
|
"tokio-stream",
|
|
|
|
]
|
|
|
|
|
2023-12-12 13:51:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ort"
|
|
|
|
version = "1.16.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "889dca4c98efa21b1ba54ddb2bde44fd4920d910f492b618351f839d8428d79d"
|
|
|
|
dependencies = [
|
|
|
|
"flate2",
|
2024-02-09 19:31:16 +00:00
|
|
|
"half",
|
2023-12-12 13:51:43 +00:00
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
2024-01-10 16:43:56 +00:00
|
|
|
"libloading 0.7.4",
|
2023-12-12 13:51:43 +00:00
|
|
|
"ndarray",
|
|
|
|
"tar",
|
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
2024-01-22 17:51:49 +00:00
|
|
|
"ureq",
|
2023-12-12 13:51:43 +00:00
|
|
|
"vswhom",
|
|
|
|
"winapi",
|
2024-01-22 17:51:49 +00:00
|
|
|
"zip",
|
2023-12-12 13:51:43 +00:00
|
|
|
]
|
|
|
|
|
2023-03-29 18:16:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
|
|
2022-05-13 20:46:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "2.2.0"
|
2023-08-03 14:59:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
|
2023-08-03 14:59:05 +00:00
|
|
|
|
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 = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
2022-01-13 17:36:41 +00:00
|
|
|
]
|
|
|
|
|
2022-12-30 08:23:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.9.9"
|
2022-12-30 08:23:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
|
2022-12-30 08:23:19 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"cfg-if",
|
2022-12-30 08:23:19 +00:00
|
|
|
"libc",
|
2024-01-10 16:43:56 +00:00
|
|
|
"redox_syscall",
|
2023-11-20 15:50:37 +00:00
|
|
|
"smallvec",
|
2023-12-05 12:12:56 +00:00
|
|
|
"windows-targets 0.48.5",
|
2022-12-30 08:23:19 +00:00
|
|
|
]
|
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "password-hash"
|
2023-03-25 20:49:00 +00:00
|
|
|
version = "0.5.0"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 20:49:00 +00:00
|
|
|
checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
|
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-07-17 13:40:58 +00:00
|
|
|
version = "1.0.14"
|
2022-05-05 11:40:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-17 13:40:58 +00:00
|
|
|
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
|
2022-05-05 11:40:05 +00:00
|
|
|
|
2023-09-05 06:38:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "path-clean"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "17359afc20d7ab31fdb42bb844c8b3bb1dabd7dcf7e68428492da7f16966fcef"
|
|
|
|
|
2022-01-22 21:16:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pbkdf2"
|
2023-07-15 12:18:44 +00:00
|
|
|
version = "0.12.2"
|
2022-01-22 21:16:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-15 12:18:44 +00:00
|
|
|
checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
|
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
|
|
|
]
|
|
|
|
|
2024-03-20 17:10:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pear"
|
|
|
|
version = "0.2.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bdeeaa00ce488657faba8ebf44ab9361f9365a97bd39ffb8a60663f57ff4b467"
|
|
|
|
dependencies = [
|
|
|
|
"inlinable_string",
|
|
|
|
"pear_codegen",
|
|
|
|
"yansi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pear_codegen"
|
|
|
|
version = "0.2.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4bab5b985dc082b345f812b7df84e1bef27e7207b39e448439ba8bd69c93f147"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"proc-macro2-diagnostics",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2024-03-20 17:10:07 +00:00
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2023-08-29 10:47:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pem"
|
2024-01-10 16:43:56 +00:00
|
|
|
version = "3.0.3"
|
2023-08-29 10:47:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 16:43:56 +00:00
|
|
|
checksum = "1b8fcc794035347fb64beda2d3b462595dd2753e3f268d89c5aae77e8cf2c310"
|
2023-08-29 10:47:53 +00:00
|
|
|
dependencies = [
|
2024-01-18 16:37:24 +00:00
|
|
|
"base64 0.21.7",
|
2023-08-29 10:47:53 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-11-27 10:23:26 +00:00
|
|
|
version = "2.3.1"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-27 10:23:26 +00:00
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
2022-01-13 17:36:41 +00:00
|
|
|
|
2024-08-18 18:49:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
|
|
|
version = "2.7.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"thiserror",
|
|
|
|
"ucd-trie",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_derive"
|
|
|
|
version = "2.7.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2a548d2beca6773b1c244554d36fcf8548a8a58e74156968211567250e48e49a"
|
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_generator",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_generator"
|
|
|
|
version = "2.7.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c93a82e8d145725dcbaf44e5ea887c8a869efdcc28706df2d08c69e17077183"
|
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_meta",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.58",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_meta"
|
|
|
|
version = "2.7.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a941429fea7e08bedec25e4f6785b6ffaacc6b755da98df5ef3e7dcf4a124c4f"
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"pest",
|
|
|
|
"sha2",
|
|
|
|
]
|
|
|
|
|
2023-07-29 18:47:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
2023-08-24 14:05:28 +00:00
|
|
|
version = "0.6.4"
|
2023-07-29 18:47:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-24 14:05:28 +00:00
|
|
|
checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
|
2023-07-29 18:47:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"fixedbitset",
|
2024-04-05 09:19:54 +00:00
|
|
|
"indexmap 2.2.6",
|
2023-07-29 18:47:25 +00:00
|
|
|
]
|
|
|
|
|
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-11-20 15:50:37 +00:00
|
|
|
"futures",
|
|
|
|
"rustc_version",
|
2022-12-30 08:23:19 +00:00
|
|
|
]
|
|
|
|
|
2024-01-10 16:43:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
|
|
|
|
dependencies = [
|
|
|
|
"phf_macros",
|
|
|
|
"phf_shared 0.11.2",
|
|
|
|
]
|
|
|
|
|
2024-06-12 09:18:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
|
|
|
|
dependencies = [
|
|
|
|
"phf_generator 0.11.2",
|
|
|
|
"phf_shared 0.11.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
|
|
|
|
dependencies = [
|
|
|
|
"phf_shared 0.10.0",
|
|
|
|
"rand 0.8.5",
|
|
|
|
]
|
|
|
|
|
2024-01-10 16:43:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
|
|
|
|
dependencies = [
|
|
|
|
"phf_shared 0.11.2",
|
|
|
|
"rand 0.8.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_macros"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
|
|
|
|
dependencies = [
|
2024-06-12 09:18:00 +00:00
|
|
|
"phf_generator 0.11.2",
|
2024-01-10 16:43:56 +00:00
|
|
|
"phf_shared 0.11.2",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2024-01-10 16:43:56 +00:00
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2023-07-29 18:47:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
|
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
2024-01-10 16:43:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
|
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pico-args"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
|
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.1.5"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.1.5"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2022-01-13 17:36:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.2.14"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
|
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"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.3.30"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
|
2022-01-13 17:36:41 +00:00
|
|
|
|
2023-05-01 17:15:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "plotters"
|
2023-07-03 14:30:42 +00:00
|
|
|
version = "0.3.5"
|
2023-05-01 17:15:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 14:30:42 +00:00
|
|
|
checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45"
|
2023-05-01 17:15:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
"plotters-backend",
|
|
|
|
"plotters-svg",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "plotters-backend"
|
2023-07-03 14:30:42 +00:00
|
|
|
version = "0.3.5"
|
2023-05-01 17:15:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 14:30:42 +00:00
|
|
|
checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609"
|
2023-05-01 17:15:42 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "plotters-svg"
|
2023-07-03 14:30:42 +00:00
|
|
|
version = "0.3.5"
|
2023-05-01 17:15:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 14:30:42 +00:00
|
|
|
checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab"
|
2023-05-01 17:15:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"plotters-backend",
|
|
|
|
]
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "powerfmt"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
|
2023-05-16 22:31:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pprof"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.13.0"
|
2023-05-16 22:31:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "ef5c97c51bd34c7e742402e216abdeb44d415fbe6ae41d56b114723e953711cb"
|
2023-05-16 22:31:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
2023-11-20 15:50:37 +00:00
|
|
|
"cfg-if",
|
2023-05-16 22:31:30 +00:00
|
|
|
"criterion",
|
|
|
|
"findshlibs",
|
|
|
|
"inferno",
|
|
|
|
"libc",
|
|
|
|
"log",
|
2023-12-05 12:12:56 +00:00
|
|
|
"nix 0.26.4",
|
2023-05-16 22:31:30 +00:00
|
|
|
"once_cell",
|
2023-11-20 15:50:37 +00:00
|
|
|
"parking_lot",
|
2024-02-28 15:46:00 +00:00
|
|
|
"prost 0.12.3",
|
|
|
|
"prost-build",
|
|
|
|
"prost-derive 0.12.3",
|
|
|
|
"sha2",
|
2023-11-20 15:50:37 +00:00
|
|
|
"smallvec",
|
2023-05-16 22:31:30 +00:00
|
|
|
"symbolic-demangle",
|
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2023-07-29 18:47:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "precomputed-hash"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|
|
|
|
2023-07-10 08:36:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "predicates"
|
2024-01-18 16:37:24 +00:00
|
|
|
version = "3.1.0"
|
2023-07-10 08:36:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:37:24 +00:00
|
|
|
checksum = "68b87bfd4605926cdfefc1c3b5f8fe560e3feca9d5552cf68c466d3d8236c7e8"
|
2023-07-10 08:36:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"difflib",
|
|
|
|
"predicates-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "predicates-core"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "predicates-tree"
|
|
|
|
version = "1.0.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf"
|
|
|
|
dependencies = [
|
|
|
|
"predicates-core",
|
|
|
|
"termtree",
|
|
|
|
]
|
|
|
|
|
2023-05-19 20:28:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prettyplease"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.2.17"
|
2023-05-19 20:28:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "8d3928fb5db768cb86f891ff014f0144589297e3c6a1aba6ed7cecfdace270c7"
|
2023-05-19 20:28:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2023-05-19 20:28:31 +00:00
|
|
|
]
|
|
|
|
|
2023-06-09 15:23:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "1.3.1"
|
2023-06-09 15:23:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
|
2023-06-09 15:23:30 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"once_cell",
|
|
|
|
"toml_edit 0.19.15",
|
2023-06-09 15:23:30 +00:00
|
|
|
]
|
|
|
|
|
2022-07-06 09:17:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
2024-01-18 16:37:24 +00:00
|
|
|
version = "3.1.0"
|
2022-07-06 09:17:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:37:24 +00:00
|
|
|
checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
|
2022-07-06 09:17:16 +00:00
|
|
|
dependencies = [
|
2024-02-09 19:31:16 +00:00
|
|
|
"toml_edit 0.21.1",
|
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",
|
2023-03-25 20:49:00 +00:00
|
|
|
"syn 1.0.109",
|
2022-07-06 09:17:16 +00:00
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.0.79"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
|
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
|
|
|
]
|
|
|
|
|
2024-03-20 17:10:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2-diagnostics"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2024-03-20 17:10:07 +00:00
|
|
|
"version_check",
|
|
|
|
"yansi",
|
|
|
|
]
|
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prometheus"
|
2023-07-25 12:24:36 +00:00
|
|
|
version = "0.13.3"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-25 12:24:36 +00:00
|
|
|
checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"cfg-if",
|
2022-01-13 17:36:41 +00:00
|
|
|
"fnv",
|
|
|
|
"lazy_static",
|
|
|
|
"memchr",
|
2023-11-20 15:50:37 +00:00
|
|
|
"parking_lot",
|
2022-01-13 17:36:41 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2022-03-05 14:45:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prost"
|
2024-08-07 10:42:25 +00:00
|
|
|
version = "0.12.3"
|
2022-03-05 14:45:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 10:42:25 +00:00
|
|
|
checksum = "146c289cda302b98a28d40c8b3b90498d6e526dd24ac2ecea73e4e491685b94a"
|
2022-03-05 14:45:40 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"bytes",
|
2024-08-07 10:42:25 +00:00
|
|
|
"prost-derive 0.12.3",
|
2024-02-28 15:46:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost"
|
2024-08-07 10:42:25 +00:00
|
|
|
version = "0.13.1"
|
2024-02-28 15:46:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 10:42:25 +00:00
|
|
|
checksum = "e13db3d3fde688c61e2446b4d843bc27a7e8af269a69440c0308021dc92333cc"
|
2024-02-28 15:46:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2024-08-07 10:42:25 +00:00
|
|
|
"prost-derive 0.13.1",
|
2024-02-28 15:46:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-build"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.12.3"
|
2024-02-28 15:46:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "c55e02e35260070b6f716a2423c2ff1c3bb1642ddca6f99e1f26d06268a0e2d2"
|
2024-02-28 15:46:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2024-04-05 09:19:54 +00:00
|
|
|
"heck 0.4.1",
|
2024-03-05 15:19:44 +00:00
|
|
|
"itertools 0.11.0",
|
2024-02-28 15:46:00 +00:00
|
|
|
"log",
|
|
|
|
"multimap",
|
|
|
|
"once_cell",
|
|
|
|
"petgraph",
|
|
|
|
"prettyplease",
|
|
|
|
"prost 0.12.3",
|
|
|
|
"prost-types",
|
|
|
|
"regex",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2024-02-28 15:46:00 +00:00
|
|
|
"tempfile",
|
|
|
|
"which",
|
2022-03-05 14:45:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-derive"
|
2024-08-07 10:42:25 +00:00
|
|
|
version = "0.12.3"
|
2022-03-05 14:45:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 10:42:25 +00:00
|
|
|
checksum = "efb6c9a1dd1def8e2124d17e83a20af56f1570d6c2d2bd9e266ccb768df3840e"
|
2022-03-05 14:45:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2024-08-07 10:42:25 +00:00
|
|
|
"itertools 0.11.0",
|
2020-06-29 15:35:19 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-08-07 10:42:25 +00:00
|
|
|
"syn 2.0.58",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2024-02-28 15:46:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prost-derive"
|
2024-08-07 10:42:25 +00:00
|
|
|
version = "0.13.1"
|
2024-02-28 15:46:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 10:42:25 +00:00
|
|
|
checksum = "18bec9b0adc4eba778b33684b7ba3e7137789434769ee3ce3930463ef904cfca"
|
2024-02-28 15:46:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2024-08-07 10:42:25 +00:00
|
|
|
"itertools 0.13.0",
|
2024-02-28 15:46:00 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2024-02-28 15:46:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-types"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.12.3"
|
2024-02-28 15:46:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "193898f59edcf43c26227dcd4c8427f00d99d61e95dcde58dabd49fa291d470e"
|
2024-02-28 15:46:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"prost 0.12.3",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2023-07-29 18:47:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "psm"
|
|
|
|
version = "0.1.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2023-06-09 15:23:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ptr_meta"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
|
|
|
|
dependencies = [
|
|
|
|
"ptr_meta_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ptr_meta_derive"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2023-05-16 22:31:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quick-xml"
|
|
|
|
version = "0.26.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f50b1c63b38611e7d4d7f68b82d3ad0cc71a2ad2e7f61fc10f1328d917c93cd"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-04-30 18:09:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quick_cache"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "347e1a588d1de074eeb3c00eadff93db4db65aeb62aee852b1efd0949fe65b6c"
|
|
|
|
dependencies = [
|
|
|
|
"ahash 0.8.11",
|
|
|
|
"equivalent",
|
2024-05-08 14:26:41 +00:00
|
|
|
"hashbrown 0.14.5",
|
2024-04-30 18:09:54 +00:00
|
|
|
"parking_lot",
|
|
|
|
]
|
|
|
|
|
2024-08-07 14:05:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quick_cache"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec932c60e6faf77dc6601ea149a23d821598b019b450bb1d98fe89c0301c0b61"
|
|
|
|
dependencies = [
|
|
|
|
"ahash 0.8.11",
|
|
|
|
"equivalent",
|
|
|
|
"hashbrown 0.14.5",
|
|
|
|
"parking_lot",
|
|
|
|
]
|
|
|
|
|
2024-08-07 10:42:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quinn"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e4ceeeeabace7857413798eb1ffa1e9c905a9946a57d81fb69b4b71c4d8eb3ad"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"pin-project-lite",
|
|
|
|
"quinn-proto",
|
|
|
|
"quinn-udp",
|
|
|
|
"rustc-hash",
|
|
|
|
"rustls 0.23.12",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quinn-proto"
|
|
|
|
version = "0.11.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ddf517c03a109db8100448a4be38d498df8a210a99fe0e1b9eaf39e78c640efe"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"ring 0.17.8",
|
|
|
|
"rustc-hash",
|
|
|
|
"rustls 0.23.12",
|
|
|
|
"slab",
|
|
|
|
"thiserror",
|
|
|
|
"tinyvec",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quinn-udp"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9096629c45860fc7fb143e125eb826b5e721e10be3263160c7d60ca832cf8c46"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"socket2",
|
|
|
|
"tracing",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-01-10 16:43:56 +00:00
|
|
|
version = "1.0.35"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 16:43:56 +00:00
|
|
|
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
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",
|
2023-05-29 11:46:41 +00:00
|
|
|
"serde",
|
2022-08-06 10:34:43 +00:00
|
|
|
]
|
|
|
|
|
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 = [
|
2024-01-18 16:37:24 +00:00
|
|
|
"getrandom 0.2.12",
|
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
|
|
|
]
|
|
|
|
|
2023-12-12 13:51:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rawpointer"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
|
|
|
|
|
2023-05-01 17:15:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.10.0"
|
2023-05-01 17:15:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
2023-05-01 17:15:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2024-01-18 16:37:24 +00:00
|
|
|
version = "1.12.1"
|
2023-05-01 17:15:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:37:24 +00:00
|
|
|
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
2023-05-01 17:15:42 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
2023-05-01 17:15:42 +00:00
|
|
|
]
|
|
|
|
|
2023-05-22 13:37:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rcgen"
|
2023-12-05 12:12:56 +00:00
|
|
|
version = "0.11.3"
|
2023-05-22 13:37:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-05 12:12:56 +00:00
|
|
|
checksum = "52c4f3084aa3bc7dfbba4eff4fab2a54db4324965d8872ab933565e6fbd83bc6"
|
2023-05-22 13:37:54 +00:00
|
|
|
dependencies = [
|
2024-08-07 11:38:02 +00:00
|
|
|
"pem",
|
2023-11-20 15:50:37 +00:00
|
|
|
"ring 0.16.20",
|
|
|
|
"time",
|
2023-05-22 13:37:54 +00:00
|
|
|
"yasna",
|
|
|
|
]
|
|
|
|
|
2024-03-22 20:50:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "reblessive"
|
2024-07-12 14:40:30 +00:00
|
|
|
version = "0.4.0"
|
2024-03-22 20:50:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-12 14:40:30 +00:00
|
|
|
checksum = "568fde39e6aec674be99c9dd38b4c79040faf31038bd5a41ab1908db00c2319b"
|
2024-03-22 20:50:11 +00:00
|
|
|
|
2023-08-03 14:59:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.4.1"
|
2023-03-30 10:08:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
|
2023-03-30 10:08:36 +00:00
|
|
|
dependencies = [
|
2023-07-03 14:30:42 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-03-30 10:08:36 +00:00
|
|
|
]
|
|
|
|
|
2022-08-06 10:34:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.4.5"
|
2022-08-06 10:34:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
|
2022-08-06 10:34:43 +00:00
|
|
|
dependencies = [
|
2024-01-18 16:37:24 +00:00
|
|
|
"getrandom 0.2.12",
|
2023-11-20 15:50:37 +00:00
|
|
|
"libredox",
|
2022-08-06 10:34:43 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-07-29 18:47:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ref-cast"
|
2024-01-10 16:43:56 +00:00
|
|
|
version = "1.0.22"
|
2023-07-29 18:47:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 16:43:56 +00:00
|
|
|
checksum = "c4846d4c50d1721b1a3bef8af76924eef20d5e723647333798c1b519b3a9473f"
|
2023-07-29 18:47:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"ref-cast-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ref-cast-impl"
|
2024-01-10 16:43:56 +00:00
|
|
|
version = "1.0.22"
|
2023-07-29 18:47:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 16:43:56 +00:00
|
|
|
checksum = "5fddb4f8d99b0a2ebafc65a87a69a7b9875e4b1ae1f00db265d300ef7f28bccc"
|
2023-07-29 18:47:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2023-07-29 18:47:25 +00:00
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.10.4"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2023-07-17 13:40:58 +00:00
|
|
|
"aho-corasick",
|
2020-06-29 15:35:19 +00:00
|
|
|
"memchr",
|
2024-04-05 09:19:54 +00:00
|
|
|
"regex-automata 0.4.6",
|
|
|
|
"regex-syntax 0.8.3",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2023-03-29 18:16:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
|
dependencies = [
|
2023-05-22 13:38:10 +00:00
|
|
|
"regex-syntax 0.6.29",
|
2023-03-29 18:16:18 +00:00
|
|
|
]
|
|
|
|
|
2023-07-15 12:18:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.4.6"
|
2023-07-15 12:18:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
|
2023-07-15 12:18:44 +00:00
|
|
|
dependencies = [
|
2023-07-17 13:40:58 +00:00
|
|
|
"aho-corasick",
|
2023-07-15 12:18:44 +00:00
|
|
|
"memchr",
|
2024-04-05 09:19:54 +00:00
|
|
|
"regex-syntax 0.8.3",
|
2023-07-15 12:18:44 +00:00
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-03-25 20:49:00 +00:00
|
|
|
version = "0.6.29"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 20:49:00 +00:00
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2023-05-22 13:38:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.8.3"
|
2023-05-22 13:38:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
|
2024-01-09 15:34:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"arbitrary",
|
|
|
|
]
|
2023-05-22 13:38:10 +00:00
|
|
|
|
2022-05-20 21:16:25 +00:00
|
|
|
[[package]]
|
2022-07-06 09:17:16 +00:00
|
|
|
name = "relative-path"
|
2024-01-10 16:43:56 +00:00
|
|
|
version = "1.9.2"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 16:43:56 +00:00
|
|
|
checksum = "e898588f33fdd5b9420719948f9f2a32c922a246964576f71ba7f24f80610fbc"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2023-06-09 15:23:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rend"
|
2024-02-09 19:31:16 +00:00
|
|
|
version = "0.4.2"
|
2023-06-09 15:23:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 19:31:16 +00:00
|
|
|
checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
|
2023-06-09 15:23:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytecheck",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2024-08-07 10:42:25 +00:00
|
|
|
version = "0.12.5"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 10:42:25 +00:00
|
|
|
checksum = "c7d6d2a27d57148378eb5e111173f4276ad26340ecc5c49a4a2152167a2d6a37"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2023-10-23 13:37:42 +00:00
|
|
|
"async-compression",
|
2024-08-07 10:42:25 +00:00
|
|
|
"base64 0.22.0",
|
2023-11-20 15:50:37 +00:00
|
|
|
"bytes",
|
2024-08-07 10:42:25 +00:00
|
|
|
"futures-channel",
|
2020-06-29 15:35:19 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2024-08-07 10:42:25 +00:00
|
|
|
"h2 0.4.5",
|
|
|
|
"http 1.1.0",
|
|
|
|
"http-body 1.0.0",
|
|
|
|
"http-body-util",
|
|
|
|
"hyper 1.4.1",
|
2022-12-30 08:23:19 +00:00
|
|
|
"hyper-rustls",
|
2020-06-29 15:35:19 +00:00
|
|
|
"hyper-tls",
|
2024-08-07 10:42:25 +00:00
|
|
|
"hyper-util",
|
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",
|
2023-06-22 12:14:54 +00:00
|
|
|
"mime_guess",
|
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",
|
2024-08-07 10:42:25 +00:00
|
|
|
"quinn",
|
|
|
|
"rustls 0.23.12",
|
|
|
|
"rustls-pemfile 2.1.1",
|
|
|
|
"rustls-pki-types",
|
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",
|
2024-08-07 10:42:25 +00:00
|
|
|
"sync_wrapper 1.0.0",
|
2023-11-20 15:50:37 +00:00
|
|
|
"tokio",
|
2021-03-29 15:43:37 +00:00
|
|
|
"tokio-native-tls",
|
2024-08-07 10:42:25 +00:00
|
|
|
"tokio-rustls 0.26.0",
|
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",
|
2024-08-07 10:42:25 +00:00
|
|
|
"webpki-roots",
|
2022-02-22 14:16:50 +00:00
|
|
|
"winreg",
|
|
|
|
]
|
|
|
|
|
2023-08-17 18:03:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "revision"
|
2024-06-21 21:30:35 +00:00
|
|
|
version = "0.7.1"
|
2023-08-17 18:03:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-21 21:30:35 +00:00
|
|
|
checksum = "4df61cfb2522f24fd6aa90ce3489c2c8660a181075e7bac3ae7bdf22287d238f"
|
2024-07-18 11:27:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"bincode",
|
|
|
|
"revision-derive 0.7.0",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "revision"
|
2024-08-23 15:00:24 +00:00
|
|
|
version = "0.9.0"
|
2024-07-18 11:27:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 15:00:24 +00:00
|
|
|
checksum = "4beb55556e5a2e13e796d4a58750c4c802d1766bcfc15035163ecf575a38a77e"
|
2023-08-17 18:03:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"geo 0.26.0",
|
|
|
|
"regex",
|
2024-08-23 15:00:24 +00:00
|
|
|
"revision-derive 0.9.0",
|
2023-08-29 19:21:55 +00:00
|
|
|
"roaring",
|
2023-08-17 18:03:46 +00:00
|
|
|
"rust_decimal",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "revision-derive"
|
2024-04-17 14:27:55 +00:00
|
|
|
version = "0.7.0"
|
2023-08-17 18:03:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-17 14:27:55 +00:00
|
|
|
checksum = "854ff0b6794d4e0aab5e4486870941caefe9f258e63cad2f21b49a6302377c85"
|
2023-08-17 18:03:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2023-08-17 18:03:46 +00:00
|
|
|
]
|
|
|
|
|
2024-07-18 11:27:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "revision-derive"
|
2024-08-23 15:00:24 +00:00
|
|
|
version = "0.9.0"
|
2024-07-18 11:27:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-23 15:00:24 +00:00
|
|
|
checksum = "d9336dc6ce3c5ece8d1eb44103d5483c68efbc4b3ac54263316eec2f57f57fec"
|
2024-07-18 11:27:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.58",
|
|
|
|
]
|
|
|
|
|
2022-02-22 14:16:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rexie"
|
2023-03-26 21:13:27 +00:00
|
|
|
version = "0.4.2"
|
2022-02-22 14:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-26 21:13:27 +00:00
|
|
|
checksum = "fef172ff9cdf146cdc934e28cdeb137517bf954fb75e6ee8987dd44b58f351b1"
|
2022-02-22 14:16:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"console_error_panic_hook",
|
|
|
|
"js-sys",
|
|
|
|
"num-traits",
|
|
|
|
"thiserror",
|
2023-11-20 15:50:37 +00:00
|
|
|
"tokio",
|
2022-02-22 14:16:50 +00:00
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2023-05-16 22:31:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rgb"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.8.37"
|
2023-05-16 22:31:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "05aaa8004b64fd573fc9d002f4e632d51ad4f026c2b5ba95fcb6c2f32c2c47d8"
|
2023-05-16 22:31:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
]
|
|
|
|
|
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",
|
2023-11-20 15:50:37 +00:00
|
|
|
"untrusted 0.7.1",
|
2022-05-10 07:22:04 +00:00
|
|
|
"web-sys",
|
2023-11-20 15:50:37 +00:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.17.8"
|
2023-11-20 15:50:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
|
2023-11-20 15:50:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
2024-04-05 09:19:54 +00:00
|
|
|
"cfg-if",
|
2024-01-18 16:37:24 +00:00
|
|
|
"getrandom 0.2.12",
|
2023-11-20 15:50:37 +00:00
|
|
|
"libc",
|
|
|
|
"spin 0.9.8",
|
|
|
|
"untrusted 0.9.0",
|
2024-04-05 09:19:54 +00:00
|
|
|
"windows-sys 0.52.0",
|
2022-05-10 07:22:04 +00:00
|
|
|
]
|
|
|
|
|
2023-06-09 15:23:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rkyv"
|
2024-02-09 19:31:16 +00:00
|
|
|
version = "0.7.44"
|
2023-06-09 15:23:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 19:31:16 +00:00
|
|
|
checksum = "5cba464629b3394fc4dbc6f940ff8f5b4ff5c7aef40f29166fd4ad12acbc99c0"
|
2023-06-09 15:23:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitvec",
|
|
|
|
"bytecheck",
|
2024-01-10 16:43:56 +00:00
|
|
|
"bytes",
|
2023-07-03 14:30:42 +00:00
|
|
|
"hashbrown 0.12.3",
|
2023-06-09 15:23:30 +00:00
|
|
|
"ptr_meta",
|
|
|
|
"rend",
|
|
|
|
"rkyv_derive",
|
|
|
|
"seahash",
|
|
|
|
"tinyvec",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rkyv_derive"
|
2024-02-09 19:31:16 +00:00
|
|
|
version = "0.7.44"
|
2023-06-09 15:23:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 19:31:16 +00:00
|
|
|
checksum = "a7dddfff8de25e6f62b9d64e6e432bf1c6736c57d20323e15ee10435fbda7c65"
|
2023-06-09 15:23:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2022-02-05 23:06:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rmp"
|
2023-07-26 07:54:07 +00:00
|
|
|
version = "0.8.12"
|
2022-02-05 23:06:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 07:54:07 +00:00
|
|
|
checksum = "7f9860a6cc38ed1da53456442089b4dfa35e7cedaa326df63017af88385e6b20"
|
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"
|
2023-07-26 07:54:07 +00:00
|
|
|
version = "1.1.2"
|
2022-02-05 23:06:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 07:54:07 +00:00
|
|
|
checksum = "bffea85eea980d8a74453e5d02a8d93028f3c34725de143085a844ebe953258a"
|
2022-02-05 23:06:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"rmp",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-01-09 15:27:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rmpv"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2e0e0214a4a2b444ecce41a4025792fc31f77c7bb89c46d253953ea8c65701ec"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
"rmp",
|
|
|
|
]
|
|
|
|
|
2023-05-29 11:46:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "roaring"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.10.3"
|
2023-05-29 11:46:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "a1c77081a55300e016cb86f2864415b7518741879db925b8d488a0ee0d2da6bf"
|
2023-05-29 11:46:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
"byteorder",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-08-17 18:03:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "robust"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cbf4a6aa5f6d6888f39e980649f3ad6b666acdce1d78e95b8a2cb076e687ae30"
|
|
|
|
|
2024-03-20 17:10:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rocket"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9e7bb57ccb26670d73b6a47396c83139447b9e7878cab627fdfe9ea8da489150"
|
|
|
|
dependencies = [
|
|
|
|
"async-stream",
|
|
|
|
"async-trait",
|
|
|
|
"atomic 0.5.3",
|
|
|
|
"binascii",
|
|
|
|
"bytes",
|
|
|
|
"either",
|
|
|
|
"figment",
|
|
|
|
"futures",
|
2024-04-05 09:19:54 +00:00
|
|
|
"indexmap 2.2.6",
|
2024-03-20 17:10:07 +00:00
|
|
|
"log",
|
|
|
|
"memchr",
|
2024-08-18 18:49:27 +00:00
|
|
|
"multer 2.1.0",
|
2024-03-20 17:10:07 +00:00
|
|
|
"num_cpus",
|
|
|
|
"parking_lot",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"ref-cast",
|
|
|
|
"rocket_codegen",
|
|
|
|
"rocket_http",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"state",
|
|
|
|
"tempfile",
|
|
|
|
"time",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tokio-util",
|
|
|
|
"ubyte",
|
|
|
|
"version_check",
|
|
|
|
"yansi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rocket-example"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"rocket",
|
|
|
|
"serde_json",
|
|
|
|
"surrealdb",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rocket_codegen"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2238066abf75f21be6cd7dc1a09d5414a671f4246e384e49fe3f8a4936bd04c"
|
|
|
|
dependencies = [
|
|
|
|
"devise",
|
|
|
|
"glob",
|
2024-04-05 09:19:54 +00:00
|
|
|
"indexmap 2.2.6",
|
2024-03-20 17:10:07 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rocket_http",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2024-03-20 17:10:07 +00:00
|
|
|
"unicode-xid",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rocket_http"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "37a1663694d059fe5f943ea5481363e48050acedd241d46deb2e27f71110389e"
|
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"cookie 0.18.1",
|
2024-03-20 17:10:07 +00:00
|
|
|
"either",
|
|
|
|
"futures",
|
2024-04-05 09:19:54 +00:00
|
|
|
"http 0.2.12",
|
2024-03-20 17:10:07 +00:00
|
|
|
"hyper 0.14.28",
|
2024-04-05 09:19:54 +00:00
|
|
|
"indexmap 2.2.6",
|
2024-03-20 17:10:07 +00:00
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"pear",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"ref-cast",
|
|
|
|
"serde",
|
|
|
|
"smallvec",
|
|
|
|
"stable-pattern",
|
|
|
|
"state",
|
|
|
|
"time",
|
|
|
|
"tokio",
|
|
|
|
"uncased",
|
|
|
|
]
|
|
|
|
|
2022-08-28 13:35:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rocksdb"
|
2023-05-19 20:28:31 +00:00
|
|
|
version = "0.21.0"
|
2022-08-28 13:35:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-19 20:28:31 +00:00
|
|
|
checksum = "bb6f170a4041d50a0ce04b0d2e14916d6ca863ea2e422689a5b694395d299ffe"
|
2022-08-28 13:35:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"librocksdb-sys",
|
|
|
|
]
|
|
|
|
|
2022-07-06 09:17:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rquickjs"
|
2024-05-08 11:00:54 +00:00
|
|
|
version = "0.6.2"
|
2022-07-06 09:17:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-08 11:00:54 +00:00
|
|
|
checksum = "9cbd33e0b668aea0ab238b9164523aca929096f9f40834700d71d91dd4888882"
|
2022-07-06 09:17:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"rquickjs-core",
|
|
|
|
"rquickjs-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rquickjs-core"
|
2024-05-08 11:00:54 +00:00
|
|
|
version = "0.6.2"
|
2022-07-06 09:17:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-08 11:00:54 +00:00
|
|
|
checksum = "2e9129d69b7b8f7ee8ad1da5b12c7f4a8a8acd45f2e6dd9cb2ee1bc5a1f2fa3d"
|
2022-07-06 09:17:16 +00:00
|
|
|
dependencies = [
|
2024-05-08 11:00:54 +00:00
|
|
|
"async-lock",
|
2022-07-06 09:17:16 +00:00
|
|
|
"relative-path",
|
|
|
|
"rquickjs-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rquickjs-macro"
|
2024-05-08 11:00:54 +00:00
|
|
|
version = "0.6.2"
|
2022-07-06 09:17:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-08 11:00:54 +00:00
|
|
|
checksum = "c7d2ecaf7c9eda262e02a91e9541989a9dd18984d17d0d97f99f33b464318057"
|
2022-07-06 09:17:16 +00:00
|
|
|
dependencies = [
|
2023-08-24 14:05:28 +00:00
|
|
|
"convert_case 0.6.0",
|
2022-07-06 09:17:16 +00:00
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
2024-04-05 09:19:54 +00:00
|
|
|
"indexmap 2.2.6",
|
2023-06-09 15:23:30 +00:00
|
|
|
"proc-macro-crate 1.3.1",
|
2022-07-06 09:17:16 +00:00
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rquickjs-core",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2022-07-06 09:17:16 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rquickjs-sys"
|
2024-05-08 11:00:54 +00:00
|
|
|
version = "0.6.2"
|
2022-07-06 09:17:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-08 11:00:54 +00:00
|
|
|
checksum = "bf6f2288d8e7fbb5130f62cf720451641e99d55f6fde9db86aa2914ecb553fd2"
|
2022-07-06 09:17:16 +00:00
|
|
|
dependencies = [
|
2024-05-08 11:00:54 +00:00
|
|
|
"bindgen 0.69.4",
|
2022-07-06 09:17:16 +00:00
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2023-08-17 18:03:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rstar"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73111312eb7a2287d229f06c00ff35b51ddee180f017ab6dec1f69d62ac098d6"
|
|
|
|
dependencies = [
|
2024-03-05 15:19:44 +00:00
|
|
|
"heapless 0.7.17",
|
|
|
|
"num-traits",
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rstar"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "133315eb94c7b1e8d0cb097e5a710d850263372fd028fff18969de708afc7008"
|
|
|
|
dependencies = [
|
|
|
|
"heapless 0.8.0",
|
2023-08-17 18:03:46 +00:00
|
|
|
"num-traits",
|
2023-11-20 15:50:37 +00:00
|
|
|
"smallvec",
|
2023-08-17 18:03:46 +00:00
|
|
|
]
|
|
|
|
|
2023-06-19 18:41:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rust-stemmers"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e46a2036019fdb888131db7a4c847a1063a7493f971ed94ea82c67eada63ca54"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
2023-06-09 15:23:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rust_decimal"
|
2024-08-20 07:27:18 +00:00
|
|
|
version = "1.36.0"
|
2023-06-09 15:23:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-20 07:27:18 +00:00
|
|
|
checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
|
2023-06-09 15:23:30 +00:00
|
|
|
dependencies = [
|
2024-01-09 15:34:52 +00:00
|
|
|
"arbitrary",
|
2023-06-09 15:23:30 +00:00
|
|
|
"arrayvec",
|
|
|
|
"borsh",
|
2023-11-20 15:50:37 +00:00
|
|
|
"bytes",
|
2023-06-09 15:23:30 +00:00
|
|
|
"num-traits",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"rkyv",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2023-05-16 22:31:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
|
|
|
version = "0.1.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
|
|
|
|
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
|
|
|
|
2023-07-29 18:47:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_lexer"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c86aae0c77166108c01305ee1a36a1e77289d7dc6ca0a3cd91ff4992de2d16a5"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
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-11-20 15:50:37 +00:00
|
|
|
"semver",
|
2023-07-03 14:30:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.38.32"
|
2023-07-03 14:30:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"
|
2023-07-03 14:30:42 +00:00
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"bitflags 2.5.0",
|
2023-07-03 14:30:42 +00:00
|
|
|
"errno",
|
|
|
|
"libc",
|
2023-11-20 15:50:37 +00:00
|
|
|
"linux-raw-sys",
|
2023-12-05 12:12:56 +00:00
|
|
|
"windows-sys 0.52.0",
|
2022-08-06 10:34:43 +00:00
|
|
|
]
|
|
|
|
|
2023-05-22 13:38:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2024-08-07 10:42:25 +00:00
|
|
|
version = "0.21.12"
|
2023-05-22 13:38:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 10:42:25 +00:00
|
|
|
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
|
2023-05-22 13:38:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
2024-04-05 09:19:54 +00:00
|
|
|
"ring 0.17.8",
|
|
|
|
"rustls-webpki 0.101.7",
|
2023-05-22 13:38:10 +00:00
|
|
|
"sct",
|
|
|
|
]
|
|
|
|
|
2024-04-05 09:19:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2024-04-19 19:13:51 +00:00
|
|
|
version = "0.22.4"
|
2024-04-05 09:19:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-19 19:13:51 +00:00
|
|
|
checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432"
|
2024-04-05 09:19:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"ring 0.17.8",
|
|
|
|
"rustls-pki-types",
|
2024-08-07 10:42:25 +00:00
|
|
|
"rustls-webpki 0.102.6",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
|
|
|
version = "0.23.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c58f8c84392efc0a126acce10fa59ff7b3d2ac06ab451a33f2741989b806b044"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"ring 0.17.8",
|
|
|
|
"rustls-pki-types",
|
|
|
|
"rustls-webpki 0.102.6",
|
2024-04-05 09:19:54 +00:00
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2022-12-30 08:23:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "1.0.4"
|
2022-12-30 08:23:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
|
2022-12-30 08:23:19 +00:00
|
|
|
dependencies = [
|
2024-01-18 16:37:24 +00:00
|
|
|
"base64 0.21.7",
|
2022-12-30 08:23:19 +00:00
|
|
|
]
|
|
|
|
|
2024-08-07 10:42:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
|
|
|
version = "2.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f48172685e6ff52a556baa527774f61fcaa884f59daf3375c62a3f1cd2549dab"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.21.7",
|
|
|
|
"rustls-pki-types",
|
|
|
|
]
|
|
|
|
|
2024-04-05 09:19:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pki-types"
|
2024-08-07 10:42:25 +00:00
|
|
|
version = "1.7.0"
|
2024-04-05 09:19:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 10:42:25 +00:00
|
|
|
checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d"
|
|
|
|
dependencies = [
|
|
|
|
"web-time",
|
|
|
|
]
|
2024-04-05 09:19:54 +00:00
|
|
|
|
2023-05-22 13:38:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.101.7"
|
2023-05-22 13:38:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
2023-05-22 13:38:10 +00:00
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"ring 0.17.8",
|
|
|
|
"untrusted 0.9.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
2024-08-07 10:42:25 +00:00
|
|
|
version = "0.102.6"
|
2024-04-05 09:19:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 10:42:25 +00:00
|
|
|
checksum = "8e6b52d4fda176fd835fdc55a835d4a89b8499cad995885a21149d5ad62f852e"
|
2024-04-05 09:19:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"ring 0.17.8",
|
|
|
|
"rustls-pki-types",
|
2023-11-20 15:50:37 +00:00
|
|
|
"untrusted 0.9.0",
|
2023-05-22 13:38:10 +00:00
|
|
|
]
|
|
|
|
|
2023-03-20 15:20:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2023-07-17 13:40:58 +00:00
|
|
|
version = "1.0.14"
|
2023-03-20 15:20:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-17 13:40:58 +00:00
|
|
|
checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
|
2023-03-20 15:20:57 +00:00
|
|
|
|
2022-08-06 10:34:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustyline"
|
2023-12-05 12:12:56 +00:00
|
|
|
version = "12.0.0"
|
2022-08-06 10:34:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-05 12:12:56 +00:00
|
|
|
checksum = "994eca4bca05c87e86e15d90fc7a91d1be64b4482b38cb2d27474568fe7c9db9"
|
2022-08-06 10:34:43 +00:00
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"bitflags 2.5.0",
|
2023-11-20 15:50:37 +00:00
|
|
|
"cfg-if",
|
2022-08-06 10:34:43 +00:00
|
|
|
"clipboard-win",
|
|
|
|
"fd-lock",
|
2023-12-05 12:12:56 +00:00
|
|
|
"home",
|
2022-08-06 10:34:43 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
2023-12-05 12:12:56 +00:00
|
|
|
"nix 0.26.4",
|
2022-08-06 10:34:43 +00:00
|
|
|
"radix_trie",
|
2023-05-12 19:47:41 +00:00
|
|
|
"rustyline-derive",
|
2022-08-06 10:34:43 +00:00
|
|
|
"scopeguard",
|
|
|
|
"unicode-segmentation",
|
|
|
|
"unicode-width",
|
|
|
|
"utf8parse",
|
2023-11-20 15:50:37 +00:00
|
|
|
"winapi",
|
2022-08-06 10:34:43 +00:00
|
|
|
]
|
|
|
|
|
2023-05-12 19:47:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustyline-derive"
|
2023-12-05 12:12:56 +00:00
|
|
|
version = "0.9.0"
|
2023-05-12 19:47:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-05 12:12:56 +00:00
|
|
|
checksum = "5a32af5427251d2e4be14fc151eabe18abb4a7aad5efee7044da9f096c906a43"
|
2023-05-12 19:47:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2023-05-12 19:47:41 +00:00
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.0.17"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
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"
|
2024-01-10 16:43:56 +00:00
|
|
|
version = "0.1.23"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 16:43:56 +00:00
|
|
|
checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
|
2021-03-29 15:43:37 +00:00
|
|
|
dependencies = [
|
2024-01-10 16:43:56 +00:00
|
|
|
"windows-sys 0.52.0",
|
2021-03-29 15:43:37 +00:00
|
|
|
]
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2024-03-20 17:10:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
|
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2023-07-20 12:46:11 +00:00
|
|
|
version = "1.2.0"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-20 12:46:11 +00:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2022-01-13 17:36:41 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scrypt"
|
2023-03-25 20:49:00 +00:00
|
|
|
version = "0.11.0"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 20:49:00 +00:00
|
|
|
checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"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"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.7.1"
|
2022-05-10 07:22:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
2022-05-10 07:22:04 +00:00
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"ring 0.17.8",
|
2023-11-20 15:50:37 +00:00
|
|
|
"untrusted 0.9.0",
|
2022-05-10 07:22:04 +00:00
|
|
|
]
|
|
|
|
|
2023-06-09 15:23:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "seahash"
|
|
|
|
version = "4.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "2.10.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "770452e37cad93e0a50d5abc3990d2bc351c36d0328f86cefec2f2fb206eaef6"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2023-07-03 14:30:42 +00:00
|
|
|
"bitflags 1.3.2",
|
2020-06-29 15:35:19 +00:00
|
|
|
"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"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "2.10.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "41f3cc463c0ef97e11c3461a9d3787412d30e8e7eb907c79180c4a57bf7c04ef"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-08-03 14:59:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.0.22"
|
2022-06-15 11:49:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca"
|
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"
|
2024-08-18 18:49:27 +00:00
|
|
|
version = "1.0.208"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-18 18:49:27 +00:00
|
|
|
checksum = "cff085d2cb684faa248efb494c39b68e522822ac0de72ccf08109abde717cfb2"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
2024-08-13 08:29:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde-content"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e255eaf9f3814135df4f959c9f404ebb2e67238bae0ed412da10518d0629e7c9"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-06-13 20:55:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_bytes"
|
2024-07-17 22:44:05 +00:00
|
|
|
version = "0.11.15"
|
2023-06-13 20:55:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 22:44:05 +00:00
|
|
|
checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a"
|
2023-06-13 20:55:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-08-18 18:49:27 +00:00
|
|
|
version = "1.0.208"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-18 18:49:27 +00:00
|
|
|
checksum = "24008e81ff7613ed8e5ba0cfaf24e2c2f1e5b8a0495711e44fcd4882fca62bcf"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2023-07-19 14:35:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_html_form"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.2.6"
|
2023-07-19 14:35:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "8de514ef58196f1fc96dcaef80fe6170a1ce6215df9687a93fe8300e773fefc5"
|
2023-07-19 14:35:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
2024-04-05 09:19:54 +00:00
|
|
|
"indexmap 2.2.6",
|
2023-07-19 14:35:56 +00:00
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-08-18 18:49:27 +00:00
|
|
|
version = "1.0.125"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-18 18:49:27 +00:00
|
|
|
checksum = "83c8e735a073ccf5be70aa8066aa984eaf2fa000db6c8d0100ae605b366d31ed"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"indexmap 2.2.6",
|
2022-02-22 14:16:50 +00:00
|
|
|
"itoa",
|
2024-08-18 18:49:27 +00:00
|
|
|
"memchr",
|
2020-06-29 15:35:19 +00:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-03-20 15:20:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_path_to_error"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.1.16"
|
2023-03-20 15:20:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
|
2023-03-20 15:20:57 +00:00
|
|
|
dependencies = [
|
2023-07-03 14:30:42 +00:00
|
|
|
"itoa",
|
2023-03-20 15:20:57 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-03-20 17:10:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
|
|
|
version = "0.6.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2023-07-29 18:47:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_with"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "3.7.0"
|
2023-07-29 18:47:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "ee80b0e361bbf88fd2f6e242ccd19cfda072cb0faa6ae694ecee08199938569a"
|
2023-07-29 18:47:25 +00:00
|
|
|
dependencies = [
|
2024-01-18 16:37:24 +00:00
|
|
|
"base64 0.21.7",
|
2023-07-29 18:47:25 +00:00
|
|
|
"chrono",
|
|
|
|
"hex",
|
|
|
|
"indexmap 1.9.3",
|
2024-04-05 09:19:54 +00:00
|
|
|
"indexmap 2.2.6",
|
2023-07-29 18:47:25 +00:00
|
|
|
"serde",
|
2024-04-05 09:19:54 +00:00
|
|
|
"serde_derive",
|
2023-07-29 18:47:25 +00:00
|
|
|
"serde_json",
|
|
|
|
"serde_with_macros",
|
2023-11-20 15:50:37 +00:00
|
|
|
"time",
|
2023-07-29 18:47:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_with_macros"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "3.7.0"
|
2023-07-29 18:47:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "6561dc161a9224638a31d876ccdfefbc1df91d3f3a8342eddb35f055d48c7655"
|
2023-07-29 18:47:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2023-07-29 18:47:25 +00:00
|
|
|
]
|
|
|
|
|
2023-06-10 20:30:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serial_test"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0e56dd856803e253c8f298af3f4d7eb0ae5e23a737252cd90bb4f3b435033b2d"
|
|
|
|
dependencies = [
|
|
|
|
"dashmap",
|
2023-11-20 15:50:37 +00:00
|
|
|
"futures",
|
2023-06-10 20:30:37 +00:00
|
|
|
"lazy_static",
|
|
|
|
"log",
|
2023-11-20 15:50:37 +00:00
|
|
|
"parking_lot",
|
2023-06-10 20:30:37 +00:00
|
|
|
"serial_test_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serial_test_derive"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "91d129178576168c589c9ec973feedf7d3126c01ac2bf08795109aa35b69fb8f"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2023-06-10 20:30:37 +00:00
|
|
|
]
|
|
|
|
|
2022-09-17 23:26:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
2023-10-25 16:08:46 +00:00
|
|
|
version = "0.10.6"
|
2022-09-17 23:26:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-25 16:08:46 +00:00
|
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
2022-09-17 23:26:52 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"cfg-if",
|
2022-09-17 23:26:52 +00:00
|
|
|
"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"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.10.8"
|
2022-01-22 21:16:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
2022-01-22 21:16:13 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"cfg-if",
|
2022-01-22 21:16:13 +00:00
|
|
|
"cpufeatures",
|
2022-12-08 18:39:46 +00:00
|
|
|
"digest",
|
2022-01-22 21:16:13 +00:00
|
|
|
]
|
|
|
|
|
2023-03-29 18:16:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.1.7"
|
2023-03-29 18:16:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
2023-03-29 18:16:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2022-08-15 18:35:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
2024-01-22 14:11:10 +00:00
|
|
|
version = "1.3.0"
|
2022-08-15 18:35:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-22 14:11:10 +00:00
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
2022-08-15 18:35:41 +00:00
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2023-06-09 15:23:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "simdutf8"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
|
|
|
|
|
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-11-20 15:50:37 +00:00
|
|
|
"time",
|
2022-05-10 07:29:25 +00:00
|
|
|
]
|
|
|
|
|
2023-07-29 18:47:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2023-08-24 14:05:28 +00:00
|
|
|
version = "0.3.11"
|
2023-07-29 18:47:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-24 14:05:28 +00:00
|
|
|
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
2023-07-29 18:47:25 +00:00
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-08-24 14:05:28 +00:00
|
|
|
version = "0.4.9"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-24 14:05:28 +00:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2022-08-10 22:45:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2022-01-13 17:36:41 +00:00
|
|
|
|
2023-08-03 14:59:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.13.2"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2023-07-29 18:47:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smol_str"
|
2024-01-18 16:37:24 +00:00
|
|
|
version = "0.2.1"
|
2023-07-29 18:47:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:37:24 +00:00
|
|
|
checksum = "e6845563ada680337a52d43bb0b29f396f2d911616f6573012645b9e3d048a49"
|
2023-07-29 18:47:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-12-12 13:51:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "snafu"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e4de37ad025c587a29e8f3f5605c00f70b98715ef90b9061a815b9e59e9042d6"
|
|
|
|
dependencies = [
|
|
|
|
"doc-comment",
|
|
|
|
"snafu-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "snafu-derive"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "990079665f075b699031e9c08fd3ab99be5029b96f3b78dc0709e8f77e4efebf"
|
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"heck 0.4.1",
|
2023-12-12 13:51:43 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2023-05-29 11:46:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "snap"
|
2024-01-10 16:43:56 +00:00
|
|
|
version = "1.1.1"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 16:43:56 +00:00
|
|
|
checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2023-08-17 18:03:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.5.6"
|
2023-08-17 18:03:46 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871"
|
2023-08-17 18:03:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-04-05 09:19:54 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-12-05 12:12:56 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "spade"
|
2024-01-18 16:37:24 +00:00
|
|
|
version = "2.6.0"
|
2023-12-05 12:12:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:37:24 +00:00
|
|
|
checksum = "61addf9117b11d1f5b4bf6fe94242ba25f59d2d4b2080544b771bd647024fd00"
|
2023-12-05 12:12:56 +00:00
|
|
|
dependencies = [
|
2024-05-08 14:26:41 +00:00
|
|
|
"hashbrown 0.14.5",
|
2023-12-05 12:12:56 +00:00
|
|
|
"num-traits",
|
|
|
|
"robust",
|
|
|
|
"smallvec",
|
2023-08-17 18:03:46 +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-04-14 16:01:31 +00:00
|
|
|
version = "0.9.8"
|
2022-06-15 11:49:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 16:01:31 +00:00
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
2022-06-15 11:49:41 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"lock_api",
|
2022-06-15 11:49:41 +00:00
|
|
|
]
|
|
|
|
|
2024-03-20 17:10:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stable-pattern"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4564168c00635f88eaed410d5efa8131afa8d8699a612c80c455a0ba05c21045"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
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
|
|
|
|
2023-07-29 18:47:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stacker"
|
|
|
|
version = "0.1.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
2023-11-20 15:50:37 +00:00
|
|
|
"cfg-if",
|
2023-07-29 18:47:25 +00:00
|
|
|
"libc",
|
|
|
|
"psm",
|
2023-11-20 15:50:37 +00:00
|
|
|
"winapi",
|
2023-07-29 18:47:25 +00:00
|
|
|
]
|
|
|
|
|
2024-03-20 17:10:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "state"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2b8c4a4445d81357df8b1a650d0d0d6fbbbfe99d064aa5e02f3e4022061476d8"
|
|
|
|
dependencies = [
|
|
|
|
"loom",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2024-08-18 18:49:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions_next"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d7beae5182595e9a8b683fa98c4317f956c9a2dec3b9716990d20023cc60c766"
|
|
|
|
|
2022-03-15 12:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "storekey"
|
2023-04-29 16:44:09 +00:00
|
|
|
version = "0.5.0"
|
2022-03-15 12:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 16:44:09 +00:00
|
|
|
checksum = "43c42833834a5d23b344f71d87114e0cc9994766a5c42938f4b50e7b2aef85b2"
|
2022-03-15 12:36:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
2023-04-29 16:44:09 +00:00
|
|
|
"memchr",
|
2022-03-15 12:36:41 +00:00
|
|
|
"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"
|
|
|
|
|
2023-05-16 22:31:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "str_stack"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9091b6114800a5f2141aee1d1b9d6ca3592ac062dc5decb3764ec5895a47b4eb"
|
|
|
|
|
2023-07-29 18:47:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "string_cache"
|
|
|
|
version = "0.8.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
|
|
|
|
dependencies = [
|
|
|
|
"new_debug_unreachable",
|
|
|
|
"once_cell",
|
2023-11-20 15:50:37 +00:00
|
|
|
"parking_lot",
|
2024-01-10 16:43:56 +00:00
|
|
|
"phf_shared 0.10.0",
|
2023-07-29 18:47:25 +00:00
|
|
|
"precomputed-hash",
|
2024-06-12 09:18:00 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "string_cache_codegen"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
|
|
|
|
dependencies = [
|
|
|
|
"phf_generator 0.10.0",
|
|
|
|
"phf_shared 0.10.0",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-29 18:47:25 +00:00
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2024-08-18 18:49:27 +00:00
|
|
|
version = "0.11.1"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-18 18:49:27 +00:00
|
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2024-04-05 09:19:54 +00:00
|
|
|
[[package]]
|
2024-08-18 18:49:27 +00:00
|
|
|
name = "strum"
|
|
|
|
version = "0.26.3"
|
2024-04-05 09:19:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-18 18:49:27 +00:00
|
|
|
checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
|
|
|
|
dependencies = [
|
|
|
|
"strum_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strum_macros"
|
|
|
|
version = "0.26.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
|
|
|
|
dependencies = [
|
|
|
|
"heck 0.5.0",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rustversion",
|
|
|
|
"syn 2.0.58",
|
|
|
|
]
|
2024-04-05 09:19:54 +00:00
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2024-08-13 16:38:17 +00:00
|
|
|
version = "2.6.1"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-13 16:38:17 +00:00
|
|
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
2022-01-13 17:36:41 +00:00
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "surreal"
|
2024-05-10 09:05:32 +00:00
|
|
|
version = "2.0.0"
|
2022-02-22 14:16:50 +00:00
|
|
|
dependencies = [
|
2022-05-10 07:29:25 +00:00
|
|
|
"argon2",
|
2023-07-10 08:36:35 +00:00
|
|
|
"assert_fs",
|
2024-08-18 18:49:27 +00:00
|
|
|
"async-graphql",
|
2024-08-07 10:42:25 +00:00
|
|
|
"axum 0.7.5",
|
2023-07-19 14:35:56 +00:00
|
|
|
"axum-extra",
|
|
|
|
"axum-server",
|
2024-01-18 16:37:24 +00:00
|
|
|
"base64 0.21.7",
|
2023-11-20 15:50:37 +00:00
|
|
|
"bytes",
|
2024-07-15 15:57:28 +00:00
|
|
|
"chrono",
|
2024-01-09 15:27:03 +00:00
|
|
|
"ciborium",
|
2023-11-20 15:50:37 +00:00
|
|
|
"clap",
|
2024-04-05 09:19:54 +00:00
|
|
|
"env_logger 0.10.2",
|
2023-11-20 15:50:37 +00:00
|
|
|
"futures",
|
2023-07-19 14:35:56 +00:00
|
|
|
"futures-util",
|
2024-03-05 15:19:44 +00:00
|
|
|
"geo 0.28.0",
|
|
|
|
"geo-types",
|
2023-07-10 08:36:35 +00:00
|
|
|
"glob",
|
2024-08-07 10:42:25 +00:00
|
|
|
"http 1.1.0",
|
|
|
|
"http-body 1.0.0",
|
|
|
|
"http-body-util",
|
|
|
|
"hyper 1.4.1",
|
2023-12-04 12:37:32 +00:00
|
|
|
"jemallocator",
|
2024-08-07 10:42:25 +00:00
|
|
|
"jsonwebtoken",
|
2023-12-05 10:10:52 +00:00
|
|
|
"mimalloc",
|
2023-12-05 12:12:56 +00:00
|
|
|
"nix 0.27.1",
|
2022-02-22 14:16:50 +00:00
|
|
|
"once_cell",
|
2023-03-29 18:16:18 +00:00
|
|
|
"opentelemetry",
|
|
|
|
"opentelemetry-otlp",
|
|
|
|
"opentelemetry-proto",
|
2024-08-07 10:42:25 +00:00
|
|
|
"opentelemetry_sdk",
|
2023-07-19 14:35:56 +00:00
|
|
|
"pin-project-lite",
|
2024-02-28 15:46:00 +00:00
|
|
|
"pprof",
|
2022-05-07 14:15:11 +00:00
|
|
|
"rand 0.8.5",
|
2023-05-22 13:37:54 +00:00
|
|
|
"rcgen",
|
2022-02-22 14:16:50 +00:00
|
|
|
"reqwest",
|
2024-08-23 15:00:24 +00:00
|
|
|
"revision 0.9.0",
|
2022-02-22 14:16:50 +00:00
|
|
|
"rmp-serde",
|
2024-01-09 15:27:03 +00:00
|
|
|
"rmpv",
|
2024-08-18 18:49:27 +00:00
|
|
|
"rust_decimal",
|
2022-08-06 10:34:43 +00:00
|
|
|
"rustyline",
|
2024-01-01 14:48:20 +00:00
|
|
|
"semver",
|
2022-02-22 14:16:50 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-06-10 20:30:37 +00:00
|
|
|
"serial_test",
|
2022-02-22 14:16:50 +00:00
|
|
|
"surrealdb",
|
2024-08-18 18:49:27 +00:00
|
|
|
"surrealdb-async-graphql-axum",
|
2024-08-21 12:34:16 +00:00
|
|
|
"surrealdb-core",
|
2023-03-29 18:16:18 +00:00
|
|
|
"temp-env",
|
2023-06-08 20:57:02 +00:00
|
|
|
"tempfile",
|
2023-08-03 14:59:05 +00:00
|
|
|
"test-log",
|
2022-02-22 14:16:50 +00:00
|
|
|
"thiserror",
|
2023-11-20 15:50:37 +00:00
|
|
|
"tokio",
|
2023-03-29 18:16:18 +00:00
|
|
|
"tokio-stream",
|
2024-08-07 10:42:25 +00:00
|
|
|
"tokio-tungstenite 0.23.1",
|
2023-05-22 19:19:35 +00:00
|
|
|
"tokio-util",
|
2024-08-07 10:42:25 +00:00
|
|
|
"tonic 0.12.1",
|
2023-07-19 14:35:56 +00:00
|
|
|
"tower",
|
|
|
|
"tower-http",
|
2024-08-18 18:49:27 +00:00
|
|
|
"tower-service",
|
2023-03-29 18:16:18 +00:00
|
|
|
"tracing",
|
|
|
|
"tracing-opentelemetry",
|
|
|
|
"tracing-subscriber",
|
2023-11-13 17:19:47 +00:00
|
|
|
"ulid",
|
2023-01-17 14:10:21 +00:00
|
|
|
"urlencoding",
|
2023-05-31 22:40:24 +00:00
|
|
|
"uuid",
|
2023-08-23 19:26:31 +00:00
|
|
|
"wiremock",
|
2022-02-22 14:16:50 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "surrealdb"
|
2024-05-10 09:05:32 +00:00
|
|
|
version = "2.0.0"
|
2024-02-02 22:10:47 +00:00
|
|
|
dependencies = [
|
2024-08-18 18:49:27 +00:00
|
|
|
"arrayvec",
|
2024-02-15 20:47:10 +00:00
|
|
|
"async-channel 1.9.0",
|
2024-02-02 22:10:47 +00:00
|
|
|
"bincode",
|
|
|
|
"chrono",
|
2024-05-13 18:46:22 +00:00
|
|
|
"ciborium",
|
2024-02-02 22:10:47 +00:00
|
|
|
"criterion",
|
|
|
|
"dmp",
|
2024-04-05 09:19:54 +00:00
|
|
|
"env_logger 0.10.2",
|
2024-05-08 14:26:41 +00:00
|
|
|
"flate2",
|
2024-02-02 22:10:47 +00:00
|
|
|
"futures",
|
|
|
|
"geo 0.27.0",
|
2024-05-08 14:26:41 +00:00
|
|
|
"hashbrown 0.14.5",
|
2024-04-05 09:19:54 +00:00
|
|
|
"indexmap 2.2.6",
|
2024-02-02 22:10:47 +00:00
|
|
|
"native-tls",
|
|
|
|
"once_cell",
|
|
|
|
"path-clean",
|
|
|
|
"pharos",
|
|
|
|
"pprof",
|
2024-02-12 11:31:35 +00:00
|
|
|
"radix_trie",
|
2024-02-02 22:10:47 +00:00
|
|
|
"rand 0.8.5",
|
2024-04-18 15:51:47 +00:00
|
|
|
"reblessive",
|
2024-02-02 22:10:47 +00:00
|
|
|
"regex",
|
|
|
|
"reqwest",
|
2024-08-23 15:00:24 +00:00
|
|
|
"revision 0.9.0",
|
2024-04-05 09:19:54 +00:00
|
|
|
"ring 0.17.8",
|
2024-02-02 22:10:47 +00:00
|
|
|
"rust_decimal",
|
2024-08-07 10:42:25 +00:00
|
|
|
"rustls 0.23.12",
|
|
|
|
"rustls-pki-types",
|
2024-02-02 22:10:47 +00:00
|
|
|
"semver",
|
|
|
|
"serde",
|
2024-08-13 08:29:43 +00:00
|
|
|
"serde-content",
|
2024-02-02 22:10:47 +00:00
|
|
|
"serde_json",
|
|
|
|
"serial_test",
|
2024-04-03 09:54:12 +00:00
|
|
|
"surrealdb-core",
|
2024-02-02 22:10:47 +00:00
|
|
|
"temp-dir",
|
|
|
|
"test-log",
|
|
|
|
"thiserror",
|
|
|
|
"time",
|
|
|
|
"tokio",
|
2024-08-07 10:42:25 +00:00
|
|
|
"tokio-tungstenite 0.23.1",
|
2024-02-02 22:10:47 +00:00
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
|
|
|
"trice",
|
|
|
|
"ulid",
|
|
|
|
"url",
|
|
|
|
"uuid",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"wasmtimer",
|
|
|
|
"wiremock",
|
|
|
|
"ws_stream_wasm",
|
|
|
|
]
|
|
|
|
|
2024-08-18 18:49:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "surrealdb-async-graphql-axum"
|
|
|
|
version = "7.0.7-surrealdb.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6761517bf15e976c363d9d71ddf7f215e545a8ed787dba52d77b42732cf1a3da"
|
|
|
|
dependencies = [
|
|
|
|
"async-graphql",
|
|
|
|
"async-trait",
|
|
|
|
"axum 0.7.5",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"serde_json",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tokio-util",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
2024-03-15 11:21:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "surrealdb-core"
|
2024-05-10 09:05:32 +00:00
|
|
|
version = "2.0.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2022-09-01 17:46:36 +00:00
|
|
|
"addr",
|
2024-05-10 07:12:07 +00:00
|
|
|
"ahash 0.8.11",
|
2024-06-12 09:18:00 +00:00
|
|
|
"ammonia",
|
2023-03-26 21:13:43 +00:00
|
|
|
"any_ascii",
|
2024-01-09 15:34:52 +00:00
|
|
|
"arbitrary",
|
2022-01-13 17:36:41 +00:00
|
|
|
"argon2",
|
2024-02-15 20:47:10 +00:00
|
|
|
"async-channel 1.9.0",
|
2022-05-13 20:46:56 +00:00
|
|
|
"async-executor",
|
2024-08-18 18:49:27 +00:00
|
|
|
"async-graphql",
|
2024-01-18 16:37:24 +00:00
|
|
|
"base64 0.21.7",
|
2022-09-20 07:14:58 +00:00
|
|
|
"bcrypt",
|
2023-05-29 11:46:41 +00:00
|
|
|
"bincode",
|
2024-08-16 14:58:38 +00:00
|
|
|
"blake3",
|
2023-11-20 15:50:37 +00:00
|
|
|
"bytes",
|
2024-08-13 08:29:43 +00:00
|
|
|
"castaway",
|
2023-07-29 18:47:25 +00:00
|
|
|
"cedar-policy",
|
2020-06-29 15:35:19 +00:00
|
|
|
"chrono",
|
2024-04-17 18:56:08 +00:00
|
|
|
"ciborium",
|
2023-05-01 17:15:42 +00:00
|
|
|
"criterion",
|
2024-04-30 18:09:54 +00:00
|
|
|
"dashmap",
|
2023-06-19 18:41:13 +00:00
|
|
|
"deunicode",
|
2022-01-22 21:16:13 +00:00
|
|
|
"dmp",
|
2022-01-13 17:36:41 +00:00
|
|
|
"echodb",
|
2024-04-05 09:19:54 +00:00
|
|
|
"env_logger 0.10.2",
|
2024-03-28 16:29:55 +00:00
|
|
|
"ext-sort",
|
2024-05-08 14:26:41 +00:00
|
|
|
"flate2",
|
2022-08-15 18:35:41 +00:00
|
|
|
"foundationdb",
|
2023-05-29 11:46:41 +00:00
|
|
|
"fst",
|
2023-11-20 15:50:37 +00:00
|
|
|
"futures",
|
2022-01-13 17:36:41 +00:00
|
|
|
"fuzzy-matcher",
|
2023-12-05 12:12:56 +00:00
|
|
|
"geo 0.27.0",
|
2024-01-09 15:34:52 +00:00
|
|
|
"geo-types",
|
2023-12-12 13:51:43 +00:00
|
|
|
"hex",
|
2022-02-22 14:16:50 +00:00
|
|
|
"indxdb",
|
2023-08-23 19:26:31 +00:00
|
|
|
"ipnet",
|
2024-08-07 11:38:02 +00:00
|
|
|
"jsonwebtoken",
|
2023-03-26 21:13:43 +00:00
|
|
|
"lexicmp",
|
2024-05-08 14:26:41 +00:00
|
|
|
"linfa-linalg",
|
2022-01-13 17:36:41 +00:00
|
|
|
"md-5",
|
2022-02-14 10:13:50 +00:00
|
|
|
"nanoid",
|
2023-12-12 13:51:43 +00:00
|
|
|
"ndarray",
|
2024-05-08 14:26:41 +00:00
|
|
|
"ndarray-stats",
|
|
|
|
"num-traits",
|
2023-11-20 18:47:44 +00:00
|
|
|
"num_cpus",
|
2023-12-12 13:51:43 +00:00
|
|
|
"object_store",
|
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",
|
2024-01-10 16:43:56 +00:00
|
|
|
"phf",
|
2023-04-18 21:32:29 +00:00
|
|
|
"pin-project-lite",
|
2023-05-16 22:31:30 +00:00
|
|
|
"pprof",
|
2024-08-07 14:05:25 +00:00
|
|
|
"quick_cache 0.5.1",
|
2023-05-29 11:46:41 +00:00
|
|
|
"radix_trie",
|
2022-02-22 14:16:50 +00:00
|
|
|
"rand 0.8.5",
|
2024-03-22 20:50:11 +00:00
|
|
|
"reblessive",
|
2020-06-29 15:35:19 +00:00
|
|
|
"regex",
|
2024-04-05 09:19:54 +00:00
|
|
|
"regex-syntax 0.8.3",
|
2022-12-08 18:39:46 +00:00
|
|
|
"reqwest",
|
2024-08-23 15:00:24 +00:00
|
|
|
"revision 0.9.0",
|
2024-04-05 09:19:54 +00:00
|
|
|
"ring 0.17.8",
|
2024-04-17 18:56:08 +00:00
|
|
|
"rmpv",
|
2023-05-29 11:46:41 +00:00
|
|
|
"roaring",
|
2022-08-28 13:35:25 +00:00
|
|
|
"rocksdb",
|
2022-07-06 09:17:16 +00:00
|
|
|
"rquickjs",
|
2023-06-19 18:41:13 +00:00
|
|
|
"rust-stemmers",
|
2023-06-09 15:23:30 +00:00
|
|
|
"rust_decimal",
|
2022-01-13 17:36:41 +00:00
|
|
|
"scrypt",
|
2023-11-20 15:50:37 +00:00
|
|
|
"semver",
|
2020-06-29 15:35:19 +00:00
|
|
|
"serde",
|
2024-08-13 08:29:43 +00:00
|
|
|
"serde-content",
|
2022-12-30 08:23:19 +00:00
|
|
|
"serde_json",
|
2023-06-10 20:30:37 +00:00
|
|
|
"serial_test",
|
2023-10-25 16:08:46 +00:00
|
|
|
"sha1",
|
2022-12-08 18:39:46 +00:00
|
|
|
"sha2",
|
2023-05-29 11:46:41 +00:00
|
|
|
"snap",
|
2022-03-15 12:36:41 +00:00
|
|
|
"storekey",
|
2024-08-13 16:38:17 +00:00
|
|
|
"subtle",
|
2022-02-26 00:34:05 +00:00
|
|
|
"surrealdb-derive",
|
2023-07-04 10:56:24 +00:00
|
|
|
"surrealdb-tikv-client",
|
2024-02-15 20:47:10 +00:00
|
|
|
"surrealkv",
|
2024-04-03 09:54:12 +00:00
|
|
|
"surrealml-core",
|
2023-03-10 15:24:27 +00:00
|
|
|
"temp-dir",
|
2024-03-28 16:29:55 +00:00
|
|
|
"tempfile",
|
2023-05-29 11:46:41 +00:00
|
|
|
"test-log",
|
2021-03-29 15:43:37 +00:00
|
|
|
"thiserror",
|
2023-11-20 15:50:37 +00:00
|
|
|
"time",
|
|
|
|
"tokio",
|
2024-08-07 10:42:25 +00:00
|
|
|
"tokio-tungstenite 0.21.0",
|
2023-03-29 18:16:18 +00:00
|
|
|
"tracing",
|
2023-06-30 11:43:19 +00:00
|
|
|
"tracing-subscriber",
|
2022-02-22 14:16:50 +00:00
|
|
|
"trice",
|
2022-12-30 08:23:19 +00:00
|
|
|
"ulid",
|
2024-01-10 16:43:56 +00:00
|
|
|
"unicase",
|
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",
|
2023-04-23 07:32:27 +00:00
|
|
|
"wasmtimer",
|
2023-07-20 12:46:11 +00:00
|
|
|
"wiremock",
|
2022-12-30 08:23:19 +00:00
|
|
|
"ws_stream_wasm",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2022-02-26 00:34:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "surrealdb-derive"
|
2023-08-17 18:03:46 +00:00
|
|
|
version = "0.12.0"
|
2022-02-26 00:34:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-17 18:03:46 +00:00
|
|
|
checksum = "aacdb4c58b9ebef0291310afcd63af0012d85610d361f3785952c61b6f1dddf4"
|
2022-02-26 00:34:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
2023-03-25 20:49:00 +00:00
|
|
|
"syn 1.0.109",
|
2022-02-26 00:34:05 +00:00
|
|
|
]
|
|
|
|
|
2023-07-04 10:56:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "surrealdb-tikv-client"
|
2024-07-17 22:44:05 +00:00
|
|
|
version = "0.3.0-surreal.1"
|
2023-08-08 16:41:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 22:44:05 +00:00
|
|
|
checksum = "f9e204e84239374e8ba2dfabb88f5ac20f69baa09599eee225958445fb7e0a14"
|
2023-07-04 10:56:24 +00:00
|
|
|
dependencies = [
|
2023-07-25 12:24:36 +00:00
|
|
|
"async-recursion 0.3.2",
|
2023-07-04 10:56:24 +00:00
|
|
|
"async-trait",
|
|
|
|
"derive-new",
|
2023-07-25 12:24:36 +00:00
|
|
|
"either",
|
2023-07-04 10:56:24 +00:00
|
|
|
"fail",
|
2023-11-20 15:50:37 +00:00
|
|
|
"futures",
|
2023-07-04 10:56:24 +00:00
|
|
|
"lazy_static",
|
|
|
|
"log",
|
2023-07-25 12:24:36 +00:00
|
|
|
"pin-project",
|
2023-07-04 10:56:24 +00:00
|
|
|
"prometheus",
|
2024-07-17 22:44:05 +00:00
|
|
|
"prost 0.12.3",
|
2023-07-04 10:56:24 +00:00
|
|
|
"rand 0.8.5",
|
|
|
|
"regex",
|
2023-11-20 15:50:37 +00:00
|
|
|
"semver",
|
2023-07-04 10:56:24 +00:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
2024-07-17 22:44:05 +00:00
|
|
|
"serde_json",
|
|
|
|
"take_mut",
|
2023-07-04 10:56:24 +00:00
|
|
|
"thiserror",
|
2023-11-20 15:50:37 +00:00
|
|
|
"tokio",
|
2024-07-17 22:44:05 +00:00
|
|
|
"tonic 0.10.2",
|
2023-07-04 10:56:24 +00:00
|
|
|
]
|
|
|
|
|
2024-02-15 20:47:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "surrealkv"
|
2024-08-21 13:54:58 +00:00
|
|
|
version = "0.3.4"
|
2024-02-15 20:47:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-21 13:54:58 +00:00
|
|
|
checksum = "7d5fe193207896e6eeb445b88b810830097a9940058174bbbe8ec5597b1f52e1"
|
2024-02-15 20:47:10 +00:00
|
|
|
dependencies = [
|
2024-08-07 14:05:25 +00:00
|
|
|
"ahash 0.8.11",
|
2024-04-05 09:19:54 +00:00
|
|
|
"async-channel 2.2.0",
|
2024-02-15 20:47:10 +00:00
|
|
|
"bytes",
|
|
|
|
"chrono",
|
|
|
|
"crc32fast",
|
|
|
|
"futures",
|
|
|
|
"lru",
|
|
|
|
"parking_lot",
|
2024-08-07 14:05:25 +00:00
|
|
|
"quick_cache 0.6.2",
|
2024-07-18 11:27:35 +00:00
|
|
|
"revision 0.7.1",
|
2024-02-15 20:47:10 +00:00
|
|
|
"sha2",
|
|
|
|
"tokio",
|
|
|
|
"vart",
|
|
|
|
]
|
|
|
|
|
2024-03-28 13:57:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "surrealml-core"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.1.2"
|
2024-03-28 13:57:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "c7e37965f48cd85239fa96b511d69cf5ad5dd127461a6f76c5f34906aef531d9"
|
2024-03-28 13:57:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"ndarray",
|
|
|
|
"once_cell",
|
|
|
|
"ort",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-05-16 22:31:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "symbolic-common"
|
2024-01-10 16:43:56 +00:00
|
|
|
version = "12.8.0"
|
2023-05-16 22:31:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 16:43:56 +00:00
|
|
|
checksum = "1cccfffbc6bb3bb2d3a26cd2077f4d055f6808d266f9d4d158797a4c60510dfe"
|
2023-05-16 22:31:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"debugid",
|
|
|
|
"memmap2",
|
|
|
|
"stable_deref_trait",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "symbolic-demangle"
|
2024-01-10 16:43:56 +00:00
|
|
|
version = "12.8.0"
|
2023-05-16 22:31:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 16:43:56 +00:00
|
|
|
checksum = "76a99812da4020a67e76c4eb41f08c87364c14170495ff780f30dd519c221a68"
|
2023-05-16 22:31:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"cpp_demangle",
|
|
|
|
"rustc-demangle",
|
|
|
|
"symbolic-common",
|
|
|
|
]
|
|
|
|
|
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-25 20:49:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "2.0.58"
|
2023-03-25 20:49:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "44cfb93f38070beee36b3fef7d4f5a16f27751d94b187b666a5cc5e9b0d30687"
|
2023-03-25 20:49:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2023-03-20 15:20:57 +00:00
|
|
|
[[package]]
|
2023-11-20 15:50:37 +00:00
|
|
|
name = "syn_derive"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2023-11-20 15:50:37 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
|
|
|
version = "0.1.2"
|
2023-03-20 15:20:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
|
|
|
|
2024-04-05 09:19:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "384595c11a4e2969895cad5a8c4029115f5ab956a9e5ef4de79d11a426e5f20c"
|
|
|
|
|
2024-07-17 22:44:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "take_mut"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"
|
|
|
|
|
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-12-12 13:51:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tar"
|
|
|
|
version = "0.4.40"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb"
|
|
|
|
dependencies = [
|
|
|
|
"filetime",
|
|
|
|
"libc",
|
|
|
|
"xattr",
|
|
|
|
]
|
|
|
|
|
2023-03-10 15:24:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "temp-dir"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.1.13"
|
2023-03-10 15:24:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "1f227968ec00f0e5322f9b8173c7a0cbcff6181a0a5b28e9892491c286277231"
|
2023-03-10 15:24:27 +00:00
|
|
|
|
2023-03-29 18:16:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "temp-env"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.3.6"
|
2023-03-29 18:16:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "96374855068f47402c3121c6eed88d29cb1de8f3ab27090e273e420bdabcf050"
|
2023-03-29 18:16:18 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"futures",
|
|
|
|
"parking_lot",
|
2023-03-29 18:16:18 +00:00
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2024-03-28 16:29:55 +00:00
|
|
|
version = "3.10.1"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-28 16:29:55 +00:00
|
|
|
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"cfg-if",
|
2024-08-07 10:42:25 +00:00
|
|
|
"fastrand",
|
2023-11-20 15:50:37 +00:00
|
|
|
"rustix",
|
2024-01-10 16:43:56 +00:00
|
|
|
"windows-sys 0.52.0",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2024-06-12 09:18:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tendril"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
|
|
|
|
dependencies = [
|
|
|
|
"futf",
|
|
|
|
"mac",
|
|
|
|
"utf-8",
|
|
|
|
]
|
|
|
|
|
2023-07-29 18:47:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
|
|
|
|
dependencies = [
|
|
|
|
"dirs-next",
|
|
|
|
"rustversion",
|
2023-11-20 15:50:37 +00:00
|
|
|
"winapi",
|
2023-07-29 18:47:25 +00:00
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
2022-01-23 12:30:59 +00:00
|
|
|
name = "termcolor"
|
2024-01-18 16:37:24 +00:00
|
|
|
version = "1.4.1"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:37:24 +00:00
|
|
|
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
|
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]]
|
2023-05-22 19:19:35 +00:00
|
|
|
name = "terminal_size"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.3.0"
|
2023-05-22 19:19:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
|
2023-05-22 19:19:35 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"rustix",
|
2023-12-05 12:12:56 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-05-22 19:19:35 +00:00
|
|
|
]
|
|
|
|
|
2023-07-10 08:36:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "termtree"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
|
|
|
|
|
2023-05-22 19:19:35 +00:00
|
|
|
[[package]]
|
2023-05-29 11:46:41 +00:00
|
|
|
name = "test-log"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.2.15"
|
2024-01-10 16:43:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "7b319995299c65d522680decf80f2c108d85b861d81dfe340a10d16cee29d9e6"
|
2024-01-10 16:43:56 +00:00
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"env_logger 0.11.3",
|
2024-01-10 16:43:56 +00:00
|
|
|
"test-log-macros",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "test-log-macros"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.2.15"
|
2023-05-29 11:46:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "c8f546451eaa38373f549093fe9fd05e7d2bade739e2ddf834b9968621d60107"
|
2023-05-29 11:46:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2023-05-29 11:46:41 +00:00
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
2021-03-29 15:43:37 +00:00
|
|
|
name = "thiserror"
|
2024-07-17 22:44:05 +00:00
|
|
|
version = "1.0.61"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 22:44:05 +00:00
|
|
|
checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2021-03-29 15:43:37 +00:00
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-07-17 22:44:05 +00:00
|
|
|
version = "1.0.61"
|
2021-03-29 15:43:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 22:44:05 +00:00
|
|
|
checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
|
2021-03-29 15:43:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.1.8"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"cfg-if",
|
2022-01-13 17:36:41 +00:00
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2024-06-11 09:54:14 +00:00
|
|
|
version = "0.3.36"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-11 09:54:14 +00:00
|
|
|
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
|
2022-05-10 07:29:25 +00:00
|
|
|
dependencies = [
|
2023-08-17 18:03:46 +00:00
|
|
|
"deranged",
|
2022-05-10 07:29:25 +00:00
|
|
|
"itoa",
|
2024-02-09 19:31:16 +00:00
|
|
|
"num-conv",
|
2023-11-20 15:50:37 +00:00
|
|
|
"powerfmt",
|
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"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.1.2"
|
2022-12-30 08:23:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
2022-12-30 08:23:19 +00:00
|
|
|
|
2022-05-10 07:29:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2024-06-11 09:54:14 +00:00
|
|
|
version = "0.2.18"
|
2022-05-10 07:29:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-11 09:54:14 +00:00
|
|
|
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
|
2022-12-30 08:23:19 +00:00
|
|
|
dependencies = [
|
2024-02-09 19:31:16 +00:00
|
|
|
"num-conv",
|
2022-12-30 08:23:19 +00:00
|
|
|
"time-core",
|
|
|
|
]
|
2022-05-10 07:29:25 +00:00
|
|
|
|
2023-07-29 18:47:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tiny-keccak"
|
|
|
|
version = "2.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
|
|
|
|
dependencies = [
|
|
|
|
"crunchy",
|
|
|
|
]
|
|
|
|
|
2023-05-01 17:15:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinytemplate"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2021-03-29 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
|
|
|
|
2023-08-03 14:59:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2024-07-17 22:44:05 +00:00
|
|
|
version = "1.38.0"
|
2023-08-03 14:59:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 22:44:05 +00:00
|
|
|
checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2023-07-03 14:30:42 +00:00
|
|
|
"backtrace",
|
2023-11-20 15:50:37 +00:00
|
|
|
"bytes",
|
2021-03-29 15:43:37 +00:00
|
|
|
"libc",
|
2023-11-20 15:50:37 +00:00
|
|
|
"mio",
|
2020-06-29 15:35:19 +00:00
|
|
|
"num_cpus",
|
2023-11-20 15:50:37 +00:00
|
|
|
"parking_lot",
|
2020-06-29 15:35:19 +00:00
|
|
|
"pin-project-lite",
|
2022-09-22 02:01:11 +00:00
|
|
|
"signal-hook-registry",
|
2024-01-10 16:43:56 +00:00
|
|
|
"socket2",
|
2020-06-29 15:35:19 +00:00
|
|
|
"tokio-macros",
|
2023-12-05 12:12:56 +00:00
|
|
|
"windows-sys 0.48.0",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2023-03-29 18:16:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-io-timeout"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
|
|
|
|
dependencies = [
|
|
|
|
"pin-project-lite",
|
2023-11-20 15:50:37 +00:00
|
|
|
"tokio",
|
2023-03-29 18:16:18 +00:00
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2024-07-17 22:44:05 +00:00
|
|
|
version = "2.3.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-17 22:44:05 +00:00
|
|
|
checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
2023-11-20 15:50:37 +00:00
|
|
|
"tokio",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2023-05-22 13:38:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
2023-07-03 14:30:42 +00:00
|
|
|
version = "0.24.1"
|
2023-05-22 13:38:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 14:30:42 +00:00
|
|
|
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
2023-05-22 13:38:10 +00:00
|
|
|
dependencies = [
|
2024-08-07 10:42:25 +00:00
|
|
|
"rustls 0.21.12",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
|
|
|
version = "0.26.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
|
|
|
|
dependencies = [
|
|
|
|
"rustls 0.23.12",
|
|
|
|
"rustls-pki-types",
|
2023-11-20 15:50:37 +00:00
|
|
|
"tokio",
|
2023-05-22 13:38:10 +00:00
|
|
|
]
|
|
|
|
|
2021-03-29 15:43:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.1.15"
|
2021-03-29 15:43:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
|
2021-03-29 15:43:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
2023-11-20 15:50:37 +00:00
|
|
|
"tokio",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
2023-07-19 14:35:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-tungstenite"
|
2024-08-07 10:42:25 +00:00
|
|
|
version = "0.21.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
|
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"log",
|
|
|
|
"tokio",
|
|
|
|
"tungstenite 0.21.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-tungstenite"
|
|
|
|
version = "0.23.1"
|
2023-07-19 14:35:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 10:42:25 +00:00
|
|
|
checksum = "c6989540ced10490aaf14e6bad2e3d33728a2813310a0c71d1574304c49631cd"
|
2023-07-19 14:35:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"log",
|
2023-10-18 08:54:04 +00:00
|
|
|
"native-tls",
|
2024-08-07 10:42:25 +00:00
|
|
|
"rustls 0.23.12",
|
|
|
|
"rustls-pki-types",
|
2023-11-20 15:50:37 +00:00
|
|
|
"tokio",
|
2023-10-18 08:54:04 +00:00
|
|
|
"tokio-native-tls",
|
2024-08-07 10:42:25 +00:00
|
|
|
"tokio-rustls 0.26.0",
|
|
|
|
"tungstenite 0.23.0",
|
|
|
|
"webpki-roots",
|
2023-07-19 14:35:56 +00:00
|
|
|
]
|
|
|
|
|
2022-04-01 21:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.7.10"
|
2022-04-01 21:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
|
2022-04-01 21:04:11 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +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",
|
2023-11-20 15:50:37 +00:00
|
|
|
"tokio",
|
2022-04-01 21:04:11 +00:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2024-03-20 17:10:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.8.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e9dd1545e8208b4a5af1aa9bbd0b4cf7e9ea08fabc5d0a5c67fcaafa17433aa3"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
2024-04-05 09:19:54 +00:00
|
|
|
"toml_edit 0.22.9",
|
2024-03-20 17:10:07 +00:00
|
|
|
]
|
|
|
|
|
2023-06-09 15:23:30 +00:00
|
|
|
[[package]]
|
2023-11-20 15:50:37 +00:00
|
|
|
name = "toml_datetime"
|
2024-01-18 16:37:24 +00:00
|
|
|
version = "0.6.5"
|
2023-06-09 15:23:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:37:24 +00:00
|
|
|
checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
|
2024-03-20 17:10:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2023-06-09 15:23:30 +00:00
|
|
|
|
2022-07-06 09:17:16 +00:00
|
|
|
[[package]]
|
2023-11-20 15:50:37 +00:00
|
|
|
name = "toml_edit"
|
|
|
|
version = "0.19.15"
|
2023-02-07 08:39:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
|
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"indexmap 2.2.6",
|
2023-11-20 15:50:37 +00:00
|
|
|
"toml_datetime",
|
2024-04-05 09:19:54 +00:00
|
|
|
"winnow 0.5.40",
|
2023-11-20 15:50:37 +00:00
|
|
|
]
|
2023-02-07 08:39:09 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2024-02-09 19:31:16 +00:00
|
|
|
version = "0.21.1"
|
2022-07-06 09:17:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 19:31:16 +00:00
|
|
|
checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
|
2022-07-06 09:17:16 +00:00
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"indexmap 2.2.6",
|
2023-02-07 08:39:09 +00:00
|
|
|
"toml_datetime",
|
2024-04-05 09:19:54 +00:00
|
|
|
"winnow 0.5.40",
|
2024-03-20 17:10:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.22.9"
|
2024-03-20 17:10:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "8e40bb779c5187258fd7aad0eb68cb8706a0a81fa712fbea808ab43c4b8374c4"
|
2024-03-20 17:10:07 +00:00
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"indexmap 2.2.6",
|
2024-03-20 17:10:07 +00:00
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow 0.6.5",
|
2022-07-06 09:17:16 +00:00
|
|
|
]
|
|
|
|
|
2023-03-29 18:16:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tonic"
|
2024-08-07 10:42:25 +00:00
|
|
|
version = "0.10.2"
|
2023-03-29 18:16:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 10:42:25 +00:00
|
|
|
checksum = "d560933a0de61cf715926b9cac824d4c883c2c43142f787595e48280c40a1d0e"
|
2023-03-29 18:16:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-stream",
|
|
|
|
"async-trait",
|
2023-12-05 12:12:56 +00:00
|
|
|
"axum 0.6.20",
|
2024-08-07 10:42:25 +00:00
|
|
|
"base64 0.21.7",
|
2023-11-20 15:50:37 +00:00
|
|
|
"bytes",
|
2024-08-07 10:42:25 +00:00
|
|
|
"h2 0.3.26",
|
2024-04-05 09:19:54 +00:00
|
|
|
"http 0.2.12",
|
2024-01-10 16:43:56 +00:00
|
|
|
"http-body 0.4.6",
|
|
|
|
"hyper 0.14.28",
|
2024-08-07 10:42:25 +00:00
|
|
|
"hyper-timeout 0.4.1",
|
2023-03-29 18:16:18 +00:00
|
|
|
"percent-encoding",
|
|
|
|
"pin-project",
|
2024-08-07 10:42:25 +00:00
|
|
|
"prost 0.12.3",
|
|
|
|
"rustls 0.21.12",
|
|
|
|
"rustls-pemfile 1.0.4",
|
2023-11-20 15:50:37 +00:00
|
|
|
"tokio",
|
2024-08-07 10:42:25 +00:00
|
|
|
"tokio-rustls 0.24.1",
|
2023-03-29 18:16:18 +00:00
|
|
|
"tokio-stream",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2023-07-25 12:24:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tonic"
|
2024-08-07 10:42:25 +00:00
|
|
|
version = "0.12.1"
|
2023-07-25 12:24:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 10:42:25 +00:00
|
|
|
checksum = "38659f4a91aba8598d27821589f5db7dddd94601e7a01b1e485a50e5484c7401"
|
2023-07-25 12:24:36 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-stream",
|
|
|
|
"async-trait",
|
2024-08-07 10:42:25 +00:00
|
|
|
"axum 0.7.5",
|
|
|
|
"base64 0.22.0",
|
2023-11-20 15:50:37 +00:00
|
|
|
"bytes",
|
2024-08-07 10:42:25 +00:00
|
|
|
"h2 0.4.5",
|
|
|
|
"http 1.1.0",
|
|
|
|
"http-body 1.0.0",
|
|
|
|
"http-body-util",
|
|
|
|
"hyper 1.4.1",
|
|
|
|
"hyper-timeout 0.5.1",
|
|
|
|
"hyper-util",
|
2023-07-25 12:24:36 +00:00
|
|
|
"percent-encoding",
|
|
|
|
"pin-project",
|
2024-08-07 10:42:25 +00:00
|
|
|
"prost 0.13.1",
|
|
|
|
"socket2",
|
2023-11-20 15:50:37 +00:00
|
|
|
"tokio",
|
2023-07-25 12:24:36 +00:00
|
|
|
"tokio-stream",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
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",
|
2023-07-03 14:30:42 +00:00
|
|
|
"indexmap 1.9.3",
|
2023-03-20 15:20:57 +00:00
|
|
|
"pin-project",
|
|
|
|
"pin-project-lite",
|
2023-03-29 18:16:18 +00:00
|
|
|
"rand 0.8.5",
|
|
|
|
"slab",
|
2023-11-20 15:50:37 +00:00
|
|
|
"tokio",
|
2023-03-29 18:16:18 +00:00
|
|
|
"tokio-util",
|
2023-03-20 15:20:57 +00:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2023-07-19 14:35:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tower-http"
|
2024-08-07 10:42:25 +00:00
|
|
|
version = "0.5.2"
|
2023-07-19 14:35:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 10:42:25 +00:00
|
|
|
checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5"
|
2023-07-19 14:35:56 +00:00
|
|
|
dependencies = [
|
2023-10-23 13:37:42 +00:00
|
|
|
"async-compression",
|
2024-01-18 16:37:24 +00:00
|
|
|
"base64 0.21.7",
|
2024-04-05 09:19:54 +00:00
|
|
|
"bitflags 2.5.0",
|
2023-11-20 15:50:37 +00:00
|
|
|
"bytes",
|
2023-07-19 14:35:56 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2024-08-07 10:42:25 +00:00
|
|
|
"http 1.1.0",
|
|
|
|
"http-body 1.0.0",
|
|
|
|
"http-body-util",
|
2023-07-19 14:35:56 +00:00
|
|
|
"mime",
|
|
|
|
"pin-project-lite",
|
2023-11-20 15:50:37 +00:00
|
|
|
"tokio",
|
2023-10-23 13:37:42 +00:00
|
|
|
"tokio-util",
|
2023-07-19 14:35:56 +00:00
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
2023-03-20 15:20:57 +00:00
|
|
|
[[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"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.1.40"
|
2021-03-29 15:43:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
2021-03-29 15:43:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
2023-03-29 18:16:18 +00:00
|
|
|
"tracing-attributes",
|
2021-03-29 15:43:37 +00:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
2023-03-29 18:16:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.1.27"
|
2023-03-29 18:16:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
2023-03-29 18:16:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2023-03-29 18:16:18 +00:00
|
|
|
]
|
|
|
|
|
2021-03-29 15:43:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.1.32"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
2021-03-29 15:43:37 +00:00
|
|
|
dependencies = [
|
2022-06-15 07:42:50 +00:00
|
|
|
"once_cell",
|
2023-03-29 18:16:18 +00:00
|
|
|
"valuable",
|
|
|
|
]
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
2023-03-29 18:16:18 +00:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-opentelemetry"
|
2024-08-07 10:42:25 +00:00
|
|
|
version = "0.25.0"
|
2023-03-29 18:16:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 10:42:25 +00:00
|
|
|
checksum = "a9784ed4da7d921bc8df6963f8c80a0e4ce34ba6ba76668acadd3edbd985ff3b"
|
2023-03-29 18:16:18 +00:00
|
|
|
dependencies = [
|
2024-08-07 10:42:25 +00:00
|
|
|
"js-sys",
|
2023-03-29 18:16:18 +00:00
|
|
|
"once_cell",
|
|
|
|
"opentelemetry",
|
2024-08-07 10:42:25 +00:00
|
|
|
"opentelemetry_sdk",
|
|
|
|
"smallvec",
|
2023-03-29 18:16:18 +00:00
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
2024-08-07 10:42:25 +00:00
|
|
|
"tracing-log",
|
2023-03-29 18:16:18 +00:00
|
|
|
"tracing-subscriber",
|
2024-08-07 10:42:25 +00:00
|
|
|
"web-time",
|
2023-03-29 18:16:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.3.18"
|
2023-03-29 18:16:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
|
2023-03-29 18:16:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"matchers",
|
|
|
|
"nu-ansi-term",
|
|
|
|
"once_cell",
|
|
|
|
"regex",
|
|
|
|
"sharded-slab",
|
2023-11-20 15:50:37 +00:00
|
|
|
"smallvec",
|
2023-03-29 18:16:18 +00:00
|
|
|
"thread_local",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
2024-08-07 10:42:25 +00:00
|
|
|
"tracing-log",
|
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"
|
2024-01-05 15:21:00 +00:00
|
|
|
version = "0.4.0"
|
2022-02-22 14:16:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-05 15:21:00 +00:00
|
|
|
checksum = "d3aaab10ae9fac0b10f392752bf56f0fd20845f39037fec931e8537b105b515a"
|
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"
|
2024-01-10 16:43:56 +00:00
|
|
|
version = "0.2.5"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 16:43:56 +00:00
|
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2023-06-13 20:55:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "try_map"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fb1626d07cb5c1bb2cf17d94c0be4852e8a7c02b041acec9a8c5bdda99f9d580"
|
|
|
|
|
2023-07-19 14:35:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tungstenite"
|
2024-08-07 10:42:25 +00:00
|
|
|
version = "0.21.0"
|
2023-07-19 14:35:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 10:42:25 +00:00
|
|
|
checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
|
2023-07-19 14:35:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
2023-11-20 15:50:37 +00:00
|
|
|
"bytes",
|
2023-07-19 14:35:56 +00:00
|
|
|
"data-encoding",
|
2024-08-07 10:42:25 +00:00
|
|
|
"http 1.1.0",
|
|
|
|
"httparse",
|
|
|
|
"log",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"sha1",
|
|
|
|
"thiserror",
|
|
|
|
"url",
|
|
|
|
"utf-8",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tungstenite"
|
|
|
|
version = "0.23.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e2e2ce1e47ed2994fd43b04c8f618008d4cabdd5ee34027cf14f9d918edd9c8"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
|
|
|
"data-encoding",
|
|
|
|
"http 1.1.0",
|
2023-07-19 14:35:56 +00:00
|
|
|
"httparse",
|
|
|
|
"log",
|
2023-10-18 08:54:04 +00:00
|
|
|
"native-tls",
|
2023-07-19 14:35:56 +00:00
|
|
|
"rand 0.8.5",
|
2024-08-07 10:42:25 +00:00
|
|
|
"rustls 0.23.12",
|
|
|
|
"rustls-pki-types",
|
2023-07-19 14:35:56 +00:00
|
|
|
"sha1",
|
|
|
|
"thiserror",
|
|
|
|
"url",
|
|
|
|
"utf-8",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "1.17.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2024-03-20 17:10:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ubyte"
|
|
|
|
version = "0.10.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f720def6ce1ee2fc44d40ac9ed6d3a59c361c80a75a7aa8e75bb9baed31cf2ea"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-08-18 18:49:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
|
|
|
|
|
2022-12-30 08:23:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ulid"
|
2024-02-09 19:31:16 +00:00
|
|
|
version = "1.1.2"
|
2022-12-30 08:23:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 19:31:16 +00:00
|
|
|
checksum = "34778c17965aa2a08913b57e1f34db9b4a63f5de31768b55bf20d2795f921259"
|
2022-12-30 08:23:19 +00:00
|
|
|
dependencies = [
|
2024-02-09 19:31:16 +00:00
|
|
|
"getrandom 0.2.12",
|
2022-12-30 08:23:19 +00:00
|
|
|
"rand 0.8.5",
|
|
|
|
"serde",
|
2024-02-09 19:31:16 +00:00
|
|
|
"web-time",
|
2022-12-30 08:23:19 +00:00
|
|
|
]
|
|
|
|
|
2024-03-20 17:10:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uncased"
|
|
|
|
version = "0.9.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2023-08-24 14:05:28 +00:00
|
|
|
version = "2.7.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-24 14:05:28 +00:00
|
|
|
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2021-03-29 15:43:37 +00:00
|
|
|
"version_check",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2024-01-18 16:37:24 +00:00
|
|
|
version = "0.3.15"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:37:24 +00:00
|
|
|
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2022-05-21 00:35:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "1.0.12"
|
2022-05-21 00:35:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2022-05-21 00:35:59 +00:00
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.1.23"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
|
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
|
|
|
]
|
|
|
|
|
2023-07-29 18:47:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-script"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.5.6"
|
2023-07-29 18:47:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "ad8d71f5726e5f285a935e9fe8edfd53f0491eb6e9a5774097fdabee7cd8c9cd"
|
2023-07-29 18:47:25 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-security"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.1.1"
|
2023-07-29 18:47:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "ee9e13753df674873f3c4693b240ae5c03245ddc157dfccf7c26db9329af3a11"
|
2023-07-29 18:47:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-normalization",
|
|
|
|
"unicode-script",
|
|
|
|
]
|
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2024-02-09 19:31:16 +00:00
|
|
|
version = "1.11.0"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 19:31:16 +00:00
|
|
|
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
|
2022-01-13 17:36:41 +00:00
|
|
|
|
2022-08-06 10:34:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.1.11"
|
2022-08-06 10:34:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
|
2022-08-06 10:34:43 +00:00
|
|
|
|
2023-07-29 18:47:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
|
|
|
|
|
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"
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
|
|
|
2024-01-22 17:51:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ureq"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "2.9.6"
|
2024-01-22 17:51:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "11f214ce18d8b2cbe84ed3aa6486ed3f5b285cf8d8fbdbce9f3f767a724adc35"
|
2024-01-22 17:51:49 +00:00
|
|
|
dependencies = [
|
|
|
|
"base64 0.21.7",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
2024-04-19 19:13:51 +00:00
|
|
|
"rustls 0.22.4",
|
2024-04-05 09:19:54 +00:00
|
|
|
"rustls-pki-types",
|
2024-08-07 10:42:25 +00:00
|
|
|
"rustls-webpki 0.102.6",
|
2024-01-22 17:51:49 +00:00
|
|
|
"url",
|
2024-08-07 10:42:25 +00:00
|
|
|
"webpki-roots",
|
2024-01-22 17:51:49 +00:00
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2023-11-27 10:23:26 +00:00
|
|
|
version = "2.5.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-27 10:23:26 +00:00
|
|
|
checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
|
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"
|
2023-07-26 07:54:07 +00:00
|
|
|
version = "2.1.3"
|
2022-01-22 21:16:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-26 07:54:07 +00:00
|
|
|
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
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"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.8.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2024-01-09 15:34:52 +00:00
|
|
|
"arbitrary",
|
2024-03-20 17:10:07 +00:00
|
|
|
"atomic 0.5.3",
|
2024-01-18 16:37:24 +00:00
|
|
|
"getrandom 0.2.12",
|
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
|
|
|
]
|
|
|
|
|
2023-03-29 18:16:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
2024-02-15 20:47:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vart"
|
2024-07-04 13:51:20 +00:00
|
|
|
version = "0.4.0"
|
2024-02-15 20:47:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-04 13:51:20 +00:00
|
|
|
checksum = "8e19cf5555815b1ebc839ceb17face450eb0346e09c0acc6ad0e3097ec49dcad"
|
2024-02-15 20:47:10 +00:00
|
|
|
dependencies = [
|
2024-05-08 14:26:41 +00:00
|
|
|
"hashbrown 0.14.5",
|
2024-02-15 20:47:10 +00:00
|
|
|
]
|
|
|
|
|
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
|
|
|
|
2023-12-12 13:51:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vswhom"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"vswhom-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vswhom-sys"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
2021-03-29 15:43:37 +00:00
|
|
|
name = "walkdir"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "2.5.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
2021-03-29 15:43:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
2020-06-29 15:35:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2023-07-03 14:30:42 +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-07-03 14:30:42 +00:00
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
|
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"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.2.92"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"cfg-if",
|
2020-06-29 15:35:19 +00:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.2.92"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
|
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",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2020-06-29 15:35:19 +00:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.4.42"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"cfg-if",
|
2020-06-29 15:35:19 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.2.92"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.2.92"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2020-06-29 15:35:19 +00:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.2.92"
|
2023-02-07 08:39:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
|
2023-02-07 08:39:09 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-streams"
|
2024-02-09 19:31:16 +00:00
|
|
|
version = "0.4.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-09 19:31:16 +00:00
|
|
|
checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129"
|
2023-02-07 08:39:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
]
|
2020-06-29 15:35:19 +00:00
|
|
|
|
2023-04-23 07:32:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmtimer"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5f656cd8858a5164932d8a90f936700860976ec21eb00e0fe2aa8cab13f6b4cf"
|
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"futures",
|
2023-04-23 07:32:27 +00:00
|
|
|
"js-sys",
|
2023-11-20 15:50:37 +00:00
|
|
|
"parking_lot",
|
2023-04-23 07:32:27 +00:00
|
|
|
"pin-utils",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.3.69"
|
2024-02-09 19:31:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
|
2024-02-09 19:31:16 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-time"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.1.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2024-04-05 09:19:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
|
|
|
version = "0.26.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009"
|
|
|
|
dependencies = [
|
|
|
|
"rustls-pki-types",
|
|
|
|
]
|
|
|
|
|
2022-01-13 17:36:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "4.4.2"
|
2022-01-13 17:36:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
|
2022-01-13 17:36:41 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
2023-11-20 15:50:37 +00:00
|
|
|
"home",
|
2022-09-17 23:26:52 +00:00
|
|
|
"once_cell",
|
2023-11-20 15:50:37 +00:00
|
|
|
"rustix",
|
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"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.1.6"
|
2021-03-29 15:43:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
|
2021-03-29 15:43:37 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"winapi",
|
2021-03-29 15:43:37 +00:00
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2024-03-20 17:10:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.48.5",
|
|
|
|
]
|
|
|
|
|
2023-03-25 20:49:00 +00:00
|
|
|
[[package]]
|
2023-11-20 15:50:37 +00:00
|
|
|
name = "windows-core"
|
2024-01-10 16:43:56 +00:00
|
|
|
version = "0.52.0"
|
2023-03-25 20:49:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 16:43:56 +00:00
|
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
2023-03-25 20:49:00 +00:00
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"windows-targets 0.52.4",
|
2023-03-25 20:49:00 +00:00
|
|
|
]
|
|
|
|
|
2023-04-14 16:01:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
2023-12-05 12:12:56 +00:00
|
|
|
"windows-targets 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"windows-targets 0.52.4",
|
2023-02-07 08:39:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-08-24 14:05:28 +00:00
|
|
|
version = "0.48.5"
|
2023-02-07 08:39:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-24 14:05:28 +00:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2023-04-14 16:01:31 +00:00
|
|
|
dependencies = [
|
2023-12-05 12:12:56 +00:00
|
|
|
"windows_aarch64_gnullvm 0.48.5",
|
|
|
|
"windows_aarch64_msvc 0.48.5",
|
|
|
|
"windows_i686_gnu 0.48.5",
|
|
|
|
"windows_i686_msvc 0.48.5",
|
|
|
|
"windows_x86_64_gnu 0.48.5",
|
|
|
|
"windows_x86_64_gnullvm 0.48.5",
|
|
|
|
"windows_x86_64_msvc 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.52.4"
|
2023-12-05 12:12:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
|
2023-12-05 12:12:56 +00:00
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"windows_aarch64_gnullvm 0.52.4",
|
|
|
|
"windows_aarch64_msvc 0.52.4",
|
|
|
|
"windows_i686_gnu 0.52.4",
|
|
|
|
"windows_i686_msvc 0.52.4",
|
|
|
|
"windows_x86_64_gnu 0.52.4",
|
|
|
|
"windows_x86_64_gnullvm 0.52.4",
|
|
|
|
"windows_x86_64_msvc 0.52.4",
|
2023-02-07 08:39:09 +00:00
|
|
|
]
|
|
|
|
|
2023-04-14 16:01:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-08-24 14:05:28 +00:00
|
|
|
version = "0.48.5"
|
2023-04-14 16:01:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-24 14:05:28 +00:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2023-04-14 16:01:31 +00:00
|
|
|
|
2023-12-05 12:12:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.52.4"
|
2023-12-05 12:12:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
|
2023-12-05 12:12:56 +00:00
|
|
|
|
2023-04-14 16:01:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-08-24 14:05:28 +00:00
|
|
|
version = "0.48.5"
|
2023-04-14 16:01:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-24 14:05:28 +00:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2023-04-14 16:01:31 +00:00
|
|
|
|
2023-12-05 12:12:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.52.4"
|
2023-12-05 12:12:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
|
2023-12-05 12:12:56 +00:00
|
|
|
|
2023-04-14 16:01:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-08-24 14:05:28 +00:00
|
|
|
version = "0.48.5"
|
2023-04-14 16:01:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-24 14:05:28 +00:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2023-04-14 16:01:31 +00:00
|
|
|
|
2023-12-05 12:12:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.52.4"
|
2023-12-05 12:12:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
|
2023-12-05 12:12:56 +00:00
|
|
|
|
2023-04-14 16:01:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-08-24 14:05:28 +00:00
|
|
|
version = "0.48.5"
|
2023-04-14 16:01:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-24 14:05:28 +00:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2023-04-14 16:01:31 +00:00
|
|
|
|
2023-12-05 12:12:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.52.4"
|
2023-12-05 12:12:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
|
2023-12-05 12:12:56 +00:00
|
|
|
|
2023-04-14 16:01:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-08-24 14:05:28 +00:00
|
|
|
version = "0.48.5"
|
2023-04-14 16:01:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-24 14:05:28 +00:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2023-04-14 16:01:31 +00:00
|
|
|
|
2023-12-05 12:12:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.52.4"
|
2023-12-05 12:12:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
|
2023-12-05 12:12:56 +00:00
|
|
|
|
2023-04-14 16:01:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-08-24 14:05:28 +00:00
|
|
|
version = "0.48.5"
|
2023-04-14 16:01:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-24 14:05:28 +00:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2023-04-14 16:01:31 +00:00
|
|
|
|
2023-12-05 12:12:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.52.4"
|
2023-12-05 12:12:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
|
2023-12-05 12:12:56 +00:00
|
|
|
|
2023-04-14 16:01:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-08-24 14:05:28 +00:00
|
|
|
version = "0.48.5"
|
2023-04-14 16:01:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-24 14:05:28 +00:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2023-04-14 16:01:31 +00:00
|
|
|
|
2023-12-05 12:12:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.52.4"
|
2023-12-05 12:12:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"
|
2023-12-05 12:12:56 +00:00
|
|
|
|
2023-03-16 13:11:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.5.40"
|
2022-06-15 07:42:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
|
2023-03-16 13:11:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
2022-12-30 08:23:19 +00:00
|
|
|
|
2024-03-20 17:10:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
|
|
|
version = "0.6.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dffa400e67ed5a4dd237983829e66475f0a4a26938c4b04c21baede6262215b8"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2020-06-29 15:35:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2024-08-07 10:42:25 +00:00
|
|
|
version = "0.52.0"
|
2020-06-29 15:35:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 10:42:25 +00:00
|
|
|
checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
|
2020-06-29 15:35:19 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"cfg-if",
|
2023-12-05 12:12:56 +00:00
|
|
|
"windows-sys 0.48.0",
|
2020-06-29 15:35:19 +00:00
|
|
|
]
|
2022-08-15 18:35:41 +00:00
|
|
|
|
2023-07-20 12:46:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wiremock"
|
2024-08-07 10:42:25 +00:00
|
|
|
version = "0.6.0"
|
2023-07-20 12:46:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-07 10:42:25 +00:00
|
|
|
checksum = "ec874e1eef0df2dcac546057fe5e29186f09c378181cd7b635b4b7bcc98e9d81"
|
2023-07-20 12:46:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"assert-json-diff",
|
|
|
|
"async-trait",
|
2024-01-18 16:37:24 +00:00
|
|
|
"base64 0.21.7",
|
2023-07-20 12:46:11 +00:00
|
|
|
"deadpool",
|
2023-11-20 15:50:37 +00:00
|
|
|
"futures",
|
2024-08-07 10:42:25 +00:00
|
|
|
"http 1.1.0",
|
|
|
|
"http-body-util",
|
|
|
|
"hyper 1.4.1",
|
|
|
|
"hyper-util",
|
2023-07-20 12:46:11 +00:00
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-11-20 15:50:37 +00:00
|
|
|
"tokio",
|
2024-08-07 10:42:25 +00:00
|
|
|
"url",
|
2023-07-20 12:46:11 +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-11-20 15:50:37 +00:00
|
|
|
"futures",
|
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-11-20 15:50:37 +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",
|
|
|
|
]
|
|
|
|
|
2023-12-12 13:51:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xattr"
|
2024-01-18 16:37:24 +00:00
|
|
|
version = "1.3.1"
|
2023-12-12 13:51:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-18 16:37:24 +00:00
|
|
|
checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f"
|
2023-12-12 13:51:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-01-10 16:43:56 +00:00
|
|
|
"linux-raw-sys",
|
|
|
|
"rustix",
|
2023-12-12 13:51:43 +00:00
|
|
|
]
|
|
|
|
|
2022-08-15 18:35:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xml-rs"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.8.20"
|
2022-08-15 18:35:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "791978798f0597cfc70478424c2b4fdc2b7a8024aaff78497ef00f24ef674193"
|
2022-08-28 13:35:25 +00:00
|
|
|
|
2024-03-20 17:10:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "yansi"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
|
|
|
|
dependencies = [
|
|
|
|
"is-terminal",
|
|
|
|
]
|
|
|
|
|
2023-05-22 13:37:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "yasna"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
|
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
2024-01-10 16:43:56 +00:00
|
|
|
version = "0.7.32"
|
2023-11-20 15:50:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 16:43:56 +00:00
|
|
|
checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
|
2023-11-20 15:50:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
2024-01-10 16:43:56 +00:00
|
|
|
version = "0.7.32"
|
2023-11-20 15:50:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 16:43:56 +00:00
|
|
|
checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
|
2023-11-20 15:50:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2023-05-22 13:37:54 +00:00
|
|
|
]
|
|
|
|
|
2022-09-20 07:14:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "1.7.0"
|
2022-09-20 07:14:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"
|
2022-09-20 07:14:58 +00:00
|
|
|
|
2024-01-22 17:51:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zip"
|
|
|
|
version = "0.6.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"crc32fast",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"flate2",
|
|
|
|
]
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zstd"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.13.1"
|
2023-11-20 15:50:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "2d789b1514203a1120ad2429eae43a7bd32b90976a7bb8a05f7ec02fa88cc23a"
|
2023-11-20 15:50:37 +00:00
|
|
|
dependencies = [
|
2024-01-10 16:43:56 +00:00
|
|
|
"zstd-safe",
|
2022-12-30 08:23:19 +00:00
|
|
|
]
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zstd-safe"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "7.1.0"
|
2023-11-20 15:50:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "1cd99b45c6bc03a018c8b8a86025678c87e55526064e38f9df301989dce7ec0a"
|
2023-11-20 15:50:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"zstd-sys",
|
|
|
|
]
|
|
|
|
|
2022-08-28 13:35:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zstd-sys"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "2.0.10+zstd.1.5.6"
|
2022-08-28 13:35:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "c253a4914af5bafc8fa8c86ee400827e83cf6ec01195ec1f1ed8441bf00d65aa"
|
2022-08-28 13:35:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
2023-01-14 19:28:33 +00:00
|
|
|
"pkg-config",
|
2022-08-28 13:35:25 +00:00
|
|
|
]
|