PbDbFixer/Cargo.lock

560 lines
14 KiB
Text
Raw Normal View History

2021-01-28 17:52:09 +01:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2021-08-06 11:03:10 +02:00
version = 3
2021-01-28 17:52:09 +01:00
[[package]]
2024-11-05 13:00:08 +01:00
name = "adler2"
version = "2.0.0"
2021-01-28 17:52:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 13:00:08 +01:00
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
2022-07-12 13:21:59 +02:00
[[package]]
name = "aes"
2024-11-05 13:00:08 +01:00
version = "0.8.4"
2022-07-12 13:21:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 13:00:08 +01:00
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
2022-07-12 13:21:59 +02:00
dependencies = [
"cfg-if",
"cipher",
"cpufeatures",
]
2021-01-28 17:52:09 +01:00
[[package]]
name = "ahash"
2024-11-05 13:00:08 +01:00
version = "0.7.8"
2021-01-28 17:52:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 13:00:08 +01:00
checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
2021-05-26 13:29:43 +02:00
dependencies = [
"getrandom",
"once_cell",
"version_check",
]
2021-01-28 17:52:09 +01:00
2022-07-12 13:21:59 +02:00
[[package]]
name = "base64ct"
2024-11-05 13:00:08 +01:00
version = "1.6.0"
2022-07-12 13:21:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 13:00:08 +01:00
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
2022-07-12 13:21:59 +02:00
2021-01-28 17:52:09 +01:00
[[package]]
name = "bitflags"
2022-07-12 13:21:59 +02:00
version = "1.3.2"
2021-01-28 17:52:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-12 13:21:59 +02:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "block-buffer"
2024-11-05 13:00:08 +01:00
version = "0.10.4"
2022-07-12 13:21:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 13:00:08 +01:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2022-07-12 13:21:59 +02:00
dependencies = [
"generic-array",
]
2021-01-28 17:52:09 +01:00
[[package]]
name = "byteorder"
2024-11-05 13:00:08 +01:00
version = "1.5.0"
2021-01-28 17:52:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 13:00:08 +01:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2021-01-28 17:52:09 +01:00
[[package]]
name = "bzip2"
2024-11-05 13:00:08 +01:00
version = "0.4.4"
2021-01-28 17:52:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 13:00:08 +01:00
checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2021-01-28 17:52:09 +01:00
dependencies = [
"bzip2-sys",
"libc",
]
[[package]]
name = "bzip2-sys"
2022-07-12 13:21:59 +02:00
version = "0.1.11+1.0.8"
2021-01-28 17:52:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-12 13:21:59 +02:00
checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
2021-01-28 17:52:09 +01:00
dependencies = [
"cc",
"libc",
"pkg-config",
]
[[package]]
name = "cc"
2024-11-05 13:00:08 +01:00
version = "1.1.34"
2021-01-28 17:52:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 13:00:08 +01:00
checksum = "67b9470d453346108f93a59222a9a1a5724db32d0a4727b7ab7ace4b4d822dc9"
2022-07-12 13:21:59 +02:00
dependencies = [
"jobserver",
2024-11-05 13:00:08 +01:00
"libc",
"shlex",
2022-07-12 13:21:59 +02:00
]
2021-01-28 17:52:09 +01:00
[[package]]
name = "cfg-if"
2022-07-12 13:21:59 +02:00
version = "1.0.0"
2021-01-28 17:52:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-12 13:21:59 +02:00
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2021-01-28 17:52:09 +01:00
[[package]]
2022-07-12 13:21:59 +02:00
name = "cipher"
2024-11-05 13:00:08 +01:00
version = "0.4.4"
2021-01-28 17:52:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 13:00:08 +01:00
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2022-07-12 13:21:59 +02:00
dependencies = [
2024-11-05 13:00:08 +01:00
"crypto-common",
"inout",
2022-07-12 13:21:59 +02:00
]
[[package]]
name = "constant_time_eq"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
[[package]]
name = "cpufeatures"
2024-11-05 13:00:08 +01:00
version = "0.2.14"
2022-07-12 13:21:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 13:00:08 +01:00
checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0"
2022-07-12 13:21:59 +02:00
dependencies = [
"libc",
]
2021-01-28 17:52:09 +01:00
[[package]]
name = "crc32fast"
2024-11-05 13:00:08 +01:00
version = "1.4.2"
2021-01-28 17:52:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 13:00:08 +01:00
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
2021-01-28 17:52:09 +01:00
dependencies = [
2022-07-12 13:21:59 +02:00
"cfg-if",
]
[[package]]
name = "crossbeam-utils"
2024-11-05 13:00:08 +01:00
version = "0.8.20"
2022-07-12 13:21:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 13:00:08 +01:00
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
2022-07-12 13:21:59 +02:00
[[package]]
name = "crypto-common"
2024-11-05 13:00:08 +01:00
version = "0.1.6"
2022-07-12 13:21:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 13:00:08 +01:00
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
2022-07-12 13:21:59 +02:00
dependencies = [
"generic-array",
"typenum",
]
2024-11-05 13:00:08 +01:00
[[package]]
name = "deranged"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
dependencies = [
"powerfmt",
]
2022-07-12 13:21:59 +02:00
[[package]]
name = "digest"
2024-11-05 13:00:08 +01:00
version = "0.10.7"
2022-07-12 13:21:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 13:00:08 +01:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2022-07-12 13:21:59 +02:00
dependencies = [
"block-buffer",
"crypto-common",
"subtle",
2021-01-28 17:52:09 +01:00
]
[[package]]
name = "fallible-iterator"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
[[package]]
name = "fallible-streaming-iterator"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
[[package]]
name = "flate2"
2024-11-05 13:00:08 +01:00
version = "1.0.34"
2021-01-28 17:52:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 13:00:08 +01:00
checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0"
2021-01-28 17:52:09 +01:00
dependencies = [
"crc32fast",
"miniz_oxide",
]
2022-07-12 13:21:59 +02:00
[[package]]
name = "generic-array"
2024-11-05 13:00:08 +01:00
version = "0.14.7"
2022-07-12 13:21:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 13:00:08 +01:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2022-07-12 13:21:59 +02:00
dependencies = [
"typenum",
"version_check",
]
2021-05-26 13:29:43 +02:00
[[package]]
name = "getrandom"
2024-11-05 13:00:08 +01:00
version = "0.2.15"
2021-05-26 13:29:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 13:00:08 +01:00
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
2021-05-26 13:29:43 +02:00
dependencies = [
2022-07-12 13:21:59 +02:00
"cfg-if",
2021-05-26 13:29:43 +02:00
"libc",
"wasi",
]
2021-01-28 17:52:09 +01:00
[[package]]
name = "hashbrown"
2021-05-26 13:29:43 +02:00
version = "0.11.2"
2021-01-28 17:52:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-26 13:29:43 +02:00
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
2021-01-28 17:52:09 +01:00
dependencies = [
"ahash",
]
[[package]]
name = "hashlink"
2021-05-26 13:29:43 +02:00
version = "0.7.0"
2021-01-28 17:52:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-26 13:29:43 +02:00
checksum = "7249a3129cbc1ffccd74857f81464a323a152173cdb134e0fd81bc803b29facf"
2021-01-28 17:52:09 +01:00
dependencies = [
"hashbrown",
]
2022-07-12 13:21:59 +02:00
[[package]]
name = "hmac"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
"digest",
]
[[package]]
2024-11-05 13:00:08 +01:00
name = "inout"
version = "0.1.3"
2022-07-12 13:21:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 13:00:08 +01:00
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
dependencies = [
"generic-array",
]
2022-07-12 13:21:59 +02:00
[[package]]
name = "jobserver"
2024-11-05 13:00:08 +01:00
version = "0.1.32"
2022-07-12 13:21:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 13:00:08 +01:00
checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
2022-07-12 13:21:59 +02:00
dependencies = [
"libc",
]
2021-01-28 17:52:09 +01:00
[[package]]
name = "libc"
2024-11-05 13:00:08 +01:00
version = "0.2.161"
2021-01-28 17:52:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 13:00:08 +01:00
checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
2021-01-28 17:52:09 +01:00
[[package]]
name = "libsqlite3-sys"
2022-07-12 13:21:59 +02:00
version = "0.24.2"
2021-01-28 17:52:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-12 13:21:59 +02:00
checksum = "898745e570c7d0453cc1fbc4a701eb6c662ed54e8fec8b7d14be137ebeeb9d14"
2021-01-28 17:52:09 +01:00
dependencies = [
"cc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "memchr"
2024-11-05 13:00:08 +01:00
version = "2.7.4"
2021-01-28 17:52:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 13:00:08 +01:00
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2021-01-28 17:52:09 +01:00
[[package]]
name = "miniz_oxide"
2024-11-05 13:00:08 +01:00
version = "0.8.0"
2022-07-12 13:21:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 13:00:08 +01:00
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
2022-07-12 13:21:59 +02:00
dependencies = [
2024-11-05 13:00:08 +01:00
"adler2",
2022-07-12 13:21:59 +02:00
]
[[package]]
2024-11-05 13:00:08 +01:00
name = "num-conv"
version = "0.1.0"
2021-01-28 17:52:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 13:00:08 +01:00
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2021-01-28 17:52:09 +01:00
2021-05-26 13:29:43 +02:00
[[package]]
name = "once_cell"
2024-11-05 13:00:08 +01:00
version = "1.20.2"
2022-07-12 13:21:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 13:00:08 +01:00
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
2022-07-12 13:21:59 +02:00
[[package]]
name = "password-hash"
2024-11-05 13:00:08 +01:00
version = "0.4.2"
2022-07-12 13:21:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 13:00:08 +01:00
checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
2022-07-12 13:21:59 +02:00
dependencies = [
"base64ct",
"rand_core",
"subtle",
]
2021-05-26 13:29:43 +02:00
2021-01-28 17:52:09 +01:00
[[package]]
name = "pbdbfixer"
2021-08-06 15:14:50 +02:00
version = "0.8.3"
2021-01-28 17:52:09 +01:00
dependencies = [
2021-02-11 21:58:10 +01:00
"quick-xml",
2021-01-28 17:52:09 +01:00
"rusqlite",
"zip",
]
[[package]]
2022-07-12 13:21:59 +02:00
name = "pbkdf2"
2024-11-05 13:00:08 +01:00
version = "0.11.0"
2021-01-28 17:52:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 13:00:08 +01:00
checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
2022-07-12 13:21:59 +02:00
dependencies = [
"digest",
"hmac",
"password-hash",
"sha2",
]
2021-01-28 17:52:09 +01:00
[[package]]
2022-07-12 13:21:59 +02:00
name = "pkg-config"
2024-11-05 13:00:08 +01:00
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
[[package]]
name = "proc-macro2"
version = "1.0.89"
2021-01-28 17:52:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 13:00:08 +01:00
checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
dependencies = [
"unicode-ident",
]
2021-01-28 17:52:09 +01:00
2021-02-11 21:58:10 +01:00
[[package]]
name = "quick-xml"
2024-11-05 13:00:08 +01:00
version = "0.23.1"
2021-02-11 21:58:10 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 13:00:08 +01:00
checksum = "11bafc859c6815fbaffbbbf4229ecb767ac913fecb27f9ad4343662e9ef099ea"
2021-02-11 21:58:10 +01:00
dependencies = [
"memchr",
]
2024-11-05 13:00:08 +01:00
[[package]]
name = "quote"
version = "1.0.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
dependencies = [
"proc-macro2",
]
2021-01-28 17:52:09 +01:00
[[package]]
2022-07-12 13:21:59 +02:00
name = "rand_core"
2024-11-05 13:00:08 +01:00
version = "0.6.4"
2021-01-28 17:52:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 13:00:08 +01:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2021-01-28 17:52:09 +01:00
[[package]]
name = "rusqlite"
2022-07-12 13:21:59 +02:00
version = "0.27.0"
2021-01-28 17:52:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-12 13:21:59 +02:00
checksum = "85127183a999f7db96d1a976a309eebbfb6ea3b0b400ddd8340190129de6eb7a"
2021-01-28 17:52:09 +01:00
dependencies = [
"bitflags",
"fallible-iterator",
"fallible-streaming-iterator",
"hashlink",
"libsqlite3-sys",
"memchr",
"smallvec",
]
2024-11-05 13:00:08 +01:00
[[package]]
name = "serde"
version = "1.0.214"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f55c3193aca71c12ad7890f1785d2b73e1b9f63a0bbc353c08ef26fe03fc56b5"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.214"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2021-01-28 17:52:09 +01:00
[[package]]
2022-07-12 13:21:59 +02:00
name = "sha1"
2024-11-05 13:00:08 +01:00
version = "0.10.6"
2021-01-28 17:52:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 13:00:08 +01:00
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2022-07-12 13:21:59 +02:00
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
2021-01-28 17:52:09 +01:00
[[package]]
2022-07-12 13:21:59 +02:00
name = "sha2"
2024-11-05 13:00:08 +01:00
version = "0.10.8"
2021-01-28 17:52:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 13:00:08 +01:00
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
2021-01-28 17:52:09 +01:00
dependencies = [
2022-07-12 13:21:59 +02:00
"cfg-if",
"cpufeatures",
"digest",
2021-01-28 17:52:09 +01:00
]
2024-11-05 13:00:08 +01:00
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2021-01-28 17:52:09 +01:00
[[package]]
2022-07-12 13:21:59 +02:00
name = "smallvec"
2024-11-05 13:00:08 +01:00
version = "1.13.2"
2021-01-28 17:52:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 13:00:08 +01:00
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2021-01-28 17:52:09 +01:00
[[package]]
2022-07-12 13:21:59 +02:00
name = "subtle"
2024-11-05 13:00:08 +01:00
version = "2.6.1"
2021-01-28 17:52:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 13:00:08 +01:00
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
[[package]]
name = "syn"
version = "2.0.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2021-01-28 17:52:09 +01:00
[[package]]
name = "time"
2024-11-05 13:00:08 +01:00
version = "0.3.36"
2021-01-28 17:52:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 13:00:08 +01:00
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
2021-01-28 17:52:09 +01:00
dependencies = [
2024-11-05 13:00:08 +01:00
"deranged",
"num-conv",
"powerfmt",
"serde",
"time-core",
2021-01-28 17:52:09 +01:00
]
[[package]]
2024-11-05 13:00:08 +01:00
name = "time-core"
version = "0.1.2"
2022-07-12 13:21:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 13:00:08 +01:00
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
2022-07-12 13:21:59 +02:00
[[package]]
name = "typenum"
2024-11-05 13:00:08 +01:00
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
[[package]]
name = "unicode-ident"
version = "1.0.13"
2021-01-28 17:52:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 13:00:08 +01:00
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
2021-01-28 17:52:09 +01:00
[[package]]
name = "vcpkg"
2022-07-12 13:21:59 +02:00
version = "0.2.15"
2021-01-28 17:52:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-12 13:21:59 +02:00
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2021-01-28 17:52:09 +01:00
2021-05-26 13:29:43 +02:00
[[package]]
name = "version_check"
2024-11-05 13:00:08 +01:00
version = "0.9.5"
2021-05-26 13:29:43 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 13:00:08 +01:00
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2021-05-26 13:29:43 +02:00
2021-01-28 17:52:09 +01:00
[[package]]
name = "wasi"
2022-07-12 13:21:59 +02:00
version = "0.11.0+wasi-snapshot-preview1"
2021-01-28 17:52:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-12 13:21:59 +02:00
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2021-01-28 17:52:09 +01:00
[[package]]
2022-07-12 13:21:59 +02:00
name = "zip"
2024-11-05 13:00:08 +01:00
version = "0.6.6"
2021-01-28 17:52:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 13:00:08 +01:00
checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
2021-01-28 17:52:09 +01:00
dependencies = [
2022-07-12 13:21:59 +02:00
"aes",
"byteorder",
"bzip2",
"constant_time_eq",
"crc32fast",
"crossbeam-utils",
"flate2",
"hmac",
"pbkdf2",
"sha1",
"time",
"zstd",
2021-01-28 17:52:09 +01:00
]
[[package]]
2022-07-12 13:21:59 +02:00
name = "zstd"
2024-11-05 13:00:08 +01:00
version = "0.11.2+zstd.1.5.2"
2021-01-28 17:52:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 13:00:08 +01:00
checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
2022-07-12 13:21:59 +02:00
dependencies = [
"zstd-safe",
]
2021-01-28 17:52:09 +01:00
[[package]]
2022-07-12 13:21:59 +02:00
name = "zstd-safe"
2024-11-05 13:00:08 +01:00
version = "5.0.2+zstd.1.5.2"
2021-01-28 17:52:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 13:00:08 +01:00
checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
2022-07-12 13:21:59 +02:00
dependencies = [
"libc",
"zstd-sys",
]
2021-01-28 17:52:09 +01:00
[[package]]
2022-07-12 13:21:59 +02:00
name = "zstd-sys"
2024-11-05 13:00:08 +01:00
version = "2.0.13+zstd.1.5.6"
2021-01-28 17:52:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 13:00:08 +01:00
checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
2021-01-28 17:52:09 +01:00
dependencies = [
2022-07-12 13:21:59 +02:00
"cc",
2024-11-05 13:00:08 +01:00
"pkg-config",
2021-01-28 17:52:09 +01:00
]