bazzar/Cargo.lock

5971 lines
138 KiB
Plaintext
Raw Normal View History

2022-04-14 08:07:59 +02:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2022-05-19 16:13:27 +02:00
[[package]]
name = "account_manager"
version = "0.1.0"
dependencies = [
2022-11-01 22:09:58 +01:00
"bincode",
2022-12-05 06:04:14 +01:00
"bytes 1.3.0",
"channels",
2022-05-19 16:13:27 +02:00
"config",
2022-11-01 22:09:58 +01:00
"dotenv",
2022-11-09 16:59:12 +01:00
"fake",
2022-12-20 15:34:20 +01:00
"futures",
"gumdrop",
2022-11-03 07:02:33 +01:00
"json",
2022-05-19 16:13:27 +02:00
"model",
2022-11-01 22:09:58 +01:00
"rumqttc",
2022-05-22 14:19:11 +02:00
"serde",
2022-11-04 18:40:14 +01:00
"sqlx",
"sqlx-core",
2022-11-03 07:02:33 +01:00
"tarpc",
2022-11-09 16:59:12 +01:00
"testx",
2022-05-19 16:13:27 +02:00
"thiserror",
2022-12-09 16:33:35 +01:00
"tokio 1.23.0",
"tracing",
2022-05-19 16:13:27 +02:00
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "actix"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f728064aca1c318585bf4bb04ffcfac9e75e508ab4e8b1bd9ba5dfe04e2cbed5"
dependencies = [
2022-04-20 14:30:59 +02:00
"actix-rt",
2022-04-14 08:07:59 +02:00
"actix_derive",
"bitflags",
2022-12-05 06:04:14 +01:00
"bytes 1.3.0",
2022-04-14 08:07:59 +02:00
"crossbeam-channel",
"futures-core",
"futures-sink",
"futures-task",
"futures-util",
"log",
"once_cell",
2022-11-29 15:23:45 +01:00
"parking_lot 0.12.1",
2022-12-05 06:04:14 +01:00
"pin-project-lite 0.2.9",
2022-04-14 08:07:59 +02:00
"smallvec",
2022-12-09 16:33:35 +01:00
"tokio 1.23.0",
2022-12-05 06:04:14 +01:00
"tokio-util 0.7.4",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "actix-codec"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57a7559404a7f3573127aab53c08ce37a6c6a315c374a31070f3c91cd1b4a7fe"
dependencies = [
"bitflags",
2022-12-05 06:04:14 +01:00
"bytes 1.3.0",
2022-04-14 08:07:59 +02:00
"futures-core",
"futures-sink",
"log",
"memchr",
2022-12-05 06:04:14 +01:00
"pin-project-lite 0.2.9",
2022-12-09 16:33:35 +01:00
"tokio 1.23.0",
2022-12-05 06:04:14 +01:00
"tokio-util 0.7.4",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "actix-http"
2022-10-31 09:28:49 +01:00
version = "3.2.2"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "0c83abf9903e1f0ad9973cc4f7b9767fd5a03a583f51a5b7a339e07987cd2724"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-04-20 14:30:59 +02:00
"actix-codec",
"actix-rt",
"actix-service",
"actix-utils",
2022-10-31 09:28:49 +01:00
"ahash",
2022-12-20 15:34:20 +01:00
"base64 0.13.1",
2022-04-14 08:07:59 +02:00
"bitflags",
"brotli",
2022-12-05 06:04:14 +01:00
"bytes 1.3.0",
2022-04-14 08:07:59 +02:00
"bytestring",
"derive_more",
"encoding_rs",
"flate2",
"futures-core",
2022-12-05 06:04:14 +01:00
"h2 0.3.15",
2022-04-14 08:07:59 +02:00
"http",
"httparse",
2022-12-05 06:04:14 +01:00
"httpdate 1.0.2",
2022-12-20 15:34:20 +01:00
"itoa 1.0.5",
2022-04-20 14:30:59 +02:00
"language-tags",
2022-04-14 08:07:59 +02:00
"local-channel",
"mime",
"percent-encoding",
2022-12-05 06:04:14 +01:00
"pin-project-lite 0.2.9",
2022-11-18 16:31:52 +01:00
"rand 0.8.5",
2022-12-08 16:22:20 +01:00
"sha1",
2022-04-14 08:07:59 +02:00
"smallvec",
2022-10-31 09:28:49 +01:00
"tracing",
2022-04-14 08:07:59 +02:00
"zstd",
]
[[package]]
name = "actix-macros"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "465a6172cf69b960917811022d8f29bc0b7fa1398bc4f78b3c466673db1213b6"
dependencies = [
"quote",
"syn",
]
[[package]]
name = "actix-router"
2022-10-31 09:28:49 +01:00
version = "0.5.1"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "d66ff4d247d2b160861fa2866457e85706833527840e4133f8f49aa423a38799"
2022-04-14 08:07:59 +02:00
dependencies = [
"bytestring",
"http",
"regex",
"serde",
2022-10-31 09:28:49 +01:00
"tracing",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "actix-rt"
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ea16c295198e958ef31930a6ef37d0fb64e9ca3b6116e6b93a8bdae96ee1000"
dependencies = [
2022-04-20 14:30:59 +02:00
"actix-macros",
2022-04-14 08:07:59 +02:00
"futures-core",
2022-12-09 16:33:35 +01:00
"tokio 1.23.0",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "actix-server"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0da34f8e659ea1b077bb4637948b815cd3768ad5a188fdcd74ff4d84240cd824"
dependencies = [
2022-04-20 14:30:59 +02:00
"actix-rt",
"actix-service",
"actix-utils",
2022-04-14 08:07:59 +02:00
"futures-core",
"futures-util",
2022-10-31 09:28:49 +01:00
"mio 0.8.5",
2022-04-14 08:07:59 +02:00
"num_cpus",
2022-12-05 06:04:14 +01:00
"socket2 0.4.7",
2022-12-09 16:33:35 +01:00
"tokio 1.23.0",
2022-04-14 08:07:59 +02:00
"tracing",
]
[[package]]
name = "actix-service"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a"
dependencies = [
"futures-core",
"paste",
2022-12-05 06:04:14 +01:00
"pin-project-lite 0.2.9",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "actix-utils"
2022-10-31 09:28:49 +01:00
version = "3.0.1"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "88a1dcdff1466e3c2488e1cb5c36a71822750ad43839937f85d2f4d9f8b705d8"
2022-04-14 08:07:59 +02:00
dependencies = [
"local-waker",
2022-12-05 06:04:14 +01:00
"pin-project-lite 0.2.9",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "actix-web"
2022-10-31 09:28:49 +01:00
version = "4.2.1"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "d48f7b6534e06c7bfc72ee91db7917d4af6afe23e7d223b51e68fffbb21e96b9"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-04-20 14:30:59 +02:00
"actix-codec",
"actix-http",
"actix-macros",
"actix-router",
"actix-rt",
"actix-server",
"actix-service",
"actix-utils",
"actix-web-codegen",
2022-10-31 09:28:49 +01:00
"ahash",
2022-12-05 06:04:14 +01:00
"bytes 1.3.0",
2022-04-14 08:07:59 +02:00
"bytestring",
"cfg-if 1.0.0",
2022-04-14 08:07:59 +02:00
"cookie",
"derive_more",
"encoding_rs",
"futures-core",
"futures-util",
2022-10-31 09:28:49 +01:00
"http",
2022-12-20 15:34:20 +01:00
"itoa 1.0.5",
2022-04-20 14:30:59 +02:00
"language-tags",
2022-04-14 08:07:59 +02:00
"log",
"mime",
"once_cell",
2022-12-05 06:04:14 +01:00
"pin-project-lite 0.2.9",
2022-04-14 08:07:59 +02:00
"regex",
"serde",
"serde_json",
2022-04-20 14:30:59 +02:00
"serde_urlencoded",
2022-04-14 08:07:59 +02:00
"smallvec",
2022-12-05 06:04:14 +01:00
"socket2 0.4.7",
2022-11-29 15:23:45 +01:00
"time 0.3.17",
2022-04-14 08:07:59 +02:00
"url",
]
[[package]]
name = "actix-web-codegen"
2022-10-31 09:28:49 +01:00
version = "4.1.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "1fa9362663c8643d67b2d5eafba49e4cb2c8a053a29ed00a0bea121f17c76b13"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-04-20 14:30:59 +02:00
"actix-router",
2022-04-14 08:07:59 +02:00
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "actix_derive"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d44b8fee1ced9671ba043476deddef739dd0959bf77030b26b738cc591737a7"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-12-01 17:39:06 +01:00
[[package]]
name = "addr2line"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
dependencies = [
"gimli",
]
2022-04-14 08:07:59 +02:00
[[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.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
dependencies = [
2022-04-20 14:30:59 +02:00
"getrandom",
2022-04-14 08:07:59 +02:00
"once_cell",
2022-05-05 16:30:25 +02:00
"version_check 0.9.4",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "aho-corasick"
2022-11-29 15:23:45 +01:00
version = "0.7.20"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-29 15:23:45 +01:00
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
2022-04-14 08:07:59 +02:00
dependencies = [
"memchr",
]
[[package]]
name = "alloc-no-stdlib"
2022-10-31 09:28:49 +01:00
version = "2.0.4"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
2022-04-14 08:07:59 +02:00
[[package]]
name = "alloc-stdlib"
2022-10-31 09:28:49 +01:00
version = "0.2.2"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
2022-04-14 08:07:59 +02:00
dependencies = [
"alloc-no-stdlib",
]
2022-12-08 16:22:20 +01:00
[[package]]
name = "ambient-authority"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec8ad6edb4840b78c5c3d88de606b22252d552b55f3a4699fbb10fc070ec3049"
[[package]]
2022-10-31 09:28:49 +01:00
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
2022-10-31 09:28:49 +01:00
"libc",
]
2022-12-05 06:04:14 +01:00
[[package]]
name = "ansi_term"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
dependencies = [
"winapi 0.3.9",
]
2022-04-14 21:40:26 +02:00
[[package]]
name = "anyhow"
2022-12-20 15:34:20 +01:00
version = "1.0.68"
2022-04-14 21:40:26 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 15:34:20 +01:00
checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
2022-04-14 21:40:26 +02:00
[[package]]
name = "argon2"
2022-10-31 09:28:49 +01:00
version = "0.4.1"
2022-04-14 21:40:26 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "db4ce4441f99dbd377ca8a8f57b698c44d0d6e712d8329b5040da5a64aa1ce73"
2022-04-14 21:40:26 +02:00
dependencies = [
"base64ct",
"blake2",
"password-hash",
"rayon",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "arrayvec"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
[[package]]
name = "async-trait"
2022-12-20 15:34:20 +01:00
version = "0.1.60"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 15:34:20 +01:00
checksum = "677d1d8ab452a3936018a687b20e6f7cf5363d713b732b8884001317b0e48aa3"
2022-04-14 08:07:59 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "atoi"
2022-10-31 09:28:49 +01:00
version = "1.0.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "d7c57d12312ff59c811c0643f4d80830505833c9ffaebd193d819392b265be8e"
2022-04-14 08:07:59 +02:00
dependencies = [
"num-traits",
]
2022-05-20 16:08:49 +02:00
[[package]]
name = "atomic"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c"
dependencies = [
2022-11-18 16:31:52 +01:00
"autocfg 1.1.0",
2022-05-20 16:08:49 +02:00
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
2022-12-08 16:22:20 +01:00
"hermit-abi 0.1.19",
2022-04-14 08:07:59 +02:00
"libc",
"winapi 0.3.9",
2022-04-14 08:07:59 +02:00
]
2022-11-18 16:31:52 +01:00
[[package]]
name = "autocfg"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78"
dependencies = [
"autocfg 1.1.0",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "base64"
2022-10-31 09:28:49 +01:00
version = "0.13.1"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2022-04-14 08:07:59 +02:00
2022-12-20 15:34:20 +01:00
[[package]]
name = "base64"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ea22880d78093b0cbe17c89f64a7d457941e65759157ec6cb31a31d652b05e5"
2022-04-14 08:07:59 +02:00
[[package]]
name = "base64ct"
2022-10-31 09:28:49 +01:00
version = "1.5.3"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "b645a089122eccb6111b4f81cbc1a49f5900ac4666bb93ac027feaecf15607bf"
2022-04-14 08:07:59 +02:00
[[package]]
name = "bigdecimal"
2022-10-31 09:28:49 +01:00
version = "0.3.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "6aaf33151a6429fe9211d1b276eafdf70cdff28b071e76c0b0e1503221ea3744"
2022-04-14 08:07:59 +02:00
dependencies = [
"num-bigint",
"num-integer",
"num-traits",
]
2022-11-01 22:09:58 +01:00
[[package]]
name = "bincode"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
"serde",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "bit-vec"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2022-04-14 21:40:26 +02:00
[[package]]
name = "blake2"
2022-12-20 15:34:20 +01:00
version = "0.10.6"
2022-04-14 21:40:26 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 15:34:20 +01:00
checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
2022-04-14 21:40:26 +02:00
dependencies = [
2022-10-31 09:28:49 +01:00
"digest",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "block-buffer"
2022-10-31 09:28:49 +01:00
version = "0.10.3"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-10-31 09:28:49 +01:00
"generic-array",
2022-04-14 08:07:59 +02:00
]
2022-11-29 15:23:45 +01:00
[[package]]
name = "borsh"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15bf3650200d8bffa99015595e10f1fbd17de07abbc25bb067da79e769939bfa"
dependencies = [
"borsh-derive",
"hashbrown 0.11.2",
]
[[package]]
name = "borsh-derive"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6441c552f230375d18e3cc377677914d2ca2b0d36e52129fe15450a2dce46775"
dependencies = [
"borsh-derive-internal",
"borsh-schema-derive-internal",
"proc-macro-crate",
"proc-macro2",
"syn",
]
[[package]]
name = "borsh-derive-internal"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5449c28a7b352f2d1e592a8a28bf139bc71afb0764a14f3c02500935d8c44065"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "borsh-schema-derive-internal"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdbd5696d8bfa21d53d9fe39a714a18538bad11492a42d066dbbc395fb1951c0"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "brotli"
version = "3.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
"brotli-decompressor",
]
[[package]]
name = "brotli-decompressor"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59ad2d4653bf5ca36ae797b1f4bb4dbddb60ce49ca4aed8a2ce4829f60425b80"
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
]
[[package]]
name = "bstr"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
dependencies = [
"memchr",
]
[[package]]
name = "bumpalo"
2022-10-31 09:28:49 +01:00
version = "3.11.1"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
2022-04-14 08:07:59 +02:00
2022-11-29 15:23:45 +01:00
[[package]]
name = "bytecheck"
version = "0.6.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d11cac2c12b5adc6570dad2ee1b87eff4955dac476fe12d81e5fdd352e52406f"
dependencies = [
"bytecheck_derive",
"ptr_meta",
]
[[package]]
name = "bytecheck_derive"
version = "0.6.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13e576ebe98e605500b3c8041bb888e966653577172df6dd97398714eb30b9bf"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2022-12-05 06:04:14 +01:00
[[package]]
name = "bytes"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
2022-04-14 08:07:59 +02:00
[[package]]
name = "bytes"
2022-11-29 15:23:45 +01:00
version = "1.3.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-29 15:23:45 +01:00
checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c"
2022-04-14 08:07:59 +02:00
[[package]]
name = "bytestring"
2022-11-29 15:23:45 +01:00
version = "1.2.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-29 15:23:45 +01:00
checksum = "f7f83e57d9154148e355404702e2694463241880b939570d7c97c014da7a69a1"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-12-05 06:04:14 +01:00
"bytes 1.3.0",
2022-12-01 17:39:06 +01:00
]
2022-12-08 16:22:20 +01:00
[[package]]
name = "cap-fs-ext"
version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b0e103ce36d217d568903ad27b14ec2238ecb5d65bad2e756a8f3c0d651506e"
dependencies = [
"cap-primitives",
"cap-std",
"io-lifetimes 0.7.5",
"windows-sys 0.36.1",
]
[[package]]
name = "cap-primitives"
version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af3f336aa91cce16033ed3c94ac91d98956c49b420e6d6cd0dd7d0e386a57085"
dependencies = [
"ambient-authority",
"fs-set-times",
"io-extras",
"io-lifetimes 0.7.5",
"ipnet",
"maybe-owned",
"rustix 0.35.13",
"winapi-util",
"windows-sys 0.36.1",
"winx",
]
[[package]]
name = "cap-rand"
version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d14b9606aa9550d34651bc481443203bc014237bdb992d201d2afa62d2ec6dea"
dependencies = [
"ambient-authority",
"rand 0.8.5",
]
[[package]]
name = "cap-std"
version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9d6e70b626eceac9d6fc790fe2d72cc3f2f7bc3c35f467690c54a526b0f56db"
dependencies = [
"cap-primitives",
"io-extras",
"io-lifetimes 0.7.5",
"ipnet",
"rustix 0.35.13",
]
[[package]]
name = "cap-time-ext"
version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3a0524f7c4cff2ea547ae2b652bf7a348fd3e48f76556dc928d8b45ab2f1d50"
dependencies = [
"cap-primitives",
"once_cell",
"rustix 0.35.13",
"winx",
]
2022-05-06 11:47:18 +02:00
[[package]]
name = "cart_manager"
version = "0.1.0"
dependencies = [
"channels",
2022-05-06 11:47:18 +02:00
"chrono",
"config",
2022-11-04 18:40:14 +01:00
"dotenv",
2022-11-11 16:32:07 +01:00
"fake",
2022-12-20 15:34:20 +01:00
"futures",
2022-05-06 11:47:18 +02:00
"model",
2022-11-01 22:09:58 +01:00
"rumqttc",
2022-05-22 14:19:11 +02:00
"serde",
2022-11-04 18:40:14 +01:00
"sqlx",
"sqlx-core",
"tarpc",
2022-11-11 16:32:07 +01:00
"testx",
2022-05-06 11:47:18 +02:00
"thiserror",
2022-12-09 16:33:35 +01:00
"tokio 1.23.0",
"tracing",
2022-05-15 10:30:15 +02:00
"uuid 0.8.2",
2022-05-06 11:47:18 +02:00
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "cc"
2022-12-20 15:34:20 +01:00
version = "1.0.78"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 15:34:20 +01:00
checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
2022-04-14 08:07:59 +02:00
dependencies = [
"jobserver",
]
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2022-04-14 08:07:59 +02:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "channels"
version = "0.1.0"
dependencies = [
"bincode",
2022-12-05 06:04:14 +01:00
"bytes 1.3.0",
"config",
2022-12-20 15:34:20 +01:00
"futures",
"model",
2022-12-16 15:21:56 +01:00
"payment_adapter",
"rumqttc",
"serde",
2022-11-29 08:46:02 +01:00
"strum",
"tarpc",
"thiserror",
2022-12-09 16:33:35 +01:00
"tokio 1.23.0",
"tracing",
"whatlang",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "chrono"
2022-11-29 15:23:45 +01:00
version = "0.4.23"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-29 15:23:45 +01:00
checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-10-31 09:28:49 +01:00
"iana-time-zone",
2022-05-15 13:08:42 +02:00
"js-sys",
2022-04-14 08:07:59 +02:00
"num-integer",
"num-traits",
"serde",
2022-11-29 15:23:45 +01:00
"time 0.1.45",
2022-05-15 10:30:15 +02:00
"wasm-bindgen",
"winapi 0.3.9",
2022-04-14 08:07:59 +02:00
]
2022-12-05 06:04:14 +01:00
[[package]]
name = "clap"
version = "2.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
dependencies = [
"ansi_term",
"atty",
"bitflags",
"strsim 0.8.0",
"textwrap",
"unicode-width",
"vec_map",
]
2022-11-18 16:31:52 +01:00
[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
dependencies = [
"bitflags",
]
2022-10-31 09:28:49 +01:00
[[package]]
name = "codespan-reporting"
version = "0.11.1"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-10-31 09:28:49 +01:00
"termcolor",
"unicode-width",
2022-04-14 08:07:59 +02:00
]
2022-05-06 11:47:18 +02:00
[[package]]
name = "config"
version = "0.1.0"
dependencies = [
"actix-web",
"cookie",
2022-11-29 15:23:45 +01:00
"parking_lot 0.12.1",
2022-05-06 11:47:18 +02:00
"password-hash",
"serde",
"serde_json",
"thiserror",
"toml",
2022-12-20 15:34:20 +01:00
"tracing-subscriber",
"tracing-timing",
2022-05-06 11:47:18 +02:00
]
2022-11-11 16:32:07 +01:00
[[package]]
name = "console"
version = "0.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c050367d967ced717c04b65d8c619d863ef9292ce0c5760028655a2fb298718c"
dependencies = [
"encode_unicode",
"lazy_static",
"libc",
"terminal_size",
2022-12-05 06:04:14 +01:00
"unicode-width",
2022-11-11 16:32:07 +01:00
"winapi 0.3.9",
]
2022-05-05 16:30:25 +02:00
[[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 1.0.0",
2022-05-05 16:30:25 +02:00
"wasm-bindgen",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "convert_case"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
[[package]]
name = "cookie"
2022-12-20 15:34:20 +01:00
version = "0.16.2"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 15:34:20 +01:00
checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-12-20 15:34:20 +01:00
"base64 0.20.0",
2022-04-16 18:58:59 +02:00
"hmac",
2022-04-14 08:07:59 +02:00
"percent-encoding",
2022-11-18 16:31:52 +01:00
"rand 0.8.5",
2022-04-30 06:58:27 +02:00
"sha2",
2022-04-14 08:07:59 +02:00
"subtle",
2022-11-29 15:23:45 +01:00
"time 0.3.17",
2022-05-05 16:30:25 +02:00
"version_check 0.9.4",
2022-04-14 08:07:59 +02:00
]
2022-04-21 16:06:34 +02:00
[[package]]
name = "core-foundation"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2022-12-01 17:39:06 +01:00
[[package]]
2022-12-08 16:22:20 +01:00
name = "cpp_demangle"
version = "0.3.5"
2022-12-01 17:39:06 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-08 16:22:20 +01:00
checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"
2022-12-01 17:39:06 +01:00
dependencies = [
"cfg-if 1.0.0",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "cpufeatures"
2022-10-31 09:28:49 +01:00
version = "0.2.5"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
2022-04-14 08:07:59 +02:00
dependencies = [
"libc",
]
2022-12-01 17:39:06 +01:00
[[package]]
name = "cranelift-bforest"
2022-12-08 16:22:20 +01:00
version = "0.90.1"
2022-12-01 17:39:06 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-08 16:22:20 +01:00
checksum = "b62c772976416112fa4484cbd688cb6fb35fd430005c1c586224fc014018abad"
2022-12-01 17:39:06 +01:00
dependencies = [
"cranelift-entity",
]
[[package]]
name = "cranelift-codegen"
2022-12-08 16:22:20 +01:00
version = "0.90.1"
2022-12-01 17:39:06 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-08 16:22:20 +01:00
checksum = "9b40ed2dd13c2ac7e24f88a3090c68ad3414eb1d066a95f8f1f7b3b819cb4e46"
2022-12-01 17:39:06 +01:00
dependencies = [
2022-12-08 16:22:20 +01:00
"arrayvec",
"bumpalo",
2022-12-01 17:39:06 +01:00
"cranelift-bforest",
"cranelift-codegen-meta",
"cranelift-codegen-shared",
2022-12-08 16:22:20 +01:00
"cranelift-egraph",
2022-12-01 17:39:06 +01:00
"cranelift-entity",
"cranelift-isle",
"gimli",
"log",
"regalloc2",
"smallvec",
"target-lexicon",
]
[[package]]
name = "cranelift-codegen-meta"
2022-12-08 16:22:20 +01:00
version = "0.90.1"
2022-12-01 17:39:06 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-08 16:22:20 +01:00
checksum = "bb927a8f1c27c34ee3759b6b0ffa528d2330405d5cc4511f0cab33fe2279f4b5"
2022-12-01 17:39:06 +01:00
dependencies = [
"cranelift-codegen-shared",
]
[[package]]
name = "cranelift-codegen-shared"
2022-12-08 16:22:20 +01:00
version = "0.90.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43dfa417b884a9ab488d95fd6b93b25e959321fe7bfd7a0a960ba5d7fb7ab927"
[[package]]
name = "cranelift-egraph"
version = "0.90.1"
2022-12-01 17:39:06 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-08 16:22:20 +01:00
checksum = "e0a66b39785efd8513d2cca967ede56d6cc57c8d7986a595c7c47d0c78de8dce"
dependencies = [
"cranelift-entity",
"fxhash",
"hashbrown 0.12.3",
"indexmap",
"log",
"smallvec",
]
2022-12-01 17:39:06 +01:00
[[package]]
name = "cranelift-entity"
2022-12-08 16:22:20 +01:00
version = "0.90.1"
2022-12-01 17:39:06 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-08 16:22:20 +01:00
checksum = "0637ffde963cb5d759bc4d454cfa364b6509e6c74cdaa21298add0ed9276f346"
dependencies = [
"serde",
]
2022-12-01 17:39:06 +01:00
[[package]]
name = "cranelift-frontend"
2022-12-08 16:22:20 +01:00
version = "0.90.1"
2022-12-01 17:39:06 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-08 16:22:20 +01:00
checksum = "fb72b8342685e850cb037350418f62cc4fc55d6c2eb9c7ca01b82f9f1a6f3d56"
2022-12-01 17:39:06 +01:00
dependencies = [
"cranelift-codegen",
"log",
"smallvec",
"target-lexicon",
]
[[package]]
name = "cranelift-isle"
2022-12-08 16:22:20 +01:00
version = "0.90.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "850579cb9e4b448f7c301f1e6e6cbad99abe3f1f1d878a4994cb66e33c6db8cd"
[[package]]
name = "cranelift-native"
version = "0.90.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d0a279e5bcba3e0466c734d8d8eb6bfc1ad29e95c37f3e4955b492b5616335e"
dependencies = [
"cranelift-codegen",
"libc",
"target-lexicon",
]
[[package]]
name = "cranelift-wasm"
version = "0.90.1"
2022-12-01 17:39:06 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-08 16:22:20 +01:00
checksum = "e6b8c5e7ffb754093fb89ec4bd4f9dbb9f1c955427299e334917d284745835c2"
dependencies = [
"cranelift-codegen",
"cranelift-entity",
"cranelift-frontend",
"itertools 0.10.5",
"log",
"smallvec",
"wasmparser",
"wasmtime-types",
]
2022-12-01 17:39:06 +01:00
2022-04-14 08:07:59 +02:00
[[package]]
name = "crc"
2022-10-31 09:28:49 +01:00
version = "3.0.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "53757d12b596c16c78b83458d732a5d1a17ab3f53f2f7412f6fb57cc8a140ab3"
2022-04-14 08:07:59 +02:00
dependencies = [
"crc-catalog",
]
[[package]]
name = "crc-catalog"
2022-10-31 09:28:49 +01:00
version = "2.1.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "2d0165d2900ae6778e36e80bbc4da3b5eefccee9ba939761f9c2882a5d9af3ff"
2022-04-14 08:07:59 +02:00
[[package]]
name = "crc32fast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
"cfg-if 1.0.0",
2022-04-14 08:07:59 +02:00
]
2022-12-08 16:22:20 +01:00
[[package]]
name = "crossbeam"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2801af0d36612ae591caa9568261fddce32ce6e08a7275ea334a06a4ad021a2c"
dependencies = [
"cfg-if 1.0.0",
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-epoch",
"crossbeam-queue",
"crossbeam-utils",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "crossbeam-channel"
2022-10-31 09:28:49 +01:00
version = "0.5.6"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
2022-04-14 08:07:59 +02:00
dependencies = [
"cfg-if 1.0.0",
2022-04-14 08:07:59 +02:00
"crossbeam-utils",
]
2022-04-14 21:40:26 +02:00
[[package]]
name = "crossbeam-deque"
2022-10-31 09:28:49 +01:00
version = "0.8.2"
2022-04-14 21:40:26 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
2022-04-14 21:40:26 +02:00
dependencies = [
"cfg-if 1.0.0",
2022-04-14 21:40:26 +02:00
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2022-11-29 15:23:45 +01:00
version = "0.9.13"
2022-04-14 21:40:26 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-29 15:23:45 +01:00
checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a"
2022-04-14 21:40:26 +02:00
dependencies = [
2022-11-18 16:31:52 +01:00
"autocfg 1.1.0",
"cfg-if 1.0.0",
2022-04-14 21:40:26 +02:00
"crossbeam-utils",
2022-11-29 15:23:45 +01:00
"memoffset 0.7.1",
2022-04-14 21:40:26 +02:00
"scopeguard",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "crossbeam-queue"
2022-11-29 15:23:45 +01:00
version = "0.3.8"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-29 15:23:45 +01:00
checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
2022-04-14 08:07:59 +02:00
dependencies = [
"cfg-if 1.0.0",
2022-04-14 08:07:59 +02:00
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
2022-11-29 15:23:45 +01:00
version = "0.8.14"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-29 15:23:45 +01:00
checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
2022-04-14 08:07:59 +02:00
dependencies = [
"cfg-if 1.0.0",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "crypto-common"
2022-10-31 09:28:49 +01:00
version = "0.1.6"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-10-31 09:28:49 +01:00
"generic-array",
2022-04-14 08:07:59 +02:00
"typenum",
]
2022-10-31 09:28:49 +01:00
[[package]]
name = "cxx"
2022-12-20 15:34:20 +01:00
version = "1.0.85"
2022-10-31 09:28:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 15:34:20 +01:00
checksum = "5add3fc1717409d029b20c5b6903fc0c0b02fa6741d820054f4a2efa5e5816fd"
2022-10-31 09:28:49 +01:00
dependencies = [
"cc",
"cxxbridge-flags",
"cxxbridge-macro",
"link-cplusplus",
]
[[package]]
name = "cxx-build"
2022-12-20 15:34:20 +01:00
version = "1.0.85"
2022-10-31 09:28:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 15:34:20 +01:00
checksum = "b4c87959ba14bc6fbc61df77c3fcfe180fc32b93538c4f1031dd802ccb5f2ff0"
2022-10-31 09:28:49 +01:00
dependencies = [
"cc",
"codespan-reporting",
"once_cell",
"proc-macro2",
"quote",
"scratch",
"syn",
]
[[package]]
name = "cxxbridge-flags"
2022-12-20 15:34:20 +01:00
version = "1.0.85"
2022-10-31 09:28:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 15:34:20 +01:00
checksum = "69a3e162fde4e594ed2b07d0f83c6c67b745e7f28ce58c6df5e6b6bef99dfb59"
2022-10-31 09:28:49 +01:00
[[package]]
name = "cxxbridge-macro"
2022-12-20 15:34:20 +01:00
version = "1.0.85"
2022-10-31 09:28:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 15:34:20 +01:00
checksum = "3e7e2adeb6a0d4a282e581096b06e1791532b7d576dcde5ccd9382acf55db8e6"
2022-10-31 09:28:49 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-05-06 16:02:38 +02:00
[[package]]
name = "darling"
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
dependencies = [
2022-12-08 16:22:20 +01:00
"darling_core",
"darling_macro",
2022-05-06 16:02:38 +02:00
]
[[package]]
name = "darling_core"
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
2022-12-05 06:04:14 +01:00
"strsim 0.10.0",
"syn",
]
2022-05-06 16:02:38 +02:00
[[package]]
name = "darling_macro"
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
dependencies = [
2022-12-08 16:22:20 +01:00
"darling_core",
2022-05-06 16:02:38 +02:00
"quote",
"syn",
]
2022-04-21 16:06:34 +02:00
[[package]]
name = "data-encoding"
2022-12-09 16:33:35 +01:00
version = "2.3.3"
2022-04-21 16:06:34 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-09 16:33:35 +01:00
checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"
2022-04-21 16:06:34 +02:00
2022-11-09 16:59:12 +01:00
[[package]]
name = "db-utils"
version = "0.1.0"
dependencies = [
"model",
"sqlx",
"sqlx-core",
]
2022-05-05 16:30:25 +02:00
[[package]]
name = "dbg"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4677188513e0e9d7adced5997cf9a1e7a3c996c994f90093325c5332c1a8b221"
dependencies = [
"version_check 0.1.5",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "derive_more"
version = "0.99.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
dependencies = [
"convert_case",
"proc-macro2",
"quote",
2022-12-20 15:34:20 +01:00
"rustc_version",
2022-04-14 08:07:59 +02:00
"syn",
]
[[package]]
name = "digest"
2022-11-29 15:23:45 +01:00
version = "0.10.6"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-29 15:23:45 +01:00
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-10-31 09:28:49 +01:00
"block-buffer",
2022-04-14 08:07:59 +02:00
"crypto-common",
"subtle",
]
2022-12-08 16:22:20 +01:00
[[package]]
name = "directories-next"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
dependencies = [
"cfg-if 1.0.0",
"dirs-sys-next",
]
2022-12-02 16:05:55 +01:00
[[package]]
2022-12-05 06:04:14 +01:00
name = "dirs"
version = "3.0.2"
2022-12-02 16:05:55 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-05 06:04:14 +01:00
checksum = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309"
2022-12-02 16:05:55 +01:00
dependencies = [
2022-12-05 06:04:14 +01:00
"dirs-sys",
2022-12-02 16:05:55 +01:00
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "dirs"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
dependencies = [
"libc",
"redox_users",
"winapi 0.3.9",
2022-04-14 08:07:59 +02:00
]
2022-12-02 16:05:55 +01:00
[[package]]
2022-12-08 16:22:20 +01:00
name = "dirs-sys-next"
version = "0.1.2"
2022-12-02 16:05:55 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-08 16:22:20 +01:00
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
dependencies = [
"libc",
"redox_users",
"winapi 0.3.9",
]
2022-12-02 16:05:55 +01:00
2022-04-14 08:07:59 +02:00
[[package]]
2022-10-31 09:28:49 +01:00
name = "displaydoc"
version = "0.2.3"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "3bf95dc3f046b9da4f2d51833c0d3547d8564ef6910f5c1ed130306a75b92886"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-04-14 08:07:59 +02:00
2022-12-20 15:34:20 +01:00
[[package]]
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
2022-04-14 08:07:59 +02:00
[[package]]
name = "dotenv"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
2022-10-31 09:28:49 +01:00
[[package]]
name = "dotenvy"
version = "0.15.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03d8c417d7a8cb362e0c37e5d815f5eb7c37f79ff93707329d5a194e42e54ca0"
2022-05-06 16:02:38 +02:00
[[package]]
name = "dummy"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5bf5ff6f74150b0bbb6e6057718a903b3d8f3fc7096c9190fc162ca99d3b2273"
dependencies = [
2022-12-08 16:22:20 +01:00
"darling",
2022-05-06 16:02:38 +02:00
"quote",
"syn",
]
[[package]]
name = "educe"
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb0188e3c3ba8df5753894d54461f0e39bc91741dc5b22e1c46999ec2c71f4e4"
dependencies = [
"enum-ordinalize",
"proc-macro2",
"quote",
"syn",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "either"
2022-10-31 09:28:49 +01:00
version = "1.8.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
2022-04-14 08:07:59 +02:00
2022-05-06 11:47:18 +02:00
[[package]]
name = "email_manager"
version = "0.1.0"
dependencies = [
2022-11-05 01:08:45 +01:00
"channels",
2022-05-06 11:47:18 +02:00
"chrono",
"config",
2022-11-05 01:08:45 +01:00
"dotenv",
2022-11-11 16:32:07 +01:00
"fake",
2022-11-05 01:08:45 +01:00
"handlebars",
2022-05-06 11:47:18 +02:00
"model",
2022-11-01 22:09:58 +01:00
"rumqttc",
2022-05-06 11:47:18 +02:00
"sendgrid",
2022-05-09 16:17:27 +02:00
"serde",
"serde_json",
2022-11-05 01:08:45 +01:00
"tarpc",
2022-11-11 16:32:07 +01:00
"testx",
2022-05-06 11:47:18 +02:00
"thiserror",
2022-12-09 16:33:35 +01:00
"tokio 1.23.0",
"tracing",
2022-05-15 10:30:15 +02:00
"uuid 0.8.2",
2022-05-06 11:47:18 +02:00
]
2022-05-05 16:30:25 +02:00
[[package]]
name = "enclose"
version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1056f553da426e9c025a662efa48b52e62e0a3a7648aa2d15aeaaf7f0d329357"
2022-11-11 16:32:07 +01:00
[[package]]
name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
2022-04-14 08:07:59 +02:00
[[package]]
name = "encoding_rs"
version = "0.8.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
dependencies = [
"cfg-if 1.0.0",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "enum-ordinalize"
version = "3.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a62bb1df8b45ecb7ffa78dca1c17a438fb193eb083db0b1b494d2a61bcb5096a"
dependencies = [
"num-bigint",
"num-traits",
"proc-macro2",
"quote",
2022-12-20 15:34:20 +01:00
"rustc_version",
"syn",
]
2022-12-01 17:39:06 +01:00
[[package]]
2022-12-05 06:04:14 +01:00
name = "env_logger"
2022-12-08 16:22:20 +01:00
version = "0.9.3"
2022-12-01 17:39:06 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-08 16:22:20 +01:00
checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
2022-12-01 17:39:06 +01:00
dependencies = [
2022-12-05 06:04:14 +01:00
"atty",
2022-12-20 15:34:20 +01:00
"humantime",
2022-12-05 06:04:14 +01:00
"log",
"regex",
"termcolor",
2022-12-01 17:39:06 +01:00
]
2022-12-08 16:22:20 +01:00
[[package]]
name = "errno"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
dependencies = [
"errno-dragonfly",
"libc",
"winapi 0.3.9",
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
2022-04-16 18:58:59 +02:00
[[package]]
name = "event-listener"
2022-10-31 09:28:49 +01:00
version = "2.5.3"
2022-04-16 18:58:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
2022-04-16 18:58:59 +02:00
2022-05-06 16:02:38 +02:00
[[package]]
name = "fake"
2022-10-31 09:28:49 +01:00
version = "2.5.0"
2022-05-06 16:02:38 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "4d68f517805463f3a896a9d29c1d6ff09d3579ded64a7201b4069f8f9c0d52fd"
2022-05-06 16:02:38 +02:00
dependencies = [
"chrono",
"dummy",
"http",
2022-11-18 16:31:52 +01:00
"rand 0.8.5",
2022-11-29 15:23:45 +01:00
"uuid 1.2.2",
2022-05-06 16:02:38 +02:00
]
2022-11-18 16:31:52 +01:00
[[package]]
name = "fakeit"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "853c484c6a2a2a7e7d5f0d7863b4a64b90875b60cea1ccab68cc4da21c785656"
dependencies = [
"chrono",
"libmath",
"rand 0.6.5",
"simplerand",
"uuid 0.8.2",
]
2022-12-01 17:39:06 +01:00
[[package]]
name = "fallible-iterator"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
2022-04-20 16:25:52 +02:00
[[package]]
name = "fastrand"
2022-10-31 09:28:49 +01:00
version = "1.8.0"
2022-04-20 16:25:52 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
2022-04-20 16:25:52 +02:00
dependencies = [
"instant",
]
2022-12-08 16:22:20 +01:00
[[package]]
name = "file-per-thread-logger"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21e16290574b39ee41c71aeb90ae960c504ebaf1e2a1c87bd52aa56ed6e1a02f"
dependencies = [
2022-12-20 15:34:20 +01:00
"env_logger",
2022-12-08 16:22:20 +01:00
"log",
]
2022-12-02 16:05:55 +01:00
[[package]]
2022-12-05 06:04:14 +01:00
name = "filetime"
2022-12-09 16:33:35 +01:00
version = "0.2.19"
2022-12-02 16:05:55 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-09 16:33:35 +01:00
checksum = "4e884668cd0c7480504233e951174ddc3b382f7c2666e3b7310b5c4e7b0c37f9"
2022-12-02 16:05:55 +01:00
dependencies = [
2022-12-05 06:04:14 +01:00
"cfg-if 1.0.0",
"libc",
"redox_syscall",
"windows-sys 0.42.0",
2022-12-02 16:05:55 +01:00
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "flate2"
2022-11-29 15:23:45 +01:00
version = "1.0.25"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-29 15:23:45 +01:00
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
2022-04-14 08:07:59 +02:00
dependencies = [
"crc32fast",
2022-12-08 16:22:20 +01:00
"miniz_oxide",
2022-04-14 08:07:59 +02:00
]
2022-05-22 14:19:11 +02:00
[[package]]
name = "fluent"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61f69378194459db76abd2ce3952b790db103ceb003008d3d50d97c41ff847a7"
dependencies = [
"fluent-bundle",
"unic-langid",
]
[[package]]
name = "fluent-bundle"
version = "0.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e242c601dec9711505f6d5bbff5bedd4b61b2469f2e8bb8e57ee7c9747a87ffd"
dependencies = [
"fluent-langneg",
"fluent-syntax",
"intl-memoizer",
"intl_pluralrules",
"rustc-hash",
"self_cell",
"smallvec",
"unic-langid",
]
[[package]]
name = "fluent-langneg"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94"
dependencies = [
"unic-langid",
]
[[package]]
name = "fluent-syntax"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0abed97648395c902868fee9026de96483933faa54ea3b40d652f7dfe61ca78"
dependencies = [
"thiserror",
]
2022-11-01 22:09:58 +01:00
[[package]]
name = "flume"
version = "0.10.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
dependencies = [
"futures-core",
"futures-sink",
"nanorand",
"pin-project",
"spin 0.9.4",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2022-04-21 16:06:34 +02:00
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2022-04-14 08:07:59 +02:00
[[package]]
name = "form_urlencoded"
2022-10-31 09:28:49 +01:00
version = "1.1.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
2022-04-14 08:07:59 +02:00
dependencies = [
"percent-encoding",
]
2022-12-08 16:22:20 +01:00
[[package]]
name = "fs-set-times"
version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a267b6a9304912e018610d53fe07115d8b530b160e85db4d2d3a59f3ddde1aec"
dependencies = [
"io-lifetimes 0.7.5",
"rustix 0.35.13",
"windows-sys 0.36.1",
]
2022-12-01 17:39:06 +01:00
[[package]]
2022-12-05 06:04:14 +01:00
name = "fs_extra"
version = "1.2.0"
2022-12-01 17:39:06 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-05 06:04:14 +01:00
checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"
2022-12-01 17:39:06 +01:00
2022-11-18 16:31:52 +01:00
[[package]]
name = "fuchsia-cprng"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
dependencies = [
"bitflags",
"fuchsia-zircon-sys",
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
2022-04-14 08:07:59 +02:00
[[package]]
name = "futures"
2022-10-31 09:28:49 +01:00
version = "0.3.25"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"
2022-04-14 08:07:59 +02:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2022-10-31 09:28:49 +01:00
version = "0.3.25"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"
2022-04-14 08:07:59 +02:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2022-10-31 09:28:49 +01:00
version = "0.3.25"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
2022-04-14 08:07:59 +02:00
[[package]]
name = "futures-executor"
2022-10-31 09:28:49 +01:00
version = "0.3.25"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"
2022-04-14 08:07:59 +02:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-intrusive"
2022-11-29 15:23:45 +01:00
version = "0.4.2"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-29 15:23:45 +01:00
checksum = "a604f7a68fbf8103337523b1fadc8ade7361ee3f112f7c680ad179651616aed5"
2022-04-14 08:07:59 +02:00
dependencies = [
"futures-core",
"lock_api",
2022-11-29 15:23:45 +01:00
"parking_lot 0.11.2",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "futures-io"
2022-10-31 09:28:49 +01:00
version = "0.3.25"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"
2022-04-14 08:07:59 +02:00
[[package]]
name = "futures-macro"
2022-10-31 09:28:49 +01:00
version = "0.3.25"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"
2022-04-14 08:07:59 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "futures-sink"
2022-10-31 09:28:49 +01:00
version = "0.3.25"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"
2022-04-14 08:07:59 +02:00
[[package]]
name = "futures-task"
2022-10-31 09:28:49 +01:00
version = "0.3.25"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"
2022-04-14 08:07:59 +02:00
[[package]]
name = "futures-util"
2022-10-31 09:28:49 +01:00
version = "0.3.25"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"
2022-04-14 08:07:59 +02:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
2022-12-05 06:04:14 +01:00
"pin-project-lite 0.2.9",
2022-04-14 08:07:59 +02:00
"pin-utils",
"slab",
]
2022-12-01 17:39:06 +01:00
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
"byteorder",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "generic-array"
2022-10-31 09:28:49 +01:00
version = "0.14.6"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
2022-04-14 08:07:59 +02:00
dependencies = [
"typenum",
2022-05-05 16:30:25 +02:00
"version_check 0.9.4",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "getrandom"
2022-10-31 09:28:49 +01:00
version = "0.2.8"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
2022-04-14 08:07:59 +02:00
dependencies = [
"cfg-if 1.0.0",
2022-04-18 22:07:52 +02:00
"js-sys",
2022-04-14 08:07:59 +02:00
"libc",
2022-10-31 09:28:49 +01:00
"wasi 0.11.0+wasi-snapshot-preview1",
2022-04-18 22:07:52 +02:00
"wasm-bindgen",
2022-04-14 08:07:59 +02:00
]
2022-12-01 17:39:06 +01:00
[[package]]
name = "gimli"
version = "0.26.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
dependencies = [
"fallible-iterator",
"indexmap",
"stable_deref_trait",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "git2"
2022-10-31 09:28:49 +01:00
version = "0.14.4"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "d0155506aab710a86160ddb504a480d2964d7ab5b9e62419be69e0032bc5931c"
2022-04-14 08:07:59 +02:00
dependencies = [
"bitflags",
"libc",
"libgit2-sys",
"log",
"url",
]
2022-12-05 06:04:14 +01:00
[[package]]
name = "glob"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
2022-05-05 16:30:25 +02:00
[[package]]
name = "gloo-events"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68b107f8abed8105e4182de63845afcc7b69c098b7852a813ea7462a320992fc"
dependencies = [
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "gloo-file"
2022-10-31 09:28:49 +01:00
version = "0.2.3"
2022-05-05 16:30:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "a8d5564e570a38b43d78bdc063374a0c3098c4f0d64005b12f9bbe87e869b6d7"
2022-05-05 16:30:25 +02:00
dependencies = [
"futures-channel",
"gloo-events",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "gloo-timers"
2022-11-29 15:23:45 +01:00
version = "0.2.5"
2022-05-05 16:30:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-29 15:23:45 +01:00
checksum = "98c4a8d6391675c6b2ee1a6c8d06e8e2d03605c44cec1270675985a4c2a5500b"
2022-05-05 16:30:25 +02:00
dependencies = [
"futures-channel",
"futures-core",
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "gloo-utils"
2022-11-29 15:23:45 +01:00
version = "0.1.6"
2022-05-05 16:30:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-29 15:23:45 +01:00
checksum = "a8e8fc851e9c7b9852508bc6e3f690f452f474417e8545ec9857b7f7377036b5"
2022-05-05 16:30:25 +02:00
dependencies = [
"js-sys",
2022-10-31 09:28:49 +01:00
"serde",
"serde_json",
2022-05-05 16:30:25 +02:00
"wasm-bindgen",
"web-sys",
]
2022-04-14 21:40:26 +02:00
[[package]]
name = "gumdrop"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5bc700f989d2f6f0248546222d9b4258f5b02a171a431f8285a81c08142629e3"
dependencies = [
"gumdrop_derive",
]
[[package]]
name = "gumdrop_derive"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "729f9bd3449d77e7831a18abfb7ba2f99ee813dfd15b8c2167c9a54ba20aa99d"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-12-05 06:04:14 +01:00
[[package]]
name = "h2"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535"
dependencies = [
"bytes 0.5.6",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio 0.2.25",
"tokio-util 0.3.1",
"tracing",
"tracing-futures",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "h2"
2022-10-31 09:28:49 +01:00
version = "0.3.15"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-12-05 06:04:14 +01:00
"bytes 1.3.0",
2022-04-14 08:07:59 +02:00
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
2022-12-09 16:33:35 +01:00
"tokio 1.23.0",
2022-12-05 06:04:14 +01:00
"tokio-util 0.7.4",
2022-04-14 08:07:59 +02:00
"tracing",
]
2022-11-05 01:08:45 +01:00
[[package]]
name = "handlebars"
version = "4.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "433e4ab33f1213cdc25b5fa45c76881240cfe79284cf2b395e8b9e312a30a2fd"
dependencies = [
"log",
"pest",
"pest_derive",
"serde",
"serde_json",
"thiserror",
]
2022-11-29 15:23:45 +01:00
[[package]]
name = "hashbrown"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
dependencies = [
"ahash",
]
2022-05-05 16:30:25 +02:00
[[package]]
name = "hashbrown"
2022-10-31 09:28:49 +01:00
version = "0.12.3"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-10-31 09:28:49 +01:00
"ahash",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "hashlink"
2022-10-31 09:28:49 +01:00
version = "0.8.1"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "69fe1fcf8b4278d860ad0548329f892a3631fb63f82574df68275f34cdbe0ffa"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-11-29 15:23:45 +01:00
"hashbrown 0.12.3",
2022-04-14 08:07:59 +02:00
]
2022-12-20 15:34:20 +01:00
[[package]]
name = "hdrhistogram"
version = "7.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f19b9f54f7c7f55e31401bb647626ce0cf0f67b0004982ce815b3ee72a02aa8"
dependencies = [
"base64 0.13.1",
"byteorder",
"crossbeam-channel",
"flate2",
"nom",
"num-traits",
]
2022-12-05 06:04:14 +01:00
[[package]]
name = "heck"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
dependencies = [
"unicode-segmentation",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "heck"
2022-04-16 18:58:59 +02:00
version = "0.4.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-16 18:58:59 +02:00
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
2022-04-14 08:07:59 +02:00
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "hermit-abi"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
]
2022-12-08 16:22:20 +01:00
[[package]]
name = "hermit-abi"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
dependencies = [
"libc",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hkdf"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
dependencies = [
2022-04-16 18:58:59 +02:00
"hmac",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "hmac"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
2022-10-31 09:28:49 +01:00
"digest",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "http"
2022-06-12 06:22:27 +02:00
version = "0.2.8"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-12 06:22:27 +02:00
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-12-05 06:04:14 +01:00
"bytes 1.3.0",
2022-04-14 08:07:59 +02:00
"fnv",
2022-12-20 15:34:20 +01:00
"itoa 1.0.5",
2022-12-05 06:04:14 +01:00
]
[[package]]
name = "http-body"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
dependencies = [
"bytes 0.5.6",
"http",
2022-04-14 08:07:59 +02:00
]
2022-04-18 22:07:52 +02:00
[[package]]
name = "http-body"
2022-06-12 06:22:27 +02:00
version = "0.4.5"
2022-04-18 22:07:52 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-12 06:22:27 +02:00
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
2022-04-18 22:07:52 +02:00
dependencies = [
2022-12-05 06:04:14 +01:00
"bytes 1.3.0",
2022-04-18 22:07:52 +02:00
"http",
2022-12-05 06:04:14 +01:00
"pin-project-lite 0.2.9",
2022-04-18 22:07:52 +02:00
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "httparse"
2022-10-31 09:28:49 +01:00
version = "1.8.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
2022-04-14 08:07:59 +02:00
2022-12-05 06:04:14 +01:00
[[package]]
name = "httpdate"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
2022-04-14 08:07:59 +02:00
[[package]]
name = "httpdate"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
2022-11-03 07:02:33 +01:00
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2022-12-05 06:04:14 +01:00
[[package]]
name = "hyper"
version = "0.13.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb"
dependencies = [
"bytes 0.5.6",
"futures-channel",
"futures-core",
"futures-util",
"h2 0.2.7",
"http",
"http-body 0.3.1",
"httparse",
"httpdate 0.3.2",
"itoa 0.4.8",
"pin-project",
"socket2 0.3.19",
"tokio 0.2.25",
"tower-service",
"tracing",
"want",
]
2022-04-18 22:07:52 +02:00
[[package]]
name = "hyper"
2022-11-29 15:23:45 +01:00
version = "0.14.23"
2022-04-18 22:07:52 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-29 15:23:45 +01:00
checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c"
2022-04-18 22:07:52 +02:00
dependencies = [
2022-12-05 06:04:14 +01:00
"bytes 1.3.0",
2022-04-18 22:07:52 +02:00
"futures-channel",
"futures-core",
"futures-util",
2022-12-05 06:04:14 +01:00
"h2 0.3.15",
2022-04-18 22:07:52 +02:00
"http",
2022-12-05 06:04:14 +01:00
"http-body 0.4.5",
2022-04-18 22:07:52 +02:00
"httparse",
2022-12-05 06:04:14 +01:00
"httpdate 1.0.2",
2022-12-20 15:34:20 +01:00
"itoa 1.0.5",
2022-12-05 06:04:14 +01:00
"pin-project-lite 0.2.9",
"socket2 0.4.7",
2022-12-09 16:33:35 +01:00
"tokio 1.23.0",
2022-04-18 22:07:52 +02:00
"tower-service",
"tracing",
"want",
]
2022-12-05 06:04:14 +01:00
[[package]]
name = "hyper-tls"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed"
dependencies = [
"bytes 0.5.6",
"hyper 0.13.10",
"native-tls",
"tokio 0.2.25",
"tokio-tls",
]
2022-04-21 16:06:34 +02:00
[[package]]
name = "hyper-tls"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
dependencies = [
2022-12-05 06:04:14 +01:00
"bytes 1.3.0",
"hyper 0.14.23",
2022-04-21 16:06:34 +02:00
"native-tls",
2022-12-09 16:33:35 +01:00
"tokio 1.23.0",
2022-04-21 16:06:34 +02:00
"tokio-native-tls",
]
2022-10-31 09:28:49 +01:00
[[package]]
name = "iana-time-zone"
version = "0.1.53"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
"winapi 0.3.9",
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
dependencies = [
"cxx",
"cxx-build",
]
2022-05-06 16:02:38 +02:00
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2022-04-14 08:07:59 +02:00
[[package]]
name = "idna"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
]
2022-10-31 09:28:49 +01:00
[[package]]
name = "idna"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "indexmap"
2022-11-29 15:23:45 +01:00
version = "1.9.2"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-29 15:23:45 +01:00
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-11-18 16:31:52 +01:00
"autocfg 1.1.0",
2022-11-29 15:23:45 +01:00
"hashbrown 0.12.3",
2022-05-05 16:30:25 +02:00
"serde",
2022-04-14 08:07:59 +02:00
]
2022-12-05 06:04:14 +01:00
[[package]]
name = "indicatif"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7baab56125e25686df467fe470785512329883aab42696d661247aca2a2896e4"
dependencies = [
"console",
"lazy_static",
"number_prefix",
"regex",
]
2022-11-11 16:32:07 +01:00
[[package]]
name = "insta"
2022-12-20 15:34:20 +01:00
version = "1.23.0"
2022-11-11 16:32:07 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 15:34:20 +01:00
checksum = "e48b08a091dfe5b09a6a9688c468fdd5b4396e92ce09e2eb932f0884b02788a4"
2022-11-11 16:32:07 +01:00
dependencies = [
"console",
"lazy_static",
"linked-hash-map",
"similar",
"yaml-rust",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if 1.0.0",
2022-04-14 08:07:59 +02:00
]
2022-05-22 14:19:11 +02:00
[[package]]
name = "intl-memoizer"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f"
dependencies = [
"type-map",
"unic-langid",
]
[[package]]
name = "intl_pluralrules"
2022-10-31 09:28:49 +01:00
version = "7.0.2"
2022-05-22 14:19:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972"
2022-05-22 14:19:11 +02:00
dependencies = [
"unic-langid",
]
[[package]]
2022-12-08 16:22:20 +01:00
name = "io-extras"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-08 16:22:20 +01:00
checksum = "4a5d8c2ab5becd8720e30fd25f8fa5500d8dc3fceadd8378f05859bd7b46fc49"
dependencies = [
2022-12-08 16:22:20 +01:00
"io-lifetimes 0.7.5",
"windows-sys 0.36.1",
]
2022-04-18 22:07:52 +02:00
[[package]]
2022-12-08 16:22:20 +01:00
name = "io-lifetimes"
version = "0.7.5"
2022-04-18 22:07:52 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-08 16:22:20 +01:00
checksum = "59ce5ef949d49ee85593fc4d3f3f95ad61657076395cbbce23e2121fc5542074"
dependencies = [
"libc",
"windows-sys 0.42.0",
]
2022-04-18 22:07:52 +02:00
2022-04-14 08:07:59 +02:00
[[package]]
2022-12-08 16:22:20 +01:00
name = "io-lifetimes"
version = "1.0.3"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-08 16:22:20 +01:00
checksum = "46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c"
dependencies = [
"libc",
"windows-sys 0.42.0",
]
[[package]]
name = "iovec"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
dependencies = [
"libc",
]
[[package]]
name = "ipnet"
2022-12-20 15:34:20 +01:00
version = "2.7.0"
2022-12-08 16:22:20 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 15:34:20 +01:00
checksum = "11b0d96e660696543b251e58030cf9787df56da39dab19ad60eae7353040917e"
2022-12-08 16:22:20 +01:00
[[package]]
name = "ipnetwork"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f84f1612606f3753f205a4e9a2efd6fe5b4c573a6269b2cc6c3003d44a0d127"
[[package]]
name = "is-terminal"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d508111813f9af3afd2f92758f77e4ed2cc9371b642112c6a48d22eb73105c5"
dependencies = [
"hermit-abi 0.2.6",
"io-lifetimes 0.7.5",
"rustix 0.35.13",
"windows-sys 0.36.1",
]
2022-12-01 17:39:06 +01:00
[[package]]
2022-12-05 06:04:14 +01:00
name = "itertools"
version = "0.9.0"
2022-12-01 17:39:06 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-05 06:04:14 +01:00
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
2022-12-01 17:39:06 +01:00
dependencies = [
2022-12-05 06:04:14 +01:00
"either",
2022-12-01 17:39:06 +01:00
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "itertools"
2022-10-31 09:28:49 +01:00
version = "0.10.5"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
2022-04-14 08:07:59 +02:00
dependencies = [
"either",
]
[[package]]
name = "itoa"
2022-12-05 06:04:14 +01:00
version = "0.4.8"
2022-12-02 16:05:55 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-05 06:04:14 +01:00
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
2022-12-02 16:05:55 +01:00
[[package]]
2022-12-05 06:04:14 +01:00
name = "itoa"
2022-12-20 15:34:20 +01:00
version = "1.0.5"
2022-12-02 16:05:55 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 15:34:20 +01:00
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
2022-12-02 16:05:55 +01:00
2022-12-08 16:22:20 +01:00
[[package]]
name = "ittapi"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8c4f6ff06169ce7048dac5150b1501c7e3716a929721aeb06b87e51a43e42f4"
dependencies = [
"anyhow",
"ittapi-sys",
"log",
]
[[package]]
name = "ittapi-sys"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87e078cce01485f418bae3beb34dd604aaedf2065502853c7da17fbce8e64eda"
dependencies = [
"cc",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "jobserver"
2022-10-31 09:28:49 +01:00
version = "0.1.25"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"
2022-04-14 08:07:59 +02:00
dependencies = [
"libc",
]
[[package]]
name = "js-sys"
2022-10-31 09:28:49 +01:00
version = "0.3.60"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
2022-04-14 08:07:59 +02:00
dependencies = [
"wasm-bindgen",
]
2022-11-03 07:02:33 +01:00
[[package]]
name = "json"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
2022-04-18 22:07:52 +02:00
[[package]]
name = "jwt"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6204285f77fe7d9784db3fdc449ecce1a0114927a51d5a41c4c7a292011c015f"
dependencies = [
2022-12-20 15:34:20 +01:00
"base64 0.13.1",
2022-04-18 22:07:52 +02:00
"crypto-common",
2022-10-31 09:28:49 +01:00
"digest",
2022-04-18 22:07:52 +02:00
"hmac",
"serde",
"serde_json",
2022-04-30 06:58:27 +02:00
"sha2",
2022-04-18 22:07:52 +02:00
]
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
dependencies = [
"winapi 0.2.8",
"winapi-build",
]
2022-05-22 14:19:11 +02:00
[[package]]
name = "lang_provider"
version = "0.1.0"
dependencies = [
"config",
"fluent",
"model",
2022-11-01 22:09:58 +01:00
"rumqttc",
2022-05-22 14:19:11 +02:00
"thiserror",
"tracing",
2022-05-22 14:19:11 +02:00
"unic-langid",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "language-tags"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2022-12-01 17:39:06 +01:00
[[package]]
name = "leb128"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
2022-04-14 08:07:59 +02:00
[[package]]
name = "libc"
2022-12-09 16:33:35 +01:00
version = "0.2.138"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-09 16:33:35 +01:00
checksum = "db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8"
2022-04-14 08:07:59 +02:00
[[package]]
name = "libgit2-sys"
2022-10-31 09:28:49 +01:00
version = "0.13.4+1.4.2"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "d0fa6563431ede25f5cc7f6d803c6afbc1c5d3ad3d4925d12c882bf2b526f5d1"
2022-04-14 08:07:59 +02:00
dependencies = [
"cc",
"libc",
"libz-sys",
"pkg-config",
]
2022-11-18 16:31:52 +01:00
[[package]]
name = "libmath"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfd3416934a853ae80d5c3b006f632dfcbaf320300c5167e88a469e9ac214502"
dependencies = [
"rand 0.3.23",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "libz-sys"
2022-06-12 06:22:27 +02:00
version = "1.1.8"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-12 06:22:27 +02:00
checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
2022-04-14 08:07:59 +02:00
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2022-10-31 09:28:49 +01:00
[[package]]
name = "link-cplusplus"
2022-12-20 15:34:20 +01:00
version = "1.0.8"
2022-10-31 09:28:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 15:34:20 +01:00
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
2022-10-31 09:28:49 +01:00
dependencies = [
"cc",
]
2022-11-11 16:32:07 +01:00
[[package]]
name = "linked-hash-map"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2022-12-08 16:22:20 +01:00
[[package]]
name = "linux-raw-sys"
version = "0.0.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d"
[[package]]
name = "linux-raw-sys"
2022-12-20 15:34:20 +01:00
version = "0.1.4"
2022-12-08 16:22:20 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 15:34:20 +01:00
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
2022-12-08 16:22:20 +01:00
2022-12-01 17:39:06 +01:00
[[package]]
2022-12-05 06:04:14 +01:00
name = "llvmenv"
version = "0.3.2"
2022-12-02 16:05:55 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-05 06:04:14 +01:00
checksum = "4f0a76e15802ea3f937731a680e37c3e8abfc4a36ecc3c15371f69333e424a05"
dependencies = [
"bytes 0.5.6",
"dirs 3.0.2",
"fs_extra",
2022-12-20 15:34:20 +01:00
"futures",
2022-12-05 06:04:14 +01:00
"glob",
"indicatif",
"itertools 0.9.0",
"lazy_static",
"log",
"num_cpus",
"regex",
"reqwest 0.10.10",
"semver 0.11.0",
"serde",
"serde_derive",
"shellexpand",
"simplelog",
"structopt",
"tar",
"tempfile",
"thiserror",
"tokio 0.2.25",
"toml",
"url",
"which",
"xz2",
]
2022-12-02 16:05:55 +01:00
2022-04-14 08:07:59 +02:00
[[package]]
name = "local-channel"
2022-05-09 16:17:27 +02:00
version = "0.1.3"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-09 16:17:27 +02:00
checksum = "7f303ec0e94c6c54447f84f3b0ef7af769858a9c4ef56ef2a986d3dcd4c3fc9c"
2022-04-14 08:07:59 +02:00
dependencies = [
"futures-core",
"futures-sink",
"futures-util",
"local-waker",
]
[[package]]
name = "local-waker"
2022-05-09 16:17:27 +02:00
version = "0.1.3"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-09 16:17:27 +02:00
checksum = "e34f76eb3611940e0e7d53a9aaa4e6a3151f69541a282fd0dad5571420c53ff1"
2022-04-14 08:07:59 +02:00
[[package]]
name = "lock_api"
2022-10-31 09:28:49 +01:00
version = "0.4.9"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-11-18 16:31:52 +01:00
"autocfg 1.1.0",
2022-04-14 08:07:59 +02:00
"scopeguard",
]
[[package]]
name = "log"
2022-05-06 11:47:18 +02:00
version = "0.4.17"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-06 11:47:18 +02:00
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
2022-04-14 08:07:59 +02:00
dependencies = [
"cfg-if 1.0.0",
2022-04-14 08:07:59 +02:00
]
2022-12-05 06:04:14 +01:00
[[package]]
name = "lzma-sys"
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27"
dependencies = [
"cc",
"libc",
"pkg-config",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "mac_address"
2022-10-31 09:28:49 +01:00
version = "1.1.4"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "b238e3235c8382b7653c6408ed1b08dd379bdb9fdf990fb0bbae3db2cc0ae963"
2022-04-14 08:07:59 +02:00
dependencies = [
"nix",
"winapi 0.3.9",
2022-04-14 08:07:59 +02:00
]
2022-12-01 17:39:06 +01:00
[[package]]
name = "mach"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
dependencies = [
"libc",
]
[[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
"regex-automata",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "matches"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
2022-12-08 16:22:20 +01:00
[[package]]
name = "maybe-owned"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
2022-04-14 08:07:59 +02:00
[[package]]
name = "md-5"
2022-10-31 09:28:49 +01:00
version = "0.10.5"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-10-31 09:28:49 +01:00
"digest",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "memchr"
2022-05-09 16:17:27 +02:00
version = "2.5.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-09 16:17:27 +02:00
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2022-04-14 08:07:59 +02:00
2022-12-02 16:05:55 +01:00
[[package]]
2022-12-08 16:22:20 +01:00
name = "memfd"
version = "0.6.2"
2022-12-02 16:05:55 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-08 16:22:20 +01:00
checksum = "b20a59d985586e4a5aef64564ac77299f8586d8be6cf9106a5a40207e8908efb"
2022-12-02 16:05:55 +01:00
dependencies = [
2022-12-08 16:22:20 +01:00
"rustix 0.36.5",
2022-12-02 16:05:55 +01:00
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "memoffset"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
dependencies = [
2022-11-18 16:31:52 +01:00
"autocfg 1.1.0",
2022-04-14 08:07:59 +02:00
]
2022-11-29 15:23:45 +01:00
[[package]]
name = "memoffset"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
dependencies = [
"autocfg 1.1.0",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "mime"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
[[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"
2022-11-29 15:23:45 +01:00
version = "0.6.2"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-29 15:23:45 +01:00
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
2022-04-14 08:07:59 +02:00
dependencies = [
"adler",
]
[[package]]
name = "mio"
version = "0.6.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
dependencies = [
"cfg-if 0.1.10",
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
"libc",
"log",
"miow",
"net2",
"slab",
"winapi 0.2.8",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "mio"
2022-10-31 09:28:49 +01:00
version = "0.8.5"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
2022-04-14 08:07:59 +02:00
dependencies = [
"libc",
"log",
"wasi 0.11.0+wasi-snapshot-preview1",
2022-10-31 09:28:49 +01:00
"windows-sys 0.42.0",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "miow"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
dependencies = [
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
]
2022-05-06 11:47:18 +02:00
[[package]]
name = "model"
version = "0.1.0"
dependencies = [
2022-05-08 09:47:05 +02:00
"argon2",
2022-05-06 11:47:18 +02:00
"chrono",
"derive_more",
2022-05-06 16:02:38 +02:00
"fake",
2022-05-08 09:47:05 +02:00
"password-hash",
2022-11-18 16:31:52 +01:00
"rand 0.8.5",
"rand_core 0.6.4",
2022-05-06 11:47:18 +02:00
"serde",
"sqlx",
"sqlx-core",
"thiserror",
2022-11-29 15:23:45 +01:00
"uuid 1.2.2",
2022-11-17 16:56:08 +01:00
"validator",
2022-05-06 11:47:18 +02:00
]
2022-11-01 22:09:58 +01:00
[[package]]
name = "nanorand"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
dependencies = [
"getrandom",
]
2022-04-21 16:06:34 +02:00
[[package]]
name = "native-tls"
2022-11-29 15:23:45 +01:00
version = "0.2.11"
2022-04-21 16:06:34 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-29 15:23:45 +01:00
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
2022-04-21 16:06:34 +02:00
dependencies = [
"lazy_static",
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
[[package]]
name = "net2"
2022-10-31 09:28:49 +01:00
version = "0.2.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "74d0df99cfcd2530b2e694f6e17e7f37b8e26bb23983ac530c0c97408837c631"
dependencies = [
"cfg-if 0.1.10",
"libc",
"winapi 0.3.9",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "nix"
2022-12-09 16:33:35 +01:00
version = "0.23.2"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-09 16:33:35 +01:00
checksum = "8f3790c00a0150112de0f4cd161e3d7fc4b2d8a5542ffc35f099a2562aecb35c"
2022-04-14 08:07:59 +02:00
dependencies = [
"bitflags",
"cc",
"cfg-if 1.0.0",
2022-04-14 08:07:59 +02:00
"libc",
2022-11-29 15:23:45 +01:00
"memoffset 0.6.5",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "nom"
version = "7.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
dependencies = [
"memchr",
"minimal-lexical",
]
2022-10-31 09:28:49 +01:00
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi 0.3.9",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "num-bigint"
2022-10-31 09:28:49 +01:00
version = "0.4.3"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-11-18 16:31:52 +01:00
"autocfg 1.1.0",
2022-04-14 08:07:59 +02:00
"num-integer",
"num-traits",
]
[[package]]
name = "num-integer"
2022-04-30 06:58:27 +02:00
version = "0.1.45"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-30 06:58:27 +02:00
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-11-18 16:31:52 +01:00
"autocfg 1.1.0",
2022-04-14 08:07:59 +02:00
"num-traits",
]
[[package]]
name = "num-traits"
2022-05-09 16:17:27 +02:00
version = "0.2.15"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-09 16:17:27 +02:00
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-11-18 16:31:52 +01:00
"autocfg 1.1.0",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "num_cpus"
2022-11-29 15:23:45 +01:00
version = "1.14.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-29 15:23:45 +01:00
checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-12-08 16:22:20 +01:00
"hermit-abi 0.1.19",
2022-04-14 08:07:59 +02:00
"libc",
]
2022-12-05 06:04:14 +01:00
[[package]]
name = "number_prefix"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17b02fc0ff9a9e4b35b3342880f48e896ebf69f2967921fe8646bf5b7125956a"
2022-12-01 17:39:06 +01:00
[[package]]
name = "object"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
dependencies = [
2022-12-08 16:22:20 +01:00
"crc32fast",
"hashbrown 0.12.3",
"indexmap",
2022-12-01 17:39:06 +01:00
"memchr",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "once_cell"
2022-10-31 09:28:49 +01:00
version = "1.16.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
2022-04-14 08:07:59 +02:00
2022-04-21 16:06:34 +02:00
[[package]]
name = "openssl"
2022-12-09 16:33:35 +01:00
version = "0.10.44"
2022-04-21 16:06:34 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-09 16:33:35 +01:00
checksum = "29d971fd5722fec23977260f6e81aa67d2f22cadbdc2aa049f1022d9a3be1566"
2022-04-21 16:06:34 +02:00
dependencies = [
"bitflags",
"cfg-if 1.0.0",
2022-04-21 16:06:34 +02:00
"foreign-types",
"libc",
"once_cell",
2022-05-09 16:17:27 +02:00
"openssl-macros",
2022-04-21 16:06:34 +02:00
"openssl-sys",
]
2022-05-09 16:17:27 +02:00
[[package]]
name = "openssl-macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-04-21 16:06:34 +02:00
[[package]]
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "openssl-sys"
2022-12-09 16:33:35 +01:00
version = "0.9.79"
2022-04-21 16:06:34 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-09 16:33:35 +01:00
checksum = "5454462c0eced1e97f2ec09036abc8da362e66802f66fd20f86854d9d8cbcbc4"
2022-04-21 16:06:34 +02:00
dependencies = [
2022-11-18 16:31:52 +01:00
"autocfg 1.1.0",
2022-04-21 16:06:34 +02:00
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "opentelemetry"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6105e89802af13fdf48c49d7646d3b533a70e536d818aae7e78ba0433d01acb8"
dependencies = [
"async-trait",
"crossbeam-channel",
"futures-channel",
"futures-executor",
"futures-util",
"js-sys",
"lazy_static",
"percent-encoding",
2022-11-01 22:09:58 +01:00
"pin-project",
2022-11-18 16:31:52 +01:00
"rand 0.8.5",
2022-04-14 08:07:59 +02:00
"thiserror",
]
2022-11-29 15:18:31 +01:00
[[package]]
name = "order_manager"
version = "0.1.0"
dependencies = [
"channels",
"chrono",
"config",
"db-utils",
"fake",
"model",
"rumqttc",
"serde",
"sqlx",
"sqlx-core",
"tarpc",
"testx",
"thiserror",
2022-12-09 16:33:35 +01:00
"tokio 1.23.0",
2022-11-29 15:18:31 +01:00
"tracing",
2022-11-29 15:23:45 +01:00
"uuid 1.2.2",
2022-11-29 15:18:31 +01:00
]
2022-10-31 09:28:49 +01:00
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2022-11-29 15:23:45 +01:00
[[package]]
name = "parking_lot"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
dependencies = [
"instant",
"lock_api",
2022-12-20 15:34:20 +01:00
"parking_lot_core 0.8.6",
2022-11-29 15:23:45 +01:00
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "parking_lot"
2022-06-12 06:22:27 +02:00
version = "0.12.1"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-12 06:22:27 +02:00
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2022-04-14 08:07:59 +02:00
dependencies = [
"lock_api",
2022-11-29 15:23:45 +01:00
"parking_lot_core 0.9.5",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "parking_lot_core"
2022-12-20 15:34:20 +01:00
version = "0.8.6"
2022-11-29 15:23:45 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 15:34:20 +01:00
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
2022-11-29 15:23:45 +01:00
dependencies = [
"cfg-if 1.0.0",
"instant",
"libc",
"redox_syscall",
"smallvec",
"winapi 0.3.9",
]
[[package]]
name = "parking_lot_core"
version = "0.9.5"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-29 15:23:45 +01:00
checksum = "7ff9f3fef3968a3ec5945535ed654cb38ff72d7495a25619e2247fb15a2ed9ba"
2022-04-14 08:07:59 +02:00
dependencies = [
"cfg-if 1.0.0",
2022-04-14 08:07:59 +02:00
"libc",
"redox_syscall",
"smallvec",
2022-10-31 09:28:49 +01:00
"windows-sys 0.42.0",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "password-hash"
2022-10-31 09:28:49 +01:00
version = "0.4.2"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
2022-04-14 08:07:59 +02:00
dependencies = [
"base64ct",
2022-11-18 16:31:52 +01:00
"rand_core 0.6.4",
2022-04-14 08:07:59 +02:00
"subtle",
]
[[package]]
name = "paste"
2022-12-20 15:34:20 +01:00
version = "1.0.11"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 15:34:20 +01:00
checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba"
2022-04-14 08:07:59 +02:00
2022-12-01 17:39:06 +01:00
[[package]]
name = "payment_adapter"
version = "0.1.0"
dependencies = [
"config",
2022-12-20 15:34:20 +01:00
"futures",
2022-12-01 17:39:06 +01:00
"model",
2022-12-08 16:22:20 +01:00
"serde",
"thiserror",
"tracing",
"uuid 1.2.2",
2022-12-01 17:39:06 +01:00
]
[[package]]
name = "payment_manager"
version = "0.1.0"
dependencies = [
2022-12-08 16:22:20 +01:00
"bincode",
2022-12-01 17:39:06 +01:00
"channels",
"chrono",
"config",
"db-utils",
"fake",
"gumdrop",
2022-12-05 06:04:14 +01:00
"llvmenv",
2022-12-01 17:39:06 +01:00
"model",
2022-12-02 16:05:55 +01:00
"payment_adapter",
2022-12-09 16:33:35 +01:00
"reqwest 0.11.13",
2022-12-01 17:39:06 +01:00
"rumqttc",
"serde",
"sqlx",
"sqlx-core",
"tarpc",
"testx",
"thiserror",
2022-12-09 16:33:35 +01:00
"tokio 1.23.0",
2022-12-01 17:39:06 +01:00
"tracing",
"uuid 1.2.2",
2022-12-08 16:22:20 +01:00
"wapc",
"wapc-codec",
"wapc-pool",
2022-12-15 14:42:08 +01:00
"wasmtime",
2022-12-08 16:22:20 +01:00
"wasmtime-provider",
2022-12-01 17:39:06 +01:00
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "percent-encoding"
2022-10-31 09:28:49 +01:00
version = "2.2.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
2022-04-14 08:07:59 +02:00
[[package]]
name = "pest"
2022-12-02 16:05:55 +01:00
version = "2.5.1"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-02 16:05:55 +01:00
checksum = "cc8bed3549e0f9b0a2a78bf7c0018237a2cdf085eecbbc048e52612438e4e9d0"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-10-31 09:28:49 +01:00
"thiserror",
2022-04-14 08:07:59 +02:00
"ucd-trie",
]
[[package]]
name = "pest_derive"
2022-12-02 16:05:55 +01:00
version = "2.5.1"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-02 16:05:55 +01:00
checksum = "cdc078600d06ff90d4ed238f0119d84ab5d43dbaad278b0e33a8820293b32344"
2022-04-14 08:07:59 +02:00
dependencies = [
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
2022-12-02 16:05:55 +01:00
version = "2.5.1"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-02 16:05:55 +01:00
checksum = "28a1af60b1c4148bb269006a750cff8e2ea36aff34d2d96cf7be0b14d1bed23c"
2022-04-14 08:07:59 +02:00
dependencies = [
"pest",
"pest_meta",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "pest_meta"
2022-12-02 16:05:55 +01:00
version = "2.5.1"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-02 16:05:55 +01:00
checksum = "fec8605d59fc2ae0c6c1aefc0c7c7a9769732017c0ce07f7a9cfffa7b4404f20"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-10-31 09:28:49 +01:00
"once_cell",
2022-04-14 08:07:59 +02:00
"pest",
2022-12-08 16:22:20 +01:00
"sha1",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "pin-project"
2022-10-31 09:28:49 +01:00
version = "1.0.12"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-11-01 22:09:58 +01:00
"pin-project-internal",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "pin-project-internal"
2022-10-31 09:28:49 +01:00
version = "1.0.12"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
2022-04-14 08:07:59 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-12-05 06:04:14 +01:00
[[package]]
name = "pin-project-lite"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
2022-04-14 08:07:59 +02:00
[[package]]
name = "pin-project-lite"
2022-04-29 20:37:41 +02:00
version = "0.2.9"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-29 20:37:41 +02:00
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
2022-04-14 08:07:59 +02:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
2022-10-31 09:28:49 +01:00
version = "0.3.26"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
2022-04-14 08:07:59 +02:00
2022-05-20 16:08:49 +02:00
[[package]]
name = "pollster"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
2022-04-14 08:07:59 +02:00
[[package]]
name = "ppv-lite86"
2022-11-29 15:23:45 +01:00
version = "0.2.17"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-29 15:23:45 +01:00
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2022-04-14 08:07:59 +02:00
2022-11-29 15:23:45 +01:00
[[package]]
name = "proc-macro-crate"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
dependencies = [
"toml",
]
2022-12-05 06:04:14 +01:00
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn",
"version_check 0.9.4",
]
[[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 0.9.4",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "proc-macro2"
2022-12-20 15:34:20 +01:00
version = "1.0.49"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 15:34:20 +01:00
checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"
2022-04-14 08:07:59 +02:00
dependencies = [
"unicode-ident",
2022-04-14 08:07:59 +02:00
]
2022-12-08 16:22:20 +01:00
[[package]]
name = "psm"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
dependencies = [
"cc",
]
2022-11-29 15:23:45 +01:00
[[package]]
name = "ptr_meta"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
dependencies = [
"ptr_meta_derive",
]
[[package]]
name = "ptr_meta_derive"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-04-14 08:07:59 +02:00
[[package]]
2022-12-20 15:34:20 +01:00
name = "quanta"
version = "0.9.3"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 15:34:20 +01:00
checksum = "20afe714292d5e879d8b12740aa223c6a88f118af41870e8b6196e39a02238a8"
dependencies = [
"crossbeam-utils",
"libc",
"mach",
"once_cell",
"raw-cpuid",
"wasi 0.10.0+wasi-snapshot-preview1",
"web-sys",
"winapi 0.3.9",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "quote"
2022-12-20 15:34:20 +01:00
version = "1.0.23"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 15:34:20 +01:00
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
2022-04-14 08:07:59 +02:00
dependencies = [
"proc-macro2",
]
2022-11-18 16:31:52 +01:00
[[package]]
name = "rand"
version = "0.3.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
dependencies = [
"libc",
"rand 0.4.6",
]
[[package]]
name = "rand"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
dependencies = [
"fuchsia-cprng",
"libc",
"rand_core 0.3.1",
"rdrand",
"winapi 0.3.9",
]
[[package]]
name = "rand"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
dependencies = [
"autocfg 0.1.8",
"libc",
"rand_chacha 0.1.1",
"rand_core 0.4.2",
"rand_hc",
"rand_isaac",
"rand_jitter",
"rand_os",
"rand_pcg",
"rand_xorshift",
"winapi 0.3.9",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
2022-11-18 16:31:52 +01:00
"rand_chacha 0.3.1",
"rand_core 0.6.4",
]
[[package]]
name = "rand_chacha"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
dependencies = [
"autocfg 0.1.8",
"rand_core 0.3.1",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
2022-11-18 16:31:52 +01:00
"rand_core 0.6.4",
2022-04-14 08:07:59 +02:00
]
2022-11-18 16:31:52 +01:00
[[package]]
name = "rand_core"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
dependencies = [
"rand_core 0.4.2",
]
[[package]]
name = "rand_core"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
2022-04-14 08:07:59 +02:00
[[package]]
name = "rand_core"
2022-10-31 09:28:49 +01:00
version = "0.6.4"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-04-20 14:30:59 +02:00
"getrandom",
2022-04-14 08:07:59 +02:00
]
2022-11-18 16:31:52 +01:00
[[package]]
name = "rand_hc"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
dependencies = [
"rand_core 0.3.1",
]
[[package]]
name = "rand_isaac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
dependencies = [
"rand_core 0.3.1",
]
[[package]]
name = "rand_jitter"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
dependencies = [
"libc",
"rand_core 0.4.2",
"winapi 0.3.9",
]
[[package]]
name = "rand_os"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
dependencies = [
"cloudabi",
"fuchsia-cprng",
"libc",
"rand_core 0.4.2",
"rdrand",
"winapi 0.3.9",
]
[[package]]
name = "rand_pcg"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
dependencies = [
"autocfg 0.1.8",
"rand_core 0.4.2",
]
[[package]]
name = "rand_xorshift"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
dependencies = [
"rand_core 0.3.1",
]
2022-12-20 15:34:20 +01:00
[[package]]
name = "raw-cpuid"
version = "10.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6823ea29436221176fe662da99998ad3b4db2c7f31e7b6f5fe43adccd6320bb"
dependencies = [
"bitflags",
]
2022-04-14 21:40:26 +02:00
[[package]]
name = "rayon"
2022-12-20 15:34:20 +01:00
version = "1.6.1"
2022-04-14 21:40:26 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 15:34:20 +01:00
checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7"
2022-04-14 21:40:26 +02:00
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2022-11-29 15:23:45 +01:00
version = "1.10.1"
2022-04-14 21:40:26 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-29 15:23:45 +01:00
checksum = "cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3"
2022-04-14 21:40:26 +02:00
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"num_cpus",
]
2022-11-18 16:31:52 +01:00
[[package]]
name = "rdrand"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
dependencies = [
"rand_core 0.3.1",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "redox_syscall"
2022-10-31 09:28:49 +01:00
version = "0.2.16"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2022-04-14 08:07:59 +02:00
dependencies = [
"bitflags",
]
[[package]]
name = "redox_users"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
dependencies = [
2022-04-20 14:30:59 +02:00
"getrandom",
2022-04-14 08:07:59 +02:00
"redox_syscall",
"thiserror",
]
2022-12-01 17:39:06 +01:00
[[package]]
name = "regalloc2"
2022-12-08 16:22:20 +01:00
version = "0.4.2"
2022-12-01 17:39:06 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-08 16:22:20 +01:00
checksum = "91b2eab54204ea0117fe9a060537e0b07a4e72f7c7d182361ecc346cab2240e5"
2022-12-01 17:39:06 +01:00
dependencies = [
"fxhash",
"log",
"slice-group-by",
"smallvec",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "regex"
2022-11-29 15:23:45 +01:00
version = "1.7.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-29 15:23:45 +01:00
checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
2022-04-14 08:07:59 +02:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
"regex-syntax",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "regex-syntax"
2022-11-29 15:23:45 +01:00
version = "0.6.28"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-29 15:23:45 +01:00
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
2022-04-14 08:07:59 +02:00
2022-04-21 16:06:34 +02:00
[[package]]
name = "remove_dir_all"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
dependencies = [
"winapi 0.3.9",
2022-04-21 16:06:34 +02:00
]
2022-11-29 15:23:45 +01:00
[[package]]
name = "rend"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79af64b4b6362ffba04eef3a4e10829718a4896dac19daa741851c86781edf95"
dependencies = [
"bytecheck",
]
2022-12-05 06:04:14 +01:00
[[package]]
name = "reqwest"
version = "0.10.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0718f81a8e14c4dbb3b34cf23dc6aaf9ab8a0dfec160c534b3dbca1aaa21f47c"
dependencies = [
2022-12-20 15:34:20 +01:00
"base64 0.13.1",
2022-12-05 06:04:14 +01:00
"bytes 0.5.6",
"encoding_rs",
"futures-core",
"futures-util",
"http",
"http-body 0.3.1",
"hyper 0.13.10",
"hyper-tls 0.4.3",
"ipnet",
"js-sys",
"lazy_static",
"log",
"mime",
"mime_guess",
"native-tls",
"percent-encoding",
"pin-project-lite 0.2.9",
"serde",
"serde_urlencoded",
"tokio 0.2.25",
"tokio-tls",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"winreg 0.7.0",
]
2022-04-18 22:07:52 +02:00
[[package]]
name = "reqwest"
2022-11-29 15:23:45 +01:00
version = "0.11.13"
2022-04-18 22:07:52 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-29 15:23:45 +01:00
checksum = "68cc60575865c7831548863cc02356512e3f1dc2f3f82cb837d7fc4cc8f3c97c"
2022-04-18 22:07:52 +02:00
dependencies = [
2022-12-20 15:34:20 +01:00
"base64 0.13.1",
2022-12-05 06:04:14 +01:00
"bytes 1.3.0",
2022-04-18 22:07:52 +02:00
"encoding_rs",
"futures-core",
"futures-util",
2022-12-05 06:04:14 +01:00
"h2 0.3.15",
2022-04-18 22:07:52 +02:00
"http",
2022-12-05 06:04:14 +01:00
"http-body 0.4.5",
"hyper 0.14.23",
"hyper-tls 0.5.0",
2022-04-18 22:07:52 +02:00
"ipnet",
"js-sys",
"log",
"mime",
2022-04-21 16:06:34 +02:00
"native-tls",
2022-10-31 09:28:49 +01:00
"once_cell",
2022-04-18 22:07:52 +02:00
"percent-encoding",
2022-12-05 06:04:14 +01:00
"pin-project-lite 0.2.9",
2022-04-18 22:07:52 +02:00
"serde",
"serde_json",
2022-04-20 14:30:59 +02:00
"serde_urlencoded",
2022-12-09 16:33:35 +01:00
"tokio 1.23.0",
2022-04-21 16:06:34 +02:00
"tokio-native-tls",
2022-10-31 09:28:49 +01:00
"tower-service",
2022-04-18 22:07:52 +02:00
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2022-12-05 06:04:14 +01:00
"winreg 0.10.1",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "ring"
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
"cc",
"libc",
"once_cell",
2022-11-01 22:09:58 +01:00
"spin 0.5.2",
2022-04-14 08:07:59 +02:00
"untrusted",
"web-sys",
"winapi 0.3.9",
2022-04-14 08:07:59 +02:00
]
2022-11-29 15:23:45 +01:00
[[package]]
name = "rkyv"
version = "0.7.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cec2b3485b07d96ddfd3134767b8a447b45ea4eb91448d0a35180ec0ffd5ed15"
dependencies = [
"bytecheck",
"hashbrown 0.12.3",
"ptr_meta",
"rend",
"rkyv_derive",
"seahash",
]
[[package]]
name = "rkyv_derive"
version = "0.7.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6eaedadc88b53e36dd32d940ed21ae4d850d5916f2581526921f553a72ac34c4"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-12-08 16:22:20 +01:00
[[package]]
name = "rmp"
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44519172358fd6d58656c86ab8e7fbc9e1490c3e8f14d35ed78ca0dd07403c9f"
dependencies = [
"byteorder",
"num-traits",
"paste",
]
[[package]]
name = "rmp-serde"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5b13be192e0220b8afb7222aa5813cb62cc269ebb5cac346ca6487681d2913e"
dependencies = [
"byteorder",
"rmp",
"serde",
]
2022-11-01 22:09:58 +01:00
[[package]]
name = "rumqttc"
2022-11-29 15:23:45 +01:00
version = "0.18.0"
2022-11-01 22:09:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-29 15:23:45 +01:00
checksum = "1514bbc994fc9f36ab7f7ae067b3e4758c717aff7a06c4818c6787cad8b086e1"
2022-11-01 22:09:58 +01:00
dependencies = [
2022-12-05 06:04:14 +01:00
"bytes 1.3.0",
2022-11-01 22:09:58 +01:00
"flume",
2022-12-20 15:34:20 +01:00
"futures",
2022-11-01 22:09:58 +01:00
"log",
"pollster",
"rustls-native-certs",
"rustls-pemfile 0.3.0",
"thiserror",
2022-12-09 16:33:35 +01:00
"tokio 1.23.0",
2022-11-01 22:09:58 +01:00
"tokio-rustls",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "rust_decimal"
2022-11-29 15:23:45 +01:00
version = "1.27.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-29 15:23:45 +01:00
checksum = "33c321ee4e17d2b7abe12b5d20c1231db708dd36185c8a21e9de5fed6da4dbe9"
2022-04-14 08:07:59 +02:00
dependencies = [
"arrayvec",
2022-11-29 15:23:45 +01:00
"borsh",
"bytecheck",
"byteorder",
2022-12-05 06:04:14 +01:00
"bytes 1.3.0",
2022-04-14 08:07:59 +02:00
"num-traits",
2022-11-29 15:23:45 +01:00
"rand 0.8.5",
"rkyv",
2022-04-14 08:07:59 +02:00
"serde",
2022-11-29 15:23:45 +01:00
"serde_json",
2022-04-14 08:07:59 +02:00
]
2022-05-09 16:17:27 +02:00
[[package]]
name = "rust_decimal_macros"
2022-11-29 15:23:45 +01:00
version = "1.27.0"
2022-05-09 16:17:27 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-29 15:23:45 +01:00
checksum = "5a7e2dba1342e9f1166786a4329ba0d6d6b8d9db7e81d702ec9ba3b39591ddff"
2022-05-09 16:17:27 +02:00
dependencies = [
"quote",
"rust_decimal",
]
2022-12-01 17:39:06 +01:00
[[package]]
name = "rustc-demangle"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
2022-05-22 14:19:11 +02:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2022-04-14 08:07:59 +02:00
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
2022-12-20 15:34:20 +01:00
"semver 1.0.16",
2022-04-18 22:07:52 +02:00
]
2022-12-08 16:22:20 +01:00
[[package]]
name = "rustix"
version = "0.35.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "727a1a6d65f786ec22df8a81ca3121107f235970dc1705ed681d3e6e8b9cd5f9"
dependencies = [
"bitflags",
"errno",
"io-lifetimes 0.7.5",
2022-12-20 15:34:20 +01:00
"itoa 1.0.5",
2022-12-08 16:22:20 +01:00
"libc",
"linux-raw-sys 0.0.46",
"once_cell",
"windows-sys 0.42.0",
]
[[package]]
name = "rustix"
version = "0.36.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3807b5d10909833d3e9acd1eb5fb988f79376ff10fce42937de71a449c4c588"
dependencies = [
"bitflags",
"errno",
"io-lifetimes 1.0.3",
"libc",
2022-12-20 15:34:20 +01:00
"linux-raw-sys 0.1.4",
2022-12-08 16:22:20 +01:00
"windows-sys 0.42.0",
]
2022-12-01 17:39:06 +01:00
[[package]]
2022-12-05 06:04:14 +01:00
name = "rustls"
version = "0.20.7"
2022-12-01 17:39:06 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-05 06:04:14 +01:00
checksum = "539a2bfe908f471bfa933876bd1eb6a19cf2176d375f82ef7f99530a40e48c2c"
2022-12-01 17:39:06 +01:00
dependencies = [
2022-12-05 06:04:14 +01:00
"log",
"ring",
"sct",
"webpki",
2022-04-18 22:07:52 +02:00
]
2022-11-01 22:09:58 +01:00
[[package]]
name = "rustls-native-certs"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"
dependencies = [
"openssl-probe",
"rustls-pemfile 1.0.1",
"schannel",
"security-framework",
]
[[package]]
name = "rustls-pemfile"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ee86d63972a7c661d1536fefe8c3c8407321c3df668891286de28abcd087360"
dependencies = [
2022-12-20 15:34:20 +01:00
"base64 0.13.1",
2022-11-01 22:09:58 +01:00
]
2022-04-18 22:07:52 +02:00
[[package]]
name = "rustls-pemfile"
2022-10-31 09:28:49 +01:00
version = "1.0.1"
2022-04-18 22:07:52 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55"
2022-04-18 22:07:52 +02:00
dependencies = [
2022-12-20 15:34:20 +01:00
"base64 0.13.1",
2022-04-14 08:07:59 +02:00
]
2022-11-29 08:46:02 +01:00
[[package]]
name = "rustversion"
2022-12-20 15:34:20 +01:00
version = "1.0.11"
2022-11-29 08:46:02 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 15:34:20 +01:00
checksum = "5583e89e108996506031660fe09baa5011b9dd0341b89029313006d1fb508d70"
2022-11-29 08:46:02 +01:00
2022-05-09 16:17:27 +02:00
[[package]]
name = "rusty-money"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b28f881005eac7ad8d46b6f075da5f322bd7f4f83a38720fc069694ddadd683"
dependencies = [
"rust_decimal",
"rust_decimal_macros",
]
2022-12-08 16:22:20 +01:00
[[package]]
name = "rusty_pool"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33a01b7876355018cbcc41204d38ff70227950dd3cd6fe3f4f52a10474b1a2de"
dependencies = [
"crossbeam-channel",
2022-12-20 15:34:20 +01:00
"futures",
2022-12-08 16:22:20 +01:00
"futures-channel",
"futures-executor",
"num_cpus",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "ryu"
2022-12-20 15:34:20 +01:00
version = "1.0.12"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 15:34:20 +01:00
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
2022-04-14 08:07:59 +02:00
2022-04-21 16:06:34 +02:00
[[package]]
name = "schannel"
2022-06-12 06:22:27 +02:00
version = "0.1.20"
2022-04-21 16:06:34 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-12 06:22:27 +02:00
checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
2022-04-21 16:06:34 +02:00
dependencies = [
"lazy_static",
2022-10-31 09:28:49 +01:00
"windows-sys 0.36.1",
2022-04-21 16:06:34 +02:00
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
2022-10-31 09:28:49 +01:00
name = "scratch"
2022-12-20 15:34:20 +01:00
version = "1.0.3"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 15:34:20 +01:00
checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2"
2022-04-14 08:07:59 +02:00
2022-04-18 22:07:52 +02:00
[[package]]
name = "sct"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
dependencies = [
"ring",
"untrusted",
]
2022-11-29 15:23:45 +01:00
[[package]]
name = "seahash"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
2022-05-06 11:47:18 +02:00
[[package]]
name = "search_manager"
version = "0.1.0"
dependencies = [
2022-11-17 16:56:08 +01:00
"actix",
2022-05-06 11:47:18 +02:00
"actix-rt",
2022-11-05 12:31:18 +01:00
"channels",
2022-05-06 11:47:18 +02:00
"chrono",
"config",
"derive_more",
2022-11-05 19:04:38 +01:00
"dotenv",
2022-11-11 16:32:07 +01:00
"fake",
2022-12-20 15:34:20 +01:00
"futures",
2022-05-06 11:47:18 +02:00
"model",
2022-11-29 15:23:45 +01:00
"parking_lot 0.12.1",
2022-11-01 22:09:58 +01:00
"rumqttc",
2022-05-06 11:47:18 +02:00
"serde",
"sonic-channel",
2022-11-05 12:31:18 +01:00
"tarpc",
2022-11-11 16:32:07 +01:00
"testx",
2022-05-06 11:47:18 +02:00
"thiserror",
2022-12-09 16:33:35 +01:00
"tokio 1.23.0",
"tracing",
2022-11-29 15:23:45 +01:00
"uuid 1.2.2",
"whatlang",
2022-05-06 11:47:18 +02:00
]
2022-04-21 16:06:34 +02:00
[[package]]
name = "security-framework"
2022-10-31 09:28:49 +01:00
version = "2.7.0"
2022-04-21 16:06:34 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"
2022-04-21 16:06:34 +02:00
dependencies = [
"bitflags",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
dependencies = [
"core-foundation-sys",
"libc",
]
2022-05-05 16:30:25 +02:00
[[package]]
name = "seed"
2022-10-31 09:28:49 +01:00
version = "0.9.2"
2022-05-05 16:30:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "9352d75dd253803ce05722fe3acaafffc461d4faeaf0ebe0d8bf831059482e21"
2022-05-05 16:30:25 +02:00
dependencies = [
"console_error_panic_hook",
"cookie",
"dbg",
"enclose",
2022-12-20 15:34:20 +01:00
"futures",
2022-05-05 16:30:25 +02:00
"getrandom",
"gloo-file",
"gloo-timers",
"gloo-utils",
"indexmap",
"js-sys",
2022-11-18 16:31:52 +01:00
"rand 0.8.5",
2022-05-05 16:30:25 +02:00
"serde",
"serde_json",
2022-11-29 15:23:45 +01:00
"uuid 1.2.2",
2022-05-05 16:30:25 +02:00
"version_check 0.9.4",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
2022-05-22 14:19:11 +02:00
[[package]]
name = "self_cell"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ef965a420fe14fdac7dd018862966a4c14094f900e1650bbc71ddd7d580c8af"
2022-12-05 06:04:14 +01:00
[[package]]
name = "semver"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
dependencies = [
2022-12-20 15:34:20 +01:00
"semver-parser",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "semver"
2022-12-20 15:34:20 +01:00
version = "1.0.16"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 15:34:20 +01:00
checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"
2022-04-14 08:07:59 +02:00
2022-12-05 06:04:14 +01:00
[[package]]
name = "semver-parser"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
dependencies = [
"pest",
]
2022-04-21 16:06:34 +02:00
[[package]]
name = "sendgrid"
2022-11-05 11:40:55 +01:00
version = "0.18.1"
2022-04-21 16:06:34 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 11:40:55 +01:00
checksum = "fd6ba8c048dc4beab827cebc1d54f1007f5ebdfa240812ed6faa89452fd34ba0"
2022-04-21 16:06:34 +02:00
dependencies = [
"data-encoding",
2022-12-05 06:04:14 +01:00
"reqwest 0.11.13",
2022-04-21 16:06:34 +02:00
"serde",
"serde_json",
"thiserror",
"url",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "serde"
2022-12-20 15:34:20 +01:00
version = "1.0.151"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 15:34:20 +01:00
checksum = "97fed41fc1a24994d044e6db6935e69511a1153b52c15eb42493b26fa87feba0"
2022-04-14 08:07:59 +02:00
dependencies = [
"serde_derive",
]
2022-05-05 16:30:25 +02:00
[[package]]
name = "serde-wasm-bindgen"
2022-10-31 09:28:49 +01:00
version = "0.4.5"
2022-05-05 16:30:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "e3b4c031cd0d9014307d82b8abf653c0290fbdaeb4c02d00c63cf52f728628bf"
2022-05-05 16:30:25 +02:00
dependencies = [
"js-sys",
"serde",
"wasm-bindgen",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "serde_derive"
2022-12-20 15:34:20 +01:00
version = "1.0.151"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 15:34:20 +01:00
checksum = "255abe9a125a985c05190d687b320c12f9b1f0b99445e608c21ba0782c719ad8"
2022-04-14 08:07:59 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
2022-12-20 15:34:20 +01:00
version = "1.0.91"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 15:34:20 +01:00
checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-12-20 15:34:20 +01:00
"itoa 1.0.5",
2022-04-14 08:07:59 +02:00
"ryu",
"serde",
]
[[package]]
name = "serde_urlencoded"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
dependencies = [
"form_urlencoded",
2022-12-20 15:34:20 +01:00
"itoa 1.0.5",
2022-04-14 08:07:59 +02:00
"ryu",
"serde",
]
[[package]]
2022-10-31 09:28:49 +01:00
name = "sha1"
version = "0.10.5"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
2022-04-14 08:07:59 +02:00
dependencies = [
"cfg-if 1.0.0",
2022-04-14 08:07:59 +02:00
"cpufeatures",
2022-10-31 09:28:49 +01:00
"digest",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "sha1_smol"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
[[package]]
name = "sha2"
2022-10-31 09:28:49 +01:00
version = "0.10.6"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
2022-04-14 08:07:59 +02:00
dependencies = [
"cfg-if 1.0.0",
2022-04-14 08:07:59 +02:00
"cpufeatures",
2022-10-31 09:28:49 +01:00
"digest",
2022-04-14 08:07:59 +02:00
]
2022-05-01 17:20:31 +02:00
[[package]]
name = "sharded-slab"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
dependencies = [
"lazy_static",
]
2022-12-01 17:39:06 +01:00
[[package]]
name = "shellexpand"
version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
dependencies = [
2022-12-05 06:04:14 +01:00
"dirs 4.0.0",
2022-12-01 17:39:06 +01:00
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "signal-hook-registry"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
dependencies = [
"libc",
]
2022-11-11 16:32:07 +01:00
[[package]]
name = "similar"
2022-11-29 15:23:45 +01:00
version = "2.2.1"
2022-11-11 16:32:07 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-29 15:23:45 +01:00
checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf"
2022-11-11 16:32:07 +01:00
2022-12-05 06:04:14 +01:00
[[package]]
name = "simplelog"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b2736f58087298a448859961d3f4a0850b832e72619d75adc69da7993c2cd3c"
dependencies = [
"chrono",
"log",
"termcolor",
]
2022-11-18 16:31:52 +01:00
[[package]]
name = "simplerand"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70455a0a21cb984df0f86033ca19f37cced497deb779603e7fa7b032f5b8897b"
dependencies = [
"lazy_static",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "slab"
2022-10-31 09:28:49 +01:00
version = "0.4.7"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
dependencies = [
2022-11-18 16:31:52 +01:00
"autocfg 1.1.0",
2022-10-31 09:28:49 +01:00
]
2022-04-14 08:07:59 +02:00
2022-12-01 17:39:06 +01:00
[[package]]
name = "slice-group-by"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec"
2022-04-14 08:07:59 +02:00
[[package]]
name = "smallvec"
2022-10-31 09:28:49 +01:00
version = "1.10.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
2022-04-14 08:07:59 +02:00
2022-12-05 06:04:14 +01:00
[[package]]
name = "socket2"
version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
dependencies = [
"cfg-if 1.0.0",
"libc",
"winapi 0.3.9",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "socket2"
2022-10-31 09:28:49 +01:00
version = "0.4.7"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
2022-04-14 08:07:59 +02:00
dependencies = [
"libc",
2022-06-12 06:22:27 +02:00
"winapi 0.3.9",
2022-04-14 08:07:59 +02:00
]
2022-05-05 16:30:25 +02:00
[[package]]
name = "sonic-channel"
2022-10-31 09:28:49 +01:00
version = "1.1.0"
2022-05-05 16:30:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "636d9284cdd01febfcde05e205d1e24dc5bf6d05e93454491a18f750a91c572e"
2022-05-05 16:30:25 +02:00
dependencies = [
2022-10-31 09:28:49 +01:00
"log",
2022-05-05 16:30:25 +02:00
"whatlang",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2022-11-01 22:09:58 +01:00
[[package]]
name = "spin"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f6002a767bff9e83f8eeecf883ecb8011875a21ae8da43bffb817a57e78cc09"
dependencies = [
"lock_api",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "sqlformat"
2022-10-31 09:28:49 +01:00
version = "0.2.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "f87e292b4291f154971a43c3774364e2cbcaec599d3f5bf6fa9d122885dbc38a"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-12-05 06:04:14 +01:00
"itertools 0.10.5",
2022-12-20 15:34:20 +01:00
"nom",
2022-04-14 08:07:59 +02:00
"unicode_categories",
]
[[package]]
name = "sqlx"
2022-10-31 09:28:49 +01:00
version = "0.6.2"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "9249290c05928352f71c077cc44a464d880c63f26f7534728cca008e135c0428"
2022-04-14 08:07:59 +02:00
dependencies = [
"sqlx-core",
"sqlx-macros",
]
[[package]]
name = "sqlx-core"
2022-10-31 09:28:49 +01:00
version = "0.6.2"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "dcbc16ddba161afc99e14d1713a453747a2b07fc097d2009f4c300ec99286105"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-10-31 09:28:49 +01:00
"ahash",
2022-04-14 08:07:59 +02:00
"atoi",
2022-12-20 15:34:20 +01:00
"base64 0.13.1",
2022-04-14 08:07:59 +02:00
"bigdecimal",
"bit-vec",
"bitflags",
"bstr",
"byteorder",
2022-12-05 06:04:14 +01:00
"bytes 1.3.0",
2022-04-14 08:07:59 +02:00
"chrono",
"crc",
"crossbeam-queue",
2022-12-05 06:04:14 +01:00
"dirs 4.0.0",
2022-10-31 09:28:49 +01:00
"dotenvy",
2022-04-14 08:07:59 +02:00
"either",
2022-04-16 18:58:59 +02:00
"event-listener",
2022-04-14 08:07:59 +02:00
"futures-channel",
"futures-core",
"futures-intrusive",
"futures-util",
"git2",
"hashlink",
"hex",
2022-04-16 18:58:59 +02:00
"hkdf",
"hmac",
2022-04-14 08:07:59 +02:00
"indexmap",
"ipnetwork",
2022-12-20 15:34:20 +01:00
"itoa 1.0.5",
2022-04-14 08:07:59 +02:00
"libc",
"log",
"mac_address",
"md-5",
"memchr",
"num-bigint",
"once_cell",
"paste",
"percent-encoding",
2022-11-18 16:31:52 +01:00
"rand 0.8.5",
2022-04-14 08:07:59 +02:00
"rust_decimal",
2022-10-31 09:28:49 +01:00
"rustls",
2022-11-01 22:09:58 +01:00
"rustls-pemfile 1.0.1",
2022-04-14 08:07:59 +02:00
"serde",
"serde_json",
2022-12-08 16:22:20 +01:00
"sha1",
2022-04-30 06:58:27 +02:00
"sha2",
2022-04-14 08:07:59 +02:00
"smallvec",
"sqlformat",
"sqlx-rt",
"stringprep",
"thiserror",
2022-11-29 15:23:45 +01:00
"time 0.3.17",
2022-04-14 08:07:59 +02:00
"tokio-stream",
"url",
2022-11-29 15:23:45 +01:00
"uuid 1.2.2",
2022-10-31 09:28:49 +01:00
"webpki-roots",
2022-04-14 08:07:59 +02:00
"whoami",
]
[[package]]
name = "sqlx-macros"
2022-10-31 09:28:49 +01:00
version = "0.6.2"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "b850fa514dc11f2ee85be9d055c512aa866746adfacd1cb42d867d68e6a5b0d9"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-10-31 09:28:49 +01:00
"dotenvy",
2022-04-14 08:07:59 +02:00
"either",
2022-12-05 06:04:14 +01:00
"heck 0.4.0",
2022-04-14 08:07:59 +02:00
"once_cell",
"proc-macro2",
"quote",
"serde_json",
2022-04-30 06:58:27 +02:00
"sha2",
2022-04-14 08:07:59 +02:00
"sqlx-core",
"sqlx-rt",
"syn",
"url",
]
[[package]]
name = "sqlx-rt"
2022-10-31 09:28:49 +01:00
version = "0.6.2"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "24c5b2d25fa654cc5f841750b8e1cdedbe21189bf9a9382ee90bfa9dd3562396"
2022-04-14 08:07:59 +02:00
dependencies = [
"once_cell",
2022-12-09 16:33:35 +01:00
"tokio 1.23.0",
2022-10-31 09:28:49 +01:00
"tokio-rustls",
2022-04-14 08:07:59 +02:00
]
2022-12-01 17:39:06 +01:00
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2022-11-03 07:02:33 +01:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2022-04-14 08:07:59 +02:00
[[package]]
name = "stock_manager"
version = "0.1.0"
dependencies = [
"channels",
"chrono",
"config",
2022-11-09 16:59:12 +01:00
"db-utils",
"derive_more",
"dotenv",
2022-11-18 16:31:52 +01:00
"fakeit",
2022-12-20 15:34:20 +01:00
"futures",
2022-11-11 16:32:07 +01:00
"insta",
"model",
"rumqttc",
"serde",
"sqlx",
"sqlx-core",
"tarpc",
2022-11-09 16:59:12 +01:00
"testx",
"thiserror",
2022-12-09 16:33:35 +01:00
"tokio 1.23.0",
"tracing",
2022-11-29 15:23:45 +01:00
"uuid 1.2.2",
]
[[package]]
2022-04-14 08:07:59 +02:00
name = "stringprep"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
2022-12-05 06:04:14 +01:00
[[package]]
name = "strsim"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
2022-05-06 16:02:38 +02:00
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2022-12-05 06:04:14 +01:00
[[package]]
name = "structopt"
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
dependencies = [
"clap",
"lazy_static",
"structopt-derive",
]
[[package]]
name = "structopt-derive"
version = "0.4.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
dependencies = [
"heck 0.3.3",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
2022-11-29 08:46:02 +01:00
[[package]]
name = "strum"
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
dependencies = [
"strum_macros",
]
[[package]]
name = "strum_macros"
version = "0.24.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
dependencies = [
2022-12-05 06:04:14 +01:00
"heck 0.4.0",
2022-11-29 08:46:02 +01:00
"proc-macro2",
"quote",
"rustversion",
"syn",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "subtle"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
[[package]]
name = "syn"
2022-12-20 15:34:20 +01:00
version = "1.0.107"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 15:34:20 +01:00
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
2022-04-14 08:07:59 +02:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
2022-04-14 08:07:59 +02:00
]
2022-12-08 16:22:20 +01:00
[[package]]
name = "system-interface"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92adbaf536f5aff6986e1e62ba36cee72b1718c5153eee08b9e728ddde3f6029"
dependencies = [
"atty",
"bitflags",
"cap-fs-ext",
"cap-std",
"io-lifetimes 0.7.5",
"rustix 0.35.13",
"windows-sys 0.36.1",
"winx",
]
2022-12-01 17:39:06 +01:00
[[package]]
2022-12-05 06:04:14 +01:00
name = "tar"
version = "0.4.38"
2022-12-01 17:39:06 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-05 06:04:14 +01:00
checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
2022-12-01 17:39:06 +01:00
dependencies = [
2022-12-05 06:04:14 +01:00
"filetime",
"libc",
"xattr",
2022-12-01 17:39:06 +01:00
]
[[package]]
name = "target-lexicon"
version = "0.12.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9410d0f6853b1d94f0e519fb95df60f29d2c1eff2d921ffdf01a4c8a3b54f12d"
2022-11-03 07:02:33 +01:00
[[package]]
name = "tarpc"
2022-11-11 16:32:07 +01:00
version = "0.31.0"
2022-11-03 07:02:33 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-11 16:32:07 +01:00
checksum = "71a98cc1a0a9013e8df3900d09c597dd65cfc6ea4d42968629b1b9ea949acf8f"
2022-11-03 07:02:33 +01:00
dependencies = [
"anyhow",
"fnv",
2022-12-20 15:34:20 +01:00
"futures",
"humantime",
"opentelemetry",
2022-11-03 07:02:33 +01:00
"pin-project",
2022-11-18 16:31:52 +01:00
"rand 0.8.5",
"serde",
2022-11-03 07:02:33 +01:00
"static_assertions",
"tarpc-plugins",
"thiserror",
2022-12-09 16:33:35 +01:00
"tokio 1.23.0",
"tokio-serde",
2022-12-05 06:04:14 +01:00
"tokio-util 0.7.4",
2022-11-03 07:02:33 +01:00
"tracing",
"tracing-opentelemetry",
]
[[package]]
name = "tarpc-plugins"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ee42b4e559f17bce0385ebf511a7beb67d5cc33c12c96b7f4e9789919d9c10f"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-04-21 16:06:34 +02:00
[[package]]
name = "tempfile"
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
dependencies = [
"cfg-if 1.0.0",
2022-04-21 16:06:34 +02:00
"fastrand",
"libc",
"redox_syscall",
"remove_dir_all",
"winapi 0.3.9",
2022-04-21 16:06:34 +02:00
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "termcolor"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
dependencies = [
"winapi-util",
]
2022-11-11 16:32:07 +01:00
[[package]]
name = "terminal_size"
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
dependencies = [
"libc",
"winapi 0.3.9",
]
2022-06-05 21:03:22 +02:00
[[package]]
name = "testx"
version = "0.1.0"
2022-12-05 06:04:14 +01:00
[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
dependencies = [
"unicode-width",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "thiserror"
2022-12-20 15:34:20 +01:00
version = "1.0.38"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 15:34:20 +01:00
checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
2022-04-14 08:07:59 +02:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2022-12-20 15:34:20 +01:00
version = "1.0.38"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 15:34:20 +01:00
checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
2022-04-14 08:07:59 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "thread_local"
version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
dependencies = [
"once_cell",
]
[[package]]
name = "time"
2022-11-29 15:23:45 +01:00
version = "0.1.45"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-29 15:23:45 +01:00
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
2022-04-14 08:07:59 +02:00
dependencies = [
"libc",
2022-10-31 09:28:49 +01:00
"wasi 0.10.0+wasi-snapshot-preview1",
"winapi 0.3.9",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "time"
2022-11-29 15:23:45 +01:00
version = "0.3.17"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-29 15:23:45 +01:00
checksum = "a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-12-20 15:34:20 +01:00
"itoa 1.0.5",
2022-10-31 09:28:49 +01:00
"serde",
"time-core",
2022-12-08 16:22:20 +01:00
"time-macros",
2022-04-14 08:07:59 +02:00
]
[[package]]
2022-10-31 09:28:49 +01:00
name = "time-core"
version = "0.1.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
2022-04-14 08:07:59 +02:00
[[package]]
name = "time-macros"
2022-11-29 15:23:45 +01:00
version = "0.2.6"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-29 15:23:45 +01:00
checksum = "d967f99f534ca7e495c575c62638eebc2898a8c84c119b89e250477bc4ba16b2"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-10-31 09:28:49 +01:00
"time-core",
2022-04-14 08:07:59 +02:00
]
2022-05-22 14:19:11 +02:00
[[package]]
name = "tinystr"
2022-10-31 09:28:49 +01:00
version = "0.7.0"
2022-05-22 14:19:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "f8aeafdfd935e4a7fe16a91ab711fa52d54df84f9c8f7ca5837a9d1d902ef4c2"
dependencies = [
"displaydoc",
]
2022-05-22 14:19:11 +02:00
2022-04-14 08:07:59 +02:00
[[package]]
name = "tinyvec"
2022-04-29 20:37:41 +02:00
version = "1.6.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-29 20:37:41 +02:00
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2022-04-14 08:07:59 +02:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
2022-05-06 11:47:18 +02:00
[[package]]
name = "token_manager"
version = "0.1.0"
dependencies = [
"argon2",
2022-12-20 15:34:20 +01:00
"channels",
2022-05-06 11:47:18 +02:00
"chrono",
"config",
2022-12-20 15:34:20 +01:00
"db-utils",
2022-05-06 11:47:18 +02:00
"derive_more",
2022-12-20 15:34:20 +01:00
"dotenv",
2022-11-11 16:32:07 +01:00
"fake",
2022-12-20 15:34:20 +01:00
"futures",
2022-05-22 14:19:11 +02:00
"futures-util",
2022-12-21 20:45:01 +01:00
"gumdrop",
2022-05-06 11:47:18 +02:00
"hmac",
"jwt",
"model",
"password-hash",
2022-11-18 16:31:52 +01:00
"rand_core 0.6.4",
2022-11-01 22:09:58 +01:00
"rumqttc",
2022-05-06 11:47:18 +02:00
"serde",
"sha2",
2022-12-20 15:34:20 +01:00
"sqlx",
"sqlx-core",
"tarpc",
"testx",
2022-05-06 11:47:18 +02:00
"thiserror",
2022-12-09 16:33:35 +01:00
"tokio 1.23.0",
"tracing",
2022-11-29 15:23:45 +01:00
"uuid 1.2.2",
2022-05-06 11:47:18 +02:00
]
2022-12-05 06:04:14 +01:00
[[package]]
name = "tokio"
version = "0.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"
dependencies = [
"bytes 0.5.6",
"fnv",
"futures-core",
"iovec",
"lazy_static",
"memchr",
"mio 0.6.23",
"num_cpus",
"pin-project-lite 0.1.12",
"slab",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "tokio"
2022-12-09 16:33:35 +01:00
version = "1.23.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-09 16:33:35 +01:00
checksum = "eab6d665857cc6ca78d6e80303a02cea7a7851e85dfbd77cbdc09bd129f1ef46"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-11-18 16:31:52 +01:00
"autocfg 1.1.0",
2022-12-05 06:04:14 +01:00
"bytes 1.3.0",
2022-04-14 08:07:59 +02:00
"libc",
"memchr",
2022-10-31 09:28:49 +01:00
"mio 0.8.5",
2022-04-14 08:07:59 +02:00
"num_cpus",
2022-11-29 15:23:45 +01:00
"parking_lot 0.12.1",
2022-12-05 06:04:14 +01:00
"pin-project-lite 0.2.9",
2022-04-14 08:07:59 +02:00
"signal-hook-registry",
2022-12-05 06:04:14 +01:00
"socket2 0.4.7",
2022-04-16 18:57:37 +02:00
"tokio-macros",
2022-12-09 16:33:35 +01:00
"windows-sys 0.42.0",
2022-04-14 08:07:59 +02:00
]
2022-04-16 18:57:37 +02:00
[[package]]
name = "tokio-macros"
2022-12-02 16:05:55 +01:00
version = "1.8.2"
2022-04-16 18:57:37 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-02 16:05:55 +01:00
checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"
2022-04-16 18:57:37 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-04-21 16:06:34 +02:00
[[package]]
name = "tokio-native-tls"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
dependencies = [
"native-tls",
2022-12-09 16:33:35 +01:00
"tokio 1.23.0",
2022-04-21 16:06:34 +02:00
]
2022-04-18 22:07:52 +02:00
[[package]]
name = "tokio-rustls"
2022-05-09 16:17:27 +02:00
version = "0.23.4"
2022-04-18 22:07:52 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-09 16:17:27 +02:00
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
2022-04-18 22:07:52 +02:00
dependencies = [
2022-10-31 09:28:49 +01:00
"rustls",
2022-12-09 16:33:35 +01:00
"tokio 1.23.0",
2022-10-31 09:28:49 +01:00
"webpki",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "tokio-serde"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "911a61637386b789af998ee23f50aa30d5fd7edcec8d6d3dedae5e5815205466"
dependencies = [
"bincode",
2022-12-05 06:04:14 +01:00
"bytes 1.3.0",
"educe",
"futures-core",
"futures-sink",
"pin-project",
"serde",
"serde_json",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "tokio-stream"
2022-10-31 09:28:49 +01:00
version = "0.1.11"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce"
2022-04-14 08:07:59 +02:00
dependencies = [
"futures-core",
2022-12-05 06:04:14 +01:00
"pin-project-lite 0.2.9",
2022-12-09 16:33:35 +01:00
"tokio 1.23.0",
2022-12-05 06:04:14 +01:00
]
[[package]]
name = "tokio-tls"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343"
dependencies = [
"native-tls",
"tokio 0.2.25",
]
[[package]]
name = "tokio-util"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
dependencies = [
"bytes 0.5.6",
"futures-core",
"futures-sink",
"log",
"pin-project-lite 0.1.12",
"tokio 0.2.25",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "tokio-util"
2022-10-31 09:28:49 +01:00
version = "0.7.4"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-12-05 06:04:14 +01:00
"bytes 1.3.0",
2022-04-14 08:07:59 +02:00
"futures-core",
"futures-sink",
2022-12-05 06:04:14 +01:00
"pin-project-lite 0.2.9",
2022-11-03 07:02:33 +01:00
"slab",
2022-12-09 16:33:35 +01:00
"tokio 1.23.0",
2022-04-14 08:07:59 +02:00
"tracing",
]
[[package]]
name = "toml"
2022-12-20 15:34:20 +01:00
version = "0.5.10"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 15:34:20 +01:00
checksum = "1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f"
2022-04-14 08:07:59 +02:00
dependencies = [
"serde",
]
2022-04-18 22:07:52 +02:00
[[package]]
name = "tower-service"
2022-10-31 09:28:49 +01:00
version = "0.3.2"
2022-04-18 22:07:52 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2022-04-18 22:07:52 +02:00
2022-04-14 08:07:59 +02:00
[[package]]
name = "tracing"
2022-10-31 09:28:49 +01:00
version = "0.1.37"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
2022-04-14 08:07:59 +02:00
dependencies = [
"cfg-if 1.0.0",
2022-04-14 08:07:59 +02:00
"log",
2022-12-05 06:04:14 +01:00
"pin-project-lite 0.2.9",
2022-04-14 08:07:59 +02:00
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2022-10-31 09:28:49 +01:00
version = "0.1.23"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
2022-04-14 08:07:59 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tracing-core"
2022-10-31 09:28:49 +01:00
version = "0.1.30"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-06-12 06:22:27 +02:00
"once_cell",
"valuable",
]
2022-12-05 06:04:14 +01:00
[[package]]
name = "tracing-futures"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
dependencies = [
"pin-project",
"tracing",
]
[[package]]
name = "tracing-log"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
dependencies = [
"lazy_static",
"log",
"tracing-core",
]
[[package]]
2022-11-03 07:02:33 +01:00
name = "tracing-opentelemetry"
version = "0.17.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbbe89715c1dbbb790059e2565353978564924ee85017b5fff365c872ff6721f"
dependencies = [
"once_cell",
2022-12-20 15:34:20 +01:00
"opentelemetry",
2022-11-03 07:02:33 +01:00
"tracing",
"tracing-core",
"tracing-subscriber",
]
[[package]]
name = "tracing-subscriber"
2022-10-31 09:28:49 +01:00
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70"
dependencies = [
"matchers",
2022-10-31 09:28:49 +01:00
"nu-ansi-term",
"once_cell",
"regex",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
]
[[package]]
2022-12-20 15:34:20 +01:00
name = "tracing-timing"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 15:34:20 +01:00
checksum = "fbe4966d7b6ae25201de6ff9fa822afb0c9e933809187d5b82ad846ec108771b"
dependencies = [
2022-12-20 15:34:20 +01:00
"crossbeam",
"doc-comment",
"fxhash",
"hdrhistogram",
"indexmap",
"quanta",
"slab",
"tracing-core",
"tracing-subscriber",
2022-04-14 08:07:59 +02:00
]
2022-04-18 22:07:52 +02:00
[[package]]
name = "try-lock"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
2022-05-22 14:19:11 +02:00
[[package]]
name = "type-map"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46"
dependencies = [
"rustc-hash",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "typenum"
2022-12-09 16:33:35 +01:00
version = "1.16.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-09 16:33:35 +01:00
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
2022-04-14 08:07:59 +02:00
[[package]]
name = "ucd-trie"
2022-10-31 09:28:49 +01:00
version = "0.1.5"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
2022-04-14 08:07:59 +02:00
2022-05-22 14:19:11 +02:00
[[package]]
name = "unic-langid"
2022-10-31 09:28:49 +01:00
version = "0.9.1"
2022-05-22 14:19:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "398f9ad7239db44fd0f80fe068d12ff22d78354080332a5077dc6f52f14dcf2f"
2022-05-22 14:19:11 +02:00
dependencies = [
"unic-langid-impl",
]
[[package]]
name = "unic-langid-impl"
2022-10-31 09:28:49 +01:00
version = "0.9.1"
2022-05-22 14:19:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "e35bfd2f2b8796545b55d7d3fd3e89a0613f68a0d1c8bc28cb7ff96b411a35ff"
2022-05-22 14:19:11 +02:00
dependencies = [
"tinystr",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "unicase"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
dependencies = [
2022-05-05 16:30:25 +02:00
"version_check 0.9.4",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "unicode-bidi"
2022-04-29 20:37:41 +02:00
version = "0.3.8"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-29 20:37:41 +02:00
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
2022-04-14 08:07:59 +02:00
[[package]]
name = "unicode-ident"
2022-12-20 15:34:20 +01:00
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 15:34:20 +01:00
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
2022-04-14 08:07:59 +02:00
[[package]]
name = "unicode-normalization"
2022-10-31 09:28:49 +01:00
version = "0.1.22"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2022-04-14 08:07:59 +02:00
dependencies = [
"tinyvec",
]
[[package]]
name = "unicode-segmentation"
2022-10-31 09:28:49 +01:00
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
[[package]]
name = "unicode-width"
version = "0.1.10"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2022-04-14 08:07:59 +02:00
[[package]]
name = "unicode_categories"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
[[package]]
name = "url"
2022-10-31 09:28:49 +01:00
version = "2.3.1"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
2022-04-14 08:07:59 +02:00
dependencies = [
"form_urlencoded",
2022-10-31 09:28:49 +01:00
"idna 0.3.0",
2022-04-14 08:07:59 +02:00
"percent-encoding",
]
[[package]]
name = "uuid"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
dependencies = [
2022-05-05 16:30:25 +02:00
"getrandom",
2022-04-14 08:07:59 +02:00
"serde",
]
2022-05-15 10:30:15 +02:00
[[package]]
name = "uuid"
2022-11-29 15:23:45 +01:00
version = "1.2.2"
2022-05-15 10:30:15 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-29 15:23:45 +01:00
checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c"
2022-05-15 10:30:15 +02:00
dependencies = [
2022-10-31 09:28:49 +01:00
"atomic",
2022-05-15 10:30:15 +02:00
"getrandom",
2022-10-31 09:28:49 +01:00
"md-5",
"serde",
"sha1_smol",
2022-05-15 10:30:15 +02:00
]
2022-05-06 11:47:18 +02:00
[[package]]
name = "validator"
2022-12-01 17:39:06 +01:00
version = "0.16.0"
2022-05-06 11:47:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-01 17:39:06 +01:00
checksum = "32ad5bf234c7d3ad1042e5252b7eddb2c4669ee23f32c7dd0e9b7705f07ef591"
2022-05-06 11:47:18 +02:00
dependencies = [
2022-10-31 09:28:49 +01:00
"idna 0.2.3",
2022-05-06 11:47:18 +02:00
"lazy_static",
"regex",
"serde",
"serde_derive",
"serde_json",
"url",
]
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
2022-04-14 08:07:59 +02:00
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2022-12-05 06:04:14 +01:00
[[package]]
name = "vec_map"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2022-05-05 16:30:25 +02:00
[[package]]
name = "version_check"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
2022-04-14 08:07:59 +02:00
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2022-04-18 22:07:52 +02:00
[[package]]
name = "want"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
"log",
"try-lock",
]
2022-04-14 08:07:59 +02:00
[[package]]
2022-12-08 16:22:20 +01:00
name = "wapc"
version = "1.0.0"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-08 16:22:20 +01:00
checksum = "924d892db9de6ecf605ad99b15ea85eaecd9ff8ac32a829d4d9b61987b716eb9"
dependencies = [
"log",
"parking_lot 0.11.2",
"thiserror",
]
[[package]]
name = "wapc-codec"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "547c5bc15ef114be946d56ce368ff990d91b22603ac09cc0c0d476213289fcd2"
dependencies = [
"rmp-serde",
"serde",
]
[[package]]
name = "wapc-pool"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26899b966cf72ac7cc45845c3913a2cb8a3d70323ff45dcbe4e3c226a2b3e152"
dependencies = [
"crossbeam",
"log",
"rusty_pool",
"thiserror",
2022-12-09 16:33:35 +01:00
"tokio 1.23.0",
2022-12-08 16:22:20 +01:00
"wapc",
]
[[package]]
name = "wasi"
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
2022-04-14 08:07:59 +02:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2022-12-08 16:22:20 +01:00
[[package]]
name = "wasi-cap-std-sync"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecbeebb8985a5423f36f976b2f4a0b3c6ce38d7d9a7247e1ce07aa2880e4f29b"
dependencies = [
"anyhow",
"async-trait",
"cap-fs-ext",
"cap-rand",
"cap-std",
"cap-time-ext",
"fs-set-times",
"io-extras",
"io-lifetimes 0.7.5",
"is-terminal",
"once_cell",
"rustix 0.35.13",
"system-interface",
"tracing",
"wasi-common",
"windows-sys 0.36.1",
]
[[package]]
name = "wasi-common"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81e2171f3783fe6600ee24ff6c58ca1b329c55e458cc1622ecc1fd0427648607"
dependencies = [
"anyhow",
"bitflags",
"cap-rand",
"cap-std",
"io-extras",
"rustix 0.35.13",
"thiserror",
"tracing",
"wasmtime",
"wiggle",
"windows-sys 0.36.1",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "wasm-bindgen"
2022-10-31 09:28:49 +01:00
version = "0.2.83"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
2022-04-14 08:07:59 +02:00
dependencies = [
"cfg-if 1.0.0",
2022-05-05 16:30:25 +02:00
"serde",
"serde_json",
2022-04-14 08:07:59 +02:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2022-10-31 09:28:49 +01:00
version = "0.2.83"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
2022-04-14 08:07:59 +02:00
dependencies = [
"bumpalo",
"log",
2022-10-31 09:28:49 +01:00
"once_cell",
2022-04-14 08:07:59 +02:00
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
2022-04-18 22:07:52 +02:00
[[package]]
name = "wasm-bindgen-futures"
2022-10-31 09:28:49 +01:00
version = "0.4.33"
2022-04-18 22:07:52 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"
2022-04-18 22:07:52 +02:00
dependencies = [
"cfg-if 1.0.0",
2022-04-18 22:07:52 +02:00
"js-sys",
"wasm-bindgen",
"web-sys",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "wasm-bindgen-macro"
2022-10-31 09:28:49 +01:00
version = "0.2.83"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
2022-04-14 08:07:59 +02:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2022-10-31 09:28:49 +01:00
version = "0.2.83"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
2022-04-14 08:07:59 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2022-10-31 09:28:49 +01:00
version = "0.2.83"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
2022-04-14 08:07:59 +02:00
2022-12-02 16:05:55 +01:00
[[package]]
name = "wasm-encoder"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05632e0a66a6ed8cca593c24223aabd6262f256c3693ad9822c315285f010614"
dependencies = [
"leb128",
]
2022-12-01 17:39:06 +01:00
[[package]]
2022-12-08 16:22:20 +01:00
name = "wasmparser"
version = "0.93.0"
2022-12-01 17:39:06 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-08 16:22:20 +01:00
checksum = "c5a4460aa3e271fa180b6a5d003e728f3963fb30e3ba0fa7c9634caa06049328"
2022-12-01 17:39:06 +01:00
dependencies = [
"indexmap",
]
[[package]]
2022-12-08 16:22:20 +01:00
name = "wasmtime"
version = "3.0.1"
2022-12-01 17:39:06 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-08 16:22:20 +01:00
checksum = "d18265705b1c49218776577d9f301d79ab06888c7f4a32e2ed24e68a55738ce7"
2022-12-01 17:39:06 +01:00
dependencies = [
2022-12-08 16:22:20 +01:00
"anyhow",
"async-trait",
"bincode",
2022-12-01 17:39:06 +01:00
"cfg-if 1.0.0",
2022-12-08 16:22:20 +01:00
"indexmap",
"libc",
"log",
"object",
"once_cell",
"paste",
"psm",
2022-12-05 06:04:14 +01:00
"rayon",
2022-12-08 16:22:20 +01:00
"serde",
2022-12-05 06:04:14 +01:00
"target-lexicon",
2022-12-08 16:22:20 +01:00
"wasmparser",
"wasmtime-cache",
"wasmtime-cranelift",
"wasmtime-environ",
"wasmtime-fiber",
"wasmtime-jit",
"wasmtime-runtime",
"wat",
"windows-sys 0.36.1",
2022-12-05 06:04:14 +01:00
]
2022-12-01 17:39:06 +01:00
[[package]]
2022-12-08 16:22:20 +01:00
name = "wasmtime-asm-macros"
version = "3.0.1"
2022-12-01 17:39:06 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-08 16:22:20 +01:00
checksum = "a201583f6c79b96e74dcce748fa44fb2958f474ef13c93f880ea4d3bed31ae4f"
2022-12-01 17:39:06 +01:00
dependencies = [
2022-12-08 16:22:20 +01:00
"cfg-if 1.0.0",
2022-12-01 17:39:06 +01:00
]
2022-12-02 16:05:55 +01:00
[[package]]
2022-12-08 16:22:20 +01:00
name = "wasmtime-cache"
version = "3.0.1"
2022-12-02 16:05:55 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-08 16:22:20 +01:00
checksum = "3f37efc6945b08fcb634cffafc438dd299bac55a27c836954656c634d3e63c31"
2022-12-02 16:05:55 +01:00
dependencies = [
2022-12-08 16:22:20 +01:00
"anyhow",
2022-12-20 15:34:20 +01:00
"base64 0.13.1",
2022-12-08 16:22:20 +01:00
"bincode",
"directories-next",
"file-per-thread-logger",
"log",
"rustix 0.35.13",
"serde",
"sha2",
"toml",
"windows-sys 0.36.1",
"zstd",
2022-12-02 16:05:55 +01:00
]
2022-12-01 17:39:06 +01:00
[[package]]
2022-12-08 16:22:20 +01:00
name = "wasmtime-cranelift"
version = "3.0.1"
2022-12-01 17:39:06 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-08 16:22:20 +01:00
checksum = "fe208297e045ea0ee6702be88772ea40f918d55fbd4163981a4699aff034b634"
2022-12-01 17:39:06 +01:00
dependencies = [
2022-12-08 16:22:20 +01:00
"anyhow",
"cranelift-codegen",
"cranelift-entity",
"cranelift-frontend",
"cranelift-native",
"cranelift-wasm",
"gimli",
"log",
"object",
"target-lexicon",
2022-12-01 17:39:06 +01:00
"thiserror",
2022-12-08 16:22:20 +01:00
"wasmparser",
"wasmtime-environ",
2022-12-01 17:39:06 +01:00
]
[[package]]
2022-12-08 16:22:20 +01:00
name = "wasmtime-environ"
version = "3.0.1"
2022-12-01 17:39:06 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-08 16:22:20 +01:00
checksum = "754b97f7441ac780a7fa738db5b9c23c1b70ef4abccd8ad205ada5669d196ba2"
2022-12-01 17:39:06 +01:00
dependencies = [
2022-12-08 16:22:20 +01:00
"anyhow",
"cranelift-entity",
"gimli",
"indexmap",
"log",
"object",
"serde",
"target-lexicon",
2022-12-01 17:39:06 +01:00
"thiserror",
2022-12-08 16:22:20 +01:00
"wasmparser",
"wasmtime-types",
2022-12-01 17:39:06 +01:00
]
2022-12-02 16:05:55 +01:00
[[package]]
2022-12-08 16:22:20 +01:00
name = "wasmtime-fiber"
version = "3.0.1"
2022-12-02 16:05:55 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-08 16:22:20 +01:00
checksum = "e5f54abc960b4a055ba16b942cbbd1da641e0ad44cc97a7608f3d43c069b120e"
2022-12-02 16:05:55 +01:00
dependencies = [
"cc",
"cfg-if 1.0.0",
2022-12-08 16:22:20 +01:00
"rustix 0.35.13",
"wasmtime-asm-macros",
"windows-sys 0.36.1",
2022-12-05 06:04:14 +01:00
]
[[package]]
2022-12-08 16:22:20 +01:00
name = "wasmtime-jit"
version = "3.0.1"
2022-12-05 06:04:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-08 16:22:20 +01:00
checksum = "32800cb6e29faabab7056593f70a4c00c65c75c365aaf05406933f2169d0c22f"
2022-12-05 06:04:14 +01:00
dependencies = [
2022-12-08 16:22:20 +01:00
"addr2line",
"anyhow",
"bincode",
2022-12-01 17:39:06 +01:00
"cfg-if 1.0.0",
2022-12-08 16:22:20 +01:00
"cpp_demangle",
"gimli",
"ittapi",
"log",
"object",
"rustc-demangle",
"serde",
"target-lexicon",
2022-12-01 17:39:06 +01:00
"thiserror",
2022-12-08 16:22:20 +01:00
"wasmtime-environ",
"wasmtime-jit-debug",
"wasmtime-jit-icache-coherence",
"wasmtime-runtime",
"windows-sys 0.36.1",
2022-12-01 17:39:06 +01:00
]
[[package]]
2022-12-08 16:22:20 +01:00
name = "wasmtime-jit-debug"
version = "3.0.1"
2022-12-01 17:39:06 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-08 16:22:20 +01:00
checksum = "fe057012a0ba6cee3685af1e923d6e0a6cb9baf15fb3ffa4be3d7f712c7dec42"
2022-12-01 17:39:06 +01:00
dependencies = [
2022-12-08 16:22:20 +01:00
"object",
"once_cell",
"rustix 0.35.13",
2022-12-01 17:39:06 +01:00
]
[[package]]
2022-12-08 16:22:20 +01:00
name = "wasmtime-jit-icache-coherence"
version = "2.0.1"
2022-12-01 17:39:06 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-08 16:22:20 +01:00
checksum = "e6bbabb309c06cc238ee91b1455b748c45f0bdcab0dda2c2db85b0a1e69fcb66"
2022-12-01 17:39:06 +01:00
dependencies = [
2022-12-08 16:22:20 +01:00
"cfg-if 1.0.0",
"libc",
"windows-sys 0.36.1",
2022-12-01 17:39:06 +01:00
]
[[package]]
2022-12-08 16:22:20 +01:00
name = "wasmtime-provider"
version = "1.3.2"
2022-12-01 17:39:06 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-08 16:22:20 +01:00
checksum = "ac199721b8f4ae37677715b7a75567689144c97362199196ea105af708c81f57"
2022-12-01 17:39:06 +01:00
dependencies = [
"anyhow",
2022-12-08 16:22:20 +01:00
"cfg-if 1.0.0",
"log",
"parking_lot 0.11.2",
"thiserror",
"wapc",
"wasi-cap-std-sync",
"wasi-common",
"wasmtime",
"wasmtime-wasi",
2022-12-01 17:39:06 +01:00
]
[[package]]
2022-12-08 16:22:20 +01:00
name = "wasmtime-runtime"
version = "3.0.1"
2022-12-01 17:39:06 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-08 16:22:20 +01:00
checksum = "09a23b6e138e89594c0189162e524a29e217aec8f9a4e1959a34f74c64e8d17d"
2022-12-01 17:39:06 +01:00
dependencies = [
2022-12-08 16:22:20 +01:00
"anyhow",
"cc",
"cfg-if 1.0.0",
"indexmap",
"libc",
"log",
"mach",
"memfd",
"memoffset 0.6.5",
"paste",
"rand 0.8.5",
"rustix 0.35.13",
"thiserror",
"wasmtime-asm-macros",
"wasmtime-environ",
"wasmtime-fiber",
"wasmtime-jit-debug",
"windows-sys 0.36.1",
2022-12-01 17:39:06 +01:00
]
[[package]]
2022-12-08 16:22:20 +01:00
name = "wasmtime-types"
version = "3.0.1"
2022-12-01 17:39:06 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-08 16:22:20 +01:00
checksum = "68ec7615fde8c79737f1345d81f0b18da83b3db929a87b4604f27c932246d1e2"
2022-12-01 17:39:06 +01:00
dependencies = [
2022-12-08 16:22:20 +01:00
"cranelift-entity",
"serde",
"thiserror",
"wasmparser",
2022-12-05 06:04:14 +01:00
]
[[package]]
2022-12-08 16:22:20 +01:00
name = "wasmtime-wasi"
version = "3.0.1"
2022-12-05 06:04:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-08 16:22:20 +01:00
checksum = "ca539adf155dca1407aa3656e5661bf2364b1f3ebabc7f0a8bd62629d876acfa"
2022-12-05 06:04:14 +01:00
dependencies = [
2022-12-08 16:22:20 +01:00
"anyhow",
"wasi-cap-std-sync",
"wasi-common",
"wasmtime",
"wiggle",
2022-12-01 17:39:06 +01:00
]
2022-12-05 06:04:14 +01:00
[[package]]
2022-12-08 16:22:20 +01:00
name = "wast"
version = "35.0.2"
2022-12-05 06:04:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-08 16:22:20 +01:00
checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
2022-12-05 06:04:14 +01:00
dependencies = [
2022-12-08 16:22:20 +01:00
"leb128",
2022-12-05 06:04:14 +01:00
]
2022-12-02 16:05:55 +01:00
[[package]]
name = "wast"
version = "50.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2cbb59d4ac799842791fe7e806fa5dbbf6b5554d538e51cc8e176db6ff0ae34"
dependencies = [
"leb128",
"memchr",
"unicode-width",
"wasm-encoder",
]
[[package]]
name = "wat"
version = "1.0.52"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "584aaf7a1ecf4d383bbe1a25eeab0cbb8ff96acc6796707ff65cde48f4632f15"
dependencies = [
2022-12-08 16:22:20 +01:00
"wast 50.0.0",
2022-12-02 16:05:55 +01:00
]
2022-05-05 16:30:25 +02:00
[[package]]
name = "web"
version = "0.1.0"
dependencies = [
"chrono",
"gloo-timers",
"indexmap",
2022-05-10 08:23:35 +02:00
"js-sys",
2022-05-09 16:17:27 +02:00
"model",
"rusty-money",
"seed",
2022-05-05 16:30:25 +02:00
"serde",
"serde-wasm-bindgen",
"serde_json",
2022-05-13 15:24:11 +02:00
"thiserror",
2022-11-29 15:23:45 +01:00
"uuid 1.2.2",
2022-05-05 16:30:25 +02:00
"wasm-bindgen",
"web-sys",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "web-sys"
2022-10-31 09:28:49 +01:00
version = "0.3.60"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"
2022-04-14 08:07:59 +02:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
2022-04-18 22:07:52 +02:00
[[package]]
name = "webpki"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
dependencies = [
"ring",
"untrusted",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "webpki-roots"
2022-12-20 15:34:20 +01:00
version = "0.22.6"
2022-04-18 22:07:52 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-20 15:34:20 +01:00
checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
2022-04-18 22:07:52 +02:00
dependencies = [
2022-10-31 09:28:49 +01:00
"webpki",
2022-04-14 08:07:59 +02:00
]
2022-05-05 16:30:25 +02:00
[[package]]
name = "whatlang"
2022-10-31 09:28:49 +01:00
version = "0.16.2"
2022-05-05 16:30:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "9c531a2dc4c462b833788be2c07eef4e621d0e9edbd55bf280cc164c1c1aa043"
2022-05-05 16:30:25 +02:00
dependencies = [
2022-11-29 15:23:45 +01:00
"hashbrown 0.12.3",
2022-10-31 09:28:49 +01:00
"once_cell",
2022-05-05 16:30:25 +02:00
]
2022-12-05 06:04:14 +01:00
[[package]]
name = "which"
version = "4.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"
dependencies = [
"either",
"libc",
"once_cell",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "whoami"
2022-10-31 09:28:49 +01:00
version = "1.2.3"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "d6631b6a2fd59b1841b622e8f1a7ad241ef0a46f2d580464ce8140ac94cbd571"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-10-31 09:28:49 +01:00
"bumpalo",
2022-04-14 08:07:59 +02:00
"wasm-bindgen",
"web-sys",
]
2022-12-08 16:22:20 +01:00
[[package]]
name = "wiggle"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2da09ca5b8bb9278a2123e8c36342166b9aaa55a0dbab18b231f46d6f6ab85bc"
dependencies = [
"anyhow",
"async-trait",
"bitflags",
"thiserror",
"tracing",
"wasmtime",
"wiggle-macro",
]
[[package]]
name = "wiggle-generate"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba5796f53b429df7d44cfdaae8f6d9cd981d82aec3516561352ca9c5e73ee185"
dependencies = [
"anyhow",
"heck 0.4.0",
"proc-macro2",
"quote",
"shellexpand",
"syn",
"witx",
]
[[package]]
name = "wiggle-macro"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b830eb7203d48942fb8bc8bb105f76e7d09c33a082d638e990e02143bb2facd"
dependencies = [
"proc-macro2",
"quote",
"syn",
"wiggle-generate",
]
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2022-04-14 08:07:59 +02:00
[[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-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
2022-04-14 08:07:59 +02:00
[[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.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi 0.3.9",
2022-04-14 08:07:59 +02:00
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows-sys"
2022-05-09 16:17:27 +02:00
version = "0.36.1"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-09 16:17:27 +02:00
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
2022-04-14 08:07:59 +02:00
dependencies = [
2022-10-31 09:28:49 +01:00
"windows_aarch64_msvc 0.36.1",
"windows_i686_gnu 0.36.1",
"windows_i686_msvc 0.36.1",
"windows_x86_64_gnu 0.36.1",
"windows_x86_64_msvc 0.36.1",
2022-04-14 08:07:59 +02:00
]
2022-10-31 09:28:49 +01:00
[[package]]
name = "windows-sys"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc 0.42.0",
"windows_i686_gnu 0.42.0",
"windows_i686_msvc 0.42.0",
"windows_x86_64_gnu 0.42.0",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc 0.42.0",
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
2022-04-14 08:07:59 +02:00
[[package]]
name = "windows_aarch64_msvc"
2022-05-09 16:17:27 +02:00
version = "0.36.1"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-09 16:17:27 +02:00
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
2022-04-14 08:07:59 +02:00
2022-10-31 09:28:49 +01:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
2022-04-14 08:07:59 +02:00
[[package]]
name = "windows_i686_gnu"
2022-05-09 16:17:27 +02:00
version = "0.36.1"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-09 16:17:27 +02:00
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
2022-04-14 08:07:59 +02:00
2022-10-31 09:28:49 +01:00
[[package]]
name = "windows_i686_gnu"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
2022-04-14 08:07:59 +02:00
[[package]]
name = "windows_i686_msvc"
2022-05-09 16:17:27 +02:00
version = "0.36.1"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-09 16:17:27 +02:00
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
2022-04-14 08:07:59 +02:00
2022-10-31 09:28:49 +01:00
[[package]]
name = "windows_i686_msvc"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
2022-04-14 08:07:59 +02:00
[[package]]
name = "windows_x86_64_gnu"
2022-05-09 16:17:27 +02:00
version = "0.36.1"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-09 16:17:27 +02:00
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
2022-04-14 08:07:59 +02:00
2022-10-31 09:28:49 +01:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
2022-04-14 08:07:59 +02:00
[[package]]
name = "windows_x86_64_msvc"
2022-05-09 16:17:27 +02:00
version = "0.36.1"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-09 16:17:27 +02:00
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
2022-04-14 08:07:59 +02:00
2022-10-31 09:28:49 +01:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
2022-12-05 06:04:14 +01:00
[[package]]
name = "winreg"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
dependencies = [
"winapi 0.3.9",
]
2022-04-18 22:07:52 +02:00
[[package]]
name = "winreg"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
dependencies = [
"winapi 0.3.9",
]
2022-12-08 16:22:20 +01:00
[[package]]
name = "winx"
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7b01e010390eb263a4518c8cebf86cb67469d1511c00b749a47b64c39e8054d"
dependencies = [
"bitflags",
"io-lifetimes 0.7.5",
"windows-sys 0.36.1",
]
[[package]]
name = "witx"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
dependencies = [
"anyhow",
"log",
"thiserror",
"wast 35.0.2",
]
2022-12-01 17:39:06 +01:00
[[package]]
2022-12-05 06:04:14 +01:00
name = "ws2_32-sys"
version = "0.2.1"
2022-12-01 17:39:06 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-05 06:04:14 +01:00
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
2022-12-01 17:39:06 +01:00
dependencies = [
2022-12-05 06:04:14 +01:00
"winapi 0.2.8",
"winapi-build",
2022-12-01 17:39:06 +01:00
]
[[package]]
2022-12-05 06:04:14 +01:00
name = "xattr"
version = "0.2.3"
2022-12-01 17:39:06 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-05 06:04:14 +01:00
checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
2022-12-01 17:39:06 +01:00
dependencies = [
2022-12-05 06:04:14 +01:00
"libc",
2022-12-01 17:39:06 +01:00
]
[[package]]
2022-12-05 06:04:14 +01:00
name = "xz2"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-05 06:04:14 +01:00
checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2"
dependencies = [
2022-12-05 06:04:14 +01:00
"lzma-sys",
2022-04-14 08:07:59 +02:00
]
2022-11-11 16:32:07 +01:00
[[package]]
name = "yaml-rust"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
dependencies = [
"linked-hash-map",
]
2022-04-14 08:07:59 +02:00
[[package]]
name = "zstd"
2022-10-31 09:28:49 +01:00
version = "0.11.2+zstd.1.5.2"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
2022-04-14 08:07:59 +02:00
dependencies = [
"zstd-safe",
]
[[package]]
name = "zstd-safe"
2022-10-31 09:28:49 +01:00
version = "5.0.2+zstd.1.5.2"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-31 09:28:49 +01:00
checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
2022-04-14 08:07:59 +02:00
dependencies = [
"libc",
"zstd-sys",
]
[[package]]
name = "zstd-sys"
2022-11-29 15:23:45 +01:00
version = "2.0.4+zstd.1.5.2"
2022-04-14 08:07:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-29 15:23:45 +01:00
checksum = "4fa202f2ef00074143e219d15b62ffc317d17cc33909feac471c044087cad7b0"
2022-04-14 08:07:59 +02:00
dependencies = [
"cc",
"libc",
]