kitchen/Cargo.lock

2920 lines
70 KiB
Plaintext
Raw Normal View History

2021-04-12 20:22:18 -04:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2021-11-23 10:43:24 -05:00
[[package]]
name = "Inflector"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
dependencies = [
"lazy_static",
"regex",
]
2021-04-29 18:41:54 -04:00
[[package]]
name = "abortable_parser"
version = "0.2.6"
2021-04-29 18:41:54 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bec7b38b411d838e24b7914898b2d3cf3e24adbd81b6edf778e80ea23fe5e9d1"
2021-04-29 18:41:54 -04:00
[[package]]
2022-01-25 20:32:17 -05:00
name = "ahash"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-25 20:32:17 -05:00
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
dependencies = [
2022-01-25 20:32:17 -05:00
"getrandom",
"once_cell",
"version_check",
]
2021-11-23 10:43:24 -05:00
[[package]]
name = "aho-corasick"
2022-12-28 12:59:11 -06:00
version = "0.7.20"
2021-11-23 10:43:24 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
2021-11-23 10:43:24 -05:00
dependencies = [
"memchr",
]
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
[[package]]
name = "anyhow"
2022-12-28 12:59:11 -06:00
version = "1.0.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
[[package]]
name = "api"
2023-01-06 16:50:32 -05:00
version = "0.1.2"
dependencies = [
"axum",
"chrono",
"recipes",
"serde",
]
2023-01-02 19:47:40 -06:00
[[package]]
name = "arc-swap"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
2022-08-27 16:07:20 -04:00
[[package]]
name = "argon2"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db4ce4441f99dbd377ca8a8f57b698c44d0d6e712d8329b5040da5a64aa1ce73"
dependencies = [
"base64ct",
"blake2",
"password-hash",
]
[[package]]
name = "arrayref"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
[[package]]
name = "arrayvec"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
[[package]]
name = "async-channel"
2022-12-28 12:59:11 -06:00
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
dependencies = [
"concurrent-queue",
"event-listener",
"futures-core",
]
[[package]]
name = "async-executor"
2022-12-28 12:59:11 -06:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "17adb73da160dfb475c183343c8cccd80721ea5a605d3eb57125f0a7b7a92d0b"
dependencies = [
2022-12-28 12:59:11 -06:00
"async-lock",
"async-task",
"concurrent-queue",
"fastrand",
"futures-lite",
"slab",
]
[[package]]
name = "async-global-executor"
2022-12-28 12:59:11 -06:00
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776"
dependencies = [
"async-channel",
"async-executor",
"async-io",
"async-lock",
"blocking",
"futures-lite",
"once_cell",
"tokio",
]
[[package]]
name = "async-io"
2022-12-28 12:59:11 -06:00
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "8c374dda1ed3e7d8f0d9ba58715f924862c63eae6849c92d3a18e7fbde9e2794"
dependencies = [
2022-12-28 12:59:11 -06:00
"async-lock",
"autocfg",
"concurrent-queue",
"futures-lite",
"libc",
"log",
"parking",
"polling",
"slab",
"socket2",
"waker-fn",
2022-12-28 12:59:11 -06:00
"windows-sys",
]
[[package]]
name = "async-lock"
2022-12-28 12:59:11 -06:00
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "c8101efe8695a6c17e02911402145357e718ac92d3ff88ae8419e84b1707b685"
dependencies = [
"event-listener",
2022-12-28 12:59:11 -06:00
"futures-lite",
]
[[package]]
name = "async-session"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07da4ce523b4e2ebaaf330746761df23a465b951a83d84bbce4233dabedae630"
dependencies = [
"anyhow",
"async-lock",
"async-trait",
2022-12-28 12:59:11 -06:00
"base64 0.13.1",
"bincode",
"blake3",
"chrono",
"hmac",
"log",
"rand",
"serde",
"serde_json",
2022-08-30 17:31:35 -04:00
"sha2 0.9.9",
]
[[package]]
name = "async-std"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
dependencies = [
"async-channel",
"async-global-executor",
"async-io",
"async-lock",
"crossbeam-utils",
"futures-channel",
"futures-core",
"futures-io",
"futures-lite",
"gloo-timers",
"kv-log-macro",
"log",
"memchr",
"once_cell",
"pin-project-lite",
"pin-utils",
"slab",
"wasm-bindgen-futures",
]
[[package]]
name = "async-task"
version = "4.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"
[[package]]
name = "async-trait"
2022-12-28 12:59:11 -06:00
version = "0.1.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "677d1d8ab452a3936018a687b20e6f7cf5363d713b732b8884001317b0e48aa3"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-08-30 17:31:35 -04:00
[[package]]
name = "atoi"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7c57d12312ff59c811c0643f4d80830505833c9ffaebd193d819392b265be8e"
dependencies = [
"num-traits",
]
[[package]]
name = "atomic-waker"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
2022-12-28 12:59:11 -06:00
"hermit-abi 0.1.19",
"libc",
"winapi",
]
2021-04-12 20:22:18 -04:00
[[package]]
name = "autocfg"
2022-03-06 15:16:30 -05:00
version = "1.1.0"
2021-04-12 20:22:18 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-06 15:16:30 -05:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2021-04-12 20:22:18 -04:00
[[package]]
name = "axum"
2022-12-28 12:59:11 -06:00
version = "0.5.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "acee9fd5073ab6b045a275b3e709c163dd36c90685219cb21804a147b58dba43"
dependencies = [
"async-trait",
"axum-core",
"bitflags",
"bytes",
"futures-util",
2022-08-27 16:07:20 -04:00
"headers",
"http",
"http-body",
"hyper",
2022-12-28 12:59:11 -06:00
"itoa 1.0.5",
"matchit",
"memchr",
"mime",
"percent-encoding",
"pin-project-lite",
"serde",
"serde_json",
"serde_urlencoded",
"sync_wrapper",
"tokio",
"tower",
"tower-http",
"tower-layer",
"tower-service",
]
2022-08-27 16:07:20 -04:00
[[package]]
name = "axum-auth"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9770f9a9147b2324066609acb5495538cb25f973129663fba2658ba7ed69407"
dependencies = [
"async-trait",
"axum-core",
2022-12-28 12:59:11 -06:00
"base64 0.13.1",
2022-08-27 16:07:20 -04:00
"http",
]
[[package]]
name = "axum-core"
2022-12-28 12:59:11 -06:00
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "37e5939e02c56fecd5c017c37df4238c0a839fa76b7f97acdd7efb804fd181cc"
dependencies = [
"async-trait",
"bytes",
"futures-util",
"http",
"http-body",
"mime",
"tower-layer",
"tower-service",
]
2023-01-02 19:47:40 -06:00
[[package]]
name = "axum-server"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8456dab8f11484979a86651da8e619b355ede5d61a160755155f6c344bd18c47"
dependencies = [
"arc-swap",
"bytes",
"futures-util",
"http",
"http-body",
"hyper",
"pin-project-lite",
"rustls",
"rustls-pemfile",
"tokio",
"tokio-rustls",
"tower-service",
]
[[package]]
name = "base64"
2022-12-28 12:59:11 -06:00
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2022-12-31 17:44:36 -06:00
[[package]]
name = "base64"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ea22880d78093b0cbe17c89f64a7d457941e65759157ec6cb31a31d652b05e5"
2022-08-27 16:07:20 -04:00
[[package]]
name = "base64ct"
2022-12-28 12:59:11 -06:00
version = "1.5.3"
2022-08-27 16:07:20 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "b645a089122eccb6111b4f81cbc1a49f5900ac4666bb93ac027feaecf15607bf"
2022-08-27 16:07:20 -04:00
[[package]]
name = "bincode"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
"serde",
]
2021-04-29 18:41:54 -04:00
[[package]]
name = "bitflags"
2022-03-06 15:16:30 -05:00
version = "1.3.2"
2021-04-29 18:41:54 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-06 15:16:30 -05:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2021-04-29 18:41:54 -04:00
2022-08-27 16:07:20 -04:00
[[package]]
name = "blake2"
2022-12-28 12:59:11 -06:00
version = "0.10.6"
2022-08-27 16:07:20 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
2022-08-27 16:07:20 -04:00
dependencies = [
2022-12-28 12:59:11 -06:00
"digest 0.10.6",
2022-08-27 16:07:20 -04:00
]
[[package]]
name = "blake3"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3"
dependencies = [
"arrayref",
"arrayvec",
"cc",
"cfg-if 0.1.10",
"constant_time_eq",
"crypto-mac 0.8.0",
2022-08-27 16:07:20 -04:00
"digest 0.9.0",
]
[[package]]
name = "block-buffer"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
dependencies = [
"generic-array",
]
2022-08-27 16:07:20 -04:00
[[package]]
name = "block-buffer"
2022-12-28 12:59:11 -06:00
version = "0.10.3"
2022-08-27 16:07:20 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
2022-08-27 16:07:20 -04:00
dependencies = [
"generic-array",
]
[[package]]
name = "blocking"
2022-12-28 12:59:11 -06:00
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "3c67b173a56acffd6d2326fb7ab938ba0b00a71480e14902b2591c87bc5741e8"
dependencies = [
"async-channel",
2022-12-28 12:59:11 -06:00
"async-lock",
"async-task",
"atomic-waker",
"fastrand",
"futures-lite",
]
2021-11-23 08:17:19 -05:00
[[package]]
name = "bstr"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
dependencies = [
"lazy_static",
"memchr",
"regex-automata",
"serde",
]
[[package]]
name = "bumpalo"
2022-12-28 12:59:11 -06:00
version = "3.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
2022-08-30 17:31:35 -04:00
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "bytes"
2022-12-28 12:59:11 -06:00
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c"
[[package]]
name = "cc"
2022-12-28 12:59:11 -06:00
version = "1.0.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2021-04-29 18:41:54 -04:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
2022-12-28 12:59:11 -06:00
version = "0.4.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
dependencies = [
"iana-time-zone",
"js-sys",
"num-integer",
"num-traits",
"serde",
2022-12-28 12:59:11 -06:00
"time 0.1.45",
"wasm-bindgen",
"winapi",
]
[[package]]
name = "ciborium"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0c137568cc60b904a7724001b35ce2630fd00d5d84805fbb608ab89509d788f"
dependencies = [
"ciborium-io",
"ciborium-ll",
"serde",
]
[[package]]
name = "ciborium-io"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "346de753af073cc87b52b2083a506b38ac176a44cfb05497b622e27be899b369"
[[package]]
name = "ciborium-ll"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "213030a2b5a4e0c0892b6652260cf6ccac84827b83a85a534e178e3906c4cf1b"
dependencies = [
"ciborium-io",
"half",
]
[[package]]
2021-11-09 20:26:52 -05:00
name = "clap"
2022-12-28 12:59:11 -06:00
version = "3.2.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5"
dependencies = [
"atty",
2021-11-09 20:26:52 -05:00
"bitflags",
2022-08-03 18:12:07 -04:00
"clap_lex",
"indexmap",
"once_cell",
"strsim",
2022-08-03 18:12:07 -04:00
"termcolor",
2021-11-09 20:26:52 -05:00
"textwrap",
2022-08-03 18:12:07 -04:00
]
[[package]]
name = "clap_lex"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
dependencies = [
"os_str_bytes",
]
[[package]]
name = "codespan-reporting"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
dependencies = [
"termcolor",
"unicode-width",
]
[[package]]
name = "concurrent-queue"
2022-12-28 12:59:11 -06:00
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "bd7bef69dc86e3c610e4e7aed41035e2a7ed12e72dd7530f61327a6579a4390b"
dependencies = [
2022-12-28 12:59:11 -06:00
"crossbeam-utils",
]
[[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",
"wasm-bindgen",
]
[[package]]
name = "constant_time_eq"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
2022-08-30 17:31:35 -04:00
[[package]]
name = "cookie"
2022-12-28 12:59:11 -06:00
version = "0.16.2"
2022-08-30 17:31:35 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb"
2022-08-30 17:31:35 -04:00
dependencies = [
2022-12-28 12:59:11 -06:00
"time 0.3.17",
2022-08-30 17:31:35 -04:00
"version_check",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
[[package]]
name = "cpufeatures"
2022-12-28 12:59:11 -06:00
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
dependencies = [
"libc",
]
2022-08-30 17:31:35 -04:00
[[package]]
name = "crc"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53757d12b596c16c78b83458d732a5d1a17ab3f53f2f7412f6fb57cc8a140ab3"
dependencies = [
"crc-catalog",
]
[[package]]
name = "crc-catalog"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d0165d2900ae6778e36e80bbc4da3b5eefccee9ba939761f9c2882a5d9af3ff"
[[package]]
name = "crossbeam-queue"
2022-12-28 12:59:11 -06:00
version = "0.3.8"
2022-08-30 17:31:35 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
2022-08-30 17:31:35 -04:00
dependencies = [
"cfg-if 1.0.0",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
2022-12-28 12:59:11 -06:00
version = "0.8.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
dependencies = [
"cfg-if 1.0.0",
]
2022-08-27 16:07:20 -04:00
[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"typenum",
]
[[package]]
name = "crypto-mac"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
dependencies = [
"generic-array",
"subtle",
]
[[package]]
name = "crypto-mac"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"
dependencies = [
"generic-array",
"subtle",
]
2021-11-23 08:17:19 -05:00
[[package]]
name = "csv"
version = "1.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1"
dependencies = [
"bstr",
"csv-core",
"itoa 0.4.8",
2021-11-23 08:17:19 -05:00
"ryu",
"serde",
]
[[package]]
name = "csv-core"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
dependencies = [
"memchr",
]
[[package]]
name = "ctor"
2022-12-28 12:59:11 -06:00
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
dependencies = [
"quote",
"syn",
]
[[package]]
name = "cxx"
2022-12-28 12:59:11 -06:00
version = "1.0.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "5add3fc1717409d029b20c5b6903fc0c0b02fa6741d820054f4a2efa5e5816fd"
dependencies = [
"cc",
"cxxbridge-flags",
"cxxbridge-macro",
"link-cplusplus",
]
[[package]]
name = "cxx-build"
2022-12-28 12:59:11 -06:00
version = "1.0.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "b4c87959ba14bc6fbc61df77c3fcfe180fc32b93538c4f1031dd802ccb5f2ff0"
dependencies = [
"cc",
"codespan-reporting",
"once_cell",
"proc-macro2",
"quote",
"scratch",
"syn",
]
[[package]]
name = "cxxbridge-flags"
2022-12-28 12:59:11 -06:00
version = "1.0.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "69a3e162fde4e594ed2b07d0f83c6c67b745e7f28ce58c6df5e6b6bef99dfb59"
[[package]]
name = "cxxbridge-macro"
2022-12-28 12:59:11 -06:00
version = "1.0.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "3e7e2adeb6a0d4a282e581096b06e1791532b7d576dcde5ccd9382acf55db8e6"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "digest"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
"generic-array",
]
2022-08-27 16:07:20 -04:00
[[package]]
name = "digest"
2022-12-28 12:59:11 -06:00
version = "0.10.6"
2022-08-27 16:07:20 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
2022-08-27 16:07:20 -04:00
dependencies = [
2022-12-28 12:59:11 -06:00
"block-buffer 0.10.3",
2022-08-27 16:07:20 -04:00
"crypto-common",
"subtle",
]
2022-08-30 17:31:35 -04:00
[[package]]
name = "dotenvy"
2022-12-28 12:59:11 -06:00
version = "0.15.6"
2022-08-30 17:31:35 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "03d8c417d7a8cb362e0c37e5d815f5eb7c37f79ff93707329d5a194e42e54ca0"
2022-08-30 17:31:35 -04:00
[[package]]
name = "either"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
dependencies = [
"serde",
]
[[package]]
name = "event-listener"
2022-12-28 12:59:11 -06:00
version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
[[package]]
name = "fastrand"
2022-12-28 12:59:11 -06:00
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
dependencies = [
"instant",
]
2022-08-30 17:31:35 -04: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",
"pin-project",
"spin 0.9.4",
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "form_urlencoded"
2022-12-28 12:59:11 -06:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
dependencies = [
"percent-encoding",
]
[[package]]
name = "futures"
2022-12-28 12:59:11 -06:00
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2022-12-28 12:59:11 -06:00
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"
dependencies = [
"futures-core",
2022-08-30 17:31:35 -04:00
"futures-sink",
]
[[package]]
name = "futures-core"
2022-12-28 12:59:11 -06:00
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
2022-08-30 17:31:35 -04:00
[[package]]
name = "futures-executor"
2022-12-28 12:59:11 -06:00
version = "0.3.25"
2022-08-30 17:31:35 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"
2022-08-30 17:31:35 -04:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-intrusive"
2022-12-28 12:59:11 -06:00
version = "0.4.2"
2022-08-30 17:31:35 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "a604f7a68fbf8103337523b1fadc8ade7361ee3f112f7c680ad179651616aed5"
2022-08-30 17:31:35 -04:00
dependencies = [
"futures-core",
"lock_api",
"parking_lot",
]
[[package]]
name = "futures-io"
2022-12-28 12:59:11 -06:00
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"
[[package]]
name = "futures-lite"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
dependencies = [
"fastrand",
"futures-core",
"futures-io",
"memchr",
"parking",
"pin-project-lite",
"waker-fn",
]
[[package]]
name = "futures-macro"
2022-12-28 12:59:11 -06:00
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-08-30 17:31:35 -04:00
[[package]]
name = "futures-rustls"
version = "0.22.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd"
dependencies = [
"futures-io",
"rustls",
"webpki",
]
[[package]]
name = "futures-sink"
2022-12-28 12:59:11 -06:00
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"
[[package]]
name = "futures-task"
2022-12-28 12:59:11 -06:00
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"
[[package]]
name = "futures-util"
2022-12-28 12:59:11 -06:00
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
2022-08-30 17:31:35 -04:00
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
2022-08-30 17:31:35 -04:00
"slab",
]
[[package]]
name = "generic-array"
2022-12-28 12:59:11 -06:00
version = "0.14.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
2022-12-28 12:59:11 -06:00
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
dependencies = [
"cfg-if 1.0.0",
"libc",
"wasi 0.11.0+wasi-snapshot-preview1",
]
2022-05-16 21:58:14 -04:00
[[package]]
name = "gloo-net"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2899cb1a13be9020b010967adc6b2a8a343b6f1428b90238c9d53ca24decc6db"
dependencies = [
"futures-channel",
"futures-core",
"futures-sink",
"gloo-utils",
"js-sys",
"pin-project",
"serde",
"serde_json",
"thiserror",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
[[package]]
name = "gloo-timers"
2022-12-28 12:59:11 -06:00
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "98c4a8d6391675c6b2ee1a6c8d06e8e2d03605c44cec1270675985a4c2a5500b"
dependencies = [
"futures-channel",
"futures-core",
"js-sys",
"wasm-bindgen",
]
2022-01-23 14:28:01 -05:00
[[package]]
name = "gloo-utils"
2022-12-28 12:59:11 -06:00
version = "0.1.6"
2022-01-23 14:28:01 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "a8e8fc851e9c7b9852508bc6e3f690f452f474417e8545ec9857b7f7377036b5"
2022-01-23 14:28:01 -05:00
dependencies = [
"js-sys",
2022-12-28 12:59:11 -06:00
"serde",
"serde_json",
2022-01-23 14:28:01 -05:00
"wasm-bindgen",
"web-sys",
]
2022-08-27 16:07:20 -04:00
[[package]]
name = "h2"
2022-12-28 12:59:11 -06:00
version = "0.3.15"
2022-08-27 16:07:20 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"
2022-08-27 16:07:20 -04:00
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "half"
version = "1.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2022-08-30 17:31:35 -04:00
dependencies = [
"ahash",
]
[[package]]
name = "hashlink"
2022-12-28 12:59:11 -06:00
version = "0.8.1"
2022-08-30 17:31:35 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "69fe1fcf8b4278d860ad0548329f892a3631fb63f82574df68275f34cdbe0ffa"
2022-08-30 17:31:35 -04:00
dependencies = [
"hashbrown",
]
2022-08-27 16:07:20 -04:00
[[package]]
name = "headers"
2022-12-28 12:59:11 -06:00
version = "0.3.8"
2022-08-27 16:07:20 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "f3e372db8e5c0d213e0cd0b9be18be2aca3d44cf2fe30a9d46a65581cd454584"
2022-08-27 16:07:20 -04:00
dependencies = [
2022-12-28 12:59:11 -06:00
"base64 0.13.1",
2022-08-27 16:07:20 -04:00
"bitflags",
"bytes",
"headers-core",
"http",
"httpdate",
"mime",
2022-12-28 12:59:11 -06:00
"sha1",
2022-08-27 16:07:20 -04:00
]
[[package]]
name = "headers-core"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
dependencies = [
"http",
]
2022-08-30 17:31:35 -04:00
[[package]]
name = "heck"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
dependencies = [
"unicode-segmentation",
]
2022-01-03 19:44:52 -05:00
[[package]]
name = "hermit-abi"
version = "0.1.19"
2022-01-03 19:44:52 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2022-01-03 19:44:52 -05:00
dependencies = [
"libc",
2022-01-03 19:44:52 -05:00
]
2022-12-28 12:59:11 -06:00
[[package]]
name = "hermit-abi"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
dependencies = [
"libc",
]
2022-08-30 17:31:35 -04:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hmac"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
dependencies = [
"crypto-mac 0.11.1",
2022-08-27 16:07:20 -04:00
"digest 0.9.0",
]
[[package]]
name = "html-escape"
2022-12-28 12:59:11 -06:00
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476"
dependencies = [
"utf8-width",
]
[[package]]
name = "http"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
dependencies = [
"bytes",
"fnv",
2022-12-28 12:59:11 -06:00
"itoa 1.0.5",
]
[[package]]
name = "http-body"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
dependencies = [
"bytes",
"http",
"pin-project-lite",
]
[[package]]
name = "http-range-header"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29"
[[package]]
name = "httparse"
2023-01-02 19:47:40 -06:00
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-02 19:47:40 -06:00
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
[[package]]
name = "httpdate"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
[[package]]
name = "hyper"
2023-01-02 19:47:40 -06:00
version = "0.14.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-02 19:47:40 -06:00
checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c"
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
2022-08-27 16:07:20 -04:00
"h2",
"http",
"http-body",
"httparse",
"httpdate",
2022-12-28 12:59:11 -06:00
"itoa 1.0.5",
"pin-project-lite",
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
]
[[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",
]
[[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-08-30 17:31:35 -04:00
[[package]]
name = "idna"
2022-12-28 12:59:11 -06:00
version = "0.3.0"
2022-08-30 17:31:35 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
2022-08-30 17:31:35 -04:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "indexmap"
2022-12-28 12:59:11 -06:00
version = "1.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
dependencies = [
"autocfg",
"hashbrown",
]
[[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-08-30 17:31:35 -04:00
[[package]]
name = "itertools"
2022-12-28 12:59:11 -06:00
version = "0.10.5"
2022-08-30 17:31:35 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
2022-08-30 17:31:35 -04:00
dependencies = [
"either",
]
2021-11-23 08:17:19 -05:00
[[package]]
name = "itoa"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
[[package]]
name = "itoa"
2022-12-28 12:59:11 -06:00
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
[[package]]
name = "js-sys"
version = "0.3.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "kitchen"
2023-01-06 16:50:32 -05:00
version = "0.2.15"
dependencies = [
"api",
2022-08-27 16:07:20 -04:00
"argon2",
"async-session",
"async-std",
"async-trait",
"axum",
2022-08-27 16:07:20 -04:00
"axum-auth",
2023-01-02 19:47:40 -06:00
"axum-server",
"chrono",
"ciborium",
2021-11-09 20:26:52 -05:00
"clap",
2022-08-30 17:31:35 -04:00
"cookie",
2021-11-23 08:17:19 -05:00
"csv",
"mime_guess",
"recipes",
"rust-embed",
2022-08-27 16:07:20 -04:00
"secrecy",
"serde",
2022-08-30 17:31:35 -04:00
"sqlx",
2022-08-27 16:07:20 -04:00
"tower",
2022-08-13 18:06:51 -04:00
"tower-http",
2022-07-16 14:08:18 -04:00
"tracing",
"tracing-subscriber",
2022-08-27 16:07:20 -04:00
"uuid",
]
2022-02-19 16:34:08 -05:00
[[package]]
name = "kitchen-wasm"
2023-01-06 16:50:32 -05:00
version = "0.2.15"
2022-02-19 16:34:08 -05:00
dependencies = [
"api",
"async-trait",
2022-12-31 17:44:36 -06:00
"base64 0.20.0",
"chrono",
2022-02-19 16:34:08 -05:00
"console_error_panic_hook",
2023-01-07 16:34:15 -05:00
"js-sys",
2022-02-19 16:34:08 -05:00
"recipes",
"reqwasm",
"serde_json",
"sycamore",
2022-11-01 20:38:14 -04:00
"sycamore-router",
"sycamore-state",
"tracing",
"tracing-subscriber",
2022-11-19 20:23:10 -05:00
"tracing-web",
2022-02-19 16:34:08 -05:00
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "kv-log-macro"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
dependencies = [
"log",
]
2021-11-23 08:17:19 -05:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2021-04-29 18:41:54 -04:00
[[package]]
name = "libc"
2022-12-28 12:59:11 -06:00
version = "0.2.139"
2021-04-29 18:41:54 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
2022-08-30 17:31:35 -04:00
[[package]]
name = "libsqlite3-sys"
version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "898745e570c7d0453cc1fbc4a701eb6c662ed54e8fec8b7d14be137ebeeb9d14"
dependencies = [
"cc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "link-cplusplus"
2022-12-28 12:59:11 -06:00
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
dependencies = [
"cc",
]
2022-08-30 17:31:35 -04:00
[[package]]
name = "lock_api"
2022-12-28 12:59:11 -06:00
version = "0.4.9"
2022-08-30 17:31:35 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
2022-08-30 17:31:35 -04:00
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
dependencies = [
"cfg-if 1.0.0",
"value-bag",
]
[[package]]
name = "matchit"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73cbba799671b762df5a175adf59ce145165747bb891505c43d09aefbbf38beb"
2021-11-23 08:17:19 -05:00
[[package]]
name = "memchr"
version = "2.5.0"
2021-11-23 08:17:19 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2021-11-23 08:17:19 -05:00
[[package]]
name = "mime"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
[[package]]
name = "mime_guess"
2022-03-06 15:16:30 -05:00
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-06 15:16:30 -05:00
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 = "mio"
2022-12-28 12:59:11 -06:00
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
dependencies = [
"libc",
"log",
"wasi 0.11.0+wasi-snapshot-preview1",
"windows-sys",
]
[[package]]
name = "nom"
2022-12-28 12:59:11 -06:00
version = "7.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "e5507769c4919c998e69e49c839d9dc6e693ede4cc4290d6ad8b41d4f09c548c"
dependencies = [
"memchr",
"minimal-lexical",
]
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi",
]
2021-04-12 20:22:18 -04:00
[[package]]
name = "num-bigint"
2022-03-06 15:16:30 -05:00
version = "0.4.3"
2021-04-12 20:22:18 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-06 15:16:30 -05:00
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
2021-04-12 20:22:18 -04:00
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-integer"
version = "0.1.45"
2021-04-12 20:22:18 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
2021-04-12 20:22:18 -04:00
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-rational"
version = "0.4.1"
2021-04-12 20:22:18 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
2021-04-12 20:22:18 -04:00
dependencies = [
"autocfg",
"num-bigint",
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
version = "0.2.15"
2021-04-12 20:22:18 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
2021-04-12 20:22:18 -04:00
dependencies = [
"autocfg",
]
[[package]]
name = "num_cpus"
2022-12-28 12:59:11 -06:00
version = "1.15.0"
2022-08-30 17:31:35 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
2022-08-30 17:31:35 -04:00
dependencies = [
2022-12-28 12:59:11 -06:00
"hermit-abi 0.2.6",
2022-08-30 17:31:35 -04:00
"libc",
]
[[package]]
name = "once_cell"
2022-12-28 12:59:11 -06:00
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
2022-08-03 18:12:07 -04:00
[[package]]
name = "os_str_bytes"
2022-12-28 12:59:11 -06:00
version = "6.4.1"
2022-08-03 18:12:07 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
2022-08-03 18:12:07 -04:00
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
[[package]]
name = "parking"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
2022-08-30 17:31:35 -04: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",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2022-12-28 12:59:11 -06:00
version = "0.8.6"
2022-08-30 17:31:35 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
2022-08-30 17:31:35 -04:00
dependencies = [
"cfg-if 1.0.0",
"instant",
"libc",
"redox_syscall",
"smallvec",
"winapi",
]
2022-08-27 16:07:20 -04:00
[[package]]
name = "password-hash"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
dependencies = [
"base64ct",
"rand_core",
"subtle",
]
2022-01-25 20:32:17 -05:00
[[package]]
name = "paste"
2022-12-28 12:59:11 -06:00
version = "1.0.11"
2022-01-25 20:32:17 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba"
2022-01-25 20:32:17 -05:00
[[package]]
name = "percent-encoding"
2022-12-28 12:59:11 -06:00
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
[[package]]
name = "pin-project"
2022-12-28 12:59:11 -06:00
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2022-12-28 12:59:11 -06:00
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "pin-project-lite"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
[[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-12-28 12:59:11 -06:00
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
[[package]]
name = "polling"
2022-12-28 12:59:11 -06:00
version = "2.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "22122d5ec4f9fe1b3916419b76be1e80bcb93f618d071d2edf841b137b2a2bd6"
dependencies = [
2022-12-28 12:59:11 -06:00
"autocfg",
"cfg-if 1.0.0",
"libc",
"log",
"wepoll-ffi",
2022-12-28 12:59:11 -06:00
"windows-sys",
]
[[package]]
name = "ppv-lite86"
2022-12-28 12:59:11 -06:00
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
[[package]]
name = "proc-macro2"
2022-12-28 12:59:11 -06:00
version = "1.0.49"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
2022-12-28 12:59:11 -06:00
version = "1.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
dependencies = [
"proc-macro2",
]
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
2022-12-28 12:59:11 -06:00
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
]
2021-04-12 20:22:18 -04:00
[[package]]
name = "recipes"
2023-01-06 16:50:32 -05:00
version = "0.2.15"
2021-04-12 20:22:18 -04:00
dependencies = [
2021-11-23 10:43:24 -05:00
"Inflector",
2021-04-29 18:41:54 -04:00
"abortable_parser",
"chrono",
2021-04-12 20:22:18 -04:00
"num-rational",
"serde",
2021-04-12 20:22:18 -04:00
]
2021-04-29 18:41:54 -04:00
2022-08-30 17:31:35 -04:00
[[package]]
name = "redox_syscall"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
dependencies = [
"bitflags",
]
2021-11-23 10:43:24 -05:00
[[package]]
name = "regex"
2022-12-28 12:59:11 -06:00
version = "1.7.0"
2021-11-23 10:43:24 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
2021-11-23 10:43:24 -05:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
2021-11-23 08:17:19 -05:00
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
2021-11-23 10:43:24 -05:00
[[package]]
name = "regex-syntax"
2022-12-28 12:59:11 -06:00
version = "0.6.28"
2021-11-23 10:43:24 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
2021-11-23 10:43:24 -05:00
[[package]]
name = "reqwasm"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05b89870d729c501fa7a68c43bf4d938bbb3a8c156d333d90faa0e8b3e3212fb"
dependencies = [
"gloo-net",
]
2022-08-30 17:31:35 -04: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",
"spin 0.5.2",
"untrusted",
"web-sys",
"winapi",
]
2022-01-23 14:28:01 -05:00
[[package]]
name = "rust-embed"
2022-12-28 12:59:11 -06:00
version = "6.4.2"
2022-01-23 14:28:01 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "283ffe2f866869428c92e0d61c2f35dfb4355293cdfdc48f49e895c15f1333d1"
2022-01-23 14:28:01 -05:00
dependencies = [
"rust-embed-impl",
"rust-embed-utils",
"walkdir",
2022-01-23 14:28:01 -05:00
]
2021-11-23 08:17:19 -05:00
[[package]]
name = "rust-embed-impl"
2022-12-28 12:59:11 -06:00
version = "6.3.1"
2021-11-23 08:17:19 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "31ab23d42d71fb9be1b643fe6765d292c5e14d46912d13f3ae2815ca048ea04d"
dependencies = [
"proc-macro2",
"quote",
"rust-embed-utils",
"syn",
"walkdir",
]
2021-11-23 08:17:19 -05:00
[[package]]
name = "rust-embed-utils"
2022-12-28 12:59:11 -06:00
version = "7.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "c1669d81dfabd1b5f8e2856b8bbe146c6192b0ba22162edc738ac0a5de18f054"
dependencies = [
2022-12-28 12:59:11 -06:00
"sha2 0.10.6",
"walkdir",
]
2022-08-30 17:31:35 -04:00
[[package]]
name = "rustls"
2022-12-28 12:59:11 -06:00
version = "0.20.7"
2022-08-30 17:31:35 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "539a2bfe908f471bfa933876bd1eb6a19cf2176d375f82ef7f99530a40e48c2c"
2022-08-30 17:31:35 -04:00
dependencies = [
"log",
"ring",
"sct",
"webpki",
]
[[package]]
name = "rustls-pemfile"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55"
dependencies = [
2022-12-28 12:59:11 -06:00
"base64 0.13.1",
2022-08-30 17:31:35 -04:00
]
2021-11-23 08:17:19 -05:00
[[package]]
name = "ryu"
2022-12-28 12:59:11 -06:00
version = "1.0.12"
2021-11-23 08:17:19 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
2022-12-28 12:59:11 -06:00
[[package]]
name = "scoped-tls"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2022-08-30 17:31:35 -04:00
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "scratch"
2022-12-28 12:59:11 -06:00
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2"
2022-08-30 17:31:35 -04:00
[[package]]
name = "sct"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
dependencies = [
"ring",
"untrusted",
]
2022-08-27 16:07:20 -04:00
[[package]]
name = "secrecy"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"
dependencies = [
"serde",
"zeroize",
]
[[package]]
2022-01-13 18:07:01 -05:00
name = "serde"
2022-12-28 12:59:11 -06:00
version = "1.0.152"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
2022-01-23 14:28:01 -05:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2022-12-28 12:59:11 -06:00
version = "1.0.152"
2022-01-23 14:28:01 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
2022-01-23 14:28:01 -05:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
2022-12-28 12:59:11 -06:00
version = "1.0.91"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
dependencies = [
2022-12-28 12:59:11 -06:00
"itoa 1.0.5",
"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-28 12:59:11 -06:00
"itoa 1.0.5",
"ryu",
"serde",
]
2022-08-27 16:07:20 -04:00
[[package]]
2022-12-28 12:59:11 -06:00
name = "sha1"
version = "0.10.5"
2022-08-27 16:07:20 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
2022-08-27 16:07:20 -04:00
dependencies = [
"cfg-if 1.0.0",
"cpufeatures",
2022-12-28 12:59:11 -06:00
"digest 0.10.6",
2022-08-27 16:07:20 -04:00
]
[[package]]
name = "sha2"
version = "0.9.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
dependencies = [
2022-08-27 16:07:20 -04:00
"block-buffer 0.9.0",
"cfg-if 1.0.0",
"cpufeatures",
2022-08-27 16:07:20 -04:00
"digest 0.9.0",
"opaque-debug",
]
2022-08-30 17:31:35 -04:00
[[package]]
name = "sha2"
2022-12-28 12:59:11 -06:00
version = "0.10.6"
2022-08-30 17:31:35 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
2022-08-30 17:31:35 -04:00
dependencies = [
"cfg-if 1.0.0",
"cpufeatures",
2022-12-28 12:59:11 -06:00
"digest 0.10.6",
2022-08-30 17:31:35 -04:00
]
2022-07-16 14:08:18 -04:00
[[package]]
name = "sharded-slab"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
dependencies = [
"lazy_static",
]
[[package]]
name = "slab"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
dependencies = [
"autocfg",
]
[[package]]
name = "slotmap"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
dependencies = [
"version_check",
]
[[package]]
name = "smallvec"
2022-12-28 12:59:11 -06:00
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
[[package]]
name = "socket2"
2023-01-02 19:47:40 -06:00
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-02 19:47:40 -06:00
checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
dependencies = [
"libc",
"winapi",
]
2021-11-23 08:17:19 -05:00
2022-08-30 17:31:35 -04:00
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
name = "spin"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f6002a767bff9e83f8eeecf883ecb8011875a21ae8da43bffb817a57e78cc09"
dependencies = [
"lock_api",
]
[[package]]
name = "sqlformat"
version = "0.2.0"
2022-08-30 17:31:35 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f87e292b4291f154971a43c3774364e2cbcaec599d3f5bf6fa9d122885dbc38a"
2022-08-30 17:31:35 -04:00
dependencies = [
"itertools",
"nom",
"unicode_categories",
]
[[package]]
name = "sqlx"
version = "0.6.2"
2022-10-11 16:49:12 -04:00
source = "git+https://github.com/zaphar/sqlx?branch=remove_unstable_async_std_feature#cc8a048bbe9af370c22211d9d95243bfc42a0c14"
2022-08-30 17:31:35 -04:00
dependencies = [
"sqlx-core",
"sqlx-macros",
]
[[package]]
name = "sqlx-core"
version = "0.6.2"
2022-10-11 16:49:12 -04:00
source = "git+https://github.com/zaphar/sqlx?branch=remove_unstable_async_std_feature#cc8a048bbe9af370c22211d9d95243bfc42a0c14"
2022-08-30 17:31:35 -04:00
dependencies = [
"ahash",
"atoi",
"bitflags",
"byteorder",
"bytes",
"chrono",
2022-08-30 17:31:35 -04:00
"crc",
"crossbeam-queue",
"dotenvy",
"either",
"event-listener",
"flume",
"futures-channel",
"futures-core",
"futures-executor",
"futures-intrusive",
"futures-util",
"hashlink",
"hex",
"indexmap",
2022-12-28 12:59:11 -06:00
"itoa 1.0.5",
2022-08-30 17:31:35 -04:00
"libc",
"libsqlite3-sys",
"log",
"memchr",
"once_cell",
"paste",
"percent-encoding",
"rustls",
"rustls-pemfile",
"serde",
2022-12-28 12:59:11 -06:00
"sha2 0.10.6",
2022-08-30 17:31:35 -04:00
"smallvec",
"sqlformat",
"sqlx-rt",
"stringprep",
"thiserror",
"url",
"webpki-roots",
]
[[package]]
name = "sqlx-macros"
version = "0.6.2"
2022-10-11 16:49:12 -04:00
source = "git+https://github.com/zaphar/sqlx?branch=remove_unstable_async_std_feature#cc8a048bbe9af370c22211d9d95243bfc42a0c14"
2022-08-30 17:31:35 -04:00
dependencies = [
"dotenvy",
"either",
"heck",
"hex",
"once_cell",
"proc-macro2",
"quote",
"serde",
"serde_json",
2022-12-28 12:59:11 -06:00
"sha2 0.10.6",
2022-08-30 17:31:35 -04:00
"sqlx-core",
"sqlx-rt",
"syn",
"url",
]
[[package]]
name = "sqlx-rt"
version = "0.6.2"
2022-10-11 16:49:12 -04:00
source = "git+https://github.com/zaphar/sqlx?branch=remove_unstable_async_std_feature#cc8a048bbe9af370c22211d9d95243bfc42a0c14"
2022-08-30 17:31:35 -04:00
dependencies = [
"async-std",
"futures-rustls",
]
[[package]]
name = "stringprep"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "strsim"
2022-08-03 18:12:07 -04:00
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-03 18:12:07 -04:00
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "subtle"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
2022-01-25 20:32:17 -05:00
[[package]]
name = "sycamore"
version = "0.8.2"
2022-11-01 20:38:14 -04:00
source = "git+https://github.com/sycamore-rs/sycamore/?rev=5d49777b4a66fb5730c40898fd2ee8cde15bcdc3#5d49777b4a66fb5730c40898fd2ee8cde15bcdc3"
2022-01-25 20:32:17 -05:00
dependencies = [
"ahash",
"futures",
2022-01-25 20:32:17 -05:00
"indexmap",
"js-sys",
"paste",
"sycamore-core",
"sycamore-futures",
2022-01-25 20:32:17 -05:00
"sycamore-macro",
"sycamore-reactive",
"sycamore-web",
2022-01-25 20:32:17 -05:00
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
[[package]]
name = "sycamore-core"
version = "0.8.2"
2022-11-01 20:38:14 -04:00
source = "git+https://github.com/sycamore-rs/sycamore/?rev=5d49777b4a66fb5730c40898fd2ee8cde15bcdc3#5d49777b4a66fb5730c40898fd2ee8cde15bcdc3"
dependencies = [
"ahash",
"sycamore-reactive",
]
[[package]]
name = "sycamore-futures"
version = "0.8.0"
2022-11-01 20:38:14 -04:00
source = "git+https://github.com/sycamore-rs/sycamore/?rev=5d49777b4a66fb5730c40898fd2ee8cde15bcdc3#5d49777b4a66fb5730c40898fd2ee8cde15bcdc3"
dependencies = [
"futures",
"sycamore-reactive",
"tokio",
"wasm-bindgen-futures",
]
2022-01-25 20:32:17 -05:00
[[package]]
name = "sycamore-macro"
version = "0.8.2"
2022-11-01 20:38:14 -04:00
source = "git+https://github.com/sycamore-rs/sycamore/?rev=5d49777b4a66fb5730c40898fd2ee8cde15bcdc3#5d49777b4a66fb5730c40898fd2ee8cde15bcdc3"
2022-01-25 20:32:17 -05:00
dependencies = [
"once_cell",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "sycamore-reactive"
version = "0.8.1"
2022-11-01 20:38:14 -04:00
source = "git+https://github.com/sycamore-rs/sycamore/?rev=5d49777b4a66fb5730c40898fd2ee8cde15bcdc3#5d49777b4a66fb5730c40898fd2ee8cde15bcdc3"
2022-01-25 20:32:17 -05:00
dependencies = [
"ahash",
"bumpalo",
2022-01-25 20:32:17 -05:00
"indexmap",
"serde",
"slotmap",
2022-01-25 20:32:17 -05:00
"smallvec",
]
2022-11-01 20:38:14 -04:00
[[package]]
name = "sycamore-router"
version = "0.8.0"
source = "git+https://github.com/sycamore-rs/sycamore/?rev=5d49777b4a66fb5730c40898fd2ee8cde15bcdc3#5d49777b4a66fb5730c40898fd2ee8cde15bcdc3"
dependencies = [
"sycamore",
"sycamore-router-macro",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "sycamore-router-macro"
version = "0.8.0"
source = "git+https://github.com/sycamore-rs/sycamore/?rev=5d49777b4a66fb5730c40898fd2ee8cde15bcdc3#5d49777b4a66fb5730c40898fd2ee8cde15bcdc3"
dependencies = [
"nom",
"proc-macro2",
"quote",
"syn",
"unicode-xid",
]
[[package]]
name = "sycamore-state"
2022-12-31 17:42:45 -06:00
version = "0.1.0"
2023-01-05 11:18:01 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d062eab83a67073c6b39e4a7fa9901558333946729d63cfcb7d0e97f0bf4d75"
dependencies = [
"sycamore",
2022-12-28 12:59:11 -06:00
"wasm-bindgen",
"wasm-bindgen-test",
]
[[package]]
name = "sycamore-web"
version = "0.8.2"
2022-11-01 20:38:14 -04:00
source = "git+https://github.com/sycamore-rs/sycamore/?rev=5d49777b4a66fb5730c40898fd2ee8cde15bcdc3#5d49777b4a66fb5730c40898fd2ee8cde15bcdc3"
dependencies = [
"html-escape",
"indexmap",
"js-sys",
"once_cell",
"sycamore-core",
"sycamore-reactive",
2022-01-25 20:32:17 -05:00
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "syn"
2022-12-28 12:59:11 -06:00
version = "1.0.107"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "sync_wrapper"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20518fe4a4c9acf048008599e464deb21beeae3d3578418951a189c235a7a9a8"
[[package]]
2022-08-03 18:12:07 -04:00
name = "termcolor"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-03 18:12:07 -04:00
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
dependencies = [
2022-08-03 18:12:07 -04:00
"winapi-util",
]
2022-08-03 18:12:07 -04:00
[[package]]
name = "textwrap"
2022-12-28 12:59:11 -06:00
version = "0.16.0"
2022-08-03 18:12:07 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
2022-08-03 18:12:07 -04:00
[[package]]
name = "thiserror"
2022-12-28 12:59:11 -06:00
version = "1.0.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2022-12-28 12:59:11 -06:00
version = "1.0.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-07-16 14:08:18 -04:00
[[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-12-28 12:59:11 -06:00
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
dependencies = [
"libc",
"wasi 0.10.0+wasi-snapshot-preview1",
"winapi",
]
2022-08-30 17:31:35 -04:00
[[package]]
name = "time"
2022-12-28 12:59:11 -06:00
version = "0.3.17"
2022-08-30 17:31:35 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376"
2022-08-30 17:31:35 -04:00
dependencies = [
2022-12-28 12:59:11 -06:00
"itoa 1.0.5",
"serde",
"time-core",
2022-08-30 17:31:35 -04:00
"time-macros",
]
2022-12-28 12:59:11 -06:00
[[package]]
name = "time-core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
2022-08-30 17:31:35 -04:00
[[package]]
name = "time-macros"
2022-12-28 12:59:11 -06:00
version = "0.2.6"
2022-08-30 17:31:35 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "d967f99f534ca7e495c575c62638eebc2898a8c84c119b89e250477bc4ba16b2"
dependencies = [
"time-core",
]
2022-08-30 17:31:35 -04:00
[[package]]
name = "tinyvec"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
2022-12-28 12:59:11 -06:00
version = "1.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "eab6d665857cc6ca78d6e80303a02cea7a7851e85dfbd77cbdc09bd129f1ef46"
dependencies = [
"autocfg",
2022-08-27 16:07:20 -04:00
"bytes",
"libc",
2022-08-27 16:07:20 -04:00
"memchr",
"mio",
"num_cpus",
"pin-project-lite",
2022-03-06 15:16:30 -05:00
"socket2",
2023-01-02 19:47:40 -06:00
"tokio-macros",
2022-12-28 12:59:11 -06:00
"windows-sys",
]
2023-01-02 19:47:40 -06:00
[[package]]
name = "tokio-macros"
version = "1.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tokio-rustls"
version = "0.23.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
dependencies = [
"rustls",
"tokio",
"webpki",
]
2022-08-27 16:07:20 -04:00
[[package]]
name = "tokio-util"
2022-12-28 12:59:11 -06:00
version = "0.7.4"
2022-08-27 16:07:20 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"
2022-08-27 16:07:20 -04:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
"tracing",
]
[[package]]
name = "tower"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
dependencies = [
"futures-core",
"futures-util",
"pin-project",
"pin-project-lite",
"tokio",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower-http"
2022-12-28 12:59:11 -06:00
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
dependencies = [
2022-12-28 12:59:11 -06:00
"base64 0.13.1",
"bitflags",
"bytes",
"futures-core",
"futures-util",
"http",
"http-body",
"http-range-header",
"pin-project-lite",
"tower",
"tower-layer",
"tower-service",
2022-08-13 18:06:51 -04:00
"tracing",
]
[[package]]
name = "tower-layer"
2022-12-28 12:59:11 -06:00
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
[[package]]
name = "tower-service"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
[[package]]
name = "tracing"
2022-12-28 12:59:11 -06:00
version = "0.1.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
dependencies = [
"cfg-if 1.0.0",
"log",
"pin-project-lite",
2022-07-16 14:08:18 -04:00
"tracing-attributes",
"tracing-core",
]
[[package]]
2022-07-16 14:08:18 -04:00
name = "tracing-attributes"
2022-12-28 12:59:11 -06:00
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
2022-07-16 14:08:18 -04:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tracing-core"
version = "0.1.30"
2022-07-16 14:08:18 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
2022-07-16 14:08:18 -04:00
dependencies = [
"once_cell",
"valuable",
]
[[package]]
name = "tracing-log"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
dependencies = [
"lazy_static",
2022-07-16 14:08:18 -04:00
"log",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
version = "0.3.16"
2022-07-16 14:08:18 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70"
2022-07-16 14:08:18 -04:00
dependencies = [
"nu-ansi-term",
2022-07-16 14:08:18 -04:00
"sharded-slab",
"smallvec",
"thread_local",
2022-12-28 12:59:11 -06:00
"time 0.3.17",
2022-07-16 14:08:18 -04:00
"tracing-core",
"tracing-log",
]
2022-11-19 20:23:10 -05:00
[[package]]
name = "tracing-web"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ff5efc53ed5a7c4b99b3dd24fd10f41e7aa1b284a4e64ae9167d97e31afe124"
dependencies = [
"js-sys",
"tracing-core",
"tracing-subscriber",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "try-lock"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
[[package]]
name = "typenum"
2022-12-28 12:59:11 -06:00
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
[[package]]
name = "unicase"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
dependencies = [
"version_check",
]
2022-08-30 17:31:35 -04:00
[[package]]
name = "unicode-bidi"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
[[package]]
name = "unicode-ident"
2022-12-28 12:59:11 -06:00
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
2022-08-30 17:31:35 -04:00
[[package]]
name = "unicode-normalization"
2022-12-28 12:59:11 -06:00
version = "0.1.22"
2022-08-30 17:31:35 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2022-08-30 17:31:35 -04:00
dependencies = [
"tinyvec",
]
[[package]]
name = "unicode-segmentation"
2022-12-28 12:59:11 -06:00
version = "1.10.0"
2022-08-30 17:31:35 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
2022-08-30 17:31:35 -04:00
[[package]]
name = "unicode-width"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2022-11-01 20:38:14 -04:00
[[package]]
name = "unicode-xid"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2022-08-30 17:31:35 -04: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-12-28 12:59:11 -06:00
version = "2.3.1"
2022-08-30 17:31:35 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
2022-08-30 17:31:35 -04:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
[[package]]
name = "utf8-width"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5190c9442dcdaf0ddd50f37420417d219ae5261bbf5db120d0f9bab996c9cba1"
2022-08-27 16:07:20 -04:00
[[package]]
name = "uuid"
2022-12-28 12:59:11 -06:00
version = "1.2.2"
2022-08-27 16:07:20 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c"
2022-08-27 16:07:20 -04:00
dependencies = [
"getrandom",
"serde",
]
2022-07-16 14:08:18 -04:00
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
[[package]]
name = "value-bag"
version = "1.0.0-alpha.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"
dependencies = [
"ctor",
"version_check",
]
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "waker-fn"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
[[package]]
name = "walkdir"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
dependencies = [
"same-file",
"winapi",
"winapi-util",
]
[[package]]
name = "want"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
"log",
"try-lock",
]
[[package]]
name = "wasi"
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasm-bindgen"
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
dependencies = [
"cfg-if 1.0.0",
2022-01-23 14:28:01 -05:00
"serde",
"serde_json",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2022-12-28 12:59:11 -06:00
version = "0.4.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"
dependencies = [
"cfg-if 1.0.0",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
2022-12-28 12:59:11 -06:00
[[package]]
name = "wasm-bindgen-test"
version = "0.3.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09d2fff962180c3fadf677438054b1db62bee4aa32af26a45388af07d1287e1d"
dependencies = [
"console_error_panic_hook",
"js-sys",
"scoped-tls",
"wasm-bindgen",
"wasm-bindgen-futures",
"wasm-bindgen-test-macro",
]
[[package]]
name = "wasm-bindgen-test-macro"
version = "0.3.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4683da3dfc016f704c9f82cf401520c4f1cb3ee440f7f52b3d6ac29506a49ca7"
dependencies = [
"proc-macro2",
"quote",
]
[[package]]
name = "web-sys"
version = "0.3.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"
dependencies = [
"js-sys",
"wasm-bindgen",
]
2022-08-30 17:31:35 -04:00
[[package]]
name = "webpki"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "webpki-roots"
2022-12-28 12:59:11 -06:00
version = "0.22.6"
2022-08-30 17:31:35 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
2022-08-30 17:31:35 -04:00
dependencies = [
"webpki",
]
[[package]]
name = "wepoll-ffi"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
dependencies = [
"cc",
]
2021-04-29 18:41:54 -04: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-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2022-08-03 18:12:07 -04:00
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi",
]
2021-04-29 18:41:54 -04: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-12-28 12:59:11 -06:00
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
dependencies = [
2022-12-28 12:59:11 -06:00
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
2022-12-28 12:59:11 -06:00
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
]
2022-12-28 12:59:11 -06:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
[[package]]
name = "windows_aarch64_msvc"
2022-12-28 12:59:11 -06:00
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
[[package]]
name = "windows_i686_gnu"
2022-12-28 12:59:11 -06:00
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
[[package]]
name = "windows_i686_msvc"
2022-12-28 12:59:11 -06:00
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
[[package]]
name = "windows_x86_64_gnu"
2022-12-28 12:59:11 -06:00
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"
2022-12-28 12:59:11 -06:00
checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
[[package]]
name = "windows_x86_64_msvc"
2022-12-28 12:59:11 -06:00
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 12:59:11 -06:00
checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
2022-08-27 16:07:20 -04:00
[[package]]
name = "zeroize"
version = "1.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"