|
|
@@ -221,6 +221,15 @@ version = "0.2.21"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "android_system_properties"
|
|
|
+version = "0.1.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
+dependencies = [
|
|
|
+ "libc",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "anyhow"
|
|
|
version = "1.0.102"
|
|
|
@@ -302,6 +311,12 @@ dependencies = [
|
|
|
"alloc-stdlib",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "bumpalo"
|
|
|
+version = "3.20.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "byteorder"
|
|
|
version = "1.5.0"
|
|
|
@@ -352,6 +367,19 @@ dependencies = [
|
|
|
"rand_core 0.10.1",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "chrono"
|
|
|
+version = "0.4.44"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
|
|
|
+dependencies = [
|
|
|
+ "iana-time-zone",
|
|
|
+ "js-sys",
|
|
|
+ "num-traits",
|
|
|
+ "wasm-bindgen",
|
|
|
+ "windows-link",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "concurrent-queue"
|
|
|
version = "2.5.0"
|
|
|
@@ -393,6 +421,12 @@ dependencies = [
|
|
|
"version_check",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "core-foundation-sys"
|
|
|
+version = "0.8.7"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "cpufeatures"
|
|
|
version = "0.2.17"
|
|
|
@@ -863,9 +897,11 @@ name = "homo"
|
|
|
version = "0.1.0"
|
|
|
dependencies = [
|
|
|
"actix-web",
|
|
|
+ "chrono",
|
|
|
"serde",
|
|
|
"sqlx",
|
|
|
"thiserror",
|
|
|
+ "uuid",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -900,6 +936,30 @@ dependencies = [
|
|
|
"typenum",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "iana-time-zone"
|
|
|
+version = "0.1.65"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
|
|
|
+dependencies = [
|
|
|
+ "android_system_properties",
|
|
|
+ "core-foundation-sys",
|
|
|
+ "iana-time-zone-haiku",
|
|
|
+ "js-sys",
|
|
|
+ "log",
|
|
|
+ "wasm-bindgen",
|
|
|
+ "windows-core",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "iana-time-zone-haiku"
|
|
|
+version = "0.1.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
|
|
+dependencies = [
|
|
|
+ "cc",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "icu_collections"
|
|
|
version = "2.2.0"
|
|
|
@@ -1043,6 +1103,18 @@ dependencies = [
|
|
|
"libc",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "js-sys"
|
|
|
+version = "0.3.98"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "67df7112613f8bfd9150013a0314e196f4800d3201ae742489d999db2f979f08"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+ "futures-util",
|
|
|
+ "once_cell",
|
|
|
+ "wasm-bindgen",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "language-tags"
|
|
|
version = "0.3.2"
|
|
|
@@ -1514,6 +1586,12 @@ dependencies = [
|
|
|
"semver",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "rustversion"
|
|
|
+version = "1.0.22"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "ryu"
|
|
|
version = "1.0.23"
|
|
|
@@ -2136,6 +2214,16 @@ version = "1.0.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "uuid"
|
|
|
+version = "1.23.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76"
|
|
|
+dependencies = [
|
|
|
+ "js-sys",
|
|
|
+ "wasm-bindgen",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "vcpkg"
|
|
|
version = "0.2.15"
|
|
|
@@ -2178,6 +2266,51 @@ version = "0.1.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "wasm-bindgen"
|
|
|
+version = "0.2.121"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "49ace1d07c165b0864824eee619580c4689389afa9dc9ed3a4c75040d82e6790"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+ "once_cell",
|
|
|
+ "rustversion",
|
|
|
+ "wasm-bindgen-macro",
|
|
|
+ "wasm-bindgen-shared",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "wasm-bindgen-macro"
|
|
|
+version = "0.2.121"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8e68e6f4afd367a562002c05637acb8578ff2dea1943df76afb9e83d177c8578"
|
|
|
+dependencies = [
|
|
|
+ "quote",
|
|
|
+ "wasm-bindgen-macro-support",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "wasm-bindgen-macro-support"
|
|
|
+version = "0.2.121"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d95a9ec35c64b2a7cb35d3fead40c4238d0940c86d107136999567a4703259f2"
|
|
|
+dependencies = [
|
|
|
+ "bumpalo",
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn",
|
|
|
+ "wasm-bindgen-shared",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "wasm-bindgen-shared"
|
|
|
+version = "0.2.121"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c4e0100b01e9f0d03189a92b96772a1fb998639d981193d7dbab487302513441"
|
|
|
+dependencies = [
|
|
|
+ "unicode-ident",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "wasm-encoder"
|
|
|
version = "0.244.0"
|
|
|
@@ -2222,12 +2355,65 @@ dependencies = [
|
|
|
"wasite",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "windows-core"
|
|
|
+version = "0.62.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
|
|
|
+dependencies = [
|
|
|
+ "windows-implement",
|
|
|
+ "windows-interface",
|
|
|
+ "windows-link",
|
|
|
+ "windows-result",
|
|
|
+ "windows-strings",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows-implement"
|
|
|
+version = "0.60.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows-interface"
|
|
|
+version = "0.59.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "windows-link"
|
|
|
version = "0.2.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "windows-result"
|
|
|
+version = "0.4.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
|
|
|
+dependencies = [
|
|
|
+ "windows-link",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "windows-strings"
|
|
|
+version = "0.5.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
|
|
|
+dependencies = [
|
|
|
+ "windows-link",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "windows-sys"
|
|
|
version = "0.48.0"
|