Skip to content
Snippets Groups Projects
Cargo.lock 54.3 KiB
Newer Older
Stephen D's avatar
Stephen D committed
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
Stephen D's avatar
Stephen D committed
version = 3

Stephen D's avatar
Stephen D committed
[[package]]
name = "adler"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
Stephen D's avatar
Stephen D committed

Stephen D's avatar
Stephen D committed
[[package]]
name = "adler32"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"

Stephen D's avatar
Stephen D committed
[[package]]
name = "anyhow"
version = "1.0.65"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602"

Stephen D's avatar
Stephen D committed
[[package]]
name = "arrayvec"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"
dependencies = [
 "nodrop",
]

Stephen D's avatar
Stephen D committed
[[package]]
name = "async-trait"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76464446b8bc32758d7e88ee1a804d9914cd9b1cb264c029899680b0be29826f"
Stephen D's avatar
Stephen D committed
dependencies = [
 "proc-macro2 1.0.46",
 "quote 1.0.21",
 "syn 1.0.102",
Stephen D's avatar
Stephen D committed
]

[[package]]
name = "async-tungstenite"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1b71b31561643aa8e7df3effe284fa83ab1a840e52294c5f4bd7bfd8b2becbb"
Stephen D's avatar
Stephen D committed
dependencies = [
 "futures-io",
 "futures-util",
 "log",
 "pin-project-lite 0.2.9",
 "tokio 1.21.2",
Stephen D's avatar
Stephen D committed
 "tokio-rustls",
 "tungstenite",
Stephen D's avatar
Stephen D committed
]

[[package]]
name = "autocfg"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
Stephen D's avatar
Stephen D committed

[[package]]
name = "base64"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"

Stephen D's avatar
Stephen D committed
[[package]]
name = "bigdecimal"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1374191e2dd25f9ae02e3aa95041ed5d747fc77b3c102b49fe2dd9a8117a6244"
dependencies = [
 "num-bigint",
 "num-integer",
Stephen D's avatar
Stephen D committed
]

Stephen D's avatar
Stephen D committed
[[package]]
name = "bitflags"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
Stephen D's avatar
Stephen D committed

[[package]]
name = "block-buffer"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
Stephen D's avatar
Stephen D committed
dependencies = [
 "generic-array",
]

[[package]]
name = "bumpalo"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1ad822118d20d2c234f427000d5acc36eabe1e29a348c89b63dd60b13f28e5d"
Stephen D's avatar
Stephen D committed

[[package]]
name = "byteorder"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
Stephen D's avatar
Stephen D committed

[[package]]
name = "bytes"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"

[[package]]
name = "bytes"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"

Stephen D's avatar
Stephen D committed
[[package]]
name = "cat-disruptor-6500"
Stephen D's avatar
Stephen D committed
version = "0.1.2"
Stephen D's avatar
Stephen D committed
dependencies = [
Stephen D's avatar
Stephen D committed
 "anyhow",
Stephen D's avatar
Stephen D committed
 "bigdecimal",
 "diesel",
 "dotenv",
 "itertools",
Stephen D's avatar
Stephen D committed
 "phf",
Stephen D's avatar
Stephen D committed
 "png",
 "rand 0.8.5",
 "reqwest 0.10.10",
Stephen D's avatar
Stephen D committed
 "rusttype",
Stephen D's avatar
Stephen D committed
 "serde",
Stephen D's avatar
Stephen D committed
 "serde_json",
Stephen D's avatar
Stephen D committed
 "serenity",
Stephen D's avatar
Stephen D committed
 "toml",
Stephen D's avatar
Stephen D committed
 "xbasic",
Stephen D's avatar
Stephen D committed
]

[[package]]
name = "cc"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
Stephen D's avatar
Stephen D committed

