1
0
Fork 0
mirror of https://github.com/SinTan1729/chhoto-url synced 2024-10-16 21:33:54 -05:00
chhoto-url/actix/Cargo.lock

1723 lines
43 KiB
Text
Raw Normal View History

2023-04-02 16:53:55 -05:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "actix-codec"
2024-03-04 17:05:34 -06:00
version = "0.5.2"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "5f7b0a21988c1bf877cf4759ef5ddaac04c1c9fe808c9142ecb78ba97d97a28a"
2023-04-02 16:53:55 -05:00
dependencies = [
2024-05-06 16:41:31 -05:00
"bitflags",
2023-04-02 16:53:55 -05:00
"bytes",
"futures-core",
"futures-sink",
"memchr",
"pin-project-lite",
"tokio",
"tokio-util",
2024-03-04 17:05:34 -06:00
"tracing",
2023-04-02 16:53:55 -05:00
]
[[package]]
name = "actix-files"
2024-02-08 10:04:12 -06:00
version = "0.6.5"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-08 10:04:12 -06:00
checksum = "bf0bdd6ff79de7c9a021f5d9ea79ce23e108d8bfc9b49b5b4a2cf6fad5a35212"
2023-04-02 16:53:55 -05:00
dependencies = [
"actix-http",
"actix-service",
"actix-utils",
"actix-web",
2024-05-06 16:41:31 -05:00
"bitflags",
2023-04-02 16:53:55 -05:00
"bytes",
"derive_more",
"futures-core",
"http-range",
"log",
"mime",
"mime_guess",
"percent-encoding",
"pin-project-lite",
2024-02-08 10:04:12 -06:00
"v_htmlescape",
2023-04-02 16:53:55 -05:00
]
[[package]]
name = "actix-http"
2024-02-08 10:04:12 -06:00
version = "3.6.0"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-08 10:04:12 -06:00
checksum = "d223b13fd481fc0d1f83bb12659ae774d9e3601814c68a0bc539731698cca743"
2023-04-02 16:53:55 -05:00
dependencies = [
"actix-codec",
"actix-rt",
"actix-service",
"actix-utils",
2024-03-04 17:05:34 -06:00
"ahash",
"base64 0.21.7",
2024-05-06 16:41:31 -05:00
"bitflags",
2023-04-02 16:53:55 -05:00
"brotli",
"bytes",
"bytestring",
"derive_more",
"encoding_rs",
"flate2",
"futures-core",
"h2",
"http",
"httparse",
"httpdate",
"itoa",
"language-tags",
"local-channel",
"mime",
"percent-encoding",
"pin-project-lite",
"rand",
"sha1",
"smallvec",
"tokio",
"tokio-util",
"tracing",
"zstd",
]
[[package]]
name = "actix-macros"
2024-03-04 17:05:34 -06:00
version = "0.2.4"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb"
2023-04-02 16:53:55 -05:00
dependencies = [
"quote",
2024-05-06 16:41:31 -05:00
"syn 2.0.60",
2023-04-02 16:53:55 -05:00
]
[[package]]
name = "actix-router"
2024-03-04 17:05:34 -06:00
version = "0.5.2"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "d22475596539443685426b6bdadb926ad0ecaefdfc5fb05e5e3441f15463c511"
2023-04-02 16:53:55 -05:00
dependencies = [
"bytestring",
"http",
"regex",
"serde",
"tracing",
]
[[package]]
name = "actix-rt"
2024-03-04 17:05:34 -06:00
version = "2.9.0"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "28f32d40287d3f402ae0028a9d54bef51af15c8769492826a69d28f81893151d"
2023-04-02 16:53:55 -05:00
dependencies = [
"futures-core",
"tokio",
]
[[package]]
name = "actix-server"
2024-03-04 17:05:34 -06:00
version = "2.3.0"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "3eb13e7eef0423ea6eab0e59f6c72e7cb46d33691ad56a726b3cd07ddec2c2d4"
2023-04-02 16:53:55 -05:00
dependencies = [
"actix-rt",
"actix-service",
"actix-utils",
"futures-core",
"futures-util",
"mio",
2024-03-04 17:05:34 -06:00
"socket2",
2023-04-02 16:53:55 -05:00
"tokio",
"tracing",
]
[[package]]
name = "actix-service"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a"
dependencies = [
"futures-core",
"paste",
"pin-project-lite",
]
2023-04-08 02:52:16 -05:00
[[package]]
name = "actix-session"
2024-02-08 10:04:12 -06:00
version = "0.9.0"
2023-04-08 02:52:16 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-08 10:04:12 -06:00
checksum = "b671404ec72194d8af58c2bdaf51e3c477a0595056bd5010148405870dda8df2"
2023-04-08 02:52:16 -05:00
dependencies = [
"actix-service",
"actix-utils",
"actix-web",
"anyhow",
"derive_more",
"serde",
"serde_json",
"tracing",
]
2023-04-02 16:53:55 -05:00
[[package]]
name = "actix-utils"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88a1dcdff1466e3c2488e1cb5c36a71822750ad43839937f85d2f4d9f8b705d8"
dependencies = [
"local-waker",
"pin-project-lite",
]
[[package]]
name = "actix-web"
2024-02-08 10:04:12 -06:00
version = "4.5.1"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-08 10:04:12 -06:00
checksum = "43a6556ddebb638c2358714d853257ed226ece6023ef9364f23f0c70737ea984"
2023-04-02 16:53:55 -05:00
dependencies = [
"actix-codec",
"actix-http",
"actix-macros",
"actix-router",
"actix-rt",
"actix-server",
"actix-service",
"actix-utils",
"actix-web-codegen",
2024-03-04 17:05:34 -06:00
"ahash",
2023-04-02 16:53:55 -05:00
"bytes",
"bytestring",
"cfg-if",
"cookie",
"derive_more",
"encoding_rs",
"futures-core",
"futures-util",
"itoa",
"language-tags",
"log",
"mime",
"once_cell",
"pin-project-lite",
"regex",
"serde",
"serde_json",
"serde_urlencoded",
"smallvec",
2024-03-04 17:05:34 -06:00
"socket2",
2023-04-02 16:53:55 -05:00
"time",
"url",
]
[[package]]
name = "actix-web-codegen"
2024-03-04 17:05:34 -06:00
version = "4.2.2"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "eb1f50ebbb30eca122b188319a4398b3f7bb4a8cdf50ecfb73bfc6a3c3ce54f5"
2023-04-02 16:53:55 -05:00
dependencies = [
"actix-router",
"proc-macro2",
"quote",
2024-05-06 16:41:31 -05:00
"syn 2.0.60",
2024-03-04 17:05:34 -06:00
]
[[package]]
name = "addr2line"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
dependencies = [
"gimli",
2023-04-02 16:53:55 -05:00
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2023-04-08 02:52:16 -05:00
[[package]]
name = "aead"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
dependencies = [
"crypto-common",
"generic-array",
]
[[package]]
name = "aes"
2024-03-04 17:05:34 -06:00
version = "0.8.4"
2023-04-08 02:52:16 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
2023-04-08 02:52:16 -05:00
dependencies = [
"cfg-if",
"cipher",
"cpufeatures",
]
[[package]]
name = "aes-gcm"
version = "0.10.3"
2023-04-08 02:52:16 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1"
2023-04-08 02:52:16 -05:00
dependencies = [
"aead",
"aes",
"cipher",
"ctr",
"ghash",
"subtle",
]
2023-04-02 16:53:55 -05:00
[[package]]
name = "ahash"
2024-03-04 17:05:34 -06:00
version = "0.8.11"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
2023-04-02 16:53:55 -05:00
dependencies = [
"cfg-if",
"getrandom",
"once_cell",
"version_check",
2024-03-04 17:05:34 -06:00
"zerocopy",
2023-04-02 16:53:55 -05:00
]
[[package]]
name = "aho-corasick"
2024-03-28 13:28:28 -05:00
version = "1.1.3"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-28 13:28:28 -05:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2023-04-02 16:53:55 -05:00
dependencies = [
"memchr",
]
[[package]]
name = "alloc-no-stdlib"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
[[package]]
name = "alloc-stdlib"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
dependencies = [
"alloc-no-stdlib",
]
2024-03-04 17:05:34 -06:00
[[package]]
name = "allocator-api2"
2024-05-06 16:41:31 -05:00
version = "0.2.18"
2024-03-04 17:05:34 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-06 16:41:31 -05:00
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
2024-03-04 17:05:34 -06:00
2023-04-08 02:52:16 -05:00
[[package]]
2024-02-08 10:04:12 -06:00
name = "anstream"
2024-05-06 16:41:31 -05:00
version = "0.6.14"
2023-04-08 02:52:16 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-06 16:41:31 -05:00
checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b"
2024-02-08 10:04:12 -06:00
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
2024-05-06 16:41:31 -05:00
"is_terminal_polyfill",
2024-02-08 10:04:12 -06:00
"utf8parse",
]
2023-04-08 02:52:16 -05:00
2023-04-02 16:53:55 -05:00
[[package]]
2024-02-08 10:04:12 -06:00
name = "anstyle"
2024-05-06 16:41:31 -05:00
version = "1.0.7"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-06 16:41:31 -05:00
checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
2023-04-02 16:53:55 -05:00
2023-04-08 02:52:16 -05:00
[[package]]
2024-02-08 10:04:12 -06:00
name = "anstyle-parse"
2024-05-06 16:41:31 -05:00
version = "0.2.4"
2023-04-08 02:52:16 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-06 16:41:31 -05:00
checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4"
2023-04-08 02:52:16 -05:00
dependencies = [
2024-02-08 10:04:12 -06:00
"utf8parse",
]
[[package]]
name = "anstyle-query"
2024-05-06 16:41:31 -05:00
version = "1.0.3"
2024-02-08 10:04:12 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-06 16:41:31 -05:00
checksum = "a64c907d4e79225ac72e2a354c9ce84d50ebb4586dee56c82b3ee73004f537f5"
2024-02-08 10:04:12 -06:00
dependencies = [
"windows-sys 0.52.0",
]
[[package]]
name = "anstyle-wincon"
2024-05-06 16:41:31 -05:00
version = "3.0.3"
2024-02-08 10:04:12 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-06 16:41:31 -05:00
checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19"
2024-02-08 10:04:12 -06:00
dependencies = [
"anstyle",
"windows-sys 0.52.0",
2023-04-08 02:52:16 -05:00
]
2024-02-08 10:04:12 -06:00
[[package]]
name = "anyhow"
2024-05-06 16:41:31 -05:00
version = "1.0.83"
2024-02-08 10:04:12 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-06 16:41:31 -05:00
checksum = "25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3"
2024-02-08 10:04:12 -06:00
2023-04-02 16:53:55 -05:00
[[package]]
name = "autocfg"
2024-05-06 16:41:31 -05:00
version = "1.3.0"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-06 16:41:31 -05:00
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
2023-04-02 16:53:55 -05:00
2024-03-04 17:05:34 -06:00
[[package]]
name = "backtrace"
2024-03-28 13:28:28 -05:00
version = "0.3.71"
2024-03-04 17:05:34 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-28 13:28:28 -05:00
checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
2024-03-04 17:05:34 -06:00
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
2023-04-08 02:52:16 -05:00
[[package]]
name = "base64"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ea22880d78093b0cbe17c89f64a7d457941e65759157ec6cb31a31d652b05e5"
2023-04-02 16:53:55 -05:00
[[package]]
name = "base64"
2024-03-04 17:05:34 -06:00
version = "0.21.7"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
2023-04-02 16:53:55 -05:00
2023-04-03 15:46:22 -05:00
[[package]]
name = "bitflags"
2024-03-28 13:28:28 -05:00
version = "2.5.0"
2023-04-03 15:46:22 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-28 13:28:28 -05:00
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
2023-04-03 15:46:22 -05:00
2023-04-02 16:53:55 -05:00
[[package]]
name = "block-buffer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
[[package]]
name = "brotli"
2024-03-18 01:23:45 -05:00
version = "3.5.0"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-18 01:23:45 -05:00
checksum = "d640d25bc63c50fb1f0b545ffd80207d2e10a4c965530809b40ba3386825c391"
2023-04-02 16:53:55 -05:00
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
"brotli-decompressor",
]
[[package]]
name = "brotli-decompressor"
2024-03-04 17:05:34 -06:00
version = "2.5.1"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f"
2023-04-02 16:53:55 -05:00
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
]
[[package]]
name = "bytes"
2024-03-28 13:28:28 -05:00
version = "1.6.0"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-28 13:28:28 -05:00
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
2023-04-02 16:53:55 -05:00
[[package]]
name = "bytestring"
2024-03-04 17:05:34 -06:00
version = "1.3.1"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "74d80203ea6b29df88012294f62733de21cfeab47f17b41af3a38bc30a03ee72"
2023-04-02 16:53:55 -05:00
dependencies = [
"bytes",
]
[[package]]
name = "cc"
2024-05-06 16:41:31 -05:00
version = "1.0.97"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-06 16:41:31 -05:00
checksum = "099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4"
2023-04-02 16:53:55 -05:00
dependencies = [
"jobserver",
2024-03-04 17:05:34 -06:00
"libc",
2024-05-06 16:41:31 -05:00
"once_cell",
2023-04-02 16:53:55 -05:00
]
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chhoto-url"
2024-04-10 14:47:31 -05:00
version = "5.2.5"
dependencies = [
"actix-files",
"actix-session",
"actix-web",
"env_logger",
2024-03-31 00:38:42 -05:00
"nanoid",
"rand",
"regex",
"rusqlite",
"serde",
"serde_json",
]
2023-04-08 02:52:16 -05:00
[[package]]
name = "cipher"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
dependencies = [
"crypto-common",
"inout",
]
2024-02-08 10:04:12 -06:00
[[package]]
name = "colorchoice"
2024-05-06 16:41:31 -05:00
version = "1.0.1"
2024-02-08 10:04:12 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-06 16:41:31 -05:00
checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
2024-02-08 10:04:12 -06:00
2023-04-02 16:53:55 -05:00
[[package]]
name = "convert_case"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
[[package]]
name = "cookie"
version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb"
dependencies = [
2023-04-08 02:52:16 -05:00
"aes-gcm",
"base64 0.20.0",
"hkdf",
"hmac",
2023-04-02 16:53:55 -05:00
"percent-encoding",
2023-04-08 02:52:16 -05:00
"rand",
"sha2",
"subtle",
2023-04-02 16:53:55 -05:00
"time",
"version_check",
]
[[package]]
name = "cpufeatures"
2024-03-04 17:05:34 -06:00
version = "0.2.12"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
2023-04-02 16:53:55 -05:00
dependencies = [
"libc",
]
[[package]]
name = "crc32fast"
2024-03-04 17:05:34 -06:00
version = "1.4.0"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
2023-04-02 16:53:55 -05:00
dependencies = [
"cfg-if",
]
[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
2023-04-08 02:52:16 -05:00
"rand_core",
2023-04-02 16:53:55 -05:00
"typenum",
]
2023-04-08 02:52:16 -05:00
[[package]]
name = "ctr"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
dependencies = [
"cipher",
]
2024-03-04 17:05:34 -06:00
[[package]]
name = "deranged"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
dependencies = [
"powerfmt",
]
2023-04-02 16:53:55 -05:00
[[package]]
name = "derive_more"
version = "0.99.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
dependencies = [
"convert_case",
"proc-macro2",
"quote",
"rustc_version",
2024-03-04 17:05:34 -06:00
"syn 1.0.109",
2023-04-02 16:53:55 -05:00
]
[[package]]
name = "digest"
2024-03-04 17:05:34 -06:00
version = "0.10.7"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2023-04-02 16:53:55 -05:00
dependencies = [
"block-buffer",
"crypto-common",
2023-04-08 02:52:16 -05:00
"subtle",
2023-04-02 16:53:55 -05:00
]
[[package]]
name = "encoding_rs"
2024-04-10 14:43:34 -05:00
version = "0.8.34"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-10 14:43:34 -05:00
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
2023-04-02 16:53:55 -05:00
dependencies = [
"cfg-if",
]
2023-04-10 11:51:20 -05:00
[[package]]
2024-02-08 10:04:12 -06:00
name = "env_filter"
version = "0.1.0"
2023-04-10 11:51:20 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-08 10:04:12 -06:00
checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea"
2023-04-10 11:51:20 -05:00
dependencies = [
"log",
"regex",
]
[[package]]
2024-02-08 10:04:12 -06:00
name = "env_logger"
2024-03-13 18:59:46 -05:00
version = "0.11.3"
2023-04-10 11:51:20 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-13 18:59:46 -05:00
checksum = "38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9"
2023-04-10 11:51:20 -05:00
dependencies = [
2024-02-08 10:04:12 -06:00
"anstream",
"anstyle",
"env_filter",
"humantime",
"log",
2023-04-10 11:51:20 -05:00
]
[[package]]
2024-02-08 10:04:12 -06:00
name = "equivalent"
version = "1.0.1"
2023-04-10 11:51:20 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-08 10:04:12 -06:00
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2023-04-10 11:51:20 -05:00
2023-04-03 15:46:22 -05:00
[[package]]
name = "fallible-iterator"
2024-02-08 10:04:12 -06:00
version = "0.3.0"
2023-04-03 15:46:22 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-08 10:04:12 -06:00
checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
2023-04-03 15:46:22 -05:00
[[package]]
name = "fallible-streaming-iterator"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
2023-04-02 16:53:55 -05:00
[[package]]
name = "flate2"
2024-05-06 16:41:31 -05:00
version = "1.0.30"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-06 16:41:31 -05:00
checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
2023-04-02 16:53:55 -05:00
dependencies = [
"crc32fast",
"miniz_oxide",
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "form_urlencoded"
2024-03-04 17:05:34 -06:00
version = "1.2.1"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
2023-04-02 16:53:55 -05:00
dependencies = [
"percent-encoding",
]
[[package]]
name = "futures-core"
2024-03-04 17:05:34 -06:00
version = "0.3.30"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
2023-04-02 16:53:55 -05:00
[[package]]
name = "futures-sink"
2024-03-04 17:05:34 -06:00
version = "0.3.30"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
2023-04-02 16:53:55 -05:00
[[package]]
name = "futures-task"
2024-03-04 17:05:34 -06:00
version = "0.3.30"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
2023-04-02 16:53:55 -05:00
[[package]]
name = "futures-util"
2024-03-04 17:05:34 -06:00
version = "0.3.30"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
2023-04-02 16:53:55 -05:00
dependencies = [
"futures-core",
"futures-task",
"pin-project-lite",
"pin-utils",
]
[[package]]
name = "generic-array"
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
2024-05-06 16:41:31 -05:00
version = "0.2.15"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-06 16:41:31 -05:00
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
2023-04-02 16:53:55 -05:00
dependencies = [
"cfg-if",
"libc",
"wasi",
]
2023-04-08 02:52:16 -05:00
[[package]]
name = "ghash"
2024-03-04 17:05:34 -06:00
version = "0.5.1"
2023-04-08 02:52:16 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1"
2023-04-08 02:52:16 -05:00
dependencies = [
"opaque-debug",
"polyval",
]
2024-03-04 17:05:34 -06:00
[[package]]
name = "gimli"
version = "0.28.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
2023-04-02 16:53:55 -05:00
[[package]]
name = "h2"
version = "0.3.26"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
2023-04-02 16:53:55 -05:00
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "hashbrown"
2024-05-06 16:41:31 -05:00
version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-06 16:41:31 -05:00
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2023-04-03 15:46:22 -05:00
dependencies = [
2024-03-04 17:05:34 -06:00
"ahash",
"allocator-api2",
2023-04-03 15:46:22 -05:00
]
2023-04-02 16:53:55 -05:00
[[package]]
2024-03-04 17:05:34 -06:00
name = "hashlink"
2024-03-15 23:14:28 -05:00
version = "0.9.0"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-15 23:14:28 -05:00
checksum = "692eaaf7f7607518dd3cef090f1474b61edc5301d8012f09579920df68b725ee"
2023-04-02 16:53:55 -05:00
dependencies = [
2024-03-04 17:05:34 -06:00
"hashbrown",
2023-04-02 16:53:55 -05:00
]
2023-04-08 02:52:16 -05:00
[[package]]
name = "hkdf"
2024-03-04 17:05:34 -06:00
version = "0.12.4"
2023-04-08 02:52:16 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
2023-04-08 02:52:16 -05:00
dependencies = [
"hmac",
]
[[package]]
name = "hmac"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
"digest",
]
2023-04-02 16:53:55 -05:00
[[package]]
name = "http"
2024-03-04 17:05:34 -06:00
version = "0.2.12"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
2023-04-02 16:53:55 -05:00
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-range"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573"
[[package]]
name = "httparse"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
[[package]]
name = "httpdate"
2024-03-04 17:05:34 -06:00
version = "1.0.3"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2023-04-02 16:53:55 -05:00
2023-04-10 11:51:20 -05:00
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2023-04-02 16:53:55 -05:00
[[package]]
name = "idna"
2024-03-04 17:05:34 -06:00
version = "0.5.0"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
2023-04-02 16:53:55 -05:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "indexmap"
2024-03-28 13:28:28 -05:00
version = "2.2.6"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-28 13:28:28 -05:00
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
2023-04-02 16:53:55 -05:00
dependencies = [
"equivalent",
2024-03-04 17:05:34 -06:00
"hashbrown",
2023-04-02 16:53:55 -05:00
]
2023-04-08 02:52:16 -05:00
[[package]]
name = "inout"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
dependencies = [
"generic-array",
]
2024-05-06 16:41:31 -05:00
[[package]]
name = "is_terminal_polyfill"
version = "1.70.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
2023-04-02 16:53:55 -05:00
[[package]]
name = "itoa"
2024-03-28 13:28:28 -05:00
version = "1.0.11"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-28 13:28:28 -05:00
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
2023-04-02 16:53:55 -05:00
[[package]]
name = "jobserver"
2024-05-06 16:41:31 -05:00
version = "0.1.31"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-06 16:41:31 -05:00
checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e"
2023-04-02 16:53:55 -05:00
dependencies = [
"libc",
]
[[package]]
name = "language-tags"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
[[package]]
name = "libc"
2024-05-06 16:41:31 -05:00
version = "0.2.154"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-06 16:41:31 -05:00
checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346"
2023-04-02 16:53:55 -05:00
2023-04-03 15:46:22 -05:00
[[package]]
name = "libsqlite3-sys"
2024-03-15 23:14:28 -05:00
version = "0.28.0"
2023-04-03 15:46:22 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-15 23:14:28 -05:00
checksum = "0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f"
2023-04-03 15:46:22 -05:00
dependencies = [
"cc",
2023-04-03 15:46:22 -05:00
"pkg-config",
"vcpkg",
]
2023-04-02 16:53:55 -05:00
[[package]]
name = "local-channel"
2024-03-04 17:05:34 -06:00
version = "0.1.5"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "b6cbc85e69b8df4b8bb8b89ec634e7189099cea8927a276b7384ce5488e53ec8"
2023-04-02 16:53:55 -05:00
dependencies = [
"futures-core",
"futures-sink",
"local-waker",
]
[[package]]
name = "local-waker"
2024-03-04 17:05:34 -06:00
version = "0.1.4"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "4d873d7c67ce09b42110d801813efbc9364414e356be9935700d368351657487"
2023-04-02 16:53:55 -05:00
[[package]]
name = "lock_api"
2024-05-06 16:41:31 -05:00
version = "0.4.12"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-06 16:41:31 -05:00
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2023-04-02 16:53:55 -05:00
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
2024-03-04 17:05:34 -06:00
version = "0.4.21"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
2023-04-02 16:53:55 -05:00
[[package]]
name = "memchr"
2024-03-28 13:28:28 -05:00
version = "2.7.2"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-28 13:28:28 -05:00
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
2023-04-02 16:53:55 -05: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",
]
[[package]]
name = "miniz_oxide"
2024-03-04 17:05:34 -06:00
version = "0.7.2"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
2023-04-02 16:53:55 -05:00
dependencies = [
"adler",
]
[[package]]
name = "mio"
version = "0.8.11"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
2023-04-02 16:53:55 -05:00
dependencies = [
"libc",
"log",
"wasi",
"windows-sys 0.48.0",
2023-04-02 16:53:55 -05:00
]
2024-03-31 00:38:42 -05:00
[[package]]
name = "nanoid"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
dependencies = [
"rand",
]
2023-04-02 16:53:55 -05:00
[[package]]
2024-03-04 17:05:34 -06:00
name = "num-conv"
version = "0.1.0"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
[[package]]
name = "object"
version = "0.32.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
2023-04-02 16:53:55 -05:00
dependencies = [
2024-03-04 17:05:34 -06:00
"memchr",
2023-04-02 16:53:55 -05:00
]
[[package]]
name = "once_cell"
2024-03-04 17:05:34 -06:00
version = "1.19.0"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2023-04-02 16:53:55 -05:00
2023-04-08 02:52:16 -05:00
[[package]]
name = "opaque-debug"
2024-03-04 17:05:34 -06:00
version = "0.3.1"
2023-04-08 02:52:16 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
2023-04-08 02:52:16 -05:00
2023-04-02 16:53:55 -05:00
[[package]]
name = "parking_lot"
2024-05-06 16:41:31 -05:00
version = "0.12.2"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-06 16:41:31 -05:00
checksum = "7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb"
2023-04-02 16:53:55 -05:00
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2024-05-06 16:41:31 -05:00
version = "0.9.10"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-06 16:41:31 -05:00
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2023-04-02 16:53:55 -05:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
2024-05-06 16:41:31 -05:00
"windows-targets 0.52.5",
2023-04-02 16:53:55 -05:00
]
[[package]]
name = "paste"
2024-03-04 17:05:34 -06:00
version = "1.0.14"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
2023-04-02 16:53:55 -05:00
[[package]]
name = "percent-encoding"
2024-03-04 17:05:34 -06:00
version = "2.3.1"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2023-04-02 16:53:55 -05:00
[[package]]
name = "pin-project-lite"
2024-03-31 00:59:58 -05:00
version = "0.2.14"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-31 00:59:58 -05:00
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
2023-04-02 16:53:55 -05:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
2024-03-04 17:05:34 -06:00
version = "0.3.30"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
2023-04-02 16:53:55 -05:00
2023-04-08 02:52:16 -05:00
[[package]]
name = "polyval"
2024-03-04 17:05:34 -06:00
version = "0.6.2"
2023-04-08 02:52:16 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25"
2023-04-08 02:52:16 -05:00
dependencies = [
"cfg-if",
"cpufeatures",
"opaque-debug",
"universal-hash",
]
2024-03-04 17:05:34 -06:00
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2023-04-02 16:53:55 -05:00
[[package]]
name = "ppv-lite86"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
[[package]]
name = "proc-macro2"
2024-05-06 16:41:31 -05:00
version = "1.0.81"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-06 16:41:31 -05:00
checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba"
2023-04-02 16:53:55 -05:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
2024-04-10 14:43:34 -05:00
version = "1.0.36"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-10 14:43:34 -05:00
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
2023-04-02 16:53:55 -05:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
]
[[package]]
name = "redox_syscall"
2024-05-06 16:41:31 -05:00
version = "0.5.1"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-06 16:41:31 -05:00
checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e"
2023-04-02 16:53:55 -05:00
dependencies = [
2024-05-06 16:41:31 -05:00
"bitflags",
2023-04-02 16:53:55 -05:00
]
[[package]]
name = "regex"
2024-03-28 13:28:28 -05:00
version = "1.10.4"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-28 13:28:28 -05:00
checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
2023-09-22 15:08:12 -05:00
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
2024-03-04 17:05:34 -06:00
version = "0.4.6"
2023-09-22 15:08:12 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
2023-04-02 16:53:55 -05:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2024-03-28 13:28:28 -05:00
version = "0.8.3"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-28 13:28:28 -05:00
checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
2023-04-02 16:53:55 -05:00
2023-04-03 15:46:22 -05:00
[[package]]
name = "rusqlite"
2024-03-15 23:14:28 -05:00
version = "0.31.0"
2023-04-03 15:46:22 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-15 23:14:28 -05:00
checksum = "b838eba278d213a8beaf485bd313fd580ca4505a00d5871caeb1457c55322cae"
2023-04-03 15:46:22 -05:00
dependencies = [
2024-05-06 16:41:31 -05:00
"bitflags",
2023-04-03 15:46:22 -05:00
"fallible-iterator",
"fallible-streaming-iterator",
"hashlink",
"libsqlite3-sys",
"smallvec",
]
2024-03-04 17:05:34 -06:00
[[package]]
name = "rustc-demangle"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2023-04-02 16:53:55 -05:00
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
"semver",
]
[[package]]
name = "ryu"
2024-03-04 17:05:34 -06:00
version = "1.0.17"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
2023-04-02 16:53:55 -05:00
[[package]]
name = "scopeguard"
2024-03-04 17:05:34 -06:00
version = "1.2.0"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2023-04-02 16:53:55 -05:00
[[package]]
name = "semver"
2024-03-04 17:05:34 -06:00
version = "1.0.22"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca"
2023-04-02 16:53:55 -05:00
[[package]]
name = "serde"
2024-05-06 16:41:31 -05:00
version = "1.0.200"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-06 16:41:31 -05:00
checksum = "ddc6f9cc94d67c0e21aaf7eda3a010fd3af78ebf6e096aa6e2e13c79749cce4f"
2024-03-04 17:05:34 -06:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2024-05-06 16:41:31 -05:00
version = "1.0.200"
2024-03-04 17:05:34 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-06 16:41:31 -05:00
checksum = "856f046b9400cee3c8c94ed572ecdb752444c24528c035cd35882aad6f492bcb"
2024-03-04 17:05:34 -06:00
dependencies = [
"proc-macro2",
"quote",
2024-05-06 16:41:31 -05:00
"syn 2.0.60",
2024-03-04 17:05:34 -06:00
]
2023-04-02 16:53:55 -05:00
[[package]]
name = "serde_json"
2024-05-06 16:41:31 -05:00
version = "1.0.116"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-06 16:41:31 -05:00
checksum = "3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813"
2023-04-02 16:53:55 -05:00
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",
]
[[package]]
name = "sha1"
2024-03-04 17:05:34 -06:00
version = "0.10.6"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2023-04-02 16:53:55 -05:00
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
2023-04-08 02:52:16 -05:00
[[package]]
name = "sha2"
2024-03-04 17:05:34 -06:00
version = "0.10.8"
2023-04-08 02:52:16 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
2023-04-08 02:52:16 -05:00
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
2023-04-02 16:53:55 -05:00
[[package]]
name = "signal-hook-registry"
2024-05-06 16:41:31 -05:00
version = "1.4.2"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-06 16:41:31 -05:00
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
2023-04-02 16:53:55 -05:00
dependencies = [
"libc",
]
[[package]]
name = "slab"
2024-03-04 17:05:34 -06:00
version = "0.4.9"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2023-04-02 16:53:55 -05:00
dependencies = [
"autocfg",
]
[[package]]
name = "smallvec"
2024-03-28 13:28:28 -05:00
version = "1.13.2"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-28 13:28:28 -05:00
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2023-04-02 16:53:55 -05:00
[[package]]
name = "socket2"
2024-05-06 16:41:31 -05:00
version = "0.5.7"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-06 16:41:31 -05:00
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
2023-04-02 16:53:55 -05:00
dependencies = [
"libc",
2024-03-04 17:05:34 -06:00
"windows-sys 0.52.0",
2023-09-22 15:08:12 -05:00
]
2023-04-08 02:52:16 -05:00
[[package]]
name = "subtle"
2024-03-04 17:05:34 -06:00
version = "2.5.0"
2023-04-08 02:52:16 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
2023-04-08 02:52:16 -05:00
2023-04-02 16:53:55 -05:00
[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2024-03-04 17:05:34 -06:00
[[package]]
name = "syn"
2024-05-06 16:41:31 -05:00
version = "2.0.60"
2024-03-04 17:05:34 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-06 16:41:31 -05:00
checksum = "909518bc7b1c9b779f1bbf07f2929d35af9f0f37e47c6e9ef7f9dddc1e1821f3"
2024-03-04 17:05:34 -06:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2023-04-02 16:53:55 -05:00
[[package]]
name = "time"
2024-05-06 16:41:31 -05:00
version = "0.3.36"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-06 16:41:31 -05:00
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
2023-04-02 16:53:55 -05:00
dependencies = [
2024-03-04 17:05:34 -06:00
"deranged",
2023-04-02 16:53:55 -05:00
"itoa",
2024-03-04 17:05:34 -06:00
"num-conv",
"powerfmt",
2023-04-02 16:53:55 -05:00
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
2024-03-04 17:05:34 -06:00
version = "0.1.2"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
2023-04-02 16:53:55 -05:00
[[package]]
name = "time-macros"
2024-04-10 14:43:34 -05:00
version = "0.2.18"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-10 14:43:34 -05:00
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
2023-04-02 16:53:55 -05:00
dependencies = [
2024-03-04 17:05:34 -06:00
"num-conv",
2023-04-02 16:53:55 -05:00
"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"
[[package]]
name = "tokio"
2024-03-28 13:28:28 -05:00
version = "1.37.0"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-28 13:28:28 -05:00
checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
2023-04-02 16:53:55 -05:00
dependencies = [
2024-03-04 17:05:34 -06:00
"backtrace",
2023-04-02 16:53:55 -05:00
"bytes",
"libc",
"mio",
"parking_lot",
"pin-project-lite",
"signal-hook-registry",
2024-03-04 17:05:34 -06:00
"socket2",
"windows-sys 0.48.0",
2023-04-02 16:53:55 -05:00
]
[[package]]
name = "tokio-util"
2024-05-06 16:41:31 -05:00
version = "0.7.11"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-06 16:41:31 -05:00
checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
2023-04-02 16:53:55 -05:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
]
[[package]]
name = "tracing"
2024-03-04 17:05:34 -06:00
version = "0.1.40"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2023-04-02 16:53:55 -05:00
dependencies = [
"log",
"pin-project-lite",
"tracing-core",
]
[[package]]
name = "tracing-core"
2024-03-04 17:05:34 -06:00
version = "0.1.32"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2023-04-02 16:53:55 -05:00
dependencies = [
"once_cell",
]
[[package]]
name = "typenum"
2024-03-04 17:05:34 -06:00
version = "1.17.0"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2023-04-02 16:53:55 -05:00
[[package]]
name = "unicase"
2024-03-04 17:05:34 -06:00
version = "2.7.0"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
2023-04-02 16:53:55 -05:00
dependencies = [
"version_check",
]
[[package]]
name = "unicode-bidi"
2024-03-04 17:05:34 -06:00
version = "0.3.15"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
2023-04-02 16:53:55 -05:00
[[package]]
name = "unicode-ident"
2024-03-04 17:05:34 -06:00
version = "1.0.12"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2023-04-02 16:53:55 -05:00
[[package]]
name = "unicode-normalization"
2024-03-04 17:05:34 -06:00
version = "0.1.23"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
2023-04-02 16:53:55 -05:00
dependencies = [
"tinyvec",
]
2023-04-08 02:52:16 -05:00
[[package]]
name = "universal-hash"
2024-03-04 17:05:34 -06:00
version = "0.5.1"
2023-04-08 02:52:16 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
2023-04-08 02:52:16 -05:00
dependencies = [
"crypto-common",
"subtle",
]
2023-04-02 16:53:55 -05:00
[[package]]
name = "url"
2024-03-04 17:05:34 -06:00
version = "2.5.0"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
2023-04-02 16:53:55 -05:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
2024-02-08 10:04:12 -06:00
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
[[package]]
name = "v_htmlescape"
version = "0.15.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e8257fbc510f0a46eb602c10215901938b5c2a7d5e70fc11483b1d3c9b5b18c"
2023-04-03 15:46:22 -05:00
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2023-04-02 16:53:55 -05:00
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2023-04-10 11:51:20 -05:00
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2024-03-04 17:05:34 -06:00
"windows-targets 0.48.5",
2023-04-02 16:53:55 -05:00
]
2024-02-08 10:04:12 -06:00
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
2024-05-06 16:41:31 -05:00
"windows-targets 0.52.5",
2024-02-08 10:04:12 -06:00
]
2023-04-02 16:53:55 -05:00
[[package]]
name = "windows-targets"
2024-03-04 17:05:34 -06:00
version = "0.48.5"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2023-04-02 16:53:55 -05:00
dependencies = [
2024-03-04 17:05:34 -06: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",
2023-04-10 11:51:20 -05:00
]
[[package]]
name = "windows-targets"
2024-05-06 16:41:31 -05:00
version = "0.52.5"
2024-02-08 10:04:12 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-06 16:41:31 -05:00
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
2024-02-08 10:04:12 -06:00
dependencies = [
2024-05-06 16:41:31 -05:00
"windows_aarch64_gnullvm 0.52.5",
"windows_aarch64_msvc 0.52.5",
"windows_i686_gnu 0.52.5",
"windows_i686_gnullvm",
"windows_i686_msvc 0.52.5",
"windows_x86_64_gnu 0.52.5",
"windows_x86_64_gnullvm 0.52.5",
"windows_x86_64_msvc 0.52.5",
2024-02-08 10:04:12 -06:00
]
2023-04-02 16:53:55 -05:00
[[package]]
name = "windows_aarch64_gnullvm"
2024-03-04 17:05:34 -06:00
version = "0.48.5"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2023-04-02 16:53:55 -05:00
2023-04-10 11:51:20 -05:00
[[package]]
name = "windows_aarch64_gnullvm"
2024-05-06 16:41:31 -05:00
version = "0.52.5"
2024-02-08 10:04:12 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-06 16:41:31 -05:00
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
2024-02-08 10:04:12 -06:00
2023-04-02 16:53:55 -05:00
[[package]]
name = "windows_aarch64_msvc"
2024-03-04 17:05:34 -06:00
version = "0.48.5"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2023-04-02 16:53:55 -05:00
2023-04-10 11:51:20 -05:00
[[package]]
name = "windows_aarch64_msvc"
2024-05-06 16:41:31 -05:00
version = "0.52.5"
2023-04-10 11:51:20 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-06 16:41:31 -05:00
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
2024-02-08 10:04:12 -06:00
2023-04-02 16:53:55 -05:00
[[package]]
name = "windows_i686_gnu"
2024-03-04 17:05:34 -06:00
version = "0.48.5"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2023-04-02 16:53:55 -05:00
2023-04-10 11:51:20 -05:00
[[package]]
name = "windows_i686_gnu"
2024-05-06 16:41:31 -05:00
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.5"
2023-04-10 11:51:20 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-06 16:41:31 -05:00
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
2024-02-08 10:04:12 -06:00
2023-04-02 16:53:55 -05:00
[[package]]
name = "windows_i686_msvc"
2024-03-04 17:05:34 -06:00
version = "0.48.5"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2023-04-02 16:53:55 -05:00
2023-04-10 11:51:20 -05:00
[[package]]
name = "windows_i686_msvc"
2024-05-06 16:41:31 -05:00
version = "0.52.5"
2023-04-10 11:51:20 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-06 16:41:31 -05:00
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
2024-02-08 10:04:12 -06:00
2023-04-02 16:53:55 -05:00
[[package]]
name = "windows_x86_64_gnu"
2024-03-04 17:05:34 -06:00
version = "0.48.5"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2023-04-02 16:53:55 -05:00
2023-04-10 11:51:20 -05:00
[[package]]
name = "windows_x86_64_gnu"
2024-05-06 16:41:31 -05:00
version = "0.52.5"
2023-04-10 11:51:20 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-06 16:41:31 -05:00
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
2024-02-08 10:04:12 -06:00
2023-04-02 16:53:55 -05:00
[[package]]
name = "windows_x86_64_gnullvm"
2024-03-04 17:05:34 -06:00
version = "0.48.5"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2023-04-02 16:53:55 -05:00
2023-04-10 11:51:20 -05:00
[[package]]
name = "windows_x86_64_gnullvm"
2024-05-06 16:41:31 -05:00
version = "0.52.5"
2023-04-10 11:51:20 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-06 16:41:31 -05:00
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
2023-04-10 11:51:20 -05:00
2024-02-08 10:04:12 -06:00
[[package]]
2024-03-04 17:05:34 -06:00
name = "windows_x86_64_msvc"
version = "0.48.5"
2024-02-08 10:04:12 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 17:05:34 -06:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2024-02-08 10:04:12 -06:00
2023-04-02 16:53:55 -05:00
[[package]]
name = "windows_x86_64_msvc"
2024-05-06 16:41:31 -05:00
version = "0.52.5"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-06 16:41:31 -05:00
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
2023-04-02 16:53:55 -05:00
2023-04-10 11:51:20 -05:00
[[package]]
2024-03-04 17:05:34 -06:00
name = "zerocopy"
2024-05-06 16:41:31 -05:00
version = "0.7.33"
2023-04-10 11:51:20 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-06 16:41:31 -05:00
checksum = "087eca3c1eaf8c47b94d02790dd086cd594b912d2043d4de4bfdd466b3befb7c"
2024-03-04 17:05:34 -06:00
dependencies = [
"zerocopy-derive",
]
2023-04-10 11:51:20 -05:00
2024-02-08 10:04:12 -06:00
[[package]]
2024-03-04 17:05:34 -06:00
name = "zerocopy-derive"
2024-05-06 16:41:31 -05:00
version = "0.7.33"
2024-02-08 10:04:12 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-06 16:41:31 -05:00
checksum = "6f4b6c273f496d8fd4eaf18853e6b448760225dc030ff2c485a786859aea6393"
2024-03-04 17:05:34 -06:00
dependencies = [
"proc-macro2",
"quote",
2024-05-06 16:41:31 -05:00
"syn 2.0.60",
2024-03-04 17:05:34 -06:00
]
2024-02-08 10:04:12 -06:00
2023-04-02 16:53:55 -05:00
[[package]]
name = "zstd"
2024-03-28 13:28:28 -05:00
version = "0.13.1"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-28 13:28:28 -05:00
checksum = "2d789b1514203a1120ad2429eae43a7bd32b90976a7bb8a05f7ec02fa88cc23a"
2023-04-02 16:53:55 -05:00
dependencies = [
"zstd-safe",
]
[[package]]
name = "zstd-safe"
2024-03-28 13:28:28 -05:00
version = "7.1.0"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-28 13:28:28 -05:00
checksum = "1cd99b45c6bc03a018c8b8a86025678c87e55526064e38f9df301989dce7ec0a"
2023-04-02 16:53:55 -05:00
dependencies = [
"zstd-sys",
]
[[package]]
name = "zstd-sys"
2024-03-28 13:28:28 -05:00
version = "2.0.10+zstd.1.5.6"
2023-04-02 16:53:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-28 13:28:28 -05:00
checksum = "c253a4914af5bafc8fa8c86ee400827e83cf6ec01195ec1f1ed8441bf00d65aa"
2023-04-02 16:53:55 -05:00
dependencies = [
"cc",
"pkg-config",
]