|
@ -27,6 +27,21 @@ dependencies = [ |
|
|
"nb 1.1.0", |
|
|
"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]] |
|
|
[[package]] |
|
|
name = "async-trait" |
|
|
name = "async-trait" |
|
|
version = "0.1.80" |
|
|
version = "0.1.80" |
|
@ -38,6 +53,12 @@ dependencies = [ |
|
|
"syn", |
|
|
"syn", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "autocfg" |
|
|
|
|
|
version = "1.2.0" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "axum" |
|
|
name = "axum" |
|
|
version = "0.7.5" |
|
|
version = "0.7.5" |
|
@ -46,6 +67,7 @@ checksum = "3a6c9af12842a67734c9a2e355436e5d03b22383ed60cf13cd0c18fbfe3dcbcf" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"async-trait", |
|
|
"async-trait", |
|
|
"axum-core", |
|
|
"axum-core", |
|
|
|
|
|
"axum-macros", |
|
|
"bytes", |
|
|
"bytes", |
|
|
"futures-util", |
|
|
"futures-util", |
|
|
"http", |
|
|
"http", |
|
@ -93,6 +115,18 @@ dependencies = [ |
|
|
"tracing", |
|
|
"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]] |
|
|
[[package]] |
|
|
name = "backtrace" |
|
|
name = "backtrace" |
|
|
version = "0.3.71" |
|
|
version = "0.3.71" |
|
@ -114,6 +148,12 @@ version = "2.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" |
|
|
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "bumpalo" |
|
|
|
|
|
version = "3.16.0" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "bytes" |
|
|
name = "bytes" |
|
|
version = "1.6.0" |
|
|
version = "1.6.0" |
|
@ -138,6 +178,20 @@ version = "0.1.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" |
|
|
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]] |
|
|
[[package]] |
|
|
name = "clipboard-win" |
|
|
name = "clipboard-win" |
|
|
version = "5.3.1" |
|
|
version = "5.3.1" |
|
@ -147,6 +201,12 @@ dependencies = [ |
|
|
"error-code", |
|
|
"error-code", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "core-foundation-sys" |
|
|
|
|
|
version = "0.8.6" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "embedded-hal" |
|
|
name = "embedded-hal" |
|
|
version = "0.2.7" |
|
|
version = "0.2.7" |
|
@ -272,6 +332,7 @@ version = "0.1.0" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"ads1x1x", |
|
|
"ads1x1x", |
|
|
"axum", |
|
|
"axum", |
|
|
|
|
|
"chrono", |
|
|
"libc", |
|
|
"libc", |
|
|
"nb 1.1.0", |
|
|
"nb 1.1.0", |
|
|
"rppal", |
|
|
"rppal", |
|
@ -287,6 +348,12 @@ version = "0.14.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" |
|
|
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "heck" |
|
|
|
|
|
version = "0.4.1" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "home" |
|
|
name = "home" |
|
|
version = "0.5.9" |
|
|
version = "0.5.9" |
|
@ -377,6 +444,29 @@ dependencies = [ |
|
|
"tokio", |
|
|
"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]] |
|
|
[[package]] |
|
|
name = "indexmap" |
|
|
name = "indexmap" |
|
|
version = "2.2.6" |
|
|
version = "2.2.6" |
|
@ -393,6 +483,15 @@ version = "1.0.11" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" |
|
|
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]] |
|
|
[[package]] |
|
|
name = "libc" |
|
|
name = "libc" |
|
|
version = "0.2.153" |
|
|
version = "0.2.153" |
|
@ -485,6 +584,15 @@ dependencies = [ |
|
|
"libc", |
|
|
"libc", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "num-traits" |
|
|
|
|
|
version = "0.2.18" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"autocfg", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "object" |
|
|
name = "object" |
|
|
version = "0.32.2" |
|
|
version = "0.32.2" |
|
@ -888,6 +996,69 @@ version = "0.11.0+wasi-snapshot-preview1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
|
|
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]] |
|
|
[[package]] |
|
|
name = "windows-sys" |
|
|
name = "windows-sys" |
|
|
version = "0.48.0" |
|
|
version = "0.48.0" |
|
|