2021-04-12 20:22:18 -04:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2022-01-12 18:16:40 -05:00
|
|
|
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"
|
2021-11-02 21:45:41 -04:00
|
|
|
version = "0.2.6"
|
2021-04-29 18:41:54 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-02 21:45:41 -04:00
|
|
|
checksum = "bec7b38b411d838e24b7914898b2d3cf3e24adbd81b6edf778e80ea23fe5e9d1"
|
2021-04-29 18:41:54 -04:00
|
|
|
|
2024-07-11 23:58:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
|
|
|
version = "0.22.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
|
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2022-01-12 18:16:40 -05:00
|
|
|
[[package]]
|
2022-01-25 20:32:17 -05:00
|
|
|
name = "ahash"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.7.8"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
|
2022-01-12 18:16:40 -05:00
|
|
|
dependencies = [
|
2022-01-25 20:32:17 -05:00
|
|
|
"getrandom",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
2022-01-12 18:16:40 -05:00
|
|
|
]
|
|
|
|
|
2024-07-10 10:05:09 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.8.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"getrandom",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
"zerocopy",
|
|
|
|
]
|
|
|
|
|
2021-11-23 10:43:24 -05:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.1.3"
|
2021-11-23 10:43:24 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2021-11-23 10:43:24 -05:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-07-11 23:58:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "allocator-api2"
|
|
|
|
version = "0.2.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
2022-11-11 16:45:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-08-25 20:47:25 -04:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2024-07-03 19:13:10 -05:00
|
|
|
version = "1.0.86"
|
2022-08-25 20:47:25 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-03 19:13:10 -05:00
|
|
|
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
|
2022-08-25 20:47:25 -04:00
|
|
|
|
2022-12-19 17:03:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "api"
|
2023-01-07 19:05:11 -05:00
|
|
|
version = "0.1.3"
|
2022-12-19 17:03:30 -05:00
|
|
|
dependencies = [
|
|
|
|
"axum",
|
2022-12-21 11:41:41 -05:00
|
|
|
"chrono",
|
2022-12-19 17:03:30 -05:00
|
|
|
"recipes",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-01-02 19:47:40 -06:00
|
|
|
[[package]]
|
|
|
|
name = "arc-swap"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.7.1"
|
2023-01-02 19:47:40 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
|
2023-01-02 19:47:40 -06:00
|
|
|
|
2022-08-27 16:07:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "argon2"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.5.3"
|
2022-08-27 16:07:20 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072"
|
2022-08-27 16:07:20 -04:00
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
"blake2",
|
2024-07-11 23:58:17 -04:00
|
|
|
"cpufeatures",
|
2022-08-27 16:07:20 -04:00
|
|
|
"password-hash",
|
|
|
|
]
|
|
|
|
|
2022-08-25 20:47:25 -04:00
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.3.7"
|
2022-08-25 20:47:25 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
|
2022-08-25 20:47:25 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
|
|
|
|
2022-01-12 18:16:40 -05:00
|
|
|
[[package]]
|
|
|
|
name = "async-channel"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.9.0"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
|
2022-01-12 18:16:40 -05:00
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
2024-07-11 23:58:17 -04:00
|
|
|
"event-listener 2.5.3",
|
2022-01-12 18:16:40 -05:00
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
2024-07-11 23:58:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "async-channel"
|
|
|
|
version = "2.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
|
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"event-listener-strategy",
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2022-01-12 18:16:40 -05:00
|
|
|
[[package]]
|
|
|
|
name = "async-executor"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.12.0"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "c8828ec6e544c02b0d6691d21ed9f9218d0384a82542855073c2a3f58304aaf0"
|
2022-01-12 18:16:40 -05:00
|
|
|
dependencies = [
|
|
|
|
"async-task",
|
|
|
|
"concurrent-queue",
|
2024-07-11 23:58:17 -04:00
|
|
|
"fastrand 2.1.0",
|
|
|
|
"futures-lite 2.3.0",
|
2022-01-12 18:16:40 -05:00
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-global-executor"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "2.4.1"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
|
2022-01-12 18:16:40 -05:00
|
|
|
dependencies = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"async-channel 2.3.1",
|
2022-01-12 18:16:40 -05:00
|
|
|
"async-executor",
|
2024-07-11 23:58:17 -04:00
|
|
|
"async-io 2.3.3",
|
|
|
|
"async-lock 3.4.0",
|
2022-01-12 18:16:40 -05:00
|
|
|
"blocking",
|
2024-07-11 23:58:17 -04:00
|
|
|
"futures-lite 2.3.0",
|
2022-01-12 18:16:40 -05:00
|
|
|
"once_cell",
|
2022-01-21 21:58:26 -05:00
|
|
|
"tokio",
|
2022-01-12 18:16:40 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-io"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.13.0"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
|
2022-01-12 18:16:40 -05:00
|
|
|
dependencies = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"async-lock 2.8.0",
|
2022-12-28 12:59:11 -06:00
|
|
|
"autocfg",
|
2024-07-11 23:58:17 -04:00
|
|
|
"cfg-if 1.0.0",
|
2022-01-12 18:16:40 -05:00
|
|
|
"concurrent-queue",
|
2024-07-11 23:58:17 -04:00
|
|
|
"futures-lite 1.13.0",
|
2022-01-12 18:16:40 -05:00
|
|
|
"log",
|
|
|
|
"parking",
|
2024-07-11 23:58:17 -04:00
|
|
|
"polling 2.8.0",
|
|
|
|
"rustix 0.37.27",
|
2022-01-12 18:16:40 -05:00
|
|
|
"slab",
|
2024-07-11 23:58:17 -04:00
|
|
|
"socket2 0.4.10",
|
2022-01-12 18:16:40 -05:00
|
|
|
"waker-fn",
|
2024-07-11 23:58:17 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-io"
|
|
|
|
version = "2.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0d6baa8f0178795da0e71bc42c9e5d13261aac7ee549853162e66a241ba17964"
|
|
|
|
dependencies = [
|
|
|
|
"async-lock 3.4.0",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"concurrent-queue",
|
|
|
|
"futures-io",
|
|
|
|
"futures-lite 2.3.0",
|
|
|
|
"parking",
|
|
|
|
"polling 3.7.2",
|
|
|
|
"rustix 0.38.34",
|
|
|
|
"slab",
|
|
|
|
"tracing",
|
|
|
|
"windows-sys 0.52.0",
|
2022-01-12 18:16:40 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-lock"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "2.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
|
|
|
|
dependencies = [
|
|
|
|
"event-listener 2.5.3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-lock"
|
|
|
|
version = "3.4.0"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
|
2022-01-12 18:16:40 -05:00
|
|
|
dependencies = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"event-listener 5.3.1",
|
|
|
|
"event-listener-strategy",
|
|
|
|
"pin-project-lite",
|
2022-01-12 18:16:40 -05:00
|
|
|
]
|
|
|
|
|
2022-08-25 20:47:25 -04:00
|
|
|
[[package]]
|
|
|
|
name = "async-session"
|
|
|
|
version = "3.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "07da4ce523b4e2ebaaf330746761df23a465b951a83d84bbce4233dabedae630"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2024-07-11 23:58:17 -04:00
|
|
|
"async-lock 2.8.0",
|
2022-08-25 20:47:25 -04:00
|
|
|
"async-trait",
|
2022-12-28 12:59:11 -06:00
|
|
|
"base64 0.13.1",
|
2022-08-25 20:47:25 -04:00
|
|
|
"bincode",
|
|
|
|
"blake3",
|
|
|
|
"chrono",
|
2024-07-10 10:05:09 -05:00
|
|
|
"hmac 0.11.0",
|
2022-08-25 20:47:25 -04:00
|
|
|
"log",
|
|
|
|
"rand",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-08-30 17:31:35 -04:00
|
|
|
"sha2 0.9.9",
|
2022-08-25 20:47:25 -04:00
|
|
|
]
|
|
|
|
|
2022-01-12 18:16:40 -05:00
|
|
|
[[package]]
|
|
|
|
name = "async-std"
|
2022-07-21 18:35:09 -04:00
|
|
|
version = "1.12.0"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-21 18:35:09 -04:00
|
|
|
checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
|
2022-01-12 18:16:40 -05:00
|
|
|
dependencies = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"async-channel 1.9.0",
|
2022-01-12 18:16:40 -05:00
|
|
|
"async-global-executor",
|
2024-07-11 23:58:17 -04:00
|
|
|
"async-io 1.13.0",
|
|
|
|
"async-lock 2.8.0",
|
2022-01-12 18:16:40 -05:00
|
|
|
"crossbeam-utils",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
2024-07-11 23:58:17 -04:00
|
|
|
"futures-lite 1.13.0",
|
2022-01-12 18:16:40 -05:00
|
|
|
"gloo-timers",
|
|
|
|
"kv-log-macro",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"once_cell",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-task"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "4.7.1"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
|
2022-01-12 18:16:40 -05:00
|
|
|
|
2022-08-09 20:20:43 -04:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.1.81"
|
2022-08-09 20:20:43 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107"
|
2022-08-09 20:20:43 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-11 23:58:17 -04:00
|
|
|
"syn 2.0.70",
|
2022-08-09 20:20:43 -04:00
|
|
|
]
|
|
|
|
|
2022-08-30 17:31:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "atoi"
|
2024-07-10 10:05:09 -05:00
|
|
|
version = "2.0.0"
|
2022-08-30 17:31:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-10 10:05:09 -05:00
|
|
|
checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
|
2022-08-30 17:31:35 -04:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2022-01-12 18:16:40 -05:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.1.2"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
2022-01-12 18:16:40 -05:00
|
|
|
|
2022-01-04 20:10:35 -05:00
|
|
|
[[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",
|
2022-01-04 20:10:35 -05:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-04-12 20:22:18 -04:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.3.0"
|
2021-04-12 20:22:18 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
2021-04-12 20:22:18 -04:00
|
|
|
|
2022-01-21 21:58:26 -05:00
|
|
|
[[package]]
|
2022-08-09 20:20:43 -04:00
|
|
|
name = "axum"
|
2022-12-28 12:59:11 -06:00
|
|
|
version = "0.5.17"
|
2022-01-21 21:58:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-28 12:59:11 -06:00
|
|
|
checksum = "acee9fd5073ab6b045a275b3e709c163dd36c90685219cb21804a147b58dba43"
|
2022-08-09 20:20:43 -04:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"axum-core",
|
2024-07-10 10:05:09 -05:00
|
|
|
"bitflags 1.3.2",
|
2022-08-09 20:20:43 -04:00
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
2022-08-27 16:07:20 -04:00
|
|
|
"headers",
|
2022-08-09 20:20:43 -04:00
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
2024-07-11 23:58:17 -04:00
|
|
|
"itoa",
|
2022-08-09 20:20:43 -04:00
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
2022-08-09 20:20:43 -04:00
|
|
|
[[package]]
|
|
|
|
name = "axum-core"
|
2022-12-28 12:59:11 -06:00
|
|
|
version = "0.2.9"
|
2022-08-09 20:20:43 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-28 12:59:11 -06:00
|
|
|
checksum = "37e5939e02c56fecd5c017c37df4238c0a839fa76b7f97acdd7efb804fd181cc"
|
2022-08-09 20:20:43 -04:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"mime",
|
2022-09-19 17:19:29 -04:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
2022-08-09 20:20:43 -04:00
|
|
|
]
|
2022-01-21 21:58:26 -05:00
|
|
|
|
2023-01-02 19:47:40 -06:00
|
|
|
[[package]]
|
|
|
|
name = "axum-server"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.4.7"
|
2023-01-02 19:47:40 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "bace45b270e36e3c27a190c65883de6dfc9f1d18c829907c127464815dc67b24"
|
2023-01-02 19:47:40 -06:00
|
|
|
dependencies = [
|
|
|
|
"arc-swap",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"pin-project-lite",
|
2024-07-11 23:58:17 -04:00
|
|
|
"rustls 0.20.9",
|
2023-01-02 19:47:40 -06:00
|
|
|
"rustls-pemfile",
|
|
|
|
"tokio",
|
|
|
|
"tokio-rustls",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
2024-07-11 23:58:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
|
|
|
version = "0.3.73"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
|
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2022-08-25 20:47:25 -04:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2022-12-28 12:59:11 -06:00
|
|
|
version = "0.13.1"
|
2022-08-25 20:47:25 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-28 12:59:11 -06:00
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
2022-08-25 20:47:25 -04:00
|
|
|
|
2022-12-31 17:44:36 -06:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.21.7"
|
2022-12-31 17:44:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
2022-12-31 17:44:36 -06:00
|
|
|
|
2022-08-27 16:07:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "base64ct"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.6.0"
|
2022-08-27 16:07:20 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
2022-08-27 16:07:20 -04:00
|
|
|
|
2022-08-25 20:47:25 -04:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
|
|
|
version = "1.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-03-14 21:36:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.69.4"
|
2023-03-14 21:36:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
|
2023-03-14 21:36:41 -04:00
|
|
|
dependencies = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"bitflags 2.6.0",
|
2023-03-14 21:36:41 -04:00
|
|
|
"cexpr",
|
|
|
|
"clang-sys",
|
2024-07-11 23:58:17 -04:00
|
|
|
"itertools",
|
2023-03-14 21:36:41 -04:00
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
|
|
|
"shlex",
|
2024-07-11 23:58:17 -04:00
|
|
|
"syn 2.0.70",
|
2023-03-14 21:36:41 -04:00
|
|
|
]
|
|
|
|
|
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
|
|
|
|
2024-07-10 10:05:09 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
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 = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"digest 0.10.7",
|
2022-08-27 16:07:20 -04:00
|
|
|
]
|
|
|
|
|
2022-08-25 20:47:25 -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",
|
2022-08-25 20:47:25 -04:00
|
|
|
]
|
|
|
|
|
2022-01-21 21:58:26 -05:00
|
|
|
[[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"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.10.4"
|
2022-08-27 16:07:20 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2022-08-27 16:07:20 -04:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2022-01-12 18:16:40 -05:00
|
|
|
[[package]]
|
|
|
|
name = "blocking"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.6.1"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
|
2022-01-12 18:16:40 -05:00
|
|
|
dependencies = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"async-channel 2.3.1",
|
2022-01-12 18:16:40 -05:00
|
|
|
"async-task",
|
2024-07-11 23:58:17 -04:00
|
|
|
"futures-io",
|
|
|
|
"futures-lite 2.3.0",
|
|
|
|
"piper",
|
2021-11-23 08:17:19 -05:00
|
|
|
]
|
|
|
|
|
2022-01-12 18:16:40 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "3.16.0"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
2022-01-12 18:16:40 -05:00
|
|
|
|
2022-08-30 17:31:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.5.0"
|
2022-08-30 17:31:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2022-08-30 17:31:35 -04:00
|
|
|
|
2022-01-21 21:58:26 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.6.0"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
|
2022-01-12 18:16:40 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-07-10 10:05:09 -05:00
|
|
|
version = "1.1.0"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-10 10:05:09 -05:00
|
|
|
checksum = "eaff6f8ce506b9773fa786672d63fc7a191ffea1be33f72bbd4aeacefca9ffc8"
|
2022-08-25 20:47:25 -04:00
|
|
|
|
2023-03-14 21:36:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "cexpr"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
|
|
|
dependencies = [
|
|
|
|
"nom",
|
|
|
|
]
|
|
|
|
|
2022-08-25 20:47:25 -04:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2022-01-12 18:16:40 -05:00
|
|
|
|
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"
|
|
|
|
|
2021-05-04 18:46:46 -04:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.4.38"
|
2021-05-04 18:46:46 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
2021-05-04 18:46:46 -04:00
|
|
|
dependencies = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"android-tzdata",
|
2022-11-11 16:45:14 -05:00
|
|
|
"iana-time-zone",
|
|
|
|
"js-sys",
|
2021-05-04 18:46:46 -04:00
|
|
|
"num-traits",
|
2022-08-25 20:47:25 -04:00
|
|
|
"serde",
|
2022-11-11 16:45:14 -05:00
|
|
|
"wasm-bindgen",
|
2024-07-11 23:58:17 -04:00
|
|
|
"windows-targets 0.52.6",
|
2021-05-04 18:46:46 -04:00
|
|
|
]
|
|
|
|
|
2022-08-25 20:47:25 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ciborium"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.2.2"
|
2022-08-25 20:47:25 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
|
2022-08-25 20:47:25 -04:00
|
|
|
dependencies = [
|
|
|
|
"ciborium-io",
|
|
|
|
"ciborium-ll",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ciborium-io"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.2.2"
|
2022-08-25 20:47:25 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
|
2022-08-25 20:47:25 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ciborium-ll"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.2.2"
|
2022-08-25 20:47:25 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
|
2022-08-25 20:47:25 -04:00
|
|
|
dependencies = [
|
|
|
|
"ciborium-io",
|
|
|
|
"half",
|
|
|
|
]
|
|
|
|
|
2023-03-14 21:36:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.8.1"
|
2023-03-14 21:36:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
|
2023-03-14 21:36:41 -04:00
|
|
|
dependencies = [
|
|
|
|
"glob",
|
|
|
|
"libc",
|
|
|
|
"libloading",
|
|
|
|
]
|
|
|
|
|
2021-11-01 20:49:48 -04:00
|
|
|
[[package]]
|
2021-11-09 20:26:52 -05:00
|
|
|
name = "clap"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "3.2.25"
|
2021-11-01 20:49:48 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
|
2021-11-01 20:49:48 -04:00
|
|
|
dependencies = [
|
2022-01-04 20:10:35 -05:00
|
|
|
"atty",
|
2024-07-10 10:05:09 -05:00
|
|
|
"bitflags 1.3.2",
|
2022-08-03 18:12:07 -04:00
|
|
|
"clap_lex",
|
2024-07-11 23:58:17 -04:00
|
|
|
"indexmap 1.9.3",
|
2022-08-03 18:12:07 -04:00
|
|
|
"once_cell",
|
2022-01-04 20:10:35 -05:00
|
|
|
"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",
|
2021-11-01 20:49:48 -04:00
|
|
|
]
|
|
|
|
|
2022-01-12 18:16:40 -05:00
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "2.5.0"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
|
2022-01-12 18:16:40 -05:00
|
|
|
dependencies = [
|
2022-12-28 12:59:11 -06:00
|
|
|
"crossbeam-utils",
|
2022-01-12 18:16:40 -05:00
|
|
|
]
|
|
|
|
|
2022-01-26 20:17:06 -05:00
|
|
|
[[package]]
|
|
|
|
name = "console_error_panic_hook"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
|
|
|
|
dependencies = [
|
2022-08-25 20:47:25 -04:00
|
|
|
"cfg-if 1.0.0",
|
2022-01-26 20:17:06 -05:00
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2024-07-10 10:05:09 -05:00
|
|
|
[[package]]
|
|
|
|
name = "const-oid"
|
|
|
|
version = "0.9.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
|
|
|
|
|
2022-08-25 20:47:25 -04:00
|
|
|
[[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"
|
2023-03-18 11:19:11 -04:00
|
|
|
version = "0.17.0"
|
2022-08-30 17:31:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 11:19:11 -04:00
|
|
|
checksum = "7efb37c3e1ccb1ff97164ad95ac1606e8ccd35b3fa0a7d99a304c7f4a428cc24"
|
2022-08-30 17:31:35 -04:00
|
|
|
dependencies = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"time",
|
2022-08-30 17:31:35 -04:00
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-11-11 16:45:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.8.6"
|
2022-11-11 16:45:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
|
2022-11-11 16:45:14 -05:00
|
|
|
|
2022-01-21 21:58:26 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.2.12"
|
2022-01-21 21:58:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
|
2022-01-21 21:58:26 -05:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-08-30 17:31:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "crc"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "3.2.1"
|
2022-08-30 17:31:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
|
2022-08-30 17:31:35 -04:00
|
|
|
dependencies = [
|
|
|
|
"crc-catalog",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc-catalog"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "2.4.0"
|
2022-08-30 17:31:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
|
2022-08-30 17:31:35 -04:00
|
|
|
|
2023-01-19 08:35:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.9.18"
|
2023-01-19 08:35:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
2023-01-19 08:35:14 -05:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2022-08-30 17:31:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-queue"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.3.11"
|
2022-08-30 17:31:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
|
2022-08-30 17:31:35 -04:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2022-01-12 18:16:40 -05:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.8.20"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crunchy"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
2022-01-12 18:16:40 -05:00
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2022-08-25 20:47:25 -04:00
|
|
|
[[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"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.3.0"
|
2021-11-23 08:17:19 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe"
|
2021-11-23 08:17:19 -05:00
|
|
|
dependencies = [
|
|
|
|
"csv-core",
|
2024-07-11 23:58:17 -04:00
|
|
|
"itoa",
|
2021-11-23 08:17:19 -05:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "csv-core"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.1.11"
|
2021-11-23 08:17:19 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70"
|
2021-11-23 08:17:19 -05:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-07-10 10:05:09 -05:00
|
|
|
[[package]]
|
|
|
|
name = "der"
|
|
|
|
version = "0.7.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
|
|
|
|
dependencies = [
|
|
|
|
"const-oid",
|
|
|
|
"pem-rfc7468",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2024-07-11 23:58:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
|
|
|
version = "0.3.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
|
|
|
dependencies = [
|
|
|
|
"powerfmt",
|
|
|
|
]
|
|
|
|
|
2022-01-21 21:58:26 -05:00
|
|
|
[[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"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.10.7"
|
2022-08-27 16:07:20 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2022-08-27 16:07:20 -04:00
|
|
|
dependencies = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"block-buffer 0.10.4",
|
2024-07-10 10:05:09 -05:00
|
|
|
"const-oid",
|
2022-08-27 16:07:20 -04:00
|
|
|
"crypto-common",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2022-08-30 17:31:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "dotenvy"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.15.7"
|
2022-08-30 17:31:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
|
2022-08-30 17:31:35 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.13.0"
|
2022-08-30 17:31:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
2022-08-30 17:31:35 -04:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-11-25 09:37:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
2024-07-10 10:05:09 -05:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "etcetera"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"home",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2022-01-12 18:16:40 -05:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
2022-12-28 12:59:11 -06:00
|
|
|
version = "2.5.3"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-28 12:59:11 -06:00
|
|
|
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
2022-01-12 18:16:40 -05:00
|
|
|
|
2024-07-11 23:58:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
|
|
|
version = "5.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
|
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "event-listener-strategy"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
|
|
|
|
dependencies = [
|
|
|
|
"event-listener 5.3.1",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2022-01-12 18:16:40 -05:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.9.0"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
2022-01-12 18:16:40 -05:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2024-07-10 10:05:09 -05:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
|
|
|
|
|
2022-08-30 17:31:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "flume"
|
2024-07-10 10:05:09 -05:00
|
|
|
version = "0.11.0"
|
2022-08-30 17:31:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-10 10:05:09 -05:00
|
|
|
checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
|
2022-08-30 17:31:35 -04:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2024-07-10 10:05:09 -05:00
|
|
|
"spin 0.9.8",
|
2022-08-30 17:31:35 -04:00
|
|
|
]
|
|
|
|
|
2022-01-21 21:58:26 -05:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.2.1"
|
2022-01-21 21:58:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2022-01-21 21:58:26 -05:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2022-09-25 17:04:46 -04:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.3.30"
|
2022-09-25 17:04:46 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
|
2022-09-25 17:04:46 -04:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
2022-01-12 18:16:40 -05:00
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2024-07-03 19:13:10 -05:00
|
|
|
version = "0.3.30"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-03 19:13:10 -05:00
|
|
|
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
|
2022-01-12 18:16:40 -05:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
2022-08-30 17:31:35 -04:00
|
|
|
"futures-sink",
|
2022-01-12 18:16:40 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2024-07-03 19:13:10 -05:00
|
|
|
version = "0.3.30"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-03 19:13:10 -05:00
|
|
|
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
|
2022-01-12 18:16:40 -05:00
|
|
|
|
2022-08-30 17:31:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.3.30"
|
2022-08-30 17:31:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
|
2022-08-30 17:31:35 -04:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-intrusive"
|
2024-07-10 10:05:09 -05:00
|
|
|
version = "0.5.0"
|
2022-08-30 17:31:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-10 10:05:09 -05:00
|
|
|
checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
|
2022-08-30 17:31:35 -04:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"lock_api",
|
2024-07-10 10:05:09 -05:00
|
|
|
"parking_lot",
|
2022-08-30 17:31:35 -04:00
|
|
|
]
|
|
|
|
|
2022-01-12 18:16:40 -05:00
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2024-07-03 19:13:10 -05:00
|
|
|
version = "0.3.30"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-03 19:13:10 -05:00
|
|
|
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
|
2022-01-12 18:16:40 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.13.0"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
|
2022-01-12 18:16:40 -05:00
|
|
|
dependencies = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"fastrand 1.9.0",
|
2022-01-12 18:16:40 -05:00
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"memchr",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
"waker-fn",
|
|
|
|
]
|
|
|
|
|
2024-07-11 23:58:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
|
|
|
version = "2.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
|
|
|
|
dependencies = [
|
|
|
|
"fastrand 2.1.0",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2022-09-25 17:04:46 -04:00
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2024-07-03 19:13:10 -05:00
|
|
|
version = "0.3.30"
|
2022-09-25 17:04:46 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-03 19:13:10 -05:00
|
|
|
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
|
2022-09-25 17:04:46 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-11 23:58:17 -04:00
|
|
|
"syn 2.0.70",
|
2022-09-25 17:04:46 -04:00
|
|
|
]
|
|
|
|
|
2022-01-21 21:58:26 -05:00
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2024-07-03 19:13:10 -05:00
|
|
|
version = "0.3.30"
|
2022-01-21 21:58:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-03 19:13:10 -05:00
|
|
|
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
|
2022-01-21 21:58:26 -05:00
|
|
|
|
2022-01-12 18:16:40 -05:00
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2024-07-03 19:13:10 -05:00
|
|
|
version = "0.3.30"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-03 19:13:10 -05:00
|
|
|
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
|
2022-01-12 18:16:40 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2024-07-03 19:13:10 -05:00
|
|
|
version = "0.3.30"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-03 19:13:10 -05:00
|
|
|
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
|
2022-01-12 18:16:40 -05:00
|
|
|
dependencies = [
|
2022-09-25 17:04:46 -04:00
|
|
|
"futures-channel",
|
2022-01-12 18:16:40 -05:00
|
|
|
"futures-core",
|
2022-09-25 17:04:46 -04:00
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
2022-08-30 17:31:35 -04:00
|
|
|
"futures-sink",
|
2022-01-12 18:16:40 -05:00
|
|
|
"futures-task",
|
2022-09-25 17:04:46 -04:00
|
|
|
"memchr",
|
2022-01-12 18:16:40 -05:00
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
2022-08-30 17:31:35 -04:00
|
|
|
"slab",
|
2022-01-12 18:16:40 -05:00
|
|
|
]
|
|
|
|
|
2022-01-21 21:58:26 -05:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.14.7"
|
2022-01-21 21:58:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2022-01-21 21:58:26 -05:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2024-07-10 10:05:09 -05:00
|
|
|
version = "0.2.15"
|
2022-01-21 21:58:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-10 10:05:09 -05:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2022-01-21 21:58:26 -05:00
|
|
|
dependencies = [
|
2022-08-25 20:47:25 -04:00
|
|
|
"cfg-if 1.0.0",
|
2022-01-21 21:58:26 -05:00
|
|
|
"libc",
|
2022-07-21 18:35:09 -04:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2022-01-21 21:58:26 -05:00
|
|
|
]
|
|
|
|
|
2024-07-11 23:58:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
|
|
|
version = "0.29.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
|
|
|
|
|
2023-03-14 21:36:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
|
|
|
|
2022-05-16 21:58:14 -04:00
|
|
|
[[package]]
|
|
|
|
name = "gloo-net"
|
2023-12-02 15:29:47 -05:00
|
|
|
version = "0.4.0"
|
2022-05-16 21:58:14 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-02 15:29:47 -05:00
|
|
|
checksum = "8ac9e8288ae2c632fa9f8657ac70bfe38a1530f345282d7ba66a1f70b72b7dc4"
|
2022-05-16 21:58:14 -04:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"gloo-utils",
|
2023-12-02 15:29:47 -05:00
|
|
|
"http",
|
2022-05-16 21:58:14 -04:00
|
|
|
"js-sys",
|
|
|
|
"pin-project",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2022-01-12 18:16:40 -05:00
|
|
|
[[package]]
|
|
|
|
name = "gloo-timers"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.2.6"
|
2021-05-04 18:46:46 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
|
2021-05-04 18:46:46 -04:00
|
|
|
dependencies = [
|
2022-01-12 18:16:40 -05:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2021-05-04 18:46:46 -04:00
|
|
|
]
|
|
|
|
|
2022-01-23 14:28:01 -05:00
|
|
|
[[package]]
|
|
|
|
name = "gloo-utils"
|
2023-12-02 15:29:47 -05:00
|
|
|
version = "0.2.0"
|
2022-01-23 14:28:01 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-02 15:29:47 -05:00
|
|
|
checksum = "0b5555354113b18c547c1d3a98fbf7fb32a9ff4f6fa112ce823a21641a0ba3aa"
|
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"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.3.26"
|
2022-08-27 16:07:20 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
|
2022-08-27 16:07:20 -04:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
2024-07-11 23:58:17 -04:00
|
|
|
"indexmap 2.2.6",
|
2022-08-27 16:07:20 -04:00
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2022-08-25 20:47:25 -04:00
|
|
|
[[package]]
|
|
|
|
name = "half"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "2.4.1"
|
2022-08-25 20:47:25 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"crunchy",
|
|
|
|
]
|
2022-08-25 20:47:25 -04:00
|
|
|
|
2022-01-12 18:16:40 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-07-21 18:35:09 -04:00
|
|
|
version = "0.12.3"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-21 18:35:09 -04:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2022-08-30 17:31:35 -04:00
|
|
|
dependencies = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"ahash 0.7.8",
|
2022-08-30 17:31:35 -04:00
|
|
|
]
|
|
|
|
|
2023-11-25 09:37:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.14.5"
|
2023-11-25 09:37:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
|
|
|
dependencies = [
|
|
|
|
"ahash 0.8.11",
|
|
|
|
"allocator-api2",
|
|
|
|
]
|
2023-11-25 09:37:29 -05:00
|
|
|
|
2022-08-30 17:31:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "hashlink"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.8.4"
|
2022-08-30 17:31:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
|
2022-08-30 17:31:35 -04:00
|
|
|
dependencies = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"hashbrown 0.14.5",
|
2022-08-30 17:31:35 -04:00
|
|
|
]
|
2022-01-12 18:16:40 -05:00
|
|
|
|
2022-08-27 16:07:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "headers"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.3.9"
|
2022-08-27 16:07:20 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
|
2022-08-27 16:07:20 -04:00
|
|
|
dependencies = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"base64 0.21.7",
|
2022-08-27 16:07:20 -04:00
|
|
|
"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"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.4.1"
|
2022-08-30 17:31:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
2022-08-30 17:31:35 -04:00
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
2022-01-03 19:44:52 -05:00
|
|
|
[[package]]
|
2022-01-04 20:10:35 -05:00
|
|
|
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"
|
2022-01-04 20:10:35 -05:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2022-01-03 19:44:52 -05:00
|
|
|
dependencies = [
|
2022-01-04 20:10:35 -05:00
|
|
|
"libc",
|
2022-01-03 19:44:52 -05:00
|
|
|
]
|
|
|
|
|
2022-12-28 12:59:11 -06:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.3.9"
|
2022-12-28 12:59:11 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
2022-12-28 12:59:11 -06:00
|
|
|
|
2023-03-14 21:36:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.4.0"
|
2023-03-14 21:36:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
|
2023-03-14 21:36:41 -04:00
|
|
|
|
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"
|
|
|
|
|
2024-07-10 10:05:09 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hkdf"
|
|
|
|
version = "0.12.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
|
|
|
|
dependencies = [
|
|
|
|
"hmac 0.12.1",
|
|
|
|
]
|
|
|
|
|
2022-08-25 20:47:25 -04:00
|
|
|
[[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",
|
2022-08-25 20:47:25 -04:00
|
|
|
]
|
|
|
|
|
2024-07-10 10:05:09 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
|
|
dependencies = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"digest 0.10.7",
|
2024-07-10 10:05:09 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "home"
|
|
|
|
version = "0.5.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
|
|
|
|
dependencies = [
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
2022-09-25 17:04:46 -04:00
|
|
|
[[package]]
|
|
|
|
name = "html-escape"
|
2022-12-28 12:59:11 -06:00
|
|
|
version = "0.2.13"
|
2022-09-25 17:04:46 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-28 12:59:11 -06:00
|
|
|
checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476"
|
2022-09-25 17:04:46 -04:00
|
|
|
dependencies = [
|
|
|
|
"utf8-width",
|
|
|
|
]
|
|
|
|
|
2022-01-21 21:58:26 -05:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.2.12"
|
2022-01-21 21:58:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
|
2022-01-21 21:58:26 -05:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
2024-07-11 23:58:17 -04:00
|
|
|
"itoa",
|
2022-01-21 21:58:26 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.4.6"
|
2022-01-21 21:58:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
|
2022-01-21 21:58:26 -05:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2022-08-09 20:20:43 -04:00
|
|
|
[[package]]
|
|
|
|
name = "http-range-header"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.3.1"
|
2022-08-09 20:20:43 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
|
2022-08-09 20:20:43 -04:00
|
|
|
|
2022-01-21 21:58:26 -05:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.9.4"
|
2022-01-21 21:58:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
|
2022-01-21 21:58:26 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.0.3"
|
2022-01-21 21:58:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
2022-01-21 21:58:26 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.14.30"
|
2022-01-21 21:58:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9"
|
2022-01-21 21:58:26 -05:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2022-08-27 16:07:20 -04:00
|
|
|
"h2",
|
2022-01-21 21:58:26 -05:00
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
2024-07-11 23:58:17 -04:00
|
|
|
"itoa",
|
2022-01-21 21:58:26 -05:00
|
|
|
"pin-project-lite",
|
2024-07-11 23:58:17 -04:00
|
|
|
"socket2 0.5.7",
|
2022-01-21 21:58:26 -05:00
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
2022-11-11 16:45:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.1.60"
|
2022-11-11 16:45:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
|
2022-11-11 16:45:14 -05:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2024-07-11 23:58:17 -04:00
|
|
|
"windows-core 0.52.0",
|
2022-11-11 16:45:14 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.1.2"
|
2022-11-11 16:45:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
2022-11-11 16:45:14 -05:00
|
|
|
dependencies = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"cc",
|
2022-11-11 16:45:14 -05:00
|
|
|
]
|
|
|
|
|
2022-08-30 17:31:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.5.0"
|
2022-08-30 17:31:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
2022-08-30 17:31:35 -04:00
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2024-07-03 19:13:10 -05:00
|
|
|
[[package]]
|
|
|
|
name = "indexed-db"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8d1a6dc2ff1680ae3856d2a3a42b8f9d70b91c3883705cfd0a8f1ea0ed850c8"
|
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
|
|
|
"pin-project-lite",
|
|
|
|
"scoped-tls",
|
|
|
|
"thiserror",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2022-01-12 18:16:40 -05:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.9.3"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2022-01-12 18:16:40 -05:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2023-11-25 09:37:29 -05:00
|
|
|
"hashbrown 0.12.3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "2.2.6"
|
2023-11-25 09:37:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
|
2023-11-25 09:37:29 -05:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
2024-07-11 23:58:17 -04:00
|
|
|
"hashbrown 0.14.5",
|
2022-01-12 18:16:40 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.1.13"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
|
2022-01-12 18:16:40 -05:00
|
|
|
dependencies = [
|
2022-08-25 20:47:25 -04:00
|
|
|
"cfg-if 1.0.0",
|
2022-01-12 18:16:40 -05:00
|
|
|
]
|
|
|
|
|
2023-03-14 21:36:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.0.11"
|
2023-03-14 21:36:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
2023-03-14 21:36:41 -04:00
|
|
|
dependencies = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"hermit-abi 0.3.9",
|
2023-03-14 21:36:41 -04:00
|
|
|
"libc",
|
2024-07-11 23:58:17 -04:00
|
|
|
"windows-sys 0.48.0",
|
2023-03-14 21:36:41 -04:00
|
|
|
]
|
|
|
|
|
2023-01-19 08:35:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "2.9.0"
|
2023-01-19 08:35:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
|
2023-01-19 08:35:14 -05:00
|
|
|
|
2022-08-30 17:31:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.12.1"
|
2022-08-30 17:31:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
2022-08-30 17:31:35 -04:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2021-11-23 08:17:19 -05:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.0.11"
|
2022-01-21 21:58:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
2022-01-21 21:58:26 -05:00
|
|
|
|
2022-01-12 18:16:40 -05:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2024-07-03 19:13:10 -05:00
|
|
|
version = "0.3.66"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-03 19:13:10 -05:00
|
|
|
checksum = "cee9c64da59eae3b50095c18d3e74f8b73c0b86d2792824ff01bbce68ba229ca"
|
2022-01-12 18:16:40 -05:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2021-05-04 18:46:46 -04:00
|
|
|
[[package]]
|
|
|
|
name = "kitchen"
|
2023-04-02 21:01:36 -04:00
|
|
|
version = "0.2.25"
|
2021-05-04 18:46:46 -04:00
|
|
|
dependencies = [
|
2022-12-19 17:03:30 -05:00
|
|
|
"api",
|
2022-08-27 16:07:20 -04:00
|
|
|
"argon2",
|
2022-08-25 20:47:25 -04:00
|
|
|
"async-session",
|
2022-01-12 18:16:40 -05:00
|
|
|
"async-std",
|
2022-08-09 20:20:43 -04:00
|
|
|
"async-trait",
|
|
|
|
"axum",
|
2022-08-27 16:07:20 -04:00
|
|
|
"axum-auth",
|
2023-01-02 19:47:40 -06:00
|
|
|
"axum-server",
|
2022-11-11 16:45:14 -05:00
|
|
|
"chrono",
|
2022-08-25 20:47:25 -04:00
|
|
|
"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",
|
2023-01-19 08:35:14 -05:00
|
|
|
"futures",
|
2024-07-11 23:58:17 -04:00
|
|
|
"metrics 0.20.1",
|
2023-01-19 08:35:14 -05:00
|
|
|
"metrics-exporter-prometheus",
|
2023-03-14 21:36:41 -04:00
|
|
|
"metrics-process",
|
2022-08-09 20:20:43 -04:00
|
|
|
"mime_guess",
|
2021-05-04 18:46:46 -04:00
|
|
|
"recipes",
|
2022-08-09 20:20:43 -04:00
|
|
|
"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",
|
2021-05-04 18:46:46 -04:00
|
|
|
]
|
|
|
|
|
2022-02-19 16:34:08 -05:00
|
|
|
[[package]]
|
|
|
|
name = "kitchen-wasm"
|
2023-04-02 21:01:36 -04:00
|
|
|
version = "0.2.25"
|
2022-02-19 16:34:08 -05:00
|
|
|
dependencies = [
|
2024-07-03 19:13:10 -05:00
|
|
|
"anyhow",
|
2022-12-21 11:41:41 -05:00
|
|
|
"api",
|
2022-08-09 20:20:43 -04:00
|
|
|
"async-trait",
|
2024-07-11 23:58:17 -04:00
|
|
|
"base64 0.21.7",
|
2022-11-11 16:45:14 -05:00
|
|
|
"chrono",
|
2022-02-19 16:34:08 -05:00
|
|
|
"console_error_panic_hook",
|
2023-12-02 15:29:47 -05:00
|
|
|
"gloo-net",
|
2024-07-03 19:13:10 -05:00
|
|
|
"indexed-db",
|
2023-01-07 16:34:15 -05:00
|
|
|
"js-sys",
|
2023-11-25 09:37:29 -05:00
|
|
|
"maud",
|
2022-02-19 16:34:08 -05:00
|
|
|
"recipes",
|
2023-05-31 15:56:39 -04:00
|
|
|
"serde",
|
2024-07-11 23:58:17 -04:00
|
|
|
"serde-wasm-bindgen",
|
2022-02-19 16:34:08 -05:00
|
|
|
"serde_json",
|
|
|
|
"sycamore",
|
2022-11-01 20:38:14 -04:00
|
|
|
"sycamore-router",
|
2022-12-23 13:34:40 -05:00
|
|
|
"sycamore-state",
|
2022-07-18 18:50:11 -04:00
|
|
|
"tracing",
|
2022-11-19 19:18:02 -05:00
|
|
|
"tracing-subscriber",
|
2022-11-19 20:23:10 -05:00
|
|
|
"tracing-web",
|
2022-02-19 16:34:08 -05:00
|
|
|
"wasm-bindgen",
|
2023-11-25 09:37:29 -05:00
|
|
|
"wasm-web-component",
|
2022-02-19 16:34:08 -05:00
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2022-01-12 18:16:40 -05:00
|
|
|
[[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"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.5.0"
|
2021-11-23 08:17:19 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2024-07-10 10:05:09 -05:00
|
|
|
dependencies = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"spin 0.9.8",
|
2024-07-10 10:05:09 -05:00
|
|
|
]
|
2021-11-23 08:17:19 -05:00
|
|
|
|
2023-03-14 21:36:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
|
|
2021-04-29 18:41:54 -04:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-07-10 10:05:09 -05:00
|
|
|
version = "0.2.155"
|
2021-04-29 18:41:54 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-10 10:05:09 -05:00
|
|
|
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
|
2022-01-12 18:16:40 -05:00
|
|
|
|
2023-03-14 21:36:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.8.4"
|
2023-03-14 21:36:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "e310b3a6b5907f99202fcdb4960ff45b93735d7c7d96b760fcff8db2dc0e103d"
|
2023-03-14 21:36:41 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2024-07-11 23:58:17 -04:00
|
|
|
"windows-targets 0.52.6",
|
2023-03-14 21:36:41 -04:00
|
|
|
]
|
|
|
|
|
2024-07-10 10:05:09 -05:00
|
|
|
[[package]]
|
|
|
|
name = "libm"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
|
|
|
|
|
2023-03-14 21:36:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "libproc"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.14.8"
|
2023-03-14 21:36:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "ae9ea4b75e1a81675429dafe43441df1caea70081e82246a8cccf514884a88bb"
|
2023-03-14 21:36:41 -04:00
|
|
|
dependencies = [
|
|
|
|
"bindgen",
|
2024-07-11 23:58:17 -04:00
|
|
|
"errno",
|
2023-03-14 21:36:41 -04:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-08-30 17:31:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "libsqlite3-sys"
|
2024-07-10 10:05:09 -05:00
|
|
|
version = "0.27.0"
|
2022-08-30 17:31:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-10 10:05:09 -05:00
|
|
|
checksum = "cf4e226dcd58b4be396f7bd3c20da8fdee2911400705297ba7d2d7cc2c30f716"
|
2022-08-30 17:31:35 -04:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2023-03-14 21:36:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.3.8"
|
2023-03-14 21:36:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
2023-03-14 21:36:41 -04:00
|
|
|
|
2024-07-10 10:05:09 -05:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.4.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
|
|
|
|
2022-08-30 17:31:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.4.12"
|
2022-08-30 17:31:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
2022-08-30 17:31:35 -04:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2022-01-12 18:16:40 -05:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.4.22"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
2022-01-12 18:16:40 -05:00
|
|
|
dependencies = [
|
|
|
|
"value-bag",
|
|
|
|
]
|
|
|
|
|
2023-01-19 08:35:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "mach"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-03-14 21:36:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "mach2"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.4.2"
|
2023-03-14 21:36:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
|
2023-03-14 21:36:41 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-08-09 20:20:43 -04:00
|
|
|
[[package]]
|
|
|
|
name = "matchit"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73cbba799671b762df5a175adf59ce145165747bb891505c43d09aefbbf38beb"
|
|
|
|
|
2023-11-25 09:37:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "maud"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.26.0"
|
2023-11-25 09:37:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "df518b75016b4289cdddffa1b01f2122f4a49802c93191f3133f6dc2472ebcaa"
|
2023-11-25 09:37:29 -05:00
|
|
|
dependencies = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"itoa",
|
2023-11-25 09:37:29 -05:00
|
|
|
"maud_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "maud_macros"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.26.0"
|
2023-11-25 09:37:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "fa453238ec218da0af6b11fc5978d3b5c3a45ed97b722391a2a11f3306274e18"
|
2023-11-25 09:37:29 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-11 23:58:17 -04:00
|
|
|
"syn 2.0.70",
|
2023-11-25 09:37:29 -05:00
|
|
|
]
|
|
|
|
|
2024-07-10 10:05:09 -05:00
|
|
|
[[package]]
|
|
|
|
name = "md-5"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.10.6"
|
2024-07-10 10:05:09 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
|
2024-07-10 10:05:09 -05:00
|
|
|
dependencies = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"digest 0.10.7",
|
2024-07-10 10:05:09 -05:00
|
|
|
]
|
|
|
|
|
2021-11-23 08:17:19 -05:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "2.7.4"
|
2021-11-23 08:17:19 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2021-11-23 08:17:19 -05:00
|
|
|
|
2023-01-19 08:35:14 -05:00
|
|
|
[[package]]
|
2024-07-11 23:58:17 -04:00
|
|
|
name = "metrics"
|
|
|
|
version = "0.20.1"
|
2023-01-19 08:35:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "7b9b8653cec6897f73b519a43fba5ee3d50f62fe9af80b428accdcc093b4a849"
|
2023-01-19 08:35:14 -05:00
|
|
|
dependencies = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"ahash 0.7.8",
|
|
|
|
"metrics-macros",
|
|
|
|
"portable-atomic 0.3.20",
|
2023-01-19 08:35:14 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "metrics"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.22.3"
|
2023-01-19 08:35:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "2be3cbd384d4e955b231c895ce10685e3d8260c5ccffae898c96c723b0772835"
|
2023-01-19 08:35:14 -05:00
|
|
|
dependencies = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"ahash 0.8.11",
|
|
|
|
"portable-atomic 1.6.0",
|
2023-01-19 08:35:14 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "metrics-exporter-prometheus"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8603921e1f54ef386189335f288441af761e0fc61bcb552168d9cedfe63ebc70"
|
|
|
|
dependencies = [
|
|
|
|
"hyper",
|
2024-07-11 23:58:17 -04:00
|
|
|
"indexmap 1.9.3",
|
2023-01-19 08:35:14 -05:00
|
|
|
"ipnet",
|
2024-07-11 23:58:17 -04:00
|
|
|
"metrics 0.20.1",
|
2023-01-19 08:35:14 -05:00
|
|
|
"metrics-util",
|
2024-07-10 10:05:09 -05:00
|
|
|
"parking_lot",
|
2024-07-11 23:58:17 -04:00
|
|
|
"portable-atomic 0.3.20",
|
2023-01-19 08:35:14 -05:00
|
|
|
"quanta",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "metrics-macros"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "731f8ecebd9f3a4aa847dfe75455e4757a45da40a7793d2f0b1f9b6ed18b23f3"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-11 23:58:17 -04:00
|
|
|
"syn 1.0.109",
|
2023-01-19 08:35:14 -05:00
|
|
|
]
|
|
|
|
|
2023-03-14 21:36:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "metrics-process"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.2.1"
|
2023-03-14 21:36:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "f69c2a98ebe047f74b834c7eeaad0db5a9fd3604e129721d212e0ef9442e238a"
|
2023-03-14 21:36:41 -04:00
|
|
|
dependencies = [
|
|
|
|
"libproc",
|
|
|
|
"mach2",
|
2024-07-11 23:58:17 -04:00
|
|
|
"metrics 0.22.3",
|
2023-03-14 21:36:41 -04:00
|
|
|
"once_cell",
|
|
|
|
"procfs",
|
|
|
|
"rlimit",
|
|
|
|
"windows",
|
|
|
|
]
|
|
|
|
|
2023-01-19 08:35:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "metrics-util"
|
|
|
|
version = "0.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7d24dc2dbae22bff6f1f9326ffce828c9f07ef9cc1e8002e5279f845432a30a"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
2023-11-25 09:37:29 -05:00
|
|
|
"hashbrown 0.12.3",
|
2024-07-11 23:58:17 -04:00
|
|
|
"metrics 0.20.1",
|
2023-01-19 08:35:14 -05:00
|
|
|
"num_cpus",
|
2024-07-10 10:05:09 -05:00
|
|
|
"parking_lot",
|
2024-07-11 23:58:17 -04:00
|
|
|
"portable-atomic 0.3.20",
|
2023-01-19 08:35:14 -05:00
|
|
|
"quanta",
|
|
|
|
"sketches-ddsketch",
|
|
|
|
]
|
|
|
|
|
2022-01-21 21:58:26 -05:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.3.17"
|
2022-01-21 21:58:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2022-01-21 21:58:26 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "2.0.5"
|
2022-01-21 21:58:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
|
2022-01-21 21:58:26 -05:00
|
|
|
dependencies = [
|
|
|
|
"mime",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2022-08-25 20:47:25 -04:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2024-07-11 23:58:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
|
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
2022-01-21 21:58:26 -05:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.8.11"
|
2022-01-21 21:58:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
|
2022-01-21 21:58:26 -05:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-07-21 18:35:09 -04:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2024-07-11 23:58:17 -04:00
|
|
|
"windows-sys 0.48.0",
|
2022-01-21 21:58:26 -05:00
|
|
|
]
|
|
|
|
|
2022-08-25 20:47:25 -04:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "7.1.3"
|
2022-08-25 20:47:25 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2022-08-25 20:47:25 -04:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
2022-11-19 19:18:02 -05: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",
|
|
|
|
]
|
|
|
|
|
2021-04-12 20:22:18 -04:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.4.6"
|
2021-04-12 20:22:18 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
|
2021-04-12 20:22:18 -04:00
|
|
|
dependencies = [
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2024-07-10 10:05:09 -05:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint-dig"
|
|
|
|
version = "0.8.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"lazy_static",
|
|
|
|
"libm",
|
|
|
|
"num-integer",
|
|
|
|
"num-iter",
|
|
|
|
"num-traits",
|
|
|
|
"rand",
|
|
|
|
"smallvec",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2024-07-11 23:58:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "num-conv"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
|
2021-04-12 20:22:18 -04:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.1.46"
|
2021-04-12 20:22:18 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
2021-04-12 20:22:18 -04:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2024-07-10 10:05:09 -05:00
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.1.45"
|
2024-07-10 10:05:09 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
|
2024-07-10 10:05:09 -05:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2021-04-12 20:22:18 -04:00
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.4.2"
|
2021-04-12 20:22:18 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
|
2021-04-12 20:22:18 -04:00
|
|
|
dependencies = [
|
|
|
|
"num-bigint",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.2.19"
|
2021-04-12 20:22:18 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2021-04-12 20:22:18 -04:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2024-07-10 10:05:09 -05:00
|
|
|
"libm",
|
2021-04-12 20:22:18 -04:00
|
|
|
]
|
|
|
|
|
2022-01-12 18:16:40 -05:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.16.0"
|
2022-08-30 17:31:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2022-08-30 17:31:35 -04:00
|
|
|
dependencies = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"hermit-abi 0.3.9",
|
2022-08-30 17:31:35 -04:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2024-07-11 23:58:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "081b846d1d56ddfc18fdf1a922e4f6e07a11768ea1b92dec44e42b72712ccfce"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-01-12 18:16:40 -05:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2024-07-10 10:05:09 -05:00
|
|
|
version = "1.19.0"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-10 10:05:09 -05:00
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
2022-01-12 18:16:40 -05:00
|
|
|
|
2022-01-21 21:58:26 -05:00
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.3.1"
|
2022-01-21 21:58:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
|
2022-01-21 21:58:26 -05:00
|
|
|
|
2022-08-03 18:12:07 -04:00
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "6.6.1"
|
2022-08-03 18:12:07 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1"
|
2022-08-03 18:12:07 -04:00
|
|
|
|
2022-11-19 19:18:02 -05:00
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
|
|
2022-01-12 18:16:40 -05:00
|
|
|
[[package]]
|
|
|
|
name = "parking"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "2.2.0"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
|
2022-01-12 18:16:40 -05:00
|
|
|
|
2023-01-19 08:35:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.12.3"
|
2023-01-19 08:35:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
2023-01-19 08:35:14 -05:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
2024-07-10 10:05:09 -05:00
|
|
|
"parking_lot_core",
|
2022-08-30 17:31:35 -04:00
|
|
|
]
|
|
|
|
|
2023-01-19 08:35:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.9.10"
|
2023-01-19 08:35:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
2023-01-19 08:35:14 -05:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
2024-07-11 23:58:17 -04:00
|
|
|
"redox_syscall 0.5.2",
|
2023-01-19 08:35:14 -05:00
|
|
|
"smallvec",
|
2024-07-11 23:58:17 -04:00
|
|
|
"windows-targets 0.52.6",
|
2023-01-19 08:35:14 -05:00
|
|
|
]
|
|
|
|
|
2022-08-27 16:07:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "password-hash"
|
2023-03-18 11:19:11 -04:00
|
|
|
version = "0.5.0"
|
2022-08-27 16:07:20 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-18 11:19:11 -04:00
|
|
|
checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
|
2022-08-27 16:07:20 -04:00
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
"rand_core",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2022-01-25 20:32:17 -05:00
|
|
|
[[package]]
|
2024-07-11 23:58:17 -04:00
|
|
|
name = "paste"
|
|
|
|
version = "1.0.15"
|
2023-03-14 21:36:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
2023-03-14 21:36:41 -04:00
|
|
|
|
2024-07-10 10:05:09 -05:00
|
|
|
[[package]]
|
|
|
|
name = "pem-rfc7468"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
|
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
]
|
|
|
|
|
2022-01-21 21:58:26 -05:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "2.3.1"
|
2022-01-21 21:58:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
2022-01-21 21:58:26 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.1.5"
|
2022-01-21 21:58:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
|
2022-01-21 21:58:26 -05:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.1.5"
|
2022-01-21 21:58:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
|
2022-01-21 21:58:26 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-11 23:58:17 -04:00
|
|
|
"syn 2.0.70",
|
2022-01-21 21:58:26 -05:00
|
|
|
]
|
|
|
|
|
2022-01-12 18:16:40 -05:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2024-07-03 19:13:10 -05:00
|
|
|
version = "0.2.14"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-03 19:13:10 -05:00
|
|
|
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
|
2022-01-12 18:16:40 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2024-07-11 23:58:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "piper"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ae1d5c74c9876f070d3e8fd503d748c7d974c3e48da8f41350fa5222ef9b4391"
|
|
|
|
dependencies = [
|
|
|
|
"atomic-waker",
|
|
|
|
"fastrand 2.1.0",
|
|
|
|
"futures-io",
|
|
|
|
]
|
|
|
|
|
2024-07-10 10:05:09 -05:00
|
|
|
[[package]]
|
|
|
|
name = "pkcs1"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
|
|
|
|
dependencies = [
|
|
|
|
"der",
|
|
|
|
"pkcs8",
|
|
|
|
"spki",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkcs8"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
|
|
|
|
dependencies = [
|
|
|
|
"der",
|
|
|
|
"spki",
|
|
|
|
]
|
|
|
|
|
2022-08-25 20:47:25 -04:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.3.30"
|
2022-08-25 20:47:25 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
|
2022-08-25 20:47:25 -04:00
|
|
|
|
2022-01-12 18:16:40 -05:00
|
|
|
[[package]]
|
|
|
|
name = "polling"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "2.8.0"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
|
2022-01-12 18:16:40 -05:00
|
|
|
dependencies = [
|
2022-12-28 12:59:11 -06:00
|
|
|
"autocfg",
|
2024-07-11 23:58:17 -04:00
|
|
|
"bitflags 1.3.2",
|
2022-08-25 20:47:25 -04:00
|
|
|
"cfg-if 1.0.0",
|
2024-07-11 23:58:17 -04:00
|
|
|
"concurrent-queue",
|
2022-01-12 18:16:40 -05:00
|
|
|
"libc",
|
|
|
|
"log",
|
2024-07-11 23:58:17 -04:00
|
|
|
"pin-project-lite",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "polling"
|
|
|
|
version = "3.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a3ed00ed3fbf728b5816498ecd316d1716eecaced9c0c8d2c5a6740ca214985b"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"concurrent-queue",
|
|
|
|
"hermit-abi 0.4.0",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustix 0.38.34",
|
|
|
|
"tracing",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "portable-atomic"
|
|
|
|
version = "0.3.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e30165d31df606f5726b090ec7592c308a0eaf61721ff64c9a3018e344a8753e"
|
|
|
|
dependencies = [
|
|
|
|
"portable-atomic 1.6.0",
|
2022-01-12 18:16:40 -05:00
|
|
|
]
|
|
|
|
|
2023-01-19 08:35:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "portable-atomic"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.6.0"
|
2023-01-19 08:35:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "powerfmt"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
2023-01-19 08:35:14 -05:00
|
|
|
|
2022-08-25 20:47:25 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2022-12-28 12:59:11 -06:00
|
|
|
version = "0.2.17"
|
2022-08-25 20:47:25 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-28 12:59:11 -06:00
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
2022-08-25 20:47:25 -04:00
|
|
|
|
2023-11-25 09:37:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
|
|
|
version = "1.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"toml_edit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-01-12 18:16:40 -05:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.0.86"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
|
2022-01-12 18:16:40 -05:00
|
|
|
dependencies = [
|
2022-07-21 18:35:09 -04:00
|
|
|
"unicode-ident",
|
2022-01-12 18:16:40 -05:00
|
|
|
]
|
|
|
|
|
2023-03-14 21:36:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "procfs"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.16.0"
|
2023-03-14 21:36:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "731e0d9356b0c25f16f33b5be79b1c57b562f141ebfcdb0ad8ac2c13a24293b4"
|
2023-03-14 21:36:41 -04:00
|
|
|
dependencies = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"bitflags 2.6.0",
|
2023-03-14 21:36:41 -04:00
|
|
|
"hex",
|
|
|
|
"lazy_static",
|
2024-07-11 23:58:17 -04:00
|
|
|
"procfs-core",
|
|
|
|
"rustix 0.38.34",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "procfs-core"
|
|
|
|
version = "0.16.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.6.0",
|
|
|
|
"hex",
|
2023-03-14 21:36:41 -04:00
|
|
|
]
|
|
|
|
|
2023-01-19 08:35:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "quanta"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b7e31331286705f455e56cca62e0e717158474ff02b7936c1fa596d983f4ae27"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
"libc",
|
|
|
|
"mach",
|
|
|
|
"once_cell",
|
|
|
|
"raw-cpuid",
|
2024-07-11 23:58:17 -04:00
|
|
|
"wasi 0.10.2+wasi-snapshot-preview1",
|
2023-01-19 08:35:14 -05:00
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-01-12 18:16:40 -05:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.0.36"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
2022-01-12 18:16:40 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2022-08-25 20:47:25 -04:00
|
|
|
[[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"
|
2022-08-25 20:47:25 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-28 12:59:11 -06:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2022-08-25 20:47:25 -04:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
2023-01-19 08:35:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "raw-cpuid"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "10.7.0"
|
2023-01-19 08:35:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
|
2023-01-19 08:35:14 -05:00
|
|
|
dependencies = [
|
2024-07-10 10:05:09 -05:00
|
|
|
"bitflags 1.3.2",
|
2023-01-19 08:35:14 -05:00
|
|
|
]
|
|
|
|
|
2021-04-12 20:22:18 -04:00
|
|
|
[[package]]
|
|
|
|
name = "recipes"
|
2023-01-07 19:01:11 -05:00
|
|
|
version = "0.2.16"
|
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",
|
2021-05-04 18:46:46 -04:00
|
|
|
"chrono",
|
2021-04-12 20:22:18 -04:00
|
|
|
"num-rational",
|
2022-10-21 14:57:50 -04:00
|
|
|
"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"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.4.1"
|
2022-08-30 17:31:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
|
2022-08-30 17:31:35 -04:00
|
|
|
dependencies = [
|
2024-07-10 10:05:09 -05:00
|
|
|
"bitflags 1.3.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.5.2"
|
2024-07-10 10:05:09 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd"
|
2024-07-10 10:05:09 -05:00
|
|
|
dependencies = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"bitflags 2.6.0",
|
2022-08-30 17:31:35 -04:00
|
|
|
]
|
|
|
|
|
2021-11-23 10:43:24 -05:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.10.5"
|
2021-11-23 10:43:24 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
|
2021-11-23 10:43:24 -05:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2024-07-11 23:58:17 -04:00
|
|
|
"regex-automata",
|
2021-11-23 10:43:24 -05:00
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
2021-11-23 08:17:19 -05:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.4.7"
|
2021-11-23 08:17:19 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
|
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
2021-11-23 08:17:19 -05:00
|
|
|
|
2021-11-23 10:43:24 -05:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.8.4"
|
2021-11-23 10:43:24 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
|
2021-11-23 10:43:24 -05:00
|
|
|
|
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",
|
2024-07-10 10:05:09 -05:00
|
|
|
"untrusted 0.7.1",
|
2022-08-30 17:31:35 -04:00
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2024-07-10 10:05:09 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
|
|
|
version = "0.17.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"getrandom",
|
|
|
|
"libc",
|
|
|
|
"spin 0.9.8",
|
|
|
|
"untrusted 0.9.0",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
2023-03-14 21:36:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rlimit"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.10.1"
|
2023-03-14 21:36:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "3560f70f30a0f16d11d01ed078a07740fe6b489667abc7c7b029155d9f21c3d8"
|
2023-03-14 21:36:41 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2024-07-10 10:05:09 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rsa"
|
|
|
|
version = "0.9.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
|
|
|
|
dependencies = [
|
|
|
|
"const-oid",
|
2024-07-11 23:58:17 -04:00
|
|
|
"digest 0.10.7",
|
2024-07-10 10:05:09 -05:00
|
|
|
"num-bigint-dig",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"pkcs1",
|
|
|
|
"pkcs8",
|
|
|
|
"rand_core",
|
|
|
|
"signature",
|
|
|
|
"spki",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2022-01-23 14:28:01 -05:00
|
|
|
[[package]]
|
2022-08-09 20:20:43 -04:00
|
|
|
name = "rust-embed"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "6.8.1"
|
2022-01-23 14:28:01 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "a36224c3276f8c4ebc8c20f158eca7ca4359c8db89991c4925132aaaf6702661"
|
2022-01-23 14:28:01 -05:00
|
|
|
dependencies = [
|
2022-08-09 20:20:43 -04:00
|
|
|
"rust-embed-impl",
|
|
|
|
"rust-embed-utils",
|
|
|
|
"walkdir",
|
2022-01-23 14:28:01 -05:00
|
|
|
]
|
|
|
|
|
2021-11-23 08:17:19 -05:00
|
|
|
[[package]]
|
2022-08-09 20:20:43 -04:00
|
|
|
name = "rust-embed-impl"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "6.8.1"
|
2021-11-23 08:17:19 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "49b94b81e5b2c284684141a2fb9e2a31be90638caf040bf9afbc5a0416afe1ac"
|
2022-08-09 20:20:43 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rust-embed-utils",
|
2024-07-11 23:58:17 -04:00
|
|
|
"syn 2.0.70",
|
2022-08-09 20:20:43 -04:00
|
|
|
"walkdir",
|
|
|
|
]
|
2021-11-23 08:17:19 -05:00
|
|
|
|
2022-01-21 21:58:26 -05:00
|
|
|
[[package]]
|
2022-08-09 20:20:43 -04:00
|
|
|
name = "rust-embed-utils"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "7.8.1"
|
2022-01-21 21:58:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "9d38ff6bf570dc3bb7100fce9f7b60c33fa71d80e88da3f2580df4ff2bdded74"
|
2022-08-09 20:20:43 -04:00
|
|
|
dependencies = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"sha2 0.10.8",
|
2022-08-09 20:20:43 -04:00
|
|
|
"walkdir",
|
|
|
|
]
|
2022-01-21 21:58:26 -05:00
|
|
|
|
2024-07-11 23:58:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
|
|
|
version = "0.1.24"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
|
|
|
|
2023-03-14 21:36:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.37.27"
|
2023-03-14 21:36:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
|
2023-03-14 21:36:41 -04:00
|
|
|
dependencies = [
|
2024-07-10 10:05:09 -05:00
|
|
|
"bitflags 1.3.2",
|
2024-07-11 23:58:17 -04:00
|
|
|
"errno",
|
2023-03-14 21:36:41 -04:00
|
|
|
"io-lifetimes",
|
|
|
|
"libc",
|
2024-07-11 23:58:17 -04:00
|
|
|
"linux-raw-sys 0.3.8",
|
|
|
|
"windows-sys 0.48.0",
|
2023-03-14 21:36:41 -04:00
|
|
|
]
|
|
|
|
|
2024-07-10 10:05:09 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
|
|
|
version = "0.38.34"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.6.0",
|
2024-07-11 23:58:17 -04:00
|
|
|
"errno",
|
2024-07-10 10:05:09 -05:00
|
|
|
"libc",
|
|
|
|
"linux-raw-sys 0.4.14",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
2022-08-30 17:31:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.20.9"
|
2022-08-30 17:31:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99"
|
2022-08-30 17:31:35 -04:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
2024-07-10 10:05:09 -05:00
|
|
|
"ring 0.16.20",
|
2022-08-30 17:31:35 -04:00
|
|
|
"sct",
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
2024-07-10 10:05:09 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
|
|
|
version = "0.21.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
|
|
|
|
dependencies = [
|
|
|
|
"ring 0.17.8",
|
|
|
|
"rustls-webpki",
|
|
|
|
"sct",
|
|
|
|
]
|
|
|
|
|
2022-08-30 17:31:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.0.4"
|
2022-08-30 17:31:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
|
2022-08-30 17:31:35 -04:00
|
|
|
dependencies = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"base64 0.21.7",
|
2022-08-30 17:31:35 -04:00
|
|
|
]
|
|
|
|
|
2024-07-10 10:05:09 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
|
|
|
version = "0.101.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
|
|
|
dependencies = [
|
|
|
|
"ring 0.17.8",
|
|
|
|
"untrusted 0.9.0",
|
|
|
|
]
|
|
|
|
|
2021-11-23 08:17:19 -05:00
|
|
|
[[package]]
|
2022-08-09 20:20:43 -04:00
|
|
|
name = "ryu"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.0.18"
|
2021-11-23 08:17:19 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
2022-08-09 20:20:43 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
2022-01-12 18:16:40 -05:00
|
|
|
|
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"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.2.0"
|
2022-11-11 16:45:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2022-11-11 16:45:14 -05:00
|
|
|
|
2022-08-30 17:31:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.7.1"
|
2022-08-30 17:31:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
2022-08-30 17:31:35 -04:00
|
|
|
dependencies = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"ring 0.17.8",
|
|
|
|
"untrusted 0.9.0",
|
2022-08-30 17:31:35 -04:00
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2022-01-12 18:16:40 -05:00
|
|
|
[[package]]
|
2022-01-13 18:07:01 -05:00
|
|
|
name = "serde"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.0.204"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12"
|
2022-01-23 14:28:01 -05:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
2024-07-11 23:58:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "serde-wasm-bindgen"
|
|
|
|
version = "0.6.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8302e169f0eddcc139c70f139d19d6467353af16f9fce27e8c30158036a1e16b"
|
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"serde",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-01-23 14:28:01 -05:00
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.0.204"
|
2022-01-23 14:28:01 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222"
|
2022-01-23 14:28:01 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-11 23:58:17 -04:00
|
|
|
"syn 2.0.70",
|
2022-01-23 14:28:01 -05:00
|
|
|
]
|
2022-01-12 18:16:40 -05:00
|
|
|
|
2022-01-21 21:58:26 -05:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.0.120"
|
2022-01-21 21:58:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5"
|
2022-01-21 21:58:26 -05:00
|
|
|
dependencies = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"itoa",
|
2022-01-21 21:58:26 -05: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",
|
2024-07-11 23:58:17 -04:00
|
|
|
"itoa",
|
2022-01-21 21:58:26 -05:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-08-27 16:07:20 -04:00
|
|
|
[[package]]
|
2022-12-28 12:59:11 -06:00
|
|
|
name = "sha1"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.10.6"
|
2022-08-27 16:07:20 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
2022-08-27 16:07:20 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cpufeatures",
|
2024-07-11 23:58:17 -04:00
|
|
|
"digest 0.10.7",
|
2022-08-27 16:07:20 -04:00
|
|
|
]
|
|
|
|
|
2022-01-21 21:58:26 -05:00
|
|
|
[[package]]
|
2022-08-09 20:20:43 -04:00
|
|
|
name = "sha2"
|
|
|
|
version = "0.9.9"
|
2022-01-21 21:58:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-09 20:20:43 -04:00
|
|
|
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
|
2022-01-21 21:58:26 -05:00
|
|
|
dependencies = [
|
2022-08-27 16:07:20 -04:00
|
|
|
"block-buffer 0.9.0",
|
2022-08-25 20:47:25 -04:00
|
|
|
"cfg-if 1.0.0",
|
2022-01-21 21:58:26 -05:00
|
|
|
"cpufeatures",
|
2022-08-27 16:07:20 -04:00
|
|
|
"digest 0.9.0",
|
2022-01-21 21:58:26 -05:00
|
|
|
"opaque-debug",
|
|
|
|
]
|
|
|
|
|
2022-08-30 17:31:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.10.8"
|
2022-08-30 17:31:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
2022-08-30 17:31:35 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cpufeatures",
|
2024-07-11 23:58:17 -04:00
|
|
|
"digest 0.10.7",
|
2022-08-30 17:31:35 -04:00
|
|
|
]
|
|
|
|
|
2022-07-16 14:08:18 -04:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.1.7"
|
2022-07-16 14:08:18 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
2022-07-16 14:08:18 -04:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2023-03-14 21:36:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.3.0"
|
2023-03-14 21:36:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
2023-03-14 21:36:41 -04:00
|
|
|
|
2024-07-10 10:05:09 -05:00
|
|
|
[[package]]
|
|
|
|
name = "signature"
|
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
|
|
|
|
dependencies = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"digest 0.10.7",
|
2024-07-10 10:05:09 -05:00
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
2023-01-19 08:35:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "sketches-ddsketch"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.2.2"
|
2023-01-19 08:35:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "85636c14b73d81f541e525f585c0a2109e6744e1565b5c1668e31c70c10ed65c"
|
2023-01-19 08:35:14 -05:00
|
|
|
|
2022-01-12 18:16:40 -05:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.4.9"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2022-07-21 18:35:09 -04:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2022-01-12 18:16:40 -05:00
|
|
|
|
2022-09-25 17:04:46 -04:00
|
|
|
[[package]]
|
|
|
|
name = "slotmap"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.0.7"
|
2022-09-25 17:04:46 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
|
2022-09-25 17:04:46 -04:00
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-01-12 18:16:40 -05:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.13.2"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2022-01-12 18:16:40 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.4.10"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
|
2022-01-12 18:16:40 -05:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
2021-11-23 08:17:19 -05:00
|
|
|
|
2024-07-11 23:58:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
|
|
|
version = "0.5.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
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"
|
2024-07-10 10:05:09 -05:00
|
|
|
version = "0.9.8"
|
2022-08-30 17:31:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-10 10:05:09 -05:00
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
2022-08-30 17:31:35 -04:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
]
|
|
|
|
|
2024-07-10 10:05:09 -05:00
|
|
|
[[package]]
|
|
|
|
name = "spki"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
|
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
"der",
|
|
|
|
]
|
|
|
|
|
2022-08-30 17:31:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "sqlformat"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.2.4"
|
2022-08-30 17:31:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "f895e3734318cc55f1fe66258926c9b910c124d47520339efecbb6c59cec7c1f"
|
2022-08-30 17:31:35 -04:00
|
|
|
dependencies = [
|
|
|
|
"nom",
|
|
|
|
"unicode_categories",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx"
|
2024-07-10 10:05:09 -05:00
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c9a2ccff1a000a5a59cd33da541d9f2fdcd9e6e8229cc200565942bff36d0aaa"
|
2022-08-30 17:31:35 -04:00
|
|
|
dependencies = [
|
|
|
|
"sqlx-core",
|
|
|
|
"sqlx-macros",
|
2024-07-10 10:05:09 -05:00
|
|
|
"sqlx-mysql",
|
|
|
|
"sqlx-postgres",
|
|
|
|
"sqlx-sqlite",
|
2022-08-30 17:31:35 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-core"
|
2024-07-10 10:05:09 -05:00
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "24ba59a9342a3d9bab6c56c118be528b27c9b60e490080e9711a04dccac83ef6"
|
2022-08-30 17:31:35 -04:00
|
|
|
dependencies = [
|
2024-07-10 10:05:09 -05:00
|
|
|
"ahash 0.8.11",
|
2024-07-11 23:58:17 -04:00
|
|
|
"async-io 1.13.0",
|
2024-07-10 10:05:09 -05:00
|
|
|
"async-std",
|
2022-08-30 17:31:35 -04:00
|
|
|
"atoi",
|
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
2022-11-11 16:45:14 -05:00
|
|
|
"chrono",
|
2022-08-30 17:31:35 -04:00
|
|
|
"crc",
|
|
|
|
"crossbeam-queue",
|
|
|
|
"either",
|
2024-07-11 23:58:17 -04:00
|
|
|
"event-listener 2.5.3",
|
2022-08-30 17:31:35 -04:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-intrusive",
|
2024-07-10 10:05:09 -05:00
|
|
|
"futures-io",
|
2022-08-30 17:31:35 -04:00
|
|
|
"futures-util",
|
|
|
|
"hashlink",
|
|
|
|
"hex",
|
2024-07-11 23:58:17 -04:00
|
|
|
"indexmap 2.2.6",
|
2022-08-30 17:31:35 -04:00
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"once_cell",
|
|
|
|
"paste",
|
|
|
|
"percent-encoding",
|
2024-07-10 10:05:09 -05:00
|
|
|
"rustls 0.21.12",
|
2022-08-30 17:31:35 -04:00
|
|
|
"rustls-pemfile",
|
|
|
|
"serde",
|
2024-07-10 10:05:09 -05:00
|
|
|
"serde_json",
|
2024-07-11 23:58:17 -04:00
|
|
|
"sha2 0.10.8",
|
2022-08-30 17:31:35 -04:00
|
|
|
"smallvec",
|
|
|
|
"sqlformat",
|
|
|
|
"thiserror",
|
2024-07-10 10:05:09 -05:00
|
|
|
"tracing",
|
2022-08-30 17:31:35 -04:00
|
|
|
"url",
|
|
|
|
"webpki-roots",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-macros"
|
2024-07-10 10:05:09 -05:00
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ea40e2345eb2faa9e1e5e326db8c34711317d2b5e08d0d5741619048a803127"
|
2022-08-30 17:31:35 -04:00
|
|
|
dependencies = [
|
2024-07-10 10:05:09 -05:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"sqlx-core",
|
|
|
|
"sqlx-macros-core",
|
2024-07-11 23:58:17 -04:00
|
|
|
"syn 1.0.109",
|
2024-07-10 10:05:09 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-macros-core"
|
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5833ef53aaa16d860e92123292f1f6a3d53c34ba8b1969f152ef1a7bb803f3c8"
|
|
|
|
dependencies = [
|
|
|
|
"async-std",
|
2022-08-30 17:31:35 -04:00
|
|
|
"dotenvy",
|
|
|
|
"either",
|
|
|
|
"heck",
|
|
|
|
"hex",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2024-07-11 23:58:17 -04:00
|
|
|
"sha2 0.10.8",
|
2022-08-30 17:31:35 -04:00
|
|
|
"sqlx-core",
|
2024-07-10 10:05:09 -05:00
|
|
|
"sqlx-mysql",
|
|
|
|
"sqlx-postgres",
|
|
|
|
"sqlx-sqlite",
|
2024-07-11 23:58:17 -04:00
|
|
|
"syn 1.0.109",
|
2024-07-10 10:05:09 -05:00
|
|
|
"tempfile",
|
2022-08-30 17:31:35 -04:00
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-10 10:05:09 -05:00
|
|
|
name = "sqlx-mysql"
|
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ed31390216d20e538e447a7a9b959e06ed9fc51c37b514b46eb758016ecd418"
|
2022-08-30 17:31:35 -04:00
|
|
|
dependencies = [
|
2024-07-10 10:05:09 -05:00
|
|
|
"atoi",
|
2024-07-11 23:58:17 -04:00
|
|
|
"base64 0.21.7",
|
2024-07-10 10:05:09 -05:00
|
|
|
"bitflags 2.6.0",
|
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
|
|
|
"chrono",
|
|
|
|
"crc",
|
2024-07-11 23:58:17 -04:00
|
|
|
"digest 0.10.7",
|
2024-07-10 10:05:09 -05:00
|
|
|
"dotenvy",
|
|
|
|
"either",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-util",
|
|
|
|
"generic-array",
|
|
|
|
"hex",
|
|
|
|
"hkdf",
|
|
|
|
"hmac 0.12.1",
|
2024-07-11 23:58:17 -04:00
|
|
|
"itoa",
|
2024-07-10 10:05:09 -05:00
|
|
|
"log",
|
|
|
|
"md-5",
|
|
|
|
"memchr",
|
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
|
|
|
"rand",
|
|
|
|
"rsa",
|
|
|
|
"serde",
|
|
|
|
"sha1",
|
2024-07-11 23:58:17 -04:00
|
|
|
"sha2 0.10.8",
|
2024-07-10 10:05:09 -05:00
|
|
|
"smallvec",
|
|
|
|
"sqlx-core",
|
|
|
|
"stringprep",
|
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
|
|
|
"whoami",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-postgres"
|
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7c824eb80b894f926f89a0b9da0c7f435d27cdd35b8c655b114e58223918577e"
|
|
|
|
dependencies = [
|
|
|
|
"atoi",
|
2024-07-11 23:58:17 -04:00
|
|
|
"base64 0.21.7",
|
2024-07-10 10:05:09 -05:00
|
|
|
"bitflags 2.6.0",
|
|
|
|
"byteorder",
|
|
|
|
"chrono",
|
|
|
|
"crc",
|
|
|
|
"dotenvy",
|
|
|
|
"etcetera",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-util",
|
|
|
|
"hex",
|
|
|
|
"hkdf",
|
|
|
|
"hmac 0.12.1",
|
|
|
|
"home",
|
2024-07-11 23:58:17 -04:00
|
|
|
"itoa",
|
2024-07-10 10:05:09 -05:00
|
|
|
"log",
|
|
|
|
"md-5",
|
|
|
|
"memchr",
|
|
|
|
"once_cell",
|
|
|
|
"rand",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2024-07-11 23:58:17 -04:00
|
|
|
"sha2 0.10.8",
|
2024-07-10 10:05:09 -05:00
|
|
|
"smallvec",
|
|
|
|
"sqlx-core",
|
|
|
|
"stringprep",
|
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
|
|
|
"whoami",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sqlx-sqlite"
|
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b244ef0a8414da0bed4bb1910426e890b19e5e9bccc27ada6b797d05c55ae0aa"
|
|
|
|
dependencies = [
|
|
|
|
"atoi",
|
|
|
|
"chrono",
|
|
|
|
"flume",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-intrusive",
|
|
|
|
"futures-util",
|
|
|
|
"libsqlite3-sys",
|
|
|
|
"log",
|
|
|
|
"percent-encoding",
|
|
|
|
"serde",
|
|
|
|
"sqlx-core",
|
|
|
|
"tracing",
|
|
|
|
"url",
|
|
|
|
"urlencoding",
|
2022-08-30 17:31:35 -04:00
|
|
|
]
|
|
|
|
|
2023-11-25 09:37:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "str_inflector"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec0b848d5a7695b33ad1be00f84a3c079fe85c9278a325ff9159e6c99cef4ef7"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2022-08-30 17:31:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "stringprep"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.1.5"
|
2022-08-30 17:31:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
|
2022-08-30 17:31:35 -04:00
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2024-07-11 23:58:17 -04:00
|
|
|
"unicode-properties",
|
2022-08-30 17:31:35 -04:00
|
|
|
]
|
|
|
|
|
2022-01-04 20:10:35 -05:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2022-08-03 18:12:07 -04:00
|
|
|
version = "0.10.0"
|
2022-01-04 20:10:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-03 18:12:07 -04:00
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
2022-01-04 20:10:35 -05:00
|
|
|
|
2022-08-25 20:47:25 -04:00
|
|
|
[[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"
|
2022-09-25 17:04:46 -04:00
|
|
|
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 = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"ahash 0.7.8",
|
2022-09-25 17:04:46 -04:00
|
|
|
"futures",
|
2024-07-11 23:58:17 -04:00
|
|
|
"indexmap 1.9.3",
|
2022-01-25 20:32:17 -05:00
|
|
|
"js-sys",
|
|
|
|
"paste",
|
2022-09-25 17:04:46 -04:00
|
|
|
"sycamore-core",
|
|
|
|
"sycamore-futures",
|
2022-01-25 20:32:17 -05:00
|
|
|
"sycamore-macro",
|
|
|
|
"sycamore-reactive",
|
2022-09-25 17:04:46 -04:00
|
|
|
"sycamore-web",
|
2022-01-25 20:32:17 -05:00
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2022-09-25 17:04:46 -04:00
|
|
|
[[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"
|
2022-09-25 17:04:46 -04:00
|
|
|
dependencies = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"ahash 0.7.8",
|
2022-09-25 17:04:46 -04:00
|
|
|
"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"
|
2022-09-25 17:04:46 -04:00
|
|
|
dependencies = [
|
|
|
|
"futures",
|
|
|
|
"sycamore-reactive",
|
|
|
|
"tokio",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
]
|
|
|
|
|
2022-01-25 20:32:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "sycamore-macro"
|
2022-09-25 17:04:46 -04:00
|
|
|
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",
|
2024-07-11 23:58:17 -04:00
|
|
|
"syn 1.0.109",
|
2022-01-25 20:32:17 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sycamore-reactive"
|
2022-09-25 17:04:46 -04:00
|
|
|
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 = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"ahash 0.7.8",
|
2022-09-25 17:04:46 -04:00
|
|
|
"bumpalo",
|
2024-07-11 23:58:17 -04:00
|
|
|
"indexmap 1.9.3",
|
2022-01-25 20:32:17 -05:00
|
|
|
"serde",
|
2022-09-25 17:04:46 -04:00
|
|
|
"slotmap",
|
2022-01-25 20:32:17 -05:00
|
|
|
"smallvec",
|
2022-09-25 17:04:46 -04:00
|
|
|
]
|
|
|
|
|
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",
|
2024-07-11 23:58:17 -04:00
|
|
|
"syn 1.0.109",
|
2022-11-01 20:38:14 -04:00
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
2022-12-23 13:34:40 -05:00
|
|
|
[[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"
|
2022-12-23 13:34:40 -05:00
|
|
|
dependencies = [
|
|
|
|
"sycamore",
|
2022-12-28 12:59:11 -06:00
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-test",
|
2022-12-23 13:34:40 -05:00
|
|
|
]
|
|
|
|
|
2022-09-25 17:04:46 -04:00
|
|
|
[[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"
|
2022-09-25 17:04:46 -04:00
|
|
|
dependencies = [
|
|
|
|
"html-escape",
|
2024-07-11 23:58:17 -04:00
|
|
|
"indexmap 1.9.3",
|
2022-09-25 17:04:46 -04:00
|
|
|
"js-sys",
|
|
|
|
"once_cell",
|
|
|
|
"sycamore-core",
|
|
|
|
"sycamore-reactive",
|
2022-01-25 20:32:17 -05:00
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2022-01-12 18:16:40 -05:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.0.109"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2022-01-12 18:16:40 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-07-21 18:35:09 -04:00
|
|
|
"unicode-ident",
|
2022-01-12 18:16:40 -05:00
|
|
|
]
|
|
|
|
|
2023-12-02 15:29:47 -05:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "2.0.70"
|
2023-12-02 15:29:47 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "2f0209b68b3613b093e0ec905354eccaedcfe83b8cb37cbdeae64026c3064c16"
|
2023-12-02 15:29:47 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2022-01-21 21:58:26 -05:00
|
|
|
[[package]]
|
2022-08-09 20:20:43 -04:00
|
|
|
name = "sync_wrapper"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.1.2"
|
2022-01-21 21:58:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
2022-01-21 21:58:26 -05:00
|
|
|
|
2024-07-10 10:05:09 -05:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
|
|
|
version = "3.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"fastrand 2.1.0",
|
|
|
|
"rustix 0.38.34",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
2021-11-01 20:49:48 -04:00
|
|
|
[[package]]
|
2022-08-03 18:12:07 -04:00
|
|
|
name = "termcolor"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.4.1"
|
2021-11-01 20:49:48 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
|
2022-01-04 20:10:35 -05:00
|
|
|
dependencies = [
|
2022-08-03 18:12:07 -04:00
|
|
|
"winapi-util",
|
2022-01-04 20:10:35 -05:00
|
|
|
]
|
2021-11-01 20:49:48 -04:00
|
|
|
|
2022-08-03 18:12:07 -04:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.16.1"
|
2022-08-03 18:12:07 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9"
|
2022-08-03 18:12:07 -04:00
|
|
|
|
2022-01-21 21:58:26 -05:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.0.62"
|
2022-01-21 21:58:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "f2675633b1499176c2dff06b0856a27976a8f9d436737b4cf4f312d4d91d8bbb"
|
2022-01-21 21:58:26 -05:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.0.62"
|
2022-01-21 21:58:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "d20468752b09f49e909e55a5d338caa8bedf615594e9d80bc4c565d30faf798c"
|
2022-01-21 21:58:26 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-11 23:58:17 -04:00
|
|
|
"syn 2.0.70",
|
2022-01-21 21:58:26 -05:00
|
|
|
]
|
|
|
|
|
2022-07-16 14:08:18 -04:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.1.8"
|
2022-07-16 14:08:18 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
2022-07-16 14:08:18 -04:00
|
|
|
dependencies = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"cfg-if 1.0.0",
|
2022-07-16 14:08:18 -04:00
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2021-05-04 18:46:46 -04:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.3.36"
|
2022-08-30 17:31:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
|
2022-08-30 17:31:35 -04:00
|
|
|
dependencies = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"deranged",
|
|
|
|
"itoa",
|
|
|
|
"num-conv",
|
|
|
|
"powerfmt",
|
2022-12-28 12:59:11 -06:00
|
|
|
"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"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.1.2"
|
2022-12-28 12:59:11 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
2022-12-28 12:59:11 -06:00
|
|
|
|
2022-08-30 17:31:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.2.18"
|
2022-08-30 17:31:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
|
2022-12-28 12:59:11 -06:00
|
|
|
dependencies = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"num-conv",
|
2022-12-28 12:59:11 -06:00
|
|
|
"time-core",
|
|
|
|
]
|
2022-08-30 17:31:35 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.8.0"
|
2022-08-30 17:31:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
|
2022-08-30 17:31:35 -04:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.1.1"
|
2022-08-30 17:31:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2022-08-30 17:31:35 -04:00
|
|
|
|
2022-01-21 21:58:26 -05:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.38.0"
|
2022-01-21 21:58:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a"
|
2022-01-21 21:58:26 -05:00
|
|
|
dependencies = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"backtrace",
|
2022-08-27 16:07:20 -04:00
|
|
|
"bytes",
|
2022-01-21 21:58:26 -05:00
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
|
|
|
"pin-project-lite",
|
2024-07-11 23:58:17 -04:00
|
|
|
"socket2 0.5.7",
|
2023-01-02 19:47:40 -06:00
|
|
|
"tokio-macros",
|
2024-07-11 23:58:17 -04:00
|
|
|
"windows-sys 0.48.0",
|
2022-01-21 21:58:26 -05:00
|
|
|
]
|
|
|
|
|
2023-01-02 19:47:40 -06:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "2.3.0"
|
2023-01-02 19:47:40 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a"
|
2023-01-02 19:47:40 -06:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-11 23:58:17 -04:00
|
|
|
"syn 2.0.70",
|
2023-01-02 19:47:40 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
|
|
|
version = "0.23.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
|
|
|
|
dependencies = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"rustls 0.20.9",
|
2023-01-02 19:47:40 -06:00
|
|
|
"tokio",
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
2022-08-27 16:07:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.7.11"
|
2022-08-27 16:07:20 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
|
2022-08-27 16:07:20 -04:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2023-11-25 09:37:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.6.6"
|
2023-11-25 09:37:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf"
|
2023-11-25 09:37:29 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
|
|
|
version = "0.19.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
|
|
|
|
dependencies = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"indexmap 2.2.6",
|
2023-11-25 09:37:29 -05:00
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
2022-01-21 21:58:26 -05:00
|
|
|
[[package]]
|
2022-08-09 20:20:43 -04:00
|
|
|
name = "tower"
|
|
|
|
version = "0.4.13"
|
2022-01-21 21:58:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-09 20:20:43 -04:00
|
|
|
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
2022-01-21 21:58:26 -05:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"pin-project",
|
2022-08-09 20:20:43 -04:00
|
|
|
"pin-project-lite",
|
2022-01-21 21:58:26 -05:00
|
|
|
"tokio",
|
2022-08-09 20:20:43 -04:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
2022-01-21 21:58:26 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-08-09 20:20:43 -04:00
|
|
|
name = "tower-http"
|
2022-12-28 12:59:11 -06:00
|
|
|
version = "0.3.5"
|
2022-01-21 21:58:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-28 12:59:11 -06:00
|
|
|
checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
|
2022-01-21 21:58:26 -05:00
|
|
|
dependencies = [
|
2022-12-28 12:59:11 -06:00
|
|
|
"base64 0.13.1",
|
2024-07-10 10:05:09 -05:00
|
|
|
"bitflags 1.3.2",
|
2022-01-21 21:58:26 -05:00
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
2022-08-09 20:20:43 -04:00
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"http-range-header",
|
2022-01-21 21:58:26 -05:00
|
|
|
"pin-project-lite",
|
2022-08-09 20:20:43 -04:00
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
2022-08-13 18:06:51 -04:00
|
|
|
"tracing",
|
2022-01-21 21:58:26 -05:00
|
|
|
]
|
|
|
|
|
2022-07-21 18:35:09 -04:00
|
|
|
[[package]]
|
2022-08-09 20:20:43 -04:00
|
|
|
name = "tower-layer"
|
2022-12-28 12:59:11 -06:00
|
|
|
version = "0.3.2"
|
2022-07-21 18:35:09 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-28 12:59:11 -06:00
|
|
|
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
|
2022-07-21 18:35:09 -04:00
|
|
|
|
2022-01-21 21:58:26 -05:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2022-07-21 18:35:09 -04:00
|
|
|
version = "0.3.2"
|
2022-01-21 21:58:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-21 18:35:09 -04:00
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
2022-01-21 21:58:26 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.1.40"
|
2022-01-21 21:58:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
2022-01-21 21:58:26 -05:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
2022-07-16 14:08:18 -04:00
|
|
|
"tracing-attributes",
|
2022-01-21 21:58:26 -05:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-07-16 14:08:18 -04:00
|
|
|
name = "tracing-attributes"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.1.27"
|
2022-01-21 21:58:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
2022-07-16 14:08:18 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-11 23:58:17 -04:00
|
|
|
"syn 2.0.70",
|
2022-07-16 14:08:18 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.1.32"
|
2022-07-16 14:08:18 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
2022-07-16 14:08:18 -04:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"valuable",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.2.0"
|
2022-07-16 14:08:18 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
2022-01-21 21:58:26 -05:00
|
|
|
dependencies = [
|
2022-07-16 14:08:18 -04:00
|
|
|
"log",
|
2024-07-11 23:58:17 -04:00
|
|
|
"once_cell",
|
2022-07-16 14:08:18 -04:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.3.18"
|
2022-07-16 14:08:18 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
|
2022-07-16 14:08:18 -04:00
|
|
|
dependencies = [
|
2022-11-19 19:18:02 -05:00
|
|
|
"nu-ansi-term",
|
2022-07-16 14:08:18 -04:00
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
2024-07-11 23:58:17 -04:00
|
|
|
"time",
|
2022-07-16 14:08:18 -04:00
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
2022-01-21 21:58:26 -05:00
|
|
|
]
|
|
|
|
|
2022-11-19 20:23:10 -05:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-web"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.1.3"
|
2022-11-19 20:23:10 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "b9e6a141feebd51f8d91ebfd785af50fca223c570b86852166caa3b141defe7c"
|
2022-11-19 20:23:10 -05:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-subscriber",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2022-01-21 21:58:26 -05:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.2.5"
|
2022-01-21 21:58:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
2022-01-21 21:58:26 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.17.0"
|
2022-01-21 21:58:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2022-01-21 21:58:26 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "2.7.0"
|
2022-01-21 21:58:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
|
2022-01-21 21:58:26 -05:00
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-08-30 17:31:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.3.15"
|
2022-08-30 17:31:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
|
2022-08-30 17:31:35 -04:00
|
|
|
|
2022-07-21 18:35:09 -04:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.0.12"
|
2022-01-21 21:58:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2022-01-21 21:58:26 -05:00
|
|
|
|
2022-08-30 17:31:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.1.23"
|
2022-08-30 17:31:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
|
2022-08-30 17:31:35 -04:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-07-11 23:58:17 -04:00
|
|
|
name = "unicode-properties"
|
|
|
|
version = "0.1.1"
|
2022-08-30 17:31:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291"
|
2022-08-30 17:31:35 -04:00
|
|
|
|
2022-11-11 16:45:14 -05:00
|
|
|
[[package]]
|
2024-07-11 23:58:17 -04:00
|
|
|
name = "unicode-segmentation"
|
|
|
|
version = "1.11.0"
|
2022-11-11 16:45:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
|
2022-11-11 16:45:14 -05:00
|
|
|
|
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"
|
|
|
|
|
2024-07-10 10:05:09 -05:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
|
|
|
2022-08-30 17:31:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "2.5.2"
|
2022-08-30 17:31:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
|
2022-08-30 17:31:35 -04:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2024-07-10 10:05:09 -05:00
|
|
|
[[package]]
|
|
|
|
name = "urlencoding"
|
|
|
|
version = "2.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
|
|
|
|
2022-09-25 17:04:46 -04:00
|
|
|
[[package]]
|
|
|
|
name = "utf8-width"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.1.7"
|
2022-09-25 17:04:46 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3"
|
2022-09-25 17:04:46 -04:00
|
|
|
|
2022-08-27 16:07:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.10.0"
|
2022-08-27 16:07:20 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
|
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"
|
|
|
|
|
2022-01-12 18:16:40 -05:00
|
|
|
[[package]]
|
|
|
|
name = "value-bag"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.9.0"
|
2021-05-04 18:46:46 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
|
2021-05-04 18:46:46 -04:00
|
|
|
|
2022-08-25 20:47:25 -04:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
|
2022-01-12 18:16:40 -05:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "waker-fn"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.2.0"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
|
2022-01-12 18:16:40 -05:00
|
|
|
|
2022-01-21 21:58:26 -05:00
|
|
|
[[package]]
|
2022-08-09 20:20:43 -04:00
|
|
|
name = "walkdir"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "2.5.0"
|
2022-01-21 21:58:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
2022-01-21 21:58:26 -05:00
|
|
|
dependencies = [
|
2022-08-09 20:20:43 -04:00
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
2022-01-21 21:58:26 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-08-09 20:20:43 -04:00
|
|
|
name = "want"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.3.1"
|
2022-01-21 21:58:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
2022-01-21 21:58:26 -05:00
|
|
|
dependencies = [
|
2022-08-09 20:20:43 -04:00
|
|
|
"try-lock",
|
2022-01-21 21:58:26 -05:00
|
|
|
]
|
|
|
|
|
2021-05-04 18:46:46 -04:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
2021-05-04 18:46:46 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
2022-07-21 18:35:09 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2021-05-04 18:46:46 -04:00
|
|
|
|
2024-07-10 10:05:09 -05:00
|
|
|
[[package]]
|
|
|
|
name = "wasite"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
|
|
|
|
|
2022-01-12 18:16:40 -05:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2023-12-02 15:29:47 -05:00
|
|
|
version = "0.2.89"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-02 15:29:47 -05:00
|
|
|
checksum = "0ed0d4f68a3015cc185aff4db9506a015f4b96f95303897bfa23f846db54064e"
|
2022-01-12 18:16:40 -05:00
|
|
|
dependencies = [
|
2022-08-25 20:47:25 -04:00
|
|
|
"cfg-if 1.0.0",
|
2022-01-12 18:16:40 -05:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-12-02 15:29:47 -05:00
|
|
|
version = "0.2.89"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-02 15:29:47 -05:00
|
|
|
checksum = "1b56f625e64f3a1084ded111c4d5f477df9f8c92df113852fa5a374dbda78826"
|
2022-01-12 18:16:40 -05:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
2022-11-19 19:18:02 -05:00
|
|
|
"once_cell",
|
2022-01-12 18:16:40 -05:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-11 23:58:17 -04:00
|
|
|
"syn 2.0.70",
|
2022-01-12 18:16:40 -05:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.4.39"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "ac36a15a220124ac510204aec1c3e5db8a22ab06fd6706d881dc6149f8ed9a12"
|
2022-01-12 18:16:40 -05:00
|
|
|
dependencies = [
|
2022-08-25 20:47:25 -04:00
|
|
|
"cfg-if 1.0.0",
|
2022-01-12 18:16:40 -05:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-12-02 15:29:47 -05:00
|
|
|
version = "0.2.89"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-02 15:29:47 -05:00
|
|
|
checksum = "0162dbf37223cd2afce98f3d0785506dcb8d266223983e4b5b525859e6e182b2"
|
2022-01-12 18:16:40 -05:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-12-02 15:29:47 -05:00
|
|
|
version = "0.2.89"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-02 15:29:47 -05:00
|
|
|
checksum = "f0eb82fcb7930ae6219a7ecfd55b217f5f0893484b7a13022ebb2b2bf20b5283"
|
2022-01-12 18:16:40 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-11 23:58:17 -04:00
|
|
|
"syn 2.0.70",
|
2022-01-12 18:16:40 -05:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-12-02 15:29:47 -05:00
|
|
|
version = "0.2.89"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-02 15:29:47 -05:00
|
|
|
checksum = "7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f"
|
2022-11-19 19:18:02 -05:00
|
|
|
|
2022-12-28 12:59:11 -06:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-test"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.3.39"
|
2022-12-28 12:59:11 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "2cf9242c0d27999b831eae4767b2a146feb0b27d332d553e605864acd2afd403"
|
2022-12-28 12:59:11 -06:00
|
|
|
dependencies = [
|
|
|
|
"console_error_panic_hook",
|
|
|
|
"js-sys",
|
|
|
|
"scoped-tls",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"wasm-bindgen-test-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-test-macro"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.3.39"
|
2022-12-28 12:59:11 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "794645f5408c9a039fd09f4d113cdfb2e7eba5ff1956b07bcf701cf4b394fe89"
|
2022-12-28 12:59:11 -06:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-11 23:58:17 -04:00
|
|
|
"syn 2.0.70",
|
2022-12-28 12:59:11 -06:00
|
|
|
]
|
|
|
|
|
2023-11-25 09:37:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-web-component"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "git+https://github.com/zaphar/wasm-web-components.git?rev=v0.3.0#e3ba5170c0907da0c32af27447f1cd26fc6b6434"
|
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-test",
|
|
|
|
"wasm-web-component-macros",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-web-component-macros"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "git+https://github.com/zaphar/wasm-web-components.git?rev=v0.3.0#e3ba5170c0907da0c32af27447f1cd26fc6b6434"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-crate",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"str_inflector",
|
2024-07-11 23:58:17 -04:00
|
|
|
"syn 1.0.109",
|
2023-11-25 09:37:29 -05:00
|
|
|
]
|
|
|
|
|
2022-01-12 18:16:40 -05:00
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2024-07-03 19:13:10 -05:00
|
|
|
version = "0.3.66"
|
2022-01-12 18:16:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-03 19:13:10 -05:00
|
|
|
checksum = "50c24a44ec86bb68fbecd1b3efed7e85ea5621b39b35ef2766b66cd984f8010f"
|
2022-01-12 18:16:40 -05:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-08-30 17:31:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.22.4"
|
2022-08-30 17:31:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
|
2022-08-30 17:31:35 -04:00
|
|
|
dependencies = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"ring 0.17.8",
|
|
|
|
"untrusted 0.9.0",
|
2022-08-30 17:31:35 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2024-07-10 10:05:09 -05:00
|
|
|
version = "0.25.4"
|
2022-08-30 17:31:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-10 10:05:09 -05:00
|
|
|
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
|
2022-08-30 17:31:35 -04:00
|
|
|
|
2024-07-10 10:05:09 -05:00
|
|
|
[[package]]
|
|
|
|
name = "whoami"
|
|
|
|
version = "1.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9"
|
|
|
|
dependencies = [
|
|
|
|
"redox_syscall 0.4.1",
|
|
|
|
"wasite",
|
|
|
|
]
|
|
|
|
|
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"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.1.8"
|
2022-08-03 18:12:07 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
|
2022-08-03 18:12:07 -04:00
|
|
|
dependencies = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"windows-sys 0.52.0",
|
2022-08-03 18:12:07 -04:00
|
|
|
]
|
|
|
|
|
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"
|
2022-07-21 18:35:09 -04:00
|
|
|
|
2023-03-14 21:36:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.54.0"
|
2023-03-14 21:36:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
|
2023-03-14 21:36:41 -04:00
|
|
|
dependencies = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"windows-core 0.54.0",
|
|
|
|
"windows-targets 0.52.6",
|
2023-03-14 21:36:41 -04:00
|
|
|
]
|
|
|
|
|
2022-07-21 18:35:09 -04:00
|
|
|
[[package]]
|
2024-07-11 23:58:17 -04:00
|
|
|
name = "windows-core"
|
|
|
|
version = "0.52.0"
|
2022-07-21 18:35:09 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
2022-07-21 18:35:09 -04:00
|
|
|
dependencies = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"windows-targets 0.52.6",
|
2022-07-21 18:35:09 -04:00
|
|
|
]
|
|
|
|
|
2023-03-14 21:36:41 -04:00
|
|
|
[[package]]
|
2024-07-11 23:58:17 -04:00
|
|
|
name = "windows-core"
|
|
|
|
version = "0.54.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
|
|
|
|
dependencies = [
|
|
|
|
"windows-result",
|
|
|
|
"windows-targets 0.52.6",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-result"
|
|
|
|
version = "0.1.2"
|
2023-03-14 21:36:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
|
2023-03-14 21:36:41 -04:00
|
|
|
dependencies = [
|
2024-07-11 23:58:17 -04:00
|
|
|
"windows-targets 0.52.6",
|
2024-07-10 10:05:09 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.52.6",
|
2023-03-14 21:36:41 -04:00
|
|
|
]
|
|
|
|
|
2024-07-10 10:05:09 -05:00
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm 0.48.5",
|
|
|
|
"windows_aarch64_msvc 0.48.5",
|
|
|
|
"windows_i686_gnu 0.48.5",
|
|
|
|
"windows_i686_msvc 0.48.5",
|
|
|
|
"windows_x86_64_gnu 0.48.5",
|
|
|
|
"windows_x86_64_gnullvm 0.48.5",
|
|
|
|
"windows_x86_64_msvc 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm 0.52.6",
|
|
|
|
"windows_aarch64_msvc 0.52.6",
|
|
|
|
"windows_i686_gnu 0.52.6",
|
|
|
|
"windows_i686_gnullvm",
|
|
|
|
"windows_i686_msvc 0.52.6",
|
|
|
|
"windows_x86_64_gnu 0.52.6",
|
|
|
|
"windows_x86_64_gnullvm 0.52.6",
|
|
|
|
"windows_x86_64_msvc 0.52.6",
|
2023-03-14 21:36:41 -04:00
|
|
|
]
|
|
|
|
|
2024-07-10 10:05:09 -05:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
|
|
|
2023-11-25 09:37:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "0.5.40"
|
2023-11-25 09:37:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
|
2023-11-25 09:37:29 -05:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-07-10 10:05:09 -05:00
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
|
|
|
version = "0.7.35"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
|
|
|
dependencies = [
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
|
|
|
version = "0.7.35"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-11 23:58:17 -04:00
|
|
|
"syn 2.0.70",
|
2024-07-10 10:05:09 -05:00
|
|
|
]
|
|
|
|
|
2022-08-27 16:07:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
2024-07-11 23:58:17 -04:00
|
|
|
version = "1.8.1"
|
2022-08-27 16:07:20 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-11 23:58:17 -04:00
|
|
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|