- 404 -
-- Page not found -
-- Please check the URL in the address bar and try again. -
-diff --git a/Cargo.lock b/Cargo.lock
index 1207669..828198a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -53,7 +53,6 @@ version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "getrandom 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
"once_cell 1.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
"version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)",
"zerocopy 0.7.34 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -185,7 +184,6 @@ dependencies = [
"msa 2.0.0",
"query 2.0.0",
"reqwest 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "rspc 0.1.2",
"serde 1.0.203 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.119 (registry+https://github.com/rust-lang/crates.io-index)",
"specta 2.0.0-rc.13 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -221,11 +219,6 @@ dependencies = [
"x11rb 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
-[[package]]
-name = "arrayvec"
-version = "0.7.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-
[[package]]
name = "ascii"
version = "0.9.3"
@@ -366,26 +359,6 @@ dependencies = [
"windows-sys 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
-[[package]]
-name = "async-stream"
-version = "0.3.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "async-stream-impl 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "futures-core 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)",
- "pin-project-lite 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
-[[package]]
-name = "async-stream-impl"
-version = "0.3.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "proc-macro2 1.0.86 (registry+https://github.com/rust-lang/crates.io-index)",
- "quote 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)",
- "syn 2.0.68 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
[[package]]
name = "async-task"
version = "4.7.1"
@@ -401,19 +374,6 @@ dependencies = [
"syn 2.0.68 (registry+https://github.com/rust-lang/crates.io-index)",
]
-[[package]]
-name = "async-tungstenite"
-version = "0.19.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "futures-io 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)",
- "futures-util 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)",
- "log 0.4.22 (registry+https://github.com/rust-lang/crates.io-index)",
- "pin-project-lite 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio 1.38.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "tungstenite 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
[[package]]
name = "atk"
version = "0.15.1"
@@ -464,54 +424,6 @@ name = "autocfg"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-[[package]]
-name = "aws_lambda_events"
-version = "0.7.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "base64 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "bytes 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "chrono 0.4.38 (registry+https://github.com/rust-lang/crates.io-index)",
- "http 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
- "http-body 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "http-serde 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "query_map 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde 1.0.203 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde_derive 1.0.203 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde_json 1.0.119 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
-[[package]]
-name = "axum"
-version = "0.6.20"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "async-trait 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)",
- "axum-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
- "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "bytes 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "futures-util 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)",
- "http 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
- "http-body 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "hyper 0.14.29 (registry+https://github.com/rust-lang/crates.io-index)",
- "itoa 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
- "matchit 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "memchr 2.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
- "mime 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
- "percent-encoding 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "pin-project-lite 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
- "rustversion 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde 1.0.203 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde_json 1.0.119 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde_path_to_error 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde_urlencoded 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "sync_wrapper 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio 1.38.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "tower 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
- "tower-layer 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "tower-service 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
[[package]]
name = "axum"
version = "0.7.5"
@@ -549,22 +461,6 @@ dependencies = [
"tracing 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
]
-[[package]]
-name = "axum-core"
-version = "0.3.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "async-trait 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)",
- "bytes 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "futures-util 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)",
- "http 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
- "http-body 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "mime 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
- "rustversion 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
- "tower-layer 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "tower-service 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
[[package]]
name = "axum-core"
version = "0.4.3"
@@ -651,11 +547,6 @@ name = "base64"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-[[package]]
-name = "base64"
-version = "0.20.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-
[[package]]
name = "base64"
version = "0.21.7"
@@ -724,17 +615,6 @@ name = "bitflags"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-[[package]]
-name = "bitvec"
-version = "1.0.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "funty 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "radium 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "tap 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "wyz 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
[[package]]
name = "block"
version = "0.1.6"
@@ -795,26 +675,6 @@ dependencies = [
"alloc-stdlib 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
-[[package]]
-name = "bson"
-version = "2.11.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "ahash 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)",
- "base64 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "bitvec 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "hex 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "indexmap 2.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "js-sys 0.3.69 (registry+https://github.com/rust-lang/crates.io-index)",
- "once_cell 1.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "rand 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde 1.0.203 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde_bytes 0.11.15 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde_json 1.0.119 (registry+https://github.com/rust-lang/crates.io-index)",
- "time 0.3.36 (registry+https://github.com/rust-lang/crates.io-index)",
- "uuid 1.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
[[package]]
name = "bstr"
version = "1.9.1"
@@ -872,11 +732,6 @@ dependencies = [
"serde 1.0.203 (registry+https://github.com/rust-lang/crates.io-index)",
]
-[[package]]
-name = "bytesize"
-version = "1.3.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-
[[package]]
name = "bzip2"
version = "0.4.4"
@@ -1053,26 +908,6 @@ dependencies = [
"windows-targets 0.52.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
-[[package]]
-name = "chrono-tz"
-version = "0.6.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "chrono 0.4.38 (registry+https://github.com/rust-lang/crates.io-index)",
- "chrono-tz-build 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "phf 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
-[[package]]
-name = "chrono-tz-build"
-version = "0.0.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "parse-zoneinfo 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "phf 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "phf_codegen 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
[[package]]
name = "chunked_transfer"
version = "1.5.0"
@@ -1248,7 +1083,6 @@ dependencies = [
"prisma-client-rust 0.6.8 (git+https://github.com/Brendonovich/prisma-client-rust?rev=4f9ef9d)",
"query 2.0.0",
"reqwest 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "rspc 0.1.2",
"serde 1.0.203 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.119 (registry+https://github.com/rust-lang/crates.io-index)",
"specta 2.0.0-rc.13 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1316,16 +1150,6 @@ dependencies = [
"unicode-segmentation 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
-[[package]]
-name = "cookie"
-version = "0.16.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "percent-encoding 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "time 0.3.36 (registry+https://github.com/rust-lang/crates.io-index)",
- "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
[[package]]
name = "core-foundation"
version = "0.9.4"
@@ -1775,14 +1599,6 @@ dependencies = [
"serde_json 1.0.119 (registry+https://github.com/rust-lang/crates.io-index)",
]
-[[package]]
-name = "document-features"
-version = "0.2.8"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "litrs 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
[[package]]
name = "dotenvy"
version = "0.15.7"
@@ -2113,11 +1929,6 @@ name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-[[package]]
-name = "funty"
-version = "2.0.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-
[[package]]
name = "futf"
version = "0.1.5"
@@ -2409,11 +2220,6 @@ dependencies = [
"url 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
-[[package]]
-name = "glam"
-version = "0.22.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-
[[package]]
name = "glib"
version = "0.15.12"
@@ -2797,15 +2603,6 @@ name = "http-range"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-[[package]]
-name = "http-serde"
-version = "1.1.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "http 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde 1.0.203 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
[[package]]
name = "httparse"
version = "1.9.4"
@@ -2821,27 +2618,6 @@ name = "httpdate"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-[[package]]
-name = "httpz"
-version = "0.0.3"
-source = "git+https://github.com/oscartbeaumont/httpz.git?rev=a5020adecb15b55d84a8330b4680eba82fa6b820#a5020adecb15b55d84a8330b4680eba82fa6b820"
-dependencies = [
- "async-tungstenite 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "axum 0.6.20 (registry+https://github.com/rust-lang/crates.io-index)",
- "base64 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "cookie 0.16.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "form_urlencoded 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "futures 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)",
- "http 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
- "hyper 0.14.29 (registry+https://github.com/rust-lang/crates.io-index)",
- "lambda_http 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "sha1 0.10.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "thiserror 1.0.61 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio 1.38.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "tower 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
- "worker 0.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
[[package]]
name = "hyper"
version = "0.13.10"
@@ -3087,11 +2863,6 @@ dependencies = [
"serde 1.0.203 (registry+https://github.com/rust-lang/crates.io-index)",
]
-[[package]]
-name = "indoc"
-version = "1.0.9"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-
[[package]]
name = "indoc"
version = "2.0.5"
@@ -3162,11 +2933,6 @@ name = "ipnet"
version = "2.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-[[package]]
-name = "ipnetwork"
-version = "0.20.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-
[[package]]
name = "is-docker"
version = "0.2.0"
@@ -3374,57 +3140,6 @@ dependencies = [
"selectors 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
-[[package]]
-name = "lambda_http"
-version = "0.7.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "aws_lambda_events 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "base64 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "bytes 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "encoding_rs 0.8.34 (registry+https://github.com/rust-lang/crates.io-index)",
- "http 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
- "http-body 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "hyper 0.14.29 (registry+https://github.com/rust-lang/crates.io-index)",
- "lambda_runtime 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "mime 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
- "percent-encoding 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde 1.0.203 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde_json 1.0.119 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde_urlencoded 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "url 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
-[[package]]
-name = "lambda_runtime"
-version = "0.7.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "async-stream 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "bytes 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "futures 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)",
- "http 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
- "hyper 0.14.29 (registry+https://github.com/rust-lang/crates.io-index)",
- "lambda_runtime_api_client 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde 1.0.203 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde_json 1.0.119 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio 1.38.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio-stream 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
- "tower 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
- "tracing 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
-[[package]]
-name = "lambda_runtime_api_client"
-version = "0.7.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "http 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
- "hyper 0.14.29 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio 1.38.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "tower-service 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
[[package]]
name = "lazy-regex"
version = "3.1.0"
@@ -3531,11 +3246,6 @@ name = "linux-raw-sys"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
-[[package]]
-name = "litrs"
-version = "0.4.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-
[[package]]
name = "lock_api"
version = "0.4.12"
@@ -3625,15 +3335,6 @@ dependencies = [
"time 0.3.36 (registry+https://github.com/rust-lang/crates.io-index)",
]
-[[package]]
-name = "mac_address"
-version = "1.1.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "nix 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
[[package]]
name = "mach"
version = "0.3.2"
@@ -3700,11 +3401,6 @@ name = "matches"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-[[package]]
-name = "matchit"
-version = "0.4.6"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-
[[package]]
name = "matchit"
version = "0.7.3"
@@ -4059,7 +3755,6 @@ dependencies = [
"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cfg_aliases 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.155 (registry+https://github.com/rust-lang/crates.io-index)",
- "memoffset 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -4575,14 +4270,6 @@ dependencies = [
"windows-targets 0.52.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
-[[package]]
-name = "parse-zoneinfo"
-version = "0.3.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "regex 1.10.5 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
[[package]]
name = "parser-database"
version = "0.1.0"
@@ -4724,15 +4411,6 @@ dependencies = [
"phf_shared 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
-[[package]]
-name = "phf_codegen"
-version = "0.11.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "phf_generator 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "phf_shared 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
[[package]]
name = "phf_generator"
version = "0.8.0"
@@ -4807,7 +4485,6 @@ version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"siphasher 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
- "uncased 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -4971,7 +4648,6 @@ dependencies = [
"psl 0.1.0 (git+https://github.com/Brendonovich/prisma-engines?branch=5.1.0-patched)",
"query-core 0.1.0 (git+https://github.com/Brendonovich/prisma-engines?branch=5.1.0-patched)",
"request-handlers 0.1.0 (git+https://github.com/Brendonovich/prisma-engines?branch=5.1.0-patched)",
- "rspc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"schema-core 0.1.0 (git+https://github.com/Brendonovich/prisma-engines?branch=5.1.0-patched)",
"serde 1.0.203 (registry+https://github.com/rust-lang/crates.io-index)",
"serde-value 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -5335,16 +5011,6 @@ dependencies = [
"tracing-subscriber 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
]
-[[package]]
-name = "query_map"
-version = "0.6.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "form_urlencoded 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde 1.0.203 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde_derive 1.0.203 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
[[package]]
name = "quick-xml"
version = "0.31.0"
@@ -5414,11 +5080,6 @@ dependencies = [
"proc-macro2 1.0.86 (registry+https://github.com/rust-lang/crates.io-index)",
]
-[[package]]
-name = "radium"
-version = "0.7.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-
[[package]]
name = "radix_trie"
version = "0.2.1"
@@ -5787,36 +5448,6 @@ dependencies = [
"windows-sys 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
-[[package]]
-name = "rspc"
-version = "0.1.2"
-dependencies = [
- "async-stream 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "futures 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)",
- "httpz 0.0.3 (git+https://github.com/oscartbeaumont/httpz.git?rev=a5020adecb15b55d84a8330b4680eba82fa6b820)",
- "serde 1.0.203 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde_json 1.0.119 (registry+https://github.com/rust-lang/crates.io-index)",
- "specta 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "tauri 1.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "thiserror 1.0.61 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio 1.38.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "tracing 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
- "worker 0.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
-[[package]]
-name = "rspc"
-version = "0.2.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "futures 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde 1.0.203 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde_json 1.0.119 (registry+https://github.com/rust-lang/crates.io-index)",
- "specta 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "thiserror 1.0.61 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio 1.38.0 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
[[package]]
name = "rusqlite"
version = "0.29.0"
@@ -5831,15 +5462,6 @@ dependencies = [
"smallvec 1.13.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
-[[package]]
-name = "rust_decimal"
-version = "1.35.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "arrayvec 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
- "num-traits 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
[[package]]
name = "rustc-demangle"
version = "0.1.24"
@@ -6106,14 +5728,6 @@ dependencies = [
"serde 1.0.203 (registry+https://github.com/rust-lang/crates.io-index)",
]
-[[package]]
-name = "serde_bytes"
-version = "0.11.15"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "serde 1.0.203 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
[[package]]
name = "serde_derive"
version = "1.0.203"
@@ -6437,35 +6051,6 @@ dependencies = [
"system-deps 5.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
-[[package]]
-name = "specta"
-version = "1.0.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "bigdecimal 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "bit-vec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "bson 2.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "bytesize 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "chrono 0.4.38 (registry+https://github.com/rust-lang/crates.io-index)",
- "document-features 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "glam 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "indexmap 1.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "indoc 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
- "ipnetwork 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "mac_address 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
- "once_cell 1.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "paste 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
- "rust_decimal 1.35.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde 1.0.203 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde_json 1.0.119 (registry+https://github.com/rust-lang/crates.io-index)",
- "specta-macros 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "thiserror 1.0.61 (registry+https://github.com/rust-lang/crates.io-index)",
- "time 0.3.36 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio 1.38.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "uhlc 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "uuid 1.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
[[package]]
name = "specta"
version = "2.0.0-rc.13"
@@ -6481,19 +6066,6 @@ dependencies = [
"uuid 1.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
-[[package]]
-name = "specta-macros"
-version = "1.0.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "Inflector 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)",
- "itertools 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "proc-macro2 1.0.86 (registry+https://github.com/rust-lang/crates.io-index)",
- "quote 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)",
- "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)",
- "termcolor 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
[[package]]
name = "specta-macros"
version = "2.0.0-rc.13"
@@ -6851,11 +6423,6 @@ dependencies = [
"syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)",
]
-[[package]]
-name = "tap"
-version = "1.0.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-
[[package]]
name = "tar"
version = "0.4.41"
@@ -7583,24 +7150,6 @@ dependencies = [
"toml 0.8.14 (registry+https://github.com/rust-lang/crates.io-index)",
]
-[[package]]
-name = "tungstenite"
-version = "0.18.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "base64 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "byteorder 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "bytes 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "http 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
- "httparse 1.9.4 (registry+https://github.com/rust-lang/crates.io-index)",
- "log 0.4.22 (registry+https://github.com/rust-lang/crates.io-index)",
- "rand 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "sha1 0.10.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "thiserror 1.0.61 (registry+https://github.com/rust-lang/crates.io-index)",
- "url 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "utf-8 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
[[package]]
name = "tungstenite"
version = "0.20.1"
@@ -7675,25 +7224,6 @@ dependencies = [
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
-[[package]]
-name = "uhlc"
-version = "0.5.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "hex 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde 1.0.203 (registry+https://github.com/rust-lang/crates.io-index)",
- "spin 0.9.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "uuid 1.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
-[[package]]
-name = "uncased"
-version = "0.9.10"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
[[package]]
name = "unicase"
version = "2.7.0"
@@ -7965,18 +7495,6 @@ name = "wasm-bindgen-shared"
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
-[[package]]
-name = "wasm-streams"
-version = "0.2.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "futures-util 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)",
- "js-sys 0.3.69 (registry+https://github.com/rust-lang/crates.io-index)",
- "wasm-bindgen 0.2.92 (registry+https://github.com/rust-lang/crates.io-index)",
- "wasm-bindgen-futures 0.4.42 (registry+https://github.com/rust-lang/crates.io-index)",
- "web-sys 0.3.69 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
[[package]]
name = "wasm-streams"
version = "0.4.0"
@@ -8137,7 +7655,6 @@ dependencies = [
"lazy_static 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.22 (registry+https://github.com/rust-lang/crates.io-index)",
"midlog 2.0.0",
- "rspc 0.1.2",
"serde 1.0.203 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.119 (registry+https://github.com/rust-lang/crates.io-index)",
"tauri 1.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -8681,71 +8198,6 @@ dependencies = [
"wayland-protocols-wlr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
-[[package]]
-name = "worker"
-version = "0.0.12"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "async-trait 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)",
- "chrono 0.4.38 (registry+https://github.com/rust-lang/crates.io-index)",
- "chrono-tz 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "futures-channel 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)",
- "futures-util 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)",
- "http 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
- "js-sys 0.3.69 (registry+https://github.com/rust-lang/crates.io-index)",
- "matchit 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "pin-project 1.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde 1.0.203 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde_json 1.0.119 (registry+https://github.com/rust-lang/crates.io-index)",
- "url 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "wasm-bindgen 0.2.92 (registry+https://github.com/rust-lang/crates.io-index)",
- "wasm-bindgen-futures 0.4.42 (registry+https://github.com/rust-lang/crates.io-index)",
- "wasm-streams 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "web-sys 0.3.69 (registry+https://github.com/rust-lang/crates.io-index)",
- "worker-kv 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "worker-macros 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "worker-sys 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
-[[package]]
-name = "worker-kv"
-version = "0.5.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "js-sys 0.3.69 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde 1.0.203 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde_json 1.0.119 (registry+https://github.com/rust-lang/crates.io-index)",
- "thiserror 1.0.61 (registry+https://github.com/rust-lang/crates.io-index)",
- "wasm-bindgen 0.2.92 (registry+https://github.com/rust-lang/crates.io-index)",
- "wasm-bindgen-futures 0.4.42 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
-[[package]]
-name = "worker-macros"
-version = "0.0.6"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "async-trait 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)",
- "proc-macro2 1.0.86 (registry+https://github.com/rust-lang/crates.io-index)",
- "quote 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)",
- "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)",
- "wasm-bindgen 0.2.92 (registry+https://github.com/rust-lang/crates.io-index)",
- "wasm-bindgen-futures 0.4.42 (registry+https://github.com/rust-lang/crates.io-index)",
- "wasm-bindgen-macro-support 0.2.92 (registry+https://github.com/rust-lang/crates.io-index)",
- "worker-sys 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
-[[package]]
-name = "worker-sys"
-version = "0.0.6"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "js-sys 0.3.69 (registry+https://github.com/rust-lang/crates.io-index)",
- "wasm-bindgen 0.2.92 (registry+https://github.com/rust-lang/crates.io-index)",
- "web-sys 0.3.69 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
[[package]]
name = "wormhole"
version = "2.0.0"
@@ -8799,7 +8251,6 @@ dependencies = [
"plugins 2.0.0",
"query 2.0.0",
"reqwest 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "rspc 0.1.2",
"serde 1.0.203 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.119 (registry+https://github.com/rust-lang/crates.io-index)",
"specta 2.0.0-rc.13 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -8860,14 +8311,6 @@ dependencies = [
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
-[[package]]
-name = "wyz"
-version = "0.5.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "tap 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
[[package]]
name = "x11"
version = "2.21.0"
@@ -9155,7 +8598,6 @@ dependencies = [
"checksum anyhow 1.0.86 (registry+https://github.com/rust-lang/crates.io-index)" = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
"checksum arbitrary 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
"checksum arboard 3.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9fb4009533e8ff8f1450a5bcbc30f4242a1d34442221f72314bea1f5dc9c7f89"
-"checksum arrayvec 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
"checksum ascii 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "eab1c04a571841102f5345a8fc0f6bb3d31c315dec879b5c6e42e40ce7ffa34e"
"checksum ascii 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
"checksum async-broadcast 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20cd0e2e25ea8e5f7e9df04578dc6cf5c83577fd09b1a46aaf5c85e1c33f2a7e"
@@ -9168,20 +8610,14 @@ dependencies = [
"checksum async-process 2.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f7eda79bbd84e29c2b308d1dc099d7de8dcc7035e48f4bf5dc4a531a44ff5e2a"
"checksum async-recursion 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
"checksum async-signal 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "794f185324c2f00e771cd9f1ae8b5ac68be2ca7abb129a87afd6e86d228bc54d"
-"checksum async-stream 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
-"checksum async-stream-impl 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
"checksum async-task 4.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
"checksum async-trait 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)" = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca"
-"checksum async-tungstenite 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8e6acf7e4a267eecbb127ed696bb2d50572c22ba7f586a646321e1798d8336a1"
"checksum atk 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2c3d816ce6f0e2909a96830d6911c2aff044370b1ef92d7f267b43bae5addedd"
"checksum atk-sys 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)" = "58aeb089fb698e06db8089971c7ee317ab9644bade33383f63631437b03aafb6"
"checksum atomic-shim 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "67cd4b51d303cf3501c301e8125df442128d3c6d7c69f71b27833d253de47e77"
"checksum atomic-waker 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
"checksum autocfg 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
-"checksum aws_lambda_events 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d376097ccf49a2699d554558267b2735f62ce94ee1840a9f73253ad7c26fbaa7"
-"checksum axum 0.6.20 (registry+https://github.com/rust-lang/crates.io-index)" = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
"checksum axum 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3a6c9af12842a67734c9a2e355436e5d03b22383ed60cf13cd0c18fbfe3dcbcf"
-"checksum axum-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
"checksum axum-core 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a15c63fd72d41492dc4f497196f5da1fb04fb7529e631d73630d1b491e47a2e3"
"checksum axum-macros 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00c055ee2d014ae5981ce1016374e8213682aa14d9bf40e48ab48b5f3ef20eaa"
"checksum backtrace 0.3.73 (registry+https://github.com/rust-lang/crates.io-index)" = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
@@ -9189,7 +8625,6 @@ dependencies = [
"checksum base36 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b9c26bddc1271f7112e5ec797e8eeba6de2de211c1488e506b9500196dbf77c5"
"checksum base64 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
"checksum base64 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
-"checksum base64 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0ea22880d78093b0cbe17c89f64a7d457941e65759157ec6cb31a31d652b05e5"
"checksum base64 0.21.7 (registry+https://github.com/rust-lang/crates.io-index)" = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
"checksum base64 0.22.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
"checksum bigdecimal 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a6773ddc0eafc0e509fb60e48dff7f450f8e674a0686ae8605e8d9901bd5eefa"
@@ -9198,7 +8633,6 @@ dependencies = [
"checksum bit-vec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
"checksum bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
"checksum bitflags 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
-"checksum bitvec 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
"checksum block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
"checksum block-buffer 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
"checksum block-buffer 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
@@ -9206,7 +8640,6 @@ dependencies = [
"checksum blocking 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
"checksum brotli 3.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d640d25bc63c50fb1f0b545ffd80207d2e10a4c965530809b40ba3386825c391"
"checksum brotli-decompressor 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f"
-"checksum bson 2.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d8a88e82b9106923b5c4d6edfca9e7db958d4e98a478ec115022e81b9b38e2c8"
"checksum bstr 1.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706"
"checksum builtin-psl-connectors 0.1.0 (git+https://github.com/Brendonovich/prisma-engines?branch=5.1.0-patched)" = "
Interactive CLI to create a new app using rspc.
-- -Get started by running `cargo install create-rspc-app` and then `create-rspc-app` in your terminal. - -
- - -## Stack - -The stack is based on the following technologies: -- Languages - - [Rust](https://www.rust-lang.org/) - - [TypeScript](https://www.typescriptlang.org/) -- Frameworks - - [React](https://reactjs.org/) - - [Solid](https://www.solidjs.com/) -- Database ORMs - - [prisma-client-rust](https://prisma.brendonovich.dev/introduction) -- [RSPC](https://rspc.dev) - -## Getting Started - -```sh -# Install the CLI -cargo install create-rspc-app -``` - -```sh -# Create a new app -create-rspc-app -``` - -Additionally you can `create-rspc-app{data}
- - > - ) -} - -function App() { - return ( -{echo.data}
- - > - ) -} - -function App() { - return ( -Version: {version}
- - -- - - [axum](https://github.com/tokio-rs/axum) - - [tauri](https://tauri.app) - - [uuid](https://github.com/uuid-rs/uuid) - - [chrono](https://github.com/chronotope/chrono) - - [time](https://github.com/time-rs/time) - - [bigdecimal](https://github.com/akubera/bigdecimal-rs) - - | -- - - [rust_decimal](https://github.com/paupino/rust-decimal) - - [indexmap](https://github.com/bluss/indexmap) - - [ipnetwork](https://github.com/achanda/ipnetwork) - - [mac_address](https://github.com/repnop/mac_address) - - [tracing](https://github.com/tokio-rs/tracing) - - [uhlc](https://github.com/atolab/uhlc-rs) - - | -
- 404 -
-- Please check the URL in the address bar and try again. -
-