rieter/Cargo.lock

3166 lines
76 KiB
Plaintext
Raw Normal View History

2023-07-16 17:47:54 +02:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "addr2line"
2024-05-19 09:47:39 +02:00
version = "0.21.0"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
2023-07-16 17:47:54 +02:00
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "ahash"
2024-05-19 09:47:39 +02:00
version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
dependencies = [
"getrandom",
"once_cell",
"version_check",
]
[[package]]
name = "ahash"
2024-05-19 09:47:39 +02:00
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
dependencies = [
"cfg-if",
"getrandom",
"once_cell",
"version_check",
2024-05-19 09:47:39 +02:00
"zerocopy",
]
2023-07-16 19:00:49 +02:00
[[package]]
name = "aho-corasick"
2024-05-19 09:47:39 +02:00
version = "1.1.3"
2023-07-16 19:00:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2023-07-16 19:00:49 +02:00
dependencies = [
"memchr",
]
[[package]]
name = "aliasable"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
[[package]]
name = "allocator-api2"
2024-05-19 09:47:39 +02:00
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
2023-07-16 20:52:03 +02:00
[[package]]
name = "anstream"
2024-05-19 09:47:39 +02:00
version = "0.6.14"
2023-07-16 20:52:03 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b"
2023-07-16 20:52:03 +02:00
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
2024-05-19 09:47:39 +02:00
"is_terminal_polyfill",
2023-07-16 20:52:03 +02:00
"utf8parse",
]
[[package]]
name = "anstyle"
2024-05-19 09:47:39 +02:00
version = "1.0.7"
2023-07-16 20:52:03 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
2023-07-16 20:52:03 +02:00
[[package]]
name = "anstyle-parse"
2024-05-19 09:47:39 +02:00
version = "0.2.4"
2023-07-16 20:52:03 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4"
2023-07-16 20:52:03 +02:00
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
2024-05-19 09:47:39 +02:00
version = "1.0.3"
2023-07-16 20:52:03 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "a64c907d4e79225ac72e2a354c9ce84d50ebb4586dee56c82b3ee73004f537f5"
2023-07-16 20:52:03 +02:00
dependencies = [
2024-05-19 09:47:39 +02:00
"windows-sys 0.52.0",
2023-07-16 20:52:03 +02:00
]
[[package]]
name = "anstyle-wincon"
2024-05-19 09:47:39 +02:00
version = "3.0.3"
2023-07-16 20:52:03 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19"
2023-07-16 20:52:03 +02:00
dependencies = [
"anstyle",
2024-05-19 09:47:39 +02:00
"windows-sys 0.52.0",
2023-07-16 20:52:03 +02:00
]
[[package]]
name = "arrayvec"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
[[package]]
name = "async-stream"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
dependencies = [
"async-stream-impl",
"futures-core",
"pin-project-lite",
]
[[package]]
name = "async-stream-impl"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.66",
]
2023-07-16 17:47:54 +02:00
[[package]]
name = "async-trait"
2024-05-19 09:47:39 +02:00
version = "0.1.80"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca"
2023-07-16 17:47:54 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.66",
]
[[package]]
name = "atoi"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
dependencies = [
"num-traits",
2023-07-16 17:47:54 +02:00
]
2024-05-19 09:47:39 +02:00
[[package]]
name = "atomic-waker"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
2023-07-16 17:47:54 +02:00
[[package]]
name = "autocfg"
2024-05-19 09:47:39 +02:00
version = "1.3.0"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
2023-07-16 17:47:54 +02:00
[[package]]
name = "axum"
2024-05-19 09:47:39 +02:00
version = "0.7.5"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "3a6c9af12842a67734c9a2e355436e5d03b22383ed60cf13cd0c18fbfe3dcbcf"
2023-07-16 17:47:54 +02:00
dependencies = [
"async-trait",
"axum-core",
"axum-macros",
2023-07-16 17:47:54 +02:00
"bytes",
"futures-util",
"http",
"http-body",
2024-05-19 09:47:39 +02:00
"http-body-util",
2023-07-16 17:47:54 +02:00
"hyper",
2024-05-19 09:47:39 +02:00
"hyper-util",
2023-07-16 17:47:54 +02:00
"itoa",
"matchit",
"memchr",
"mime",
"percent-encoding",
"pin-project-lite",
"rustversion",
"serde",
"serde_json",
"serde_path_to_error",
"serde_urlencoded",
2024-05-19 09:47:39 +02:00
"sync_wrapper 1.0.1",
2023-07-16 17:47:54 +02:00
"tokio",
"tower",
"tower-layer",
"tower-service",
2024-05-19 09:47:39 +02:00
"tracing",
2023-07-16 17:47:54 +02:00
]
[[package]]
name = "axum-core"
2024-05-19 09:47:39 +02:00
version = "0.4.3"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "a15c63fd72d41492dc4f497196f5da1fb04fb7529e631d73630d1b491e47a2e3"
2023-07-16 17:47:54 +02:00
dependencies = [
"async-trait",
"bytes",
"futures-util",
"http",
"http-body",
2024-05-19 09:47:39 +02:00
"http-body-util",
2023-07-16 17:47:54 +02:00
"mime",
2024-05-19 09:47:39 +02:00
"pin-project-lite",
2023-07-16 17:47:54 +02:00
"rustversion",
2024-05-19 09:47:39 +02:00
"sync_wrapper 0.1.2",
2023-07-16 17:47:54 +02:00
"tower-layer",
"tower-service",
2024-05-19 09:47:39 +02:00
"tracing",
2023-07-16 17:47:54 +02:00
]
[[package]]
name = "axum-macros"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00c055ee2d014ae5981ce1016374e8213682aa14d9bf40e48ab48b5f3ef20eaa"
dependencies = [
"heck 0.4.1",
"proc-macro2",
"quote",
"syn 2.0.66",
]
2023-07-16 17:47:54 +02:00
[[package]]
name = "backtrace"
2024-05-19 09:47:39 +02:00
version = "0.3.71"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
2023-07-16 17:47:54 +02:00
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
2023-08-03 09:34:33 +02:00
[[package]]
name = "base64"
2024-05-19 09:47:39 +02:00
version = "0.21.7"
2023-08-03 09:34:33 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
[[package]]
name = "base64ct"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
[[package]]
name = "bigdecimal"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6773ddc0eafc0e509fb60e48dff7f450f8e674a0686ae8605e8d9901bd5eefa"
dependencies = [
"num-bigint",
"num-integer",
"num-traits",
]
2023-07-16 17:47:54 +02:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
2024-05-19 09:47:39 +02:00
version = "2.5.0"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
dependencies = [
"serde",
]
[[package]]
name = "bitvec"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
dependencies = [
"funty",
"radium",
"tap",
"wyz",
]
2023-07-16 17:47:54 +02: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 = "borsh"
2024-05-19 09:47:39 +02:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "dbe5b10e214954177fb1dc9fbd20a1a2608fe99e6c832033bdc7cea287a20d77"
dependencies = [
"borsh-derive",
2024-05-19 09:47:39 +02:00
"cfg_aliases",
]
[[package]]
name = "borsh-derive"
2024-05-19 09:47:39 +02:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "d7a8646f94ab393e43e8b35a2558b1624bed28b97ee09c5d15456e3c9463f46d"
dependencies = [
2024-05-19 09:47:39 +02:00
"once_cell",
"proc-macro-crate",
"proc-macro2",
"quote",
"syn 2.0.66",
2024-05-19 09:47:39 +02:00
"syn_derive",
]
[[package]]
name = "bumpalo"
2024-05-19 09:47:39 +02:00
version = "3.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
[[package]]
name = "bytecheck"
2024-05-19 09:47:39 +02:00
version = "0.6.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
dependencies = [
"bytecheck_derive",
"ptr_meta",
"simdutf8",
]
[[package]]
name = "bytecheck_derive"
2024-05-19 09:47:39 +02:00
version = "0.6.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "byteorder"
2024-05-19 09:47:39 +02:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2023-07-16 17:47:54 +02:00
[[package]]
name = "bytes"
2024-05-19 09:47:39 +02:00
version = "1.6.0"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
2023-07-16 17:47:54 +02:00
[[package]]
name = "cc"
version = "1.0.98"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41c270e7540d725e65ac7f1b212ac8ce349719624d7bcff99f8e2e488e8cf03f"
2023-07-16 17:47:54 +02:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2024-05-19 09:47:39 +02:00
[[package]]
name = "cfg_aliases"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
[[package]]
name = "chrono"
2024-05-19 09:47:39 +02:00
version = "0.4.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
dependencies = [
"android-tzdata",
"iana-time-zone",
"js-sys",
"num-traits",
"serde",
"wasm-bindgen",
2024-05-19 09:47:39 +02:00
"windows-targets 0.52.5",
]
2023-07-16 20:52:03 +02:00
[[package]]
name = "clap"
2024-05-19 09:47:39 +02:00
version = "4.5.4"
2023-07-16 20:52:03 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0"
2023-07-16 20:52:03 +02:00
dependencies = [
"clap_builder",
"clap_derive",
]
[[package]]
name = "clap_builder"
2024-05-19 09:47:39 +02:00
version = "4.5.2"
2023-07-16 20:52:03 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
2023-07-16 20:52:03 +02:00
dependencies = [
"anstream",
"anstyle",
"clap_lex",
"strsim",
]
[[package]]
name = "clap_derive"
2024-05-19 09:47:39 +02:00
version = "4.5.4"
2023-07-16 20:52:03 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64"
2023-07-16 20:52:03 +02:00
dependencies = [
2024-05-19 09:47:39 +02:00
"heck 0.5.0",
2023-07-16 20:52:03 +02:00
"proc-macro2",
"quote",
"syn 2.0.66",
2023-07-16 20:52:03 +02:00
]
[[package]]
name = "clap_lex"
2024-05-19 09:47:39 +02:00
version = "0.7.0"
2023-07-16 20:52:03 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
2023-07-16 20:52:03 +02:00
[[package]]
name = "colorchoice"
2024-05-19 09:47:39 +02:00
version = "1.0.1"
2023-07-16 20:52:03 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
2023-07-16 20:52:03 +02:00
[[package]]
name = "const-oid"
2024-05-19 09:47:39 +02:00
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
[[package]]
name = "core-foundation-sys"
2024-05-19 09:47:39 +02:00
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
2023-07-16 17:47:54 +02:00
[[package]]
name = "cpufeatures"
2024-05-19 09:47:39 +02:00
version = "0.2.12"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
2023-07-16 17:47:54 +02:00
dependencies = [
"libc",
]
[[package]]
name = "crc"
2024-05-19 09:47:39 +02:00
version = "3.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
dependencies = [
"crc-catalog",
]
[[package]]
name = "crc-catalog"
2024-05-19 09:47:39 +02:00
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
[[package]]
name = "crossbeam-queue"
2024-05-19 09:47:39 +02:00
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
version = "0.8.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
2023-07-16 17:47:54 +02:00
[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"typenum",
]
[[package]]
name = "der"
2024-05-19 09:47:39 +02:00
version = "0.7.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
dependencies = [
"const-oid",
"pem-rfc7468",
"zeroize",
]
2024-05-19 09:47:39 +02:00
[[package]]
name = "deranged"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
dependencies = [
"powerfmt",
"serde",
]
[[package]]
name = "derivative"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
2023-07-16 17:47:54 +02:00
[[package]]
name = "digest"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
"block-buffer",
"const-oid",
2023-07-16 17:47:54 +02:00
"crypto-common",
"subtle",
]
[[package]]
name = "dotenvy"
version = "0.15.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
[[package]]
name = "either"
2024-05-19 09:47:39 +02:00
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b"
dependencies = [
"serde",
2023-07-16 17:47:54 +02:00
]
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2023-07-16 20:52:03 +02:00
[[package]]
name = "errno"
2024-05-19 09:47:39 +02:00
version = "0.3.9"
2023-07-16 20:52:03 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
2023-07-16 20:52:03 +02:00
dependencies = [
"libc",
2024-05-19 09:47:39 +02:00
"windows-sys 0.52.0",
2023-07-16 20:52:03 +02:00
]
[[package]]
name = "etcetera"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
dependencies = [
"cfg-if",
"home",
2024-05-19 09:47:39 +02:00
"windows-sys 0.48.0",
]
[[package]]
name = "event-listener"
version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
[[package]]
name = "fastrand"
2024-05-19 09:47:39 +02:00
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
[[package]]
name = "flume"
2024-05-19 09:47:39 +02:00
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
dependencies = [
"futures-core",
"futures-sink",
"spin 0.9.8",
]
2023-07-16 17:47:54 +02:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "form_urlencoded"
2024-05-19 09:47:39 +02:00
version = "1.2.1"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
2023-07-16 17:47:54 +02:00
dependencies = [
"percent-encoding",
]
[[package]]
name = "funty"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
2023-07-16 17:47:54 +02:00
[[package]]
name = "futures"
2024-05-19 09:47:39 +02:00
version = "0.3.30"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
2023-07-16 17:47:54 +02:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2024-05-19 09:47:39 +02:00
version = "0.3.30"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
2023-07-16 17:47:54 +02:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2024-05-19 09:47:39 +02:00
version = "0.3.30"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
2023-07-16 17:47:54 +02:00
[[package]]
name = "futures-executor"
2024-05-19 09:47:39 +02:00
version = "0.3.30"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
2023-07-16 17:47:54 +02:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-intrusive"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
dependencies = [
"futures-core",
"lock_api",
"parking_lot",
]
2023-07-16 17:47:54 +02:00
[[package]]
name = "futures-io"
2024-05-19 09:47:39 +02:00
version = "0.3.30"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
2023-07-16 17:47:54 +02:00
[[package]]
name = "futures-macro"
2024-05-19 09:47:39 +02:00
version = "0.3.30"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
2023-07-16 17:47:54 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.66",
2023-07-16 17:47:54 +02:00
]
[[package]]
name = "futures-sink"
2024-05-19 09:47:39 +02:00
version = "0.3.30"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
2023-07-16 17:47:54 +02:00
[[package]]
name = "futures-task"
2024-05-19 09:47:39 +02:00
version = "0.3.30"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
2023-07-16 17:47:54 +02:00
[[package]]
name = "futures-util"
2024-05-19 09:47:39 +02:00
version = "0.3.30"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
2023-07-16 17:47:54 +02:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "generic-array"
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
2024-05-19 09:47:39 +02:00
version = "0.2.15"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
2023-07-16 17:47:54 +02:00
dependencies = [
"cfg-if",
"libc",
2024-05-19 09:47:39 +02:00
"wasi",
2023-07-16 17:47:54 +02:00
]
[[package]]
name = "gimli"
2024-05-19 09:47:39 +02:00
version = "0.28.1"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
2023-07-16 17:47:54 +02:00
[[package]]
name = "glob"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2023-07-16 17:47:54 +02:00
[[package]]
name = "h2"
2024-05-19 09:47:39 +02:00
version = "0.4.5"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab"
2023-07-16 17:47:54 +02:00
dependencies = [
2024-05-19 09:47:39 +02:00
"atomic-waker",
2023-07-16 17:47:54 +02:00
"bytes",
"fnv",
"futures-core",
"futures-sink",
"http",
2024-05-19 09:47:39 +02:00
"indexmap",
2023-07-16 17:47:54 +02:00
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
dependencies = [
2024-05-19 09:47:39 +02:00
"ahash 0.7.8",
]
[[package]]
name = "hashbrown"
2024-05-19 09:47:39 +02:00
version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
dependencies = [
2024-05-19 09:47:39 +02:00
"ahash 0.8.11",
"allocator-api2",
]
[[package]]
name = "hashlink"
2024-05-19 09:47:39 +02:00
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
dependencies = [
2024-05-19 09:47:39 +02:00
"hashbrown 0.14.5",
]
2023-07-16 17:47:54 +02:00
2023-07-16 20:52:03 +02:00
[[package]]
name = "heck"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
dependencies = [
"unicode-segmentation",
]
2023-07-16 20:52:03 +02:00
2023-07-16 17:47:54 +02:00
[[package]]
2024-05-19 09:47:39 +02:00
name = "heck"
version = "0.5.0"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2023-07-16 17:47:54 +02:00
2023-07-16 20:52:03 +02:00
[[package]]
name = "hermit-abi"
2024-05-19 09:47:39 +02:00
version = "0.3.9"
2023-07-16 20:52:03 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
2023-07-16 20:52:03 +02:00
2023-07-16 17:47:54 +02:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hkdf"
2024-05-19 09:47:39 +02:00
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
dependencies = [
"hmac",
]
[[package]]
name = "hmac"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
"digest",
]
[[package]]
name = "home"
2024-05-19 09:47:39 +02:00
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
dependencies = [
2024-05-19 09:47:39 +02:00
"windows-sys 0.52.0",
]
2023-07-16 17:47:54 +02:00
[[package]]
name = "http"
2024-05-19 09:47:39 +02:00
version = "1.1.0"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
2023-07-16 17:47:54 +02:00
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
2024-05-19 09:47:39 +02:00
version = "1.0.0"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643"
2023-07-16 17:47:54 +02:00
dependencies = [
"bytes",
"http",
2024-05-19 09:47:39 +02:00
]
[[package]]
name = "http-body-util"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d"
dependencies = [
"bytes",
"futures-core",
"http",
"http-body",
2023-07-16 17:47:54 +02:00
"pin-project-lite",
]
[[package]]
name = "http-range-header"
2024-05-19 09:47:39 +02:00
version = "0.4.1"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "08a397c49fec283e3d6211adbe480be95aae5f304cfb923e9970e08956d5168a"
2023-07-16 17:47:54 +02:00
[[package]]
name = "httparse"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
[[package]]
name = "httpdate"
2024-05-19 09:47:39 +02:00
version = "1.0.3"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2023-07-16 17:47:54 +02:00
[[package]]
name = "hyper"
2024-05-19 09:47:39 +02:00
version = "1.3.1"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d"
2023-07-16 17:47:54 +02:00
dependencies = [
"bytes",
"futures-channel",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
2024-05-19 09:47:39 +02:00
"smallvec",
"tokio",
]
[[package]]
name = "hyper-util"
version = "0.1.4"
2024-05-19 09:47:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d8d52be92d09acc2e01dddb7fde3ad983fc6489c7db4837e605bc3fca4cb63e"
2024-05-19 09:47:39 +02:00
dependencies = [
"bytes",
"futures-util",
"http",
"http-body",
"hyper",
"pin-project-lite",
2023-07-16 17:47:54 +02:00
"tokio",
]
[[package]]
name = "iana-time-zone"
2024-05-19 09:47:39 +02:00
version = "0.1.60"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
2024-05-19 09:47:39 +02:00
"windows-core",
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
"cc",
]
[[package]]
name = "idna"
2024-05-19 09:47:39 +02:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "indexmap"
2024-05-19 09:47:39 +02:00
version = "2.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
dependencies = [
"equivalent",
2024-05-19 09:47:39 +02:00
"hashbrown 0.14.5",
]
[[package]]
name = "inherent"
2024-05-19 09:47:39 +02:00
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.66",
2023-07-16 17:47:54 +02:00
]
2023-07-16 20:52:03 +02:00
[[package]]
2024-05-19 09:47:39 +02:00
name = "is_terminal_polyfill"
version = "1.70.0"
2023-07-16 20:52:03 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
2023-07-16 20:52:03 +02:00
[[package]]
name = "itertools"
2024-05-19 09:47:39 +02:00
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
dependencies = [
"either",
]
2023-07-16 17:47:54 +02:00
[[package]]
name = "itoa"
2024-05-19 09:47:39 +02:00
version = "1.0.11"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
2023-07-16 17:47:54 +02:00
[[package]]
name = "js-sys"
2024-05-19 09:47:39 +02:00
version = "0.3.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
dependencies = [
"wasm-bindgen",
]
2023-07-16 17:47:54 +02:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
dependencies = [
"spin 0.5.2",
]
2023-07-16 17:47:54 +02:00
[[package]]
name = "libarchive"
version = "0.1.0"
dependencies = [
"libarchive3-sys",
"libc",
]
[[package]]
name = "libarchive3-sys"
version = "0.1.2"
dependencies = [
"libc",
"pkg-config",
]
[[package]]
name = "libc"
2024-05-19 09:47:39 +02:00
version = "0.2.155"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
2023-07-16 17:47:54 +02:00
[[package]]
name = "libm"
2024-05-19 09:47:39 +02:00
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
[[package]]
name = "libsqlite3-sys"
2024-05-19 09:47:39 +02:00
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "cf4e226dcd58b4be396f7bd3c20da8fdee2911400705297ba7d2d7cc2c30f716"
dependencies = [
"cc",
"pkg-config",
"vcpkg",
]
2023-07-16 20:52:03 +02:00
[[package]]
name = "linux-raw-sys"
2024-05-19 09:47:39 +02:00
version = "0.4.14"
2023-07-16 20:52:03 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
2023-07-16 20:52:03 +02:00
2023-07-16 17:47:54 +02:00
[[package]]
name = "lock_api"
2024-05-19 09:47:39 +02:00
version = "0.4.12"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2023-07-16 17:47:54 +02:00
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
2024-05-19 09:47:39 +02:00
version = "0.4.21"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
2023-07-16 17:47:54 +02:00
2023-07-16 19:00:49 +02:00
[[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
"regex-automata 0.1.10",
]
2023-07-16 17:47:54 +02:00
[[package]]
name = "matchit"
2024-05-19 09:47:39 +02:00
version = "0.7.3"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
2023-07-16 17:47:54 +02:00
[[package]]
name = "md-5"
2024-05-19 09:47:39 +02:00
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
dependencies = [
2024-05-19 09:47:39 +02:00
"cfg-if",
"digest",
]
2023-07-16 17:47:54 +02:00
[[package]]
name = "memchr"
2024-05-19 09:47:39 +02:00
version = "2.7.2"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
2023-07-16 17:47:54 +02: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 = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2023-07-16 17:47:54 +02:00
[[package]]
name = "miniz_oxide"
2024-05-19 09:47:39 +02:00
version = "0.7.3"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae"
2023-07-16 17:47:54 +02:00
dependencies = [
"adler",
]
[[package]]
name = "mio"
2024-05-19 09:47:39 +02:00
version = "0.8.11"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
2023-07-16 17:47:54 +02:00
dependencies = [
"libc",
2024-05-19 09:47:39 +02:00
"wasi",
"windows-sys 0.48.0",
2023-07-16 17:47:54 +02:00
]
[[package]]
name = "nom"
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
"minimal-lexical",
]
2023-07-16 17:47:54 +02:00
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi",
]
[[package]]
name = "num-bigint"
2024-05-19 09:47:39 +02:00
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7"
dependencies = [
"num-integer",
"num-traits",
]
[[package]]
name = "num-bigint-dig"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
dependencies = [
"byteorder",
"lazy_static",
"libm",
"num-integer",
"num-iter",
"num-traits",
"rand",
"smallvec",
"zeroize",
]
2024-05-19 09:47:39 +02:00
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
[[package]]
name = "num-integer"
2024-05-19 09:47:39 +02:00
version = "0.1.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
dependencies = [
"num-traits",
]
[[package]]
name = "num-iter"
2024-05-19 09:47:39 +02:00
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
2024-05-19 09:47:39 +02:00
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
"autocfg",
"libm",
]
2023-07-16 17:47:54 +02:00
[[package]]
name = "num_cpus"
2024-05-19 09:47:39 +02:00
version = "1.16.0"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2023-07-16 17:47:54 +02:00
dependencies = [
2024-05-19 09:47:39 +02:00
"hermit-abi",
2023-07-16 17:47:54 +02:00
"libc",
]
[[package]]
name = "object"
2024-05-19 09:47:39 +02:00
version = "0.32.2"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
2023-07-16 17:47:54 +02:00
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
2024-05-19 09:47:39 +02:00
version = "1.19.0"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2023-07-16 17:47:54 +02:00
[[package]]
name = "ordered-float"
2024-05-19 09:47:39 +02:00
version = "3.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
dependencies = [
"num-traits",
]
[[package]]
name = "ouroboros"
version = "0.17.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2ba07320d39dfea882faa70554b4bd342a5f273ed59ba7c1c6b4c840492c954"
dependencies = [
"aliasable",
"ouroboros_macro",
"static_assertions",
]
[[package]]
name = "ouroboros_macro"
version = "0.17.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8"
dependencies = [
2024-05-19 09:47:39 +02:00
"heck 0.4.1",
"proc-macro-error",
"proc-macro2",
"quote",
"syn 2.0.66",
]
2023-07-16 17:47:54 +02:00
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
[[package]]
name = "parking_lot"
version = "0.12.3"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
2023-07-16 17:47:54 +02:00
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2024-05-19 09:47:39 +02:00
version = "0.9.10"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2023-07-16 17:47:54 +02:00
dependencies = [
"cfg-if",
"libc",
2024-05-19 09:47:39 +02:00
"redox_syscall 0.5.1",
2023-07-16 17:47:54 +02:00
"smallvec",
2024-05-19 09:47:39 +02:00
"windows-targets 0.52.5",
2023-07-16 17:47:54 +02:00
]
[[package]]
name = "paste"
2024-05-19 09:47:39 +02:00
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
[[package]]
name = "pem-rfc7468"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
dependencies = [
"base64ct",
]
2023-07-16 17:47:54 +02:00
[[package]]
name = "percent-encoding"
2024-05-19 09:47:39 +02:00
version = "2.3.1"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2023-07-16 17:47:54 +02:00
[[package]]
name = "pin-project"
2024-05-19 09:47:39 +02:00
version = "1.1.5"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
2023-07-16 17:47:54 +02:00
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2024-05-19 09:47:39 +02:00
version = "1.1.5"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
2023-07-16 17:47:54 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.66",
2023-07-16 17:47:54 +02:00
]
[[package]]
name = "pin-project-lite"
2024-05-19 09:47:39 +02:00
version = "0.2.14"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
2023-07-16 17:47:54 +02:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkcs1"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
dependencies = [
"der",
"pkcs8",
"spki",
]
[[package]]
name = "pkcs8"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
dependencies = [
"der",
"spki",
]
2023-07-16 17:47:54 +02:00
[[package]]
name = "pkg-config"
2024-05-19 09:47:39 +02:00
version = "0.3.30"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2023-07-16 17:47:54 +02:00
[[package]]
name = "ppv-lite86"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
[[package]]
name = "proc-macro-crate"
2024-05-19 09:47:39 +02:00
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
dependencies = [
2024-05-19 09:47:39 +02:00
"toml_edit",
]
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn 1.0.109",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
2023-07-16 17:47:54 +02:00
[[package]]
name = "proc-macro2"
version = "1.0.84"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec96c6a92621310b51366f1e28d05ef11489516e93be030060e5fc12024a49d6"
2023-07-16 17:47:54 +02:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "ptr_meta"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
dependencies = [
"ptr_meta_derive",
]
[[package]]
name = "ptr_meta_derive"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
2023-07-16 17:47:54 +02:00
[[package]]
name = "quote"
2024-05-19 09:47:39 +02:00
version = "1.0.36"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
2023-07-16 17:47:54 +02:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "radium"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
]
2023-07-16 17:47:54 +02:00
[[package]]
name = "redox_syscall"
2024-05-19 09:47:39 +02:00
version = "0.4.1"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
2023-07-16 17:47:54 +02:00
dependencies = [
"bitflags 1.3.2",
]
2024-05-19 09:47:39 +02:00
[[package]]
name = "redox_syscall"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e"
dependencies = [
"bitflags 2.5.0",
]
2023-07-16 19:00:49 +02:00
[[package]]
name = "regex"
2024-05-19 09:47:39 +02:00
version = "1.10.4"
2023-07-16 19:00:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
2023-07-16 19:00:49 +02:00
dependencies = [
"aho-corasick",
"memchr",
2024-05-19 09:47:39 +02:00
"regex-automata 0.4.6",
"regex-syntax 0.8.3",
2023-07-16 19:00:49 +02:00
]
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
"regex-syntax 0.6.29",
]
[[package]]
name = "regex-automata"
2024-05-19 09:47:39 +02:00
version = "0.4.6"
2023-07-16 19:00:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
2023-07-16 19:00:49 +02:00
dependencies = [
"aho-corasick",
"memchr",
2024-05-19 09:47:39 +02:00
"regex-syntax 0.8.3",
2023-07-16 19:00:49 +02:00
]
[[package]]
name = "regex-syntax"
version = "0.6.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
[[package]]
name = "regex-syntax"
2024-05-19 09:47:39 +02:00
version = "0.8.3"
2023-07-16 19:00:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
2023-07-16 19:00:49 +02:00
[[package]]
name = "rend"
2024-05-19 09:47:39 +02:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
dependencies = [
"bytecheck",
]
2023-07-16 17:47:54 +02:00
[[package]]
name = "rieterd"
version = "0.1.0"
dependencies = [
"axum",
"chrono",
2023-07-16 20:52:03 +02:00
"clap",
2023-07-16 17:47:54 +02:00
"futures",
"http-body-util",
2023-07-16 17:47:54 +02:00
"libarchive",
"sea-orm",
"sea-orm-migration",
"sea-query",
"serde",
2023-07-16 17:47:54 +02:00
"sha256",
"tokio",
"tokio-util",
"tower",
"tower-http",
"tracing",
"tracing-subscriber",
"uuid",
]
[[package]]
name = "ring"
2024-05-19 09:47:39 +02:00
version = "0.17.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
dependencies = [
"cc",
2024-05-19 09:47:39 +02:00
"cfg-if",
"getrandom",
"libc",
2024-05-19 09:47:39 +02:00
"spin 0.9.8",
"untrusted",
2024-05-19 09:47:39 +02:00
"windows-sys 0.52.0",
]
[[package]]
name = "rkyv"
2024-05-19 09:47:39 +02:00
version = "0.7.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "5cba464629b3394fc4dbc6f940ff8f5b4ff5c7aef40f29166fd4ad12acbc99c0"
dependencies = [
"bitvec",
"bytecheck",
2024-05-19 09:47:39 +02:00
"bytes",
"hashbrown 0.12.3",
"ptr_meta",
"rend",
"rkyv_derive",
"seahash",
"tinyvec",
"uuid",
]
[[package]]
name = "rkyv_derive"
2024-05-19 09:47:39 +02:00
version = "0.7.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "a7dddfff8de25e6f62b9d64e6e432bf1c6736c57d20323e15ee10435fbda7c65"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "rsa"
2024-05-19 09:47:39 +02:00
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
dependencies = [
"const-oid",
"digest",
"num-bigint-dig",
"num-integer",
"num-traits",
"pkcs1",
"pkcs8",
"rand_core",
"signature",
"spki",
"subtle",
"zeroize",
]
[[package]]
name = "rust_decimal"
2024-05-19 09:47:39 +02:00
version = "1.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "1790d1c4c0ca81211399e0e0af16333276f375209e71a37b67698a373db5b47a"
dependencies = [
"arrayvec",
"borsh",
"bytes",
"num-traits",
"rand",
"rkyv",
"serde",
"serde_json",
]
[[package]]
name = "rustc-demangle"
2024-05-19 09:47:39 +02:00
version = "0.1.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
[[package]]
name = "rustix"
2024-05-19 09:47:39 +02:00
version = "0.38.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
dependencies = [
2024-05-19 09:47:39 +02:00
"bitflags 2.5.0",
"errno",
"libc",
"linux-raw-sys",
2024-05-19 09:47:39 +02:00
"windows-sys 0.52.0",
]
[[package]]
name = "rustls"
2024-05-19 09:47:39 +02:00
version = "0.21.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
dependencies = [
"ring",
"rustls-webpki",
"sct",
]
[[package]]
name = "rustls-pemfile"
2024-05-19 09:47:39 +02:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
dependencies = [
2024-05-19 09:47:39 +02:00
"base64",
]
[[package]]
name = "rustls-webpki"
2024-05-19 09:47:39 +02:00
version = "0.101.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "rustversion"
2024-05-19 09:47:39 +02:00
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
[[package]]
name = "ryu"
2024-05-19 09:47:39 +02:00
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
[[package]]
name = "scopeguard"
2024-05-19 09:47:39 +02:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]]
name = "sct"
2024-05-19 09:47:39 +02:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "sea-bae"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bd3534a9978d0aa7edd2808dc1f8f31c4d0ecd31ddf71d997b3c98e9f3c9114"
dependencies = [
2024-05-19 09:47:39 +02:00
"heck 0.4.1",
"proc-macro-error",
"proc-macro2",
"quote",
"syn 2.0.66",
]
[[package]]
name = "sea-orm"
2024-05-19 09:47:39 +02:00
version = "0.12.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "c8814e37dc25de54398ee62228323657520b7f29713b8e238649385dbe473ee0"
dependencies = [
"async-stream",
"async-trait",
"bigdecimal",
"chrono",
"futures",
"log",
"ouroboros",
"rust_decimal",
"sea-orm-macros",
"sea-query",
"sea-query-binder",
"serde",
"serde_json",
"sqlx",
"strum",
"thiserror",
2024-05-19 09:47:39 +02:00
"time",
"tracing",
"url",
"uuid",
]
[[package]]
name = "sea-orm-cli"
2024-05-19 09:47:39 +02:00
version = "0.12.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "620bc560062ae251b1366bde43b3f1508445cab5c2c8cbdb397034638ab1b357"
dependencies = [
"chrono",
"clap",
"dotenvy",
"glob",
"regex",
"sea-schema",
"tracing",
"tracing-subscriber",
"url",
]
[[package]]
name = "sea-orm-macros"
2024-05-19 09:47:39 +02:00
version = "0.12.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "5e115c6b078e013aa963cc2d38c196c2c40b05f03d0ac872fe06b6e0d5265603"
dependencies = [
2024-05-19 09:47:39 +02:00
"heck 0.4.1",
"proc-macro2",
"quote",
"sea-bae",
"syn 2.0.66",
"unicode-ident",
]
[[package]]
name = "sea-orm-migration"
2024-05-19 09:47:39 +02:00
version = "0.12.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "ee8269bc6ff71afd6b78aa4333ac237a69eebd2cdb439036291e64fb4b8db23c"
dependencies = [
"async-trait",
"clap",
"dotenvy",
"futures",
"sea-orm",
"sea-orm-cli",
"sea-schema",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "sea-query"
2024-05-19 09:47:39 +02:00
version = "0.30.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "4166a1e072292d46dc91f31617c2a1cdaf55a8be4b5c9f4bf2ba248e3ac4999b"
dependencies = [
"bigdecimal",
"chrono",
"derivative",
"inherent",
"ordered-float",
"rust_decimal",
"sea-query-derive",
"serde_json",
2024-05-19 09:47:39 +02:00
"time",
"uuid",
]
[[package]]
name = "sea-query-binder"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36bbb68df92e820e4d5aeb17b4acd5cc8b5d18b2c36a4dd6f4626aabfa7ab1b9"
dependencies = [
"bigdecimal",
"chrono",
"rust_decimal",
"sea-query",
"serde_json",
"sqlx",
2024-05-19 09:47:39 +02:00
"time",
"uuid",
]
[[package]]
name = "sea-query-derive"
2024-05-19 09:47:39 +02:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "25a82fcb49253abcb45cdcb2adf92956060ec0928635eb21b4f7a6d8f25ab0bc"
dependencies = [
2024-05-19 09:47:39 +02:00
"heck 0.4.1",
"proc-macro2",
"quote",
"syn 2.0.66",
"thiserror",
]
[[package]]
name = "sea-schema"
2024-05-19 09:47:39 +02:00
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "30d148608012d25222442d1ebbfafd1228dbc5221baf4ec35596494e27a2394e"
dependencies = [
"futures",
"sea-query",
"sea-schema-derive",
]
[[package]]
name = "sea-schema-derive"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6f686050f76bffc4f635cda8aea6df5548666b830b52387e8bc7de11056d11e"
dependencies = [
2024-05-19 09:47:39 +02:00
"heck 0.4.1",
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "seahash"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
[[package]]
name = "serde"
version = "1.0.203"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.203"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.66",
]
[[package]]
name = "serde_json"
2024-05-19 09:47:39 +02:00
version = "1.0.117"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_path_to_error"
2024-05-19 09:47:39 +02:00
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
dependencies = [
"itoa",
"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-05-19 09:47:39 +02:00
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[package]]
name = "sha2"
2024-05-19 09:47:39 +02:00
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[package]]
name = "sha256"
2024-05-19 09:47:39 +02:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "18278f6a914fa3070aa316493f7d2ddfb9ac86ebc06fa3b83bffda487e9065b0"
dependencies = [
2024-05-19 09:47:39 +02:00
"async-trait",
"bytes",
"hex",
"sha2",
2024-05-19 09:47:39 +02:00
"tokio",
]
[[package]]
name = "sharded-slab"
2024-05-19 09:47:39 +02:00
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
dependencies = [
"lazy_static",
]
[[package]]
name = "signal-hook-registry"
2024-05-19 09:47:39 +02:00
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
dependencies = [
"libc",
]
[[package]]
name = "signature"
2024-05-19 09:47:39 +02:00
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
dependencies = [
"digest",
"rand_core",
]
[[package]]
name = "simdutf8"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
[[package]]
name = "slab"
2024-05-19 09:47:39 +02:00
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
dependencies = [
"autocfg",
]
[[package]]
name = "smallvec"
2024-05-19 09:47:39 +02:00
version = "1.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
[[package]]
name = "socket2"
2024-05-19 09:47:39 +02:00
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
dependencies = [
"libc",
2024-05-19 09:47:39 +02:00
"windows-sys 0.52.0",
]
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
name = "spin"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
dependencies = [
"lock_api",
]
[[package]]
name = "spki"
2024-05-19 09:47:39 +02:00
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
dependencies = [
"base64ct",
"der",
]
[[package]]
name = "sqlformat"
2024-05-19 09:47:39 +02:00
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "ce81b7bd7c4493975347ef60d8c7e8b742d4694f4c49f93e0a12ea263938176c"
dependencies = [
"itertools",
"nom",
"unicode_categories",
]
[[package]]
name = "sqlx"
2024-05-19 09:47:39 +02:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "c9a2ccff1a000a5a59cd33da541d9f2fdcd9e6e8229cc200565942bff36d0aaa"
dependencies = [
"sqlx-core",
"sqlx-macros",
"sqlx-mysql",
"sqlx-postgres",
"sqlx-sqlite",
]
[[package]]
name = "sqlx-core"
2024-05-19 09:47:39 +02:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "24ba59a9342a3d9bab6c56c118be528b27c9b60e490080e9711a04dccac83ef6"
dependencies = [
2024-05-19 09:47:39 +02:00
"ahash 0.8.11",
"atoi",
"bigdecimal",
"byteorder",
"bytes",
"chrono",
"crc",
"crossbeam-queue",
"either",
"event-listener",
"futures-channel",
"futures-core",
"futures-intrusive",
"futures-io",
"futures-util",
"hashlink",
"hex",
2024-05-19 09:47:39 +02:00
"indexmap",
"log",
"memchr",
"once_cell",
"paste",
"percent-encoding",
"rust_decimal",
"rustls",
"rustls-pemfile",
"serde",
"serde_json",
"sha2",
"smallvec",
"sqlformat",
"thiserror",
2024-05-19 09:47:39 +02:00
"time",
"tokio",
"tokio-stream",
"tracing",
"url",
"uuid",
"webpki-roots",
]
[[package]]
name = "sqlx-macros"
2024-05-19 09:47:39 +02:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "4ea40e2345eb2faa9e1e5e326db8c34711317d2b5e08d0d5741619048a803127"
dependencies = [
"proc-macro2",
"quote",
"sqlx-core",
"sqlx-macros-core",
"syn 1.0.109",
]
[[package]]
name = "sqlx-macros-core"
2024-05-19 09:47:39 +02:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "5833ef53aaa16d860e92123292f1f6a3d53c34ba8b1969f152ef1a7bb803f3c8"
dependencies = [
"dotenvy",
"either",
2024-05-19 09:47:39 +02:00
"heck 0.4.1",
"hex",
"once_cell",
"proc-macro2",
"quote",
"serde",
"serde_json",
"sha2",
"sqlx-core",
"sqlx-mysql",
"sqlx-postgres",
"sqlx-sqlite",
"syn 1.0.109",
"tempfile",
"tokio",
"url",
]
[[package]]
name = "sqlx-mysql"
2024-05-19 09:47:39 +02:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "1ed31390216d20e538e447a7a9b959e06ed9fc51c37b514b46eb758016ecd418"
dependencies = [
"atoi",
2024-05-19 09:47:39 +02:00
"base64",
"bigdecimal",
2024-05-19 09:47:39 +02:00
"bitflags 2.5.0",
"byteorder",
"bytes",
"chrono",
"crc",
"digest",
"dotenvy",
"either",
"futures-channel",
"futures-core",
"futures-io",
"futures-util",
"generic-array",
"hex",
"hkdf",
"hmac",
"itoa",
"log",
"md-5",
"memchr",
"once_cell",
"percent-encoding",
"rand",
"rsa",
"rust_decimal",
"serde",
"sha1",
"sha2",
"smallvec",
"sqlx-core",
"stringprep",
"thiserror",
2024-05-19 09:47:39 +02:00
"time",
"tracing",
"uuid",
"whoami",
]
[[package]]
name = "sqlx-postgres"
2024-05-19 09:47:39 +02:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "7c824eb80b894f926f89a0b9da0c7f435d27cdd35b8c655b114e58223918577e"
dependencies = [
"atoi",
2024-05-19 09:47:39 +02:00
"base64",
"bigdecimal",
2024-05-19 09:47:39 +02:00
"bitflags 2.5.0",
"byteorder",
"chrono",
"crc",
"dotenvy",
"etcetera",
"futures-channel",
"futures-core",
"futures-io",
"futures-util",
"hex",
"hkdf",
"hmac",
"home",
"itoa",
"log",
"md-5",
"memchr",
"num-bigint",
"once_cell",
"rand",
"rust_decimal",
"serde",
"serde_json",
"sha2",
"smallvec",
"sqlx-core",
"stringprep",
"thiserror",
2024-05-19 09:47:39 +02:00
"time",
"tracing",
"uuid",
"whoami",
]
[[package]]
name = "sqlx-sqlite"
2024-05-19 09:47:39 +02:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "b244ef0a8414da0bed4bb1910426e890b19e5e9bccc27ada6b797d05c55ae0aa"
dependencies = [
"atoi",
"chrono",
"flume",
"futures-channel",
"futures-core",
"futures-executor",
"futures-intrusive",
"futures-util",
"libsqlite3-sys",
"log",
"percent-encoding",
"serde",
"sqlx-core",
2024-05-19 09:47:39 +02:00
"time",
"tracing",
"url",
2024-05-19 09:47:39 +02:00
"urlencoding",
2023-07-16 17:47:54 +02:00
"uuid",
]
[[package]]
name = "static_assertions"
version = "1.1.0"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2023-07-16 17:47:54 +02:00
2023-07-16 20:52:03 +02:00
[[package]]
name = "stringprep"
version = "0.1.5"
2023-07-16 20:52:03 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
2023-07-16 20:52:03 +02:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
"unicode-properties",
2023-07-16 20:52:03 +02:00
]
2023-07-16 17:47:54 +02:00
[[package]]
name = "strsim"
2024-05-19 09:47:39 +02:00
version = "0.11.1"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2023-07-16 17:47:54 +02:00
[[package]]
name = "strum"
version = "0.25.0"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
2023-07-16 17:47:54 +02:00
[[package]]
name = "subtle"
version = "2.5.0"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
2023-07-16 17:47:54 +02:00
[[package]]
name = "syn"
version = "1.0.109"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2023-07-16 17:47:54 +02:00
[[package]]
name = "syn"
version = "2.0.66"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5"
2023-07-16 17:47:54 +02:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
2023-07-16 17:47:54 +02:00
]
2024-05-19 09:47:39 +02:00
[[package]]
name = "syn_derive"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b"
dependencies = [
"proc-macro-error",
"proc-macro2",
"quote",
"syn 2.0.66",
2024-05-19 09:47:39 +02:00
]
2023-07-16 17:47:54 +02:00
[[package]]
name = "sync_wrapper"
version = "0.1.2"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
2023-07-16 17:47:54 +02:00
2024-05-19 09:47:39 +02:00
[[package]]
name = "sync_wrapper"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
2023-07-16 17:47:54 +02:00
[[package]]
name = "tap"
version = "1.0.1"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
2023-07-16 17:47:54 +02:00
[[package]]
name = "tempfile"
2024-05-19 09:47:39 +02:00
version = "3.10.1"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
2023-07-16 17:47:54 +02:00
dependencies = [
"cfg-if",
"fastrand",
"rustix",
2024-05-19 09:47:39 +02:00
"windows-sys 0.52.0",
2023-07-16 17:47:54 +02:00
]
[[package]]
name = "thiserror"
2024-05-19 09:47:39 +02:00
version = "1.0.61"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
2023-07-16 17:47:54 +02:00
dependencies = [
"thiserror-impl",
2023-07-16 17:47:54 +02:00
]
[[package]]
name = "thiserror-impl"
2024-05-19 09:47:39 +02:00
version = "1.0.61"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
2023-07-16 17:47:54 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.66",
2023-07-16 17:47:54 +02:00
]
[[package]]
name = "thread_local"
2024-05-19 09:47:39 +02:00
version = "1.1.8"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
2023-07-16 17:47:54 +02:00
dependencies = [
"cfg-if",
"once_cell",
2023-07-16 17:47:54 +02:00
]
[[package]]
name = "time"
2024-05-19 09:47:39 +02:00
version = "0.3.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
2023-07-16 17:47:54 +02:00
dependencies = [
2024-05-19 09:47:39 +02:00
"deranged",
"itoa",
2024-05-19 09:47:39 +02:00
"num-conv",
"powerfmt",
"serde",
"time-core",
"time-macros",
2023-07-16 17:47:54 +02:00
]
[[package]]
name = "time-core"
2024-05-19 09:47:39 +02:00
version = "0.1.2"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
2023-07-16 17:47:54 +02:00
[[package]]
name = "time-macros"
2024-05-19 09:47:39 +02:00
version = "0.2.18"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
2023-07-16 17:47:54 +02:00
dependencies = [
2024-05-19 09:47:39 +02:00
"num-conv",
"time-core",
2023-07-16 17:47:54 +02:00
]
2023-07-16 20:52:03 +02:00
[[package]]
name = "tinyvec"
version = "1.6.0"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2023-07-16 17:47:54 +02:00
dependencies = [
"tinyvec_macros",
2023-07-16 17:47:54 +02:00
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2023-07-16 17:47:54 +02:00
[[package]]
name = "tokio"
2024-05-19 09:47:39 +02:00
version = "1.37.0"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
2023-07-16 17:47:54 +02:00
dependencies = [
"backtrace",
"bytes",
"libc",
"mio",
"num_cpus",
"parking_lot",
"pin-project-lite",
"signal-hook-registry",
"socket2",
"tokio-macros",
2024-05-19 09:47:39 +02:00
"windows-sys 0.48.0",
2023-07-16 17:47:54 +02:00
]
[[package]]
name = "tokio-macros"
2024-05-19 09:47:39 +02:00
version = "2.2.0"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
2023-07-16 17:47:54 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.66",
]
[[package]]
name = "tokio-stream"
2024-05-19 09:47:39 +02:00
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
2023-07-16 17:47:54 +02:00
]
[[package]]
name = "tokio-util"
2024-05-19 09:47:39 +02:00
version = "0.7.11"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
2023-07-16 17:47:54 +02:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
]
[[package]]
2024-05-19 09:47:39 +02:00
name = "toml_datetime"
version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf"
[[package]]
name = "toml_edit"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
dependencies = [
2024-05-19 09:47:39 +02:00
"indexmap",
"toml_datetime",
"winnow",
]
2023-07-16 17:47:54 +02:00
[[package]]
name = "tower"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
dependencies = [
"futures-core",
"futures-util",
"pin-project",
"pin-project-lite",
"tokio",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower-http"
2024-05-19 09:47:39 +02:00
version = "0.5.2"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5"
2023-07-16 17:47:54 +02:00
dependencies = [
2024-05-19 09:47:39 +02:00
"base64",
"bitflags 2.5.0",
2023-07-16 17:47:54 +02:00
"bytes",
"futures-util",
"http",
"http-body",
2024-05-19 09:47:39 +02:00
"http-body-util",
2023-07-16 17:47:54 +02:00
"http-range-header",
"httpdate",
"mime",
"mime_guess",
"percent-encoding",
"pin-project-lite",
"tokio",
"tokio-util",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower-layer"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
[[package]]
name = "tower-service"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
[[package]]
name = "tracing"
2024-05-19 09:47:39 +02:00
version = "0.1.40"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2023-07-16 17:47:54 +02:00
dependencies = [
"log",
"pin-project-lite",
"tracing-attributes",
2023-07-16 17:47:54 +02:00
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2024-05-19 09:47:39 +02:00
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.66",
]
2023-07-16 17:47:54 +02:00
[[package]]
name = "tracing-core"
2024-05-19 09:47:39 +02:00
version = "0.1.32"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2023-07-16 17:47:54 +02:00
dependencies = [
"once_cell",
"valuable",
]
[[package]]
name = "tracing-log"
2024-05-19 09:47:39 +02:00
version = "0.2.0"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2023-07-16 17:47:54 +02:00
dependencies = [
"log",
2024-05-19 09:47:39 +02:00
"once_cell",
2023-07-16 17:47:54 +02:00
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
2024-05-19 09:47:39 +02:00
version = "0.3.18"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
2023-07-16 17:47:54 +02:00
dependencies = [
2023-07-16 19:00:49 +02:00
"matchers",
2023-07-16 17:47:54 +02:00
"nu-ansi-term",
2023-07-16 19:00:49 +02:00
"once_cell",
"regex",
2023-07-16 17:47:54 +02:00
"sharded-slab",
"smallvec",
"thread_local",
2023-07-16 19:00:49 +02:00
"tracing",
2023-07-16 17:47:54 +02:00
"tracing-core",
"tracing-log",
]
[[package]]
name = "typenum"
2024-05-19 09:47:39 +02:00
version = "1.17.0"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2023-07-16 17:47:54 +02:00
[[package]]
name = "unicase"
2024-05-19 09:47:39 +02:00
version = "2.7.0"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
2023-07-16 17:47:54 +02:00
dependencies = [
"version_check",
]
[[package]]
name = "unicode-bidi"
2024-05-19 09:47:39 +02:00
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
2023-07-16 17:47:54 +02:00
[[package]]
name = "unicode-ident"
2024-05-19 09:47:39 +02:00
version = "1.0.12"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2023-07-16 17:47:54 +02:00
[[package]]
name = "unicode-normalization"
2024-05-19 09:47:39 +02:00
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
dependencies = [
"tinyvec",
]
[[package]]
name = "unicode-properties"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291"
[[package]]
name = "unicode-segmentation"
2024-05-19 09:47:39 +02:00
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
[[package]]
name = "unicode_categories"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
[[package]]
name = "untrusted"
2024-05-19 09:47:39 +02:00
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
[[package]]
name = "url"
2024-05-19 09:47:39 +02:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
2024-05-19 09:47:39 +02:00
[[package]]
name = "urlencoding"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
2023-07-16 20:52:03 +02:00
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2023-07-16 17:47:54 +02:00
[[package]]
name = "uuid"
2024-05-19 09:47:39 +02:00
version = "1.8.0"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
2023-07-16 17:47:54 +02:00
dependencies = [
"getrandom",
"serde",
2023-07-16 17:47:54 +02:00
]
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2023-07-16 17:47:54 +02:00
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "wasi"
2024-05-19 09:47:39 +02:00
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2023-07-16 17:47:54 +02:00
[[package]]
2024-05-19 09:47:39 +02:00
name = "wasite"
version = "0.1.0"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
2023-07-16 17:47:54 +02:00
[[package]]
name = "wasm-bindgen"
2024-05-19 09:47:39 +02:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2024-05-19 09:47:39 +02:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
"syn 2.0.66",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2024-05-19 09:47:39 +02:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2024-05-19 09:47:39 +02:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.66",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2024-05-19 09:47:39 +02:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
[[package]]
name = "webpki-roots"
2024-05-19 09:47:39 +02:00
version = "0.25.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
[[package]]
name = "whoami"
2024-05-19 09:47:39 +02:00
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9"
dependencies = [
"redox_syscall 0.4.1",
"wasite",
]
2023-07-16 17:47:54 +02:00
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
2024-05-19 09:47:39 +02:00
name = "windows-core"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
dependencies = [
2024-05-19 09:47:39 +02:00
"windows-targets 0.52.5",
]
2023-07-16 17:47:54 +02:00
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2024-05-19 09:47:39 +02:00
"windows-targets 0.48.5",
]
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
"windows-targets 0.52.5",
]
[[package]]
name = "windows-targets"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
"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-07-16 17:47:54 +02:00
]
[[package]]
name = "windows-targets"
2024-05-19 09:47:39 +02:00
version = "0.52.5"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
2023-07-16 17:47:54 +02:00
dependencies = [
2024-05-19 09:47:39 +02: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",
2023-07-16 17:47:54 +02:00
]
[[package]]
name = "windows_aarch64_gnullvm"
2024-05-19 09:47:39 +02:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.5"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
2023-07-16 17:47:54 +02:00
[[package]]
name = "windows_aarch64_msvc"
2024-05-19 09:47:39 +02:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.5"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
2023-07-16 17:47:54 +02:00
[[package]]
name = "windows_i686_gnu"
2024-05-19 09:47:39 +02:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
[[package]]
name = "windows_i686_gnu"
version = "0.52.5"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
2023-07-16 17:47:54 +02:00
[[package]]
name = "windows_i686_msvc"
2024-05-19 09:47:39 +02:00
version = "0.48.5"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
[[package]]
name = "windows_i686_msvc"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
2023-07-16 17:47:54 +02:00
[[package]]
name = "windows_x86_64_gnu"
2024-05-19 09:47:39 +02:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.5"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
2023-07-16 17:47:54 +02:00
[[package]]
name = "windows_x86_64_gnullvm"
2024-05-19 09:47:39 +02:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.5"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
2023-07-16 17:47:54 +02:00
[[package]]
name = "windows_x86_64_msvc"
2024-05-19 09:47:39 +02:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
[[package]]
name = "winnow"
version = "0.5.40"
2023-07-16 17:47:54 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-19 09:47:39 +02:00
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
dependencies = [
"memchr",
]
[[package]]
name = "wyz"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
dependencies = [
"tap",
]
2024-05-19 09:47:39 +02:00
[[package]]
name = "zerocopy"
version = "0.7.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087"
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
version = "0.7.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.66",
2024-05-19 09:47:39 +02:00
]
[[package]]
name = "zeroize"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"