magnetar/Cargo.lock

4870 lines
114 KiB
Plaintext
Raw Normal View History

2023-02-14 00:59:15 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "Inflector"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
2023-08-04 10:28:35 +00:00
[[package]]
name = "addr2line"
2024-09-05 13:58:42 +00:00
version = "0.22.0"
2023-08-04 10:28:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
2023-08-04 10:28:35 +00: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"
version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
dependencies = [
"getrandom",
"once_cell",
"version_check",
]
[[package]]
name = "ahash"
2024-09-05 13:58:42 +00:00
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
dependencies = [
"cfg-if",
"getrandom",
"once_cell",
"version_check",
2024-01-12 22:47:19 +00:00
"zerocopy",
]
2023-07-07 19:22:30 +00:00
[[package]]
name = "aho-corasick"
2024-09-05 13:58:42 +00:00
version = "1.1.3"
2023-07-07 19:22:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2023-07-07 19:22:30 +00:00
dependencies = [
"memchr",
]
[[package]]
name = "aliasable"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
2023-08-04 10:28:35 +00:00
[[package]]
name = "allocator-api2"
2024-09-05 13:58:42 +00:00
version = "0.2.18"
2023-08-04 10:28:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
2023-08-04 10:28:35 +00:00
[[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",
]
[[package]]
name = "anstream"
2024-09-05 13:58:42 +00:00
version = "0.6.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
2024-09-05 13:58:42 +00:00
"is_terminal_polyfill",
"utf8parse",
]
[[package]]
name = "anstyle"
2024-09-05 13:58:42 +00:00
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
[[package]]
name = "anstyle-parse"
2024-09-05 13:58:42 +00:00
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
2024-09-05 13:58:42 +00:00
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
dependencies = [
2024-01-12 22:47:19 +00:00
"windows-sys 0.52.0",
]
[[package]]
name = "anstyle-wincon"
2024-09-05 13:58:42 +00:00
version = "3.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
dependencies = [
"anstyle",
2024-01-12 22:47:19 +00:00
"windows-sys 0.52.0",
]
2024-09-05 13:58:42 +00:00
[[package]]
name = "arc-swap"
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
[[package]]
name = "arrayvec"
2024-09-05 13:58:42 +00:00
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
[[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",
2024-09-05 13:58:42 +00:00
"syn 2.0.77",
]
2023-02-18 14:28:09 +00:00
[[package]]
name = "async-trait"
2024-09-05 13:58:42 +00:00
version = "0.1.82"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "a27b8a3a6e1a44fa4c8baf1f653e4172e81486d4941f2237e20dc2d0cf4ddff1"
2023-02-18 14:28:09 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-09-05 13:58:42 +00:00
"syn 2.0.77",
]
[[package]]
name = "atoi"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
dependencies = [
"num-traits",
2023-02-18 14:28:09 +00:00
]
2024-01-12 22:47:19 +00:00
[[package]]
2024-09-05 13:58:42 +00:00
name = "atomic-waker"
version = "1.1.2"
2024-01-12 22:47:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
2024-01-12 22:47:19 +00:00
2023-02-18 14:28:09 +00:00
[[package]]
name = "autocfg"
2024-09-05 13:58:42 +00:00
version = "1.3.0"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
2023-02-18 14:28:09 +00:00
[[package]]
name = "axum"
2024-09-05 13:58:42 +00:00
version = "0.7.5"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "3a6c9af12842a67734c9a2e355436e5d03b22383ed60cf13cd0c18fbfe3dcbcf"
2023-02-18 14:28:09 +00:00
dependencies = [
"async-trait",
"axum-core",
"axum-macros",
2023-02-18 14:28:09 +00:00
"bytes",
"futures-util",
2024-04-07 02:29:12 +00:00
"http",
"http-body",
2023-12-22 18:19:07 +00:00
"http-body-util",
2024-04-07 02:29:12 +00:00
"hyper",
2023-12-22 18:19:07 +00:00
"hyper-util",
2023-02-18 14:28:09 +00:00
"itoa",
"matchit",
"memchr",
"mime",
"percent-encoding",
"pin-project-lite",
"rustversion",
"serde",
"serde_json",
"serde_path_to_error",
"serde_urlencoded",
2024-09-05 13:58:42 +00:00
"sync_wrapper 1.0.1",
2023-02-18 14:28:09 +00:00
"tokio",
2024-09-05 13:58:42 +00:00
"tower 0.4.13",
2023-02-18 14:28:09 +00:00
"tower-layer",
"tower-service",
2024-01-12 22:47:19 +00:00
"tracing",
2023-02-18 14:28:09 +00:00
]
[[package]]
name = "axum-core"
version = "0.4.3"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a15c63fd72d41492dc4f497196f5da1fb04fb7529e631d73630d1b491e47a2e3"
2023-02-18 14:28:09 +00:00
dependencies = [
"async-trait",
"bytes",
"futures-util",
2024-04-07 02:29:12 +00:00
"http",
"http-body",
2023-12-22 18:19:07 +00:00
"http-body-util",
2023-02-18 14:28:09 +00:00
"mime",
2023-12-22 18:19:07 +00:00
"pin-project-lite",
2023-02-18 14:28:09 +00:00
"rustversion",
2024-09-05 13:58:42 +00:00
"sync_wrapper 0.1.2",
2023-12-22 18:19:07 +00:00
"tower-layer",
"tower-service",
2024-01-12 22:47:19 +00:00
"tracing",
2023-12-22 18:19:07 +00:00
]
[[package]]
name = "axum-extra"
2024-09-05 13:58:42 +00:00
version = "0.9.3"
2023-12-22 18:19:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "0be6ea09c9b96cb5076af0de2e383bd2bc0c18f827cf1967bdd353e0b910d733"
2023-12-22 18:19:07 +00:00
dependencies = [
"axum",
"axum-core",
"bytes",
"futures-util",
"headers",
2024-04-07 02:29:12 +00:00
"http",
"http-body",
2023-12-22 18:19:07 +00:00
"http-body-util",
"mime",
"pin-project-lite",
"serde",
2024-09-05 13:58:42 +00:00
"tower 0.4.13",
2023-02-18 14:28:09 +00:00
"tower-layer",
"tower-service",
2024-09-05 13:58:42 +00:00
"tracing",
2023-02-18 14:28:09 +00:00
]
[[package]]
name = "axum-macros"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00c055ee2d014ae5981ce1016374e8213682aa14d9bf40e48ab48b5f3ef20eaa"
dependencies = [
2024-09-05 13:58:42 +00:00
"heck 0.4.1",
"proc-macro2",
"quote",
2024-09-05 13:58:42 +00:00
"syn 2.0.77",
2023-08-04 10:28:35 +00:00
]
[[package]]
name = "backtrace"
2024-09-05 13:58:42 +00:00
version = "0.3.73"
2023-08-04 10:28:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
2023-08-04 10:28:35 +00:00
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
2023-10-27 19:55:08 +00:00
[[package]]
name = "backtrace-ext"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "537beee3be4a18fb023b570f80e3ae28003db9167a751266b259926e25539d50"
dependencies = [
"backtrace",
]
[[package]]
name = "base64"
2024-01-12 22:47:19 +00:00
version = "0.21.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
2024-04-07 02:29:12 +00:00
[[package]]
name = "base64"
2024-09-05 13:58:42 +00:00
version = "0.22.1"
2024-04-07 02:29:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
2024-04-07 02:29:12 +00:00
[[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-02-18 14:28:09 +00:00
[[package]]
name = "bitflags"
2024-09-05 13:58:42 +00:00
version = "2.6.0"
2023-08-04 10:28:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
dependencies = [
"serde",
]
2023-08-04 10:28:35 +00:00
[[package]]
name = "bitvec"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
dependencies = [
"funty",
"radium",
"tap",
"wyz",
]
[[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-09-05 13:58:42 +00:00
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "a6362ed55def622cddc70a4746a68554d7b687713770de539e59a739b249f8ed"
dependencies = [
"borsh-derive",
2024-01-12 22:47:19 +00:00
"cfg_aliases",
]
[[package]]
name = "borsh-derive"
2024-09-05 13:58:42 +00:00
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "c3ef8005764f53cd4dca619f5bf64cafd4664dada50ece25e4d81de54c80cc0b"
dependencies = [
2024-01-12 22:47:19 +00:00
"once_cell",
"proc-macro-crate",
"proc-macro2",
"quote",
2024-09-05 13:58:42 +00:00
"syn 2.0.77",
2024-01-12 22:47:19 +00:00
"syn_derive",
]
2023-07-07 19:22:30 +00:00
[[package]]
name = "bstr"
2024-09-05 13:58:42 +00:00
version = "1.10.0"
2023-07-07 19:22:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
2023-07-07 19:22:30 +00:00
dependencies = [
"memchr",
"serde",
]
[[package]]
name = "bumpalo"
2024-09-05 13:58:42 +00:00
version = "3.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
[[package]]
name = "bytecheck"
version = "0.6.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
dependencies = [
"bytecheck_derive",
"ptr_meta",
"simdutf8",
]
[[package]]
name = "bytecheck_derive"
version = "0.6.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
2023-10-01 21:04:32 +00:00
[[package]]
name = "bytecount"
2024-09-05 13:58:42 +00:00
version = "0.6.8"
2023-10-01 21:04:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
2023-10-01 21:04:32 +00:00
[[package]]
name = "byteorder"
2024-01-12 22:47:19 +00:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2023-02-18 14:28:09 +00:00
[[package]]
name = "bytes"
2024-09-05 13:58:42 +00:00
version = "1.7.1"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50"
2023-02-18 14:28:09 +00:00
[[package]]
name = "cached"
2024-09-05 13:58:42 +00:00
version = "0.53.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "b4d73155ae6b28cf5de4cfc29aeb02b8a1c6dab883cb015d15cd514e42766846"
dependencies = [
2024-09-05 13:58:42 +00:00
"ahash 0.8.11",
"cached_proc_macro",
"cached_proc_macro_types",
2024-09-05 13:58:42 +00:00
"hashbrown 0.14.5",
"once_cell",
"thiserror",
2024-09-05 13:58:42 +00:00
"web-time",
]
[[package]]
name = "cached_proc_macro"
2024-09-05 13:58:42 +00:00
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "2f42a145ed2d10dce2191e1dcf30cfccfea9026660e143662ba5eec4017d5daa"
dependencies = [
"darling",
"proc-macro2",
"quote",
2024-09-05 13:58:42 +00:00
"syn 2.0.77",
]
[[package]]
name = "cached_proc_macro_types"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
[[package]]
name = "castaway"
2024-09-05 13:58:42 +00:00
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "0abae9be0aaf9ea96a3b1b8b1b55c602ca751eba1b1500220cea4ecbafe7c0d5"
dependencies = [
"rustversion",
]
[[package]]
name = "cc"
2024-09-05 13:58:42 +00:00
version = "1.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "e9d013ecb737093c0e86b151a7b837993cf9ec6c502946cfb44bedc392421e0b"
2023-08-04 10:28:35 +00:00
dependencies = [
2024-09-05 13:58:42 +00:00
"shlex",
2023-08-04 10:28:35 +00:00
]
2023-02-18 14:28:09 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2024-01-12 22:47:19 +00:00
[[package]]
name = "cfg_aliases"
2024-09-05 13:58:42 +00:00
version = "0.2.1"
2024-01-12 22:47:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2024-01-12 22:47:19 +00:00
[[package]]
name = "chrono"
2024-09-05 13:58:42 +00:00
version = "0.4.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
dependencies = [
2023-08-04 10:28:35 +00:00
"android-tzdata",
"iana-time-zone",
"js-sys",
"num-traits",
"serde",
"wasm-bindgen",
2024-09-05 13:58:42 +00:00
"windows-targets 0.52.6",
]
2023-07-07 19:22:30 +00:00
[[package]]
name = "chrono-tz"
2024-09-05 13:58:42 +00:00
version = "0.9.0"
2023-07-07 19:22:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "93698b29de5e97ad0ae26447b344c482a7284c737d9ddc5f9e52b74a336671bb"
2023-07-07 19:22:30 +00:00
dependencies = [
"chrono",
"chrono-tz-build",
"phf",
]
[[package]]
name = "chrono-tz-build"
2024-09-05 13:58:42 +00:00
version = "0.3.0"
2023-07-07 19:22:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "0c088aee841df9c3041febbb73934cfc39708749bf96dc827e3359cd39ef11b1"
2023-07-07 19:22:30 +00:00
dependencies = [
"parse-zoneinfo",
"phf",
"phf_codegen",
]
[[package]]
name = "ck"
2023-11-05 19:31:50 +00:00
version = "0.3.0-alpha"
dependencies = [
"sea-orm",
"serde",
]
2023-07-29 03:20:00 +00:00
[[package]]
name = "clap"
2024-09-05 13:58:42 +00:00
version = "4.5.17"
2023-07-29 03:20:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "3e5a21b8495e732f1b3c364c9949b201ca7bae518c502c80256c96ad79eaf6ac"
2023-07-29 03:20:00 +00:00
dependencies = [
"clap_builder",
2023-07-29 03:20:00 +00:00
"clap_derive",
]
[[package]]
name = "clap_builder"
2024-09-05 13:58:42 +00:00
version = "4.5.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "8cf2dd12af7a047ad9d6da2b6b249759a22a7abc0f474c1dae1777afa4b21a73"
dependencies = [
"anstream",
"anstyle",
"clap_lex",
2024-09-05 13:58:42 +00:00
"strsim",
2023-07-29 03:20:00 +00:00
]
[[package]]
name = "clap_derive"
2024-09-05 13:58:42 +00:00
version = "4.5.13"
2023-07-29 03:20:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0"
2023-07-29 03:20:00 +00:00
dependencies = [
2024-09-05 13:58:42 +00:00
"heck 0.5.0",
2023-07-29 03:20:00 +00:00
"proc-macro2",
"quote",
2024-09-05 13:58:42 +00:00
"syn 2.0.77",
2023-07-29 03:20:00 +00:00
]
[[package]]
name = "clap_lex"
2024-09-05 13:58:42 +00:00
version = "0.7.2"
2023-07-29 03:20:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
[[package]]
name = "colorchoice"
2024-09-05 13:58:42 +00:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
2023-07-29 03:20:00 +00:00
[[package]]
name = "combine"
2024-09-05 13:58:42 +00:00
version = "4.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
dependencies = [
"bytes",
"futures-core",
"memchr",
"pin-project-lite",
"tokio",
"tokio-util",
]
[[package]]
name = "compact_str"
2024-09-05 13:58:42 +00:00
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "6050c3a16ddab2e412160b31f2c871015704239bca62f72f6e5f0be631d3f644"
dependencies = [
"castaway",
"cfg-if",
"itoa",
2024-09-05 13:58:42 +00:00
"rustversion",
"ryu",
2023-10-25 17:45:59 +00:00
"serde",
"static_assertions",
]
[[package]]
name = "const-oid"
2024-01-12 22:47:19 +00:00
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
[[package]]
name = "core-foundation"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
2024-09-05 13:58:42 +00:00
version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
[[package]]
name = "cpufeatures"
2024-09-05 13:58:42 +00:00
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad"
dependencies = [
"libc",
]
[[package]]
name = "crc"
2024-09-05 13:58:42 +00:00
version = "3.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
dependencies = [
"crc-catalog",
]
[[package]]
name = "crc-catalog"
2024-01-12 22:47:19 +00:00
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
[[package]]
2024-01-12 22:47:19 +00:00
name = "crossbeam-deque"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
dependencies = [
2024-01-12 22:47:19 +00:00
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
2024-01-12 22:47:19 +00:00
name = "crossbeam-epoch"
version = "0.9.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
dependencies = [
2024-01-12 22:47:19 +00:00
"crossbeam-utils",
]
2024-01-12 22:47:19 +00:00
[[package]]
name = "crossbeam-queue"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
2024-09-05 13:58:42 +00:00
version = "0.8.20"
2024-01-12 22:47:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
2024-01-12 22:47:19 +00: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",
]
2024-04-07 02:29:12 +00:00
[[package]]
name = "curve25519-dalek"
2024-09-05 13:58:42 +00:00
version = "4.1.3"
2024-04-07 02:29:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be"
2024-04-07 02:29:12 +00:00
dependencies = [
"cfg-if",
"cpufeatures",
"curve25519-dalek-derive",
"digest",
"fiat-crypto",
"rustc_version",
"subtle",
"zeroize",
]
[[package]]
name = "curve25519-dalek-derive"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
dependencies = [
"proc-macro2",
"quote",
2024-09-05 13:58:42 +00:00
"syn 2.0.77",
2024-04-07 02:29:12 +00:00
]
[[package]]
name = "darling"
2024-09-05 13:58:42 +00:00
version = "0.20.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
2024-09-05 13:58:42 +00:00
version = "0.20.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
2024-09-05 13:58:42 +00:00
"strsim",
"syn 2.0.77",
]
[[package]]
name = "darling_macro"
2024-09-05 13:58:42 +00:00
version = "0.20.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
dependencies = [
"darling_core",
"quote",
2024-09-05 13:58:42 +00:00
"syn 2.0.77",
]
[[package]]
name = "der"
2024-09-05 13:58:42 +00:00
version = "0.7.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
dependencies = [
"const-oid",
"pem-rfc7468",
"zeroize",
]
2023-08-04 10:28:35 +00:00
[[package]]
name = "deranged"
2024-01-12 22:47:19 +00:00
version = "0.3.11"
2023-08-04 10:28:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
2023-08-04 10:28:35 +00:00
dependencies = [
2024-01-12 22:47:19 +00:00
"powerfmt",
2023-08-04 10:28:35 +00:00
"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-07 19:22:30 +00:00
[[package]]
name = "deunicode"
2024-09-05 13:58:42 +00:00
version = "1.6.0"
2023-07-07 19:22:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "339544cc9e2c4dc3fc7149fd630c5f22263a4fdf18a98afd0075784968b5cf00"
2023-07-07 19:22:30 +00:00
[[package]]
name = "digest"
2023-08-04 10:28:35 +00:00
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-04 10:28:35 +00:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
"block-buffer",
"const-oid",
"crypto-common",
"subtle",
]
2024-09-05 13:58:42 +00:00
[[package]]
name = "displaydoc"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.77",
]
2023-02-18 14:28:09 +00:00
[[package]]
name = "dotenvy"
version = "0.15.7"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
2023-02-18 14:28:09 +00:00
2024-04-07 02:29:12 +00:00
[[package]]
name = "ed25519"
version = "2.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
dependencies = [
"pkcs8",
"signature",
]
[[package]]
name = "ed25519-dalek"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871"
dependencies = [
"curve25519-dalek",
"ed25519",
"serde",
"sha2",
"signature",
"subtle",
"zeroize",
]
[[package]]
name = "either"
2024-09-05 13:58:42 +00:00
version = "1.13.0"
2023-08-04 10:28:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
dependencies = [
"serde",
]
2023-08-04 10:28:35 +00:00
2023-10-05 19:21:23 +00:00
[[package]]
name = "emojis"
2024-09-05 13:58:42 +00:00
version = "0.6.3"
2023-10-05 19:21:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "e72f23d65b46527e461b161ab9a126c378aa2249d8a8d15718d23ab1fb4d8786"
2023-10-05 19:21:23 +00:00
dependencies = [
"phf",
]
[[package]]
name = "encoding_rs"
2024-09-05 13:58:42 +00:00
version = "0.8.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
dependencies = [
"cfg-if",
]
2023-08-04 10:28:35 +00:00
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "errno"
2024-09-05 13:58:42 +00:00
version = "0.3.9"
2023-08-04 10:28:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
2023-08-04 10:28:35 +00:00
dependencies = [
"libc",
2024-01-12 22:47:19 +00:00
"windows-sys 0.52.0",
2023-08-04 10:28:35 +00: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-01-12 22:47:19 +00: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"
2023-07-29 03:20:00 +00:00
[[package]]
2024-04-15 02:45:44 +00:00
name = "ext_model_migration"
2023-11-05 19:31:50 +00:00
version = "0.3.0-alpha"
2023-07-29 03:20:00 +00:00
dependencies = [
"sea-orm-migration",
"tokio",
]
2023-08-04 10:28:35 +00:00
[[package]]
name = "fastrand"
2024-09-05 13:58:42 +00:00
version = "2.1.1"
2024-01-12 22:47:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
2024-01-12 22:47:19 +00:00
2024-04-07 02:29:12 +00:00
[[package]]
name = "fiat-crypto"
2024-09-05 13:58:42 +00:00
version = "0.2.9"
2024-04-07 02:29:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
2023-08-04 10:28:35 +00:00
[[package]]
name = "flume"
2024-01-12 22:47:19 +00:00
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
dependencies = [
"futures-core",
"futures-sink",
2024-09-05 13:58:42 +00:00
"spin",
]
2023-02-18 14:28:09 +00:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2023-02-14 00:59:15 +00:00
[[package]]
name = "form_urlencoded"
2024-01-12 22:47:19 +00:00
version = "1.2.1"
2023-02-14 00:59:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
2023-02-14 00:59:15 +00:00
dependencies = [
"percent-encoding",
]
[[package]]
name = "funty"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
[[package]]
name = "futures"
2024-01-12 22:47:19 +00:00
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
dependencies = [
"futures-channel",
"futures-core",
2023-11-07 20:15:35 +00:00
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
2023-02-18 14:28:09 +00:00
[[package]]
name = "futures-channel"
2024-01-12 22:47:19 +00:00
version = "0.3.30"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
2023-02-18 14:28:09 +00:00
dependencies = [
"futures-core",
"futures-sink",
2023-02-18 14:28:09 +00:00
]
[[package]]
name = "futures-core"
2024-01-12 22:47:19 +00:00
version = "0.3.30"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
2023-02-18 14:28:09 +00:00
[[package]]
name = "futures-executor"
2024-01-12 22:47:19 +00:00
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
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",
]
[[package]]
name = "futures-io"
2024-01-12 22:47:19 +00:00
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
[[package]]
name = "futures-macro"
2024-01-12 22:47:19 +00:00
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
dependencies = [
"proc-macro2",
"quote",
2024-09-05 13:58:42 +00:00
"syn 2.0.77",
]
2023-02-18 14:28:09 +00:00
[[package]]
name = "futures-sink"
2024-01-12 22:47:19 +00:00
version = "0.3.30"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
2023-02-18 14:28:09 +00:00
[[package]]
name = "futures-task"
2024-01-12 22:47:19 +00:00
version = "0.3.30"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
2023-02-18 14:28:09 +00:00
[[package]]
name = "futures-util"
2024-01-12 22:47:19 +00:00
version = "0.3.30"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
2023-02-18 14:28:09 +00:00
dependencies = [
"futures-channel",
2023-02-18 14:28:09 +00:00
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
2023-02-18 14:28:09 +00:00
"futures-task",
"memchr",
2023-02-18 14:28:09 +00:00
"pin-project-lite",
"pin-utils",
"slab",
2023-02-18 14:28:09 +00:00
]
[[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-09-05 13:58:42 +00:00
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
dependencies = [
"cfg-if",
"libc",
2024-01-12 22:47:19 +00:00
"wasi",
]
2023-08-04 10:28:35 +00:00
[[package]]
name = "gimli"
2024-09-05 13:58:42 +00:00
version = "0.29.0"
2023-08-04 10:28:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
2023-08-04 10:28:35 +00:00
[[package]]
name = "glob"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2023-07-07 19:22:30 +00:00
[[package]]
name = "globset"
2024-01-12 22:47:19 +00:00
version = "0.4.14"
2023-07-07 19:22:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
2023-07-07 19:22:30 +00:00
dependencies = [
2023-08-04 10:28:35 +00:00
"aho-corasick",
2023-07-07 19:22:30 +00:00
"bstr",
"log",
2024-09-05 13:58:42 +00:00
"regex-automata 0.4.7",
"regex-syntax 0.8.4",
2023-07-07 19:22:30 +00:00
]
[[package]]
name = "globwalk"
2024-09-05 13:58:42 +00:00
version = "0.9.1"
2023-07-07 19:22:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757"
2023-07-07 19:22:30 +00:00
dependencies = [
2024-09-05 13:58:42 +00:00
"bitflags",
2023-07-07 19:22:30 +00:00
"ignore",
"walkdir",
]
2023-02-18 14:28:09 +00:00
[[package]]
name = "h2"
2024-09-05 13:58:42 +00:00
version = "0.4.6"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
2023-02-18 14:28:09 +00:00
dependencies = [
2024-09-05 13:58:42 +00:00
"atomic-waker",
2023-02-18 14:28:09 +00:00
"bytes",
"fnv",
"futures-core",
"futures-sink",
2024-04-07 02:29:12 +00:00
"http",
2023-12-22 18:19:07 +00:00
"indexmap",
2023-02-18 14:28:09 +00: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 = [
"ahash 0.7.8",
]
2023-08-04 10:28:35 +00:00
[[package]]
name = "hashbrown"
2024-09-05 13:58:42 +00:00
version = "0.14.5"
2023-08-04 10:28:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2023-08-04 10:28:35 +00:00
dependencies = [
2024-09-05 13:58:42 +00:00
"ahash 0.8.11",
2023-08-04 10:28:35 +00:00
"allocator-api2",
]
[[package]]
name = "hashlink"
2024-01-12 22:47:19 +00:00
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
dependencies = [
2024-09-05 13:58:42 +00:00
"hashbrown 0.14.5",
]
2023-07-07 19:22:30 +00:00
[[package]]
name = "headers"
2023-12-22 18:19:07 +00:00
version = "0.4.0"
2023-07-07 19:22:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-22 18:19:07 +00:00
checksum = "322106e6bd0cba2d5ead589ddb8150a13d7c4217cf80d7c4f682ca994ccc6aa9"
2023-07-07 19:22:30 +00:00
dependencies = [
2024-04-07 02:29:12 +00:00
"base64 0.21.7",
2023-07-07 19:22:30 +00:00
"bytes",
"headers-core",
2024-04-07 02:29:12 +00:00
"http",
2023-07-07 19:22:30 +00:00
"httpdate",
"mime",
"sha1",
]
[[package]]
name = "headers-core"
2023-12-22 18:19:07 +00:00
version = "0.3.0"
2023-07-07 19:22:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-22 18:19:07 +00:00
checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4"
2023-07-07 19:22:30 +00:00
dependencies = [
2024-04-07 02:29:12 +00:00
"http",
2023-07-07 19:22:30 +00:00
]
[[package]]
name = "heck"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
dependencies = [
"unicode-segmentation",
]
2023-02-18 14:28:09 +00:00
2024-09-05 13:58:42 +00:00
[[package]]
name = "heck"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2023-02-18 14:28:09 +00:00
[[package]]
name = "hermit-abi"
2024-09-05 13:58:42 +00:00
version = "0.3.9"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hkdf"
2024-01-12 22:47:19 +00:00
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
dependencies = [
"hmac",
]
[[package]]
name = "hmac"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
2023-02-18 14:28:09 +00:00
dependencies = [
"digest",
2023-02-18 14:28:09 +00:00
]
[[package]]
name = "home"
2024-01-12 22:47:19 +00:00
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
dependencies = [
2024-01-12 22:47:19 +00:00
"windows-sys 0.52.0",
]
2023-02-18 14:28:09 +00:00
[[package]]
name = "http"
2024-09-05 13:58:42 +00:00
version = "1.1.0"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
2023-02-18 14:28:09 +00:00
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
2024-09-05 13:58:42 +00:00
version = "1.0.1"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
2023-02-18 14:28:09 +00:00
dependencies = [
"bytes",
2024-04-07 02:29:12 +00:00
"http",
2023-12-22 18:19:07 +00:00
]
[[package]]
name = "http-body-util"
2024-09-05 13:58:42 +00:00
version = "0.1.2"
2023-12-22 18:19:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
2023-12-22 18:19:07 +00:00
dependencies = [
"bytes",
"futures-util",
2024-04-07 02:29:12 +00:00
"http",
"http-body",
2023-02-18 14:28:09 +00:00
"pin-project-lite",
]
[[package]]
name = "http-range-header"
2024-09-05 13:58:42 +00:00
version = "0.4.1"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "08a397c49fec283e3d6211adbe480be95aae5f304cfb923e9970e08956d5168a"
2023-02-18 14:28:09 +00:00
[[package]]
name = "httparse"
2024-09-05 13:58:42 +00:00
version = "1.9.4"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
2023-02-18 14:28:09 +00:00
[[package]]
name = "httpdate"
2024-01-12 22:47:19 +00:00
version = "1.0.3"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2023-02-18 14:28:09 +00:00
2023-07-07 19:22:30 +00:00
[[package]]
name = "humansize"
2024-01-12 22:47:19 +00:00
version = "2.1.3"
2023-07-07 19:22:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7"
dependencies = [
"libm",
]
2023-07-07 19:22:30 +00:00
2023-02-18 14:28:09 +00:00
[[package]]
name = "hyper"
2024-09-05 13:58:42 +00:00
version = "1.4.1"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05"
2023-02-18 14:28:09 +00:00
dependencies = [
"bytes",
"futures-channel",
"futures-util",
2024-04-07 02:29:12 +00:00
"h2",
"http",
"http-body",
2023-02-18 14:28:09 +00:00
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
2024-09-05 13:58:42 +00:00
"smallvec",
2023-02-18 14:28:09 +00:00
"tokio",
"want",
]
2024-09-05 13:58:42 +00:00
[[package]]
name = "hyper-rustls"
version = "0.27.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
dependencies = [
"futures-util",
"http",
"hyper",
"hyper-util",
"rustls 0.23.12",
"rustls-pki-types",
"tokio",
"tokio-rustls",
"tower-service",
]
[[package]]
name = "hyper-tls"
2024-04-07 02:29:12 +00:00
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-07 02:29:12 +00:00
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
dependencies = [
"bytes",
2024-04-07 02:29:12 +00:00
"http-body-util",
"hyper",
"hyper-util",
"native-tls",
"tokio",
"tokio-native-tls",
2024-04-07 02:29:12 +00:00
"tower-service",
]
2023-12-22 18:19:07 +00:00
[[package]]
name = "hyper-util"
2024-09-05 13:58:42 +00:00
version = "0.1.7"
2023-12-22 18:19:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "cde7055719c54e36e95e8719f95883f22072a48ede39db7fc17a4e1d5281e9b9"
2023-12-22 18:19:07 +00:00
dependencies = [
"bytes",
2024-04-07 02:29:12 +00:00
"futures-channel",
2023-12-22 18:19:07 +00:00
"futures-util",
2024-04-07 02:29:12 +00:00
"http",
"http-body",
"hyper",
2023-12-22 18:19:07 +00:00
"pin-project-lite",
2024-09-05 13:58:42 +00:00
"socket2",
2023-12-22 18:19:07 +00:00
"tokio",
2024-09-05 13:58:42 +00:00
"tower 0.4.13",
2024-04-07 02:29:12 +00:00
"tower-service",
"tracing",
2023-12-22 18:19:07 +00:00
]
[[package]]
name = "iana-time-zone"
version = "0.1.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
2024-01-12 22:47:19 +00: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",
]
2024-09-05 13:58:42 +00:00
[[package]]
name = "icu_collections"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
dependencies = [
"displaydoc",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
name = "icu_locid"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
dependencies = [
"displaydoc",
"litemap",
"tinystr",
"writeable",
"zerovec",
]
[[package]]
name = "icu_locid_transform"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
dependencies = [
"displaydoc",
"icu_locid",
"icu_locid_transform_data",
"icu_provider",
"tinystr",
"zerovec",
]
[[package]]
name = "icu_locid_transform_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
[[package]]
name = "icu_normalizer"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
dependencies = [
"displaydoc",
"icu_collections",
"icu_normalizer_data",
"icu_properties",
"icu_provider",
"smallvec",
"utf16_iter",
"utf8_iter",
"write16",
"zerovec",
]
[[package]]
name = "icu_normalizer_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
[[package]]
name = "icu_properties"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
dependencies = [
"displaydoc",
"icu_collections",
"icu_locid_transform",
"icu_properties_data",
"icu_provider",
"tinystr",
"zerovec",
]
[[package]]
name = "icu_properties_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
[[package]]
name = "icu_provider"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
dependencies = [
"displaydoc",
"icu_locid",
"icu_provider_macros",
"stable_deref_trait",
"tinystr",
"writeable",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
name = "icu_provider_macros"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.77",
]
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2023-12-22 18:19:07 +00:00
[[package]]
name = "idna"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
2024-09-05 13:58:42 +00:00
[[package]]
name = "idna"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd69211b9b519e98303c015e21a007e293db403b6c85b9b124e133d25e242cdd"
dependencies = [
"icu_normalizer",
"icu_properties",
"smallvec",
"utf8_iter",
]
2023-07-07 19:22:30 +00:00
[[package]]
name = "ignore"
2024-01-12 22:47:19 +00:00
version = "0.4.22"
2023-07-07 19:22:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1"
2023-07-07 19:22:30 +00:00
dependencies = [
2024-01-12 22:47:19 +00:00
"crossbeam-deque",
2023-07-07 19:22:30 +00:00
"globset",
"log",
"memchr",
2024-09-05 13:58:42 +00:00
"regex-automata 0.4.7",
2023-07-07 19:22:30 +00:00
"same-file",
"walkdir",
"winapi-util",
]
2023-08-04 10:28:35 +00:00
[[package]]
name = "indexmap"
2024-09-05 13:58:42 +00:00
version = "2.5.0"
2023-08-04 10:28:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5"
2023-08-04 10:28:35 +00:00
dependencies = [
"equivalent",
2024-09-05 13:58:42 +00:00
"hashbrown 0.14.5",
2024-04-07 02:29:12 +00:00
"serde",
2023-08-04 10:28:35 +00:00
]
[[package]]
name = "inherent"
2024-01-12 22:47:19 +00:00
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
dependencies = [
"proc-macro2",
"quote",
2024-09-05 13:58:42 +00:00
"syn 2.0.77",
]
[[package]]
name = "ipnet"
version = "2.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
2023-10-27 19:55:08 +00:00
[[package]]
name = "is_ci"
version = "1.2.0"
2023-10-27 19:55:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45"
2023-10-27 19:55:08 +00:00
2024-09-05 13:58:42 +00:00
[[package]]
name = "is_terminal_polyfill"
version = "1.70.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
2023-10-27 19:55:08 +00:00
[[package]]
name = "itertools"
2024-09-05 13:58:42 +00:00
version = "0.13.0"
2023-10-27 19:55:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
2023-10-27 19:55:08 +00:00
dependencies = [
"either",
]
2023-02-14 00:59:15 +00:00
[[package]]
name = "itoa"
2024-09-05 13:58:42 +00:00
version = "1.0.11"
2023-02-14 00:59:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
2023-02-14 00:59:15 +00:00
[[package]]
name = "js-sys"
2024-09-05 13:58:42 +00:00
version = "0.3.70"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
dependencies = [
"wasm-bindgen",
]
2023-02-18 14:28:09 +00:00
[[package]]
name = "lazy_static"
2024-09-05 13:58:42 +00:00
version = "1.5.0"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
dependencies = [
2024-09-05 13:58:42 +00:00
"spin",
]
2023-02-18 14:28:09 +00:00
[[package]]
name = "libc"
2024-09-05 13:58:42 +00:00
version = "0.2.158"
2023-08-04 10:28:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
2023-08-04 10:28:35 +00:00
[[package]]
name = "libm"
2024-01-12 22:47:19 +00:00
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
[[package]]
name = "libsqlite3-sys"
2024-01-12 22:47:19 +00:00
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "cf4e226dcd58b4be396f7bd3c20da8fdee2911400705297ba7d2d7cc2c30f716"
dependencies = [
"cc",
"pkg-config",
"vcpkg",
]
2023-08-04 10:28:35 +00:00
[[package]]
name = "linux-raw-sys"
2024-09-05 13:58:42 +00:00
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
[[package]]
name = "litemap"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704"
2023-02-18 14:28:09 +00:00
[[package]]
name = "lock_api"
2024-09-05 13:58:42 +00:00
version = "0.4.12"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2023-02-18 14:28:09 +00:00
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
2024-09-05 13:58:42 +00:00
version = "0.4.22"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
2023-02-18 14:28:09 +00:00
2023-10-27 19:55:08 +00:00
[[package]]
name = "lru"
2024-09-05 13:58:42 +00:00
version = "0.12.4"
2023-10-27 19:55:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904"
2023-10-27 19:55:08 +00:00
dependencies = [
2024-09-05 13:58:42 +00:00
"hashbrown 0.14.5",
2023-10-27 19:55:08 +00:00
]
2023-02-14 00:59:15 +00:00
[[package]]
name = "magnetar"
2023-11-05 19:31:50 +00:00
version = "0.3.0-alpha"
2023-02-18 14:28:09 +00:00
dependencies = [
"async-stream",
2023-02-18 14:28:09 +00:00
"axum",
2023-12-22 18:19:07 +00:00
"axum-extra",
"cached",
"cfg-if",
"chrono",
2023-10-29 01:10:48 +00:00
"compact_str",
2023-02-18 14:28:09 +00:00
"dotenvy",
2023-10-28 23:27:32 +00:00
"either",
2023-11-07 20:15:35 +00:00
"futures",
2023-10-29 16:05:42 +00:00
"futures-util",
"headers",
2024-04-07 02:29:12 +00:00
"hyper",
2024-09-05 13:58:42 +00:00
"idna 1.0.2",
2024-01-12 22:47:19 +00:00
"itertools",
2023-10-27 19:55:08 +00:00
"lru",
2023-07-07 19:22:30 +00:00
"magnetar_common",
2023-02-18 14:28:09 +00:00
"magnetar_core",
"magnetar_federation",
"magnetar_host_meta",
2024-04-15 02:45:44 +00:00
"magnetar_model",
"magnetar_nodeinfo",
2023-08-04 10:28:35 +00:00
"magnetar_sdk",
"magnetar_webfinger",
2023-07-07 19:22:30 +00:00
"miette",
"percent-encoding",
"quick-xml",
2023-10-29 01:10:48 +00:00
"regex",
2023-02-18 14:28:09 +00:00
"serde",
"serde_json",
"serde_urlencoded",
2024-09-05 13:58:42 +00:00
"strum 0.26.3",
2023-07-07 19:22:30 +00:00
"thiserror",
"tokio",
"tokio-stream",
2024-01-12 22:47:19 +00:00
"toml",
2024-09-05 13:58:42 +00:00
"tower 0.5.0",
2023-07-07 19:22:30 +00:00
"tower-http",
"tracing",
"tracing-subscriber",
2023-09-23 16:05:13 +00:00
"unicode-segmentation",
"url",
2023-07-07 19:22:30 +00:00
]
2023-09-30 14:28:33 +00:00
[[package]]
name = "magnetar_activity_streams"
version = "0.3.0-alpha"
2023-09-30 14:28:33 +00:00
dependencies = [
"async-trait",
"chrono",
"either",
2023-09-30 14:28:33 +00:00
"serde",
"serde_json",
"thiserror",
"tokio",
"url",
2023-07-07 19:22:30 +00:00
]
[[package]]
name = "magnetar_calckey_fe"
2023-11-05 19:31:50 +00:00
version = "0.3.0-alpha"
2023-07-07 19:22:30 +00:00
dependencies = [
"axum",
2023-12-22 18:19:07 +00:00
"axum-extra",
2023-07-07 19:22:30 +00:00
"chrono",
"dotenvy",
2023-12-22 18:19:07 +00:00
"headers",
2024-04-07 02:29:12 +00:00
"hyper",
2023-07-07 19:22:30 +00:00
"magnetar_common",
"miette",
"percent-encoding",
"serde",
"serde_json",
"tera",
"thiserror",
2023-02-18 14:28:09 +00:00
"tokio",
2024-01-12 22:47:19 +00:00
"toml",
2024-09-05 13:58:42 +00:00
"tower 0.5.0",
"tower-http",
2023-02-18 14:28:09 +00:00
"tracing",
"tracing-subscriber",
"walkdir",
2023-02-18 14:28:09 +00:00
]
2023-02-17 23:42:50 +00:00
2023-07-07 19:22:30 +00:00
[[package]]
name = "magnetar_common"
2023-11-05 19:31:50 +00:00
version = "0.3.0-alpha"
2023-07-07 19:22:30 +00:00
dependencies = [
2024-09-05 13:58:42 +00:00
"idna 1.0.2",
2023-07-07 19:22:30 +00:00
"magnetar_core",
"magnetar_sdk",
2023-07-07 19:22:30 +00:00
"percent-encoding",
"serde",
"thiserror",
2024-01-12 22:47:19 +00:00
"toml",
"url",
]
2023-02-17 23:42:50 +00:00
[[package]]
name = "magnetar_core"
2023-11-05 19:31:50 +00:00
version = "0.3.0-alpha"
2023-02-14 00:59:15 +00:00
dependencies = [
"serde",
"serde_json",
]
[[package]]
name = "magnetar_federation"
version = "0.3.0-alpha"
dependencies = [
"async-stream",
"async-trait",
2024-09-05 13:58:42 +00:00
"base64 0.22.1",
"chrono",
2024-04-07 02:29:12 +00:00
"ed25519-dalek",
"futures",
"futures-core",
"futures-util",
"headers",
2024-04-07 02:29:12 +00:00
"http",
2024-04-09 14:49:00 +00:00
"httpdate",
2024-04-07 02:29:12 +00:00
"hyper",
"indexmap",
"magnetar_common",
"magnetar_core",
"magnetar_host_meta",
"magnetar_webfinger",
"miette",
"percent-encoding",
"quick-xml",
"reqwest",
2024-04-07 02:29:12 +00:00
"rsa",
"serde",
"serde_json",
2024-04-07 02:29:12 +00:00
"sha2",
2024-09-05 13:58:42 +00:00
"strum 0.26.3",
"thiserror",
"tokio",
"tracing",
"tracing-subscriber",
"url",
]
[[package]]
name = "magnetar_host_meta"
version = "0.3.0-alpha"
dependencies = [
"magnetar_core",
"quick-xml",
"serde",
]
2023-10-25 17:45:59 +00:00
[[package]]
name = "magnetar_mmm_parser"
2023-11-05 19:31:50 +00:00
version = "0.3.0-alpha"
2023-10-25 17:45:59 +00:00
dependencies = [
"compact_str",
"either",
"emojis",
"nom",
"nom_locate",
"quick-xml",
2023-10-25 17:45:59 +00:00
"serde",
2024-09-05 13:58:42 +00:00
"strum 0.26.3",
2023-10-25 17:45:59 +00:00
"tracing",
"unicode-segmentation",
]
2024-04-15 02:45:44 +00:00
[[package]]
name = "magnetar_model"
version = "0.3.0-alpha"
dependencies = [
"chrono",
"ck",
"dotenvy",
"ext_model_migration",
"futures-core",
"futures-util",
"magnetar_common",
"magnetar_sdk",
"redis",
"sea-orm",
"serde",
"serde_json",
2024-09-05 13:58:42 +00:00
"strum 0.26.3",
2024-04-15 02:45:44 +00:00
"thiserror",
"tokio",
"tokio-util",
"tracing",
"url",
]
[[package]]
name = "magnetar_nodeinfo"
2023-11-05 19:31:50 +00:00
version = "0.3.0-alpha"
dependencies = [
"serde",
"serde_json",
]
2023-08-04 10:28:35 +00:00
[[package]]
name = "magnetar_sdk"
2023-11-05 19:31:50 +00:00
version = "0.3.0-alpha"
2023-08-04 10:28:35 +00:00
dependencies = [
"chrono",
2024-04-07 02:29:12 +00:00
"http",
2023-10-25 17:45:59 +00:00
"magnetar_mmm_parser",
2023-08-04 10:28:35 +00:00
"magnetar_sdk_macros",
"serde",
"serde_json",
2023-11-07 20:15:35 +00:00
"serde_urlencoded",
2024-09-05 13:58:42 +00:00
"strum 0.26.3",
2023-08-04 10:28:35 +00:00
"ts-rs",
2023-09-23 16:05:13 +00:00
"unicode-segmentation",
2023-08-04 10:28:35 +00:00
]
[[package]]
name = "magnetar_sdk_macros"
2023-11-05 19:31:50 +00:00
version = "0.3.0-alpha"
2023-08-04 10:28:35 +00:00
dependencies = [
"quote",
2024-09-05 13:58:42 +00:00
"syn 2.0.77",
2023-08-04 10:28:35 +00:00
]
[[package]]
name = "magnetar_webfinger"
2023-11-05 19:31:50 +00:00
version = "0.3.0-alpha"
dependencies = [
"magnetar_core",
"serde",
"serde_json",
]
2023-02-18 14:28:09 +00:00
[[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
2023-08-04 10:28:35 +00:00
"regex-automata 0.1.10",
2023-02-18 14:28:09 +00:00
]
[[package]]
name = "matchit"
2024-01-12 22:47:19 +00:00
version = "0.7.3"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
2023-02-18 14:28:09 +00:00
[[package]]
name = "md-5"
2024-01-12 22:47:19 +00:00
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
dependencies = [
2024-01-12 22:47:19 +00:00
"cfg-if",
"digest",
]
2023-02-18 14:28:09 +00:00
[[package]]
name = "memchr"
2024-09-05 13:58:42 +00:00
version = "2.7.4"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2023-02-18 14:28:09 +00:00
2023-07-07 19:22:30 +00:00
[[package]]
name = "miette"
2024-09-05 13:58:42 +00:00
version = "7.2.0"
2023-07-07 19:22:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "4edc8853320c2a0dab800fbda86253c8938f6ea88510dc92c5f1ed20e794afc1"
2023-07-07 19:22:30 +00:00
dependencies = [
2023-10-27 19:55:08 +00:00
"backtrace",
"backtrace-ext",
2024-09-05 13:58:42 +00:00
"cfg-if",
2023-07-07 19:22:30 +00:00
"miette-derive",
2023-10-27 19:55:08 +00:00
"owo-colors",
"supports-color",
"supports-hyperlinks",
"supports-unicode",
"terminal_size",
"textwrap",
2023-07-07 19:22:30 +00:00
"thiserror",
"unicode-width",
]
[[package]]
name = "miette-derive"
2024-09-05 13:58:42 +00:00
version = "7.2.0"
2023-07-07 19:22:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "dcf09caffaac8068c346b6df2a7fc27a177fd20b39421a39ce0a211bde679a6c"
2023-07-07 19:22:30 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-09-05 13:58:42 +00:00
"syn 2.0.77",
2023-07-07 19:22:30 +00:00
]
2023-02-18 14:28:09 +00:00
[[package]]
name = "mime"
version = "0.3.17"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2023-02-18 14:28:09 +00:00
2023-07-07 19:22:30 +00:00
[[package]]
name = "mime_guess"
2024-09-05 13:58:42 +00:00
version = "2.0.5"
2023-07-07 19:22:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
2023-07-07 19:22:30 +00:00
dependencies = [
"mime",
"unicase",
]
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2023-08-04 10:28:35 +00:00
[[package]]
name = "miniz_oxide"
2024-09-05 13:58:42 +00:00
version = "0.7.4"
2023-08-04 10:28:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
2023-08-04 10:28:35 +00:00
dependencies = [
"adler",
]
2023-02-18 14:28:09 +00:00
[[package]]
name = "mio"
2024-09-05 13:58:42 +00:00
version = "1.0.2"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
2023-02-18 14:28:09 +00:00
dependencies = [
2024-09-05 13:58:42 +00:00
"hermit-abi",
2023-02-18 14:28:09 +00:00
"libc",
2024-01-12 22:47:19 +00:00
"wasi",
2024-09-05 13:58:42 +00:00
"windows-sys 0.52.0",
2024-01-12 22:47:19 +00:00
]
[[package]]
name = "native-tls"
2024-09-05 13:58:42 +00:00
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
dependencies = [
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
[[package]]
name = "nom"
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
"minimal-lexical",
]
2023-10-01 21:04:32 +00:00
[[package]]
name = "nom_locate"
version = "4.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e3c83c053b0713da60c5b8de47fe8e494fe3ece5267b2f23090a07a053ba8f3"
dependencies = [
"bytecount",
"memchr",
"nom",
]
2023-02-18 14:28:09 +00: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-09-05 13:58:42 +00:00
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
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",
]
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
[[package]]
name = "num-integer"
version = "0.1.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
dependencies = [
"num-traits",
]
[[package]]
name = "num-iter"
2024-09-05 13:58:42 +00:00
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
2024-09-05 13:58:42 +00:00
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
"autocfg",
"libm",
]
2023-08-04 10:28:35 +00:00
[[package]]
name = "object"
2024-09-05 13:58:42 +00:00
version = "0.36.4"
2023-08-04 10:28:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a"
2023-08-04 10:28:35 +00:00
dependencies = [
"memchr",
]
2023-02-18 14:28:09 +00:00
[[package]]
name = "once_cell"
2024-01-12 22:47:19 +00:00
version = "1.19.0"
2023-08-04 10:28:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2023-08-04 10:28:35 +00:00
[[package]]
name = "openssl"
2024-09-05 13:58:42 +00:00
version = "0.10.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
dependencies = [
2024-09-05 13:58:42 +00:00
"bitflags",
"cfg-if",
"foreign-types",
"libc",
"once_cell",
"openssl-macros",
"openssl-sys",
]
[[package]]
name = "openssl-macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
dependencies = [
"proc-macro2",
"quote",
2024-09-05 13:58:42 +00:00
"syn 2.0.77",
]
[[package]]
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "openssl-sys"
2024-09-05 13:58:42 +00:00
version = "0.9.103"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2023-07-29 03:20:00 +00:00
[[package]]
name = "ordered-float"
2024-01-12 22:47:19 +00:00
version = "3.9.2"
2023-07-29 03:20:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
dependencies = [
"num-traits",
]
2023-07-29 03:20:00 +00:00
[[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-09-05 13:58:42 +00:00
"heck 0.4.1",
"proc-macro-error",
"proc-macro2",
"quote",
2024-09-05 13:58:42 +00:00
"syn 2.0.77",
]
2023-02-18 14:28:09 +00:00
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2023-10-27 19:55:08 +00:00
[[package]]
name = "owo-colors"
2024-09-05 13:58:42 +00:00
version = "4.0.0"
2023-10-27 19:55:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "caff54706df99d2a78a5a4e3455ff45448d81ef1bb63c22cd14052ca0e993a3f"
2023-10-27 19:55:08 +00:00
2023-02-18 14:28:09 +00:00
[[package]]
name = "parking_lot"
2024-09-05 13:58:42 +00:00
version = "0.12.3"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
2023-02-18 14:28:09 +00:00
dependencies = [
"lock_api",
"parking_lot_core",
2023-02-18 14:28:09 +00:00
]
[[package]]
name = "parking_lot_core"
2024-09-05 13:58:42 +00:00
version = "0.9.10"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2023-02-18 14:28:09 +00:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
2023-02-18 14:28:09 +00:00
"smallvec",
2024-09-05 13:58:42 +00:00
"windows-targets 0.52.6",
2023-02-18 14:28:09 +00:00
]
2023-07-07 19:22:30 +00:00
[[package]]
name = "parse-zoneinfo"
2024-09-05 13:58:42 +00:00
version = "0.3.1"
2023-07-07 19:22:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24"
2023-07-07 19:22:30 +00:00
dependencies = [
"regex",
]
[[package]]
name = "paste"
2024-09-05 13:58:42 +00:00
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00: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-02-14 00:59:15 +00:00
[[package]]
name = "percent-encoding"
2024-01-12 22:47:19 +00:00
version = "2.3.1"
2023-02-14 00:59:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2023-02-14 00:59:15 +00:00
2023-07-07 19:22:30 +00:00
[[package]]
name = "pest"
2024-09-05 13:58:42 +00:00
version = "2.7.11"
2023-07-07 19:22:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95"
2023-07-07 19:22:30 +00:00
dependencies = [
2024-01-12 22:47:19 +00:00
"memchr",
2023-07-07 19:22:30 +00:00
"thiserror",
"ucd-trie",
]
[[package]]
name = "pest_derive"
2024-09-05 13:58:42 +00:00
version = "2.7.11"
2023-07-07 19:22:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "2a548d2beca6773b1c244554d36fcf8548a8a58e74156968211567250e48e49a"
2023-07-07 19:22:30 +00:00
dependencies = [
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
2024-09-05 13:58:42 +00:00
version = "2.7.11"
2023-07-07 19:22:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "3c93a82e8d145725dcbaf44e5ea887c8a869efdcc28706df2d08c69e17077183"
2023-07-07 19:22:30 +00:00
dependencies = [
"pest",
"pest_meta",
"proc-macro2",
"quote",
2024-09-05 13:58:42 +00:00
"syn 2.0.77",
2023-07-07 19:22:30 +00:00
]
[[package]]
name = "pest_meta"
2024-09-05 13:58:42 +00:00
version = "2.7.11"
2023-07-07 19:22:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "a941429fea7e08bedec25e4f6785b6ffaacc6b755da98df5ef3e7dcf4a124c4f"
2023-07-07 19:22:30 +00:00
dependencies = [
"once_cell",
"pest",
"sha2",
]
[[package]]
name = "phf"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
dependencies = [
"phf_shared",
]
[[package]]
name = "phf_codegen"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
dependencies = [
"phf_generator",
"phf_shared",
]
[[package]]
name = "phf_generator"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
dependencies = [
"phf_shared",
"rand",
]
[[package]]
name = "phf_shared"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
dependencies = [
"siphasher",
]
2023-02-18 14:28:09 +00:00
[[package]]
name = "pin-project"
2024-09-05 13:58:42 +00:00
version = "1.1.5"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
2023-02-18 14:28:09 +00:00
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2024-09-05 13:58:42 +00:00
version = "1.1.5"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
2023-02-18 14:28:09 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-09-05 13:58:42 +00:00
"syn 2.0.77",
2023-02-18 14:28:09 +00:00
]
[[package]]
name = "pin-project-lite"
2024-09-05 13:58:42 +00:00
version = "0.2.14"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
2023-02-18 14:28:09 +00: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-08-04 10:28:35 +00:00
[[package]]
name = "pkg-config"
version = "0.3.30"
2023-08-04 10:28:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
2024-01-12 22:47:19 +00:00
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2023-08-04 10:28:35 +00:00
[[package]]
name = "ppv-lite86"
2024-09-05 13:58:42 +00:00
version = "0.2.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
dependencies = [
"zerocopy",
]
[[package]]
name = "proc-macro-crate"
2024-09-05 13:58:42 +00:00
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
dependencies = [
2024-09-05 13:58:42 +00: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-02-14 00:59:15 +00:00
[[package]]
name = "proc-macro2"
2024-09-05 13:58:42 +00:00
version = "1.0.86"
2023-02-14 00:59:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
2023-02-14 00:59:15 +00: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",
]
[[package]]
name = "quick-xml"
2024-09-05 13:58:42 +00:00
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "96a05e2e8efddfa51a84ca47cec303fac86c8541b686d37cac5efc0e094417bc"
dependencies = [
"memchr",
"serde",
]
2023-02-14 00:59:15 +00:00
[[package]]
name = "quote"
2024-09-05 13:58:42 +00:00
version = "1.0.37"
2023-02-14 00:59:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
2023-02-14 00:59:15 +00: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",
]
[[package]]
name = "redis"
2024-09-05 13:58:42 +00:00
version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "e902a69d09078829137b4a5d9d082e0490393537badd7c91a3d69d14639e115f"
dependencies = [
2024-09-05 13:58:42 +00:00
"arc-swap",
"async-trait",
"bytes",
"combine",
"futures-util",
"itoa",
2024-09-05 13:58:42 +00:00
"num-bigint",
"percent-encoding",
"pin-project-lite",
"ryu",
"serde",
"serde_json",
"sha1_smol",
2024-09-05 13:58:42 +00:00
"socket2",
"tokio",
"tokio-util",
"url",
]
2023-08-04 10:28:35 +00:00
[[package]]
name = "redox_syscall"
2024-09-05 13:58:42 +00:00
version = "0.5.3"
2023-08-04 10:28:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
2023-08-04 10:28:35 +00:00
dependencies = [
2024-09-05 13:58:42 +00:00
"bitflags",
2023-02-18 14:28:09 +00:00
]
[[package]]
name = "regex"
2024-09-05 13:58:42 +00:00
version = "1.10.6"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
2023-02-18 14:28:09 +00:00
dependencies = [
2023-08-04 10:28:35 +00:00
"aho-corasick",
2023-07-07 19:22:30 +00:00
"memchr",
2024-09-05 13:58:42 +00:00
"regex-automata 0.4.7",
"regex-syntax 0.8.4",
2023-02-18 14:28:09 +00: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",
2023-02-18 14:28:09 +00:00
]
2023-08-04 10:28:35 +00:00
[[package]]
name = "regex-automata"
2024-09-05 13:58:42 +00:00
version = "0.4.7"
2023-08-04 10:28:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
2023-08-04 10:28:35 +00:00
dependencies = [
"aho-corasick",
"memchr",
2024-09-05 13:58:42 +00:00
"regex-syntax 0.8.4",
2023-08-04 10:28:35 +00:00
]
2023-02-18 14:28:09 +00: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-09-05 13:58:42 +00:00
version = "0.8.4"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
2023-02-18 14:28:09 +00:00
[[package]]
name = "rend"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
dependencies = [
"bytecheck",
]
[[package]]
name = "reqwest"
2024-09-05 13:58:42 +00:00
version = "0.12.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "f8f4955649ef5c38cc7f9e8aa41761d48fb9677197daea9984dc54f56aad5e63"
dependencies = [
2024-09-05 13:58:42 +00:00
"base64 0.22.1",
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
2024-04-07 02:29:12 +00:00
"h2",
"http",
"http-body",
"http-body-util",
"hyper",
2024-09-05 13:58:42 +00:00
"hyper-rustls",
"hyper-tls",
2024-04-07 02:29:12 +00:00
"hyper-util",
"ipnet",
"js-sys",
"log",
"mime",
"native-tls",
"once_cell",
"percent-encoding",
"pin-project-lite",
2024-09-05 13:58:42 +00:00
"rustls-pemfile 2.1.3",
"serde",
"serde_json",
"serde_urlencoded",
2024-09-05 13:58:42 +00:00
"sync_wrapper 1.0.1",
"system-configuration",
"tokio",
"tokio-native-tls",
"tokio-util",
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"wasm-streams",
"web-sys",
2024-09-05 13:58:42 +00:00
"windows-registry",
]
[[package]]
name = "ring"
2024-09-05 13:58:42 +00:00
version = "0.17.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
dependencies = [
"cc",
2024-09-05 13:58:42 +00:00
"cfg-if",
2024-01-12 22:47:19 +00:00
"getrandom",
"libc",
2024-09-05 13:58:42 +00:00
"spin",
"untrusted",
2024-09-05 13:58:42 +00:00
"windows-sys 0.52.0",
]
[[package]]
name = "rkyv"
2024-09-05 13:58:42 +00:00
version = "0.7.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
dependencies = [
"bitvec",
"bytecheck",
2024-01-12 22:47:19 +00:00
"bytes",
"hashbrown 0.12.3",
"ptr_meta",
"rend",
"rkyv_derive",
"seahash",
"tinyvec",
"uuid",
]
[[package]]
name = "rkyv_derive"
2024-09-05 13:58:42 +00:00
version = "0.7.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "rsa"
2024-01-12 22:47:19 +00:00
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
dependencies = [
"const-oid",
"digest",
"num-bigint-dig",
"num-integer",
"num-traits",
"pkcs1",
"pkcs8",
"rand_core",
2024-04-07 02:29:12 +00:00
"sha2",
"signature",
"spki",
"subtle",
"zeroize",
]
2023-02-18 14:28:09 +00:00
[[package]]
name = "rust_decimal"
2024-09-05 13:58:42 +00:00
version = "1.36.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
dependencies = [
"arrayvec",
"borsh",
"bytes",
"num-traits",
"rand",
"rkyv",
"serde",
"serde_json",
]
2023-08-04 10:28:35 +00:00
[[package]]
name = "rustc-demangle"
2024-09-05 13:58:42 +00:00
version = "0.1.24"
2023-08-04 10:28:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
2023-08-04 10:28:35 +00:00
2024-04-07 02:29:12 +00:00
[[package]]
name = "rustc_version"
2024-09-05 13:58:42 +00:00
version = "0.4.1"
2024-04-07 02:29:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2024-04-07 02:29:12 +00:00
dependencies = [
"semver",
]
2023-08-04 10:28:35 +00:00
[[package]]
name = "rustix"
2024-09-05 13:58:42 +00:00
version = "0.38.35"
2023-08-04 10:28:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "a85d50532239da68e9addb745ba38ff4612a242c1c7ceea689c4bc7c2f43c36f"
2023-08-04 10:28:35 +00:00
dependencies = [
2024-09-05 13:58:42 +00:00
"bitflags",
2023-08-04 10:28:35 +00:00
"errno",
"libc",
"linux-raw-sys",
2024-01-12 22:47:19 +00:00
"windows-sys 0.52.0",
2023-08-04 10:28:35 +00:00
]
[[package]]
name = "rustls"
2024-09-05 13:58:42 +00:00
version = "0.21.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
dependencies = [
"ring",
2024-09-05 13:58:42 +00:00
"rustls-webpki 0.101.7",
"sct",
]
[[package]]
2024-09-05 13:58:42 +00:00
name = "rustls"
version = "0.23.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "c58f8c84392efc0a126acce10fa59ff7b3d2ac06ab451a33f2741989b806b044"
dependencies = [
2024-09-05 13:58:42 +00:00
"once_cell",
"rustls-pki-types",
"rustls-webpki 0.102.7",
"subtle",
"zeroize",
]
[[package]]
name = "rustls-pemfile"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
dependencies = [
"base64 0.21.7",
]
2024-04-07 02:29:12 +00:00
[[package]]
name = "rustls-pemfile"
2024-09-05 13:58:42 +00:00
version = "2.1.3"
2024-04-07 02:29:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425"
2024-04-07 02:29:12 +00:00
dependencies = [
2024-09-05 13:58:42 +00:00
"base64 0.22.1",
2024-04-07 02:29:12 +00:00
"rustls-pki-types",
]
2024-04-07 02:29:12 +00:00
[[package]]
name = "rustls-pki-types"
2024-09-05 13:58:42 +00:00
version = "1.8.0"
2024-04-07 02:29:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0"
2024-04-07 02:29:12 +00:00
[[package]]
name = "rustls-webpki"
2024-01-12 22:47:19 +00:00
version = "0.101.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
dependencies = [
"ring",
"untrusted",
]
2024-09-05 13:58:42 +00:00
[[package]]
name = "rustls-webpki"
version = "0.102.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84678086bd54edf2b415183ed7a94d0efb049f1b646a33e22a36f3794be6ae56"
dependencies = [
"ring",
"rustls-pki-types",
"untrusted",
]
[[package]]
name = "rustversion"
2024-09-05 13:58:42 +00:00
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
[[package]]
name = "ryu"
2024-09-05 13:58:42 +00:00
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
2023-07-07 19:22:30 +00:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
[[package]]
name = "schannel"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
dependencies = [
"windows-sys 0.52.0",
]
[[package]]
name = "scopeguard"
2023-08-04 10:28:35 +00:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-04 10:28:35 +00:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]]
name = "sct"
2024-01-12 22:47:19 +00:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00: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-09-05 13:58:42 +00:00
"heck 0.4.1",
"proc-macro-error",
"proc-macro2",
"quote",
2024-09-05 13:58:42 +00:00
"syn 2.0.77",
]
[[package]]
name = "sea-orm"
2024-09-05 13:58:42 +00:00
version = "0.12.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00: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",
2024-09-05 13:58:42 +00:00
"strum 0.25.0",
"thiserror",
2024-01-12 22:47:19 +00:00
"time",
"tracing",
"url",
"uuid",
]
2023-07-29 03:20:00 +00:00
[[package]]
name = "sea-orm-cli"
2024-09-05 13:58:42 +00:00
version = "0.12.15"
2023-07-29 03:20:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "620bc560062ae251b1366bde43b3f1508445cab5c2c8cbdb397034638ab1b357"
2023-07-29 03:20:00 +00:00
dependencies = [
"chrono",
"clap",
"dotenvy",
"glob",
2023-07-29 03:20:00 +00:00
"regex",
"sea-schema",
"tracing",
"tracing-subscriber",
"url",
]
[[package]]
name = "sea-orm-macros"
2024-09-05 13:58:42 +00:00
version = "0.12.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "5e115c6b078e013aa963cc2d38c196c2c40b05f03d0ac872fe06b6e0d5265603"
dependencies = [
2024-09-05 13:58:42 +00:00
"heck 0.4.1",
"proc-macro2",
"quote",
"sea-bae",
2024-09-05 13:58:42 +00:00
"syn 2.0.77",
"unicode-ident",
]
2023-07-29 03:20:00 +00:00
[[package]]
name = "sea-orm-migration"
2024-09-05 13:58:42 +00:00
version = "0.12.15"
2023-07-29 03:20:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "ee8269bc6ff71afd6b78aa4333ac237a69eebd2cdb439036291e64fb4b8db23c"
2023-07-29 03:20:00 +00:00
dependencies = [
"async-trait",
"clap",
"dotenvy",
"futures",
"sea-orm",
"sea-orm-cli",
"sea-schema",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "sea-query"
2024-01-12 22:47:19 +00:00
version = "0.30.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "4166a1e072292d46dc91f31617c2a1cdaf55a8be4b5c9f4bf2ba248e3ac4999b"
dependencies = [
"bigdecimal",
"chrono",
"derivative",
"inherent",
"ordered-float",
"rust_decimal",
"sea-query-derive",
"serde_json",
2024-01-12 22:47:19 +00: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-01-12 22:47:19 +00:00
"time",
"uuid",
]
[[package]]
name = "sea-query-derive"
2024-01-12 22:47:19 +00:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "25a82fcb49253abcb45cdcb2adf92956060ec0928635eb21b4f7a6d8f25ab0bc"
dependencies = [
2024-09-05 13:58:42 +00:00
"heck 0.4.1",
"proc-macro2",
"quote",
2024-09-05 13:58:42 +00:00
"syn 2.0.77",
"thiserror",
]
2023-07-29 03:20:00 +00:00
[[package]]
name = "sea-schema"
version = "0.14.2"
2023-07-29 03:20:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30d148608012d25222442d1ebbfafd1228dbc5221baf4ec35596494e27a2394e"
2023-07-29 03:20:00 +00:00
dependencies = [
"futures",
"sea-query",
"sea-schema-derive",
]
[[package]]
name = "sea-schema-derive"
version = "0.2.0"
2023-02-14 00:59:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6f686050f76bffc4f635cda8aea6df5548666b830b52387e8bc7de11056d11e"
dependencies = [
2024-09-05 13:58:42 +00:00
"heck 0.4.1",
"proc-macro2",
"quote",
"syn 1.0.109",
]
2023-02-14 00:59:15 +00:00
2023-02-18 14:28:09 +00:00
[[package]]
name = "seahash"
version = "4.1.0"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
2023-02-18 14:28:09 +00:00
[[package]]
name = "security-framework"
2024-09-05 13:58:42 +00:00
version = "2.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
dependencies = [
2024-09-05 13:58:42 +00:00
"bitflags",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2024-09-05 13:58:42 +00:00
version = "2.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf"
dependencies = [
"core-foundation-sys",
"libc",
]
2024-04-07 02:29:12 +00:00
[[package]]
name = "semver"
2024-09-05 13:58:42 +00:00
version = "1.0.23"
2024-04-07 02:29:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
2024-04-07 02:29:12 +00:00
2023-02-14 00:59:15 +00:00
[[package]]
name = "serde"
2024-09-05 13:58:42 +00:00
version = "1.0.209"
2023-02-14 00:59:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09"
2023-02-14 00:59:15 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2024-09-05 13:58:42 +00:00
version = "1.0.209"
2023-02-14 00:59:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170"
2023-02-14 00:59:15 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-09-05 13:58:42 +00:00
"syn 2.0.77",
2023-02-14 00:59:15 +00:00
]
[[package]]
name = "serde_json"
2024-09-05 13:58:42 +00:00
version = "1.0.128"
2023-02-14 00:59:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
2023-02-14 00:59:15 +00:00
dependencies = [
"itoa",
2024-09-05 13:58:42 +00:00
"memchr",
2023-02-14 00:59:15 +00:00
"ryu",
"serde",
]
2023-02-18 14:28:09 +00:00
[[package]]
name = "serde_path_to_error"
2024-09-05 13:58:42 +00:00
version = "0.1.16"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
2023-02-18 14:28:09 +00:00
dependencies = [
2023-08-04 10:28:35 +00:00
"itoa",
2023-02-18 14:28:09 +00:00
"serde",
]
[[package]]
name = "serde_spanned"
2024-09-05 13:58:42 +00:00
version = "0.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
dependencies = [
"serde",
]
2023-02-18 14:28:09 +00:00
[[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-01-12 22:47:19 +00:00
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[package]]
name = "sha1_smol"
2024-09-05 13:58:42 +00:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
[[package]]
name = "sha2"
2024-01-12 22:47:19 +00:00
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
2023-02-18 14:28:09 +00:00
[[package]]
name = "sharded-slab"
2024-01-12 22:47:19 +00:00
version = "0.1.7"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2023-02-18 14:28:09 +00:00
dependencies = [
"lazy_static",
]
2024-09-05 13:58:42 +00:00
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2023-02-18 14:28:09 +00:00
[[package]]
name = "signal-hook-registry"
2024-09-05 13:58:42 +00:00
version = "1.4.2"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
2023-02-18 14:28:09 +00:00
dependencies = [
"libc",
]
[[package]]
name = "signature"
2024-01-12 22:47:19 +00:00
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00: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"
2023-07-07 19:22:30 +00:00
[[package]]
name = "siphasher"
2024-01-12 22:47:19 +00:00
version = "0.3.11"
2023-07-07 19:22:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
2023-07-07 19:22:30 +00:00
2023-02-18 14:28:09 +00:00
[[package]]
name = "slab"
2024-01-12 22:47:19 +00:00
version = "0.4.9"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2023-02-18 14:28:09 +00:00
dependencies = [
"autocfg",
]
2023-07-07 19:22:30 +00:00
[[package]]
name = "slug"
2024-09-05 13:58:42 +00:00
version = "0.1.6"
2023-07-07 19:22:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "882a80f72ee45de3cc9a5afeb2da0331d58df69e4e7d8eeb5d3c7784ae67e724"
2023-07-07 19:22:30 +00:00
dependencies = [
"deunicode",
2024-01-12 22:47:19 +00:00
"wasm-bindgen",
2023-07-07 19:22:30 +00:00
]
2023-02-18 14:28:09 +00:00
[[package]]
name = "smallvec"
2024-09-05 13:58:42 +00:00
version = "1.13.2"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2023-02-18 14:28:09 +00:00
2023-10-27 19:55:08 +00:00
[[package]]
name = "smawk"
2023-10-28 23:27:32 +00:00
version = "0.3.2"
2023-10-27 19:55:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-28 23:27:32 +00:00
checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c"
2023-10-27 19:55:08 +00:00
2023-02-18 14:28:09 +00:00
[[package]]
name = "socket2"
2024-09-05 13:58:42 +00:00
version = "0.5.7"
2023-12-22 18:19:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
2023-12-22 18:19:07 +00:00
dependencies = [
"libc",
2024-09-05 13:58:42 +00:00
"windows-sys 0.52.0",
2023-12-22 18:19:07 +00:00
]
[[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-01-12 22:47:19 +00:00
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
dependencies = [
"base64ct",
"der",
]
[[package]]
name = "sqlformat"
2024-09-05 13:58:42 +00:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "f895e3734318cc55f1fe66258926c9b910c124d47520339efecbb6c59cec7c1f"
dependencies = [
"nom",
"unicode_categories",
]
[[package]]
name = "sqlx"
2024-09-05 13:58:42 +00:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "c9a2ccff1a000a5a59cd33da541d9f2fdcd9e6e8229cc200565942bff36d0aaa"
dependencies = [
"sqlx-core",
"sqlx-macros",
"sqlx-mysql",
"sqlx-postgres",
"sqlx-sqlite",
]
[[package]]
name = "sqlx-core"
2024-09-05 13:58:42 +00:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "24ba59a9342a3d9bab6c56c118be528b27c9b60e490080e9711a04dccac83ef6"
dependencies = [
2024-09-05 13:58:42 +00: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",
2023-12-22 18:19:07 +00:00
"indexmap",
"log",
"memchr",
"once_cell",
"paste",
"percent-encoding",
"rust_decimal",
2024-09-05 13:58:42 +00:00
"rustls 0.21.12",
2024-04-07 02:29:12 +00:00
"rustls-pemfile 1.0.4",
"serde",
"serde_json",
"sha2",
"smallvec",
"sqlformat",
"thiserror",
2024-01-12 22:47:19 +00:00
"time",
"tokio",
"tokio-stream",
"tracing",
"url",
"uuid",
"webpki-roots",
]
[[package]]
name = "sqlx-macros"
2024-09-05 13:58:42 +00:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "4ea40e2345eb2faa9e1e5e326db8c34711317d2b5e08d0d5741619048a803127"
dependencies = [
"proc-macro2",
"quote",
"sqlx-core",
"sqlx-macros-core",
"syn 1.0.109",
]
[[package]]
name = "sqlx-macros-core"
2024-09-05 13:58:42 +00:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "5833ef53aaa16d860e92123292f1f6a3d53c34ba8b1969f152ef1a7bb803f3c8"
dependencies = [
"dotenvy",
"either",
2024-09-05 13:58:42 +00: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-09-05 13:58:42 +00:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "1ed31390216d20e538e447a7a9b959e06ed9fc51c37b514b46eb758016ecd418"
dependencies = [
"atoi",
2024-04-07 02:29:12 +00:00
"base64 0.21.7",
"bigdecimal",
2024-09-05 13:58:42 +00:00
"bitflags",
"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-01-12 22:47:19 +00:00
"time",
"tracing",
"uuid",
"whoami",
]
[[package]]
name = "sqlx-postgres"
2024-09-05 13:58:42 +00:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "7c824eb80b894f926f89a0b9da0c7f435d27cdd35b8c655b114e58223918577e"
dependencies = [
"atoi",
2024-04-07 02:29:12 +00:00
"base64 0.21.7",
"bigdecimal",
2024-09-05 13:58:42 +00:00
"bitflags",
"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-01-12 22:47:19 +00:00
"time",
"tracing",
"uuid",
"whoami",
]
[[package]]
name = "sqlx-sqlite"
2024-09-05 13:58:42 +00:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00: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-01-12 22:47:19 +00:00
"time",
"tracing",
"url",
2024-01-12 22:47:19 +00:00
"urlencoding",
"uuid",
]
2024-09-05 13:58:42 +00:00
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "stringprep"
2024-09-05 13:58:42 +00:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
dependencies = [
"unicode-bidi",
"unicode-normalization",
2024-09-05 13:58:42 +00:00
"unicode-properties",
]
[[package]]
name = "strsim"
2024-09-05 13:58:42 +00:00
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]]
2024-09-05 13:58:42 +00:00
name = "strum"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
[[package]]
name = "strum"
2024-09-05 13:58:42 +00:00
version = "0.26.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
dependencies = [
"strum_macros",
]
[[package]]
name = "strum_macros"
2024-09-05 13:58:42 +00:00
version = "0.26.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
dependencies = [
2024-09-05 13:58:42 +00:00
"heck 0.5.0",
"proc-macro2",
"quote",
"rustversion",
2024-09-05 13:58:42 +00:00
"syn 2.0.77",
]
[[package]]
name = "subtle"
2024-09-05 13:58:42 +00:00
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2023-10-27 19:55:08 +00:00
[[package]]
name = "supports-color"
2024-09-05 13:58:42 +00:00
version = "3.0.1"
2023-10-27 19:55:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "8775305acf21c96926c900ad056abeef436701108518cf890020387236ac5a77"
2023-10-27 19:55:08 +00:00
dependencies = [
"is_ci",
]
[[package]]
name = "supports-hyperlinks"
2024-09-05 13:58:42 +00:00
version = "3.0.0"
2023-10-27 19:55:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "2c0a1e5168041f5f3ff68ff7d95dcb9c8749df29f6e7e89ada40dd4c9de404ee"
2023-10-27 19:55:08 +00:00
[[package]]
name = "supports-unicode"
2024-09-05 13:58:42 +00:00
version = "3.0.0"
2023-10-27 19:55:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2"
2023-10-27 19:55:08 +00:00
2023-02-14 00:59:15 +00:00
[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
2024-09-05 13:58:42 +00:00
version = "2.0.77"
2023-02-14 00:59:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed"
2023-02-14 00:59:15 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2024-01-12 22:47:19 +00: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",
2024-09-05 13:58:42 +00:00
"syn 2.0.77",
2024-01-12 22:47:19 +00:00
]
2023-02-18 14:28:09 +00:00
[[package]]
name = "sync_wrapper"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
2024-09-05 13:58:42 +00:00
[[package]]
name = "sync_wrapper"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
dependencies = [
"futures-core",
]
[[package]]
name = "synstructure"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.77",
]
[[package]]
name = "system-configuration"
2024-09-05 13:58:42 +00:00
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
dependencies = [
2024-09-05 13:58:42 +00:00
"bitflags",
"core-foundation",
"system-configuration-sys",
]
[[package]]
name = "system-configuration-sys"
2024-09-05 13:58:42 +00:00
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "tap"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
2023-08-04 10:28:35 +00:00
[[package]]
name = "tempfile"
2024-09-05 13:58:42 +00:00
version = "3.12.0"
2023-08-04 10:28:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
2023-08-04 10:28:35 +00:00
dependencies = [
"cfg-if",
"fastrand",
2024-09-05 13:58:42 +00:00
"once_cell",
2023-08-04 10:28:35 +00:00
"rustix",
2024-09-05 13:58:42 +00:00
"windows-sys 0.59.0",
2023-08-04 10:28:35 +00:00
]
2023-07-07 19:22:30 +00:00
[[package]]
name = "tera"
2024-09-05 13:58:42 +00:00
version = "1.20.0"
2023-07-07 19:22:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "ab9d851b45e865f178319da0abdbfe6acbc4328759ff18dafc3a41c16b4cd2ee"
2023-07-07 19:22:30 +00:00
dependencies = [
"chrono",
"chrono-tz",
"globwalk",
"humansize",
"lazy_static",
"percent-encoding",
"pest",
"pest_derive",
"rand",
"regex",
"serde",
"serde_json",
"slug",
"unic-segment",
]
2023-08-04 10:28:35 +00:00
[[package]]
name = "termcolor"
2024-01-12 22:47:19 +00:00
version = "1.4.1"
2023-08-04 10:28:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
2023-08-04 10:28:35 +00:00
dependencies = [
"winapi-util",
]
2023-10-27 19:55:08 +00:00
[[package]]
name = "terminal_size"
2024-09-05 13:58:42 +00:00
version = "0.3.0"
2023-10-27 19:55:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
2023-10-27 19:55:08 +00:00
dependencies = [
2024-09-05 13:58:42 +00:00
"rustix",
"windows-sys 0.48.0",
2023-10-27 19:55:08 +00:00
]
[[package]]
name = "textwrap"
2024-09-05 13:58:42 +00:00
version = "0.16.1"
2023-10-27 19:55:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9"
2023-10-27 19:55:08 +00:00
dependencies = [
"smawk",
"unicode-linebreak",
"unicode-width",
]
[[package]]
name = "thiserror"
2024-09-05 13:58:42 +00:00
version = "1.0.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-09-05 13:58:42 +00:00
version = "1.0.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
dependencies = [
"proc-macro2",
"quote",
2024-09-05 13:58:42 +00:00
"syn 2.0.77",
]
2023-02-18 14:28:09 +00:00
[[package]]
name = "thread_local"
2024-09-05 13:58:42 +00:00
version = "1.1.8"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
2023-02-18 14:28:09 +00:00
dependencies = [
"cfg-if",
"once_cell",
]
[[package]]
name = "time"
2024-09-05 13:58:42 +00:00
version = "0.3.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
dependencies = [
2023-08-04 10:28:35 +00:00
"deranged",
"itoa",
"num-conv",
2024-01-12 22:47:19 +00:00
"powerfmt",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
2024-01-12 22:47:19 +00:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
[[package]]
name = "time-macros"
2024-09-05 13:58:42 +00:00
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
dependencies = [
"num-conv",
"time-core",
]
2024-09-05 13:58:42 +00:00
[[package]]
name = "tinystr"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
dependencies = [
"displaydoc",
"zerovec",
]
2023-02-14 00:59:15 +00:00
[[package]]
name = "tinyvec"
2024-09-05 13:58:42 +00:00
version = "1.8.0"
2023-02-14 00:59:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
2023-02-14 00:59:15 +00:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2023-02-18 14:28:09 +00:00
[[package]]
name = "tokio"
2024-09-05 13:58:42 +00:00
version = "1.40.0"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
2023-02-18 14:28:09 +00:00
dependencies = [
2023-08-04 10:28:35 +00:00
"backtrace",
2023-02-18 14:28:09 +00:00
"bytes",
"libc",
"mio",
"parking_lot",
2023-02-18 14:28:09 +00:00
"pin-project-lite",
"signal-hook-registry",
2024-09-05 13:58:42 +00:00
"socket2",
2023-02-18 14:28:09 +00:00
"tokio-macros",
2024-09-05 13:58:42 +00:00
"windows-sys 0.52.0",
2023-02-18 14:28:09 +00:00
]
[[package]]
name = "tokio-macros"
2024-09-05 13:58:42 +00:00
version = "2.4.0"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
2023-02-18 14:28:09 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-09-05 13:58:42 +00:00
"syn 2.0.77",
2023-08-04 10:28:35 +00:00
]
[[package]]
name = "tokio-native-tls"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
dependencies = [
"native-tls",
"tokio",
]
2024-09-05 13:58:42 +00:00
[[package]]
name = "tokio-rustls"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
dependencies = [
"rustls 0.23.12",
"rustls-pki-types",
"tokio",
]
[[package]]
name = "tokio-stream"
2024-09-05 13:58:42 +00:00
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1"
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
2023-02-18 14:28:09 +00:00
]
[[package]]
name = "tokio-util"
2024-09-05 13:58:42 +00:00
version = "0.7.12"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
2023-02-18 14:28:09 +00:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
]
[[package]]
name = "toml"
2024-09-05 13:58:42 +00:00
version = "0.8.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
2024-09-05 13:58:42 +00:00
"toml_edit",
]
[[package]]
name = "toml_datetime"
2024-09-05 13:58:42 +00:00
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
2024-09-05 13:58:42 +00:00
version = "0.22.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
dependencies = [
2023-12-22 18:19:07 +00:00
"indexmap",
"serde",
"serde_spanned",
"toml_datetime",
2024-09-05 13:58:42 +00:00
"winnow",
]
2023-02-18 14:28:09 +00: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",
]
2024-09-05 13:58:42 +00:00
[[package]]
name = "tower"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36b837f86b25d7c0d7988f00a54e74739be6477f2aac6201b8f429a7569991b7"
dependencies = [
2024-09-05 15:46:17 +00:00
"futures-core",
"futures-util",
"pin-project-lite",
"sync_wrapper 0.1.2",
2024-09-05 13:58:42 +00:00
"tower-layer",
"tower-service",
]
[[package]]
name = "tower-http"
2024-09-05 13:58:42 +00:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5"
dependencies = [
2024-09-05 13:58:42 +00:00
"bitflags",
"bytes",
"futures-util",
2024-04-07 02:29:12 +00:00
"http",
"http-body",
2023-12-22 18:19:07 +00:00
"http-body-util",
"http-range-header",
2023-07-07 19:22:30 +00:00
"httpdate",
"mime",
"mime_guess",
"percent-encoding",
"pin-project-lite",
2023-07-07 19:22:30 +00:00
"tokio",
"tokio-util",
"tower-layer",
"tower-service",
2023-02-18 14:28:09 +00:00
"tracing",
]
[[package]]
name = "tower-layer"
2024-09-05 13:58:42 +00:00
version = "0.3.3"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2023-02-18 14:28:09 +00:00
[[package]]
name = "tower-service"
2024-09-05 13:58:42 +00:00
version = "0.3.3"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2023-02-18 14:28:09 +00:00
[[package]]
name = "tracing"
2024-01-12 22:47:19 +00:00
version = "0.1.40"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2023-02-18 14:28:09 +00:00
dependencies = [
"log",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2024-01-12 22:47:19 +00:00
version = "0.1.27"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
2023-02-18 14:28:09 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-09-05 13:58:42 +00:00
"syn 2.0.77",
2023-02-18 14:28:09 +00:00
]
[[package]]
name = "tracing-core"
2024-01-12 22:47:19 +00:00
version = "0.1.32"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2023-02-18 14:28:09 +00:00
dependencies = [
"once_cell",
"valuable",
]
[[package]]
name = "tracing-log"
2024-01-12 22:47:19 +00:00
version = "0.2.0"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2023-02-18 14:28:09 +00:00
dependencies = [
"log",
2024-01-12 22:47:19 +00:00
"once_cell",
2023-02-18 14:28:09 +00:00
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
2024-01-12 22:47:19 +00:00
version = "0.3.18"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
2023-02-18 14:28:09 +00:00
dependencies = [
"matchers",
"nu-ansi-term",
"once_cell",
"regex",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
]
[[package]]
name = "try-lock"
2024-01-12 22:47:19 +00:00
version = "0.2.5"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2023-02-18 14:28:09 +00:00
2023-08-04 10:28:35 +00:00
[[package]]
name = "ts-rs"
version = "7.1.1"
2023-08-04 10:28:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc2cae1fc5d05d47aa24b64f9a4f7cba24cdc9187a2084dd97ac57bef5eccae6"
2023-08-04 10:28:35 +00:00
dependencies = [
"chrono",
"thiserror",
"ts-rs-macros",
]
[[package]]
name = "ts-rs-macros"
version = "7.1.1"
2023-08-04 10:28:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73f7f9b821696963053a89a7bd8b292dc34420aea8294d7b225274d488f3ec92"
2023-08-04 10:28:35 +00:00
dependencies = [
"Inflector",
"proc-macro2",
"quote",
2024-09-05 13:58:42 +00:00
"syn 2.0.77",
2023-08-04 10:28:35 +00:00
"termcolor",
]
[[package]]
name = "typenum"
2024-01-12 22:47:19 +00:00
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2023-07-07 19:22:30 +00:00
[[package]]
name = "ucd-trie"
2023-08-04 10:28:35 +00:00
version = "0.1.6"
2023-07-07 19:22:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-04 10:28:35 +00:00
checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
2023-07-07 19:22:30 +00:00
[[package]]
name = "unic-char-property"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
dependencies = [
"unic-char-range",
]
[[package]]
name = "unic-char-range"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
[[package]]
name = "unic-common"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
[[package]]
name = "unic-segment"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4ed5d26be57f84f176157270c112ef57b86debac9cd21daaabbe56db0f88f23"
dependencies = [
"unic-ucd-segment",
]
[[package]]
name = "unic-ucd-segment"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2079c122a62205b421f499da10f3ee0f7697f012f55b675e002483c73ea34700"
dependencies = [
"unic-char-property",
"unic-char-range",
"unic-ucd-version",
]
[[package]]
name = "unic-ucd-version"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
dependencies = [
"unic-common",
]
[[package]]
name = "unicase"
2024-01-12 22:47:19 +00:00
version = "2.7.0"
2023-07-07 19:22:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
2023-07-07 19:22:30 +00:00
dependencies = [
"version_check",
]
2023-02-14 00:59:15 +00:00
[[package]]
name = "unicode-bidi"
version = "0.3.15"
2023-02-14 00:59:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
2023-02-14 00:59:15 +00:00
[[package]]
name = "unicode-ident"
2024-01-12 22:47:19 +00:00
version = "1.0.12"
2023-02-14 00:59:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2023-02-14 00:59:15 +00:00
2023-10-27 19:55:08 +00:00
[[package]]
name = "unicode-linebreak"
2023-10-28 23:27:32 +00:00
version = "0.1.5"
2023-10-27 19:55:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-28 23:27:32 +00:00
checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
2023-10-27 19:55:08 +00:00
2023-02-14 00:59:15 +00:00
[[package]]
name = "unicode-normalization"
2024-09-05 13:58:42 +00:00
version = "0.1.23"
2023-02-14 00:59:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
2023-02-14 00:59:15 +00:00
dependencies = [
"tinyvec",
]
2024-09-05 13:58:42 +00:00
[[package]]
name = "unicode-properties"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52ea75f83c0137a9b98608359a5f1af8144876eb67bcb1ce837368e906a9f524"
[[package]]
name = "unicode-segmentation"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
2023-07-07 19:22:30 +00:00
[[package]]
name = "unicode-width"
2024-09-05 13:58:42 +00:00
version = "0.1.13"
2023-07-07 19:22:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
2023-07-07 19:22:30 +00:00
[[package]]
name = "unicode_categories"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
[[package]]
name = "untrusted"
2024-01-12 22:47:19 +00:00
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2023-02-14 00:59:15 +00:00
[[package]]
name = "url"
2024-09-05 13:58:42 +00:00
version = "2.5.2"
2023-02-14 00:59:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
2023-02-14 00:59:15 +00:00
dependencies = [
"form_urlencoded",
2024-09-05 13:58:42 +00:00
"idna 0.5.0",
2023-02-14 00:59:15 +00:00
"percent-encoding",
"serde",
2023-02-14 00:59:15 +00:00
]
2023-02-18 14:28:09 +00:00
2024-01-12 22:47:19 +00:00
[[package]]
name = "urlencoding"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
2024-09-05 13:58:42 +00:00
[[package]]
name = "utf16_iter"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
[[package]]
name = "utf8_iter"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
[[package]]
name = "utf8parse"
2024-09-05 13:58:42 +00:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]]
name = "uuid"
2024-09-05 13:58:42 +00:00
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
dependencies = [
"serde",
]
2023-02-18 14:28:09 +00:00
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
2023-08-04 10:28:35 +00:00
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]]
name = "version_check"
2024-09-05 13:58:42 +00:00
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2023-07-07 19:22:30 +00:00
[[package]]
name = "walkdir"
2024-09-05 13:58:42 +00:00
version = "2.5.0"
2023-07-07 19:22:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2023-07-07 19:22:30 +00:00
dependencies = [
"same-file",
"winapi-util",
]
2023-02-18 14:28:09 +00:00
[[package]]
name = "want"
2023-08-04 10:28:35 +00:00
version = "0.3.1"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-04 10:28:35 +00:00
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2023-02-18 14:28:09 +00:00
dependencies = [
"try-lock",
]
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2024-09-05 13:58:42 +00:00
[[package]]
name = "wasite"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
[[package]]
name = "wasm-bindgen"
2024-09-05 13:58:42 +00:00
version = "0.2.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
dependencies = [
"cfg-if",
2024-09-05 13:58:42 +00:00
"once_cell",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2024-09-05 13:58:42 +00:00
version = "0.2.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
2024-09-05 13:58:42 +00:00
"syn 2.0.77",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2024-09-05 13:58:42 +00:00
version = "0.4.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed"
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2024-09-05 13:58:42 +00:00
version = "0.2.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2024-09-05 13:58:42 +00:00
version = "0.2.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
dependencies = [
"proc-macro2",
"quote",
2024-09-05 13:58:42 +00:00
"syn 2.0.77",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2024-09-05 13:58:42 +00:00
version = "0.2.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
[[package]]
name = "wasm-streams"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129"
dependencies = [
"futures-util",
"js-sys",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
[[package]]
name = "web-sys"
2024-09-05 13:58:42 +00:00
version = "0.3.70"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "web-time"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki-roots"
version = "0.25.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
[[package]]
name = "whoami"
2024-09-05 13:58:42 +00:00
version = "1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
dependencies = [
"redox_syscall",
"wasite",
]
2023-02-18 14:28:09 +00: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"
2023-07-07 19:22:30 +00:00
[[package]]
name = "winapi-util"
2024-09-05 13:58:42 +00:00
version = "0.1.9"
2023-07-07 19:22:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
2023-07-07 19:22:30 +00:00
dependencies = [
2024-09-05 13:58:42 +00:00
"windows-sys 0.59.0",
2023-07-07 19:22:30 +00:00
]
2023-02-18 14:28:09 +00:00
[[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-01-12 22:47:19 +00:00
name = "windows-core"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
dependencies = [
2024-09-05 13:58:42 +00:00
"windows-targets 0.52.6",
]
[[package]]
name = "windows-registry"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
dependencies = [
"windows-result",
"windows-strings",
"windows-targets 0.52.6",
]
[[package]]
name = "windows-result"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
dependencies = [
"windows-targets 0.52.6",
]
[[package]]
name = "windows-strings"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
dependencies = [
"windows-result",
"windows-targets 0.52.6",
2023-02-18 14:28:09 +00:00
]
[[package]]
name = "windows-sys"
version = "0.48.0"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2023-02-18 14:28:09 +00:00
dependencies = [
2024-01-12 22:47:19 +00: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 = [
2024-09-05 13:58:42 +00:00
"windows-targets 0.52.6",
]
[[package]]
name = "windows-sys"
version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
dependencies = [
"windows-targets 0.52.6",
2023-02-18 14:28:09 +00:00
]
[[package]]
name = "windows-targets"
2024-01-12 22:47:19 +00:00
version = "0.48.5"
2023-02-18 14:28:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2023-02-18 14:28:09 +00:00
dependencies = [
2024-01-12 22:47:19 +00:00
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
]
[[package]]
name = "windows-targets"
2024-09-05 13:58:42 +00:00
version = "0.52.6"
2024-01-12 22:47:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2024-01-12 22:47:19 +00:00
dependencies = [
2024-09-05 13:58:42 +00:00
"windows_aarch64_gnullvm 0.52.6",
"windows_aarch64_msvc 0.52.6",
"windows_i686_gnu 0.52.6",
"windows_i686_gnullvm",
"windows_i686_msvc 0.52.6",
"windows_x86_64_gnu 0.52.6",
"windows_x86_64_gnullvm 0.52.6",
"windows_x86_64_msvc 0.52.6",
2023-02-18 14:28:09 +00:00
]
[[package]]
name = "windows_aarch64_gnullvm"
2024-01-12 22:47:19 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
[[package]]
name = "windows_aarch64_gnullvm"
2024-09-05 13:58:42 +00:00
version = "0.52.6"
2024-01-12 22:47:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
[[package]]
name = "windows_aarch64_msvc"
2024-01-12 22:47:19 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
[[package]]
name = "windows_aarch64_msvc"
2024-09-05 13:58:42 +00:00
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
[[package]]
name = "windows_i686_gnu"
2024-01-12 22:47:19 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
[[package]]
name = "windows_i686_gnu"
2024-09-05 13:58:42 +00:00
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
[[package]]
name = "windows_i686_msvc"
2024-01-12 22:47:19 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
[[package]]
name = "windows_i686_msvc"
2024-09-05 13:58:42 +00:00
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
[[package]]
name = "windows_x86_64_gnu"
2024-01-12 22:47:19 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
[[package]]
name = "windows_x86_64_gnu"
2024-09-05 13:58:42 +00:00
version = "0.52.6"
2024-01-12 22:47:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
[[package]]
name = "windows_x86_64_gnullvm"
2024-01-12 22:47:19 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
[[package]]
name = "windows_x86_64_gnullvm"
2024-09-05 13:58:42 +00:00
version = "0.52.6"
2024-01-12 22:47:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
[[package]]
name = "windows_x86_64_msvc"
2024-01-12 22:47:19 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-12 22:47:19 +00:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
[[package]]
name = "windows_x86_64_msvc"
2024-09-05 13:58:42 +00:00
version = "0.52.6"
2024-01-12 22:47:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
[[package]]
name = "winnow"
2024-09-05 13:58:42 +00:00
version = "0.6.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
dependencies = [
"memchr",
]
[[package]]
2024-09-05 13:58:42 +00:00
name = "write16"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
[[package]]
2024-09-05 13:58:42 +00:00
name = "writeable"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
[[package]]
name = "wyz"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
dependencies = [
"tap",
]
2024-09-05 13:58:42 +00:00
[[package]]
name = "yoke"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5"
dependencies = [
"serde",
"stable_deref_trait",
"yoke-derive",
"zerofrom",
]
[[package]]
name = "yoke-derive"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.77",
"synstructure",
]
2024-01-12 22:47:19 +00:00
[[package]]
name = "zerocopy"
2024-09-05 13:58:42 +00:00
version = "0.7.35"
2024-01-12 22:47:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
2024-01-12 22:47:19 +00:00
dependencies = [
2024-09-05 13:58:42 +00:00
"byteorder",
2024-01-12 22:47:19 +00:00
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
2024-09-05 13:58:42 +00:00
version = "0.7.35"
2024-01-12 22:47:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
2024-01-12 22:47:19 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-09-05 13:58:42 +00:00
"syn 2.0.77",
]
[[package]]
name = "zerofrom"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55"
dependencies = [
"zerofrom-derive",
]
[[package]]
name = "zerofrom-derive"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.77",
"synstructure",
2024-01-12 22:47:19 +00:00
]
[[package]]
name = "zeroize"
2024-09-05 13:58:42 +00:00
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-05 13:58:42 +00:00
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
[[package]]
name = "zerovec"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
dependencies = [
"yoke",
"zerofrom",
"zerovec-derive",
]
[[package]]
name = "zerovec-derive"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.77",
]