blastmud/Cargo.lock

2606 lines
63 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"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
dependencies = [
"getrandom",
"once_cell",
"version_check",
]
[[package]]
name = "ahash"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
dependencies = [
"cfg-if",
"once_cell",
"version_check",
]
2022-12-27 16:08:27 +11:00
[[package]]
name = "aho-corasick"
2023-10-09 21:38:12 +11:00
version = "1.1.1"
2022-12-27 16:08:27 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab"
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",
2023-10-09 21:38:12 +11:00
"syn 2.0.38",
2022-12-24 01:34:01 +11:00
]
[[package]]
name = "ansi_markup"
version = "0.1.0"
dependencies = [
"nom",
]
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",
2023-10-09 21:38:12 +11:00
"syn 2.0.38",
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",
2023-10-09 21:38:12 +11:00
"syn 2.0.38",
2023-06-30 23:46:38 +10:00
]
[[package]]
name = "async-trait"
2023-10-09 21:38:12 +11:00
version = "0.1.73"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0"
dependencies = [
"proc-macro2",
"quote",
2023-10-09 21:38:12 +11:00
"syn 2.0.38",
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"
2023-10-09 21:38:12 +11:00
version = "0.21.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2"
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"
2023-10-09 21:38:12 +11:00
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
[[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",
2023-10-09 21:38:12 +11:00
"itertools 0.11.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"
version = "0.10.3"
2023-02-02 22:58:20 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4114279215a005bc675e386011e594e1d9b800918cea18fcadadcce864a2046b"
2023-02-02 22:58:20 +11:00
dependencies = [
"borsh-derive",
"hashbrown 0.13.2",
2023-02-02 22:58:20 +11:00
]
[[package]]
name = "borsh-derive"
version = "0.10.3"
2023-02-02 22:58:20 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0754613691538d51f329cce9af41d7b7ca150bc973056f1156611489475f54f7"
2023-02-02 22:58:20 +11:00
dependencies = [
"borsh-derive-internal",
"borsh-schema-derive-internal",
"proc-macro-crate",
"proc-macro2",
"syn 1.0.109",
2023-02-02 22:58:20 +11:00
]
[[package]]
name = "borsh-derive-internal"
version = "0.10.3"
2023-02-02 22:58:20 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afb438156919598d2c7bad7e1c0adf3d26ed3840dbc010db1a882a65583ca2fb"
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 = "borsh-schema-derive-internal"
version = "0.10.3"
2023-02-02 22:58:20 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "634205cc43f74a1b9046ef87c4540ebda95696ec0f315024860cad7c5b0f5ccd"
2023-02-02 22:58:20 +11:00
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[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"
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",
2023-10-09 21:38:12 +11:00
"windows-targets",
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"
version = "2.0.4"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6"
2022-12-12 23:37:28 +11:00
dependencies = [
"is-terminal",
2022-12-12 23:37:28 +11:00
"lazy_static",
"windows-sys 0.48.0",
2022-12-12 23:37:28 +11:00
]
2022-12-26 01:30:59 +11:00
[[package]]
name = "core-foundation-sys"
version = "0.8.4"
2022-12-26 01:30:59 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
2022-12-26 01:30:59 +11:00
[[package]]
name = "cpufeatures"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
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"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"
[[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"
2023-10-09 21:38:12 +11:00
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "40b75ba49590d27f677d3bebaf76cd15889ca8b308bc7ba99bfa25f1d7269c13"
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"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946"
[[package]]
name = "difflib"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
[[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",
2023-10-09 21:38:12 +11:00
"syn 2.0.38",
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 = "errno"
2023-10-09 21:38:12 +11:00
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "add4f07d43996f76ef320709726a556a9d4f965d9410d8d0271132d2f8293480"
dependencies = [
"errno-dragonfly",
"libc",
"windows-sys 0.48.0",
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
[[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 = "float-cmp"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
dependencies = [
"num-traits",
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "form_urlencoded"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
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"
version = "0.3.28"
2022-12-12 23:35:55 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
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"
version = "0.3.28"
2022-12-12 23:35:55 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
2022-12-12 23:35:55 +11:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.28"
2022-12-12 23:35:55 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
2022-12-12 23:35:55 +11:00
[[package]]
name = "futures-executor"
version = "0.3.28"
2022-12-12 23:35:55 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
2022-12-12 23:35:55 +11:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
version = "0.3.28"
2022-12-12 23:35:55 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
2022-12-12 23:35:55 +11:00
[[package]]
name = "futures-macro"
version = "0.3.28"
2022-12-12 23:35:55 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
2022-12-12 23:35:55 +11:00
dependencies = [
"proc-macro2",
"quote",
2023-10-09 21:38:12 +11:00
"syn 2.0.38",
2022-12-12 23:35:55 +11:00
]
[[package]]
name = "futures-sink"
version = "0.3.28"
2022-12-12 23:35:55 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
2022-12-12 23:35:55 +11:00
[[package]]
name = "futures-task"
version = "0.3.28"
2022-12-12 23:35:55 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
2022-12-12 23:35:55 +11:00
[[package]]
name = "futures-util"
version = "0.3.28"
2022-12-12 23:35:55 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
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"
version = "0.2.10"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
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"
2023-10-09 21:38:12 +11:00
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
[[package]]
name = "h2"
2023-10-09 21:38:12 +11:00
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap 1.9.3",
"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 = [
"ahash 0.7.6",
2023-02-02 22:58:20 +11:00
]
2022-12-12 23:37:28 +11:00
[[package]]
name = "hashbrown"
version = "0.13.2"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
2023-02-02 22:58:20 +11:00
dependencies = [
"ahash 0.8.3",
2023-02-02 22:58:20 +11:00
]
2022-12-12 23:37:28 +11:00
[[package]]
name = "hashbrown"
2023-10-09 21:38:12 +11:00
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12"
[[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"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
dependencies = [
"bytes",
"http",
"pin-project-lite",
]
[[package]]
name = "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"
version = "0.14.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
"socket2 0.4.9",
"tokio",
"tower-service",
"tracing",
"want",
]
2022-12-26 01:30:59 +11:00
[[package]]
name = "iana-time-zone"
version = "0.1.57"
2022-12-26 01:30:59 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
2022-12-26 01:30:59 +11:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
"windows",
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]]
name = "indexmap"
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
dependencies = [
"autocfg",
"hashbrown 0.12.3",
]
2022-12-12 23:37:28 +11:00
[[package]]
name = "indexmap"
2023-10-09 21:38:12 +11:00
version = "2.0.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 = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897"
2022-12-12 23:37:28 +11:00
dependencies = [
"equivalent",
2023-10-09 21:38:12 +11:00
"hashbrown 0.14.1",
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 = "is-terminal"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
dependencies = [
"hermit-abi",
"rustix",
"windows-sys 0.48.0",
]
[[package]]
name = "itertools"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
dependencies = [
"either",
]
2023-10-09 21:38:12 +11:00
[[package]]
name = "itertools"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
dependencies = [
"either",
]
2022-12-12 23:37:28 +11:00
[[package]]
name = "itoa"
version = "1.0.9"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
2022-12-12 23:37:28 +11:00
[[package]]
name = "js-sys"
version = "0.3.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
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"
2023-10-09 21:38:12 +11:00
version = "0.2.149"
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 = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
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
2022-12-26 01:30:59 +11:00
[[package]]
name = "linux-raw-sys"
2023-10-09 21:38:12 +11:00
version = "0.4.8"
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 = "3852614a3bd9ca9804678ba6be5e3b8ce76dfc902cae004e3e0c44051b6e88db"
2022-12-26 01:30:59 +11:00
[[package]]
name = "lock_api"
version = "0.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
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"
2023-10-09 21:38:12 +11:00
version = "2.6.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 = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
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"
version = "0.8.8"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
2022-12-12 23:37:28 +11:00
dependencies = [
"libc",
2023-10-09 21:38:12 +11:00
"wasi",
"windows-sys 0.48.0",
2022-12-12 23:37:28 +11:00
]
[[package]]
name = "mockall"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c84490118f2ee2d74570d114f3d0493cbf02790df303d2707606c3e14e07c96"
dependencies = [
"cfg-if",
"downcast",
"fragile",
"lazy_static",
"mockall_derive",
"predicates",
"predicates-tree",
]
[[package]]
name = "mockall_derive"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22ce75669015c4f47b289fd4d4f56e894e4c96003ffdf3ac51313126f94c6cbb"
dependencies = [
"cfg-if",
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "mockall_double"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae71c7bb287375187c775cf82e2dcf1bef3388aaf58f0789a77f9c7ab28466f6"
dependencies = [
"cfg-if",
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[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 = [
2023-10-09 21:38:12 +11:00
"bitflags 2.4.0",
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",
]
[[package]]
name = "normalize-line-endings"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
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"
2023-10-09 21:38:12 +11:00
version = "0.32.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
dependencies = [
"memchr",
]
2022-12-12 23:35:55 +11:00
[[package]]
name = "once_cell"
version = "1.18.0"
2022-12-12 23:35:55 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
2022-12-12 23:35:55 +11:00
2022-12-25 00:25:52 +11:00
[[package]]
name = "ouroboros"
2023-10-09 21:38:12 +11:00
version = "0.18.0"
2022-12-25 00:25:52 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "1c86de06555b970aec45229b27291b53154f21a5743a163419f4e4c0b065dcde"
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"
2023-10-09 21:38:12 +11:00
version = "0.18.0"
2022-12-25 00:25:52 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "8cad0c4b129e9696e37cb712b243777b90ef489a0bfaa0ac34e7d9b860e4f134"
2022-12-25 00:25:52 +11:00
dependencies = [
2023-10-09 21:38:12 +11:00
"heck",
"itertools 0.11.0",
2022-12-25 00:25:52 +11:00
"proc-macro-error",
"proc-macro2",
"quote",
2023-10-09 21:38:12 +11:00
"syn 2.0.38",
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"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
"windows-targets",
]
[[package]]
name = "percent-encoding"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
[[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",
2023-10-09 21:38:12 +11:00
"syn 2.0.38",
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",
2023-10-09 21:38:12 +11:00
"syn 2.0.38",
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",
]
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"
version = "2.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd"
dependencies = [
"difflib",
"float-cmp",
2023-10-09 21:38:12 +11:00
"itertools 0.10.5",
"normalize-line-endings",
"predicates-core",
"regex",
]
[[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"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
dependencies = [
"toml",
]
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",
"syn 1.0.109",
2022-12-25 00:25:52 +11:00
"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"
2023-10-09 21:38:12 +11:00
version = "1.0.68"
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 = "5b1106fec09662ec6dd98ccac0f81cef56984d0b49f75c92d8cbad76e20c005c"
2022-12-12 23:37:28 +11:00
dependencies = [
"unicode-ident",
]
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"
2023-10-09 21:38:12 +11:00
version = "1.0.33"
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 = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
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"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
dependencies = [
"bitflags 1.3.2",
]
2022-12-27 16:08:27 +11:00
[[package]]
name = "regex"
2023-10-09 21:38:12 +11:00
version = "1.9.6"
2022-12-27 16:08:27 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "ebee201405406dbf528b8b672104ae6d6d63e6d118cb10e4d51abbc7b58044ff"
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"
2023-10-09 21:38:12 +11:00
version = "0.3.9"
2022-12-27 16:08:27 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
2022-12-27 16:08:27 +11:00
[[package]]
name = "regex-syntax"
2023-10-09 21:38:12 +11:00
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
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"
2023-10-09 21:38:12 +11:00
version = "0.17.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "911b295d2d302948838c8ac142da1ee09fa7863163b44e6715bc9357905878b8"
dependencies = [
"cc",
2023-10-09 21:38:12 +11:00
"getrandom",
"libc",
2023-10-09 21:38:12 +11:00
"spin",
"untrusted",
2023-10-09 21:38:12 +11:00
"windows-sys 0.48.0",
]
2023-02-02 22:58:20 +11:00
[[package]]
name = "rkyv"
version = "0.7.42"
2023-02-02 22:58:20 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0200c8230b013893c0b2d6213d6ec64ed2b9be2e0e016682b7224ff82cff5c58"
2023-02-02 22:58:20 +11:00
dependencies = [
"bitvec",
2023-02-02 22:58:20 +11:00
"bytecheck",
"hashbrown 0.12.3",
"ptr_meta",
"rend",
"rkyv_derive",
"seahash",
"tinyvec",
"uuid",
2023-02-02 22:58:20 +11:00
]
[[package]]
name = "rkyv_derive"
version = "0.7.42"
2023-02-02 22:58:20 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2e06b915b5c230a17d7a736d1e2e63ee753c256a8614ef3f5147b13a4f5541d"
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"
2023-10-09 21:38:12 +11:00
version = "1.32.0"
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 = "a4c4216490d5a413bc6d10fa4742bd7d4955941d062c0ef873141d6b0e7b30fd"
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 = "rustix"
2023-10-09 21:38:12 +11:00
version = "0.38.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 = "f25469e9ae0f3d0047ca8b93fc56843f38e6774f0914a107ff8b41be8be8e0b7"
2022-12-12 23:35:55 +11:00
dependencies = [
2023-10-09 21:38:12 +11:00
"bitflags 2.4.0",
"errno",
"libc",
"linux-raw-sys",
"windows-sys 0.48.0",
2022-12-12 23:35:55 +11:00
]
[[package]]
name = "rustls-pemfile"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
dependencies = [
2023-10-09 21:38:12 +11:00
"base64",
]
2022-12-12 23:37:28 +11:00
[[package]]
name = "ryu"
version = "1.0.15"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
[[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"
2023-10-09 21:38:12 +11:00
version = "1.0.188"
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 = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"
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"
2023-10-09 21:38:12 +11:00
version = "1.0.188"
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 = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
2022-12-12 23:37:28 +11:00
dependencies = [
"proc-macro2",
"quote",
2023-10-09 21:38:12 +11:00
"syn 2.0.38",
2022-12-12 23:37:28 +11:00
]
[[package]]
name = "serde_json"
2023-10-09 21:38:12 +11:00
version = "1.0.107"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
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"
2023-10-09 21:38:12 +11:00
version = "0.9.25"
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 = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574"
2022-12-12 23:37:28 +11:00
dependencies = [
2023-10-09 21:38:12 +11:00
"indexmap 2.0.2",
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"
version = "4.2.0"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2230cd5c29b815c9b699fb610b49a5ed65588f3509d9f0108be3a885da629333"
2022-12-12 23:37:28 +11:00
dependencies = [
"colored",
"log",
2023-10-09 21:38:12 +11:00
"time",
"windows-sys 0.42.0",
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"
2023-10-09 21:38:12 +11:00
version = "1.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
2022-12-12 23:37:28 +11:00
[[package]]
name = "socket2"
version = "0.4.9"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
2022-12-12 23:37:28 +11:00
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "socket2"
2023-10-09 21:38:12 +11:00
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e"
dependencies = [
"libc",
"windows-sys 0.48.0",
]
[[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"
2023-10-09 21:38:12 +11:00
version = "2.0.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
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"
2023-10-09 21:38:12 +11:00
version = "1.0.49"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-10-09 21:38:12 +11:00
version = "1.0.49"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc"
dependencies = [
"proc-macro2",
"quote",
2023-10-09 21:38:12 +11:00
"syn 2.0.38",
]
2022-12-26 01:30:59 +11:00
[[package]]
name = "time"
2023-10-09 21:38:12 +11:00
version = "0.3.29"
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 = "426f806f4089c493dcac0d24c29c01e2c38baf8e30f1b716ee37e83d200b18fe"
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",
"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"
2023-10-09 21:38:12 +11:00
version = "0.2.15"
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 = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20"
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"
2023-10-09 21:38:12 +11:00
version = "1.32.0"
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 = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
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",
2023-10-09 21:38:12 +11:00
"socket2 0.5.4",
2022-12-12 23:37:28 +11:00
"tokio-macros",
"windows-sys 0.48.0",
2022-12-12 23:37:28 +11:00
]
[[package]]
name = "tokio-macros"
version = "2.1.0"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
2022-12-12 23:37:28 +11:00
dependencies = [
"proc-macro2",
"quote",
2023-10-09 21:38:12 +11:00
"syn 2.0.38",
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",
"socket2 0.5.4",
"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"
2023-10-09 21:38:12 +11:00
version = "0.7.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 = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d"
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]]
name = "toml"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
dependencies = [
"serde",
]
[[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"
version = "0.1.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
dependencies = [
"cfg-if",
"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"
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.38",
]
2022-12-12 23:35:55 +11:00
[[package]]
name = "tracing-core"
version = "0.1.31"
2022-12-12 23:35:55 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
2022-12-12 23:35:55 +11:00
dependencies = [
"once_cell",
]
[[package]]
name = "try-lock"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
[[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"
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
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"
version = "0.2.9"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f28467d3e1d3c6586d8f25fa243f544f5800fec42d97032474e17222c2b75cfa"
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"
2023-10-09 21:38:12 +11:00
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:38:12 +11:00
checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
dependencies = [
"form_urlencoded",
"idna",
"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"
version = "1.4.1"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"
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 = [
"idna",
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"
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
2023-10-09 21:38:12 +11:00
"syn 2.0.38",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
dependencies = [
"proc-macro2",
"quote",
2023-10-09 21:38:12 +11:00
"syn 2.0.38",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
[[package]]
name = "web-sys"
version = "0.3.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
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]]
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"
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
dependencies = [
"windows-targets",
]
2022-12-12 23:37:28 +11:00
[[package]]
name = "windows-sys"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
dependencies = [
"windows_aarch64_gnullvm 0.42.2",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
"windows_x86_64_msvc 0.42.2",
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets",
]
[[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]]
name = "windows_aarch64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
[[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]]
name = "windows_aarch64_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
[[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]]
name = "windows_i686_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
[[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]]
name = "windows_i686_msvc"
version = "0.42.2"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
[[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]]
name = "windows_x86_64_gnu"
version = "0.42.2"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
[[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]]
name = "windows_x86_64_gnullvm"
version = "0.42.2"
2022-12-12 23:37:28 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
[[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]]
name = "windows_x86_64_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
[[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"
[[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
[[package]]
name = "zeroize"
version = "1.6.0"
2022-12-26 01:30:59 +11:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"