|
|
@ -2,6 +2,21 @@ |
|
|
|
# It is not intended for manual editing. |
|
|
|
version = 3 |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "addr2line" |
|
|
|
version = "0.21.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" |
|
|
|
dependencies = [ |
|
|
|
"gimli", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "adler" |
|
|
|
version = "1.0.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "ads1x1x" |
|
|
|
version = "0.2.2" |
|
|
@ -12,12 +27,145 @@ dependencies = [ |
|
|
|
"nb 1.1.0", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "android-tzdata" |
|
|
|
version = "0.1.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "android_system_properties" |
|
|
|
version = "0.1.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
|
|
|
dependencies = [ |
|
|
|
"libc", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "async-trait" |
|
|
|
version = "0.1.80" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "autocfg" |
|
|
|
version = "1.2.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "axum" |
|
|
|
version = "0.7.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "3a6c9af12842a67734c9a2e355436e5d03b22383ed60cf13cd0c18fbfe3dcbcf" |
|
|
|
dependencies = [ |
|
|
|
"async-trait", |
|
|
|
"axum-core", |
|
|
|
"axum-macros", |
|
|
|
"bytes", |
|
|
|
"futures-util", |
|
|
|
"http", |
|
|
|
"http-body", |
|
|
|
"http-body-util", |
|
|
|
"hyper", |
|
|
|
"hyper-util", |
|
|
|
"itoa", |
|
|
|
"matchit", |
|
|
|
"memchr", |
|
|
|
"mime", |
|
|
|
"percent-encoding", |
|
|
|
"pin-project-lite", |
|
|
|
"rustversion", |
|
|
|
"serde", |
|
|
|
"serde_json", |
|
|
|
"serde_path_to_error", |
|
|
|
"serde_urlencoded", |
|
|
|
"sync_wrapper 1.0.1", |
|
|
|
"tokio", |
|
|
|
"tower", |
|
|
|
"tower-layer", |
|
|
|
"tower-service", |
|
|
|
"tracing", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "axum-core" |
|
|
|
version = "0.4.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "a15c63fd72d41492dc4f497196f5da1fb04fb7529e631d73630d1b491e47a2e3" |
|
|
|
dependencies = [ |
|
|
|
"async-trait", |
|
|
|
"bytes", |
|
|
|
"futures-util", |
|
|
|
"http", |
|
|
|
"http-body", |
|
|
|
"http-body-util", |
|
|
|
"mime", |
|
|
|
"pin-project-lite", |
|
|
|
"rustversion", |
|
|
|
"sync_wrapper 0.1.2", |
|
|
|
"tower-layer", |
|
|
|
"tower-service", |
|
|
|
"tracing", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "axum-macros" |
|
|
|
version = "0.4.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "00c055ee2d014ae5981ce1016374e8213682aa14d9bf40e48ab48b5f3ef20eaa" |
|
|
|
dependencies = [ |
|
|
|
"heck", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "backtrace" |
|
|
|
version = "0.3.71" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d" |
|
|
|
dependencies = [ |
|
|
|
"addr2line", |
|
|
|
"cc", |
|
|
|
"cfg-if", |
|
|
|
"libc", |
|
|
|
"miniz_oxide", |
|
|
|
"object", |
|
|
|
"rustc-demangle", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "bitflags" |
|
|
|
version = "2.5.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "bumpalo" |
|
|
|
version = "3.16.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "bytes" |
|
|
|
version = "1.6.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "cc" |
|
|
|
version = "1.0.95" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "d32a725bc159af97c3e629873bb9f88fb8cf8a4867175f76dc987815ea07c83b" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "cfg-if" |
|
|
|
version = "1.0.0" |
|
|
@ -30,6 +178,20 @@ version = "0.1.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "chrono" |
|
|
|
version = "0.4.38" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" |
|
|
|
dependencies = [ |
|
|
|
"android-tzdata", |
|
|
|
"iana-time-zone", |
|
|
|
"js-sys", |
|
|
|
"num-traits", |
|
|
|
"wasm-bindgen", |
|
|
|
"windows-targets 0.52.5", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "clipboard-win" |
|
|
|
version = "5.3.1" |
|
|
@ -39,6 +201,12 @@ dependencies = [ |
|
|
|
"error-code", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "core-foundation-sys" |
|
|
|
version = "0.8.6" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "embedded-hal" |
|
|
|
version = "0.2.7" |
|
|
@ -84,7 +252,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" |
|
|
|
dependencies = [ |
|
|
|
"libc", |
|
|
|
"windows-sys", |
|
|
|
"windows-sys 0.52.0", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -101,7 +269,77 @@ checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947" |
|
|
|
dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
"rustix", |
|
|
|
"windows-sys", |
|
|
|
"windows-sys 0.52.0", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "fnv" |
|
|
|
version = "1.0.7" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "form_urlencoded" |
|
|
|
version = "1.2.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" |
|
|
|
dependencies = [ |
|
|
|
"percent-encoding", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "futures-channel" |
|
|
|
version = "0.3.30" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" |
|
|
|
dependencies = [ |
|
|
|
"futures-core", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "futures-core" |
|
|
|
version = "0.3.30" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "futures-task" |
|
|
|
version = "0.3.30" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "futures-util" |
|
|
|
version = "0.3.30" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" |
|
|
|
dependencies = [ |
|
|
|
"futures-core", |
|
|
|
"futures-task", |
|
|
|
"pin-project-lite", |
|
|
|
"pin-utils", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "gimli" |
|
|
|
version = "0.28.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "growpi" |
|
|
|
version = "0.1.0" |
|
|
|
dependencies = [ |
|
|
|
"ads1x1x", |
|
|
|
"axum", |
|
|
|
"chrono", |
|
|
|
"libc", |
|
|
|
"nb 1.1.0", |
|
|
|
"rppal", |
|
|
|
"rustyline", |
|
|
|
"serde", |
|
|
|
"tokio", |
|
|
|
"toml", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -110,13 +348,123 @@ version = "0.14.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "heck" |
|
|
|
version = "0.4.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "home" |
|
|
|
version = "0.5.9" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" |
|
|
|
dependencies = [ |
|
|
|
"windows-sys", |
|
|
|
"windows-sys 0.52.0", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "http" |
|
|
|
version = "1.1.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" |
|
|
|
dependencies = [ |
|
|
|
"bytes", |
|
|
|
"fnv", |
|
|
|
"itoa", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "http-body" |
|
|
|
version = "1.0.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643" |
|
|
|
dependencies = [ |
|
|
|
"bytes", |
|
|
|
"http", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "http-body-util" |
|
|
|
version = "0.1.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d" |
|
|
|
dependencies = [ |
|
|
|
"bytes", |
|
|
|
"futures-core", |
|
|
|
"http", |
|
|
|
"http-body", |
|
|
|
"pin-project-lite", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "httparse" |
|
|
|
version = "1.8.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "httpdate" |
|
|
|
version = "1.0.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "hyper" |
|
|
|
version = "1.3.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d" |
|
|
|
dependencies = [ |
|
|
|
"bytes", |
|
|
|
"futures-channel", |
|
|
|
"futures-util", |
|
|
|
"http", |
|
|
|
"http-body", |
|
|
|
"httparse", |
|
|
|
"httpdate", |
|
|
|
"itoa", |
|
|
|
"pin-project-lite", |
|
|
|
"smallvec", |
|
|
|
"tokio", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "hyper-util" |
|
|
|
version = "0.1.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa" |
|
|
|
dependencies = [ |
|
|
|
"bytes", |
|
|
|
"futures-util", |
|
|
|
"http", |
|
|
|
"http-body", |
|
|
|
"hyper", |
|
|
|
"pin-project-lite", |
|
|
|
"socket2", |
|
|
|
"tokio", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "iana-time-zone" |
|
|
|
version = "0.1.60" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" |
|
|
|
dependencies = [ |
|
|
|
"android_system_properties", |
|
|
|
"core-foundation-sys", |
|
|
|
"iana-time-zone-haiku", |
|
|
|
"js-sys", |
|
|
|
"wasm-bindgen", |
|
|
|
"windows-core", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "iana-time-zone-haiku" |
|
|
|
version = "0.1.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
|
|
|
dependencies = [ |
|
|
|
"cc", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -129,6 +477,21 @@ dependencies = [ |
|
|
|
"hashbrown", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "itoa" |
|
|
|
version = "1.0.11" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "js-sys" |
|
|
|
version = "0.3.69" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" |
|
|
|
dependencies = [ |
|
|
|
"wasm-bindgen", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "libc" |
|
|
|
version = "0.2.153" |
|
|
@ -147,12 +510,44 @@ version = "0.4.21" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "matchit" |
|
|
|
version = "0.7.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "memchr" |
|
|
|
version = "2.7.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "mime" |
|
|
|
version = "0.3.17" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "miniz_oxide" |
|
|
|
version = "0.7.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7" |
|
|
|
dependencies = [ |
|
|
|
"adler", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "mio" |
|
|
|
version = "0.8.11" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" |
|
|
|
dependencies = [ |
|
|
|
"libc", |
|
|
|
"wasi", |
|
|
|
"windows-sys 0.48.0", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "nb" |
|
|
|
version = "0.1.3" |
|
|
@ -189,6 +584,68 @@ dependencies = [ |
|
|
|
"libc", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "num-traits" |
|
|
|
version = "0.2.18" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a" |
|
|
|
dependencies = [ |
|
|
|
"autocfg", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "object" |
|
|
|
version = "0.32.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" |
|
|
|
dependencies = [ |
|
|
|
"memchr", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "once_cell" |
|
|
|
version = "1.19.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "percent-encoding" |
|
|
|
version = "2.3.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "pin-project" |
|
|
|
version = "1.1.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" |
|
|
|
dependencies = [ |
|
|
|
"pin-project-internal", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "pin-project-internal" |
|
|
|
version = "1.1.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "pin-project-lite" |
|
|
|
version = "0.2.14" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "pin-utils" |
|
|
|
version = "0.1.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "proc-macro2" |
|
|
|
version = "1.0.81" |
|
|
@ -217,19 +674,6 @@ dependencies = [ |
|
|
|
"nibble_vec", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rpitest" |
|
|
|
version = "0.1.0" |
|
|
|
dependencies = [ |
|
|
|
"ads1x1x", |
|
|
|
"libc", |
|
|
|
"nb 1.1.0", |
|
|
|
"rppal", |
|
|
|
"rustyline", |
|
|
|
"serde", |
|
|
|
"toml", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rppal" |
|
|
|
version = "0.17.1" |
|
|
@ -245,6 +689,12 @@ dependencies = [ |
|
|
|
"void", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rustc-demangle" |
|
|
|
version = "0.1.23" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rustix" |
|
|
|
version = "0.38.34" |
|
|
@ -255,9 +705,15 @@ dependencies = [ |
|
|
|
"errno", |
|
|
|
"libc", |
|
|
|
"linux-raw-sys", |
|
|
|
"windows-sys", |
|
|
|
"windows-sys 0.52.0", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rustversion" |
|
|
|
version = "1.0.15" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "80af6f9131f277a45a3fba6ce8e2258037bb0477a67e610d3c1fe046ab31de47" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rustyline" |
|
|
|
version = "14.0.0" |
|
|
@ -277,9 +733,15 @@ dependencies = [ |
|
|
|
"unicode-segmentation", |
|
|
|
"unicode-width", |
|
|
|
"utf8parse", |
|
|
|
"windows-sys", |
|
|
|
"windows-sys 0.52.0", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "ryu" |
|
|
|
version = "1.0.17" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "serde" |
|
|
|
version = "1.0.198" |
|
|
@ -300,6 +762,27 @@ dependencies = [ |
|
|
|
"syn", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "serde_json" |
|
|
|
version = "1.0.116" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813" |
|
|
|
dependencies = [ |
|
|
|
"itoa", |
|
|
|
"ryu", |
|
|
|
"serde", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "serde_path_to_error" |
|
|
|
version = "0.1.16" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6" |
|
|
|
dependencies = [ |
|
|
|
"itoa", |
|
|
|
"serde", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "serde_spanned" |
|
|
|
version = "0.6.5" |
|
|
@ -309,19 +792,41 @@ dependencies = [ |
|
|
|
"serde", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "serde_urlencoded" |
|
|
|
version = "0.7.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
|
|
|
dependencies = [ |
|
|
|
"form_urlencoded", |
|
|
|
"itoa", |
|
|
|
"ryu", |
|
|
|
"serde", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "smallvec" |
|
|
|
version = "1.13.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "socket2" |
|
|
|
version = "0.5.6" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871" |
|
|
|
dependencies = [ |
|
|
|
"libc", |
|
|
|
"windows-sys 0.52.0", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "spin_sleep" |
|
|
|
version = "1.2.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "368a978649eaf70006b082e79c832bd72556ac1393eaf564d686e919dca2347f" |
|
|
|
dependencies = [ |
|
|
|
"windows-sys", |
|
|
|
"windows-sys 0.52.0", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -335,6 +840,44 @@ dependencies = [ |
|
|
|
"unicode-ident", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "sync_wrapper" |
|
|
|
version = "0.1.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "sync_wrapper" |
|
|
|
version = "1.0.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tokio" |
|
|
|
version = "1.37.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787" |
|
|
|
dependencies = [ |
|
|
|
"backtrace", |
|
|
|
"libc", |
|
|
|
"mio", |
|
|
|
"pin-project-lite", |
|
|
|
"socket2", |
|
|
|
"tokio-macros", |
|
|
|
"windows-sys 0.48.0", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tokio-macros" |
|
|
|
version = "2.2.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "toml" |
|
|
|
version = "0.8.12" |
|
|
@ -369,6 +912,54 @@ dependencies = [ |
|
|
|
"winnow", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tower" |
|
|
|
version = "0.4.13" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" |
|
|
|
dependencies = [ |
|
|
|
"futures-core", |
|
|
|
"futures-util", |
|
|
|
"pin-project", |
|
|
|
"pin-project-lite", |
|
|
|
"tokio", |
|
|
|
"tower-layer", |
|
|
|
"tower-service", |
|
|
|
"tracing", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tower-layer" |
|
|
|
version = "0.3.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tower-service" |
|
|
|
version = "0.3.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tracing" |
|
|
|
version = "0.1.40" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" |
|
|
|
dependencies = [ |
|
|
|
"log", |
|
|
|
"pin-project-lite", |
|
|
|
"tracing-core", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tracing-core" |
|
|
|
version = "0.1.32" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" |
|
|
|
dependencies = [ |
|
|
|
"once_cell", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "unicode-ident" |
|
|
|
version = "1.0.12" |
|
|
@ -399,13 +990,106 @@ version = "1.0.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "wasi" |
|
|
|
version = "0.11.0+wasi-snapshot-preview1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "wasm-bindgen" |
|
|
|
version = "0.2.92" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" |
|
|
|
dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
"wasm-bindgen-macro", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "wasm-bindgen-backend" |
|
|
|
version = "0.2.92" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" |
|
|
|
dependencies = [ |
|
|
|
"bumpalo", |
|
|
|
"log", |
|
|
|
"once_cell", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
"wasm-bindgen-shared", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "wasm-bindgen-macro" |
|
|
|
version = "0.2.92" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" |
|
|
|
dependencies = [ |
|
|
|
"quote", |
|
|
|
"wasm-bindgen-macro-support", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "wasm-bindgen-macro-support" |
|
|
|
version = "0.2.92" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"syn", |
|
|
|
"wasm-bindgen-backend", |
|
|
|
"wasm-bindgen-shared", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "wasm-bindgen-shared" |
|
|
|
version = "0.2.92" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows-core" |
|
|
|
version = "0.52.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" |
|
|
|
dependencies = [ |
|
|
|
"windows-targets 0.52.5", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows-sys" |
|
|
|
version = "0.48.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
|
|
|
dependencies = [ |
|
|
|
"windows-targets 0.48.5", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows-sys" |
|
|
|
version = "0.52.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
|
|
|
dependencies = [ |
|
|
|
"windows-targets", |
|
|
|
"windows-targets 0.52.5", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows-targets" |
|
|
|
version = "0.48.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
|
|
|
dependencies = [ |
|
|
|
"windows_aarch64_gnullvm 0.48.5", |
|
|
|
"windows_aarch64_msvc 0.48.5", |
|
|
|
"windows_i686_gnu 0.48.5", |
|
|
|
"windows_i686_msvc 0.48.5", |
|
|
|
"windows_x86_64_gnu 0.48.5", |
|
|
|
"windows_x86_64_gnullvm 0.48.5", |
|
|
|
"windows_x86_64_msvc 0.48.5", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -414,28 +1098,46 @@ version = "0.52.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb" |
|
|
|
dependencies = [ |
|
|
|
"windows_aarch64_gnullvm", |
|
|
|
"windows_aarch64_msvc", |
|
|
|
"windows_i686_gnu", |
|
|
|
"windows_aarch64_gnullvm 0.52.5", |
|
|
|
"windows_aarch64_msvc 0.52.5", |
|
|
|
"windows_i686_gnu 0.52.5", |
|
|
|
"windows_i686_gnullvm", |
|
|
|
"windows_i686_msvc", |
|
|
|
"windows_x86_64_gnu", |
|
|
|
"windows_x86_64_gnullvm", |
|
|
|
"windows_x86_64_msvc", |
|
|
|
"windows_i686_msvc 0.52.5", |
|
|
|
"windows_x86_64_gnu 0.52.5", |
|
|
|
"windows_x86_64_gnullvm 0.52.5", |
|
|
|
"windows_x86_64_msvc 0.52.5", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_aarch64_gnullvm" |
|
|
|
version = "0.48.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_aarch64_gnullvm" |
|
|
|
version = "0.52.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_aarch64_msvc" |
|
|
|
version = "0.48.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_aarch64_msvc" |
|
|
|
version = "0.52.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_i686_gnu" |
|
|
|
version = "0.48.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_i686_gnu" |
|
|
|
version = "0.52.5" |
|
|
@ -448,24 +1150,48 @@ version = "0.52.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_i686_msvc" |
|
|
|
version = "0.48.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_i686_msvc" |
|
|
|
version = "0.52.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_x86_64_gnu" |
|
|
|
version = "0.48.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_x86_64_gnu" |
|
|
|
version = "0.52.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_x86_64_gnullvm" |
|
|
|
version = "0.48.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_x86_64_gnullvm" |
|
|
|
version = "0.52.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_x86_64_msvc" |
|
|
|
version = "0.48.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "windows_x86_64_msvc" |
|
|
|
version = "0.52.5" |
|
|
|