2021-07-02 23:22:37 -07:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2023-09-12 17:17:29 -07:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
|
|
|
version = "0.21.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
|
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
2023-02-09 23:05:02 -08:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "aead"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"rand_core 0.6.4",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aes"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.8.3"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2023-03-23 13:37:15 -07:00
|
|
|
"cipher 0.4.4",
|
2022-12-29 18:00:59 -08:00
|
|
|
"cpufeatures",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"getrandom 0.2.10",
|
2022-12-29 18:00:59 -08:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "1.1.1"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-09-12 17:17:29 -07:00
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-09-12 17:17:29 -07:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "0.3.2"
|
2023-09-12 17:17:29 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"
|
2023-09-12 17:17:29 -07:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
2023-10-05 18:37:31 -07:00
|
|
|
"is-terminal",
|
2023-09-12 17:17:29 -07:00
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "1.0.2"
|
2023-09-12 17:17:29 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "15c4c2c83f81532e5845a733998b6971faca23490340a418e9b72a3ec9de12ea"
|
2023-09-12 17:17:29 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
|
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
|
|
|
|
dependencies = [
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "1.0.2"
|
2023-09-12 17:17:29 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "c677ab05e09154296dd37acecd46420c17b9713e8366facafa8fc0885167cf4c"
|
2023-09-12 17:17:29 -07:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "1.0.75"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anymap2"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d301b3b94cb4b2f23d7917810addbbaff90738e0ca2be692bd027e70d7e0330c"
|
|
|
|
|
2023-02-09 23:05:02 -08:00
|
|
|
[[package]]
|
|
|
|
name = "arboard"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "3.2.1"
|
2023-02-09 23:05:02 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "ac57f2b058a76363e357c056e4f74f1945bf734d37b8b3ef49066c4787dde0fc"
|
2023-02-09 23:05:02 -08:00
|
|
|
dependencies = [
|
|
|
|
"clipboard-win",
|
|
|
|
"core-graphics",
|
|
|
|
"image",
|
|
|
|
"log",
|
|
|
|
"objc",
|
|
|
|
"objc-foundation",
|
|
|
|
"objc_id",
|
|
|
|
"parking_lot 0.12.1",
|
|
|
|
"thiserror",
|
|
|
|
"winapi",
|
|
|
|
"x11rb",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
2023-03-23 13:37:15 -07:00
|
|
|
version = "0.3.7"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 13:37:15 -07:00
|
|
|
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.7.4"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "assign"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5f093eed78becd229346bf859eec0aa4dd7ddde0757287b2b4107a1f09c80002"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-lock"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "2.8.0"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"event-listener",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-once-cell"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72faff1fdc615a0199d7bf71e6f389af54d46a66e9beb5d76c39e48eda93ecce"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-stream"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.3.5"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"async-stream-impl",
|
|
|
|
"futures-core",
|
2023-03-23 13:37:15 -07:00
|
|
|
"pin-project-lite",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-stream-impl"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.3.5"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-05 18:37:31 -07:00
|
|
|
"syn 2.0.38",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.1.73"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-05 18:37:31 -07:00
|
|
|
"syn 2.0.38",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atomic"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.5.3"
|
2023-03-23 13:37:15 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backoff"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
2023-09-12 17:17:29 -07:00
|
|
|
"getrandom 0.2.10",
|
2022-12-29 18:00:59 -08:00
|
|
|
"instant",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2023-09-12 17:17:29 -07:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
|
|
|
version = "0.3.69"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
|
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
|
|
|
|
2023-01-13 18:02:58 -08:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.21.4"
|
2023-01-13 18:02:58 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2"
|
2023-01-13 18:02:58 -08:00
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "base64ct"
|
2023-03-23 13:37:15 -07:00
|
|
|
version = "1.6.0"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 13:37:15 -07:00
|
|
|
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
2023-04-06 16:10:48 -07:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
|
|
|
version = "1.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-set"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
|
|
|
|
dependencies = [
|
|
|
|
"bit-vec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-vec"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
|
|
|
|
2023-05-06 20:56:02 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bit_field"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2023-03-23 13:37:15 -07:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2023-09-10 16:45:27 +03:00
|
|
|
version = "2.4.0"
|
2023-03-23 13:37:15 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-10 16:45:27 +03:00
|
|
|
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
|
2023-03-23 13:37:15 -07:00
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "blake3"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "1.5.0"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "0231f06152bf547e9c2b5194f247cd97aacf6dcd8b15d8e5ec0663f64580da87"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"arrayvec",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"constant_time_eq",
|
|
|
|
]
|
|
|
|
|
2023-02-09 23:05:02 -08:00
|
|
|
[[package]]
|
|
|
|
name = "block"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-03-23 13:37:15 -07:00
|
|
|
version = "0.10.4"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 13:37:15 -07:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-padding"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.3.3"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "3.14.0"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
2023-02-09 23:05:02 -08:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "1.14.0"
|
2023-02-09 23:05:02 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6"
|
2023-02-09 23:05:02 -08:00
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "1.5.0"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cassowary"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cbc"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
|
|
|
|
dependencies = [
|
2023-03-23 13:37:15 -07:00
|
|
|
"cipher 0.4.4",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "1.0.83"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2022-12-29 18:00:59 -08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chacha20"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cipher 0.3.0",
|
|
|
|
"cpufeatures",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chacha20poly1305"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5"
|
|
|
|
dependencies = [
|
|
|
|
"aead",
|
|
|
|
"chacha20",
|
|
|
|
"cipher 0.3.0",
|
|
|
|
"poly1305",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "0.4.31"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"android-tzdata",
|
2022-12-29 18:00:59 -08:00
|
|
|
"iana-time-zone",
|
|
|
|
"js-sys",
|
|
|
|
"num-traits",
|
|
|
|
"wasm-bindgen",
|
2023-09-12 17:17:29 -07:00
|
|
|
"windows-targets",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cipher"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cipher"
|
2023-03-23 13:37:15 -07:00
|
|
|
version = "0.4.4"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 13:37:15 -07:00
|
|
|
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"crypto-common",
|
|
|
|
"inout",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "4.3.24"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "fb690e81c7840c0d7aade59f242ea3b41b9bc27bcd5997890e7702ae4b32e487"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"clap_builder",
|
2022-12-29 18:00:59 -08:00
|
|
|
"clap_derive",
|
2023-10-05 18:37:31 -07:00
|
|
|
"once_cell",
|
2023-09-12 17:17:29 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "4.3.24"
|
2023-09-12 17:17:29 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "5ed2e96bc16d8d740f6f48d663eddf4b8a0983e79210fd55479b7bcd0a69860e"
|
2023-09-12 17:17:29 -07:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
2022-12-29 18:00:59 -08:00
|
|
|
"clap_lex",
|
|
|
|
"strsim",
|
2023-04-06 16:10:48 -07:00
|
|
|
"terminal_size",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "4.3.12"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "54a9bb5758fc5dfe728d1019941681eccaf0cf8a4189b692a0ee2f2ecf90a050"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
2023-09-12 17:17:29 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-05 18:37:31 -07:00
|
|
|
"syn 2.0.38",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "0.5.0"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
2023-02-09 23:05:02 -08:00
|
|
|
[[package]]
|
|
|
|
name = "clipboard-win"
|
|
|
|
version = "4.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7191c27c2357d9b7ef96baac1773290d4ca63b24205b82a3fd8a0637afcf0362"
|
|
|
|
dependencies = [
|
|
|
|
"error-code",
|
|
|
|
"str-buf",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "color_quant"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
|
|
|
|
2023-09-12 17:17:29 -07:00
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
|
|
|
|
2023-04-06 16:10:48 -07:00
|
|
|
[[package]]
|
|
|
|
name = "comrak"
|
|
|
|
version = "0.18.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "482aa5695bca086022be453c700a40c02893f1ba7098a2c88351de55341ae894"
|
|
|
|
dependencies = [
|
|
|
|
"clap",
|
2023-05-24 21:14:13 -07:00
|
|
|
"emojis",
|
2023-04-06 16:10:48 -07:00
|
|
|
"entities",
|
|
|
|
"memchr",
|
|
|
|
"once_cell",
|
|
|
|
"regex",
|
|
|
|
"shell-words",
|
|
|
|
"slug",
|
|
|
|
"syntect",
|
|
|
|
"typed-arena",
|
|
|
|
"unicode_categories",
|
|
|
|
"xdg",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "const-oid"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.3.0"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
|
|
|
2023-02-09 23:05:02 -08:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.8.4"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
2023-02-09 23:05:02 -08:00
|
|
|
[[package]]
|
|
|
|
name = "core-graphics"
|
|
|
|
version = "0.22.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
|
|
|
|
dependencies = [
|
2023-03-23 13:37:15 -07:00
|
|
|
"bitflags 1.3.2",
|
2023-02-09 23:05:02 -08:00
|
|
|
"core-foundation",
|
|
|
|
"core-graphics-types",
|
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-graphics-types"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.1.2"
|
2023-02-09 23:05:02 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "2bb142d41022986c1d8ff29103a1411c8a3dfad3552f87a4f8dc50d61d4f4e33"
|
2023-02-09 23:05:02 -08:00
|
|
|
dependencies = [
|
2023-03-23 13:37:15 -07:00
|
|
|
"bitflags 1.3.2",
|
2023-02-09 23:05:02 -08:00
|
|
|
"core-foundation",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.2.9"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2023-07-07 23:21:47 -07:00
|
|
|
version = "0.5.8"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-07 23:21:47 -07:00
|
|
|
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2023-05-06 20:56:02 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.9.15"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"autocfg",
|
2022-12-29 18:00:59 -08:00
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
2023-09-12 17:17:29 -07:00
|
|
|
"memoffset 0.9.0",
|
2022-12-29 18:00:59 -08:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.8.16"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossterm"
|
2023-07-01 08:58:48 +01:00
|
|
|
version = "0.27.0"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-01 08:58:48 +01:00
|
|
|
checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
2023-07-01 08:58:48 +01:00
|
|
|
"bitflags 2.4.0",
|
2023-04-28 16:52:33 -07:00
|
|
|
"crossterm_winapi",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"parking_lot 0.12.1",
|
|
|
|
"signal-hook",
|
|
|
|
"signal-hook-mio",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "crossterm_winapi"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.9.1"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-05-06 20:56:02 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crunchy"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
|
|
|
|
2022-12-29 18:00:59 -08: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",
|
|
|
|
]
|
|
|
|
|
2023-01-23 17:08:11 -08:00
|
|
|
[[package]]
|
|
|
|
name = "css-color-parser"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ccb6ce7ef97e6dc6e575e51b596c9889a5cc88a307b5ef177d215c61fd7581d"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static 0.1.16",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "ctr"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
|
|
|
|
dependencies = [
|
2023-03-23 13:37:15 -07:00
|
|
|
"cipher 0.4.4",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "curve25519-dalek"
|
|
|
|
version = "3.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "90f9d052967f590a76e62eb387bd0bbb1b000182c3cefe5364db6b7211651bc0"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"digest 0.9.0",
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
"serde",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2023-03-23 13:37:15 -07:00
|
|
|
version = "0.14.4"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 13:37:15 -07:00
|
|
|
checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2023-03-23 13:37:15 -07:00
|
|
|
version = "0.14.4"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 13:37:15 -07:00
|
|
|
checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
2023-09-12 17:17:29 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-12-29 18:00:59 -08:00
|
|
|
"strsim",
|
2023-03-23 13:37:15 -07:00
|
|
|
"syn 1.0.109",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2023-03-23 13:37:15 -07:00
|
|
|
version = "0.14.4"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 13:37:15 -07:00
|
|
|
checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
2023-09-12 17:17:29 -07:00
|
|
|
"quote",
|
2023-03-23 13:37:15 -07:00
|
|
|
"syn 1.0.109",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dashmap"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "5.5.3"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2023-10-05 18:37:31 -07:00
|
|
|
"hashbrown 0.14.1",
|
2022-12-29 18:00:59 -08:00
|
|
|
"lock_api",
|
|
|
|
"once_cell",
|
2023-09-12 17:17:29 -07:00
|
|
|
"parking_lot_core 0.9.8",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "der"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c"
|
|
|
|
dependencies = [
|
|
|
|
"const-oid",
|
|
|
|
]
|
|
|
|
|
2023-09-12 17:17:29 -07:00
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
|
|
|
version = "0.3.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946"
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "derive_builder"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d07adf7be193b71cc36b193d0f5fe60b918a3a9db4dad0449f57bcfd519704a3"
|
|
|
|
dependencies = [
|
|
|
|
"derive_builder_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_builder_core"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1f91d4cfa921f1c05904dc3c57b4a32c38aed3340cce209f3a6fd1478babafc4"
|
|
|
|
dependencies = [
|
|
|
|
"darling",
|
2023-09-12 17:17:29 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-23 13:37:15 -07:00
|
|
|
"syn 1.0.109",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_builder_macro"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f0314b72bed045f3a68671b3c86328386762c93f82d98c65c3cb5e5f573dd68"
|
|
|
|
dependencies = [
|
|
|
|
"derive_builder_core",
|
2023-03-23 13:37:15 -07:00
|
|
|
"syn 1.0.109",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
|
|
|
version = "0.99.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
|
|
|
dependencies = [
|
|
|
|
"convert_case",
|
2023-09-12 17:17:29 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-12-29 18:00:59 -08:00
|
|
|
"rustc_version",
|
2023-03-23 13:37:15 -07:00
|
|
|
"syn 1.0.109",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
2023-04-06 16:10:48 -07:00
|
|
|
[[package]]
|
|
|
|
name = "deunicode"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.4.4"
|
2023-04-06 16:10:48 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "d95203a6a50906215a502507c0f879a0ce7ff205a6111e2db2a5ef8e4bb92e43"
|
2023-04-06 16:10:48 -07:00
|
|
|
|
2023-06-14 21:14:23 -07:00
|
|
|
[[package]]
|
|
|
|
name = "deunicode"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "1.4.0"
|
2023-06-14 21:14:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "890d779e1bc371e4fa7727ef6d29a9346be20ddfe40cd8c744cd083ce0640b15"
|
2023-06-14 21:14:23 -07:00
|
|
|
|
2023-07-07 21:42:14 -07:00
|
|
|
[[package]]
|
|
|
|
name = "diff"
|
|
|
|
version = "0.1.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.10.7"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
2023-03-23 13:37:15 -07:00
|
|
|
"block-buffer 0.10.4",
|
2022-12-29 18:00:59 -08:00
|
|
|
"crypto-common",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
version = "4.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
|
|
|
|
dependencies = [
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "discard"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "displaydoc"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.2.4"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-05 18:37:31 -07:00
|
|
|
"syn 2.0.38",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ed25519"
|
2023-01-23 17:08:11 -08:00
|
|
|
version = "1.5.3"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-23 17:08:11 -08:00
|
|
|
checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"signature",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ed25519-dalek"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"
|
|
|
|
dependencies = [
|
|
|
|
"curve25519-dalek",
|
|
|
|
"ed25519",
|
|
|
|
"rand 0.7.3",
|
|
|
|
"serde",
|
|
|
|
"serde_bytes",
|
|
|
|
"sha2 0.9.9",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2023-09-10 16:45:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "edit"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c562aa71f7bc691fde4c6bf5f93ae5a5298b617c2eb44c76c87832299a17fbb4"
|
|
|
|
dependencies = [
|
|
|
|
"tempfile",
|
|
|
|
"which",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "1.9.0"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
2023-02-09 17:53:33 -08:00
|
|
|
[[package]]
|
|
|
|
name = "emojis"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.5.3"
|
2023-02-09 17:53:33 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "3407bc749191827d456a282321770847daf4b0a1128fde02597a8ed2e987b95d"
|
2023-02-09 17:53:33 -08:00
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"phf 0.11.2",
|
2023-02-09 17:53:33 -08:00
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.8.33"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2023-03-01 18:46:33 -08:00
|
|
|
[[package]]
|
|
|
|
name = "endian-type"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
|
|
|
|
|
2023-04-06 16:10:48 -07:00
|
|
|
[[package]]
|
|
|
|
name = "entities"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca"
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
2023-09-12 17:17:29 -07:00
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
2023-04-06 16:10:48 -07:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "0.3.4"
|
2023-04-06 16:10:48 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "add4f07d43996f76ef320709726a556a9d4f965d9410d8d0271132d2f8293480"
|
2023-04-06 16:10:48 -07:00
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
2023-09-10 16:45:27 +03:00
|
|
|
"windows-sys 0.48.0",
|
2023-04-06 16:10:48 -07:00
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-02-09 23:05:02 -08:00
|
|
|
[[package]]
|
|
|
|
name = "error-code"
|
|
|
|
version = "2.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"str-buf",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
|
|
|
version = "2.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
|
|
|
|
2023-05-06 20:56:02 +01:00
|
|
|
[[package]]
|
|
|
|
name = "exr"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "1.71.0"
|
2023-05-06 20:56:02 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "832a761f35ab3e6664babfbdc6cef35a4860e816ec3916dcfd0882954e98a8a8"
|
2023-05-06 20:56:02 +01:00
|
|
|
dependencies = [
|
|
|
|
"bit_field",
|
|
|
|
"flume",
|
|
|
|
"half",
|
|
|
|
"lebe",
|
|
|
|
"miniz_oxide",
|
|
|
|
"rayon-core",
|
|
|
|
"smallvec",
|
|
|
|
"zune-inflate",
|
|
|
|
]
|
|
|
|
|
2023-04-06 16:10:48 -07:00
|
|
|
[[package]]
|
|
|
|
name = "fancy-regex"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.11.0"
|
2023-04-06 16:10:48 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2"
|
2023-04-06 16:10:48 -07:00
|
|
|
dependencies = [
|
|
|
|
"bit-set",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2023-09-10 16:45:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "2.0.1"
|
2023-09-10 16:45:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
|
2023-09-10 16:45:27 +03:00
|
|
|
|
2023-09-12 17:17:29 -07:00
|
|
|
[[package]]
|
|
|
|
name = "fdeflate"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10"
|
|
|
|
dependencies = [
|
|
|
|
"simd-adler32",
|
|
|
|
]
|
|
|
|
|
2023-02-09 23:05:02 -08:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "1.0.27"
|
2023-02-09 23:05:02 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010"
|
2023-02-09 23:05:02 -08:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
2023-05-06 20:56:02 +01:00
|
|
|
[[package]]
|
|
|
|
name = "flume"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "0.11.0"
|
2023-05-06 20:56:02 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
|
2023-05-06 20:56:02 +01:00
|
|
|
dependencies = [
|
|
|
|
"spin 0.9.8",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2023-02-09 23:05:02 -08:00
|
|
|
[[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"
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "1.2.0"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fs2"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fs_extra"
|
2023-03-23 13:37:15 -07:00
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
|
|
|
|
|
2023-01-23 17:08:11 -08:00
|
|
|
[[package]]
|
|
|
|
name = "futf"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
|
|
|
|
dependencies = [
|
|
|
|
"mac",
|
|
|
|
"new_debug_unreachable",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.3.28"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.3.28"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.3.28"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.3.28"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.3.28"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.3.28"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-05 18:37:31 -07:00
|
|
|
"syn 2.0.38",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-signals"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.3.33"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "3b175f2f6600dd81d92d20cf10872b03ea9df6b2513ca7f672341260dacb1ab2"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"discard",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2023-03-23 13:37:15 -07:00
|
|
|
"gensym",
|
2022-12-29 18:00:59 -08:00
|
|
|
"pin-project",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.3.28"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.3.28"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.3.28"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fxhash"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.14.7"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2023-03-23 13:37:15 -07:00
|
|
|
[[package]]
|
|
|
|
name = "gensym"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.1.1"
|
2023-03-23 13:37:15 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "913dce4c5f06c2ea40fc178c06f777ac89fc6b1383e90c254fafb1abe4ba3c82"
|
2023-03-23 13:37:15 -07:00
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-05 18:37:31 -07:00
|
|
|
"syn 2.0.38",
|
2023-09-12 17:17:29 -07:00
|
|
|
"uuid 1.4.1",
|
2023-03-23 13:37:15 -07:00
|
|
|
]
|
|
|
|
|
2023-02-09 23:05:02 -08:00
|
|
|
[[package]]
|
|
|
|
name = "gethostname"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "gethostname"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.4.3"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-09-12 17:17:29 -07:00
|
|
|
"windows-targets",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
2023-06-14 21:14:23 -07:00
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
|
|
|
version = "0.2.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.1.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
|
|
|
"libc",
|
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.2.10"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
|
|
|
"libc",
|
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2023-05-06 20:56:02 +01:00
|
|
|
[[package]]
|
|
|
|
name = "gif"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.12.0"
|
2023-05-06 20:56:02 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045"
|
2023-05-06 20:56:02 +01:00
|
|
|
dependencies = [
|
|
|
|
"color_quant",
|
|
|
|
"weezl",
|
|
|
|
]
|
|
|
|
|
2023-09-12 17:17:29 -07:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
|
|
|
version = "0.28.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.3.21"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
2023-09-12 17:17:29 -07:00
|
|
|
"indexmap 1.9.3",
|
2022-12-29 18:00:59 -08:00
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2023-05-06 20:56:02 +01:00
|
|
|
[[package]]
|
|
|
|
name = "half"
|
|
|
|
version = "2.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "02b4af3693f1b705df946e9fe5631932443781d0aabb423b62fcd4d73f6d2fd0"
|
|
|
|
dependencies = [
|
|
|
|
"crunchy",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-09-12 17:17:29 -07:00
|
|
|
name = "hashbrown"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "0.14.1"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
2023-11-04 17:39:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "headers"
|
|
|
|
version = "0.3.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f3e372db8e5c0d213e0cd0b9be18be2aca3d44cf2fe30a9d46a65581cd454584"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.13.1",
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"bytes",
|
|
|
|
"headers-core",
|
|
|
|
"http",
|
|
|
|
"httpdate",
|
|
|
|
"mime",
|
|
|
|
"sha1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "headers-core"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
|
|
|
|
dependencies = [
|
|
|
|
"http",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
2023-09-12 17:17:29 -07:00
|
|
|
name = "heck"
|
|
|
|
version = "0.4.1"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
2023-03-23 13:37:15 -07:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "0.3.3"
|
2023-03-23 13:37:15 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
|
2023-03-23 13:37:15 -07:00
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "hkdf"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
|
|
|
|
dependencies = [
|
|
|
|
"hmac",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"digest 0.10.7",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
2023-09-10 16:45:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "home"
|
|
|
|
version = "0.5.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
|
|
|
|
dependencies = [
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2023-01-23 17:08:11 -08:00
|
|
|
[[package]]
|
|
|
|
name = "html5ever"
|
|
|
|
version = "0.26.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"mac",
|
|
|
|
"markup5ever",
|
2023-09-12 17:17:29 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-23 13:37:15 -07:00
|
|
|
"syn 1.0.109",
|
2023-01-23 17:08:11 -08:00
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2023-03-23 13:37:15 -07:00
|
|
|
version = "0.2.9"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 13:37:15 -07:00
|
|
|
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
|
|
|
version = "1.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "1.0.3"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.14.27"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
2023-09-12 17:17:29 -07:00
|
|
|
"socket2 0.4.9",
|
2022-12-29 18:00:59 -08:00
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-rustls"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.24.1"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"futures-util",
|
2022-12-29 18:00:59 -08:00
|
|
|
"http",
|
|
|
|
"hyper",
|
|
|
|
"rustls",
|
|
|
|
"tokio",
|
|
|
|
"tokio-rustls",
|
|
|
|
]
|
|
|
|
|
2021-07-02 23:22:37 -07:00
|
|
|
[[package]]
|
|
|
|
name = "iamb"
|
2023-09-10 16:45:27 +03:00
|
|
|
version = "0.0.9-alpha.1"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
2023-05-06 20:56:02 +01:00
|
|
|
"arboard",
|
2023-07-01 08:58:48 +01:00
|
|
|
"bitflags 2.4.0",
|
2022-12-29 18:00:59 -08:00
|
|
|
"chrono",
|
|
|
|
"clap",
|
2023-04-06 16:10:48 -07:00
|
|
|
"comrak",
|
2023-01-23 17:08:11 -08:00
|
|
|
"css-color-parser",
|
2022-12-29 18:00:59 -08:00
|
|
|
"dirs",
|
2023-09-10 16:45:27 +03:00
|
|
|
"edit",
|
2023-02-09 17:53:33 -08:00
|
|
|
"emojis",
|
2023-07-05 15:25:42 -07:00
|
|
|
"futures",
|
2023-09-12 17:17:29 -07:00
|
|
|
"gethostname 0.4.3",
|
2023-01-23 17:08:11 -08:00
|
|
|
"html5ever",
|
2023-05-06 20:56:02 +01:00
|
|
|
"image",
|
2023-01-23 17:08:11 -08:00
|
|
|
"lazy_static 1.4.0",
|
2023-07-07 20:34:52 -07:00
|
|
|
"libc",
|
2023-06-14 21:14:23 -07:00
|
|
|
"mandown",
|
2023-01-23 17:08:11 -08:00
|
|
|
"markup5ever_rcdom",
|
2022-12-29 18:00:59 -08:00
|
|
|
"matrix-sdk",
|
2023-01-10 19:59:30 -08:00
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
2022-12-29 18:00:59 -08:00
|
|
|
"modalkit",
|
2023-01-28 12:29:06 +00:00
|
|
|
"open",
|
2023-07-07 21:42:14 -07:00
|
|
|
"pretty_assertions",
|
2022-12-29 18:00:59 -08:00
|
|
|
"regex",
|
|
|
|
"rpassword",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"tracing-appender",
|
|
|
|
"tracing-subscriber",
|
|
|
|
"unicode-segmentation",
|
|
|
|
"unicode-width",
|
|
|
|
"url",
|
2023-06-14 20:28:01 -07:00
|
|
|
"vergen",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.1.57"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2023-09-12 17:17:29 -07:00
|
|
|
"windows",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.1.2"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"cc",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.4.0"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2023-02-09 23:05:02 -08:00
|
|
|
[[package]]
|
|
|
|
name = "image"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.24.7"
|
2023-02-09 23:05:02 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "6f3dfdbdd72063086ff443e297b61695500514b1e41095b6fb9a5ab48a70a711"
|
2023-02-09 23:05:02 -08:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
"byteorder",
|
|
|
|
"color_quant",
|
2023-05-06 20:56:02 +01:00
|
|
|
"exr",
|
|
|
|
"gif",
|
|
|
|
"jpeg-decoder",
|
2023-02-09 23:05:02 -08:00
|
|
|
"num-rational",
|
|
|
|
"num-traits",
|
|
|
|
"png",
|
2023-09-12 17:17:29 -07:00
|
|
|
"qoi",
|
2023-02-09 23:05:02 -08:00
|
|
|
"tiff",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "indexed_db_futures"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d26ac735f676c52305becf53264b91cea9866a8de61ccbf464405b377b9cbca9"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
|
|
|
"uuid 0.8.2",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "1.9.3"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"autocfg",
|
|
|
|
"hashbrown 0.12.3",
|
2022-12-29 18:00:59 -08:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-09-12 17:17:29 -07:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "2.0.2"
|
2023-09-12 17:17:29 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897"
|
2023-09-12 17:17:29 -07:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
2023-10-05 18:37:31 -07:00
|
|
|
"hashbrown 0.14.1",
|
2023-09-12 17:17:29 -07:00
|
|
|
]
|
|
|
|
|
2023-07-01 08:58:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "indoc"
|
|
|
|
version = "2.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8"
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "inout"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
|
|
|
|
dependencies = [
|
|
|
|
"block-padding",
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "intervaltree"
|
|
|
|
version = "0.2.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "270bc34e57047cab801a8c871c124d9dc7132f6473c6401f645524f4e6edd111"
|
|
|
|
dependencies = [
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "1.0.11"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"hermit-abi",
|
2022-12-29 18:00:59 -08:00
|
|
|
"libc",
|
2023-09-12 17:17:29 -07:00
|
|
|
"windows-sys 0.48.0",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "2.8.0"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
2023-10-05 18:37:31 -07:00
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
|
|
|
version = "0.4.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"rustix 0.38.17",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.10.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2023-07-01 08:58:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "1.0.9"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
2023-02-09 23:05:02 -08:00
|
|
|
[[package]]
|
|
|
|
name = "jpeg-decoder"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e"
|
2023-05-06 20:56:02 +01:00
|
|
|
dependencies = [
|
|
|
|
"rayon",
|
|
|
|
]
|
2023-02-09 23:05:02 -08:00
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.3.64"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js_int"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d937f95470b270ce8b8950207715d71aa8e153c0d44c6684d59397ed4949160a"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js_option"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68421373957a1593a767013698dbf206e2b221eefe97a44d98d18672ff38423c"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-01-23 17:08:11 -08:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "0.1.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cf186d1a8aa5f5bee5fd662bc9c1b949e0259e1bcc379d1f006847b0080c7417"
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
2023-05-06 20:56:02 +01:00
|
|
|
[[package]]
|
|
|
|
name = "lebe"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "0.2.148"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
2023-04-06 16:10:48 -07:00
|
|
|
[[package]]
|
|
|
|
name = "line-wrap"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
|
|
|
|
dependencies = [
|
|
|
|
"safemem",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
|
|
|
version = "0.5.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.3.8"
|
2023-04-06 16:10:48 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
2023-04-06 16:10:48 -07:00
|
|
|
|
2023-09-10 16:45:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "0.4.8"
|
2023-09-10 16:45:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "3852614a3bd9ca9804678ba6be5e3b8ce76dfc902cae004e3e0c44051b6e88db"
|
2023-09-10 16:45:27 +03:00
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.4.10"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"autocfg",
|
2022-12-29 18:00:59 -08:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.4.20"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lru"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6e8aaa3f231bb4bd57b84b2d5dc3ae7f350265df8aa96492e0bc394a1571909"
|
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"hashbrown 0.12.3",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
2023-01-23 17:08:11 -08:00
|
|
|
[[package]]
|
|
|
|
name = "mac"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
|
|
|
|
|
2023-02-09 23:05:02 -08:00
|
|
|
[[package]]
|
|
|
|
name = "malloc_buf"
|
|
|
|
version = "0.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-06-14 21:14:23 -07:00
|
|
|
[[package]]
|
|
|
|
name = "mandown"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "12243a468e9660b178540f73c43bdc544d64bd3cde749de0bd851e0dbacfd683"
|
|
|
|
dependencies = [
|
2023-10-05 18:37:31 -07:00
|
|
|
"deunicode 1.4.0",
|
2023-06-14 21:14:23 -07:00
|
|
|
"pulldown-cmark",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "maplit"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
|
|
|
|
2023-01-23 17:08:11 -08:00
|
|
|
[[package]]
|
|
|
|
name = "markup5ever"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
2023-02-09 17:53:33 -08:00
|
|
|
"phf 0.10.1",
|
2023-01-23 17:08:11 -08:00
|
|
|
"phf_codegen",
|
|
|
|
"string_cache",
|
|
|
|
"string_cache_codegen",
|
|
|
|
"tendril",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "markup5ever_rcdom"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9521dd6750f8e80ee6c53d65e2e4656d7de37064f3a7a5d2d11d05df93839c2"
|
|
|
|
dependencies = [
|
|
|
|
"html5ever",
|
|
|
|
"markup5ever",
|
|
|
|
"tendril",
|
|
|
|
"xml5ever",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "matrix-sdk"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cbeafb4809f33f377165f2fbcf10e0613053ad206762194c3050a727fd3abcb2"
|
|
|
|
dependencies = [
|
|
|
|
"anymap2",
|
|
|
|
"async-once-cell",
|
|
|
|
"async-stream",
|
|
|
|
"async-trait",
|
|
|
|
"backoff",
|
|
|
|
"bytes",
|
|
|
|
"dashmap",
|
|
|
|
"derive_builder",
|
|
|
|
"event-listener",
|
|
|
|
"futures-core",
|
|
|
|
"futures-signals",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"matrix-sdk-base",
|
|
|
|
"matrix-sdk-common",
|
|
|
|
"matrix-sdk-indexeddb",
|
|
|
|
"matrix-sdk-sled",
|
|
|
|
"mime",
|
2023-11-04 17:39:17 -04:00
|
|
|
"rand 0.8.5",
|
2022-12-29 18:00:59 -08:00
|
|
|
"reqwest",
|
|
|
|
"ruma",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
2023-11-04 17:39:17 -04:00
|
|
|
"tokio-stream",
|
2022-12-29 18:00:59 -08:00
|
|
|
"tracing",
|
|
|
|
"url",
|
2023-11-04 17:39:17 -04:00
|
|
|
"warp",
|
2022-12-29 18:00:59 -08:00
|
|
|
"wasm-timer",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matrix-sdk-base"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b944f6d1fc8779ba790dd0b942ceff45c626c1f5da847f01122d355ad06511bd"
|
|
|
|
dependencies = [
|
|
|
|
"async-stream",
|
|
|
|
"async-trait",
|
|
|
|
"dashmap",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-signals",
|
|
|
|
"futures-util",
|
|
|
|
"lru",
|
|
|
|
"matrix-sdk-common",
|
|
|
|
"matrix-sdk-crypto",
|
|
|
|
"once_cell",
|
|
|
|
"ruma",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matrix-sdk-common"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b85a6a743cc9dcf9385e61a26db78276078beddd27f3762d9d82baa2030695f1"
|
|
|
|
dependencies = [
|
|
|
|
"async-lock",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"instant",
|
|
|
|
"ruma",
|
|
|
|
"serde",
|
|
|
|
"tokio",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"wasm-timer",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matrix-sdk-crypto"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68fa699e8dd54578a4b92e3fcd18a50da8e415a0c042da1706b0330fc2d8f949"
|
|
|
|
dependencies = [
|
|
|
|
"aes",
|
|
|
|
"async-trait",
|
|
|
|
"atomic",
|
2023-01-13 18:02:58 -08:00
|
|
|
"base64 0.13.1",
|
2022-12-29 18:00:59 -08:00
|
|
|
"byteorder",
|
|
|
|
"ctr",
|
|
|
|
"dashmap",
|
|
|
|
"event-listener",
|
|
|
|
"futures-util",
|
|
|
|
"hmac",
|
|
|
|
"matrix-sdk-common",
|
|
|
|
"pbkdf2",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"ruma",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-10-05 18:37:31 -07:00
|
|
|
"sha2 0.10.8",
|
2022-12-29 18:00:59 -08:00
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"vodozemac",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matrix-sdk-indexeddb"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7847d36bba832bc787214323bc042b71dca7fdf2aee9f0e3eb573b64f2f7eb7f"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
2023-01-13 18:02:58 -08:00
|
|
|
"base64 0.13.1",
|
2022-12-29 18:00:59 -08:00
|
|
|
"dashmap",
|
|
|
|
"derive_builder",
|
2023-09-12 17:17:29 -07:00
|
|
|
"getrandom 0.2.10",
|
2022-12-29 18:00:59 -08:00
|
|
|
"indexed_db_futures",
|
|
|
|
"js-sys",
|
|
|
|
"matrix-sdk-base",
|
|
|
|
"matrix-sdk-crypto",
|
|
|
|
"matrix-sdk-store-encryption",
|
|
|
|
"ruma",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matrix-sdk-sled"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5ded5a703ad8a82b8edfde808228711315c8761a5fbf7ac2b98ab4951dadd066"
|
|
|
|
dependencies = [
|
|
|
|
"async-stream",
|
|
|
|
"async-trait",
|
|
|
|
"dashmap",
|
|
|
|
"derive_builder",
|
|
|
|
"fs_extra",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"matrix-sdk-base",
|
|
|
|
"matrix-sdk-common",
|
|
|
|
"matrix-sdk-crypto",
|
|
|
|
"matrix-sdk-store-encryption",
|
|
|
|
"ruma",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sled",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matrix-sdk-store-encryption"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ddee75c3cca58f3a323283dc4e849d19d52988903f907ed0fb53dcad5d6fd25"
|
|
|
|
dependencies = [
|
|
|
|
"blake3",
|
|
|
|
"chacha20poly1305",
|
|
|
|
"displaydoc",
|
|
|
|
"hmac",
|
|
|
|
"pbkdf2",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-10-05 18:37:31 -07:00
|
|
|
"sha2 0.10.8",
|
2022-12-29 18:00:59 -08:00
|
|
|
"thiserror",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "2.6.4"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
2023-02-09 23:05:02 -08:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.6.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"autocfg",
|
2023-02-09 23:05:02 -08:00
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.9.0"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"autocfg",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2023-03-23 13:37:15 -07:00
|
|
|
version = "0.3.17"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 13:37:15 -07:00
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
2023-01-10 19:59:30 -08:00
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
|
|
|
version = "2.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
|
|
|
|
dependencies = [
|
|
|
|
"mime",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2023-02-09 23:05:02 -08:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.7.1"
|
2023-02-09 23:05:02 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
2023-02-09 23:05:02 -08:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
2023-09-12 17:17:29 -07:00
|
|
|
"simd-adler32",
|
2023-02-09 23:05:02 -08:00
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.8.8"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2023-09-12 17:17:29 -07:00
|
|
|
"windows-sys 0.48.0",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "modalkit"
|
2023-06-28 23:42:31 -07:00
|
|
|
version = "0.0.16"
|
2023-07-01 08:58:48 +01:00
|
|
|
source = "git+https://github.com/ulyssa/modalkit?rev=f9f0517ed6a6152c1eab36d2e71b11f38831d5e6#f9f0517ed6a6152c1eab36d2e71b11f38831d5e6"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"anymap2",
|
2023-02-09 23:05:02 -08:00
|
|
|
"arboard",
|
2023-03-23 13:37:15 -07:00
|
|
|
"bitflags 1.3.2",
|
2023-07-01 08:58:48 +01:00
|
|
|
"crossterm",
|
2022-12-29 18:00:59 -08:00
|
|
|
"derive_more",
|
|
|
|
"intervaltree",
|
|
|
|
"libc",
|
|
|
|
"nom",
|
2023-03-01 18:46:33 -08:00
|
|
|
"radix_trie",
|
2023-04-28 16:52:33 -07:00
|
|
|
"ratatui",
|
2022-12-29 18:00:59 -08:00
|
|
|
"regex",
|
|
|
|
"ropey",
|
2023-06-28 23:42:31 -07:00
|
|
|
"serde",
|
2023-04-28 16:52:33 -07:00
|
|
|
"textwrap",
|
2022-12-29 18:00:59 -08:00
|
|
|
"thiserror",
|
2023-03-01 18:46:33 -08:00
|
|
|
"unicode-segmentation",
|
2023-04-28 16:52:33 -07:00
|
|
|
"unicode-width",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
2023-01-23 17:08:11 -08:00
|
|
|
[[package]]
|
|
|
|
name = "new_debug_unreachable"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
|
|
|
|
|
2023-03-01 18:46:33 -08:00
|
|
|
[[package]]
|
|
|
|
name = "nibble_vec"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
|
|
|
|
dependencies = [
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2023-02-09 23:05:02 -08:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
|
|
|
version = "0.24.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
|
|
|
|
dependencies = [
|
2023-03-23 13:37:15 -07:00
|
|
|
"bitflags 1.3.2",
|
2023-02-09 23:05:02 -08:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"memoffset 0.6.5",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2023-01-23 17:08:11 -08:00
|
|
|
version = "7.1.3"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-23 17:08:11 -08:00
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-integer"
|
|
|
|
version = "0.1.45"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"autocfg",
|
2022-12-29 18:00:59 -08:00
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2023-02-09 23:05:02 -08:00
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
|
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"autocfg",
|
2023-02-09 23:05:02 -08:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.2.16"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"autocfg",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "1.16.0"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"hermit-abi",
|
2022-12-29 18:00:59 -08:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-02-09 23:05:02 -08:00
|
|
|
[[package]]
|
2023-09-12 17:17:29 -07:00
|
|
|
name = "num_threads"
|
|
|
|
version = "0.1.6"
|
2023-02-09 23:05:02 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc"
|
|
|
|
version = "0.2.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
|
2023-02-09 23:05:02 -08:00
|
|
|
dependencies = [
|
|
|
|
"malloc_buf",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc-foundation"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
|
|
|
|
dependencies = [
|
|
|
|
"block",
|
|
|
|
"objc",
|
|
|
|
"objc_id",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc_id"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
|
|
|
|
dependencies = [
|
|
|
|
"objc",
|
|
|
|
]
|
|
|
|
|
2023-09-12 17:17:29 -07:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
|
|
|
version = "0.32.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "1.18.0"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
2023-04-06 16:10:48 -07:00
|
|
|
[[package]]
|
|
|
|
name = "onig"
|
|
|
|
version = "6.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"onig_sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "onig_sys"
|
|
|
|
version = "69.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|
|
|
|
2023-01-28 12:29:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "open"
|
|
|
|
version = "3.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2078c0039e6a54a0c42c28faa984e115fb4c2d5bf2208f77d1961002df8576f8"
|
|
|
|
dependencies = [
|
|
|
|
"pathdiff",
|
2023-03-23 13:37:15 -07:00
|
|
|
"windows-sys 0.42.0",
|
2023-01-28 12:29:06 +00:00
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core 0.8.6",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
2023-09-12 17:17:29 -07:00
|
|
|
"parking_lot_core 0.9.8",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.8.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"instant",
|
|
|
|
"libc",
|
2023-09-10 16:45:27 +03:00
|
|
|
"redox_syscall 0.2.16",
|
2022-12-29 18:00:59 -08:00
|
|
|
"smallvec",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.9.8"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2023-09-12 17:17:29 -07:00
|
|
|
"redox_syscall 0.3.5",
|
2022-12-29 18:00:59 -08:00
|
|
|
"smallvec",
|
2023-09-12 17:17:29 -07:00
|
|
|
"windows-targets",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "password-hash"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
|
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
"rand_core 0.6.4",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2023-07-01 08:58:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
|
|
|
version = "1.0.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
|
|
|
|
|
2023-01-28 12:29:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pathdiff"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "pbkdf2"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
|
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"digest 0.10.7",
|
2022-12-29 18:00:59 -08:00
|
|
|
"hmac",
|
|
|
|
"password-hash",
|
2023-10-05 18:37:31 -07:00
|
|
|
"sha2 0.10.8",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "2.3.0"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
2023-01-23 17:08:11 -08:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
|
|
|
|
dependencies = [
|
2023-02-09 17:53:33 -08:00
|
|
|
"phf_shared 0.10.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.11.2"
|
2023-02-09 17:53:33 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
|
2023-02-09 17:53:33 -08:00
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"phf_shared 0.11.2",
|
2023-01-23 17:08:11 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
|
|
|
|
dependencies = [
|
|
|
|
"phf_generator",
|
2023-02-09 17:53:33 -08:00
|
|
|
"phf_shared 0.10.0",
|
2023-01-23 17:08:11 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
|
|
|
|
dependencies = [
|
2023-02-09 17:53:33 -08:00
|
|
|
"phf_shared 0.10.0",
|
2023-01-23 17:08:11 -08:00
|
|
|
"rand 0.8.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
|
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
2023-02-09 17:53:33 -08:00
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.11.2"
|
2023-02-09 17:53:33 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
|
2023-02-09 17:53:33 -08:00
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "1.1.3"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "1.1.3"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-05 18:37:31 -07:00
|
|
|
"syn 2.0.38",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.2.13"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkcs7"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1f7364e6d0e236473de91e042395d71e0e64715f99a60620b014a4a4c7d1619b"
|
|
|
|
dependencies = [
|
|
|
|
"der",
|
|
|
|
"spki",
|
|
|
|
]
|
|
|
|
|
2023-04-06 16:10:48 -07:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.3.27"
|
2023-04-06 16:10:48 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
|
2023-04-06 16:10:48 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "plist"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "1.5.0"
|
2023-04-06 16:10:48 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "bdc0001cfea3db57a2e24bc0d818e9e20e554b5f97fabb9bc231dc240269ae06"
|
2023-04-06 16:10:48 -07:00
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"base64 0.21.4",
|
|
|
|
"indexmap 1.9.3",
|
2023-04-06 16:10:48 -07:00
|
|
|
"line-wrap",
|
|
|
|
"quick-xml",
|
|
|
|
"serde",
|
2023-09-12 17:17:29 -07:00
|
|
|
"time",
|
2023-04-06 16:10:48 -07:00
|
|
|
]
|
|
|
|
|
2023-02-09 23:05:02 -08:00
|
|
|
[[package]]
|
|
|
|
name = "png"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.17.10"
|
2023-02-09 23:05:02 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "dd75bf2d8dd3702b9707cdbc56a5b9ef42cec752eb8b3bafc01234558442aa64"
|
2023-02-09 23:05:02 -08:00
|
|
|
dependencies = [
|
2023-03-23 13:37:15 -07:00
|
|
|
"bitflags 1.3.2",
|
2023-02-09 23:05:02 -08:00
|
|
|
"crc32fast",
|
2023-09-12 17:17:29 -07:00
|
|
|
"fdeflate",
|
2023-02-09 23:05:02 -08:00
|
|
|
"flate2",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "poly1305"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"
|
|
|
|
dependencies = [
|
|
|
|
"cpufeatures",
|
|
|
|
"opaque-debug",
|
|
|
|
"universal-hash",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
|
|
|
2023-01-23 17:08:11 -08:00
|
|
|
[[package]]
|
|
|
|
name = "precomputed-hash"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|
|
|
|
2023-07-07 21:42:14 -07:00
|
|
|
[[package]]
|
|
|
|
name = "pretty_assertions"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
|
|
|
|
dependencies = [
|
|
|
|
"diff",
|
|
|
|
"yansi",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
2023-03-23 13:37:15 -07:00
|
|
|
version = "1.3.1"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 13:37:15 -07:00
|
|
|
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
2023-03-23 13:37:15 -07:00
|
|
|
"toml_edit",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-03-23 13:37:15 -07:00
|
|
|
name = "proc-macro2"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "1.0.67"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.11.9"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"prost-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-derive"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.11.9"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-07-01 08:58:48 +01:00
|
|
|
"itertools 0.10.5",
|
2023-09-12 17:17:29 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-23 13:37:15 -07:00
|
|
|
"syn 1.0.109",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
2023-06-14 21:14:23 -07:00
|
|
|
[[package]]
|
|
|
|
name = "pulldown-cmark"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"getopts",
|
|
|
|
"memchr",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2023-01-23 17:08:11 -08:00
|
|
|
[[package]]
|
2023-09-12 17:17:29 -07:00
|
|
|
name = "qoi"
|
|
|
|
version = "0.4.1"
|
2023-01-23 17:08:11 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
|
2023-01-23 17:08:11 -08:00
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"bytemuck",
|
2023-01-23 17:08:11 -08:00
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
2023-09-12 17:17:29 -07:00
|
|
|
name = "quick-xml"
|
|
|
|
version = "0.29.0"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "81b9228215d82c7b61490fec1de287136b5de6f5700f6e58ea9ad61a7964ca51"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"memchr",
|
2023-03-23 13:37:15 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "1.0.33"
|
2023-03-23 13:37:15 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
2023-03-23 13:37:15 -07:00
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"proc-macro2",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
2023-03-01 18:46:33 -08:00
|
|
|
[[package]]
|
|
|
|
name = "radix_trie"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
|
|
|
|
dependencies = [
|
|
|
|
"endian-type",
|
|
|
|
"nibble_vec",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.1.16",
|
|
|
|
"libc",
|
|
|
|
"rand_chacha 0.2.2",
|
|
|
|
"rand_core 0.5.1",
|
2023-09-12 17:17:29 -07:00
|
|
|
"rand_hc",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha 0.3.1",
|
|
|
|
"rand_core 0.6.4",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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 0.6.4",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.1.16",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"getrandom 0.2.10",
|
2023-03-23 13:37:15 -07:00
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
2023-04-28 16:52:33 -07:00
|
|
|
[[package]]
|
|
|
|
name = "ratatui"
|
2023-07-01 08:58:48 +01:00
|
|
|
version = "0.23.0"
|
2023-04-28 16:52:33 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-01 08:58:48 +01:00
|
|
|
checksum = "2e2e4cd95294a85c3b4446e63ef054eea43e0205b1fd60120c16b74ff7ff96ad"
|
2023-04-28 16:52:33 -07:00
|
|
|
dependencies = [
|
2023-07-01 08:58:48 +01:00
|
|
|
"bitflags 2.4.0",
|
2023-04-28 16:52:33 -07:00
|
|
|
"cassowary",
|
2023-07-01 08:58:48 +01:00
|
|
|
"crossterm",
|
|
|
|
"indoc",
|
|
|
|
"itertools 0.11.0",
|
|
|
|
"paste",
|
|
|
|
"strum",
|
2023-04-28 16:52:33 -07:00
|
|
|
"unicode-segmentation",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2023-05-06 20:56:02 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "1.8.0"
|
2023-05-06 20:56:02 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
|
2023-05-06 20:56:02 +01:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "1.12.0"
|
2023-05-06 20:56:02 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
|
2023-05-06 20:56:02 +01:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.2.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
|
|
|
dependencies = [
|
2023-03-23 13:37:15 -07:00
|
|
|
"bitflags 1.3.2",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
2023-09-10 16:45:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"getrandom 0.2.10",
|
2023-09-10 16:45:27 +03:00
|
|
|
"redox_syscall 0.2.16",
|
2022-12-29 18:00:59 -08:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "1.9.6"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "ebee201405406dbf528b8b672104ae6d6d63e6d118cb10e4d51abbc7b58044ff"
|
2023-09-12 17:17:29 -07:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "0.3.9"
|
2023-09-12 17:17:29 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.7.5"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "0.11.22"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"base64 0.21.4",
|
2022-12-29 18:00:59 -08:00
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-rustls",
|
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustls",
|
|
|
|
"rustls-pemfile",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2023-10-05 18:37:31 -07:00
|
|
|
"system-configuration",
|
2022-12-29 18:00:59 -08:00
|
|
|
"tokio",
|
|
|
|
"tokio-rustls",
|
|
|
|
"tower-service",
|
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
"webpki-roots",
|
|
|
|
"winreg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
|
|
|
version = "0.16.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
2023-05-06 20:56:02 +01:00
|
|
|
"spin 0.5.2",
|
2022-12-29 18:00:59 -08:00
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ropey"
|
2023-03-23 13:37:15 -07:00
|
|
|
version = "1.6.0"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 13:37:15 -07:00
|
|
|
checksum = "53ce7a2c43a32e50d666e33c5a80251b31147bb4b49024bcab11fb6f20c671ed"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"smallvec",
|
|
|
|
"str_indices",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rpassword"
|
|
|
|
version = "7.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rtoolbox",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rtoolbox"
|
|
|
|
version = "0.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ruma"
|
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8dc348e3a4a18abc4e97fffa5e2e623f6edd50ba3a1dd5f47eb249fea713b69f"
|
|
|
|
dependencies = [
|
|
|
|
"assign",
|
|
|
|
"js_int",
|
|
|
|
"js_option",
|
|
|
|
"ruma-client-api",
|
|
|
|
"ruma-common",
|
|
|
|
"ruma-federation-api",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ruma-client-api"
|
|
|
|
version = "0.15.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d1e72bc731b4dc8b569aa83915f13e419144b67110d858c65bb74aa05e2dc4b7"
|
|
|
|
dependencies = [
|
|
|
|
"assign",
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"js_int",
|
|
|
|
"maplit",
|
|
|
|
"percent-encoding",
|
|
|
|
"ruma-common",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ruma-common"
|
|
|
|
version = "0.10.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "716889595f4edc3cfeb94d9f122e413f73e37d7d80ea1c14196e1004241a3889"
|
|
|
|
dependencies = [
|
2023-01-13 18:02:58 -08:00
|
|
|
"base64 0.13.1",
|
2022-12-29 18:00:59 -08:00
|
|
|
"bytes",
|
|
|
|
"form_urlencoded",
|
2023-09-12 17:17:29 -07:00
|
|
|
"getrandom 0.2.10",
|
2022-12-29 18:00:59 -08:00
|
|
|
"http",
|
2023-09-12 17:17:29 -07:00
|
|
|
"indexmap 1.9.3",
|
2022-12-29 18:00:59 -08:00
|
|
|
"itoa",
|
|
|
|
"js-sys",
|
|
|
|
"js_int",
|
|
|
|
"js_option",
|
|
|
|
"percent-encoding",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"regex",
|
|
|
|
"ruma-identifiers-validation",
|
|
|
|
"ruma-macros",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
|
|
|
"url",
|
2023-09-12 17:17:29 -07:00
|
|
|
"uuid 1.4.1",
|
2022-12-29 18:00:59 -08:00
|
|
|
"wildmatch",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ruma-federation-api"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9f905d12f6144c7a754bd0339fa6893698c03d03a908abb20cc6eeb4ec7f9466"
|
|
|
|
dependencies = [
|
|
|
|
"js_int",
|
|
|
|
"ruma-common",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ruma-identifiers-validation"
|
2023-03-23 13:37:15 -07:00
|
|
|
version = "0.9.1"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 13:37:15 -07:00
|
|
|
checksum = "ebefdab34311af44d07cd2cd91c36cfe6a8c770647c6b00f6ab47f1186b2bb72"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"js_int",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ruma-macros"
|
|
|
|
version = "0.10.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0f82e91eb61cd86d9287303133ee55b54618eccb75a522cc22a42c15f5bda340"
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro-crate",
|
2023-09-12 17:17:29 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-12-29 18:00:59 -08:00
|
|
|
"ruma-identifiers-validation",
|
|
|
|
"serde",
|
2023-03-23 13:37:15 -07:00
|
|
|
"syn 1.0.109",
|
2022-12-29 18:00:59 -08:00
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
2023-09-12 17:17:29 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
|
|
|
version = "0.1.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
|
|
dependencies = [
|
|
|
|
"semver",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "0.37.24"
|
2023-04-06 16:10:48 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "4279d76516df406a8bd37e7dff53fd37d1a093f997a3c34a5c21658c126db06d"
|
2023-04-06 16:10:48 -07:00
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
2023-09-12 17:17:29 -07:00
|
|
|
"errno",
|
2023-04-06 16:10:48 -07:00
|
|
|
"io-lifetimes",
|
|
|
|
"libc",
|
2023-09-12 17:17:29 -07:00
|
|
|
"linux-raw-sys 0.3.8",
|
|
|
|
"windows-sys 0.48.0",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
2023-09-10 16:45:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "0.38.17"
|
2023-09-10 16:45:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "f25469e9ae0f3d0047ca8b93fc56843f38e6774f0914a107ff8b41be8be8e0b7"
|
2023-09-10 16:45:27 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.4.0",
|
2023-09-12 17:17:29 -07:00
|
|
|
"errno",
|
2023-09-10 16:45:27 +03:00
|
|
|
"libc",
|
2023-10-05 18:37:31 -07:00
|
|
|
"linux-raw-sys 0.4.8",
|
2023-09-10 16:45:27 +03:00
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.21.7"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"ring",
|
2023-09-12 17:17:29 -07:00
|
|
|
"rustls-webpki",
|
2022-12-29 18:00:59 -08:00
|
|
|
"sct",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.21.4",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "0.101.6"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "3c7d5dece342910d9ba34d259310cae3e0154b873b35408b787b59bce53d34fe"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"ring",
|
|
|
|
"untrusted",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
2023-06-14 20:28:01 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "1.0.14"
|
2023-06-14 20:28:01 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
|
2023-06-14 20:28:01 -07:00
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "1.0.15"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
2023-04-06 16:10:48 -07:00
|
|
|
[[package]]
|
|
|
|
name = "safemem"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2023-11-04 17:39:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "1.2.0"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "1.0.19"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "ad977052201c6de01a8ef2aa3378c4bd23217a056337d1d6da40468d267a4fb0"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "1.0.188"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_bytes"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.11.12"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "ab33ec92f677585af6d88c65593ae2375adde54efdbf16d597f2cbc7a6d368ff"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "1.0.188"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-05 18:37:31 -07:00
|
|
|
"syn 2.0.38",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "1.0.107"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-11-04 17:39:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
|
|
|
version = "0.10.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest 0.10.7",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
|
|
|
version = "0.9.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer 0.9.0",
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest 0.9.0",
|
|
|
|
"opaque-debug",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "0.10.8"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
2023-09-12 17:17:29 -07:00
|
|
|
"digest 0.10.7",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "0.1.7"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
2023-01-23 17:08:11 -08:00
|
|
|
"lazy_static 1.4.0",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
2023-04-06 16:10:48 -07:00
|
|
|
[[package]]
|
|
|
|
name = "shell-words"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.3.17"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"signal-hook-registry",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-mio"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"signal-hook",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2023-03-23 13:37:15 -07:00
|
|
|
version = "1.4.1"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 13:37:15 -07:00
|
|
|
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signature"
|
|
|
|
version = "1.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
|
|
|
|
|
2023-05-06 20:56:02 +01:00
|
|
|
[[package]]
|
|
|
|
name = "simd-adler32"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.3.7"
|
2023-05-06 20:56:02 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
|
2023-05-06 20:56:02 +01:00
|
|
|
|
2023-01-23 17:08:11 -08:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.3.11"
|
2023-01-23 17:08:11 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
2023-01-23 17:08:11 -08:00
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.4.9"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"autocfg",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sled"
|
|
|
|
version = "0.34.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f96b4737c2ce5987354855aed3797279def4ebf734436c6aa4552cf8e169935"
|
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"fs2",
|
|
|
|
"fxhash",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
]
|
|
|
|
|
2023-04-06 16:10:48 -07:00
|
|
|
[[package]]
|
|
|
|
name = "slug"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373"
|
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"deunicode 0.4.4",
|
2023-04-06 16:10:48 -07:00
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "1.11.1"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
2023-04-28 16:52:33 -07:00
|
|
|
[[package]]
|
|
|
|
name = "smawk"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "0.3.2"
|
2023-04-28 16:52:33 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c"
|
2023-04-28 16:52:33 -07:00
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2023-03-23 13:37:15 -07:00
|
|
|
version = "0.4.9"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 13:37:15 -07:00
|
|
|
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-09-12 17:17:29 -07:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
|
|
|
version = "0.5.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
2023-05-06 20:56:02 +01:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.9.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "spki"
|
|
|
|
version = "0.5.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"
|
|
|
|
dependencies = [
|
|
|
|
"der",
|
|
|
|
]
|
|
|
|
|
2023-02-09 23:05:02 -08:00
|
|
|
[[package]]
|
|
|
|
name = "str-buf"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0"
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "str_indices"
|
2023-01-13 18:02:58 -08:00
|
|
|
version = "0.4.1"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-13 18:02:58 -08:00
|
|
|
checksum = "5f026164926842ec52deb1938fae44f83dfdb82d0a5b0270c5bd5935ab74d6dd"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
2023-01-23 17:08:11 -08:00
|
|
|
[[package]]
|
|
|
|
name = "string_cache"
|
2023-03-23 13:37:15 -07:00
|
|
|
version = "0.8.7"
|
2023-01-23 17:08:11 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 13:37:15 -07:00
|
|
|
checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
|
2023-01-23 17:08:11 -08:00
|
|
|
dependencies = [
|
|
|
|
"new_debug_unreachable",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot 0.12.1",
|
2023-02-09 17:53:33 -08:00
|
|
|
"phf_shared 0.10.0",
|
2023-01-23 17:08:11 -08:00
|
|
|
"precomputed-hash",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "string_cache_codegen"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
|
|
|
|
dependencies = [
|
|
|
|
"phf_generator",
|
2023-02-09 17:53:33 -08:00
|
|
|
"phf_shared 0.10.0",
|
2023-09-12 17:17:29 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-01-23 17:08:11 -08:00
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
2023-07-01 08:58:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "strum"
|
|
|
|
version = "0.25.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
|
|
|
|
dependencies = [
|
|
|
|
"strum_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strum_macros"
|
|
|
|
version = "0.25.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ad8d03b598d3d0fff69bf533ee3ef19b8eeb342729596df84bcc7e1f96ec4059"
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rustversion",
|
|
|
|
"syn 2.0.38",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "2.5.0"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
|
2023-03-23 13:37:15 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "1.0.109"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-23 13:37:15 -07:00
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "2.0.38"
|
2023-03-23 13:37:15 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b"
|
2023-03-23 13:37:15 -07:00
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-12-29 18:00:59 -08:00
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2023-04-06 16:10:48 -07:00
|
|
|
[[package]]
|
|
|
|
name = "syntect"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "5.1.0"
|
2023-04-06 16:10:48 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "e02b4b303bf8d08bfeb0445cba5068a3d306b6baece1d5582171a9bf49188f91"
|
2023-04-06 16:10:48 -07:00
|
|
|
dependencies = [
|
|
|
|
"bincode",
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"fancy-regex",
|
|
|
|
"flate2",
|
|
|
|
"fnv",
|
|
|
|
"once_cell",
|
|
|
|
"onig",
|
|
|
|
"plist",
|
|
|
|
"regex-syntax",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"walkdir",
|
|
|
|
"yaml-rust",
|
|
|
|
]
|
|
|
|
|
2023-10-05 18:37:31 -07:00
|
|
|
[[package]]
|
|
|
|
name = "system-configuration"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"core-foundation",
|
|
|
|
"system-configuration-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "system-configuration-sys"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-09-10 16:45:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
|
|
|
version = "3.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"fastrand",
|
|
|
|
"redox_syscall 0.3.5",
|
2023-10-05 18:37:31 -07:00
|
|
|
"rustix 0.38.17",
|
2023-09-10 16:45:27 +03:00
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2023-01-23 17:08:11 -08:00
|
|
|
[[package]]
|
|
|
|
name = "tendril"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
|
|
|
|
dependencies = [
|
|
|
|
"futf",
|
|
|
|
"mac",
|
|
|
|
"utf-8",
|
|
|
|
]
|
|
|
|
|
2023-04-06 16:10:48 -07:00
|
|
|
[[package]]
|
|
|
|
name = "terminal_size"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237"
|
|
|
|
dependencies = [
|
2023-10-05 18:37:31 -07:00
|
|
|
"rustix 0.37.24",
|
2023-04-06 16:10:48 -07:00
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2023-04-28 16:52:33 -07:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.16.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
|
|
|
|
dependencies = [
|
|
|
|
"smawk",
|
|
|
|
"unicode-linebreak",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "1.0.49"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "1.0.49"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-05 18:37:31 -07:00
|
|
|
"syn 2.0.38",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2023-03-23 13:37:15 -07:00
|
|
|
version = "1.1.7"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 13:37:15 -07:00
|
|
|
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
2023-03-23 13:37:15 -07:00
|
|
|
"cfg-if",
|
2022-12-29 18:00:59 -08:00
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2023-02-09 23:05:02 -08:00
|
|
|
[[package]]
|
|
|
|
name = "tiff"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.9.0"
|
2023-02-09 23:05:02 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "6d172b0f4d3fba17ba89811858b9d3d97f928aece846475bbda076ca46736211"
|
2023-02-09 23:05:02 -08:00
|
|
|
dependencies = [
|
|
|
|
"flate2",
|
|
|
|
"jpeg-decoder",
|
|
|
|
"weezl",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "0.3.29"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "426f806f4089c493dcac0d24c29c01e2c38baf8e30f1b716ee37e83d200b18fe"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"deranged",
|
2022-12-29 18:00:59 -08:00
|
|
|
"itoa",
|
2023-09-12 17:17:29 -07:00
|
|
|
"libc",
|
|
|
|
"num_threads",
|
2022-12-29 18:00:59 -08:00
|
|
|
"serde",
|
|
|
|
"time-core",
|
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "0.1.2"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "0.2.15"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"time-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-03-23 13:37:15 -07:00
|
|
|
version = "0.1.1"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 13:37:15 -07:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "1.32.0"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"backtrace",
|
2022-12-29 18:00:59 -08:00
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
|
|
|
"pin-project-lite",
|
2023-09-12 17:17:29 -07:00
|
|
|
"socket2 0.5.4",
|
2022-12-29 18:00:59 -08:00
|
|
|
"tokio-macros",
|
2023-09-12 17:17:29 -07:00
|
|
|
"windows-sys 0.48.0",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "2.1.0"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-05 18:37:31 -07:00
|
|
|
"syn 2.0.38",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.24.1"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"rustls",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2023-11-04 17:39:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
|
|
|
version = "0.1.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "0.7.9"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-01-23 17:08:11 -08:00
|
|
|
version = "0.5.11"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-23 17:08:11 -08:00
|
|
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-03-23 13:37:15 -07:00
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.6.3"
|
2023-03-23 13:37:15 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
|
2023-03-23 13:37:15 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.19.15"
|
2023-03-23 13:37:15 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
|
2023-03-23 13:37:15 -07:00
|
|
|
dependencies = [
|
2023-10-05 18:37:31 -07:00
|
|
|
"indexmap 2.0.2",
|
2023-03-23 13:37:15 -07:00
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
|
|
|
version = "0.1.37"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2023-11-04 17:39:17 -04:00
|
|
|
"log",
|
2022-12-29 18:00:59 -08:00
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-appender"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09d48f71a791638519505cefafe162606f706c25592e4bde4d97600c0195312e"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
2023-09-12 17:17:29 -07:00
|
|
|
"time",
|
2022-12-29 18:00:59 -08:00
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.1.26"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-05 18:37:31 -07:00
|
|
|
"syn 2.0.38",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.1.31"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"valuable",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
|
|
|
|
dependencies = [
|
2023-01-23 17:08:11 -08:00
|
|
|
"lazy_static 1.4.0",
|
2022-12-29 18:00:59 -08:00
|
|
|
"log",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.3.17"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"nu-ansi-term",
|
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2023-01-13 18:02:58 -08:00
|
|
|
version = "0.2.4"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-13 18:02:58 -08:00
|
|
|
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
2023-04-06 16:10:48 -07:00
|
|
|
[[package]]
|
|
|
|
name = "typed-arena"
|
|
|
|
version = "2.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "1.17.0"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
2023-01-10 19:59:30 -08:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "2.7.0"
|
2023-01-10 19:59:30 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
|
2023-01-10 19:59:30 -08:00
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2023-03-23 13:37:15 -07:00
|
|
|
version = "0.3.13"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 13:37:15 -07:00
|
|
|
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "1.0.12"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
2023-04-28 16:52:33 -07:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-linebreak"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.1.5"
|
2023-04-28 16:52:33 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
|
2023-04-28 16:52:33 -07:00
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
|
|
|
version = "0.1.22"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2023-03-23 13:37:15 -07:00
|
|
|
version = "1.10.1"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 13:37:15 -07:00
|
|
|
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "0.1.11"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
2023-04-06 16:10:48 -07:00
|
|
|
[[package]]
|
|
|
|
name = "unicode_categories"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "universal-hash"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.4.0"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "8326b2c654932e3e4f9196e69d08fdf7cfd718e1dc6f66b347e6024a0c961402"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "2.4.1"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-01-23 17:08:11 -08:00
|
|
|
[[package]]
|
|
|
|
name = "utf-8"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
|
|
|
|
2023-03-23 13:37:15 -07:00
|
|
|
[[package]]
|
2023-09-12 17:17:29 -07:00
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.2.1"
|
2023-03-23 13:37:15 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
2023-03-23 13:37:15 -07:00
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
|
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"getrandom 0.2.10",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "1.4.1"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"getrandom 0.2.10",
|
2022-12-29 18:00:59 -08:00
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
2023-06-14 20:28:01 -07:00
|
|
|
[[package]]
|
|
|
|
name = "vergen"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "8.2.5"
|
2023-06-14 20:28:01 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "85e7dc29b3c54a2ea67ef4f953d5ec0c4085035c0ae2d325be1c0d2144bd9f16"
|
2023-06-14 20:28:01 -07:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"rustversion",
|
2023-09-12 17:17:29 -07:00
|
|
|
"time",
|
2023-06-14 20:28:01 -07:00
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vodozemac"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f6f20153a1c82ac5f1243b62e80f067ae608facc415c6ef82f88426a61c79886"
|
|
|
|
dependencies = [
|
|
|
|
"aes",
|
|
|
|
"arrayvec",
|
2023-01-13 18:02:58 -08:00
|
|
|
"base64 0.13.1",
|
2022-12-29 18:00:59 -08:00
|
|
|
"cbc",
|
|
|
|
"ed25519-dalek",
|
|
|
|
"hkdf",
|
|
|
|
"hmac",
|
|
|
|
"pkcs7",
|
|
|
|
"prost",
|
|
|
|
"rand 0.7.3",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-10-05 18:37:31 -07:00
|
|
|
"sha2 0.10.8",
|
2022-12-29 18:00:59 -08:00
|
|
|
"subtle",
|
|
|
|
"thiserror",
|
|
|
|
"x25519-dalek",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2023-04-06 16:10:48 -07:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "2.4.0"
|
2023-04-06 16:10:48 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
|
2023-04-06 16:10:48 -07:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.3.1"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
2023-11-04 17:39:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "warp"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba431ef570df1287f7f8b07e376491ad54f84d26ac473489427231e1718e1f69"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
|
|
|
"headers",
|
|
|
|
"http",
|
|
|
|
"hyper",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project",
|
|
|
|
"rustls-pemfile",
|
|
|
|
"scoped-tls",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tokio-util",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.2.87"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.2.87"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
2023-09-12 17:17:29 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-05 18:37:31 -07:00
|
|
|
"syn 2.0.38",
|
2022-12-29 18:00:59 -08:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.4.37"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.2.87"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"quote",
|
2022-12-29 18:00:59 -08:00
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.2.87"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-05 18:37:31 -07:00
|
|
|
"syn 2.0.38",
|
2022-12-29 18:00:59 -08:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.2.87"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-timer"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"
|
|
|
|
dependencies = [
|
|
|
|
"futures",
|
|
|
|
"js-sys",
|
|
|
|
"parking_lot 0.11.2",
|
|
|
|
"pin-utils",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.3.64"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.25.2"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
2023-02-09 23:05:02 -08:00
|
|
|
[[package]]
|
|
|
|
name = "weezl"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb"
|
|
|
|
|
2023-09-10 16:45:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
|
|
|
version = "4.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"home",
|
|
|
|
"once_cell",
|
2023-10-05 18:37:31 -07:00
|
|
|
"rustix 0.38.17",
|
2023-09-10 16:45:27 +03:00
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "wildmatch"
|
|
|
|
version = "2.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee583bdc5ff1cf9db20e9db5bb3ff4c3089a8f6b8b31aff265c9aba85812db86"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2023-10-05 18:37:31 -07:00
|
|
|
version = "0.1.6"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-05 18:37:31 -07:00
|
|
|
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-02-09 23:05:02 -08:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-wsapoll"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "44c17110f57155602a80dca10be03852116403c9ff3cd25b079d666f2aa3df6e"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08: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]]
|
|
|
|
name = "windows"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.48.0"
|
2023-03-23 13:37:15 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
|
2023-03-23 13:37:15 -07:00
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"windows-targets",
|
2023-03-23 13:37:15 -07:00
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
|
|
|
dependencies = [
|
2023-04-06 16:10:48 -07:00
|
|
|
"windows_aarch64_gnullvm 0.42.2",
|
|
|
|
"windows_aarch64_msvc 0.42.2",
|
|
|
|
"windows_i686_gnu 0.42.2",
|
|
|
|
"windows_i686_msvc 0.42.2",
|
|
|
|
"windows_x86_64_gnu 0.42.2",
|
|
|
|
"windows_x86_64_gnullvm 0.42.2",
|
|
|
|
"windows_x86_64_msvc 0.42.2",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
2023-04-06 16:10:48 -07:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"windows-targets",
|
2023-03-23 13:37:15 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.48.5"
|
2023-03-23 13:37:15 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2023-03-23 13:37:15 -07:00
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"windows_aarch64_gnullvm 0.48.5",
|
|
|
|
"windows_aarch64_msvc 0.48.5",
|
|
|
|
"windows_i686_gnu 0.48.5",
|
|
|
|
"windows_i686_msvc 0.48.5",
|
|
|
|
"windows_x86_64_gnu 0.48.5",
|
|
|
|
"windows_x86_64_gnullvm 0.48.5",
|
|
|
|
"windows_x86_64_msvc 0.48.5",
|
2023-03-23 13:37:15 -07:00
|
|
|
]
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-03-23 13:37:15 -07:00
|
|
|
version = "0.42.2"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 13:37:15 -07:00
|
|
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
2023-04-06 16:10:48 -07:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.48.5"
|
2023-04-06 16:10:48 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2023-04-06 16:10:48 -07:00
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-03-23 13:37:15 -07:00
|
|
|
version = "0.42.2"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 13:37:15 -07:00
|
|
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
2023-04-06 16:10:48 -07:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.48.5"
|
2023-04-06 16:10:48 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2023-04-06 16:10:48 -07:00
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-03-23 13:37:15 -07:00
|
|
|
version = "0.42.2"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 13:37:15 -07:00
|
|
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
2023-04-06 16:10:48 -07:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.48.5"
|
2023-04-06 16:10:48 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2023-04-06 16:10:48 -07:00
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-03-23 13:37:15 -07:00
|
|
|
version = "0.42.2"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 13:37:15 -07:00
|
|
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
2023-04-06 16:10:48 -07:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.48.5"
|
2023-04-06 16:10:48 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2023-04-06 16:10:48 -07:00
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-03-23 13:37:15 -07:00
|
|
|
version = "0.42.2"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 13:37:15 -07:00
|
|
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
2023-04-06 16:10:48 -07:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.48.5"
|
2023-04-06 16:10:48 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2023-04-06 16:10:48 -07:00
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-03-23 13:37:15 -07:00
|
|
|
version = "0.42.2"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-23 13:37:15 -07:00
|
|
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
2022-12-29 18:00:59 -08:00
|
|
|
|
2023-04-06 16:10:48 -07:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.48.5"
|
2023-04-06 16:10:48 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2023-04-06 16:10:48 -07:00
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-03-23 13:37:15 -07:00
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
|
|
|
|
2023-04-06 16:10:48 -07:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.48.5"
|
2023-04-06 16:10:48 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2023-04-06 16:10:48 -07:00
|
|
|
|
2023-03-23 13:37:15 -07:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.5.15"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"
|
2023-03-23 13:37:15 -07:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
2022-12-29 18:00:59 -08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "0.50.0"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"cfg-if",
|
|
|
|
"windows-sys 0.48.0",
|
2023-02-09 23:05:02 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "x11rb"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "592b4883219f345e712b3209c62654ebda0bb50887f330cbd018d0f654bfd507"
|
|
|
|
dependencies = [
|
|
|
|
"gethostname 0.2.3",
|
|
|
|
"nix",
|
|
|
|
"winapi",
|
|
|
|
"winapi-wsapoll",
|
|
|
|
"x11rb-protocol",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "x11rb-protocol"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56b245751c0ac9db0e006dc812031482784e434630205a93c73cfefcaabeac67"
|
|
|
|
dependencies = [
|
|
|
|
"nix",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "x25519-dalek"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2392b6b94a576b4e2bf3c5b2757d63f10ada8020a2e4d08ac849ebcf6ea8e077"
|
|
|
|
dependencies = [
|
|
|
|
"curve25519-dalek",
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
"serde",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2023-04-06 16:10:48 -07:00
|
|
|
[[package]]
|
|
|
|
name = "xdg"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "2.5.2"
|
2023-04-06 16:10:48 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546"
|
2023-04-06 16:10:48 -07:00
|
|
|
|
2023-01-23 17:08:11 -08:00
|
|
|
[[package]]
|
|
|
|
name = "xml5ever"
|
|
|
|
version = "0.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4034e1d05af98b51ad7214527730626f019682d797ba38b51689212118d8e650"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"mac",
|
|
|
|
"markup5ever",
|
|
|
|
]
|
|
|
|
|
2023-04-06 16:10:48 -07:00
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
|
|
|
|
dependencies = [
|
|
|
|
"linked-hash-map",
|
|
|
|
]
|
|
|
|
|
2023-07-07 21:42:14 -07:00
|
|
|
[[package]]
|
|
|
|
name = "yansi"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
|
|
|
|
|
2022-12-29 18:00:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd"
|
|
|
|
dependencies = [
|
|
|
|
"zeroize_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zeroize_derive"
|
2023-09-12 17:17:29 -07:00
|
|
|
version = "1.4.2"
|
2022-12-29 18:00:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 17:17:29 -07:00
|
|
|
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
|
2022-12-29 18:00:59 -08:00
|
|
|
dependencies = [
|
2023-09-12 17:17:29 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-05 18:37:31 -07:00
|
|
|
"syn 2.0.38",
|
2022-12-29 18:00:59 -08:00
|
|
|
]
|
2023-05-06 20:56:02 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zune-inflate"
|
|
|
|
version = "0.2.54"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
|
|
|
|
dependencies = [
|
|
|
|
"simd-adler32",
|
|
|
|
]
|