refactor: remove quark/web

This commit is contained in:
Paul Makles
2023-08-26 16:19:00 +01:00
parent 3a55d00c6a
commit 51c26e324d
19 changed files with 148 additions and 96 deletions

48
Cargo.lock generated
View File

@@ -63,6 +63,17 @@ dependencies = [
"version_check",
]
[[package]]
name = "ahash"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
dependencies = [
"cfg-if 1.0.0",
"once_cell",
"version_check",
]
[[package]]
name = "aho-corasick"
version = "0.7.18"
@@ -72,6 +83,12 @@ dependencies = [
"memchr",
]
[[package]]
name = "allocator-api2"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
[[package]]
name = "ansi_term"
version = "0.12.1"
@@ -515,7 +532,7 @@ version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f60a2c7c80a7850b56df4b8e98e8e4932c34877b8add4f13e8350499cc1e4572"
dependencies = [
"ahash",
"ahash 0.7.6",
"base64 0.13.0",
"chrono",
"hex",
@@ -1343,7 +1360,7 @@ version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
dependencies = [
"ahash",
"ahash 0.7.6",
]
[[package]]
@@ -1352,6 +1369,16 @@ version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3"
[[package]]
name = "hashbrown"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
dependencies = [
"ahash 0.8.3",
"allocator-api2",
]
[[package]]
name = "heck"
version = "0.4.0"
@@ -1815,6 +1842,15 @@ dependencies = [
"hashbrown 0.11.2",
]
[[package]]
name = "lru"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eedb2bdbad7e0634f83989bf596f497b070130daaa398ab22d84c39e266deec5"
dependencies = [
"hashbrown 0.14.0",
]
[[package]]
name = "lru-cache"
version = "0.1.2"
@@ -1872,7 +1908,7 @@ version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e52eb6380b6d2a10eb3434aec0885374490f5b82c8aaf5cd487a183c98be834"
dependencies = [
"ahash",
"ahash 0.7.6",
"metrics-macros",
]
@@ -2906,6 +2942,7 @@ dependencies = [
"indexmap",
"iso8601-timestamp 0.2.11",
"log",
"lru 0.11.0",
"mongodb",
"nanoid",
"once_cell",
@@ -2943,7 +2980,7 @@ dependencies = [
"lettre",
"linkify 0.6.0",
"log",
"lru",
"lru 0.7.6",
"nanoid",
"num_enum 0.5.7",
"once_cell",
@@ -2957,6 +2994,7 @@ dependencies = [
"revolt_rocket_okapi",
"rocket",
"rocket_authifier",
"rocket_cors",
"rocket_empty",
"rocket_prometheus",
"schemars",
@@ -3032,7 +3070,7 @@ dependencies = [
"iso8601-timestamp 0.1.10",
"linkify 0.8.1",
"log",
"lru",
"lru 0.7.6",
"mongodb",
"nanoid",
"num_enum 0.5.7",