[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"

[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"

Stephen D's avatar
Stephen D committed
[[package]]
name = "core-foundation"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
Stephen D's avatar
Stephen D committed
dependencies = [
 "core-foundation-sys",
 "libc",
]

[[package]]
name = "core-foundation-sys"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
Stephen D's avatar
Stephen D committed

Stephen D's avatar
Stephen D committed
[[package]]
name = "cpufeatures"
version = "0.2.5"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
dependencies = [
 "libc",
]
Stephen D's avatar
Stephen D committed

[[package]]
name = "crc32fast"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
Stephen D's avatar
Stephen D committed
dependencies = [
 "cfg-if 1.0.0",
]

[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
 "generic-array",
 "typenum",
]

Stephen D's avatar
Stephen D committed
[[package]]
name = "deflate"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174"
dependencies = [
 "adler32",
 "byteorder",
]

Stephen D's avatar
Stephen D committed
[[package]]
name = "diesel"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b28135ecf6b7d446b43e27e225622a038cc4e2930a1022f51cdb97ada19b8e4d"
Stephen D's avatar
Stephen D committed
dependencies = [
 "bigdecimal",
 "bitflags",
 "byteorder",
 "diesel_derives",
 "num-bigint",
 "num-integer",
Stephen D's avatar
Stephen D committed
 "pq-sys",
]

[[package]]
name = "diesel_derives"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45f5098f628d02a7a0f68ddba586fb61e80edec3bdc1be3b921f4ceec60858d3"
dependencies = [
 "proc-macro2 1.0.46",
 "quote 1.0.21",
 "syn 1.0.102",
Stephen D's avatar
Stephen D committed
[[package]]
name = "digest"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adfbc57365a37acbd2ebf2b64d7e69bb766e2fea813521ed536f5d0520dcf86c"
Stephen D's avatar
Stephen D committed
dependencies = [
 "block-buffer",
 "crypto-common",
Stephen D's avatar
Stephen D committed
]

Stephen D's avatar
Stephen D committed
[[package]]
name = "dotenv"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"

[[package]]
name = "either"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"

Stephen D's avatar
Stephen D committed
[[package]]
name = "encoding_rs"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
Stephen D's avatar
Stephen D committed
dependencies = [
 "cfg-if 1.0.0",
]

[[package]]
name = "fastrand"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
dependencies = [
 "instant",
]

Stephen D's avatar
Stephen D committed
[[package]]
name = "flate2"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
Stephen D's avatar
Stephen D committed
dependencies = [
 "crc32fast",
Stephen D's avatar
Stephen D committed
]

[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"

Stephen D's avatar
Stephen D committed
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
 "foreign-types-shared",
]

[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"

[[package]]
name = "form_urlencoded"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
Stephen D's avatar
Stephen D committed
dependencies = [
 "percent-encoding",
]

Stephen D's avatar
Stephen D committed
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
dependencies = [
 "bitflags",
 "fuchsia-zircon-sys",
]

[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"

[[package]]
name = "futures"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f21eda599937fba36daeb58a22e8f5cee2d14c4a17b5b7739c7c8e5e3b8230c"
Stephen D's avatar
Stephen D committed
dependencies = [
 "futures-channel",
 "futures-core",
 "futures-io",
 "futures-sink",
 "futures-task",
 "futures-util",
]

[[package]]
name = "futures-channel"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30bdd20c28fadd505d0fd6712cdfcb0d4b5648baf45faef7f852afb2399bb050"
Stephen D's avatar
Stephen D committed
dependencies = [
 "futures-core",
 "futures-sink",
]

[[package]]
name = "futures-core"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e5aa3de05362c3fb88de6531e6296e85cde7739cccad4b9dfeeb7f6ebce56bf"
Stephen D's avatar
Stephen D committed

[[package]]
name = "futures-io"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbf4d2a7a308fd4578637c0b17c7e1c7ba127b8f6ba00b29f717e9655d85eb68"
Stephen D's avatar
Stephen D committed

[[package]]
name = "futures-sink"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21b20ba5a92e727ba30e72834706623d94ac93a725410b6a6b6fbc1b07f7ba56"
Stephen D's avatar
Stephen D committed

[[package]]
name = "futures-task"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6508c467c73851293f390476d4491cf4d227dbabcd4170f3bb6044959b294f1"
Stephen D's avatar
Stephen D committed

[[package]]
name = "futures-util"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44fb6cb1be61cc1d2e43b262516aafcf63b241cffdb1d3fa115f91d9c7b09c90"
Stephen D's avatar
Stephen D committed
dependencies = [
 "futures-channel",
 "futures-core",
 "futures-io",
 "futures-sink",
 "futures-task",
 "memchr",
Stephen D's avatar
Stephen D committed
 "pin-utils",
 "slab",
]

[[package]]
name = "generic-array"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
Stephen D's avatar
Stephen D committed
dependencies = [
 "typenum",
 "version_check",
]

[[package]]
name = "getrandom"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
Stephen D's avatar
Stephen D committed
dependencies = [
Stephen D's avatar
Stephen D committed
 "libc",
 "wasi 0.9.0+wasi-snapshot-preview1",
]

Stephen D's avatar
Stephen D committed
[[package]]
name = "getrandom"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
Stephen D's avatar
Stephen D committed
dependencies = [
 "cfg-if 1.0.0",
 "libc",
 "wasi 0.11.0+wasi-snapshot-preview1",
Stephen D's avatar
Stephen D committed
]

Stephen D's avatar
Stephen D committed
[[package]]
name = "h2"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535"
dependencies = [
Stephen D's avatar
Stephen D committed
 "fnv",
 "futures-core",
 "futures-sink",
 "futures-util",
 "http",
 "indexmap",
 "slab",
 "tokio 0.2.25",
 "tokio-util 0.3.1",
Stephen D's avatar
Stephen D committed
 "tracing",
 "tracing-futures",
]

[[package]]
name = "h2"
version = "0.3.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ca32592cf21ac7ccab1825cd87f6c9b3d9022c44d086172ed0966bec8af30be"
dependencies = [
 "bytes 1.2.1",
 "fnv",
 "futures-core",
 "futures-sink",
 "futures-util",
 "http",
 "indexmap",
 "slab",
 "tokio 1.21.2",
 "tokio-util 0.7.4",
 "tracing",
]

Stephen D's avatar
Stephen D committed
[[package]]
name = "hashbrown"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
Stephen D's avatar
Stephen D committed

[[package]]
name = "hermit-abi"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
Stephen D's avatar
Stephen D committed
dependencies = [
 "libc",
]

[[package]]
name = "http"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
Stephen D's avatar
Stephen D committed
dependencies = [
Stephen D's avatar
Stephen D committed
 "fnv",
Stephen D's avatar
Stephen D committed
]

[[package]]
name = "http-body"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
dependencies = [
 "bytes 0.5.6",
 "http",
]

[[package]]
name = "http-body"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
dependencies = [
 "bytes 1.2.1",
Stephen D's avatar
Stephen D committed
 "http",
Stephen D's avatar
Stephen D committed
]

[[package]]
name = "httparse"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
Stephen D's avatar
Stephen D committed

[[package]]
name = "httpdate"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"

[[package]]
name = "httpdate"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"

Stephen D's avatar
Stephen D committed
[[package]]
name = "hyper"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb"
Stephen D's avatar
Stephen D committed
dependencies = [
Stephen D's avatar
Stephen D committed
 "futures-channel",
 "futures-core",
 "futures-util",
Stephen D's avatar
Stephen D committed
 "http",
Stephen D's avatar
Stephen D committed
 "httparse",
 "httpdate 0.3.2",
 "itoa 0.4.8",
 "pin-project",
 "socket2 0.3.19",
 "tokio 0.2.25",
Stephen D's avatar
Stephen D committed
 "tower-service",
 "tracing",
 "want",
]

[[package]]
name = "hyper"
version = "0.14.20"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac"
Stephen D's avatar
Stephen D committed
dependencies = [
 "bytes 1.2.1",
 "futures-channel",
 "futures-core",
Stephen D's avatar
Stephen D committed
 "futures-util",
 "h2 0.3.14",
 "http",
 "http-body 0.4.5",
 "httparse",
 "httpdate 1.0.2",
 "itoa 1.0.4",
 "pin-project-lite 0.2.9",
 "socket2 0.4.7",
 "tokio 1.21.2",
 "tower-service",
 "tracing",
 "want",
]

[[package]]
name = "hyper-rustls"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"
dependencies = [
 "http",
 "hyper 0.14.20",
Stephen D's avatar
Stephen D committed
 "rustls",
Stephen D's avatar
Stephen D committed
 "tokio-rustls",
]

Stephen D's avatar
Stephen D committed
[[package]]
name = "hyper-tls"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed"
dependencies = [
Stephen D's avatar
Stephen D committed
 "native-tls",
Stephen D's avatar
Stephen D committed
 "tokio-tls",
]

Stephen D's avatar
Stephen D committed
[[package]]
name = "idna"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
Stephen D's avatar
Stephen D committed
dependencies = [
 "unicode-bidi",
 "unicode-normalization",
]

[[package]]
name = "indexmap"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
Stephen D's avatar
Stephen D committed
dependencies = [
 "autocfg",
 "hashbrown",
]

[[package]]
name = "instant"
version = "0.1.12"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
Stephen D's avatar
Stephen D committed
dependencies = [
Stephen D's avatar
Stephen D committed
]

[[package]]
name = "iovec"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
dependencies = [
 "libc",
]

[[package]]
name = "ipnet"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"
Stephen D's avatar
Stephen D committed

[[package]]
name = "itertools"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
dependencies = [
 "either",
]

Stephen D's avatar
Stephen D committed
[[package]]
name = "itoa"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"

[[package]]
name = "itoa"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"
Stephen D's avatar
Stephen D committed

[[package]]
name = "js-sys"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
Stephen D's avatar
Stephen D committed
dependencies = [
 "wasm-bindgen",
]

[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
dependencies = [
 "winapi 0.2.8",
 "winapi-build",
]

[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"

[[package]]
name = "libc"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "329c933548736bc49fd575ee68c89e8be4d260064184389a5b77517cddd99ffb"
Stephen D's avatar
Stephen D committed

[[package]]
name = "lock_api"
version = "0.4.9"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
Stephen D's avatar
Stephen D committed
dependencies = [
Stephen D's avatar
Stephen D committed
]

[[package]]
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
dependencies = [
 "cfg-if 1.0.0",
]
Stephen D's avatar
Stephen D committed

[[package]]
name = "memchr"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
Stephen D's avatar
Stephen D committed

[[package]]
name = "mime"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"

[[package]]
name = "mime_guess"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
Stephen D's avatar
Stephen D committed
dependencies = [
 "mime",
 "unicase",
]

Stephen D's avatar
Stephen D committed
[[package]]
name = "miniz_oxide"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
dependencies = [
 "adler32",
]

Stephen D's avatar
Stephen D committed
[[package]]
name = "miniz_oxide"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"
Stephen D's avatar
Stephen D committed
dependencies = [
 "adler",
]

[[package]]
name = "mio"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
Stephen D's avatar
Stephen D committed
dependencies = [
 "cfg-if 0.1.10",
 "fuchsia-zircon",
 "fuchsia-zircon-sys",
 "iovec",
 "kernel32-sys",
 "libc",
 "log",
Stephen D's avatar
Stephen D committed
 "net2",
 "slab",
 "winapi 0.2.8",
]

[[package]]
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"
Stephen D's avatar
Stephen D committed
dependencies = [
 "libc",
 "log",
 "wasi 0.11.0+wasi-snapshot-preview1",
 "windows-sys",
Stephen D's avatar
Stephen D committed
]

[[package]]
name = "miow"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
Stephen D's avatar
Stephen D committed
dependencies = [
 "kernel32-sys",
 "net2",
 "winapi 0.2.8",
 "ws2_32-sys",
]

Stephen D's avatar
Stephen D committed
[[package]]
name = "native-tls"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9"
Stephen D's avatar
Stephen D committed
dependencies = [
 "lazy_static",
 "libc",
 "log",
 "openssl",
 "openssl-probe",
 "openssl-sys",
 "schannel",
 "security-framework",
 "security-framework-sys",
 "tempfile",
]

Stephen D's avatar
Stephen D committed
[[package]]
name = "net2"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
Stephen D's avatar
Stephen D committed
dependencies = [
 "cfg-if 0.1.10",
 "libc",
 "winapi 0.3.9",
]

Stephen D's avatar
Stephen D committed
[[package]]
name = "nodrop"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"

Stephen D's avatar
Stephen D committed
[[package]]
name = "num-bigint"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
dependencies = [
 "autocfg",
 "num-integer",
Stephen D's avatar
Stephen D committed
[[package]]
name = "num-derive"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eafd0b45c5537c3ba526f79d3e75120036502bebacbb3f3220914067ce39dbf2"
dependencies = [
 "proc-macro2 0.4.30",
 "quote 0.6.13",
 "syn 0.15.44",
]

Stephen D's avatar
Stephen D committed
[[package]]
name = "num-integer"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
Stephen D's avatar
Stephen D committed
dependencies = [
 "autocfg",
Stephen D's avatar
Stephen D committed
]

[[package]]
name = "num-traits"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31"
dependencies = [
Stephen D's avatar
Stephen D committed
]

[[package]]
name = "num-traits"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
Stephen D's avatar
Stephen D committed
dependencies = [
 "autocfg",
]

[[package]]
name = "num_cpus"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
Stephen D's avatar
Stephen D committed
dependencies = [
 "hermit-abi",
 "libc",
]

[[package]]
name = "num_threads"
version = "0.1.6"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
dependencies = [
 "libc",
]
Stephen D's avatar
Stephen D committed

[[package]]
name = "once_cell"
version = "1.15.0"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1"
Stephen D's avatar
Stephen D committed

Stephen D's avatar
Stephen D committed
[[package]]
name = "openssl"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12fc0523e3bd51a692c8850d075d74dc062ccf251c0110668cbd921917118a13"
Stephen D's avatar
Stephen D committed
dependencies = [
 "bitflags",
 "cfg-if 1.0.0",
 "foreign-types",
 "libc",
Stephen D's avatar
Stephen D committed
 "openssl-sys",
]

[[package]]
name = "openssl-macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
dependencies = [
 "proc-macro2 1.0.46",
 "quote 1.0.21",
 "syn 1.0.102",
]

Stephen D's avatar
Stephen D committed
[[package]]
name = "openssl-probe"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
Stephen D's avatar
Stephen D committed

[[package]]
name = "openssl-sys"
Stephen D's avatar
Stephen D committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5230151e44c0f05157effb743e8d517472843121cf9243e8b81393edb5acd9ce"
Stephen D's avatar
Stephen D committed
dependencies = [
 "autocfg",
 "cc",
 "libc",
 "pkg-config",
 "vcpkg",
]

Stephen D's avatar
Stephen D committed
[[package]]
name = "ordered-float"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7eb5259643245d3f292c7a146b2df53bba24d7eab159410e648eb73dc164669d"
dependencies = [
 "num-traits 0.1.43",
 "unreachable",
]

[[package]]
name = "ordered-float"
version = "2.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87"
dependencies = [
 "num-traits 0.2.15",
]

[[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.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
dependencies = [