esp-web-flash/Cargo.lock

3001 lines
73 KiB
Plaintext
Raw Normal View History

2022-05-20 13:41:24 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "CoreFoundation-sys"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0e9889e6db118d49d88d84728d0e964d973a5680befb5f85f55141beea5c20b"
dependencies = [
"libc",
"mach",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "IOKit-sys"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99696c398cbaf669d2368076bdb3d627fb0ce51a26899d7c61228c5c0af3bf4a"
dependencies = [
"CoreFoundation-sys",
"libc",
"mach",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "addr2line"
2023-06-20 19:44:28 +00:00
version = "0.19.0"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
2022-11-14 13:47:52 +00:00
dependencies = [
2023-06-20 19:44:28 +00:00
"gimli",
2022-11-14 13:47:52 +00:00
]
[[package]]
name = "addr2line"
version = "0.20.0"
2022-11-14 13:47:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3"
2022-05-20 13:41:24 +00:00
dependencies = [
"cpp_demangle",
"fallible-iterator",
2023-06-20 19:44:28 +00:00
"gimli",
"memmap2",
"object 0.31.1",
2022-05-20 13:41:24 +00:00
"rustc-demangle",
"smallvec",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "ahash"
version = "0.7.6"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
2022-05-20 13:41:24 +00:00
dependencies = [
"getrandom",
"once_cell",
"version_check",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "aho-corasick"
version = "1.0.2"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
2022-05-20 13:41:24 +00:00
dependencies = [
"memchr",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "anstream"
version = "0.3.2"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"
2022-05-20 13:41:24 +00:00
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"is-terminal",
"utf8parse",
2022-05-20 13:41:24 +00:00
]
2022-09-19 18:34:55 +00:00
[[package]]
name = "anstyle"
2023-06-21 07:19:01 +00:00
version = "1.0.1"
2022-09-19 18:34:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 07:19:01 +00:00
checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd"
2022-09-19 18:34:55 +00:00
2022-05-20 13:41:24 +00:00
[[package]]
name = "anstyle-parse"
2023-06-21 07:19:01 +00:00
version = "0.2.1"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-21 07:19:01 +00:00
checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
2022-05-20 13:41:24 +00:00
dependencies = [
"utf8parse",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "anstyle-query"
version = "1.0.0"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
dependencies = [
"windows-sys 0.48.0",
]
2022-05-20 13:41:24 +00:00
[[package]]
name = "anstyle-wincon"
version = "1.0.1"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188"
2022-05-20 13:41:24 +00:00
dependencies = [
"anstyle",
"windows-sys 0.48.0",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "anyhow"
version = "1.0.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
2022-05-20 13:41:24 +00:00
[[package]]
name = "async-stream"
2023-06-20 19:44:28 +00:00
version = "0.3.5"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
2022-05-20 13:41:24 +00:00
dependencies = [
"async-stream-impl",
"futures-core",
2023-06-20 19:44:28 +00:00
"pin-project-lite",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "async-stream-impl"
2023-06-20 19:44:28 +00:00
version = "0.3.5"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
2022-05-20 13:41:24 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-06-20 19:44:28 +00:00
"syn 2.0.18",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "async-trait"
2023-06-20 19:44:28 +00:00
version = "0.1.68"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
2022-05-20 13:41:24 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-06-20 19:44:28 +00:00
"syn 2.0.18",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "atomic"
2023-06-20 19:44:28 +00:00
version = "0.5.3"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
2022-05-20 13:41:24 +00:00
[[package]]
name = "atomic-polyfill"
version = "0.1.11"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3ff7eb3f316534d83a8a2c3d1674ace8a5a71198eba31e2e2b597833f699b28"
2022-05-20 13:41:24 +00:00
dependencies = [
"critical-section",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "backtrace"
2023-06-20 19:44:28 +00:00
version = "0.3.67"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
2022-05-20 13:41:24 +00:00
dependencies = [
2023-06-20 19:44:28 +00:00
"addr2line 0.19.0",
2022-05-20 13:41:24 +00:00
"cc",
"cfg-if",
"libc",
2023-06-20 19:44:28 +00:00
"miniz_oxide 0.6.2",
"object 0.30.4",
2022-05-20 13:41:24 +00:00
"rustc-demangle",
]
[[package]]
name = "backtrace-ext"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "537beee3be4a18fb023b570f80e3ae28003db9167a751266b259926e25539d50"
dependencies = [
"backtrace",
]
[[package]]
name = "base64"
version = "0.21.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
2022-05-20 13:41:24 +00:00
[[package]]
name = "binascii"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "383d29d513d8764dcdc42ea295d979eb99c3c9f00607b3692cf68a431f7dca72"
[[package]]
name = "binread"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16598dfc8e6578e9b597d9910ba2e73618385dc9f4b1d43dd92c349d6be6418f"
dependencies = [
"binread_derive",
"rustversion",
]
[[package]]
name = "binread_derive"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d9672209df1714ee804b1f4d4f68c8eb2a90b1f7a07acf472f88ce198ef1fed"
dependencies = [
"either",
"proc-macro2",
"quote",
2023-06-20 19:44:28 +00:00
"syn 1.0.109",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
2023-06-20 19:44:28 +00:00
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "487f1e0fcbe47deb8b0574e646def1c903389d95241dd1bbcc6ce4a715dfc0c1"
2022-11-14 13:47:52 +00:00
[[package]]
name = "bitvec"
version = "1.0.1"
2022-11-14 13:47:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
2022-11-14 13:47:52 +00:00
dependencies = [
"funty",
"radium",
"tap",
"wyz",
]
2022-05-20 13:41:24 +00:00
[[package]]
name = "block-buffer"
2023-06-20 19:44:28 +00:00
version = "0.10.4"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2022-05-20 13:41:24 +00:00
dependencies = [
"generic-array",
]
[[package]]
name = "bstr"
version = "1.5.0"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a246e68bb43f6cd9db24bea052a53e40405417c5fb372e3d1a8a7f770a564ef5"
2022-05-20 13:41:24 +00:00
dependencies = [
"memchr",
"once_cell",
2022-05-20 13:41:24 +00:00
"regex-automata",
"serde",
]
2022-11-14 13:47:52 +00:00
[[package]]
name = "bumpalo"
2023-06-20 19:44:28 +00:00
version = "3.13.0"
2022-11-14 13:47:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
2022-11-14 13:47:52 +00:00
2022-05-20 13:41:24 +00:00
[[package]]
name = "bytemuck"
version = "1.13.1"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
2022-05-20 13:41:24 +00:00
dependencies = [
"bytemuck_derive",
]
[[package]]
name = "bytemuck_derive"
version = "1.4.1"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdde5c9cd29ebd706ce1b35600920a33550e402fc998a2e53ad3b42c3c47a192"
2022-05-20 13:41:24 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.18",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2022-05-20 13:41:24 +00:00
[[package]]
name = "bytes"
2023-06-20 19:44:28 +00:00
version = "1.4.0"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
2022-05-20 13:41:24 +00:00
[[package]]
name = "cc"
2023-06-20 19:44:28 +00:00
version = "1.0.79"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
2022-05-20 13:41:24 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
version = "4.3.5"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2686c4115cb0810d9a984776e197823d08ec94f176549a89a9efded477c456dc"
2022-05-20 13:41:24 +00:00
dependencies = [
"clap_builder",
"clap_derive",
2022-09-19 18:34:55 +00:00
"once_cell",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "clap_builder"
version = "4.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e53afce1efce6ed1f633cf0e57612fe51db54a1ee4fd8f8503d078fe02d69ae"
dependencies = [
"anstream",
"anstyle",
"bitflags 1.3.2",
"clap_lex",
"strsim",
]
2022-05-20 13:41:24 +00:00
[[package]]
name = "clap_complete"
version = "4.3.1"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f6b5c519bab3ea61843a7923d074b04245624bb84a64a8c150f5deb014e388b"
2022-05-20 13:41:24 +00:00
dependencies = [
"clap",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "clap_derive"
version = "4.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8cd2b2a819ad6eec39e8f1d6b53001af1e5469f8c177579cdaeb313115b825f"
dependencies = [
2022-11-14 13:47:52 +00:00
"heck",
"proc-macro2",
"quote",
"syn 2.0.18",
]
2022-05-20 13:41:24 +00:00
[[package]]
name = "clap_lex"
version = "0.5.0"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
2022-05-20 13:41:24 +00:00
[[package]]
name = "colorchoice"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
2022-05-20 13:41:24 +00:00
[[package]]
name = "comfy-table"
version = "7.0.1"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ab77dbd8adecaf3f0db40581631b995f312a8a5ae3aa9993188bb8f23d83a5b"
2022-05-20 13:41:24 +00:00
dependencies = [
"crossterm 0.26.1",
2022-11-14 13:47:52 +00:00
"strum",
"strum_macros",
2022-05-20 13:41:24 +00:00
"unicode-width",
]
[[package]]
name = "console"
2023-06-20 19:44:28 +00:00
version = "0.15.7"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8"
2022-05-20 13:41:24 +00:00
dependencies = [
"encode_unicode",
2022-11-14 13:47:52 +00:00
"lazy_static",
2022-05-20 13:41:24 +00:00
"libc",
"unicode-width",
2023-06-20 19:44:28 +00:00
"windows-sys 0.45.0",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "cookie"
version = "0.17.0"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7efb37c3e1ccb1ff97164ad95ac1606e8ccd35b3fa0a7d99a304c7f4a428cc24"
2022-05-20 13:41:24 +00:00
dependencies = [
"percent-encoding",
"time",
"version_check",
]
[[package]]
name = "cpp_demangle"
version = "0.4.1"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c76f98bdfc7f66172e6c7065f981ebb576ffc903fe4c0561d9f0c2509226dc6"
2022-05-20 13:41:24 +00:00
dependencies = [
"cfg-if",
]
[[package]]
name = "cpufeatures"
2023-06-20 19:44:28 +00:00
version = "0.2.8"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "03e69e28e9f7f77debdedbaafa2866e1de9ba56df55a8bd7cfc724c25a09987c"
2022-05-20 13:41:24 +00: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 = "critical-section"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6548a0ad5d2549e111e1f6a11a6c2e2d00ce6a3dafe22948d67c2b443f775e52"
2022-05-20 13:41:24 +00:00
[[package]]
name = "crossterm"
2022-11-14 13:47:52 +00:00
version = "0.25.0"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-14 13:47:52 +00:00
checksum = "e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67"
2022-05-20 13:41:24 +00:00
dependencies = [
"bitflags 1.3.2",
"crossterm_winapi",
"libc",
"mio",
"parking_lot",
"signal-hook",
"signal-hook-mio",
"winapi",
]
[[package]]
name = "crossterm"
version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a84cda67535339806297f1b331d6dd6320470d2a0fe65381e79ee9e156dd3d13"
dependencies = [
"bitflags 1.3.2",
2022-05-20 13:41:24 +00:00
"crossterm_winapi",
"libc",
"mio",
"parking_lot",
"signal-hook",
"signal-hook-mio",
"winapi",
]
[[package]]
name = "crossterm_winapi"
2023-06-20 19:44:28 +00:00
version = "0.9.1"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
2022-05-20 13:41:24 +00:00
dependencies = [
"winapi",
]
[[package]]
name = "crypto-common"
2022-09-19 18:34:55 +00:00
version = "0.1.6"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-19 18:34:55 +00:00
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
2022-05-20 13:41:24 +00:00
dependencies = [
"generic-array",
"typenum",
]
[[package]]
name = "csv"
version = "1.2.2"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "626ae34994d3d8d668f4269922248239db4ae42d538b14c398b74a52208e8086"
2022-05-20 13:41:24 +00:00
dependencies = [
"csv-core",
"itoa",
2022-05-20 13:41:24 +00:00
"ryu",
"serde",
]
[[package]]
name = "csv-core"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
dependencies = [
"memchr",
]
[[package]]
name = "ctrlc"
version = "3.4.0"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a011bbe2c35ce9c1f143b7af6f94f29a167beb4cd1d29e6740ce836f723120e"
2022-05-20 13:41:24 +00:00
dependencies = [
"nix",
"windows-sys 0.48.0",
2022-05-20 13:41:24 +00:00
]
2022-11-14 13:47:52 +00:00
[[package]]
name = "darling"
2023-06-20 19:44:28 +00:00
version = "0.14.4"
2022-11-14 13:47:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
2022-11-14 13:47:52 +00:00
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
2023-06-20 19:44:28 +00:00
version = "0.14.4"
2022-11-14 13:47:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
2022-11-14 13:47:52 +00:00
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
2023-06-20 19:44:28 +00:00
"syn 1.0.109",
2022-11-14 13:47:52 +00:00
]
[[package]]
name = "darling_macro"
2023-06-20 19:44:28 +00:00
version = "0.14.4"
2022-11-14 13:47:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
2022-11-14 13:47:52 +00:00
dependencies = [
"darling_core",
"quote",
2023-06-20 19:44:28 +00:00
"syn 1.0.109",
2022-11-14 13:47:52 +00:00
]
[[package]]
name = "deku"
version = "0.16.0"
2022-11-14 13:47:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819b87cc7a05b3abe3fc38e59b3980a5fd3162f25a247116441a9171d3e84481"
2022-11-14 13:47:52 +00:00
dependencies = [
"bitvec",
"deku_derive",
]
[[package]]
name = "deku_derive"
version = "0.16.0"
2022-11-14 13:47:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e2ca12572239215a352a74ad7c776d7e8a914f8a23511c6cbedddd887e5009e"
2022-11-14 13:47:52 +00:00
dependencies = [
"darling",
"proc-macro-crate",
"proc-macro2",
"quote",
2023-06-20 19:44:28 +00:00
"syn 1.0.109",
2022-11-14 13:47:52 +00:00
]
2022-05-20 13:41:24 +00:00
[[package]]
name = "devise"
version = "0.4.1"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6eacefd3f541c66fc61433d65e54e0e46e0a029a819a7dbbc7a7b489e8a85f8"
2022-05-20 13:41:24 +00:00
dependencies = [
"devise_codegen",
"devise_core",
]
[[package]]
name = "devise_codegen"
version = "0.4.1"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8cf4b8dd484ede80fd5c547592c46c3745a617c8af278e2b72bea86b2dfed6"
2022-05-20 13:41:24 +00:00
dependencies = [
"devise_core",
"quote",
]
[[package]]
name = "devise_core"
version = "0.4.1"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35b50dba0afdca80b187392b24f2499a88c336d5a8493e4b4ccfb608708be56a"
2022-05-20 13:41:24 +00:00
dependencies = [
2023-06-20 19:44:28 +00:00
"bitflags 2.0.2",
2022-05-20 13:41:24 +00:00
"proc-macro2",
2023-06-20 19:44:28 +00:00
"proc-macro2-diagnostics",
2022-05-20 13:41:24 +00:00
"quote",
"syn 2.0.18",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "dialoguer"
version = "0.10.4"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59c6f2989294b9a498d3ad5491a79c6deb604617378e1cdc4bfc1c1361fe2f87"
2022-05-20 13:41:24 +00:00
dependencies = [
"console",
"shell-words",
2022-05-20 13:41:24 +00:00
"tempfile",
"zeroize",
]
[[package]]
name = "digest"
version = "0.10.7"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2022-05-20 13:41:24 +00:00
dependencies = [
"block-buffer",
"crypto-common",
]
2022-11-14 13:47:52 +00:00
[[package]]
name = "directories"
version = "5.0.1"
2022-11-14 13:47:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35"
2022-11-14 13:47:52 +00:00
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
version = "0.4.1"
2022-11-14 13:47:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
2022-11-14 13:47:52 +00:00
dependencies = [
"libc",
"option-ext",
2022-11-14 13:47:52 +00:00
"redox_users",
"windows-sys 0.48.0",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "either"
2023-06-20 19:44:28 +00:00
version = "1.8.1"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
2022-05-20 13:41:24 +00:00
[[package]]
name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
[[package]]
name = "encoding_rs"
2023-06-20 19:44:28 +00:00
version = "0.8.32"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
2022-05-20 13:41:24 +00:00
dependencies = [
"cfg-if",
]
[[package]]
2022-11-14 13:47:52 +00:00
name = "env_logger"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
dependencies = [
2022-11-14 13:47:52 +00:00
"humantime",
"is-terminal",
2022-11-14 13:47:52 +00:00
"log",
"regex",
"termcolor",
]
[[package]]
name = "errno"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
dependencies = [
"errno-dragonfly",
"libc",
"windows-sys 0.48.0",
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
[[package]]
2022-11-14 13:47:52 +00:00
name = "esp-idf-part"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28192549b6c3d0bfd3be8ff694802b8d92ff7e1b12a6fd0285ca96c66e97bed3"
dependencies = [
2022-11-14 13:47:52 +00:00
"csv",
"deku",
"heapless",
2022-11-14 13:47:52 +00:00
"md5",
"parse_int",
"regex",
"serde",
"serde_plain",
"strum",
"thiserror",
]
2022-05-20 13:41:24 +00:00
[[package]]
name = "espflash"
version = "2.0.0"
2022-11-14 13:47:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4be25456a5078305c873b95ccb53bd34f4d1f68eefbf53111ce9cf3c64e4458e"
2022-05-20 13:41:24 +00:00
dependencies = [
"addr2line 0.20.0",
2023-06-20 19:44:28 +00:00
"base64",
2022-05-20 13:41:24 +00:00
"binread",
"bytemuck",
"clap",
"clap_complete",
2022-05-20 13:41:24 +00:00
"comfy-table",
"crossterm 0.25.0",
"ctrlc",
2022-05-20 13:41:24 +00:00
"dialoguer",
"directories",
2022-11-14 13:47:52 +00:00
"env_logger",
"esp-idf-part",
2022-05-20 13:41:24 +00:00
"flate2",
"hex",
2022-05-20 13:41:24 +00:00
"indicatif",
2022-11-14 13:47:52 +00:00
"lazy_static",
"log",
2022-05-20 13:41:24 +00:00
"miette",
2022-11-14 13:47:52 +00:00
"parse_int",
2022-05-20 13:41:24 +00:00
"regex",
"serde",
"serialport",
"sha2",
"slip-codec",
2022-11-14 13:47:52 +00:00
"strum",
2022-05-20 13:41:24 +00:00
"thiserror",
2023-06-20 19:44:28 +00:00
"toml",
2022-11-14 13:47:52 +00:00
"update-informer",
2022-05-20 13:41:24 +00:00
"xmas-elf",
]
[[package]]
name = "fallible-iterator"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
[[package]]
name = "fastrand"
2023-06-20 19:44:28 +00:00
version = "1.9.0"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
2022-05-20 13:41:24 +00:00
dependencies = [
"instant",
]
[[package]]
name = "figment"
2023-06-20 19:44:28 +00:00
version = "0.10.10"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "4547e226f4c9ab860571e070a9034192b3175580ecea38da34fcdb53a018c9a5"
2022-05-20 13:41:24 +00:00
dependencies = [
"atomic",
"pear",
"serde",
2023-06-20 19:44:28 +00:00
"toml",
2022-05-20 13:41:24 +00:00
"uncased",
"version_check",
]
[[package]]
name = "flate2"
version = "1.0.26"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
2022-05-20 13:41:24 +00:00
dependencies = [
"crc32fast",
"miniz_oxide 0.7.1",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2022-11-14 13:47:52 +00:00
[[package]]
name = "form_urlencoded"
2023-06-20 19:44:28 +00:00
version = "1.2.0"
2022-11-14 13:47:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
2022-11-14 13:47:52 +00:00
dependencies = [
"percent-encoding",
]
[[package]]
name = "funty"
version = "2.0.0"
2022-11-14 13:47:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
2022-11-14 13:47:52 +00:00
2022-05-20 13:41:24 +00:00
[[package]]
name = "futures"
2023-06-20 19:44:28 +00:00
version = "0.3.28"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
2022-05-20 13:41:24 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2023-06-20 19:44:28 +00:00
version = "0.3.28"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
2022-05-20 13:41:24 +00:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2023-06-20 19:44:28 +00:00
version = "0.3.28"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
2022-05-20 13:41:24 +00:00
[[package]]
name = "futures-io"
2023-06-20 19:44:28 +00:00
version = "0.3.28"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
2022-05-20 13:41:24 +00:00
[[package]]
name = "futures-sink"
2023-06-20 19:44:28 +00:00
version = "0.3.28"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
2022-05-20 13:41:24 +00:00
[[package]]
name = "futures-task"
2023-06-20 19:44:28 +00:00
version = "0.3.28"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
2022-05-20 13:41:24 +00:00
[[package]]
name = "futures-util"
2023-06-20 19:44:28 +00:00
version = "0.3.28"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
2022-05-20 13:41:24 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "generator"
2023-06-20 19:44:28 +00:00
version = "0.7.4"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "f3e123d9ae7c02966b4d892e550bdc32164f05853cd40ab570650ad600596a8a"
2022-05-20 13:41:24 +00:00
dependencies = [
"cc",
"libc",
"log",
"rustversion",
2022-09-19 18:34:55 +00:00
"windows",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "generic-array"
2023-06-20 19:44:28 +00:00
version = "0.14.7"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2022-05-20 13:41:24 +00:00
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
2023-06-20 19:44:28 +00:00
version = "0.2.10"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
2022-05-20 13:41:24 +00:00
dependencies = [
"cfg-if",
"libc",
2022-09-19 18:34:55 +00:00
"wasi",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "gimli"
version = "0.27.3"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
2022-05-20 13:41:24 +00:00
dependencies = [
"fallible-iterator",
"stable_deref_trait",
]
[[package]]
name = "glob"
2023-06-20 19:44:28 +00:00
version = "0.3.1"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2022-05-20 13:41:24 +00:00
[[package]]
name = "h2"
2023-06-20 19:44:28 +00:00
version = "0.3.19"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782"
2022-05-20 13:41:24 +00:00
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
2022-09-19 18:34:55 +00:00
"tokio-util",
2022-05-20 13:41:24 +00:00
"tracing",
]
[[package]]
name = "hash32"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
dependencies = [
"byteorder",
]
2022-05-20 13:41:24 +00:00
[[package]]
name = "hashbrown"
2022-09-19 18:34:55 +00:00
version = "0.12.3"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-19 18:34:55 +00:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
dependencies = [
"ahash",
]
2022-05-20 13:41:24 +00:00
[[package]]
name = "heapless"
version = "0.7.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db04bc24a18b9ea980628ecf00e6c0264f3c1426dac36c00cb49b6fbad8b0743"
dependencies = [
"atomic-polyfill",
"hash32",
"rustc_version",
"serde",
2023-06-20 19:44:28 +00:00
"spin 0.9.8",
"stable_deref_trait",
]
2022-05-20 13:41:24 +00:00
[[package]]
name = "heck"
2023-06-20 19:44:28 +00:00
version = "0.4.1"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2022-05-20 13:41:24 +00:00
[[package]]
name = "hermit-abi"
2023-06-20 19:44:28 +00:00
version = "0.2.6"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
2022-05-20 13:41:24 +00:00
dependencies = [
"libc",
]
[[package]]
name = "hermit-abi"
version = "0.3.1"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
2022-05-20 13:41:24 +00:00
[[package]]
name = "hex"
version = "0.4.3"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2022-05-20 13:41:24 +00:00
dependencies = [
"serde",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "http"
2023-06-20 19:44:28 +00:00
version = "0.2.9"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
2022-05-20 13:41:24 +00:00
dependencies = [
"bytes",
"fnv",
"itoa",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "http-body"
2022-09-19 18:34:55 +00:00
version = "0.4.5"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-19 18:34:55 +00:00
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
2022-05-20 13:41:24 +00:00
dependencies = [
"bytes",
"http",
"pin-project-lite",
]
[[package]]
name = "httparse"
2022-09-19 18:34:55 +00:00
version = "1.8.0"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-19 18:34:55 +00:00
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
2022-05-20 13:41:24 +00:00
[[package]]
name = "httpdate"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
2022-11-14 13:47:52 +00:00
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2022-05-20 13:41:24 +00:00
[[package]]
name = "hyper"
2023-06-20 19:44:28 +00:00
version = "0.14.26"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4"
2022-05-20 13:41:24 +00:00
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
"itoa",
2022-05-20 13:41:24 +00:00
"pin-project-lite",
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
]
2022-11-14 13:47:52 +00: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-06-20 19:44:28 +00:00
version = "0.4.0"
2022-11-14 13:47:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
2022-11-14 13:47:52 +00:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
2022-05-20 13:41:24 +00:00
[[package]]
name = "indexmap"
2023-06-20 19:44:28 +00:00
version = "1.9.3"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2022-05-20 13:41:24 +00:00
dependencies = [
"autocfg",
"hashbrown",
"serde",
]
[[package]]
name = "indicatif"
version = "0.17.5"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ff8cc23a7393a397ed1d7f56e6365cba772aba9f9912ab968b03043c395d057"
2022-05-20 13:41:24 +00:00
dependencies = [
"console",
"instant",
2022-05-20 13:41:24 +00:00
"number_prefix",
2022-11-14 13:47:52 +00:00
"portable-atomic",
"unicode-width",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "inlinable_string"
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb"
[[package]]
name = "instant"
version = "0.1.12"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
2022-05-20 13:41:24 +00:00
dependencies = [
"cfg-if",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "io-lifetimes"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
dependencies = [
"hermit-abi 0.3.1",
"libc",
"windows-sys 0.48.0",
]
2022-05-20 13:41:24 +00:00
[[package]]
name = "is-terminal"
version = "0.4.7"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
dependencies = [
"hermit-abi 0.3.1",
"io-lifetimes",
"rustix",
"windows-sys 0.48.0",
]
2022-05-20 13:41:24 +00:00
[[package]]
name = "is_ci"
version = "1.1.1"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "616cde7c720bb2bb5824a224687d8f77bfd38922027f01d825cd7453be5099fb"
2022-05-20 13:41:24 +00:00
[[package]]
name = "itoa"
2023-06-20 19:44:28 +00:00
version = "1.0.6"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
2022-11-14 13:47:52 +00:00
[[package]]
name = "js-sys"
2023-06-20 19:44:28 +00:00
version = "0.3.64"
2022-11-14 13:47:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
2022-11-14 13:47:52 +00:00
dependencies = [
"wasm-bindgen",
]
2022-05-20 13:41:24 +00:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
version = "0.2.146"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b"
2022-05-20 13:41:24 +00:00
[[package]]
name = "libudev"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78b324152da65df7bb95acfcaab55e3097ceaab02fb19b228a9eb74d55f135e0"
dependencies = [
"libc",
"libudev-sys",
]
[[package]]
name = "libudev-sys"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324"
dependencies = [
"libc",
"pkg-config",
]
[[package]]
name = "linux-raw-sys"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
2022-05-20 13:41:24 +00:00
[[package]]
name = "lock_api"
2023-06-20 19:44:28 +00:00
version = "0.4.10"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
2022-05-20 13:41:24 +00:00
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
version = "0.4.19"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
2022-05-20 13:41:24 +00:00
[[package]]
name = "loom"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5"
dependencies = [
"cfg-if",
"generator",
"scoped-tls",
"serde",
"serde_json",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "mach"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fd13ee2dd61cc82833ba05ade5a30bb3d63f7ced605ef827063c63078302de9"
dependencies = [
"libc",
]
[[package]]
name = "mach2"
version = "0.4.1"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d0d1830bcd151a6fc4aea1369af235b36c1528fe976b8ff678683c9995eade8"
2022-05-20 13:41:24 +00:00
dependencies = [
"libc",
]
[[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
"regex-automata",
]
[[package]]
name = "md5"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
[[package]]
name = "memchr"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
[[package]]
name = "memmap2"
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
dependencies = [
"libc",
]
2022-05-20 13:41:24 +00:00
[[package]]
name = "miette"
version = "5.9.0"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a236ff270093b0b67451bc50a509bd1bad302cb1d3c7d37d5efe931238581fa9"
2022-05-20 13:41:24 +00:00
dependencies = [
"backtrace",
"backtrace-ext",
"is-terminal",
2022-05-20 13:41:24 +00:00
"miette-derive",
"once_cell",
"owo-colors",
"supports-color",
"supports-hyperlinks",
"supports-unicode",
"terminal_size",
"textwrap",
2022-05-20 13:41:24 +00:00
"thiserror",
"unicode-width",
]
[[package]]
name = "miette-derive"
version = "5.9.0"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4901771e1d44ddb37964565c654a3223ba41a594d02b8da471cc4464912b5cfa"
2022-05-20 13:41:24 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.18",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "mime"
2023-06-20 19:44:28 +00:00
version = "0.3.17"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2022-05-20 13:41:24 +00:00
[[package]]
name = "miniz_oxide"
2023-06-20 19:44:28 +00:00
version = "0.6.2"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
2022-05-20 13:41:24 +00:00
dependencies = [
"adler",
]
[[package]]
name = "miniz_oxide"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
dependencies = [
"adler",
]
2022-05-20 13:41:24 +00:00
[[package]]
name = "mio"
2023-06-20 19:44:28 +00:00
version = "0.8.8"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
2022-05-20 13:41:24 +00:00
dependencies = [
"libc",
"log",
2022-09-19 18:34:55 +00:00
"wasi",
2023-06-20 19:44:28 +00:00
"windows-sys 0.48.0",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "multer"
2023-06-20 19:44:28 +00:00
version = "2.1.0"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "01acbdc23469fd8fe07ab135923371d5f5a422fbf9c522158677c8eb15bc51c2"
2022-05-20 13:41:24 +00:00
dependencies = [
"bytes",
"encoding_rs",
"futures-util",
"http",
"httparse",
"log",
"memchr",
"mime",
2023-06-20 19:44:28 +00:00
"spin 0.9.8",
2022-05-20 13:41:24 +00:00
"tokio",
2022-09-19 18:34:55 +00:00
"tokio-util",
2022-05-20 13:41:24 +00:00
"version_check",
]
2022-09-19 18:34:55 +00:00
[[package]]
name = "nix"
version = "0.26.2"
2022-09-19 18:34:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
2022-09-19 18:34:55 +00:00
dependencies = [
"bitflags 1.3.2",
2022-09-19 18:34:55 +00:00
"cfg-if",
"libc",
"static_assertions",
2022-09-19 18:34:55 +00:00
]
2022-05-20 13:41:24 +00:00
[[package]]
name = "normpath"
version = "1.1.1"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec60c60a693226186f5d6edf073232bfb6464ed97eb22cf3b01c1e8198fd97f5"
dependencies = [
"windows-sys 0.48.0",
]
2022-05-20 13:41:24 +00:00
[[package]]
2022-11-14 13:47:52 +00:00
name = "nu-ansi-term"
version = "0.46.0"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-14 13:47:52 +00:00
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
2022-05-20 13:41:24 +00:00
dependencies = [
2022-11-14 13:47:52 +00:00
"overload",
"winapi",
2022-05-20 13:41:24 +00:00
]
[[package]]
2022-11-14 13:47:52 +00:00
name = "num-traits"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
dependencies = [
"autocfg",
]
[[package]]
name = "num_cpus"
2023-06-20 19:44:28 +00:00
version = "1.15.0"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
2022-05-20 13:41:24 +00:00
dependencies = [
2023-06-20 19:44:28 +00:00
"hermit-abi 0.2.6",
2022-05-20 13:41:24 +00:00
"libc",
]
[[package]]
name = "number_prefix"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
[[package]]
name = "object"
2023-06-20 19:44:28 +00:00
version = "0.30.4"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "03b4680b86d9cfafba8fc491dc9b6df26b68cf40e9e6cd73909194759a63c385"
dependencies = [
"memchr",
]
[[package]]
name = "object"
version = "0.31.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
2022-05-20 13:41:24 +00:00
dependencies = [
2022-11-14 13:47:52 +00:00
"flate2",
2022-05-20 13:41:24 +00:00
"memchr",
"ruzstd",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "once_cell"
2023-06-20 19:44:28 +00:00
version = "1.18.0"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
2022-05-20 13:41:24 +00:00
[[package]]
name = "opener"
version = "0.6.1"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c62dcb6174f9cb326eac248f07e955d5d559c272730b6c03e396b443b562788"
2022-05-20 13:41:24 +00:00
dependencies = [
"bstr",
"normpath",
2022-05-20 13:41:24 +00:00
"winapi",
]
[[package]]
name = "option-ext"
version = "0.2.0"
2022-11-14 13:47:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2022-11-14 13:47:52 +00:00
[[package]]
name = "overload"
version = "0.1.1"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-14 13:47:52 +00:00
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2022-05-20 13:41:24 +00:00
[[package]]
name = "owo-colors"
2022-09-19 18:34:55 +00:00
version = "3.5.0"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-19 18:34:55 +00:00
checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
2022-05-20 13:41:24 +00:00
[[package]]
name = "parking_lot"
2022-09-19 18:34:55 +00:00
version = "0.12.1"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-19 18:34:55 +00:00
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2022-05-20 13:41:24 +00:00
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2023-06-20 19:44:28 +00:00
version = "0.9.8"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
2022-05-20 13:41:24 +00:00
dependencies = [
"cfg-if",
"libc",
2023-06-20 19:44:28 +00:00
"redox_syscall 0.3.5",
"smallvec",
2023-06-20 19:44:28 +00:00
"windows-targets 0.48.0",
2022-11-14 13:47:52 +00:00
]
[[package]]
name = "parse_int"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d695b79916a2c08bcff7be7647ab60d1402885265005a6658ffe6d763553c5a"
dependencies = [
"num-traits",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "pear"
2023-06-20 19:44:28 +00:00
version = "0.2.4"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "0ec95680a7087503575284e5063e14b694b7a9c0b065e5dceec661e0497127e8"
2022-05-20 13:41:24 +00:00
dependencies = [
"inlinable_string",
"pear_codegen",
"yansi",
]
[[package]]
name = "pear_codegen"
2023-06-20 19:44:28 +00:00
version = "0.2.4"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "9661a3a53f93f09f2ea882018e4d7c88f6ff2956d809a276060476fd8c879d3c"
2022-05-20 13:41:24 +00:00
dependencies = [
"proc-macro2",
2023-06-20 19:44:28 +00:00
"proc-macro2-diagnostics",
2022-05-20 13:41:24 +00:00
"quote",
2023-06-20 19:44:28 +00:00
"syn 2.0.18",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "percent-encoding"
2023-06-20 19:44:28 +00:00
version = "2.3.0"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
2022-05-20 13:41:24 +00:00
[[package]]
name = "pin-project-lite"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
2023-06-20 19:44:28 +00:00
version = "0.3.27"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
2022-05-20 13:41:24 +00:00
2022-11-14 13:47:52 +00:00
[[package]]
name = "portable-atomic"
version = "1.3.3"
2022-11-14 13:47:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "767eb9f07d4a5ebcb39bbf2d452058a93c011373abf6832e24194a1c3f004794"
2022-11-14 13:47:52 +00:00
2022-05-20 13:41:24 +00:00
[[package]]
name = "ppv-lite86"
2022-11-14 13:47:52 +00:00
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
[[package]]
name = "proc-macro-crate"
version = "1.3.1"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
2022-11-14 13:47:52 +00:00
dependencies = [
"once_cell",
"toml_edit",
2022-11-14 13:47:52 +00:00
]
2022-05-20 13:41:24 +00:00
[[package]]
name = "proc-macro2"
version = "1.0.60"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406"
2022-05-20 13:41:24 +00:00
dependencies = [
"unicode-ident",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "proc-macro2-diagnostics"
version = "0.10.0"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "606c4ba35817e2922a308af55ad51bab3645b59eae5c570d4a6cf07e36bd493b"
2022-05-20 13:41:24 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.18",
2022-05-20 13:41:24 +00:00
"version_check",
"yansi",
]
[[package]]
name = "quote"
version = "1.0.28"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
2022-05-20 13:41:24 +00:00
dependencies = [
"proc-macro2",
]
2022-11-14 13:47:52 +00:00
[[package]]
name = "radium"
version = "0.7.0"
2022-11-14 13:47:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
2022-11-14 13:47:52 +00:00
2022-05-20 13:41:24 +00:00
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
2022-09-19 18:34:55 +00:00
version = "0.6.4"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-19 18:34:55 +00:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2022-05-20 13:41:24 +00:00
dependencies = [
"getrandom",
]
[[package]]
name = "redox_syscall"
2022-09-19 18:34:55 +00:00
version = "0.2.16"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-19 18:34:55 +00:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2022-05-20 13:41:24 +00:00
dependencies = [
"bitflags 1.3.2",
2022-05-20 13:41:24 +00:00
]
2023-06-20 19:44:28 +00: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-05-20 13:41:24 +00:00
[[package]]
name = "redox_users"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
dependencies = [
"getrandom",
2023-06-20 19:44:28 +00:00
"redox_syscall 0.2.16",
2022-05-20 13:41:24 +00:00
"thiserror",
]
[[package]]
name = "ref-cast"
2023-06-20 19:44:28 +00:00
version = "1.0.16"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "f43faa91b1c8b36841ee70e97188a869d37ae21759da6846d4be66de5bf7b12c"
2022-05-20 13:41:24 +00:00
dependencies = [
"ref-cast-impl",
]
[[package]]
name = "ref-cast-impl"
2023-06-20 19:44:28 +00:00
version = "1.0.16"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "8d2275aab483050ab2a7364c1a46604865ee7d6906684e08db0f090acf74f9e7"
2022-05-20 13:41:24 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-06-20 19:44:28 +00:00
"syn 2.0.18",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "regex"
version = "1.8.4"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
2022-05-20 13:41:24 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax 0.7.2",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
2023-06-20 19:44:28 +00:00
"regex-syntax 0.6.29",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "regex-syntax"
2023-06-20 19:44:28 +00:00
version = "0.6.29"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2022-05-20 13:41:24 +00:00
[[package]]
name = "regex-syntax"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
2022-11-14 13:47:52 +00:00
[[package]]
name = "ring"
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
"cc",
"libc",
"once_cell",
"spin 0.5.2",
"untrusted",
"web-sys",
"winapi",
]
2022-05-20 13:41:24 +00:00
[[package]]
name = "rocket"
version = "0.5.0-rc.3"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58734f7401ae5cfd129685b48f61182331745b357b96f2367f01aebaf1cc9cc9"
2022-05-20 13:41:24 +00:00
dependencies = [
"async-stream",
"async-trait",
"atomic",
"binascii",
"bytes",
"either",
"figment",
"futures",
"indexmap",
"is-terminal",
2022-05-20 13:41:24 +00:00
"log",
"memchr",
"multer",
"num_cpus",
"parking_lot",
"pin-project-lite",
"rand",
"ref-cast",
"rocket_codegen",
"rocket_http",
"serde",
"state",
"tempfile",
"time",
"tokio",
"tokio-stream",
2022-09-19 18:34:55 +00:00
"tokio-util",
2022-05-20 13:41:24 +00:00
"ubyte",
"version_check",
"yansi",
]
[[package]]
name = "rocket_codegen"
version = "0.5.0-rc.3"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7093353f14228c744982e409259fb54878ba9563d08214f2d880d59ff2fc508b"
2022-05-20 13:41:24 +00:00
dependencies = [
"devise",
"glob",
"indexmap",
"proc-macro2",
"quote",
"rocket_http",
"syn 2.0.18",
2022-05-20 13:41:24 +00:00
"unicode-xid",
]
[[package]]
name = "rocket_http"
version = "0.5.0-rc.3"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "936012c99162a03a67f37f9836d5f938f662e26f2717809761a9ac46432090f4"
2022-05-20 13:41:24 +00:00
dependencies = [
"cookie",
"either",
"futures",
"http",
"hyper",
"indexmap",
"log",
"memchr",
"pear",
"percent-encoding",
"pin-project-lite",
"ref-cast",
"serde",
"smallvec",
2022-05-20 13:41:24 +00:00
"stable-pattern",
"state",
"time",
"tokio",
"uncased",
]
[[package]]
name = "rustc-demangle"
2023-06-20 19:44:28 +00:00
version = "0.1.23"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2022-05-20 13:41:24 +00: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"
version = "0.37.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b96e891d04aa506a6d1f318d2771bcb1c7dfda84e126660ace067c9b474bb2c0"
dependencies = [
"bitflags 1.3.2",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys",
"windows-sys 0.48.0",
]
[[package]]
2022-11-14 13:47:52 +00:00
name = "rustls"
2023-06-20 19:44:28 +00:00
version = "0.21.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "e32ca28af694bc1bbf399c33a516dbdf1c90090b8ab23c2bc24f834aa2247f5f"
dependencies = [
2022-11-14 13:47:52 +00:00
"log",
"ring",
2023-06-20 19:44:28 +00:00
"rustls-webpki",
2022-11-14 13:47:52 +00:00
"sct",
2023-06-20 19:44:28 +00:00
]
[[package]]
name = "rustls-webpki"
version = "0.100.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6207cd5ed3d8dca7816f8f3725513a34609c0c765bf652b8c3cb4cfd87db46b"
dependencies = [
"ring",
"untrusted",
]
2022-05-20 13:41:24 +00:00
[[package]]
name = "rustversion"
2023-06-20 19:44:28 +00:00
version = "1.0.12"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
2022-05-20 13:41:24 +00:00
[[package]]
name = "ruzstd"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a15e661f0f9dac21f3494fe5d23a6338c0ac116a2d22c2b63010acd89467ffe"
dependencies = [
"byteorder",
"thiserror",
"twox-hash",
]
2022-05-20 13:41:24 +00:00
[[package]]
name = "ryu"
2023-06-20 19:44:28 +00:00
version = "1.0.13"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
2022-05-20 13:41:24 +00:00
[[package]]
name = "scoped-tls"
2022-11-14 13:47:52 +00:00
version = "1.0.1"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-14 13:47:52 +00:00
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2022-05-20 13:41:24 +00:00
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2022-11-14 13:47:52 +00: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-06-20 19:44:28 +00:00
version = "1.0.17"
2022-11-14 13:47:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
2022-11-14 13:47:52 +00:00
2022-05-20 13:41:24 +00:00
[[package]]
name = "serde"
version = "1.0.164"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d"
2022-05-20 13:41:24 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.164"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68"
2022-05-20 13:41:24 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.18",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "serde_json"
2023-06-20 19:44:28 +00:00
version = "1.0.97"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "bdf3bf93142acad5821c99197022e170842cdbc1c30482b98750c688c640842a"
2022-05-20 13:41:24 +00:00
dependencies = [
"itoa",
2022-05-20 13:41:24 +00:00
"ryu",
"serde",
]
[[package]]
name = "serde_plain"
2022-11-14 13:47:52 +00:00
version = "1.0.1"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-14 13:47:52 +00:00
checksum = "d6018081315db179d0ce57b1fe4b62a12a0028c9cf9bbef868c9cf477b3c34ae"
2022-05-20 13:41:24 +00:00
dependencies = [
"serde",
]
[[package]]
name = "serde_spanned"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d"
dependencies = [
"serde",
]
2022-05-20 13:41:24 +00:00
[[package]]
name = "serialport"
version = "4.2.1"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "353dc2cbfc67c9a14a89a1292a9d8e819bd51066b083e08c1974ba08e3f48c62"
2022-05-20 13:41:24 +00:00
dependencies = [
"CoreFoundation-sys",
"IOKit-sys",
2023-06-20 19:44:28 +00:00
"bitflags 2.0.2",
2022-05-20 13:41:24 +00:00
"cfg-if",
"libudev",
"mach2",
2022-11-14 13:47:52 +00:00
"nix",
2022-05-20 13:41:24 +00:00
"regex",
"scopeguard",
2022-05-20 13:41:24 +00:00
"winapi",
]
[[package]]
name = "sha2"
version = "0.10.7"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
2022-05-20 13:41:24 +00:00
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[package]]
name = "sharded-slab"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
dependencies = [
"lazy_static",
]
[[package]]
name = "shell-words"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
2022-05-20 13:41:24 +00:00
[[package]]
name = "signal-hook"
2023-06-20 19:44:28 +00:00
version = "0.3.15"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9"
2022-05-20 13:41:24 +00: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-06-20 19:44:28 +00:00
version = "1.4.1"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
2022-05-20 13:41:24 +00:00
dependencies = [
"libc",
]
[[package]]
name = "slab"
2023-06-20 19:44:28 +00:00
version = "0.4.8"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
2022-09-19 18:34:55 +00:00
dependencies = [
"autocfg",
]
2022-05-20 13:41:24 +00:00
[[package]]
name = "slip-codec"
version = "0.3.4"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "399892aa22101014dcebb84944dc950f6d02695e91ea5f7e11baf02998fc59e2"
2022-05-20 13:41:24 +00:00
[[package]]
name = "smallvec"
2022-11-14 13:47:52 +00:00
version = "1.10.0"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-14 13:47:52 +00:00
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
2022-05-20 13:41:24 +00:00
[[package]]
name = "smawk"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043"
[[package]]
name = "socket2"
2023-06-20 19:44:28 +00:00
version = "0.4.9"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
2022-05-20 13:41:24 +00:00
dependencies = [
"libc",
"winapi",
]
2022-11-14 13:47:52 +00:00
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2022-05-20 13:41:24 +00:00
[[package]]
name = "spin"
2023-06-20 19:44:28 +00:00
version = "0.9.8"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
dependencies = [
"lock_api",
]
2022-05-20 13:41:24 +00:00
[[package]]
name = "stable-pattern"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4564168c00635f88eaed410d5efa8131afa8d8699a612c80c455a0ba05c21045"
dependencies = [
"memchr",
]
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]]
name = "state"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbe866e1e51e8260c9eed836a042a5e7f6726bb2b411dffeaa712e19c388f23b"
dependencies = [
"loom",
]
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2022-05-20 13:41:24 +00:00
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "strum"
2022-09-19 18:34:55 +00:00
version = "0.24.1"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-19 18:34:55 +00:00
checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
2022-05-20 13:41:24 +00:00
dependencies = [
2022-11-14 13:47:52 +00:00
"strum_macros",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "strum_macros"
2022-09-19 18:34:55 +00:00
version = "0.24.3"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-19 18:34:55 +00:00
checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
2022-05-20 13:41:24 +00:00
dependencies = [
2022-11-14 13:47:52 +00:00
"heck",
2022-05-20 13:41:24 +00:00
"proc-macro2",
"quote",
"rustversion",
2023-06-20 19:44:28 +00:00
"syn 1.0.109",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "supports-color"
version = "2.0.0"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4950e7174bffabe99455511c39707310e7e9b440364a2fcb1cc21521be57b354"
2022-05-20 13:41:24 +00:00
dependencies = [
"is-terminal",
2022-05-20 13:41:24 +00:00
"is_ci",
]
[[package]]
name = "supports-hyperlinks"
version = "2.1.0"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f84231692eb0d4d41e4cdd0cabfdd2e6cd9e255e65f80c9aa7c98dd502b4233d"
2022-05-20 13:41:24 +00:00
dependencies = [
"is-terminal",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "supports-unicode"
version = "2.0.0"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b6c2cb240ab5dd21ed4906895ee23fe5a48acdbd15a3ce388e7b62a9b66baf7"
2022-05-20 13:41:24 +00:00
dependencies = [
"is-terminal",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "syn"
2023-06-20 19:44:28 +00:00
version = "1.0.109"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2022-05-20 13:41:24 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2022-11-14 13:47:52 +00:00
[[package]]
name = "tap"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
2022-05-20 13:41:24 +00:00
[[package]]
name = "tempfile"
2023-06-20 19:44:28 +00:00
version = "3.6.0"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6"
2022-05-20 13:41:24 +00:00
dependencies = [
2023-06-20 19:44:28 +00:00
"autocfg",
2022-05-20 13:41:24 +00:00
"cfg-if",
"fastrand",
2023-06-20 19:44:28 +00:00
"redox_syscall 0.3.5",
"rustix",
"windows-sys 0.48.0",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "termcolor"
2023-06-20 19:44:28 +00:00
version = "1.2.0"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
2022-05-20 13:41:24 +00:00
dependencies = [
"winapi-util",
]
[[package]]
name = "terminal_size"
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "textwrap"
2022-11-14 13:47:52 +00:00
version = "0.15.2"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-14 13:47:52 +00:00
checksum = "b7b3e525a49ec206798b40326a44121291b530c963cfb01018f63e135bac543d"
2022-05-20 13:41:24 +00:00
dependencies = [
"smawk",
"unicode-linebreak",
"unicode-width",
]
[[package]]
name = "thiserror"
version = "1.0.40"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
2022-05-20 13:41:24 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.40"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
2022-05-20 13:41:24 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.18",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "thread_local"
2023-06-20 19:44:28 +00:00
version = "1.1.7"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
2022-05-20 13:41:24 +00:00
dependencies = [
2023-06-20 19:44:28 +00:00
"cfg-if",
2022-05-20 13:41:24 +00:00
"once_cell",
]
[[package]]
name = "time"
2023-06-20 19:44:28 +00:00
version = "0.3.22"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "ea9e1b3cf1243ae005d9e74085d4d542f3125458f3a81af210d901dcd7411efd"
2022-05-20 13:41:24 +00:00
dependencies = [
"itoa",
2022-11-14 13:47:52 +00:00
"serde",
"time-core",
2022-05-20 13:41:24 +00:00
"time-macros",
]
2022-11-14 13:47:52 +00:00
[[package]]
name = "time-core"
2023-06-20 19:44:28 +00:00
version = "0.1.1"
2022-11-14 13:47:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
2022-11-14 13:47:52 +00:00
2022-05-20 13:41:24 +00:00
[[package]]
name = "time-macros"
2023-06-20 19:44:28 +00:00
version = "0.2.9"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"
2022-11-14 13:47:52 +00: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-06-20 19:44:28 +00:00
version = "0.1.1"
2022-11-14 13:47:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2022-05-20 13:41:24 +00:00
[[package]]
name = "tokio"
2023-06-20 19:44:28 +00:00
version = "1.28.2"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "94d7b1cfd2aa4011f2de74c2c4c63665e27a71006b0a192dcd2710272e73dfa2"
2022-05-20 13:41:24 +00:00
dependencies = [
2022-09-19 18:34:55 +00:00
"autocfg",
2022-05-20 13:41:24 +00:00
"bytes",
"libc",
"mio",
"num_cpus",
"pin-project-lite",
"signal-hook-registry",
"socket2",
"tokio-macros",
2023-06-20 19:44:28 +00:00
"windows-sys 0.48.0",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "tokio-macros"
2023-06-20 19:44:28 +00:00
version = "2.1.0"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
2022-05-20 13:41:24 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-06-20 19:44:28 +00:00
"syn 2.0.18",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "tokio-stream"
2023-06-20 19:44:28 +00:00
version = "0.1.14"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
2022-05-20 13:41:24 +00:00
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
[[package]]
name = "tokio-util"
2023-06-20 19:44:28 +00:00
version = "0.7.8"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
2022-05-20 13:41:24 +00:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
"tracing",
]
[[package]]
name = "toml"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
]
[[package]]
name = "toml_datetime"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f"
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
version = "0.19.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739"
dependencies = [
"indexmap",
"serde",
"serde_spanned",
"toml_datetime",
"winnow",
]
2022-05-20 13:41:24 +00:00
[[package]]
name = "tower-service"
2022-09-19 18:34:55 +00:00
version = "0.3.2"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-19 18:34:55 +00:00
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2022-05-20 13:41:24 +00:00
[[package]]
name = "tracing"
2022-11-14 13:47:52 +00:00
version = "0.1.37"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-14 13:47:52 +00:00
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
2022-05-20 13:41:24 +00:00
dependencies = [
"cfg-if",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2023-06-20 19:44:28 +00:00
version = "0.1.25"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "8803eee176538f94ae9a14b55b2804eb7e1441f8210b1c31290b3bccdccff73b"
2022-05-20 13:41:24 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-06-20 19:44:28 +00:00
"syn 2.0.18",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "tracing-core"
2023-06-20 19:44:28 +00:00
version = "0.1.31"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
2022-05-20 13:41:24 +00:00
dependencies = [
2022-09-19 18:34:55 +00:00
"once_cell",
2022-05-20 13:41:24 +00:00
"valuable",
]
[[package]]
name = "tracing-log"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
dependencies = [
"lazy_static",
"log",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
2023-06-20 19:44:28 +00:00
version = "0.3.17"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
2022-05-20 13:41:24 +00:00
dependencies = [
"matchers",
2022-11-14 13:47:52 +00:00
"nu-ansi-term",
2022-09-19 18:34:55 +00:00
"once_cell",
2022-05-20 13:41:24 +00:00
"regex",
"sharded-slab",
"smallvec",
2022-05-20 13:41:24 +00:00
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
]
[[package]]
name = "try-lock"
2023-06-20 19:44:28 +00:00
version = "0.2.4"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
2022-05-20 13:41:24 +00:00
[[package]]
name = "twox-hash"
version = "1.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
dependencies = [
"cfg-if",
"static_assertions",
]
2022-05-20 13:41:24 +00:00
[[package]]
name = "typenum"
2023-06-20 19:44:28 +00:00
version = "1.16.0"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
2022-05-20 13:41:24 +00:00
[[package]]
name = "ubyte"
2022-09-19 18:34:55 +00:00
version = "0.10.3"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-19 18:34:55 +00:00
checksum = "c81f0dae7d286ad0d9366d7679a77934cfc3cf3a8d67e82669794412b2368fe6"
2022-05-20 13:41:24 +00:00
dependencies = [
"serde",
]
[[package]]
name = "uncased"
2023-06-20 19:44:28 +00:00
version = "0.9.9"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "9b9bc53168a4be7402ab86c3aad243a84dd7381d09be0eddc81280c1da95ca68"
2022-05-20 13:41:24 +00:00
dependencies = [
"serde",
"version_check",
]
2022-11-14 13:47:52 +00:00
[[package]]
name = "unicode-bidi"
2023-06-20 19:44:28 +00:00
version = "0.3.13"
2022-11-14 13:47:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
2022-11-14 13:47:52 +00:00
2022-05-20 13:41:24 +00:00
[[package]]
name = "unicode-ident"
2023-06-20 19:44:28 +00:00
version = "1.0.9"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
2022-05-20 13:41:24 +00:00
[[package]]
name = "unicode-linebreak"
2022-11-14 13:47:52 +00:00
version = "0.1.4"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-14 13:47:52 +00:00
checksum = "c5faade31a542b8b35855fff6e8def199853b2da8da256da52f52f1316ee3137"
2022-05-20 13:41:24 +00:00
dependencies = [
2022-09-19 18:34:55 +00:00
"hashbrown",
2022-05-20 13:41:24 +00:00
"regex",
]
[[package]]
2022-11-14 13:47:52 +00:00
name = "unicode-normalization"
version = "0.1.22"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-14 13:47:52 +00:00
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
dependencies = [
"tinyvec",
]
2022-05-20 13:41:24 +00:00
[[package]]
name = "unicode-width"
2022-09-19 18:34:55 +00:00
version = "0.1.10"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-19 18:34:55 +00:00
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2022-05-20 13:41:24 +00:00
[[package]]
name = "unicode-xid"
2022-09-19 18:34:55 +00:00
version = "0.2.4"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-19 18:34:55 +00:00
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2022-05-20 13:41:24 +00:00
2022-11-14 13:47:52 +00:00
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
[[package]]
name = "update-informer"
version = "1.0.0"
2022-11-14 13:47:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19d952f24d9cd8b7564d22c7b2cde3429c48b50c6f4e72b07b382ae4ee5f21b3"
2022-11-14 13:47:52 +00:00
dependencies = [
"directories",
"semver",
"serde",
"serde_json",
"ureq",
]
[[package]]
name = "ureq"
2023-06-20 19:44:28 +00:00
version = "2.7.1"
2022-11-14 13:47:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "0b11c96ac7ee530603dcdf68ed1557050f374ce55a5a07193ebf8cbc9f8927e9"
2022-11-14 13:47:52 +00:00
dependencies = [
2023-06-20 19:44:28 +00:00
"base64",
2022-11-14 13:47:52 +00:00
"flate2",
"log",
"once_cell",
"rustls",
2023-06-20 19:44:28 +00:00
"rustls-webpki",
2022-11-14 13:47:52 +00:00
"serde",
"serde_json",
"url",
"webpki-roots",
]
[[package]]
name = "url"
2023-06-20 19:44:28 +00:00
version = "2.4.0"
2022-11-14 13:47:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
2022-11-14 13:47:52 +00:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2022-05-20 13:41:24 +00:00
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "want"
2023-06-20 19:44:28 +00:00
version = "0.3.1"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2022-05-20 13:41:24 +00:00
dependencies = [
"try-lock",
]
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2022-11-14 13:47:52 +00:00
[[package]]
name = "wasm-bindgen"
2023-06-20 19:44:28 +00:00
version = "0.2.87"
2022-11-14 13:47:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
2022-11-14 13:47:52 +00:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2023-06-20 19:44:28 +00:00
version = "0.2.87"
2022-11-14 13:47:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
2022-11-14 13:47:52 +00:00
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
2023-06-20 19:44:28 +00:00
"syn 2.0.18",
2022-11-14 13:47:52 +00:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2023-06-20 19:44:28 +00:00
version = "0.2.87"
2022-11-14 13:47:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
2022-11-14 13:47:52 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-06-20 19:44:28 +00:00
version = "0.2.87"
2022-11-14 13:47:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
2022-11-14 13:47:52 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-06-20 19:44:28 +00:00
"syn 2.0.18",
2022-11-14 13:47:52 +00:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2023-06-20 19:44:28 +00:00
version = "0.2.87"
2022-11-14 13:47:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
2022-11-14 13:47:52 +00:00
2022-05-20 13:41:24 +00:00
[[package]]
name = "web-flash"
2023-06-21 07:19:01 +00:00
version = "0.2.2"
2022-05-20 13:41:24 +00:00
dependencies = [
"anyhow",
"clap",
2022-11-14 13:47:52 +00:00
"esp-idf-part",
2022-05-20 13:41:24 +00:00
"espflash",
"opener",
"rocket",
2022-11-14 13:47:52 +00:00
"xmas-elf",
]
[[package]]
name = "web-sys"
2023-06-20 19:44:28 +00:00
version = "0.3.64"
2022-11-14 13:47:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
2022-11-14 13:47:52 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki-roots"
2023-06-20 19:44:28 +00:00
version = "0.23.1"
2022-11-14 13:47:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "b03058f88386e5ff5310d9111d53f48b17d732b401aeb83a8d5190f2ac459338"
2022-11-14 13:47:52 +00:00
dependencies = [
2023-06-20 19:44:28 +00:00
"rustls-webpki",
2022-05-20 13:41:24 +00:00
]
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi",
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2022-09-19 18:34:55 +00:00
[[package]]
name = "windows"
2023-06-20 19:44:28 +00:00
version = "0.48.0"
2022-09-19 18:34:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
2022-09-19 18:34:55 +00:00
dependencies = [
2023-06-20 19:44:28 +00:00
"windows-targets 0.48.0",
2022-09-19 18:34:55 +00:00
]
2022-05-20 13:41:24 +00:00
[[package]]
name = "windows-sys"
2023-06-20 19:44:28 +00:00
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
2023-06-20 19:44:28 +00:00
"windows-targets 0.42.2",
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2023-06-20 19:44:28 +00:00
"windows-targets 0.48.0",
]
[[package]]
name = "windows-targets"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
dependencies = [
"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",
]
[[package]]
name = "windows-targets"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
dependencies = [
"windows_aarch64_gnullvm 0.48.0",
"windows_aarch64_msvc 0.48.0",
"windows_i686_gnu 0.48.0",
"windows_i686_msvc 0.48.0",
"windows_x86_64_gnu 0.48.0",
"windows_x86_64_gnullvm 0.48.0",
"windows_x86_64_msvc 0.48.0",
]
[[package]]
name = "windows_aarch64_gnullvm"
2023-06-20 19:44:28 +00:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
2022-09-19 18:34:55 +00:00
[[package]]
name = "windows_aarch64_msvc"
2023-06-20 19:44:28 +00:00
version = "0.42.2"
2022-09-19 18:34:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
2022-09-19 18:34:55 +00:00
[[package]]
name = "windows_i686_gnu"
2023-06-20 19:44:28 +00:00
version = "0.42.2"
2022-09-19 18:34:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
[[package]]
name = "windows_i686_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
2022-09-19 18:34:55 +00:00
[[package]]
name = "windows_i686_msvc"
2023-06-20 19:44:28 +00:00
version = "0.42.2"
2022-09-19 18:34:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
[[package]]
name = "windows_i686_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
2022-09-19 18:34:55 +00:00
[[package]]
name = "windows_x86_64_gnu"
2023-06-20 19:44:28 +00:00
version = "0.42.2"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
[[package]]
name = "windows_x86_64_gnullvm"
2023-06-20 19:44:28 +00:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
2022-09-19 18:34:55 +00:00
[[package]]
name = "windows_x86_64_msvc"
2023-06-20 19:44:28 +00:00
version = "0.42.2"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2022-05-20 13:41:24 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
[[package]]
name = "winnow"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca0ace3845f0d96209f0375e6d367e3eb87eb65d27d445bdc9f1843a26f39448"
dependencies = [
"memchr",
]
[[package]]
2022-11-14 13:47:52 +00:00
name = "wyz"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
2022-11-14 13:47:52 +00:00
dependencies = [
"tap",
]
2022-05-20 13:41:24 +00:00
[[package]]
name = "xmas-elf"
version = "0.9.0"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f820cc767d65b32eef9d7ce7201448f28501c59edc55d47b71375fea579fc2df"
2022-05-20 13:41:24 +00:00
dependencies = [
"zero",
]
[[package]]
name = "yansi"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
[[package]]
name = "zero"
2023-06-20 19:44:28 +00:00
version = "0.1.3"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "2fe21bcc34ca7fe6dd56cc2cb1261ea59d6b93620215aefb5ea6032265527784"
2022-05-20 13:41:24 +00:00
[[package]]
name = "zeroize"
2023-06-20 19:44:28 +00:00
version = "1.6.0"
2022-05-20 13:41:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-20 19:44:28 +00:00
checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"