blastmud/Cargo.lock

2527 lines
61 KiB
Plaintext
Raw Normal View History

2022-12-12 23:37:28 +11:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "addr2line"
2023-10-09 21:38:12 +11:00
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2023-02-02 22:58:20 +11:00
[[package]]
name = "ahash"
2024-01-07 16:43:26 +11:00
version = "0.7.7"
2023-02-02 22:58:20 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "5a824f2aa7e75a0c98c5a504fceb80649e9c35265d44525b5f94de4771a395cd"
2023-02-02 22:58:20 +11:00
dependencies = [
"getrandom",
"once_cell",
"version_check",
]
2022-12-27 16:08:27 +11:00
[[package]]
name = "aho-corasick"
2024-01-07 16:43:26 +11:00
version = "1.1.2"
2022-12-27 16:08:27 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
2022-12-27 16:08:27 +11:00
dependencies = [
"memchr",
]
2022-12-25 00:25:52 +11:00
[[package]]
name = "aliasable"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
2022-12-26 01:30:59 +11:00
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
[[package]]
name = "ansi"
version = "0.1.0"
dependencies = [
"ansi_macro",
"nom",
]
2022-12-24 01:34:01 +11:00
[[package]]
name = "ansi_macro"
version = "0.1.0"
dependencies = [
"ansi_markup",
2022-12-24 01:34:01 +11:00
"nom",
"quote",
2024-01-07 16:43:26 +11:00
"syn 2.0.48",
2022-12-24 01:34:01 +11:00
]
[[package]]
name = "ansi_markup"
version = "0.1.0"
dependencies = [
"nom",
]
2024-01-07 16:43:26 +11:00
[[package]]
name = "anstyle"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
2023-02-02 22:58:20 +11:00
[[package]]
name = "arrayvec"
version = "0.7.4"
2023-02-02 22:58:20 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
2023-02-02 22:58:20 +11:00
2023-01-15 17:30:23 +11:00
[[package]]
name = "async-recursion"
2023-10-09 21:38:12 +11:00
version = "1.0.5"
2023-01-15 17:30:23 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0"
2023-01-15 17:30:23 +11:00
dependencies = [
"proc-macro2",
"quote",
2024-01-07 16:43:26 +11:00
"syn 2.0.48",
2023-01-15 17:30:23 +11:00
]
2023-06-30 23:46:38 +10:00
[[package]]
name = "async-stream"
version = "0.3.5"
2023-06-30 23:46:38 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
2023-06-30 23:46:38 +10:00
dependencies = [
"async-stream-impl",
"futures-core",
"pin-project-lite",
]
[[package]]
name = "async-stream-impl"
version = "0.3.5"
2023-06-30 23:46:38 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
2023-06-30 23:46:38 +10:00
dependencies = [
"proc-macro2",
"quote",
2024-01-07 16:43:26 +11:00
"syn 2.0.48",
2023-06-30 23:46:38 +10:00
]
[[package]]
name = "async-trait"
2024-01-07 16:43:26 +11:00
version = "0.1.77"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9"
dependencies = [
"proc-macro2",
"quote",
2024-01-07 16:43:26 +11:00
"syn 2.0.48",
2022-12-12 23:37:28 +11:00
]
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "backtrace"
2023-10-09 21:38:12 +11:00
version = "0.3.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
[[package]]
name = "base64"
2024-01-07 16:43:26 +11:00
version = "0.21.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
2022-12-26 01:30:59 +11:00
[[package]]
name = "bcrypt"
2023-10-09 21:38:12 +11:00
version = "0.15.0"
2022-12-26 01:30:59 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "28d1c9c15093eb224f0baa400f38fcd713fc1391a6f1c389d886beef146d60a3"
2022-12-26 01:30:59 +11:00
dependencies = [
2023-10-09 21:38:12 +11:00
"base64",
2022-12-26 01:30:59 +11:00
"blowfish",
"getrandom",
2023-10-09 21:38:12 +11:00
"subtle",
2022-12-26 01:30:59 +11:00
"zeroize",
]
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
2024-01-07 16:43:26 +11:00
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
[[package]]
name = "bitvec"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
dependencies = [
"funty",
"radium",
"tap",
"wyz",
]
2022-12-12 23:37:28 +11:00
[[package]]
name = "blastmud_game"
version = "0.1.0"
dependencies = [
"ansi",
"ansi_markup",
2023-01-15 17:30:23 +11:00
"async-recursion",
2022-12-24 21:16:23 +11:00
"async-trait",
2023-10-09 21:38:12 +11:00
"base64",
2022-12-26 01:30:59 +11:00
"bcrypt",
2022-12-12 23:37:28 +11:00
"blastmud_interfaces",
2022-12-26 01:30:59 +11:00
"chrono",
"deadpool",
"deadpool-postgres",
"futures",
2023-01-28 23:00:53 +11:00
"humantime",
2024-01-07 16:43:26 +11:00
"itertools 0.12.0",
"log",
"mockall",
"mockall_double",
2022-12-16 20:48:24 +11:00
"nix",
2022-12-24 21:16:23 +11:00
"nom",
"once_cell",
2022-12-25 00:25:52 +11:00
"ouroboros",
2022-12-24 21:16:23 +11:00
"phf",
"rand",
2023-01-22 22:43:44 +11:00
"rand_distr",
"ring",
2023-02-02 22:58:20 +11:00
"rust_decimal",
"serde",
2022-12-24 21:16:23 +11:00
"serde_json",
"serde_yaml",
"simple_logger",
"tokio",
"tokio-postgres",
"tokio-serde",
"tokio-stream",
2023-06-30 23:46:38 +10:00
"tokio-test",
"tokio-util",
"uuid",
2022-12-27 16:08:27 +11:00
"validator",
2022-12-12 23:37:28 +11:00
]
[[package]]
name = "blastmud_interfaces"
version = "0.1.0"
dependencies = [
"serde",
"uuid",
]
[[package]]
2022-12-12 23:35:55 +11:00
name = "blastmud_listener"
2022-12-12 23:37:28 +11:00
version = "0.1.0"
dependencies = [
"blastmud_interfaces",
2022-12-12 23:35:55 +11:00
"futures",
2022-12-12 23:37:28 +11:00
"log",
2023-02-12 18:00:25 +11:00
"nix",
"once_cell",
2022-12-12 23:37:28 +11:00
"rand",
"serde",
"serde_yaml",
"simple_logger",
"tokio",
2022-12-12 23:35:55 +11:00
"tokio-serde",
"tokio-stream",
2022-12-12 23:35:55 +11:00
"tokio-util",
2022-12-12 23:36:07 +11:00
"uuid",
"warp",
2022-12-12 23:37:28 +11:00
]
[[package]]
name = "block-buffer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
2022-12-26 01:30:59 +11:00
[[package]]
name = "blowfish"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e412e2cd0f2b2d93e02543ceae7917b3c70331573df19ee046bcbc35e45e87d7"
dependencies = [
"byteorder",
"cipher",
]
2023-02-02 22:58:20 +11:00
[[package]]
name = "borsh"
2024-01-07 16:43:26 +11:00
version = "1.3.0"
2023-02-02 22:58:20 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "26d4d6dafc1a3bb54687538972158f07b2c948bc57d5890df22c0739098b3028"
2023-02-02 22:58:20 +11:00
dependencies = [
"borsh-derive",
2024-01-07 16:43:26 +11:00
"cfg_aliases",
2023-02-02 22:58:20 +11:00
]
[[package]]
name = "borsh-derive"
2024-01-07 16:43:26 +11:00
version = "1.3.0"
2023-02-02 22:58:20 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "bf4918709cc4dd777ad2b6303ed03cb37f3ca0ccede8c1b0d28ac6db8f4710e0"
2023-02-02 22:58:20 +11:00
dependencies = [
2024-01-07 16:43:26 +11:00
"once_cell",
2023-02-02 22:58:20 +11:00
"proc-macro-crate",
"proc-macro2",
"quote",
2024-01-07 16:43:26 +11:00
"syn 2.0.48",
"syn_derive",
]
[[package]]
name = "bumpalo"
2023-10-09 21:38:12 +11:00
version = "3.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
2023-02-02 22:58:20 +11:00
[[package]]
name = "bytecheck"
version = "0.6.11"
2023-02-02 22:58:20 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b6372023ac861f6e6dc89c8344a8f398fb42aaba2b5dbc649ca0c0e9dbcb627"
2023-02-02 22:58:20 +11:00
dependencies = [
"bytecheck_derive",
"ptr_meta",
"simdutf8",
2023-02-02 22:58:20 +11:00
]
[[package]]
name = "bytecheck_derive"
version = "0.6.11"
2023-02-02 22:58:20 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7ec4c6f261935ad534c0c22dbef2201b45918860eb1c574b972bd213a76af61"
2023-02-02 22:58:20 +11:00
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
2023-02-02 22:58:20 +11:00
]
[[package]]
name = "byteorder"
2023-10-09 21:38:12 +11:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2022-12-12 23:35:55 +11:00
[[package]]
name = "bytes"
2023-10-09 21:38:12 +11:00
version = "1.5.0"
2022-12-12 23:35:55 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
2022-12-12 23:35:55 +11:00
[[package]]
name = "cc"
2023-10-09 21:38:12 +11:00
version = "1.0.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
dependencies = [
"libc",
]
2022-12-12 23:37:28 +11:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2024-01-07 16:43:26 +11:00
[[package]]
name = "cfg_aliases"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2022-12-26 01:30:59 +11:00
[[package]]
name = "chrono"
2023-10-09 21:38:12 +11:00
version = "0.4.31"
2022-12-26 01:30:59 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
2022-12-26 01:30:59 +11:00
dependencies = [
"android-tzdata",
2022-12-26 01:30:59 +11:00
"iana-time-zone",
"js-sys",
"num-traits",
"serde",
"wasm-bindgen",
2024-01-07 16:43:26 +11:00
"windows-targets 0.48.5",
2022-12-26 01:30:59 +11:00
]
[[package]]
name = "cipher"
version = "0.4.4"
2022-12-26 01:30:59 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2022-12-26 01:30:59 +11:00
dependencies = [
"crypto-common",
"inout",
]
2022-12-12 23:37:28 +11:00
[[package]]
name = "colored"
2024-01-07 16:43:26 +11:00
version = "2.1.0"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8"
2022-12-12 23:37:28 +11:00
dependencies = [
"lazy_static",
2024-01-07 16:43:26 +11:00
"windows-sys",
2022-12-12 23:37:28 +11:00
]
2022-12-26 01:30:59 +11:00
[[package]]
name = "core-foundation-sys"
2024-01-07 16:43:26 +11:00
version = "0.8.6"
2022-12-26 01:30:59 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
2022-12-26 01:30:59 +11:00
[[package]]
name = "cpufeatures"
2024-01-07 16:43:26 +11:00
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
dependencies = [
"libc",
]
[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"typenum",
]
2023-10-09 21:38:12 +11:00
[[package]]
name = "data-encoding"
2024-01-07 16:43:26 +11:00
version = "2.5.0"
2023-10-09 21:38:12 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5"
2023-10-09 21:38:12 +11:00
[[package]]
name = "deadpool"
2023-10-09 21:38:12 +11:00
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "fb84100978c1c7b37f09ed3ce3e5f843af02c2a2c431bae5b19230dad2c1b490"
dependencies = [
"async-trait",
"deadpool-runtime",
"num_cpus",
"serde",
"tokio",
]
[[package]]
name = "deadpool-postgres"
2024-01-07 16:43:26 +11:00
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "bda39fa1cfff190d8924d447ad04fd22772c250438ca5ce1dfb3c80621c05aaa"
dependencies = [
"deadpool",
"serde",
"tokio",
"tokio-postgres",
2023-10-09 21:38:12 +11:00
"tracing",
]
[[package]]
name = "deadpool-runtime"
2023-10-09 21:38:12 +11:00
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "63dfa964fe2a66f3fde91fc70b267fe193d822c7e603e2a675a49a7f46ad3f49"
dependencies = [
"tokio",
]
2023-10-09 21:38:12 +11:00
[[package]]
name = "deranged"
2024-01-07 16:43:26 +11:00
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
dependencies = [
"powerfmt",
]
[[package]]
name = "digest"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
"block-buffer",
"crypto-common",
"subtle",
]
[[package]]
name = "downcast"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1"
2022-12-12 23:35:55 +11:00
[[package]]
name = "educe"
2023-10-09 21:38:12 +11:00
version = "0.4.23"
2022-12-12 23:35:55 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "0f0042ff8246a363dbe77d2ceedb073339e85a804b9a47636c6e016a9a32c05f"
2022-12-12 23:35:55 +11:00
dependencies = [
"enum-ordinalize",
"proc-macro2",
"quote",
"syn 1.0.109",
2022-12-12 23:35:55 +11:00
]
[[package]]
name = "either"
2023-10-09 21:38:12 +11:00
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
[[package]]
name = "encoding_rs"
2023-10-09 21:38:12 +11:00
version = "0.8.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
dependencies = [
"cfg-if",
]
2022-12-12 23:35:55 +11:00
[[package]]
name = "enum-ordinalize"
2023-10-09 21:38:12 +11:00
version = "3.1.15"
2022-12-12 23:35:55 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "1bf1fa3f06bbff1ea5b1a9c7b14aa992a39657db60a2759457328d7e058f49ee"
2022-12-12 23:35:55 +11:00
dependencies = [
"num-bigint",
"num-traits",
"proc-macro2",
"quote",
2024-01-07 16:43:26 +11:00
"syn 2.0.48",
2022-12-12 23:35:55 +11:00
]
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "fallible-iterator"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
2023-10-09 21:38:12 +11:00
[[package]]
name = "finl_unicode"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6"
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "form_urlencoded"
2024-01-07 16:43:26 +11:00
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
dependencies = [
"percent-encoding",
]
[[package]]
name = "fragile"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa"
[[package]]
name = "funty"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
2022-12-12 23:35:55 +11:00
[[package]]
name = "futures"
2024-01-07 16:43:26 +11:00
version = "0.3.30"
2022-12-12 23:35:55 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
2022-12-12 23:35:55 +11:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2024-01-07 16:43:26 +11:00
version = "0.3.30"
2022-12-12 23:35:55 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
2022-12-12 23:35:55 +11:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2024-01-07 16:43:26 +11:00
version = "0.3.30"
2022-12-12 23:35:55 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
2022-12-12 23:35:55 +11:00
[[package]]
name = "futures-executor"
2024-01-07 16:43:26 +11:00
version = "0.3.30"
2022-12-12 23:35:55 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
2022-12-12 23:35:55 +11:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2024-01-07 16:43:26 +11:00
version = "0.3.30"
2022-12-12 23:35:55 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
2022-12-12 23:35:55 +11:00
[[package]]
name = "futures-macro"
2024-01-07 16:43:26 +11:00
version = "0.3.30"
2022-12-12 23:35:55 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
2022-12-12 23:35:55 +11:00
dependencies = [
"proc-macro2",
"quote",
2024-01-07 16:43:26 +11:00
"syn 2.0.48",
2022-12-12 23:35:55 +11:00
]
[[package]]
name = "futures-sink"
2024-01-07 16:43:26 +11:00
version = "0.3.30"
2022-12-12 23:35:55 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
2022-12-12 23:35:55 +11:00
[[package]]
name = "futures-task"
2024-01-07 16:43:26 +11:00
version = "0.3.30"
2022-12-12 23:35:55 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
2022-12-12 23:35:55 +11:00
[[package]]
name = "futures-util"
2024-01-07 16:43:26 +11:00
version = "0.3.30"
2022-12-12 23:35:55 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
2022-12-12 23:35:55 +11:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "generic-array"
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"typenum",
"version_check",
]
2022-12-12 23:37:28 +11:00
[[package]]
name = "getrandom"
2024-01-07 16:43:26 +11:00
version = "0.2.11"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f"
2022-12-12 23:37:28 +11:00
dependencies = [
"cfg-if",
"libc",
2023-10-09 21:38:12 +11:00
"wasi",
2022-12-12 23:37:28 +11:00
]
[[package]]
name = "gimli"
2024-01-07 16:43:26 +11:00
version = "0.28.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
[[package]]
name = "h2"
2024-01-07 16:43:26 +11:00
version = "0.3.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "4d6250322ef6e60f93f9a2162799302cd6f68f79f6e5d85c8c16f14d1d958178"
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
2024-01-07 16:43:26 +11:00
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
]
2022-12-12 23:35:55 +11:00
[[package]]
name = "half"
version = "1.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
2023-02-02 22:58:20 +11:00
[[package]]
name = "hashbrown"
version = "0.12.3"
2023-02-02 22:58:20 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2023-02-02 22:58:20 +11:00
dependencies = [
2024-01-07 16:43:26 +11:00
"ahash",
2023-02-02 22:58:20 +11:00
]
2022-12-12 23:37:28 +11:00
[[package]]
name = "hashbrown"
2024-01-07 16:43:26 +11:00
version = "0.14.3"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
[[package]]
name = "headers"
2023-10-09 21:38:12 +11:00
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
dependencies = [
2023-10-09 21:38:12 +11:00
"base64",
"bytes",
"headers-core",
"http",
"httpdate",
"mime",
"sha1",
]
[[package]]
name = "headers-core"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
dependencies = [
"http",
]
2023-10-09 21:38:12 +11:00
[[package]]
name = "heck"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2022-12-12 23:37:28 +11:00
[[package]]
name = "hermit-abi"
2023-10-09 21:38:12 +11:00
version = "0.3.3"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
2022-12-12 23:37:28 +11:00
[[package]]
name = "hmac"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
"digest",
]
[[package]]
name = "http"
2024-01-07 16:43:26 +11:00
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb"
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
2024-01-07 16:43:26 +11:00
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
dependencies = [
"bytes",
"http",
"pin-project-lite",
]
[[package]]
name = "httparse"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
[[package]]
name = "httpdate"
2023-10-09 21:38:12 +11:00
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2023-01-28 23:00:53 +11:00
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "hyper"
2024-01-07 16:43:26 +11:00
version = "0.14.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
2024-01-07 16:43:26 +11:00
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
]
2022-12-26 01:30:59 +11:00
[[package]]
name = "iana-time-zone"
2024-01-07 16:43:26 +11:00
version = "0.1.59"
2022-12-26 01:30:59 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "b6a67363e2aa4443928ce15e57ebae94fd8949958fd1223c4cfc0cd473ad7539"
2022-12-26 01:30:59 +11:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
2024-01-07 16:43:26 +11:00
"windows-core",
2022-12-26 01:30:59 +11:00
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
2022-12-26 01:30:59 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2022-12-26 01:30:59 +11:00
dependencies = [
"cc",
2022-12-26 01:30:59 +11:00
]
2022-12-27 16:08:27 +11:00
[[package]]
name = "idna"
version = "0.4.0"
2022-12-27 16:08:27 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
2022-12-27 16:08:27 +11:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
2024-01-07 16:43:26 +11:00
name = "idna"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
dependencies = [
2024-01-07 16:43:26 +11:00
"unicode-bidi",
"unicode-normalization",
]
2022-12-12 23:37:28 +11:00
[[package]]
name = "indexmap"
2024-01-07 16:43:26 +11:00
version = "2.1.0"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
2022-12-12 23:37:28 +11:00
dependencies = [
"equivalent",
2024-01-07 16:43:26 +11:00
"hashbrown 0.14.3",
2022-12-12 23:37:28 +11:00
]
2022-12-26 01:30:59 +11:00
[[package]]
name = "inout"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
dependencies = [
"generic-array",
]
[[package]]
name = "itertools"
2024-01-07 16:43:26 +11:00
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
dependencies = [
"either",
]
2023-10-09 21:38:12 +11:00
[[package]]
name = "itertools"
2024-01-07 16:43:26 +11:00
version = "0.12.0"
2023-10-09 21:38:12 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0"
2023-10-09 21:38:12 +11:00
dependencies = [
"either",
]
2022-12-12 23:37:28 +11:00
[[package]]
name = "itoa"
2024-01-07 16:43:26 +11:00
version = "1.0.10"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
2022-12-12 23:37:28 +11:00
[[package]]
name = "js-sys"
2024-01-07 16:43:26 +11:00
version = "0.3.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "cee9c64da59eae3b50095c18d3e74f8b73c0b86d2792824ff01bbce68ba229ca"
dependencies = [
"wasm-bindgen",
]
2022-12-12 23:37:28 +11:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
2024-01-07 16:43:26 +11:00
version = "0.2.151"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4"
2022-12-12 23:37:28 +11:00
2023-01-22 22:43:44 +11:00
[[package]]
name = "libm"
2023-10-09 21:38:12 +11:00
version = "0.2.8"
2023-01-22 22:43:44 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
2023-01-22 22:43:44 +11:00
[[package]]
name = "lock_api"
2024-01-07 16:43:26 +11:00
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
dependencies = [
"autocfg",
"scopeguard",
]
2022-12-12 23:37:28 +11:00
[[package]]
name = "log"
2023-10-09 21:38:12 +11:00
version = "0.4.20"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
2022-12-27 16:08:27 +11:00
[[package]]
name = "md-5"
2023-10-09 21:38:12 +11:00
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
dependencies = [
2023-10-09 21:38:12 +11:00
"cfg-if",
"digest",
]
2022-12-12 23:35:55 +11:00
[[package]]
name = "memchr"
2024-01-07 16:43:26 +11:00
version = "2.7.1"
2022-12-12 23:35:55 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
2022-12-16 20:48:24 +11:00
[[package]]
name = "mime"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "mime_guess"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
dependencies = [
"mime",
"unicase",
]
2022-12-24 01:34:01 +11:00
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "miniz_oxide"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
dependencies = [
"adler",
]
2022-12-12 23:37:28 +11:00
[[package]]
name = "mio"
2024-01-07 16:43:26 +11:00
version = "0.8.10"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09"
2022-12-12 23:37:28 +11:00
dependencies = [
"libc",
2023-10-09 21:38:12 +11:00
"wasi",
2024-01-07 16:43:26 +11:00
"windows-sys",
2022-12-12 23:37:28 +11:00
]
[[package]]
name = "mockall"
2024-01-07 16:43:26 +11:00
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "43766c2b5203b10de348ffe19f7e54564b64f3d6018ff7648d1e2d6d3a0f0a48"
dependencies = [
"cfg-if",
"downcast",
"fragile",
"lazy_static",
"mockall_derive",
"predicates",
"predicates-tree",
]
[[package]]
name = "mockall_derive"
2024-01-07 16:43:26 +11:00
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "af7cbce79ec385a1d4f54baa90a76401eb15d9cab93685f62e7e9f942aa00ae2"
dependencies = [
"cfg-if",
"proc-macro2",
"quote",
2024-01-07 16:43:26 +11:00
"syn 2.0.48",
]
[[package]]
name = "mockall_double"
2024-01-07 16:43:26 +11:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "f1ca96e5ac35256ae3e13536edd39b172b88f41615e1d7b653c8ad24524113e8"
dependencies = [
"cfg-if",
"proc-macro2",
"quote",
2024-01-07 16:43:26 +11:00
"syn 2.0.48",
]
[[package]]
name = "multer"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01acbdc23469fd8fe07ab135923371d5f5a422fbf9c522158677c8eb15bc51c2"
dependencies = [
"bytes",
"encoding_rs",
"futures-util",
"http",
"httparse",
"log",
"memchr",
"mime",
2023-10-09 21:38:12 +11:00
"spin",
"version_check",
]
2022-12-16 20:48:24 +11:00
[[package]]
name = "nix"
2023-10-09 21:38:12 +11:00
version = "0.27.1"
2022-12-16 20:48:24 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
2022-12-16 20:48:24 +11:00
dependencies = [
2024-01-07 16:43:26 +11:00
"bitflags 2.4.1",
2022-12-16 20:48:24 +11:00
"cfg-if",
"libc",
]
2022-12-24 01:34:01 +11:00
[[package]]
name = "nom"
version = "7.1.3"
2022-12-24 01:34:01 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2022-12-24 01:34:01 +11:00
dependencies = [
"memchr",
"minimal-lexical",
]
2022-12-12 23:35:55 +11:00
[[package]]
name = "num-bigint"
2023-10-09 21:38:12 +11:00
version = "0.4.4"
2022-12-12 23:35:55 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
2022-12-12 23:35:55 +11:00
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-integer"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-traits"
2023-10-09 21:38:12 +11:00
version = "0.2.17"
2022-12-12 23:35:55 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
2022-12-12 23:35:55 +11:00
dependencies = [
"autocfg",
2023-01-22 22:43:44 +11:00
"libm",
2022-12-12 23:35:55 +11:00
]
2022-12-12 23:37:28 +11:00
[[package]]
name = "num_cpus"
version = "1.16.0"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2022-12-12 23:37:28 +11:00
dependencies = [
"hermit-abi",
"libc",
]
[[package]]
name = "num_threads"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
dependencies = [
"libc",
]
[[package]]
name = "object"
2024-01-07 16:43:26 +11:00
version = "0.32.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
dependencies = [
"memchr",
]
2022-12-12 23:35:55 +11:00
[[package]]
name = "once_cell"
2024-01-07 16:43:26 +11:00
version = "1.19.0"
2022-12-12 23:35:55 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2022-12-12 23:35:55 +11:00
2022-12-25 00:25:52 +11:00
[[package]]
name = "ouroboros"
2024-01-07 16:43:26 +11:00
version = "0.18.2"
2022-12-25 00:25:52 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "a50b637ffd883b2733a8483599fb6136b9dcedaa1850f7ac08b9b6f9f2061208"
2022-12-25 00:25:52 +11:00
dependencies = [
"aliasable",
"ouroboros_macro",
2023-10-09 21:38:12 +11:00
"static_assertions",
2022-12-25 00:25:52 +11:00
]
[[package]]
name = "ouroboros_macro"
2024-01-07 16:43:26 +11:00
version = "0.18.2"
2022-12-25 00:25:52 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "3633d65683f13b9bcfaa3150880b018899fb0e5d0542f4adaea4f503fdb5eabf"
2022-12-25 00:25:52 +11:00
dependencies = [
2023-10-09 21:38:12 +11:00
"heck",
2024-01-07 16:43:26 +11:00
"itertools 0.12.0",
2022-12-25 00:25:52 +11:00
"proc-macro2",
2024-01-07 16:43:26 +11:00
"proc-macro2-diagnostics",
2022-12-25 00:25:52 +11:00
"quote",
2024-01-07 16:43:26 +11:00
"syn 2.0.48",
2022-12-25 00:25:52 +11:00
]
[[package]]
name = "parking_lot"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2024-01-07 16:43:26 +11:00
version = "0.9.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
2024-01-07 16:43:26 +11:00
"windows-targets 0.48.5",
]
[[package]]
name = "percent-encoding"
2024-01-07 16:43:26 +11:00
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
[[package]]
name = "phf"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
dependencies = [
2022-12-24 21:16:23 +11:00
"phf_macros",
"phf_shared",
]
2022-12-24 21:16:23 +11:00
[[package]]
name = "phf_generator"
version = "0.11.2"
2022-12-24 21:16:23 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
2022-12-24 21:16:23 +11:00
dependencies = [
"phf_shared",
"rand",
]
[[package]]
name = "phf_macros"
version = "0.11.2"
2022-12-24 21:16:23 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
2022-12-24 21:16:23 +11:00
dependencies = [
"phf_generator",
"phf_shared",
"proc-macro2",
"quote",
2024-01-07 16:43:26 +11:00
"syn 2.0.48",
2022-12-24 21:16:23 +11:00
]
[[package]]
name = "phf_shared"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
dependencies = [
"siphasher",
]
2022-12-12 23:35:55 +11:00
[[package]]
name = "pin-project"
2023-10-09 21:38:12 +11:00
version = "1.1.3"
2022-12-12 23:35:55 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
2022-12-12 23:35:55 +11:00
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2023-10-09 21:38:12 +11:00
version = "1.1.3"
2022-12-12 23:35:55 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
2022-12-12 23:35:55 +11:00
dependencies = [
"proc-macro2",
"quote",
2024-01-07 16:43:26 +11:00
"syn 2.0.48",
2022-12-12 23:35:55 +11:00
]
2022-12-12 23:37:28 +11:00
[[package]]
name = "pin-project-lite"
2023-10-09 21:38:12 +11:00
version = "0.2.13"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
2022-12-12 23:37:28 +11:00
2022-12-12 23:35:55 +11:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "postgres-protocol"
2023-10-09 21:38:12 +11:00
version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "49b6c5ef183cd3ab4ba005f1ca64c21e8bd97ce4699cfea9e8d9a2c4958ca520"
dependencies = [
2023-10-09 21:38:12 +11:00
"base64",
"byteorder",
"bytes",
"fallible-iterator",
"hmac",
"md-5",
"memchr",
"rand",
"sha2",
"stringprep",
]
[[package]]
name = "postgres-types"
2023-10-09 21:38:12 +11:00
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "8d2234cdee9408b523530a9b6d2d6b373d1db34f6a8e51dc03ded1828d7fb67c"
dependencies = [
"bytes",
"fallible-iterator",
"postgres-protocol",
2022-12-24 21:16:23 +11:00
"serde",
"serde_json",
"uuid",
]
2024-01-07 16:43:26 +11:00
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2022-12-12 23:37:28 +11:00
[[package]]
name = "ppv-lite86"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
[[package]]
name = "predicates"
2024-01-07 16:43:26 +11:00
version = "3.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "6dfc28575c2e3f19cb3c73b93af36460ae898d426eba6fc15b9bd2a5220758a0"
dependencies = [
2024-01-07 16:43:26 +11:00
"anstyle",
"itertools 0.11.0",
"predicates-core",
]
[[package]]
name = "predicates-core"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"
[[package]]
name = "predicates-tree"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf"
dependencies = [
"predicates-core",
"termtree",
]
2023-02-02 22:58:20 +11:00
[[package]]
name = "proc-macro-crate"
2024-01-07 16:43:26 +11:00
version = "2.0.1"
2023-02-02 22:58:20 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "97dc5fea232fc28d2f597b37c4876b348a40e33f3b02cc975c8d006d78d94b1a"
2023-02-02 22:58:20 +11:00
dependencies = [
2024-01-07 16:43:26 +11:00
"toml_datetime",
"toml_edit",
2023-02-02 22:58:20 +11:00
]
2022-12-25 00:25:52 +11:00
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
"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-12-12 23:37:28 +11:00
[[package]]
name = "proc-macro2"
2024-01-07 16:43:26 +11:00
version = "1.0.76"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c"
2022-12-12 23:37:28 +11:00
dependencies = [
"unicode-ident",
]
2024-01-07 16:43:26 +11:00
[[package]]
name = "proc-macro2-diagnostics"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.48",
"version_check",
"yansi",
]
2023-02-02 22:58:20 +11:00
[[package]]
name = "ptr_meta"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
dependencies = [
"ptr_meta_derive",
]
[[package]]
name = "ptr_meta_derive"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
2023-02-02 22:58:20 +11:00
]
2022-12-12 23:37:28 +11:00
[[package]]
name = "quote"
2024-01-07 16:43:26 +11:00
version = "1.0.35"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
2022-12-12 23:37:28 +11:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "radium"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
2022-12-12 23:37:28 +11: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"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
]
2023-01-22 22:43:44 +11:00
[[package]]
name = "rand_distr"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
dependencies = [
"num-traits",
"rand",
]
[[package]]
name = "redox_syscall"
2024-01-07 16:43:26 +11:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
dependencies = [
"bitflags 1.3.2",
]
2022-12-27 16:08:27 +11:00
[[package]]
name = "regex"
2024-01-07 16:43:26 +11:00
version = "1.10.2"
2022-12-27 16:08:27 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
2022-12-27 16:08:27 +11:00
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
2022-12-27 16:08:27 +11:00
"regex-syntax",
]
[[package]]
name = "regex-automata"
2024-01-07 16:43:26 +11:00
version = "0.4.3"
2022-12-27 16:08:27 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
2022-12-27 16:08:27 +11:00
[[package]]
name = "regex-syntax"
2024-01-07 16:43:26 +11:00
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
2023-02-02 22:58:20 +11:00
[[package]]
name = "rend"
2023-10-09 21:38:12 +11:00
version = "0.4.1"
2023-02-02 22:58:20 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "a2571463863a6bd50c32f94402933f03457a3fbaf697a707c5be741e459f08fd"
2023-02-02 22:58:20 +11:00
dependencies = [
"bytecheck",
]
[[package]]
name = "ring"
2024-01-07 16:43:26 +11:00
version = "0.17.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74"
dependencies = [
"cc",
2023-10-09 21:38:12 +11:00
"getrandom",
"libc",
2023-10-09 21:38:12 +11:00
"spin",
"untrusted",
2024-01-07 16:43:26 +11:00
"windows-sys",
]
2023-02-02 22:58:20 +11:00
[[package]]
name = "rkyv"
2024-01-07 16:43:26 +11:00
version = "0.7.43"
2023-02-02 22:58:20 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "527a97cdfef66f65998b5f3b637c26f5a5ec09cc52a3f9932313ac645f4190f5"
2023-02-02 22:58:20 +11:00
dependencies = [
"bitvec",
2023-02-02 22:58:20 +11:00
"bytecheck",
2024-01-07 16:43:26 +11:00
"bytes",
2023-02-02 22:58:20 +11:00
"hashbrown 0.12.3",
"ptr_meta",
"rend",
"rkyv_derive",
"seahash",
"tinyvec",
"uuid",
2023-02-02 22:58:20 +11:00
]
[[package]]
name = "rkyv_derive"
2024-01-07 16:43:26 +11:00
version = "0.7.43"
2023-02-02 22:58:20 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "b5c462a1328c8e67e4d6dbad1eb0355dd43e8ab432c6e227a43657f16ade5033"
2023-02-02 22:58:20 +11:00
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
2023-02-02 22:58:20 +11:00
]
[[package]]
name = "rust_decimal"
2024-01-07 16:43:26 +11:00
version = "1.33.1"
2023-02-02 22:58:20 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "06676aec5ccb8fc1da723cc8c0f9a46549f21ebb8753d3915c6c41db1e7f1dc4"
2023-02-02 22:58:20 +11:00
dependencies = [
"arrayvec",
"borsh",
"bytes",
"num-traits",
"rand",
"rkyv",
"serde",
"serde_json",
]
2022-12-12 23:35:55 +11:00
[[package]]
name = "rustc-demangle"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
[[package]]
name = "rustls-pemfile"
2024-01-07 16:43:26 +11:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
dependencies = [
2023-10-09 21:38:12 +11:00
"base64",
]
2022-12-12 23:37:28 +11:00
[[package]]
name = "ryu"
2024-01-07 16:43:26 +11:00
version = "1.0.16"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c"
[[package]]
name = "scoped-tls"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
[[package]]
name = "scopeguard"
2023-10-09 21:38:12 +11:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2023-02-02 22:58:20 +11:00
[[package]]
name = "seahash"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
2022-12-12 23:37:28 +11:00
[[package]]
name = "serde"
2024-01-07 16:43:26 +11:00
version = "1.0.195"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02"
2022-12-12 23:37:28 +11:00
dependencies = [
"serde_derive",
]
2022-12-12 23:35:55 +11:00
[[package]]
name = "serde_cbor"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
dependencies = [
"half",
"serde",
]
2022-12-12 23:37:28 +11:00
[[package]]
name = "serde_derive"
2024-01-07 16:43:26 +11:00
version = "1.0.195"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c"
2022-12-12 23:37:28 +11:00
dependencies = [
"proc-macro2",
"quote",
2024-01-07 16:43:26 +11:00
"syn 2.0.48",
2022-12-12 23:37:28 +11:00
]
[[package]]
name = "serde_json"
2024-01-07 16:43:26 +11:00
version = "1.0.111"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4"
dependencies = [
"itoa",
"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",
"itoa",
"ryu",
"serde",
]
2022-12-12 23:37:28 +11:00
[[package]]
name = "serde_yaml"
2024-01-07 16:43:26 +11:00
version = "0.9.30"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "b1bf28c79a99f70ee1f1d83d10c875d2e70618417fda01ad1785e027579d9d38"
2022-12-12 23:37:28 +11:00
dependencies = [
2024-01-07 16:43:26 +11:00
"indexmap",
2022-12-12 23:37:28 +11:00
"itoa",
"ryu",
"serde",
"unsafe-libyaml",
]
[[package]]
name = "sha1"
2023-10-09 21:38:12 +11:00
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[package]]
name = "sha2"
2023-10-09 21:38:12 +11:00
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
2022-12-12 23:37:28 +11:00
[[package]]
name = "signal-hook-registry"
version = "1.4.1"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
2022-12-12 23:37:28 +11:00
dependencies = [
"libc",
]
[[package]]
name = "simdutf8"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
2022-12-12 23:37:28 +11:00
[[package]]
name = "simple_logger"
2024-01-07 16:43:26 +11:00
version = "4.3.3"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "8e7e46c8c90251d47d08b28b8a419ffb4aede0f87c2eea95e17d1d5bacbf3ef1"
2022-12-12 23:37:28 +11:00
dependencies = [
"colored",
"log",
2023-10-09 21:38:12 +11:00
"time",
2024-01-07 16:43:26 +11:00
"windows-sys",
2022-12-12 23:37:28 +11:00
]
[[package]]
name = "siphasher"
2023-10-09 21:38:12 +11:00
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
2022-12-12 23:35:55 +11:00
[[package]]
name = "slab"
2023-10-09 21:38:12 +11:00
version = "0.4.9"
2022-12-12 23:35:55 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2022-12-12 23:35:55 +11:00
dependencies = [
"autocfg",
]
[[package]]
name = "smallvec"
2024-01-07 16:43:26 +11:00
version = "1.11.2"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970"
2022-12-12 23:37:28 +11:00
[[package]]
name = "socket2"
2024-01-07 16:43:26 +11:00
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
dependencies = [
"libc",
2024-01-07 16:43:26 +11:00
"windows-sys",
]
[[package]]
name = "spin"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2022-12-16 20:48:24 +11:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "stringprep"
2023-10-09 21:38:12 +11:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6"
dependencies = [
2023-10-09 21:38:12 +11:00
"finl_unicode",
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "subtle"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
2022-12-12 23:37:28 +11:00
[[package]]
name = "syn"
version = "1.0.109"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2022-12-12 23:37:28 +11:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
2024-01-07 16:43:26 +11:00
version = "2.0.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2024-01-07 16:43:26 +11:00
[[package]]
name = "syn_derive"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b"
dependencies = [
"proc-macro-error",
"proc-macro2",
"quote",
"syn 2.0.48",
]
2022-12-26 01:30:59 +11:00
[[package]]
name = "tap"
version = "1.0.1"
2022-12-26 01:30:59 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
2022-12-26 01:30:59 +11:00
[[package]]
name = "termtree"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
[[package]]
name = "thiserror"
2024-01-07 16:43:26 +11:00
version = "1.0.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-01-07 16:43:26 +11:00
version = "1.0.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471"
dependencies = [
"proc-macro2",
"quote",
2024-01-07 16:43:26 +11:00
"syn 2.0.48",
]
2022-12-26 01:30:59 +11:00
[[package]]
name = "time"
2024-01-07 16:43:26 +11:00
version = "0.3.31"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "f657ba42c3f86e7680e53c8cd3af8abbe56b5491790b46e22e19c0d57463583e"
2022-12-12 23:37:28 +11:00
dependencies = [
2023-10-09 21:38:12 +11:00
"deranged",
2022-12-12 23:37:28 +11:00
"itoa",
"libc",
"num_threads",
2024-01-07 16:43:26 +11:00
"powerfmt",
2022-12-12 23:37:28 +11:00
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
2023-10-09 21:38:12 +11:00
version = "0.1.2"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
2022-12-12 23:37:28 +11:00
[[package]]
name = "time-macros"
2024-01-07 16:43:26 +11:00
version = "0.2.16"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "26197e33420244aeb70c3e8c78376ca46571bc4e701e4791c2cd9f57dcb3a43f"
2022-12-12 23:37:28 +11:00
dependencies = [
"time-core",
]
[[package]]
name = "tinyvec"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2022-12-12 23:37:28 +11:00
[[package]]
name = "tokio"
2024-01-07 16:43:26 +11:00
version = "1.35.1"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104"
2022-12-12 23:37:28 +11:00
dependencies = [
"backtrace",
2022-12-12 23:36:07 +11:00
"bytes",
2022-12-12 23:37:28 +11:00
"libc",
"mio",
"num_cpus",
"pin-project-lite",
"signal-hook-registry",
2024-01-07 16:43:26 +11:00
"socket2",
2022-12-12 23:37:28 +11:00
"tokio-macros",
2024-01-07 16:43:26 +11:00
"windows-sys",
2022-12-12 23:37:28 +11:00
]
[[package]]
name = "tokio-macros"
2024-01-07 16:43:26 +11:00
version = "2.2.0"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
2022-12-12 23:37:28 +11:00
dependencies = [
"proc-macro2",
"quote",
2024-01-07 16:43:26 +11:00
"syn 2.0.48",
2022-12-12 23:37:28 +11:00
]
[[package]]
name = "tokio-postgres"
2023-10-09 21:38:12 +11:00
version = "0.7.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "d340244b32d920260ae7448cb72b6e238bddc3d4f7603394e7dd46ed8e48f5b8"
dependencies = [
"async-trait",
"byteorder",
"bytes",
"fallible-iterator",
"futures-channel",
"futures-util",
"log",
"parking_lot",
"percent-encoding",
"phf",
"pin-project-lite",
"postgres-protocol",
"postgres-types",
2023-10-09 21:38:12 +11:00
"rand",
2024-01-07 16:43:26 +11:00
"socket2",
"tokio",
"tokio-util",
2023-10-09 21:38:12 +11:00
"whoami",
]
2022-12-12 23:35:55 +11:00
[[package]]
name = "tokio-serde"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "911a61637386b789af998ee23f50aa30d5fd7edcec8d6d3dedae5e5815205466"
dependencies = [
"bytes",
"educe",
"futures-core",
"futures-sink",
"pin-project",
"serde",
"serde_cbor",
]
[[package]]
name = "tokio-stream"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
2023-06-30 23:46:38 +10:00
[[package]]
name = "tokio-test"
2023-10-09 21:38:12 +11:00
version = "0.4.3"
2023-06-30 23:46:38 +10:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "e89b3cbabd3ae862100094ae433e1def582cf86451b4e9bf83aa7ac1d8a7d719"
2023-06-30 23:46:38 +10:00
dependencies = [
"async-stream",
"bytes",
"futures-core",
"tokio",
"tokio-stream",
]
[[package]]
name = "tokio-tungstenite"
2023-10-09 21:38:12 +11:00
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
dependencies = [
"futures-util",
"log",
"tokio",
"tungstenite",
]
2022-12-12 23:35:55 +11:00
[[package]]
name = "tokio-util"
2024-01-07 16:43:26 +11:00
version = "0.7.10"
2022-12-12 23:35:55 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
2022-12-12 23:35:55 +11:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
"tracing",
]
2023-02-02 22:58:20 +11:00
[[package]]
2024-01-07 16:43:26 +11:00
name = "toml_datetime"
version = "0.6.3"
2023-02-02 22:58:20 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
[[package]]
name = "toml_edit"
version = "0.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338"
2023-02-02 22:58:20 +11:00
dependencies = [
2024-01-07 16:43:26 +11:00
"indexmap",
"toml_datetime",
"winnow",
2023-02-02 22:58:20 +11:00
]
[[package]]
name = "tower-service"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2022-12-12 23:35:55 +11:00
[[package]]
name = "tracing"
2024-01-07 16:43:26 +11:00
version = "0.1.40"
2022-12-12 23:35:55 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2022-12-12 23:35:55 +11:00
dependencies = [
"log",
2022-12-12 23:35:55 +11:00
"pin-project-lite",
2023-10-09 21:38:12 +11:00
"tracing-attributes",
2022-12-12 23:35:55 +11:00
"tracing-core",
]
2023-10-09 21:38:12 +11:00
[[package]]
name = "tracing-attributes"
2024-01-07 16:43:26 +11:00
version = "0.1.27"
2023-10-09 21:38:12 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
2023-10-09 21:38:12 +11:00
dependencies = [
"proc-macro2",
"quote",
2024-01-07 16:43:26 +11:00
"syn 2.0.48",
2023-10-09 21:38:12 +11:00
]
2022-12-12 23:35:55 +11:00
[[package]]
name = "tracing-core"
2024-01-07 16:43:26 +11:00
version = "0.1.32"
2022-12-12 23:35:55 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2022-12-12 23:35:55 +11:00
dependencies = [
"once_cell",
]
[[package]]
name = "try-lock"
2024-01-07 16:43:26 +11:00
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
[[package]]
name = "tungstenite"
2023-10-09 21:38:12 +11:00
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
dependencies = [
"byteorder",
"bytes",
2023-10-09 21:38:12 +11:00
"data-encoding",
"http",
"httparse",
"log",
"rand",
"sha1",
"thiserror",
"url",
"utf-8",
]
[[package]]
name = "typenum"
2023-10-09 21:38:12 +11:00
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
[[package]]
name = "unicase"
2023-10-09 21:38:12 +11:00
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
dependencies = [
"version_check",
]
[[package]]
name = "unicode-bidi"
2024-01-07 16:43:26 +11:00
version = "0.3.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "6f2528f27a9eb2b21e69c95319b30bd0efd85d09c379741b0f78ea1d86be2416"
2022-12-12 23:37:28 +11:00
[[package]]
name = "unicode-ident"
2023-10-09 21:38:12 +11:00
version = "1.0.12"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2022-12-12 23:37:28 +11:00
[[package]]
name = "unicode-normalization"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
dependencies = [
"tinyvec",
]
2022-12-12 23:37:28 +11:00
[[package]]
name = "unsafe-libyaml"
2024-01-07 16:43:26 +11:00
version = "0.2.10"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "ab4c90930b95a82d00dc9e9ac071b4991924390d46cbd0dfe566148667605e4b"
2022-12-12 23:37:28 +11:00
[[package]]
name = "untrusted"
2023-10-09 21:38:12 +11:00
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
[[package]]
name = "url"
2024-01-07 16:43:26 +11:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
dependencies = [
"form_urlencoded",
2024-01-07 16:43:26 +11:00
"idna 0.5.0",
"percent-encoding",
]
[[package]]
name = "utf-8"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2022-12-12 23:37:28 +11:00
[[package]]
name = "uuid"
2024-01-07 16:43:26 +11:00
version = "1.6.1"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560"
2022-12-12 23:37:28 +11:00
dependencies = [
2022-12-12 23:36:07 +11:00
"getrandom",
2022-12-12 23:37:28 +11:00
"serde",
]
2022-12-27 16:08:27 +11:00
[[package]]
name = "validator"
version = "0.16.1"
2022-12-27 16:08:27 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b92f40481c04ff1f4f61f304d61793c7b56ff76ac1469f1beb199b1445b253bd"
2022-12-27 16:08:27 +11:00
dependencies = [
2024-01-07 16:43:26 +11:00
"idna 0.4.0",
2022-12-27 16:08:27 +11:00
"lazy_static",
"regex",
"serde",
"serde_derive",
"serde_json",
"url",
]
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "want"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
dependencies = [
"try-lock",
]
[[package]]
name = "warp"
2023-10-09 21:38:12 +11:00
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "c1e92e22e03ff1230c03a1a8ee37d2f89cd489e2e541b7550d6afad96faed169"
dependencies = [
"bytes",
"futures-channel",
"futures-util",
"headers",
"http",
"hyper",
"log",
"mime",
"mime_guess",
"multer",
"percent-encoding",
"pin-project",
"rustls-pemfile",
"scoped-tls",
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
"tokio-stream",
"tokio-tungstenite",
"tokio-util",
"tower-service",
"tracing",
]
2022-12-12 23:37:28 +11:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasm-bindgen"
2024-01-07 16:43:26 +11:00
version = "0.2.89"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "0ed0d4f68a3015cc185aff4db9506a015f4b96f95303897bfa23f846db54064e"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2024-01-07 16:43:26 +11:00
version = "0.2.89"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "1b56f625e64f3a1084ded111c4d5f477df9f8c92df113852fa5a374dbda78826"
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
2024-01-07 16:43:26 +11:00
"syn 2.0.48",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2024-01-07 16:43:26 +11:00
version = "0.2.89"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "0162dbf37223cd2afce98f3d0785506dcb8d266223983e4b5b525859e6e182b2"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2024-01-07 16:43:26 +11:00
version = "0.2.89"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "f0eb82fcb7930ae6219a7ecfd55b217f5f0893484b7a13022ebb2b2bf20b5283"
dependencies = [
"proc-macro2",
"quote",
2024-01-07 16:43:26 +11:00
"syn 2.0.48",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2024-01-07 16:43:26 +11:00
version = "0.2.89"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f"
[[package]]
name = "web-sys"
2024-01-07 16:43:26 +11:00
version = "0.3.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "50c24a44ec86bb68fbecd1b3efed7e85ea5621b39b35ef2766b66cd984f8010f"
dependencies = [
"js-sys",
"wasm-bindgen",
]
2023-10-09 21:38:12 +11:00
[[package]]
name = "whoami"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22fc3756b8a9133049b26c7f61ab35416c130e8c09b660f5b3958b446f52cc50"
dependencies = [
"wasm-bindgen",
"web-sys",
]
2022-12-12 23:37:28 +11:00
[[package]]
2024-01-07 16:43:26 +11:00
name = "windows-core"
version = "0.52.0"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
2022-12-12 23:37:28 +11:00
dependencies = [
2024-01-07 16:43:26 +11:00
"windows-targets 0.52.0",
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2024-01-07 16:43:26 +11:00
"windows-targets 0.48.5",
]
[[package]]
name = "windows-targets"
2023-10-09 21:38:12 +11:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
2023-10-09 21:38:12 +11:00
"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",
2022-12-12 23:37:28 +11:00
]
[[package]]
2024-01-07 16:43:26 +11:00
name = "windows-targets"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
dependencies = [
"windows_aarch64_gnullvm 0.52.0",
"windows_aarch64_msvc 0.52.0",
"windows_i686_gnu 0.52.0",
"windows_i686_msvc 0.52.0",
"windows_x86_64_gnu 0.52.0",
"windows_x86_64_gnullvm 0.52.0",
"windows_x86_64_msvc 0.52.0",
]
[[package]]
name = "windows_aarch64_gnullvm"
2023-10-09 21:38:12 +11:00
version = "0.48.5"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2022-12-12 23:37:28 +11:00
[[package]]
2024-01-07 16:43:26 +11:00
name = "windows_aarch64_gnullvm"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
[[package]]
name = "windows_aarch64_msvc"
2023-10-09 21:38:12 +11:00
version = "0.48.5"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2022-12-12 23:37:28 +11:00
[[package]]
2024-01-07 16:43:26 +11:00
name = "windows_aarch64_msvc"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
[[package]]
name = "windows_i686_gnu"
2023-10-09 21:38:12 +11:00
version = "0.48.5"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2022-12-12 23:37:28 +11:00
[[package]]
2024-01-07 16:43:26 +11:00
name = "windows_i686_gnu"
version = "0.52.0"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
[[package]]
name = "windows_i686_msvc"
2023-10-09 21:38:12 +11:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2022-12-12 23:37:28 +11:00
[[package]]
2024-01-07 16:43:26 +11:00
name = "windows_i686_msvc"
version = "0.52.0"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
[[package]]
name = "windows_x86_64_gnu"
2023-10-09 21:38:12 +11:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2022-12-12 23:37:28 +11:00
[[package]]
2024-01-07 16:43:26 +11:00
name = "windows_x86_64_gnu"
version = "0.52.0"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
[[package]]
name = "windows_x86_64_gnullvm"
2023-10-09 21:38:12 +11:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2022-12-12 23:37:28 +11:00
[[package]]
2024-01-07 16:43:26 +11:00
name = "windows_x86_64_gnullvm"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
[[package]]
name = "windows_x86_64_msvc"
2023-10-09 21:38:12 +11:00
version = "0.48.5"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2024-01-07 16:43:26 +11:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
[[package]]
name = "winnow"
version = "0.5.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7520bbdec7211caa7c4e682eb1fbe07abe20cee6756b6e00f537c82c11816aa"
dependencies = [
"memchr",
]
[[package]]
name = "wyz"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
dependencies = [
"tap",
]
2022-12-26 01:30:59 +11:00
2024-01-07 16:43:26 +11:00
[[package]]
name = "yansi"
version = "1.0.0-rc.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1367295b8f788d371ce2dbc842c7b709c73ee1364d30351dd300ec2203b12377"
2022-12-26 01:30:59 +11:00
[[package]]
name = "zeroize"
2024-01-07 16:43:26 +11:00
version = "1.7.0"
2022-12-26 01:30:59 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-07 16:43:26 +11:00
checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"