{&data.title}
-- {&data.date} - -
From 761d2b426835f716d7966feffddd46838c166009 Mon Sep 17 00:00:00 2001
From: Adam <24621027+adoyle0@users.noreply.github.com>
Date: Sun, 19 May 2024 21:05:46 -0400
Subject: [PATCH] rm rust
---
doordesk/.gitignore | 13 -
doordesk/Cargo.lock | 3039 -----------------
doordesk/Cargo.toml | 110 -
doordesk/LICENSE | 21 -
doordesk/README.md | 87 -
doordesk/app/Cargo.toml | 34 -
doordesk/app/src/components.rs | 2 -
doordesk/app/src/components/article.rs | 23 -
doordesk/app/src/components/slingshot.rs | 54 -
doordesk/app/src/error_template.rs | 56 -
doordesk/app/src/lib.rs | 62 -
doordesk/app/src/routes.rs | 3 -
doordesk/app/src/routes/blog.rs | 7 -
doordesk/app/src/routes/home.rs | 30 -
doordesk/app/src/routes/projects.rs | 7 -
doordesk/end2end/package-lock.json | 74 -
doordesk/end2end/package.json | 13 -
doordesk/end2end/playwright.config.ts | 107 -
doordesk/end2end/tests/example.spec.ts | 9 -
doordesk/frontend/Cargo.toml | 18 -
doordesk/frontend/src/lib.rs | 12 -
doordesk/public/about.txt | 6 -
doordesk/public/android-chrome-192x192.png | Bin 12011 -> 0 bytes
doordesk/public/android-chrome-512x512.png | Bin 38637 -> 0 bytes
doordesk/public/apple-touch-icon.png | Bin 10677 -> 0 bytes
doordesk/public/favicon-16x16.png | Bin 685 -> 0 bytes
doordesk/public/favicon-32x32.png | Bin 1500 -> 0 bytes
doordesk/public/favicon.ico | Bin 15406 -> 0 bytes
doordesk/public/site.webmanifest | 1 -
doordesk/public/static/blog/20220207-swim.md | 142 -
.../public/static/blog/20220506-change.md | 53 -
.../public/static/blog/20220520-nvidia.md | 14 -
doordesk/public/static/blog/20220602-back.md | 41 -
.../public/static/blog/20220701-progress.md | 87 -
doordesk/public/static/bots/cartman.html | 1 -
doordesk/public/static/games/adam.md | 8 -
doordesk/public/static/games/balls.md | 8 -
doordesk/public/static/games/fps.md | 8 -
doordesk/public/static/games/index.html | 23 -
doordesk/public/static/games/snek.md | 7 -
.../static/projects/20220529-housing.md | 114 -
.../public/static/projects/20220614-reddit.md | 109 -
.../static/projects/20221020-cartman.md | 32 -
.../static/projects/20230427-lightning.md | 12 -
doordesk/rust-toolchain.toml | 2 -
doordesk/rustfmt.toml | 1 -
doordesk/server/Cargo.toml | 18 -
doordesk/server/src/fileserv.rs | 46 -
doordesk/server/src/main.rs | 37 -
doordesk/style/tailwind.css | 89 -
doordesk/tailwind.config.js | 12 -
51 files changed, 4652 deletions(-)
delete mode 100644 doordesk/.gitignore
delete mode 100644 doordesk/Cargo.lock
delete mode 100644 doordesk/Cargo.toml
delete mode 100644 doordesk/LICENSE
delete mode 100644 doordesk/README.md
delete mode 100644 doordesk/app/Cargo.toml
delete mode 100644 doordesk/app/src/components.rs
delete mode 100644 doordesk/app/src/components/article.rs
delete mode 100644 doordesk/app/src/components/slingshot.rs
delete mode 100644 doordesk/app/src/error_template.rs
delete mode 100644 doordesk/app/src/lib.rs
delete mode 100644 doordesk/app/src/routes.rs
delete mode 100644 doordesk/app/src/routes/blog.rs
delete mode 100644 doordesk/app/src/routes/home.rs
delete mode 100644 doordesk/app/src/routes/projects.rs
delete mode 100644 doordesk/end2end/package-lock.json
delete mode 100644 doordesk/end2end/package.json
delete mode 100644 doordesk/end2end/playwright.config.ts
delete mode 100644 doordesk/end2end/tests/example.spec.ts
delete mode 100644 doordesk/frontend/Cargo.toml
delete mode 100644 doordesk/frontend/src/lib.rs
delete mode 100644 doordesk/public/about.txt
delete mode 100644 doordesk/public/android-chrome-192x192.png
delete mode 100644 doordesk/public/android-chrome-512x512.png
delete mode 100644 doordesk/public/apple-touch-icon.png
delete mode 100644 doordesk/public/favicon-16x16.png
delete mode 100644 doordesk/public/favicon-32x32.png
delete mode 100644 doordesk/public/favicon.ico
delete mode 100644 doordesk/public/site.webmanifest
delete mode 100644 doordesk/public/static/blog/20220207-swim.md
delete mode 100644 doordesk/public/static/blog/20220506-change.md
delete mode 100644 doordesk/public/static/blog/20220520-nvidia.md
delete mode 100644 doordesk/public/static/blog/20220602-back.md
delete mode 100644 doordesk/public/static/blog/20220701-progress.md
delete mode 100644 doordesk/public/static/bots/cartman.html
delete mode 100644 doordesk/public/static/games/adam.md
delete mode 100644 doordesk/public/static/games/balls.md
delete mode 100644 doordesk/public/static/games/fps.md
delete mode 100644 doordesk/public/static/games/index.html
delete mode 100644 doordesk/public/static/games/snek.md
delete mode 100644 doordesk/public/static/projects/20220529-housing.md
delete mode 100644 doordesk/public/static/projects/20220614-reddit.md
delete mode 100644 doordesk/public/static/projects/20221020-cartman.md
delete mode 100644 doordesk/public/static/projects/20230427-lightning.md
delete mode 100644 doordesk/rust-toolchain.toml
delete mode 100644 doordesk/rustfmt.toml
delete mode 100644 doordesk/server/Cargo.toml
delete mode 100644 doordesk/server/src/fileserv.rs
delete mode 100644 doordesk/server/src/main.rs
delete mode 100644 doordesk/style/tailwind.css
delete mode 100644 doordesk/tailwind.config.js
diff --git a/doordesk/.gitignore b/doordesk/.gitignore
deleted file mode 100644
index 8cdaa33..0000000
--- a/doordesk/.gitignore
+++ /dev/null
@@ -1,13 +0,0 @@
-# Generated by Cargo
-# will have compiled files and executables
-/target/
-pkg
-
-# These are backup files generated by rustfmt
-**/*.rs.bk
-
-# node e2e test tools and outputs
-node_modules/
-test-results/
-end2end/playwright-report/
-playwright/.cache/
diff --git a/doordesk/Cargo.lock b/doordesk/Cargo.lock
deleted file mode 100644
index 21b6381..0000000
--- a/doordesk/Cargo.lock
+++ /dev/null
@@ -1,3039 +0,0 @@
-# This file is automatically @generated by Cargo.
-# It is not intended for manual editing.
-version = 3
-
-[[package]]
-name = "addr2line"
-version = "0.21.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
-dependencies = [
- "gimli",
-]
-
-[[package]]
-name = "adler"
-version = "1.0.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
-
-[[package]]
-name = "ahash"
-version = "0.7.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5a824f2aa7e75a0c98c5a504fceb80649e9c35265d44525b5f94de4771a395cd"
-dependencies = [
- "getrandom",
- "once_cell",
- "version_check",
-]
-
-[[package]]
-name = "ahash"
-version = "0.8.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01"
-dependencies = [
- "cfg-if",
- "once_cell",
- "version_check",
- "zerocopy",
-]
-
-[[package]]
-name = "aho-corasick"
-version = "1.1.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
-dependencies = [
- "memchr",
-]
-
-[[package]]
-name = "alloc-no-stdlib"
-version = "2.0.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
-
-[[package]]
-name = "alloc-stdlib"
-version = "0.2.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
-dependencies = [
- "alloc-no-stdlib",
-]
-
-[[package]]
-name = "allocator-api2"
-version = "0.2.16"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
-
-[[package]]
-name = "anyhow"
-version = "1.0.79"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
-
-[[package]]
-name = "app"
-version = "0.1.0"
-dependencies = [
- "cfg-if",
- "femark",
- "http",
- "leptos",
- "leptos_axum",
- "leptos_meta",
- "leptos_router",
- "serde",
- "thiserror",
- "toml 0.8.8",
-]
-
-[[package]]
-name = "async-compression"
-version = "0.4.6"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a116f46a969224200a0a97f29cfd4c50e7534e4b4826bd23ea2c3c533039c82c"
-dependencies = [
- "brotli",
- "flate2",
- "futures-core",
- "memchr",
- "pin-project-lite",
- "tokio",
- "zstd",
- "zstd-safe",
-]
-
-[[package]]
-name = "async-recursion"
-version = "1.0.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0"
-dependencies = [
- "proc-macro2",
- "quote",
- "syn 2.0.48",
-]
-
-[[package]]
-name = "async-trait"
-version = "0.1.77"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9"
-dependencies = [
- "proc-macro2",
- "quote",
- "syn 2.0.48",
-]
-
-[[package]]
-name = "attribute-derive"
-version = "0.8.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0c94f43ede6f25dab1dea046bff84d85dea61bd49aba7a9011ad66c0d449077b"
-dependencies = [
- "attribute-derive-macro",
- "proc-macro2",
- "quote",
- "syn 2.0.48",
-]
-
-[[package]]
-name = "attribute-derive-macro"
-version = "0.8.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b409e2b2d2dc206d2c0ad3575a93f001ae21a1593e2d0c69b69c308e63f3b422"
-dependencies = [
- "collection_literals",
- "interpolator",
- "manyhow",
- "proc-macro-utils",
- "proc-macro2",
- "quote",
- "quote-use",
- "syn 2.0.48",
-]
-
-[[package]]
-name = "autocfg"
-version = "1.1.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
-
-[[package]]
-name = "axum"
-version = "0.6.20"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
-dependencies = [
- "async-trait",
- "axum-core",
- "axum-macros",
- "bitflags 1.3.2",
- "bytes",
- "futures-util",
- "http",
- "http-body",
- "hyper",
- "itoa",
- "matchit",
- "memchr",
- "mime",
- "percent-encoding",
- "pin-project-lite",
- "rustversion",
- "serde",
- "serde_json",
- "serde_path_to_error",
- "serde_urlencoded",
- "sync_wrapper",
- "tokio",
- "tower",
- "tower-layer",
- "tower-service",
-]
-
-[[package]]
-name = "axum-core"
-version = "0.3.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
-dependencies = [
- "async-trait",
- "bytes",
- "futures-util",
- "http",
- "http-body",
- "mime",
- "rustversion",
- "tower-layer",
- "tower-service",
-]
-
-[[package]]
-name = "axum-macros"
-version = "0.3.8"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cdca6a10ecad987bda04e95606ef85a5417dcaac1a78455242d72e031e2b6b62"
-dependencies = [
- "heck",
- "proc-macro2",
- "quote",
- "syn 2.0.48",
-]
-
-[[package]]
-name = "backtrace"
-version = "0.3.69"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
-dependencies = [
- "addr2line",
- "cc",
- "cfg-if",
- "libc",
- "miniz_oxide",
- "object",
- "rustc-demangle",
-]
-
-[[package]]
-name = "base64"
-version = "0.21.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
-
-[[package]]
-name = "bitflags"
-version = "1.3.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
-
-[[package]]
-name = "bitflags"
-version = "2.4.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
-
-[[package]]
-name = "bitvec"
-version = "1.0.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
-dependencies = [
- "funty",
- "radium",
- "tap",
- "wyz",
-]
-
-[[package]]
-name = "brotli"
-version = "3.4.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "516074a47ef4bce09577a3b379392300159ce5b1ba2e501ff1c819950066100f"
-dependencies = [
- "alloc-no-stdlib",
- "alloc-stdlib",
- "brotli-decompressor",
-]
-
-[[package]]
-name = "brotli-decompressor"
-version = "2.5.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f"
-dependencies = [
- "alloc-no-stdlib",
- "alloc-stdlib",
-]
-
-[[package]]
-name = "bumpalo"
-version = "3.14.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
-
-[[package]]
-name = "bytecheck"
-version = "0.6.11"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8b6372023ac861f6e6dc89c8344a8f398fb42aaba2b5dbc649ca0c0e9dbcb627"
-dependencies = [
- "bytecheck_derive",
- "ptr_meta",
- "simdutf8",
- "uuid",
-]
-
-[[package]]
-name = "bytecheck_derive"
-version = "0.6.11"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a7ec4c6f261935ad534c0c22dbef2201b45918860eb1c574b972bd213a76af61"
-dependencies = [
- "proc-macro2",
- "quote",
- "syn 1.0.109",
-]
-
-[[package]]
-name = "byteorder"
-version = "1.5.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
-
-[[package]]
-name = "bytes"
-version = "1.5.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
-
-[[package]]
-name = "cached"
-version = "0.45.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "90eb5776f28a149524d1d8623035760b4454ec881e8cf3838fa8d7e1b11254b3"
-dependencies = [
- "cached_proc_macro",
- "cached_proc_macro_types",
- "hashbrown 0.13.2",
- "instant",
- "once_cell",
- "thiserror",
-]
-
-[[package]]
-name = "cached_proc_macro"
-version = "0.18.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c878c71c2821aa2058722038a59a67583a4240524687c6028571c9b395ded61f"
-dependencies = [
- "darling",
- "proc-macro2",
- "quote",
- "syn 1.0.109",
-]
-
-[[package]]
-name = "cached_proc_macro_types"
-version = "0.1.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
-
-[[package]]
-name = "camino"
-version = "1.1.6"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c"
-
-[[package]]
-name = "cc"
-version = "1.0.83"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
-dependencies = [
- "jobserver",
- "libc",
-]
-
-[[package]]
-name = "cfg-if"
-version = "1.0.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
-
-[[package]]
-name = "ciborium"
-version = "0.2.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
-dependencies = [
- "ciborium-io",
- "ciborium-ll",
- "serde",
-]
-
-[[package]]
-name = "ciborium-io"
-version = "0.2.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
-
-[[package]]
-name = "ciborium-ll"
-version = "0.2.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
-dependencies = [
- "ciborium-io",
- "half",
-]
-
-[[package]]
-name = "collection_literals"
-version = "1.0.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "186dce98367766de751c42c4f03970fc60fc012296e706ccbb9d5df9b6c1e271"
-
-[[package]]
-name = "colored"
-version = "2.1.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8"
-dependencies = [
- "lazy_static",
- "windows-sys",
-]
-
-[[package]]
-name = "config"
-version = "0.13.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "23738e11972c7643e4ec947840fc463b6a571afcd3e735bdfce7d03c7a784aca"
-dependencies = [
- "async-trait",
- "lazy_static",
- "nom",
- "pathdiff",
- "serde",
- "toml 0.5.11",
-]
-
-[[package]]
-name = "console_error_panic_hook"
-version = "0.1.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
-dependencies = [
- "cfg-if",
- "wasm-bindgen",
-]
-
-[[package]]
-name = "console_log"
-version = "1.0.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "be8aed40e4edbf4d3b4431ab260b63fdc40f5780a4766824329ea0f1eefe3c0f"
-dependencies = [
- "log",
- "web-sys",
-]
-
-[[package]]
-name = "const_format"
-version = "0.2.32"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e3a214c7af3d04997541b18d432afaff4c455e79e2029079647e72fc2bd27673"
-dependencies = [
- "const_format_proc_macros",
-]
-
-[[package]]
-name = "const_format_proc_macros"
-version = "0.2.32"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c7f6ff08fd20f4f299298a28e2dfa8a8ba1036e6cd2460ac1de7b425d76f2500"
-dependencies = [
- "proc-macro2",
- "quote",
- "unicode-xid",
-]
-
-[[package]]
-name = "convert_case"
-version = "0.6.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
-dependencies = [
- "unicode-segmentation",
-]
-
-[[package]]
-name = "core-foundation"
-version = "0.9.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
-dependencies = [
- "core-foundation-sys",
- "libc",
-]
-
-[[package]]
-name = "core-foundation-sys"
-version = "0.8.6"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
-
-[[package]]
-name = "crc32fast"
-version = "1.3.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
-dependencies = [
- "cfg-if",
-]
-
-[[package]]
-name = "crunchy"
-version = "0.2.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
-
-[[package]]
-name = "darling"
-version = "0.14.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
-dependencies = [
- "darling_core",
- "darling_macro",
-]
-
-[[package]]
-name = "darling_core"
-version = "0.14.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
-dependencies = [
- "fnv",
- "ident_case",
- "proc-macro2",
- "quote",
- "strsim",
- "syn 1.0.109",
-]
-
-[[package]]
-name = "darling_macro"
-version = "0.14.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
-dependencies = [
- "darling_core",
- "quote",
- "syn 1.0.109",
-]
-
-[[package]]
-name = "deranged"
-version = "0.3.11"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
-dependencies = [
- "powerfmt",
-]
-
-[[package]]
-name = "derive-where"
-version = "1.2.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "62d671cc41a825ebabc75757b62d3d168c577f9149b2d49ece1dad1f72119d25"
-dependencies = [
- "proc-macro2",
- "quote",
- "syn 2.0.48",
-]
-
-[[package]]
-name = "deunicode"
-version = "1.4.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3ae2a35373c5c74340b79ae6780b498b2b183915ec5dacf263aac5a099bf485a"
-
-[[package]]
-name = "drain_filter_polyfill"
-version = "0.1.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "669a445ee724c5c69b1b06fe0b63e70a1c84bc9bb7d9696cd4f4e3ec45050408"
-
-[[package]]
-name = "either"
-version = "1.9.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
-
-[[package]]
-name = "encoding_rs"
-version = "0.8.33"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
-dependencies = [
- "cfg-if",
-]
-
-[[package]]
-name = "equivalent"
-version = "1.0.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
-
-[[package]]
-name = "eyre"
-version = "0.6.11"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b6267a1fa6f59179ea4afc8e50fd8612a3cc60bc858f786ff877a4a8cb042799"
-dependencies = [
- "indenter",
- "once_cell",
-]
-
-[[package]]
-name = "femark"
-version = "0.1.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "81771b11671145822e0f98b154260e21ac055e2aba13a597194f0ba3156e0a15"
-dependencies = [
- "cc",
- "eyre",
- "once_cell",
- "pulldown-cmark",
- "pulldown-cmark-frontmatter",
- "serde",
- "slug",
- "thiserror",
- "toml 0.8.8",
- "tracing",
- "tree-sitter",
- "tree-sitter-c",
- "tree-sitter-dockerfile",
- "tree-sitter-go",
- "tree-sitter-highlight",
- "tree-sitter-html",
- "tree-sitter-javascript",
- "tree-sitter-json",
- "tree-sitter-nix",
- "tree-sitter-python",
- "tree-sitter-rust",
- "tree-sitter-toml",
- "tree-sitter-typescript",
-]
-
-[[package]]
-name = "flate2"
-version = "1.0.28"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
-dependencies = [
- "crc32fast",
- "miniz_oxide",
-]
-
-[[package]]
-name = "fnv"
-version = "1.0.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
-
-[[package]]
-name = "form_urlencoded"
-version = "1.2.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
-dependencies = [
- "percent-encoding",
-]
-
-[[package]]
-name = "frontend"
-version = "0.1.0"
-dependencies = [
- "app",
- "console_error_panic_hook",
- "console_log",
- "leptos",
- "log",
- "wasm-bindgen",
-]
-
-[[package]]
-name = "funty"
-version = "2.0.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
-
-[[package]]
-name = "futures"
-version = "0.3.30"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
-dependencies = [
- "futures-channel",
- "futures-core",
- "futures-executor",
- "futures-io",
- "futures-sink",
- "futures-task",
- "futures-util",
-]
-
-[[package]]
-name = "futures-channel"
-version = "0.3.30"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
-dependencies = [
- "futures-core",
- "futures-sink",
-]
-
-[[package]]
-name = "futures-core"
-version = "0.3.30"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
-
-[[package]]
-name = "futures-executor"
-version = "0.3.30"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
-dependencies = [
- "futures-core",
- "futures-task",
- "futures-util",
-]
-
-[[package]]
-name = "futures-io"
-version = "0.3.30"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
-
-[[package]]
-name = "futures-macro"
-version = "0.3.30"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
-dependencies = [
- "proc-macro2",
- "quote",
- "syn 2.0.48",
-]
-
-[[package]]
-name = "futures-sink"
-version = "0.3.30"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
-
-[[package]]
-name = "futures-task"
-version = "0.3.30"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
-
-[[package]]
-name = "futures-util"
-version = "0.3.30"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
-dependencies = [
- "futures-channel",
- "futures-core",
- "futures-io",
- "futures-macro",
- "futures-sink",
- "futures-task",
- "memchr",
- "pin-project-lite",
- "pin-utils",
- "slab",
-]
-
-[[package]]
-name = "getopts"
-version = "0.2.21"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
-dependencies = [
- "unicode-width",
-]
-
-[[package]]
-name = "getrandom"
-version = "0.2.12"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
-dependencies = [
- "cfg-if",
- "js-sys",
- "libc",
- "wasi",
- "wasm-bindgen",
-]
-
-[[package]]
-name = "gimli"
-version = "0.28.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
-
-[[package]]
-name = "gloo-net"
-version = "0.2.6"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9902a044653b26b99f7e3693a42f171312d9be8b26b5697bd1e43ad1f8a35e10"
-dependencies = [
- "futures-channel",
- "futures-core",
- "futures-sink",
- "gloo-utils",
- "js-sys",
- "pin-project",
- "serde",
- "serde_json",
- "thiserror",
- "wasm-bindgen",
- "wasm-bindgen-futures",
- "web-sys",
-]
-
-[[package]]
-name = "gloo-utils"
-version = "0.1.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "037fcb07216cb3a30f7292bd0176b050b7b9a052ba830ef7d5d65f6dc64ba58e"
-dependencies = [
- "js-sys",
- "serde",
- "serde_json",
- "wasm-bindgen",
- "web-sys",
-]
-
-[[package]]
-name = "h2"
-version = "0.3.24"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9"
-dependencies = [
- "bytes",
- "fnv",
- "futures-core",
- "futures-sink",
- "futures-util",
- "http",
- "indexmap 2.1.0",
- "slab",
- "tokio",
- "tokio-util",
- "tracing",
-]
-
-[[package]]
-name = "half"
-version = "2.3.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bc52e53916c08643f1b56ec082790d1e86a32e58dc5268f897f313fbae7b4872"
-dependencies = [
- "cfg-if",
- "crunchy",
-]
-
-[[package]]
-name = "hashbrown"
-version = "0.12.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
-dependencies = [
- "ahash 0.7.7",
-]
-
-[[package]]
-name = "hashbrown"
-version = "0.13.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
-
-[[package]]
-name = "hashbrown"
-version = "0.14.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
-dependencies = [
- "ahash 0.8.7",
- "allocator-api2",
-]
-
-[[package]]
-name = "hdrhistogram"
-version = "7.5.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d"
-dependencies = [
- "byteorder",
- "num-traits",
-]
-
-[[package]]
-name = "heck"
-version = "0.4.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
-
-[[package]]
-name = "hermit-abi"
-version = "0.3.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5d3d0e0f38255e7fa3cf31335b3a56f05febd18025f4db5ef7a0cfb4f8da651f"
-
-[[package]]
-name = "html-escape"
-version = "0.2.13"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476"
-dependencies = [
- "utf8-width",
-]
-
-[[package]]
-name = "http"
-version = "0.2.11"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb"
-dependencies = [
- "bytes",
- "fnv",
- "itoa",
-]
-
-[[package]]
-name = "http-body"
-version = "0.4.6"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
-dependencies = [
- "bytes",
- "http",
- "pin-project-lite",
-]
-
-[[package]]
-name = "http-range-header"
-version = "0.3.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
-
-[[package]]
-name = "httparse"
-version = "1.8.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
-
-[[package]]
-name = "httpdate"
-version = "1.0.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
-
-[[package]]
-name = "hyper"
-version = "0.14.28"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
-dependencies = [
- "bytes",
- "futures-channel",
- "futures-core",
- "futures-util",
- "h2",
- "http",
- "http-body",
- "httparse",
- "httpdate",
- "itoa",
- "pin-project-lite",
- "socket2",
- "tokio",
- "tower-service",
- "tracing",
- "want",
-]
-
-[[package]]
-name = "ident_case"
-version = "1.0.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
-
-[[package]]
-name = "idna"
-version = "0.5.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
-dependencies = [
- "unicode-bidi",
- "unicode-normalization",
-]
-
-[[package]]
-name = "indenter"
-version = "0.3.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
-
-[[package]]
-name = "indexmap"
-version = "1.9.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
-dependencies = [
- "autocfg",
- "hashbrown 0.12.3",
-]
-
-[[package]]
-name = "indexmap"
-version = "2.1.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
-dependencies = [
- "equivalent",
- "hashbrown 0.14.3",
-]
-
-[[package]]
-name = "instant"
-version = "0.1.12"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
-dependencies = [
- "cfg-if",
-]
-
-[[package]]
-name = "interpolator"
-version = "0.5.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "71dd52191aae121e8611f1e8dc3e324dd0dd1dee1e6dd91d10ee07a3cfb4d9d8"
-
-[[package]]
-name = "inventory"
-version = "0.3.14"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c8573b2b1fb643a372c73b23f4da5f888677feef3305146d68a539250a9bccc7"
-
-[[package]]
-name = "ipnet"
-version = "2.9.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
-
-[[package]]
-name = "iri-string"
-version = "0.7.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "21859b667d66a4c1dacd9df0863b3efb65785474255face87f5bca39dd8407c0"
-dependencies = [
- "memchr",
- "serde",
-]
-
-[[package]]
-name = "itertools"
-version = "0.12.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0"
-dependencies = [
- "either",
-]
-
-[[package]]
-name = "itoa"
-version = "1.0.10"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
-
-[[package]]
-name = "jobserver"
-version = "0.1.27"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d"
-dependencies = [
- "libc",
-]
-
-[[package]]
-name = "js-sys"
-version = "0.3.67"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9a1d36f1235bc969acba30b7f5990b864423a6068a10f7c90ae8f0112e3a59d1"
-dependencies = [
- "wasm-bindgen",
-]
-
-[[package]]
-name = "lazy_static"
-version = "1.4.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
-
-[[package]]
-name = "leptos"
-version = "0.5.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "269ba4ba91ffa73d9559c975e0be17bd4eb34c6b6abd7fdd5704106132d89d2a"
-dependencies = [
- "cfg-if",
- "leptos_config",
- "leptos_dom",
- "leptos_macro",
- "leptos_reactive",
- "leptos_server",
- "server_fn",
- "tracing",
- "typed-builder",
- "typed-builder-macro",
- "wasm-bindgen",
- "web-sys",
-]
-
-[[package]]
-name = "leptos_axum"
-version = "0.5.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cbfb557aa186ab4c3a693d3e23402805d879ead5d25096a4ab3fca06ee7688b4"
-dependencies = [
- "axum",
- "cfg-if",
- "futures",
- "http",
- "hyper",
- "leptos",
- "leptos_integration_utils",
- "leptos_meta",
- "leptos_router",
- "once_cell",
- "parking_lot",
- "serde_json",
- "tokio",
- "tokio-util",
- "tracing",
-]
-
-[[package]]
-name = "leptos_config"
-version = "0.5.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e72d8689d54737991831e9b279bb4fba36d27a93aa975c75cd4241d9a4a425ec"
-dependencies = [
- "config",
- "regex",
- "serde",
- "thiserror",
- "typed-builder",
-]
-
-[[package]]
-name = "leptos_dom"
-version = "0.5.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ad314950d41acb1bfdb8b5924811b2983484a8d6f69a20b834a173a682657ed4"
-dependencies = [
- "async-recursion",
- "cfg-if",
- "drain_filter_polyfill",
- "futures",
- "getrandom",
- "html-escape",
- "indexmap 2.1.0",
- "itertools",
- "js-sys",
- "leptos_reactive",
- "once_cell",
- "pad-adapter",
- "paste",
- "rustc-hash",
- "serde",
- "serde_json",
- "server_fn",
- "smallvec",
- "tracing",
- "wasm-bindgen",
- "wasm-bindgen-futures",
- "web-sys",
-]
-
-[[package]]
-name = "leptos_hot_reload"
-version = "0.5.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3f62dcab17728877f2d2f16d2c8a6701c4c5fbdfb4964792924acb0b50529659"
-dependencies = [
- "anyhow",
- "camino",
- "indexmap 2.1.0",
- "parking_lot",
- "proc-macro2",
- "quote",
- "rstml",
- "serde",
- "syn 2.0.48",
- "walkdir",
-]
-
-[[package]]
-name = "leptos_integration_utils"
-version = "0.5.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fddda3a3b768dad90f80fb56ac6e250bc5c60755f8e3df225913aba4364ed7ee"
-dependencies = [
- "futures",
- "leptos",
- "leptos_config",
- "leptos_hot_reload",
- "leptos_meta",
- "tracing",
-]
-
-[[package]]
-name = "leptos_macro"
-version = "0.5.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "57955d66f624265222444a5c565fea38efa5b0152a1dfc7c060a78e5fb62a852"
-dependencies = [
- "attribute-derive",
- "cfg-if",
- "convert_case",
- "html-escape",
- "itertools",
- "leptos_hot_reload",
- "prettyplease",
- "proc-macro-error",
- "proc-macro2",
- "quote",
- "rstml",
- "server_fn_macro",
- "syn 2.0.48",
- "tracing",
- "uuid",
-]
-
-[[package]]
-name = "leptos_meta"
-version = "0.5.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1bc25c0f7f14ed5daf42b8d0d273ed790b0449e8ba8cff1c2fa800dc90a75acb"
-dependencies = [
- "cfg-if",
- "indexmap 2.1.0",
- "leptos",
- "tracing",
- "wasm-bindgen",
- "web-sys",
-]
-
-[[package]]
-name = "leptos_reactive"
-version = "0.5.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b4f54a525a0edfc8c2bf3ee92aae411800b8b10892c9cd819f8e8a6d4f0d62f3"
-dependencies = [
- "base64",
- "cfg-if",
- "futures",
- "indexmap 2.1.0",
- "js-sys",
- "paste",
- "pin-project",
- "rkyv",
- "rustc-hash",
- "self_cell",
- "serde",
- "serde-wasm-bindgen",
- "serde_json",
- "slotmap",
- "thiserror",
- "tokio",
- "tracing",
- "wasm-bindgen",
- "wasm-bindgen-futures",
- "web-sys",
-]
-
-[[package]]
-name = "leptos_router"
-version = "0.5.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b31087173c60e25c329a1c6786756dd9ee97750b378622df4d780db160a09040"
-dependencies = [
- "cached",
- "cfg-if",
- "gloo-net",
- "itertools",
- "js-sys",
- "lazy_static",
- "leptos",
- "leptos_integration_utils",
- "leptos_meta",
- "linear-map",
- "lru",
- "once_cell",
- "percent-encoding",
- "regex",
- "serde",
- "serde_json",
- "serde_qs",
- "thiserror",
- "tracing",
- "url",
- "wasm-bindgen",
- "wasm-bindgen-futures",
- "web-sys",
-]
-
-[[package]]
-name = "leptos_server"
-version = "0.5.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2fd1517c2024bc47d764e96053e55b927f8a2159e735a0cc47232542b493df9d"
-dependencies = [
- "inventory",
- "lazy_static",
- "leptos_macro",
- "leptos_reactive",
- "serde",
- "server_fn",
- "thiserror",
- "tracing",
-]
-
-[[package]]
-name = "libc"
-version = "0.2.152"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
-
-[[package]]
-name = "linear-map"
-version = "1.2.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bfae20f6b19ad527b550c223fddc3077a547fc70cda94b9b566575423fd303ee"
-dependencies = [
- "serde",
- "serde_test",
-]
-
-[[package]]
-name = "lock_api"
-version = "0.4.11"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
-dependencies = [
- "autocfg",
- "scopeguard",
-]
-
-[[package]]
-name = "log"
-version = "0.4.20"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
-
-[[package]]
-name = "lru"
-version = "0.11.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a4a83fb7698b3643a0e34f9ae6f2e8f0178c0fd42f8b59d493aa271ff3a5bf21"
-dependencies = [
- "hashbrown 0.14.3",
-]
-
-[[package]]
-name = "manyhow"
-version = "0.8.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "516b76546495d933baa165075b95c0a15e8f7ef75e53f56b19b7144d80fd52bd"
-dependencies = [
- "manyhow-macros",
- "proc-macro2",
- "quote",
- "syn 2.0.48",
-]
-
-[[package]]
-name = "manyhow-macros"
-version = "0.8.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8ba072c0eadade3160232e70893311f1f8903974488096e2eb8e48caba2f0cf1"
-dependencies = [
- "proc-macro-utils",
- "proc-macro2",
- "quote",
-]
-
-[[package]]
-name = "matchit"
-version = "0.7.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
-
-[[package]]
-name = "memchr"
-version = "2.7.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
-
-[[package]]
-name = "mime"
-version = "0.3.17"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
-
-[[package]]
-name = "mime_guess"
-version = "2.0.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
-dependencies = [
- "mime",
- "unicase",
-]
-
-[[package]]
-name = "minimal-lexical"
-version = "0.2.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
-
-[[package]]
-name = "miniz_oxide"
-version = "0.7.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
-dependencies = [
- "adler",
-]
-
-[[package]]
-name = "mio"
-version = "0.8.10"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09"
-dependencies = [
- "libc",
- "wasi",
- "windows-sys",
-]
-
-[[package]]
-name = "nom"
-version = "7.1.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
-dependencies = [
- "memchr",
- "minimal-lexical",
-]
-
-[[package]]
-name = "num-traits"
-version = "0.2.17"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
-dependencies = [
- "autocfg",
-]
-
-[[package]]
-name = "num_cpus"
-version = "1.16.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
-dependencies = [
- "hermit-abi",
- "libc",
-]
-
-[[package]]
-name = "num_threads"
-version = "0.1.6"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
-dependencies = [
- "libc",
-]
-
-[[package]]
-name = "object"
-version = "0.32.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
-dependencies = [
- "memchr",
-]
-
-[[package]]
-name = "once_cell"
-version = "1.19.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
-
-[[package]]
-name = "pad-adapter"
-version = "0.1.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "56d80efc4b6721e8be2a10a5df21a30fa0b470f1539e53d8b4e6e75faf938b63"
-
-[[package]]
-name = "parking_lot"
-version = "0.12.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
-dependencies = [
- "lock_api",
- "parking_lot_core",
-]
-
-[[package]]
-name = "parking_lot_core"
-version = "0.9.9"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
-dependencies = [
- "cfg-if",
- "libc",
- "redox_syscall",
- "smallvec",
- "windows-targets",
-]
-
-[[package]]
-name = "paste"
-version = "1.0.14"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
-
-[[package]]
-name = "pathdiff"
-version = "0.2.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
-
-[[package]]
-name = "percent-encoding"
-version = "2.3.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
-
-[[package]]
-name = "pin-project"
-version = "1.1.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
-dependencies = [
- "pin-project-internal",
-]
-
-[[package]]
-name = "pin-project-internal"
-version = "1.1.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
-dependencies = [
- "proc-macro2",
- "quote",
- "syn 2.0.48",
-]
-
-[[package]]
-name = "pin-project-lite"
-version = "0.2.13"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
-
-[[package]]
-name = "pin-utils"
-version = "0.1.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
-
-[[package]]
-name = "pkg-config"
-version = "0.3.29"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2900ede94e305130c13ddd391e0ab7cbaeb783945ae07a279c268cb05109c6cb"
-
-[[package]]
-name = "powerfmt"
-version = "0.2.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
-
-[[package]]
-name = "ppv-lite86"
-version = "0.2.17"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
-
-[[package]]
-name = "prettyplease"
-version = "0.2.16"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a41cf62165e97c7f814d2221421dbb9afcbcdb0a88068e5ea206e19951c2cbb5"
-dependencies = [
- "proc-macro2",
- "syn 2.0.48",
-]
-
-[[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",
- "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",
-]
-
-[[package]]
-name = "proc-macro-utils"
-version = "0.8.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3f59e109e2f795a5070e69578c4dc101068139f74616778025ae1011d4cd41a8"
-dependencies = [
- "proc-macro2",
- "quote",
- "smallvec",
-]
-
-[[package]]
-name = "proc-macro2"
-version = "1.0.78"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
-dependencies = [
- "unicode-ident",
-]
-
-[[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",
- "syn 2.0.48",
- "version_check",
- "yansi",
-]
-
-[[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",
-]
-
-[[package]]
-name = "pulldown-cmark"
-version = "0.9.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998"
-dependencies = [
- "bitflags 1.3.2",
- "getopts",
- "memchr",
- "unicase",
-]
-
-[[package]]
-name = "pulldown-cmark-frontmatter"
-version = "0.2.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0d796ebc3f9fe89e2267a102d358a7f107488b5fefae07d25a990efbe1feab60"
-dependencies = [
- "pulldown-cmark",
-]
-
-[[package]]
-name = "quote"
-version = "1.0.35"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
-dependencies = [
- "proc-macro2",
-]
-
-[[package]]
-name = "quote-use"
-version = "0.7.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a7b5abe3fe82fdeeb93f44d66a7b444dedf2e4827defb0a8e69c437b2de2ef94"
-dependencies = [
- "quote",
- "quote-use-macros",
- "syn 2.0.48",
-]
-
-[[package]]
-name = "quote-use-macros"
-version = "0.7.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "97ea44c7e20f16017a76a245bb42188517e13d16dcb1aa18044bc406cdc3f4af"
-dependencies = [
- "derive-where",
- "proc-macro2",
- "quote",
- "syn 2.0.48",
-]
-
-[[package]]
-name = "radium"
-version = "0.7.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
-
-[[package]]
-name = "rand"
-version = "0.8.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
-dependencies = [
- "libc",
- "rand_chacha",
- "rand_core",
-]
-
-[[package]]
-name = "rand_chacha"
-version = "0.3.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
-dependencies = [
- "ppv-lite86",
- "rand_core",
-]
-
-[[package]]
-name = "rand_core"
-version = "0.6.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
-dependencies = [
- "getrandom",
-]
-
-[[package]]
-name = "redox_syscall"
-version = "0.4.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
-dependencies = [
- "bitflags 1.3.2",
-]
-
-[[package]]
-name = "regex"
-version = "1.10.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
-dependencies = [
- "aho-corasick",
- "memchr",
- "regex-automata",
- "regex-syntax",
-]
-
-[[package]]
-name = "regex-automata"
-version = "0.4.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3b7fa1134405e2ec9353fd416b17f8dacd46c473d7d3fd1cf202706a14eb792a"
-dependencies = [
- "aho-corasick",
- "memchr",
- "regex-syntax",
-]
-
-[[package]]
-name = "regex-syntax"
-version = "0.8.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
-
-[[package]]
-name = "rend"
-version = "0.4.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a2571463863a6bd50c32f94402933f03457a3fbaf697a707c5be741e459f08fd"
-dependencies = [
- "bytecheck",
-]
-
-[[package]]
-name = "reqwest"
-version = "0.11.23"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "37b1ae8d9ac08420c66222fb9096fc5de435c3c48542bc5336c51892cffafb41"
-dependencies = [
- "base64",
- "bytes",
- "encoding_rs",
- "futures-core",
- "futures-util",
- "h2",
- "http",
- "http-body",
- "hyper",
- "ipnet",
- "js-sys",
- "log",
- "mime",
- "once_cell",
- "percent-encoding",
- "pin-project-lite",
- "serde",
- "serde_json",
- "serde_urlencoded",
- "system-configuration",
- "tokio",
- "tower-service",
- "url",
- "wasm-bindgen",
- "wasm-bindgen-futures",
- "web-sys",
- "winreg",
-]
-
-[[package]]
-name = "rkyv"
-version = "0.7.43"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "527a97cdfef66f65998b5f3b637c26f5a5ec09cc52a3f9932313ac645f4190f5"
-dependencies = [
- "bitvec",
- "bytecheck",
- "bytes",
- "hashbrown 0.12.3",
- "ptr_meta",
- "rend",
- "rkyv_derive",
- "seahash",
- "tinyvec",
- "uuid",
-]
-
-[[package]]
-name = "rkyv_derive"
-version = "0.7.43"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b5c462a1328c8e67e4d6dbad1eb0355dd43e8ab432c6e227a43657f16ade5033"
-dependencies = [
- "proc-macro2",
- "quote",
- "syn 1.0.109",
-]
-
-[[package]]
-name = "rstml"
-version = "0.11.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fe542870b8f59dd45ad11d382e5339c9a1047cde059be136a7016095bbdefa77"
-dependencies = [
- "proc-macro2",
- "proc-macro2-diagnostics",
- "quote",
- "syn 2.0.48",
- "syn_derive",
- "thiserror",
-]
-
-[[package]]
-name = "rustc-demangle"
-version = "0.1.23"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
-
-[[package]]
-name = "rustc-hash"
-version = "1.1.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
-
-[[package]]
-name = "rustversion"
-version = "1.0.14"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
-
-[[package]]
-name = "ryu"
-version = "1.0.16"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c"
-
-[[package]]
-name = "same-file"
-version = "1.0.6"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
-dependencies = [
- "winapi-util",
-]
-
-[[package]]
-name = "scopeguard"
-version = "1.2.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
-
-[[package]]
-name = "seahash"
-version = "4.1.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
-
-[[package]]
-name = "self_cell"
-version = "1.0.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "58bf37232d3bb9a2c4e641ca2a11d83b5062066f88df7fed36c28772046d65ba"
-
-[[package]]
-name = "serde"
-version = "1.0.195"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02"
-dependencies = [
- "serde_derive",
-]
-
-[[package]]
-name = "serde-wasm-bindgen"
-version = "0.5.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f3b143e2833c57ab9ad3ea280d21fd34e285a42837aeb0ee301f4f41890fa00e"
-dependencies = [
- "js-sys",
- "serde",
- "wasm-bindgen",
-]
-
-[[package]]
-name = "serde_derive"
-version = "1.0.195"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c"
-dependencies = [
- "proc-macro2",
- "quote",
- "syn 2.0.48",
-]
-
-[[package]]
-name = "serde_json"
-version = "1.0.111"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4"
-dependencies = [
- "itoa",
- "ryu",
- "serde",
-]
-
-[[package]]
-name = "serde_path_to_error"
-version = "0.1.15"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ebd154a240de39fdebcf5775d2675c204d7c13cf39a4c697be6493c8e734337c"
-dependencies = [
- "itoa",
- "serde",
-]
-
-[[package]]
-name = "serde_qs"
-version = "0.12.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0431a35568651e363364210c91983c1da5eb29404d9f0928b67d4ebcfa7d330c"
-dependencies = [
- "percent-encoding",
- "serde",
- "thiserror",
-]
-
-[[package]]
-name = "serde_spanned"
-version = "0.6.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
-dependencies = [
- "serde",
-]
-
-[[package]]
-name = "serde_test"
-version = "1.0.176"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5a2f49ace1498612d14f7e0b8245519584db8299541dfe31a06374a828d620ab"
-dependencies = [
- "serde",
-]
-
-[[package]]
-name = "serde_urlencoded"
-version = "0.7.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
-dependencies = [
- "form_urlencoded",
- "itoa",
- "ryu",
- "serde",
-]
-
-[[package]]
-name = "server"
-version = "0.1.0"
-dependencies = [
- "app",
- "axum",
- "leptos",
- "leptos_axum",
- "log",
- "simple_logger",
- "tokio",
- "tower",
- "tower-http",
-]
-
-[[package]]
-name = "server_fn"
-version = "0.5.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6c265de965fe48e09ad8899d0ab1ffebdfa1a9914e4de5ff107b07bd94cf7541"
-dependencies = [
- "ciborium",
- "const_format",
- "gloo-net",
- "inventory",
- "js-sys",
- "lazy_static",
- "once_cell",
- "proc-macro2",
- "quote",
- "reqwest",
- "serde",
- "serde_json",
- "serde_qs",
- "server_fn_macro_default",
- "syn 2.0.48",
- "thiserror",
- "xxhash-rust",
-]
-
-[[package]]
-name = "server_fn_macro"
-version = "0.5.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f77000541a62ceeec01eef3ee0f86c155c33dac5fae750ad04a40852c6d5469a"
-dependencies = [
- "const_format",
- "proc-macro-error",
- "proc-macro2",
- "quote",
- "serde",
- "syn 2.0.48",
- "xxhash-rust",
-]
-
-[[package]]
-name = "server_fn_macro_default"
-version = "0.5.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8a3353f22e2bcc451074d4feaa37317d9d17dff11d4311928384734ea17ab9ca"
-dependencies = [
- "server_fn_macro",
- "syn 2.0.48",
-]
-
-[[package]]
-name = "signal-hook-registry"
-version = "1.4.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
-dependencies = [
- "libc",
-]
-
-[[package]]
-name = "simdutf8"
-version = "0.1.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
-
-[[package]]
-name = "simple_logger"
-version = "4.3.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8e7e46c8c90251d47d08b28b8a419ffb4aede0f87c2eea95e17d1d5bacbf3ef1"
-dependencies = [
- "colored",
- "log",
- "time",
- "windows-sys",
-]
-
-[[package]]
-name = "slab"
-version = "0.4.9"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
-dependencies = [
- "autocfg",
-]
-
-[[package]]
-name = "slotmap"
-version = "1.0.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
-dependencies = [
- "serde",
- "version_check",
-]
-
-[[package]]
-name = "slug"
-version = "0.1.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3bd94acec9c8da640005f8e135a39fc0372e74535e6b368b7a04b875f784c8c4"
-dependencies = [
- "deunicode",
- "wasm-bindgen",
-]
-
-[[package]]
-name = "smallvec"
-version = "1.13.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
-
-[[package]]
-name = "socket2"
-version = "0.5.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
-dependencies = [
- "libc",
- "windows-sys",
-]
-
-[[package]]
-name = "strsim"
-version = "0.10.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
-
-[[package]]
-name = "syn"
-version = "1.0.109"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
-dependencies = [
- "proc-macro2",
- "quote",
- "unicode-ident",
-]
-
-[[package]]
-name = "syn"
-version = "2.0.48"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
-dependencies = [
- "proc-macro2",
- "quote",
- "unicode-ident",
-]
-
-[[package]]
-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",
- "syn 2.0.48",
-]
-
-[[package]]
-name = "sync_wrapper"
-version = "0.1.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
-
-[[package]]
-name = "system-configuration"
-version = "0.5.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
-dependencies = [
- "bitflags 1.3.2",
- "core-foundation",
- "system-configuration-sys",
-]
-
-[[package]]
-name = "system-configuration-sys"
-version = "0.5.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
-dependencies = [
- "core-foundation-sys",
- "libc",
-]
-
-[[package]]
-name = "tap"
-version = "1.0.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
-
-[[package]]
-name = "thiserror"
-version = "1.0.56"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad"
-dependencies = [
- "thiserror-impl",
-]
-
-[[package]]
-name = "thiserror-impl"
-version = "1.0.56"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471"
-dependencies = [
- "proc-macro2",
- "quote",
- "syn 2.0.48",
-]
-
-[[package]]
-name = "time"
-version = "0.3.31"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f657ba42c3f86e7680e53c8cd3af8abbe56b5491790b46e22e19c0d57463583e"
-dependencies = [
- "deranged",
- "itoa",
- "libc",
- "num_threads",
- "powerfmt",
- "serde",
- "time-core",
- "time-macros",
-]
-
-[[package]]
-name = "time-core"
-version = "0.1.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
-
-[[package]]
-name = "time-macros"
-version = "0.2.16"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "26197e33420244aeb70c3e8c78376ca46571bc4e701e4791c2cd9f57dcb3a43f"
-dependencies = [
- "time-core",
-]
-
-[[package]]
-name = "tinyvec"
-version = "1.6.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
-dependencies = [
- "tinyvec_macros",
-]
-
-[[package]]
-name = "tinyvec_macros"
-version = "0.1.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
-
-[[package]]
-name = "tokio"
-version = "1.35.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104"
-dependencies = [
- "backtrace",
- "bytes",
- "libc",
- "mio",
- "num_cpus",
- "parking_lot",
- "pin-project-lite",
- "signal-hook-registry",
- "socket2",
- "tokio-macros",
- "windows-sys",
-]
-
-[[package]]
-name = "tokio-macros"
-version = "2.2.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
-dependencies = [
- "proc-macro2",
- "quote",
- "syn 2.0.48",
-]
-
-[[package]]
-name = "tokio-util"
-version = "0.7.10"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
-dependencies = [
- "bytes",
- "futures-core",
- "futures-sink",
- "futures-util",
- "hashbrown 0.14.3",
- "pin-project-lite",
- "tokio",
- "tracing",
-]
-
-[[package]]
-name = "toml"
-version = "0.5.11"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
-dependencies = [
- "serde",
-]
-
-[[package]]
-name = "toml"
-version = "0.8.8"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35"
-dependencies = [
- "serde",
- "serde_spanned",
- "toml_datetime",
- "toml_edit",
-]
-
-[[package]]
-name = "toml_datetime"
-version = "0.6.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
-dependencies = [
- "serde",
-]
-
-[[package]]
-name = "toml_edit"
-version = "0.21.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03"
-dependencies = [
- "indexmap 2.1.0",
- "serde",
- "serde_spanned",
- "toml_datetime",
- "winnow",
-]
-
-[[package]]
-name = "tower"
-version = "0.4.13"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
-dependencies = [
- "futures-core",
- "futures-util",
- "hdrhistogram",
- "indexmap 1.9.3",
- "pin-project",
- "pin-project-lite",
- "rand",
- "slab",
- "tokio",
- "tokio-util",
- "tower-layer",
- "tower-service",
- "tracing",
-]
-
-[[package]]
-name = "tower-http"
-version = "0.4.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
-dependencies = [
- "async-compression",
- "base64",
- "bitflags 2.4.2",
- "bytes",
- "futures-core",
- "futures-util",
- "http",
- "http-body",
- "http-range-header",
- "httpdate",
- "iri-string",
- "mime",
- "mime_guess",
- "percent-encoding",
- "pin-project-lite",
- "tokio",
- "tokio-util",
- "tower",
- "tower-layer",
- "tower-service",
- "tracing",
- "uuid",
-]
-
-[[package]]
-name = "tower-layer"
-version = "0.3.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
-
-[[package]]
-name = "tower-service"
-version = "0.3.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
-
-[[package]]
-name = "tracing"
-version = "0.1.40"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
-dependencies = [
- "log",
- "pin-project-lite",
- "tracing-attributes",
- "tracing-core",
-]
-
-[[package]]
-name = "tracing-attributes"
-version = "0.1.27"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
-dependencies = [
- "proc-macro2",
- "quote",
- "syn 2.0.48",
-]
-
-[[package]]
-name = "tracing-core"
-version = "0.1.32"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
-dependencies = [
- "once_cell",
-]
-
-[[package]]
-name = "tree-sitter"
-version = "0.20.10"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e747b1f9b7b931ed39a548c1fae149101497de3c1fc8d9e18c62c1a66c683d3d"
-dependencies = [
- "cc",
- "regex",
-]
-
-[[package]]
-name = "tree-sitter-c"
-version = "0.20.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9a578ec34a18175c5a3922db2bceb132c82391f5b232375d6bb6531d1bfcf497"
-dependencies = [
- "cc",
- "tree-sitter",
-]
-
-[[package]]
-name = "tree-sitter-dockerfile"
-version = "0.1.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "01e314ed278a8392df8579f3a2321959118cdaced00cf90cc9a1230c6f7637a5"
-dependencies = [
- "cc",
- "tree-sitter",
-]
-
-[[package]]
-name = "tree-sitter-go"
-version = "0.20.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1ad6d11f19441b961af2fda7f12f5d0dac325f6d6de83836a1d3750018cc5114"
-dependencies = [
- "cc",
- "tree-sitter",
-]
-
-[[package]]
-name = "tree-sitter-highlight"
-version = "0.20.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "042342584c5a7a0b833d9fc4e2bdab3f9868ddc6c4b339a1e01451c6720868bc"
-dependencies = [
- "regex",
- "thiserror",
- "tree-sitter",
-]
-
-[[package]]
-name = "tree-sitter-html"
-version = "0.19.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "184e6b77953a354303dc87bf5fe36558c83569ce92606e7b382a0dc1b7443443"
-dependencies = [
- "cc",
- "tree-sitter",
-]
-
-[[package]]
-name = "tree-sitter-javascript"
-version = "0.20.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "edbc663376bdd294bd1f0a6daf859aedb9aa5bdb72217d7ad8ba2d5314102cf7"
-dependencies = [
- "cc",
- "tree-sitter",
-]
-
-[[package]]
-name = "tree-sitter-json"
-version = "0.19.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "90b04c4e1a92139535eb9fca4ec8fa9666cc96b618005d3ae35f3c957fa92f92"
-dependencies = [
- "cc",
- "tree-sitter",
-]
-
-[[package]]
-name = "tree-sitter-nix"
-version = "0.0.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ae8c93b7dd2afcd9667daae048135be9ee268e9e3900f4d7d0556a63ec5336b1"
-dependencies = [
- "cc",
- "tree-sitter",
-]
-
-[[package]]
-name = "tree-sitter-python"
-version = "0.20.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e6c93b1b1fbd0d399db3445f51fd3058e43d0b4dcff62ddbdb46e66550978aa5"
-dependencies = [
- "cc",
- "tree-sitter",
-]
-
-[[package]]
-name = "tree-sitter-rust"
-version = "0.20.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b0832309b0b2b6d33760ce5c0e818cb47e1d72b468516bfe4134408926fa7594"
-dependencies = [
- "cc",
- "tree-sitter",
-]
-
-[[package]]
-name = "tree-sitter-toml"
-version = "0.20.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ca517f578a98b23d20780247cc2688407fa81effad5b627a5a364ec3339b53e8"
-dependencies = [
- "cc",
- "tree-sitter",
-]
-
-[[package]]
-name = "tree-sitter-typescript"
-version = "0.20.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a75049f0aafabb2aac205d7bb24da162b53dcd0cfb326785f25a2f32efa8071a"
-dependencies = [
- "cc",
- "tree-sitter",
-]
-
-[[package]]
-name = "try-lock"
-version = "0.2.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
-
-[[package]]
-name = "typed-builder"
-version = "0.18.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "444d8748011b93cb168770e8092458cb0f8854f931ff82fdf6ddfbd72a9c933e"
-dependencies = [
- "typed-builder-macro",
-]
-
-[[package]]
-name = "typed-builder-macro"
-version = "0.18.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "563b3b88238ec95680aef36bdece66896eaa7ce3c0f1b4f39d38fb2435261352"
-dependencies = [
- "proc-macro2",
- "quote",
- "syn 2.0.48",
-]
-
-[[package]]
-name = "unicase"
-version = "2.7.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
-dependencies = [
- "version_check",
-]
-
-[[package]]
-name = "unicode-bidi"
-version = "0.3.15"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
-
-[[package]]
-name = "unicode-ident"
-version = "1.0.12"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
-
-[[package]]
-name = "unicode-normalization"
-version = "0.1.22"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
-dependencies = [
- "tinyvec",
-]
-
-[[package]]
-name = "unicode-segmentation"
-version = "1.10.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
-
-[[package]]
-name = "unicode-width"
-version = "0.1.11"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
-
-[[package]]
-name = "unicode-xid"
-version = "0.2.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
-
-[[package]]
-name = "url"
-version = "2.5.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
-dependencies = [
- "form_urlencoded",
- "idna",
- "percent-encoding",
-]
-
-[[package]]
-name = "utf8-width"
-version = "0.1.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3"
-
-[[package]]
-name = "uuid"
-version = "1.7.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a"
-dependencies = [
- "getrandom",
-]
-
-[[package]]
-name = "version_check"
-version = "0.9.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
-
-[[package]]
-name = "walkdir"
-version = "2.4.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
-dependencies = [
- "same-file",
- "winapi-util",
-]
-
-[[package]]
-name = "want"
-version = "0.3.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
-dependencies = [
- "try-lock",
-]
-
-[[package]]
-name = "wasi"
-version = "0.11.0+wasi-snapshot-preview1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
-
-[[package]]
-name = "wasm-bindgen"
-version = "0.2.90"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b1223296a201415c7fad14792dbefaace9bd52b62d33453ade1c5b5f07555406"
-dependencies = [
- "cfg-if",
- "wasm-bindgen-macro",
-]
-
-[[package]]
-name = "wasm-bindgen-backend"
-version = "0.2.90"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fcdc935b63408d58a32f8cc9738a0bffd8f05cc7c002086c6ef20b7312ad9dcd"
-dependencies = [
- "bumpalo",
- "log",
- "once_cell",
- "proc-macro2",
- "quote",
- "syn 2.0.48",
- "wasm-bindgen-shared",
-]
-
-[[package]]
-name = "wasm-bindgen-futures"
-version = "0.4.40"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bde2032aeb86bdfaecc8b261eef3cba735cc426c1f3a3416d1e0791be95fc461"
-dependencies = [
- "cfg-if",
- "js-sys",
- "wasm-bindgen",
- "web-sys",
-]
-
-[[package]]
-name = "wasm-bindgen-macro"
-version = "0.2.90"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3e4c238561b2d428924c49815533a8b9121c664599558a5d9ec51f8a1740a999"
-dependencies = [
- "quote",
- "wasm-bindgen-macro-support",
-]
-
-[[package]]
-name = "wasm-bindgen-macro-support"
-version = "0.2.90"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bae1abb6806dc1ad9e560ed242107c0f6c84335f1749dd4e8ddb012ebd5e25a7"
-dependencies = [
- "proc-macro2",
- "quote",
- "syn 2.0.48",
- "wasm-bindgen-backend",
- "wasm-bindgen-shared",
-]
-
-[[package]]
-name = "wasm-bindgen-shared"
-version = "0.2.90"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4d91413b1c31d7539ba5ef2451af3f0b833a005eb27a631cec32bc0635a8602b"
-
-[[package]]
-name = "web-sys"
-version = "0.3.67"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "58cd2333b6e0be7a39605f0e255892fd7418a682d8da8fe042fe25128794d2ed"
-dependencies = [
- "js-sys",
- "wasm-bindgen",
-]
-
-[[package]]
-name = "winapi"
-version = "0.3.9"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
-dependencies = [
- "winapi-i686-pc-windows-gnu",
- "winapi-x86_64-pc-windows-gnu",
-]
-
-[[package]]
-name = "winapi-i686-pc-windows-gnu"
-version = "0.4.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
-
-[[package]]
-name = "winapi-util"
-version = "0.1.6"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
-dependencies = [
- "winapi",
-]
-
-[[package]]
-name = "winapi-x86_64-pc-windows-gnu"
-version = "0.4.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
-
-[[package]]
-name = "windows-sys"
-version = "0.48.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
-dependencies = [
- "windows-targets",
-]
-
-[[package]]
-name = "windows-targets"
-version = "0.48.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
-dependencies = [
- "windows_aarch64_gnullvm",
- "windows_aarch64_msvc",
- "windows_i686_gnu",
- "windows_i686_msvc",
- "windows_x86_64_gnu",
- "windows_x86_64_gnullvm",
- "windows_x86_64_msvc",
-]
-
-[[package]]
-name = "windows_aarch64_gnullvm"
-version = "0.48.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
-
-[[package]]
-name = "windows_aarch64_msvc"
-version = "0.48.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
-
-[[package]]
-name = "windows_i686_gnu"
-version = "0.48.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
-
-[[package]]
-name = "windows_i686_msvc"
-version = "0.48.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
-
-[[package]]
-name = "windows_x86_64_gnu"
-version = "0.48.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
-
-[[package]]
-name = "windows_x86_64_gnullvm"
-version = "0.48.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
-
-[[package]]
-name = "windows_x86_64_msvc"
-version = "0.48.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
-
-[[package]]
-name = "winnow"
-version = "0.5.34"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b7cf47b659b318dccbd69cc4797a39ae128f533dce7902a1096044d1967b9c16"
-dependencies = [
- "memchr",
-]
-
-[[package]]
-name = "winreg"
-version = "0.50.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
-dependencies = [
- "cfg-if",
- "windows-sys",
-]
-
-[[package]]
-name = "wyz"
-version = "0.5.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
-dependencies = [
- "tap",
-]
-
-[[package]]
-name = "xxhash-rust"
-version = "0.8.8"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "53be06678ed9e83edb1745eb72efc0bbcd7b5c3c35711a860906aed827a13d61"
-
-[[package]]
-name = "yansi"
-version = "1.0.0-rc.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1367295b8f788d371ce2dbc842c7b709c73ee1364d30351dd300ec2203b12377"
-
-[[package]]
-name = "zerocopy"
-version = "0.7.32"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
-dependencies = [
- "zerocopy-derive",
-]
-
-[[package]]
-name = "zerocopy-derive"
-version = "0.7.32"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
-dependencies = [
- "proc-macro2",
- "quote",
- "syn 2.0.48",
-]
-
-[[package]]
-name = "zstd"
-version = "0.13.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bffb3309596d527cfcba7dfc6ed6052f1d39dfbd7c867aa2e865e4a449c10110"
-dependencies = [
- "zstd-safe",
-]
-
-[[package]]
-name = "zstd-safe"
-version = "7.0.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "43747c7422e2924c11144d5229878b98180ef8b06cca4ab5af37afc8a8d8ea3e"
-dependencies = [
- "zstd-sys",
-]
-
-[[package]]
-name = "zstd-sys"
-version = "2.0.9+zstd.1.5.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9e16efa8a874a0481a574084d34cc26fdb3b99627480f785888deb6386506656"
-dependencies = [
- "cc",
- "pkg-config",
-]
diff --git a/doordesk/Cargo.toml b/doordesk/Cargo.toml
deleted file mode 100644
index efa32c8..0000000
--- a/doordesk/Cargo.toml
+++ /dev/null
@@ -1,110 +0,0 @@
-[workspace]
-resolver = "2"
-members = ["app", "frontend", "server"]
-
-# need to be applied only to wasm build
-[profile.release]
-codegen-units = 1
-lto = true
-opt-level = 'z'
-
-[workspace.dependencies]
-leptos = { version = "0.5", features = ["nightly"] }
-leptos_meta = { version = "0.5", features = ["nightly"] }
-leptos_router = { version = "0.5", features = ["nightly"] }
-leptos_axum = { version = "0.5" }
-
-axum = "0.6.20"
-cfg-if = "1"
-console_error_panic_hook = "0.1.7"
-console_log = "1"
-http = "0.2.9"
-log = "0.4.20"
-simple_logger = "4.2.0"
-thiserror = "1"
-tokio = { version = "1.33.0", features = ["full"] }
-tower = { version = "0.4.13", features = ["full"] }
-tower-http = { version = "0.4", features = ["full"] }
-wasm-bindgen = "0.2.89"
-
-# See https://github.com/akesson/cargo-leptos for documentation of all the parameters.
-
-# A leptos project defines which workspace members
-# that are used together frontend (lib) & server (bin)
-[[workspace.metadata.leptos]]
-# this name is used for the wasm, js and css file names
-name = "doordesk"
-
-# the package in the workspace that contains the server binary (binary crate)
-bin-package = "server"
-
-# the package in the workspace that contains the frontend wasm binary (library crate)
-lib-package = "frontend"
-
-# The site root folder is where cargo-leptos generate all output. WARNING: all content of this folder will be erased on a rebuild. Use it in your server setup.
-site-root = "target/site"
-
-# The site-root relative folder where all compiled output (JS, WASM and CSS) is written
-# Defaults to pkg
-site-pkg-dir = "pkg"
-
-# [Optional] The source CSS file. If it ends with .sass or .scss then it will be compiled by dart-sass into CSS. The CSS is optimized by Lightning CSS before being written to
-
- ":)"
-
- {&data.title}
-
- {&data.date}
-
-
- {if errors.len() > 1 { "Errors!" } else { "Error!" }}
-
-
-
-
- {move || {
- errors
- .into_iter()
- .map(|e: &_| view! {
-
-
-
- }
-}
diff --git a/doordesk/app/src/routes.rs b/doordesk/app/src/routes.rs
deleted file mode 100644
index 509f52f..0000000
--- a/doordesk/app/src/routes.rs
+++ /dev/null
@@ -1,3 +0,0 @@
-pub mod home;
-// pub mod blog;
-// pub mod projects;
diff --git a/doordesk/app/src/routes/blog.rs b/doordesk/app/src/routes/blog.rs
deleted file mode 100644
index 9a4b7d5..0000000
--- a/doordesk/app/src/routes/blog.rs
+++ /dev/null
@@ -1,7 +0,0 @@
-use crate::components::article::*;
-use leptos::*;
-
-#[component]
-pub fn Blog() -> impl IntoView {
- view! { }
-}
diff --git a/doordesk/app/src/routes/home.rs b/doordesk/app/src/routes/home.rs
deleted file mode 100644
index a0f0534..0000000
--- a/doordesk/app/src/routes/home.rs
+++ /dev/null
@@ -1,30 +0,0 @@
-use crate::components::article::*;
-use crate::components::slingshot::*;
-use crate::error_template::*;
-use leptos::*;
-
-#[component]
-pub fn Home() -> impl IntoView {
- let data_resource = create_local_resource(
- || (),
- |_| async move { slingshot("./public/static".to_string()).await },
- );
-
- let articles_view = move || {
- data_resource.and_then(|data| {
- data.iter()
- .map(|article| view! {
r_Q>6Benjrc^dE>8YC{M#0< YGL>5@EdTNtAI{~Ub#Nh%<6{3071kN-lrV= z?lncon?1(+a$f<6@2EN@OWM4@=9xmD(zi#!q7%!!wtKGXjuRh7&?c3-OQz7#k9$EU zS=-XFxltk LF*FQ#I$MTKaP`*3G^zU!FY z=tt>uloNNZy4U;$q}kZ00!e@6kS9Zt)P93vMQk)`doC1u;v|gnylg1tD~#fVqlZ6V z&QV(E^%-Ewve{Di7Dn}{VO2T1S$(@avtM9k?7|;LV=R&w>>3PD6}LVAXuhg%ZX#*N zMjW2bt4G~DVy3}G5IpgG5vL!)YKsb77SBC>mQ$J{R2o>mqna7QEXU+snWQtA6eW h>o;uHc3|D;A}@#)U6;|Q_gcaNe-pi%=Dl@iw>#I^ zd@}U1>~atZ*q$ixvHZ+-?WO+AMRcGs@&7dDwIOBP>H&qmkmQHmohwa#58dI5dH>e9 z wCOav_tIz6!ndV%Zc*$3l1oUhU9zr zqE$RE9 ;R+n_s>OX+nVvuu=UpN`Iz5_)c1Zi6|x&<-9b_gK_o!` zH}&)p1=EzMtYIHIR0mPr^t7Oe9R`fUlnUS72*LGgoa8780364Vtm&CVE$G`qIaE9Z zW8;OD$cq;7c)%Lcb#o{FkT|8O#X<1`C06#O|BdDS*ISSAs6lI-ewkWCebpqt3Fxu_ z+CpMNO_#S1N-$st-SRLLx28n-F`#@V>E6}*kUC$$B*=?-Yl)!j?SyRyFVhc@G40~b z+uPk{HWW)!pbWrM7T^t3vpp92oZbXP8XS&of8i74unry^cUUO$#0sz_7AzSO#m{sM zHQf!X54A^Z3x0I6!$@pv4>FMv{o7=m12JU~2Sk`8%ggldG{~*@M;@aP;;Ma1w(}1T z9D{Z$xVah_xZe3`{Ux)6ySsQ7Z&v2VMCY?%Y%y&t2!ha~oZjB~pqO<%@noRA8CqUL zyvP2*O>Oxs%`fCn4HrNLL7AijlQd)Fx8Z_<%L2!AfQSSkWon+b)W?%Yk?0T4Eb*ul zl(EhrP&<4E^oWs^?0s39FpkZ5i|AfrPS&fZkMoOg`Tei7^=#FnJorA{Ht*Skp_>Na z{gjg*I3wq*1wuXVdIjgvHa=q;0sdC)OLF?26bemzbAJqtb?=Xm^jW~H=K=^f3u28I zLCg@Mi3Tk;IdoO;HzVGmUDis6sh>Cv8pORZBp@LQV-6Bip`eA2Q|7hfB1m)G`tBSo zdGrA35ia26R|3H<{R%k8Fakm=7!KBS`O#y^(`fNqePC?i%dFPk-ur?f$Ug5RDA&v7 zM1MfpHPfq$8ps!hqC!tocGb4lz5-gMj6_6s5x{ic799s+#<;nCy}n}DF=qC09m-2R zTtUarW(y1m?hV+w6JL?fyWvIZc@=y84B+d7Pa?6p6N?|ED1>jr>K*cSu#Kt6XYF@$ zwIJ(ki7#k2d0!}lpzC4XSp=wh |lTtVe5zHhx5$OXIEB7l-hxyKeF$^)gX74g_JmR?sd; z)byxN{nEz*y^H=k8HVOA7X`b@_LokbcZEhy@n^%@lGS;{IhOnEolr?kI)n{si1`-a zHi<{`mIvYu^}57?82-3e^lSp|{y?AuWiu{p3TSDUQc1T8EN7ZJe*>q1;k$a(kj%m` z`?T#<2iEZi6n>rTUgM@wMT~ny6!8hQuD5SIyaid=ZldOe>2 GM%}mq~skWnH zl%52+tEL5feR9Q-?>*q?>B&_(26~XdhtFNsB_JsUC81{rP!BblD5=4x-f2%3)?rUn zwknvm{Fp0g;|HQzttpl4wXf-XJgFc^7Qn1D{K&bQ1?^8C9xcKGnkd^UGt)=5TYY|X z1O96YropqE-wo)0)sCFpnq88cV`9n$I4~0cF&G!TPs# >&y1$&tTVq+ z1d4+8MV<& }>1`^zd7{^>mVI zjY$?J=NCQ<+A9wDzy5@rVzQ2?I*Tt{whnuWB)JGz9GvJ!e(2yE%6_8{#3_cAbg B9e&N~ z;3nrrIHnax4e_RAd4W%)a-8G`$r_K0L6`=>&(Av1Z?BLj-5Gkl{L+eM1+|Iy#D_Y= zTRjLQ)k>vY2GDJb$)1~I|GhZkf5bAsBOwH=5rXK0O ErW4 z+DJBo;f3Utsidfpi){1jXp+O0N7Ep5Qh$z}6HnuvZG%WrGX|e;tgPhe)eX1GeIL<( z*lCtqQFbu38cV?!x%r<(X#D{KXijTkE>N&?M ryf|2;nv81} 8^LsiPqb(Zs z)ieSYn(VDU#lu!wDhKa66}6I%h}C#JF$x&`5}{DR%vuA}8NCozJ2}!o+l$H1i6F28 zRXnRUwxNVo(gUx&J0c7wJt|IU^qZ3@uXO%4cvCNGre?H7
zL6GlwRbUz% Cm(Si1 z9-+ejYNjBJaAAfbZo*?g7X*Hl+8B`YUtyGS1mxe9p27}_*{n9#|J4Gp|I-5zcK!cb zzy`+nr)5CC_+RByF *mYKkJ}A+ifRo<@`tplcbUjks$tPZ>FS#skT~{sc%C3Nk8Hv zEBv$S>Hg#KBg$Nf-9qZd9qHqX`jC|?lY0z$`Z-0rMb+m@v h?)IH(yTP^J zn`v-1B55@JL4x5EMz+hoh%(3{Ay}kKhOY{k^2PosS(*Py_b`jgczeGUs6HnNs5%{( z%X5<@bDt{wlNLa6MEMOKd4yvEK%>D$#yaZiub;4FhY BuOxkQ;Q-& zl4O)9Dk3=t2@QxSAW;M)N=_0K$)OP>DM2J>1SDr9L*LcD`;1ymNU6h};U@@x~mfl>F!7Fk6 zBSo>{&$O;Ee1&R5$lH!QNPgSe+Io @OYh z{Z)ex9I?=q2|{_yHhE#=yqotau_F8o!_tqN&~Jbq ^DYU%rxS04_V zhB#lcAUy+5GF#Yd<94um_>fDAV%KNTC6ZI{iXjvPss@`hp#DSkQ;av;kr}^?`;VtL z*cSF_Mi`mkF}PB?$;E4&%h%y-czLJz;hKk{Tg1mK2L$y3oTxob=-xK=+CBn^>3r W)7Fbq|ZhRpYa-UyB*r6QG!Mb#7} zCwUN8xoypG1YRJI)77d>KhHE2(#sB4bxT`W_28B`+mN`RLhC<47&001nw?66E2tws z(ua}PP3BCW98J%(%CkL|>&Z1qfrUOl=j=CPqoBL*f;5$61DLN|s>1G(Q0~HBi9~>q zaC(yuJ_HgkyLQ&(0@FX=3F#-l&M@-!XE_nJBWh^~qfubF*_JCz!&jWHq|2fNb6T^9 zPNw@(pNL0Fy46HpD+F55O`WtfWRkwADUQrw>nCAs`b|mbO0IC!bq-Mb)m3s7YK)0G z&sFq$aOmFPxjSm`niE6s>wQA%6!U_)BXWO-wVqxe=dl`r= Il8|seP_Hm$^o-0e0e6LUTO1t4mmLP)PbfyoWihVZ8Q$Gv&ggJ`H&w9 zlT*Ta*m!ZOof9WvSMLt0Ms fub5nT4!v!aZM)i!KW60#A@{i58$ zTk1B9iI6F0W#d0p`b{lPG!XNA#?)ycYUm`D+XQ#r7 yVZS_FLa$43kM)%{&5q0pvWW=}}S#u_LUkO>&Q{RHo z?FJm@bwi4qtY;u)8nJKa54v{S+1MNl>r+r>yFmc)&FvitXszKM9bg|#jtDPy0GI41 zXcD#p;+AFm>t$_EHX4r`JkNzmCnb@@MQK;WHFiYeC(NKbx02UExXt6o@%)~!Z vI=^GV#sRL#lxrSaK%$R0MAcp6h3@CbUU1-DBd#=EBNo140ImEpsk8MiKNW#) zU2;6d2{`RZOcJ+eDdUlV7PfM{u6PYg +mP%s~ zu&aUQnOc_J)7I*Q_>Wh|r`7|_eto#G(-ny$b*}NsVyfudG5B0@74FCkV-DxQ#Lc>4 zzeO>?BPH~l5N4QIHeDYsU=hx3iMy>d820;yi u~@0nn}&8*CMGk qd zWPkZW1VB*;-vj%s;Ln)uYb5pv2Qwnyxv>u%)B*1~6l7R}$Y#jzqa$>Kz&^6*ngEhc z4&GoX2aHI|a`%IyQ)wV?#^PtzAm!;IF;r >m>q&j z=y>ygtb*k7z5rD(W`D{>wtQ092296Fi<*Z9Dw^XpGNGF6+h2|jeF#Vv!>2|H=L&$T z?CqD(mK2kKFWJ0vArvOoggi6tCcYe(jl$=VKVu J=88*i{j&|@s* z+0=jy9Sdpn40J&nb8r)%i6K V&cilkN-8PDV zFvu$&UH>=x-yD=<6Y|?jan+me)hT(Nd2QA_Xg%_CYk%^7Rlqf$7YzdJp%WKA;BI$W z^Y_smKV=QYyCme$5H$aj$D& JEz~7eV6GUL?I V|P R ZRIR3X#NNYx-z4Weylf53nOv*N| zcTdmTTb+LGZhR@s&4AyohMNAHj$U)ZhMep~r~M|eo7jw5@vHr>^@m?Npz&ReKbzQp z2{tooYLLP^ad2aE*{{iJV-Px$!HGpKLh*`8`L}RB%ZW&{EWf+?)yROrS7AE5wQqjX z>g%KPkap7k9WjW`!KMsngg+C$VD>osF0et1yYs3#2GWb!CX_(_HGKWAD*=yR;*C8{ zkr-~C*;Dys@pavpMLeqfnKb CPJ8&UmDrSF`aVfJ3*X5!D^)f=}ERK&z zW_U8~ZyL0`B#M|T%%`=_d9W<$6tkK1X;}ZpLkbQa9lf9jx*dbQs!UK(7ZTsch#;bZ z2fhWFISD7=RH4W<@$J?m?!gr(3qhYWsDVav{|(f7)Zla{$z>zu8YR>_Yyc zm-QEaOZ>2*RTpXu8+8)fe`W0knn(`lN52*@RBgTbd9 bD27ojOV*q5IOV5++3w?V#Ul3!u^n(ozWs?FZm;9+$pz6RvgVXZ( zVJ83c160+YYQ>j>+W3SnwgHDSG%h$^%a0$i-#$aA`#dLq#&l}M{~jGApZ1?QRY*P+ zaEs-3*Xa+X!PT|@mJU4}9HG4usMw}bxLs3l-`bCm*Yd68Vr=j;KyJ1K{Q+v3r6Cy~ z%f=`92y)6CmoO{gzu*&quBYKKJw| m0XpjGv2iz3>m~s(?bIM2)Wq3kh||!9R*UUv}z=eM#L~KdGRRv{9o~eX%bS zf?9+%gLyIY#zF{GXdWFrlJK#Fce6emNQ{4P^#?}RtG!eyv)*JwyG*E<>yX>0_@Xy` z++bY?!BSwS9_B#j&D%nC4<7=3T4*%90}3SYhD!J3BB-{K9zHTcd(B44Dha7Q3dZc# zR*xH4xJ7)`=8C|me7ZAt%%+_=Balufs6tDI-ThS?TXy OmvW|rz{ z!7Ok%PzU>P4AZ=UmsQtU*s50U3_(cIG2<6^=~$PuVmi=8gmQUQ^;YT&9FEXXuolN+ z;}isJp1$HyiF9MjiTUM2A6K`Ob{FVrb;z0|kKk-?9UP1P8MI?t|7s7%?g0-Hf66E9 zEKy+?!em>$)8yN^KgVlcbh}Hr%fy{&!m&ls3*;IctTI~;V;ea#oD>yOd$!jamVPsk z+Iz+Dgz?FP!+YuHU;66>8m{N5dp|XX&g9Z{Ggo5zUlz-bPd?r{fWBO^_0kQ71nv?m zW=^dd95tI$pD9Ii>uU1Ku4u92IQuAH )j6xx(Q_-t+l$7foh8W@C$YG6+E(QE`G5_=I_2$?`baAOceFKKT8?o z?Yb6w8Tv%&$yY{Mr6^Y+JN6vy8mUiyKS`awN*Fs^v3=*M3B1pCN-_{3W_GZDE$i*Y z`)ye=k3K5ol`i{*@=ewU6?Q$ex(yvhsIoV+z}C8HC>*Y9l3*n>1&>Wk^T@8Uykq B-U)wI zB$D;2#m0_57cL4C@2*SzY>PVY^BQp&w!W3T#^PwjcXN(&YHx$?!-x#g?Y3Y#HrET@ zsCsgKrB$q>U=)M+q@2`g&?p1?U}h{e6k^UYE(2zgEoO51K$8TR-gO9tPSZsa!g=t_ z%@WMn?nMc~sqH3WpxsPk=w9a7x&s;6G{%d{K8XtM!1(%_Nwr>l^s8X4`?DmoI-{yh`ns9YG*i%xG;AO?g$t{u^ 3*n#bQN9voT@>#e(;V3wPDaJJ7k| z+n-3y;|$4zIU%O7wmp1h8tic-bV|YBzGh~(V46-<4sJdPjvn_u>$ T*p4VffU>&kU`bwbqEYFV8u;-e*cPC2?srSN#LGiVDZ5Oi;HIDLAy#3I)^ z=ZC}b bkp!xiEEFCIE5;SiT z Otdy_Ehjpe_ e*!_-9sL;zIF#4UN$9-DnEt~ zaRLW2u>vQ7gKqbmH&Y(Az548UnW> j1zRcipAyQJRbQ``i$v0^0k^3 zYNNem>6x`cBwiJz5Dv2uIWE>erhNA{@6hKuLRQi3WMYv67J+!%MfF;`WLoLPP;_f9 zxq8%MNt-Q{DKDDx$7?u9MEbe}`0eV@I?8q(j+m!cQobXVJEwV7!rK6Uw*4(V&zly! zl7ea7pvnn1ZU{DJOtq$LN$0ITULQ(070n5eic|U^BtIx<+4K{$fJqOD3*J&>emWej zXeMhp8GIUnURg5cfqKg~38zMu0wQ#^A2jjnJQtSk=4@~!@xM8^MsZ=|oJ#*HfwiWB zJ94qS4b01!xgw0>FTtr~S^4g52|GMl_iIPO7T7W(o?ttQaCByHv^Vx@oci0RNXtuC z&Lx<-Li@cSn@6j^5;Xw73F((X54pNtTS8&hIBG!KCeATc1KpFhA@qPvW7-1l>|a2nl{jniz_BT- zdCv**EcUD>Zd;eU{_v&Y#-&5rp@iS|Zz;(yYF=8w41JohdLX8XJ#a2z{`Gm;B-_d3 zAUJX!rI!CK*6+Oa+-mwvi7FS`3;Ao;o4(u7@w>e=*{$8JJ*82L#x{mvlMLu!;{#&9 z_Muu2qz&X|$f1_V++6D0u&xMvXro28Magb~eUacAn0ViN>-mpY87p5{-_q~S-r8G( z`aj)`UnNov94<*JB^t|3Y~QL_9-?_)aufT+RCVqvYhVt}S-kre&+=~4@Rb%)%M9W7 zIa36U68uRW-_OY T!|5P_@WalIu+I`A_H5NlB}I z&*q-r*VW-Dr4EkmyHC^q`P@4gvn?}n5Vp_c`$mUk wLRv)d+PH1LoT^mxmC%Xi>*hgJtytuL$m=~`MOqunQ#;^nl!w9lHym!EO1Q7V?r zIGjq$t}`TUj4(#cOewF+b9{Zy!E}Mo>4>z6iRPUf k8&SAUdWl$ zrTi=kJ>}o=dU1>4jzMx}xL=W9&NGt__jzodYwk3)Gf>!T>#*tT#A^0UJhNQGU{)_Pa532ET7fIhv1xSPRs-?b@-{pnWTcHN2G4q*QM z-oEMODt)(mfcC)|x{JYw2Y00lh$9@uxt_DUdLXSB&ALD+@0N6dX@2^1a)amP{Um=O zH8c2KX!0x}oakm_dO~pXi@RUj-`iwHZc9XBv^S6URY#F`>!3DKSR#e 2|Kd9$Fyz1rYc;BFVJ1n&IvVdg}Uv@fy|PbbNBls1dTbA z?~r=3?z>%g%l*2fPB1}eq0dHSqBj`4ao3NH^+brn+m@Ej_d@dd3T_RbdWMj=kc!Vt zRJ1IVP0snZa&B;5 KFh;O>zq0Ts9;>qyFd%dhj(u}go#t3WWpTYHZvK6nyGI%|CZI@{6aibf2utAt z32+G-HD0=|0+afwl-`j8d;9y+SE#qckw`h?q^uhHjJ8HXO}ht3Ew(rAIH@f;hcg^J z=vetP9MAF%D+|z#PvxE+ks)8c@^D|z5`FIOcXyF^YN(k5ewJXqc*^m Z`Y^yG8WLlEJCe5d~h8tUJ0^ 07!DsulOriH8aJ>j?1=GnWtH(ne7fBhc;vR$Jl^$T$+?$!6#cTfyu z9SyLGj@ZWP4=~eJx4@^!0CCo+b~c3cT*NUm{hZ&kuH _fFe7nH(bBGB;@)V3fGr+yqD zVkV@5Qo-hpv>)9oQIXv9wwaUTt^S#}^W|#Yx;9mGN$qxV>+QPe?N$OsrtCf4<(FEX zQk!H%=T!rShJ|04yI)81gw4Di;p6e!bw$dAlLyA-5}a=MzEk)Su~tErbSb5o-;Dgh z^wmuCn=>eo=s0KL{}2Vg?T|)T0H#y!c=>nSWz3(M{Hn~V%?^T$n;I_yE1TW{%;ne2 zUWhCQ>qMr&8;0NokaAHNkX{}iYdJSodsA?jPVZY`m=Rm|%Y!VFRw+r}yge^>x5h@h z&RaXl&UUF3XHMmsW+Ltr3 >8W6h!rd@h^)eDuY~5cUyrLxbojaY z+Qv9ojmhMh?3)kIX*R5y7{5AWNY#0X;5~tF$cV3pOH~A~D7LpW^%{;0Rb5IYG$oWB zoe$MbSDL+leKUCIyFKdiqBm G$Zu2r_9GB6uqqNpAj mIgZ6#o~})p zof@;bE{{!ydTN!>-RB2LowWk`7(%n<@6H1f6(7!B{`I1<==|u(xp}U~)3v_|_$GAo znWl#JU`5(KY!^@WXu9jZg=*_3)d}bax#L7MRc+GeKhJL+r(4pB_^G}G{GNJla~@)E z0v$Hj?=|!tMJFFw5yBo*JXRU;pXxj-+*NpdP#HwVuT>6&H%XQ@iD~Igm~ jE!PmBLfV$eIJ@Cc5bRv3Hg zzV@&wQ2rOAY{P=~v6SzJ=(SDyg_EuMk9YN)jxWqJdUdZS@SIK%+}~=<-lU8KawjxS zr1#}s{mz0~)zjm+TahVUm|OB2T}d*V!|*99*+R05g3=nb7x%e~X-yc9-BYg0zF$p{ z(%YF3Y4onRzIT3efOvqVm?DCCHzPej39yd(k)J&cML&2f8`q1oUsuJfRCh?>#w%Pa z+}iKHALkEeG<;%i-YsqseLny;YGx7hKuejPzU|qiZ++xNfWQ%>0#EVR$;u@sCpkw7 zkE(^YIKnTBsG5<#5hfZfy}ni7Hj-8D<@q%M=U#KKY*ueiYA^YyetY7`bcwy)r+Y7X z8&~f;@80c}_&ZA*n11eD$L4g>zV6h!{NV@*9>EqFfcT;nQUmwuj0rkB*_UMdt(R9~ z%GeuLl?>wYsi`--Hbumr7RqH KlP&M3HhemO=?vUgEZvR_NlFx-p} zomyy7?Lw2HZn%(i?6RqPT~q35=d1SG_$|v3hSlTW5hTd?Z&AaNCwY?1NKj#<8yy % zlF~(f>t(m4WRl?tp)_o(=$th#@lOIH{!3oK*80*i%!N}i_*7%O)SM<52}6B>Mw#8s zuOBj97ehK2G2Q~AGq$&a8WcW#F7yg1@R_#00g%O3F$^R?jg)>%bT#tLlyFKrp%uGr z@CT9M%arDl=+y9!U1Guc8Xw(u7WJfj`^yb0d!s0gz4NT$h21xM%sp8?#TR5S(2%2A z$$%H%l$6DoEio8!VP`#MyGfW~lr^-n4qZa$0A*@R+AK7HJabTJU%}&Z=royc_OIpj zEJ5)fAK^Q^61(5Q_%E@l^tu<}eU>rt>ZJ>7WQ42*QJAvr*4MFc)k{@00>I_~+#0sO zb$F|STG(-PkX*^}Aj9LvvlN5bnCC>3w`eLkK|G;9=y|mGDW*5a&p52V!^lUf;5`eD z6R|KYQ7S;)=Sn3xTb%6Yg;8rMHew;^apObq?3Zn;4DzRKYYg(=+?bUc-t~Y@xo?o| zSS}bdR$Nu>+*kQX )=#7&t{#CSv{5Y7B${9+uq$pc_mxx30ob5@5ZRk zLjA{C#)e;8NI`||muodgx34XS6{>wL7!wC$qWi%Hxkrv@kOO<9{T2u(%2%Bvfyl%% zZl(dBf$AmGh6T&JuLrW19=KhlN4Q)=Ur!saAuP)nJU9t)JFSj04nDdn`&)ziS^1qo zcqaGNrKm=ULVqQV$2XaF3WSYC4h3EVx(w%lw7d@`ejhMHR#MNyF7+ZDh~M zLbaH2Hy_elYy1I+N_FR*ZV9Yn>Y*#20xo4fO9K}Zd`0cEdO;}rkCS~;VcLx=p1*uk zRv&+HD+475PneZ)4d2TizP~0E@nHs}F}<>%bdu}YAw9l2uiBY$&bCY$JkA*6uDJka zFV#_MFY~%=!@zj&K`LK@+aW2zVS;qY<1L4`m(aqV4r+J0#p1jCz=Y zxfCiJM(THdMlXoEfw9qs8U!dWTE75O1@WyXhgroMC!`>G hBX*_CNjT^Vwt%-v3zc?9|5*gn3E3ug=_c%@Z9{ zZjmk!Lwrrm?O4*5<_Emtk;@Bu;AZ4Se+!(l-d7|C?)DOj`R#J@^SP6zW2&sPUQ{rY zzNh6Cb X_?SQ}See_0FXJl|I_#-mWVwY$pdlwr6==wWV {J;FA_H@)^Pl?H-_@OzpmuP)OR1Zs%qN@yFNI@S62+7=9E6tY`O1+g zaFAH>^PU;8tcRzBDdjcW5(uazQ~{FbWVXCa!NWf^9Bib+lZ()Wz+rIei&o50Ix)rt zyId~dM*;SAk7F~yj}v)n@U8wL62LN34@pgYw${r$C%~DWn{j+-utB*}&~iMMe2*wA zW#LWG;1uom%Ni55UvmHq#b%sXGO`KMoC_DNof040EZo}>Gp@*9ydaXiJSekRn~N6X zg(!soDvR;8YyCxK-v9Hdxj=PHXzjhT)zI(D($z+nDZ$22bbr~Et7Ewu$BX5H-aFKc zK909@E*X)1_Z?YaAw+_S(iB!uZd!@37d$@0Kxj-DD$U}MUx)zfoMgIbGcYuj?)UyV z!`;NA7r71ng!{dozT;otTb3{1Z*W^z-pjkXo&|r8mql-*?5pp%8?%WfkM9` EVt^ULa5ynw@f{>|U#zzox0fxQuN}T|_mS3VpU
l6 zIkq=bZhwHHtl5__=syV^ G&4`%-ro3#)(D8_c22G31g|rtkPEx5;Sck z#pA~!iip3fp89NkJCJob?5w{ht7G;!n6x_}U665NU|T(wD7KG_-(e1h zI9wP1cBr$yHsq30*=uS(x785j%1k;w!>9 usG%3ecCX@luT>7WyqrsGsdH5AtK+>(LgvRB|Hy(j3;UFx@yMF zw85h^>@|+;@YMaYwM((Yj$ZmOB+H{%QeQS0sxtGM5@EF>432TXbd>-td1h*(V`@|s zM~a#{**Efc#H`6(js#Q558gop<$0B*bkfM^QNV-v6Bjs}N?BRT^F`*XqdK-`L*t}y zvq*s(dKj+|3d}CbuxR`5 f35WlQr@F z#s$YD?6{~B{?x~SDV7Wr5MJyb_tRD0Wl7{$K9RSf-q%$nsil{@w`^PxPlgxt#=i(k zM+Zy@;X&|hg7f MKk`vjVGgEiu0_)!cW{*Qb=L47^>(FjTnZ~6xW<{XT3F% z=#6ql34EQk=f?A&RY?Q XXk?oH0HjOa? z^CF-zU( !4x2q%W45s|dga_=O#NM>-vwRcJQN3K!PI&CECOg*E$1iw z@Ni3Ib$u(d6deY^n9SErC>_G}p1bvk;@+ikcdI!%(YIOf!%q&uoL>@S-n*}cD^t2d zNO^X%p2{_34O?3&ITW8Rs%AW s*@S)z1{Rq&%G%-}t#C;yAKfddKm%7ipq$-X&$z2D-!2B;F5qN_!5{Z0%8}+7_v( z-F9Z1wO;8L2NxiTg25E~IT-dvA+y~a9hx#-J-$!q_^^>cOU{Kl8CNnT9kG+E5v-A( zZ1N5hUcwpVxt&${_$A#hAtl^6y?%z^t9R^qET4BqdM-Qmm(qFnmRl3Vz}-X`x$<_D z9UJ9&1x?7$ex@^wGa8vV^gq#(bMkmT6i0L9>DZbAIeZiXP_-ig>-{+gei(}Qj`59r zp?XZ0A8ub87w_hKI4gCMm0a)kEU0Qbv+O<>+RXe|<9UuXx#WIJX@=H#1*0D;jaW#| z>0JTBR4bvNv@4SGEEEQnN*(;&s)|ICyYN{ZQ*T+qhL(kmn=4FLn^`&7>BA76$^2P! z1)1P%$P*nX5|Tsyg^R*mN*15ri`-dmW~P!WtFF^8D>3HNy$RNtWwT*jiRaPt`c01& zSF`4|kxEjhkA%WrER>-gzu)IAo)niA=`oKhuQ&{A@s-22Ufl)kgxD+hO~ZJ1A%wgH z0hiJ(utCiqe2)ac6cpy=AW)r%Yngxg(P#nb%2QkWNI)_m%Tb1+tB+NBdijOo@1Xh2 z@GeuR)-%SSR>6^I(zqc9%wS&lurEeyGN*J8q~=}7DoqU?Dh}nwzvJ4)e}0Gg&3 k?7)AZfF2KNZ{SrS0x)=ZOR C9JT;+D$?S~vF z0406X>XOpK Dg6Z*w2L++`!cb8am zkb=`8r%~gNG&kgB(^oUaVeXity;njm _Qtt2 zj zh|R
X4Ah71pOK(3Pp|)&Xx6r4@3bPR>7{U~JdfU`mj!{-^#^{qI>r)%gZ!; 5f(P#n&d{#dF&s}nk`<#2$F_6o;O>`8`o;8-`k`;b*d~uIhg%0 ztCo~4zuhf<*4My7?yYuzw2LBU4S6{fZ;5ieg}=efb}DsXz?FF ;FktKQ|64FBS2g1SCX%Lqq_T|dOy&gCB%lx5?@$GTt*a;v2C9}QBwGF z4Lw=Khz^{qda`2AOw4NDXW=nObsXyTnn%F&Wl-cY*SYwaJA6~`p?c>s3FHKZ5KS9# zA0{&&&ItBzsbrT+?g!F!IM%(mW3A65$&;bDn|hil8ex#KHqe_ysAU+&cxP#|_?^&g z(9@3_+LqngDC&7H*=}-YK48#X@GLi?#bwd4!lLFfq8>MQoFDXVJ%loFMp-=nwnapc zABUVT&)}0Rsp|lENoKYyfQ>iFki#U1fXegr%>aCwIlNWtU6iT$`gCreE8Kz0-Df{O zjM@9L96;xorc_Yd6MS1F={f^85JqxNO1D@Z#LTO7dHq^yt8jD&~ct%%a1JG63rJ zUsvJab+^&0tFW%lPKAq2=bt9|2yZP!T&1@!kMvw20iDm6ntlG#K3ac^k|ny-!r+T{ z^>&BM$kp-p3g7(q1WaBAsczOC+@9 CkxxN zAVvqsS=22x-MHd}`~eKR?d8;(T$(ek*+=OJ!y}oFp)#Zwno$8IDzb1)?3VvY3jmTk z#TlTQMR@zRQT7i7MqvSiH(mbo12Cc&!SxwFJHW&|goS20`}!H_lkV&Dencj}-_9hC zLwk)Ys6-N|m_Xh8Rb~ P<+fWRFv-6b_hxCI+^!;K>|ZLT)bu<4srHa_TJ|SWq>TmN%&*{(1bl* z8hg!yiqG#p14(8BgF-%`db47C$v2v{z~_LrTZeq3E6cDQEE~&jo=)S}xX;ix?kE#_ zl9VCF(yCNR{1{=V+U$!A7I2I*vPZq-xiicqsCF;Q-mxjt{o%Bh%jwC)m-l3S0M RE{SubTG$g<`$;-W!nIi7h$)ZR&Be%JMS^H~UY1p!PKEi1yomC;rWDYV zUFh+N315iu9YC}@h %UaT|twk3Gt`%4t9eG(`UK@ZfgX )_hNz^hKpG3XWJB3ZYh;C+uL8^3 zdO$d?54-eOX~ZpzC@c`W?|*%!Cotz!#ZPkXvh0|B3Bemcz2g3TkXjLl!>1CjzFXsl zO2^(I^&MbVNHyM_4#{>&0SOSGV3q?I@UjgF!B8b>b&tZK;@0t>CBF@jmmU` (5hFWXJlvJ!XrArx0| zkIa5t8zlR)r%{EDxD2@1U|5v{tnc{h=)hFu$==M_gFS?(nsXg~zj&zw0pJ+jEgDex znrdZm+_Bxsac;5|i4BG)W>=Z~* NL!<~PmzWuk<%*WM7#eD6jfpMX) z8^THa2_-7i+U<1lTN}f_rJA1=lcCOy^1d5A+bL0%Hf#q~kY)_J|GZ$(w!tBVu0w1} z2it9N*(^GS>Fug0v<-bk!}YgUsQZo!Xhja%NSKDS#|cxENN|f?8@0vrbV22xcsi+G z4J7-1&_I@Y&)Mb1k8%74`qJBflIwf%sISExQjOYMnL84dp2p!tkE`$f(R1|QdX_kH z9Tj4Wl>hzy!kXV_dUwQZp?hm0z9${|FN-K?foc8YDxD6$Fhc)^#E(*M*IoWF&iOav zOvl;t@D(ZVC_2*AmT(OJ$W*kTq%Phfvwz3VNBl%XPd z;!K|IrU-<|sGtpzS*$k#@Xt{kSFdWlez4)?a$<0nhjB_ oP%%l 4(u^QaP? z^B)kMKg1}UT++yXdTY`C4?hgvcXc=VVD#h*87FTN8TAmxDxe<_tT8V{?u!_A`fuGg ztez$1W%wmxe6jD !7h-Fk?G4sJ4-a3y?Xh? zCn=>~#1(mf $C%a;hFNy z>pK6x6aT+~U{$fr1ZURgx{Zd8e9D~d#AZGAfnZXX0=# q{-SUZgaP>H@ za0v}wsCf?L%tOdC6!a%mx5>J Jcvi0j;-j@qw!-3TT{LF{Vv?Q=_wj%e ze9NZxQzwMuNpU_Px(fLy`gxgE9#Rs=|NX!|m_`QhbkvJ>sC>$lB-8d+f _p?}cpG3|z0S|wyMkhAu5tu#&GDwH`6E_oTq9CMHOijIVQ zx@xeaKsfRaDjQk&G}iGfJyzV6SY5Gi@ZiWkZn#8IL9Y#h-1a+{0zss%#G4E_bO!-Q z6OwsIK{Tm_le0x)-A+e^j4lP$-`gCV{H*q+)~EbQD(J}%xTHb&7D{bBnVJ$~(0~b; zjnv~-h1wN^LMEIUvA9bV2gUpPE;*-agT8QdisAK99kUR;6S$xt@ZRc>%^^M>^K8G8 z7l#9WN5=av*RtettfgS6;=(jzK8HU`U;kMODe 8tBrp71y3Qx8SzgGT{>0uwPvysqAyh FZD&?M?`fh*Q zbwx8?)p>y}=3r>RJ)Cn*`q; 6rz1MFi-PfLW+X89|xX7~pH6nw8Mrk8rFV9R0e~JgfQ+{(;VaJ#Z!fCD7;8 z9@-e>{i#?O|5Pl3N9j98tpP1HB;ZcV^Vp?Z_%OYLuToY%2&r_7IKF}!RsZRUMQ;E9 z<~JNe0-K=-439;Vifabma=Ccaa2sY!whTVN5&S$HpaJQj6#RYf@wU2vufK*Kn!2Q1 z#;w;Uj8!f_fumhY&4a4(6@~GGf3V-RjRaE}03*i*ZZb0I<=(>wj=~#!41TR&kY=OT zZ;-6oe7An)Kajqel59Pdbt|HSLP|*aOzjWh^!!pjowNcxiJ-W@NaRYhF>?E*j8$%D z+~tR(bxO@2RvY3OaQO!VZO#{tHXk*asuoTDJ_|#oSC;UN7voLZf=@%ny9zU& PA;(VUmfMZECG0mg;@ctPVwCIx|0 zWxFBQ_kyP!pqZL>;9bri*h>8C_dL=KJV7lK?Z4%YC;CPlNKqj}C1?JW<${08a^u~E zr?MgMa1C!-hSzV~jog8%yVgMZ1%*E*#Ut;^hwi?QZu?ZXJ$II7t5a8GK3!yn3BRI9 z-iyZD=`kL?-G(if4kQYX{fcXS29vetPpgQq*DktDgyM~rj>qSrhp7qkfkWFkiM+k> z=&_x;>BT3FG~nY UXMR-=saa*oyb2iwIOdH9uE>`o}H% z{*v0dW?oYCP==Fm@5t$-h&Y?+aGnl5Y9Sw7SA^Fs0luEBS+Op#9G}6xsBG!{*-{@n zw$nDGIw1k?85rs@6oSqWN {V+6yA&rQmU?iU+AZtvTqkbsZ8&8gb{Xo!0_ zNkStzv@nw0Rx*Q2kkDNpS7Oh4jR1CRB1Clm?q;sG)pBS42&?_H(T_|W^|lQKMl2V|Fy zk6It49& E;2VNJzK3~gG9vUBk z=Yq&I@nteH@|I(~gVq-#+>Nulxb$n$N3-8OYhv!z8-LZ3fTJ1u4W5%e(1b*~UIxu- z0t5z~_rUg-gv;sPR69 *=z9}f-LFX0N3Oum*Yj<=f(fY8g3qRiq{@zG6-F;(UO!npJ0X$_V6#-VF hcwXnYq34Af`vA0~qQ>SV9;z@B-jg0gjJ2!uxhh3*{q~XlXK$o&(07 z1AfG{2S{oMgXlwc WhR2rvx|J1@@H_h2ZE!!kn53{N|AHDITCPF;YG6CX#IG zZU^^zir`Z+Nt6c}JrepG>RHIJ4ZboRzLHaOn+8-%)!P{VU7JGaR||RSX3KMtbcHFQ44>x(J$?m<9^J;z5V-^ HuXk+OBv!p*q z@Pk=yD$4@zn5+;o1{Kd$uNw8KYrkDAIIffvgAzZ}7=d<&L^w8Iq}P2w;vDI`!A%(2 z0;g18DumkQJr*#Dwy=04tOhm)p#H7EIWkRu8`2>-CZ>hI^}+tT 0! zF^CwZ%T!d|RcmpRWB=syblVvTatlY};hH*eH&%kFkJvtO>@raw1&MZY1CM2Os3#mo zn2Q!ARD}UuyRfjfjV>Iw$GS&3(X~7IWj3B8Fos{>tbeZUj{ofWMF)24<4upq2p6U1 zy?F&phwGn Nk=qOG~}I8AGp>Sn*F;s>|-) zD_Lr}^+N=_vS__qaz*=2voFQ{2Crn!IVW}5N0*_4gnv?r0Rg6OIX!u5=%a?EHTF_g zbbY-GvbOBLuHf!Hk-Ku z>Aq>6(!&$O@={1UmZbkJfG{ygCi8vx*jrFM*b4LW+}D -O}hDUZrr;m536C)cj`ZI4fHuDHKjeHC^~-L$aG#ZYp~;`~$Sz}yJxMn{(d`nGJ0 z1V|g9%m5ZoT?Cnv&9JwFkH1y}J9l?IrOg#`CwpT?%9iS)RI(IPV@b-AHG_!UYe^*gnq4EiVdfss)34w8 z J@mQk3EE@ zw3Q_8DjTa~JEvFukYH$(i^M{Jm6lr72#IVUWM9G8DE=1$!=R}>IN^ROX`x~k=8z1E zoeyrtlc{1;4^EXTZc7YY8YYVS%-^d$(y*7S5-{&{$6$xFD~jzX8vhQF=K$~ukB{2& z7!>7X`wD8)9j *#+4GI(5P_Nm0WF9BdBr+ z@%;8%EE15H%2FkxQ7nemQ{j z9oOp>6H})5sdqncac59(75;y_$N^R-OoRCl8L_461sL69VV65{jmH~9mp|hugR^uS zCT4R&$8}mowh;47`F>aG_b=Cc3x$$xYS3izE8}a@S$v9|u5M2H9({Z9;K2F4Qfqke zz@H_j%s=e9wh?TP`}OyG!l_FKMlIcS8u0kqnFFyN44ux=MQe$le)8U82PFNgDAo$p zHjYVuRnE9U#VuD9m?PBxps4kRrJjdi2{1JUlmX!Fb3ot>O$)@^kdHK({{=aiFVg&u zo5G&hf!rd+%HAIo=`EX}4pM1QUaD{98??w}3kZ~8uLdfE7d#=@j!N)(&&eDZHoyhU z9z!i48T*B%ATv0v`S3aPG)O)!TYxi-LRvpS9kQ;2%U=C?O2C0C1B?dl-b!-hcH6vo z0eOT-^BD-ZFad;$UwZ}f7THSy+mQmk=Y{ten)=QPj6xT%HUZ_65&}#MhEnF!f}*S~ zU7kbLZ6MpzearOO#k$j%?6KfhqZC=ecB$NlzU;o_I;G%TLnt8?{_x*;8_0U(Yd!m| zNy=08aJPt3uS5nRMsZ}Kcnm3Nsa(bWCge}-&jX<`?F;$K9J2fpcz#)983|yN=dUaE zQn09VkSTrIx>f|XV*U^g_HK|4=LcNHoi!BoVJu3z$>Hkn{UHehlVY%AADxVQVv*#x z&_#omBDPWBq+SfZLS&&p2a=WU)8*8zI6?{dS2Rb;zoGy8_tk1KG!+@`z&u%)Y?{bU z`s)Wq@Jd p;YELg-}iv3`(-V==^7eU(wv8(mmQ*P_sHJE|;GN*K)BdBGjC{-k2 z-Q6)MbXi|9sTzY)sZA|C-=9kmgAE`knUvE_TR$uddsQWxF8Vu511n}vzkP~DGmV&s zIyQ&nu~+XfTndmP)3&ey o*1V_o@6Z qW4s2tj`xFuQG8cl24e$~pbEUQ{6hQ|g>t+q+6=;$ zkNd*50q$o0P^Rp_qNv(Y1R&j=ql85fAnQz$hKB)@t w=E-0zUJA005gvUJ