2024-05-03 16:16:24 +02:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
|
# It is not intended for manual editing.
|
2024-10-06 13:39:07 +02:00
|
|
|
version = 4
|
2024-05-03 16:16:24 +02:00
|
|
|
|
2024-10-06 13:39:07 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "anstream"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.6.21"
|
2024-10-06 13:39:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
|
2024-10-06 13:39:07 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"anstyle",
|
|
|
|
|
"anstyle-parse",
|
|
|
|
|
"anstyle-query",
|
|
|
|
|
"anstyle-wincon",
|
|
|
|
|
"colorchoice",
|
|
|
|
|
"is_terminal_polyfill",
|
|
|
|
|
"utf8parse",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "anstyle"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "1.0.13"
|
2024-10-06 13:39:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
|
2024-10-06 13:39:07 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "anstyle-parse"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.2.7"
|
2024-10-06 13:39:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
|
2024-10-06 13:39:07 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"utf8parse",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "anstyle-query"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "1.1.5"
|
2024-10-06 13:39:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
|
2024-10-06 13:39:07 +02:00
|
|
|
dependencies = [
|
2025-12-23 15:16:17 +01:00
|
|
|
"windows-sys 0.61.2",
|
2024-10-06 13:39:07 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "anstyle-wincon"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "3.0.11"
|
2024-10-06 13:39:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
|
2024-10-06 13:39:07 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"anstyle",
|
2025-12-23 15:16:17 +01:00
|
|
|
"once_cell_polyfill",
|
|
|
|
|
"windows-sys 0.61.2",
|
2024-10-06 13:39:07 +02:00
|
|
|
]
|
|
|
|
|
|
2024-06-22 23:19:04 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "anyhow"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "1.0.100"
|
2024-06-22 23:19:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
|
2024-06-29 16:01:40 +02:00
|
|
|
|
2024-08-03 22:18:09 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "as5048a"
|
|
|
|
|
version = "0.2.1"
|
|
|
|
|
source = "git+https://github.com/LongHairedHacker/as5048a?rev=b15d716bf47ce4975a6cefebf82006c9b09e8fea#b15d716bf47ce4975a6cefebf82006c9b09e8fea"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"embedded-hal 0.2.7",
|
|
|
|
|
]
|
|
|
|
|
|
2024-07-28 21:41:42 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "atomic-polyfill"
|
|
|
|
|
version = "1.0.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"critical-section",
|
2024-06-29 16:01:40 +02:00
|
|
|
]
|
2024-06-22 23:19:04 +02:00
|
|
|
|
2025-12-23 15:16:17 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "atomic-waker"
|
|
|
|
|
version = "1.1.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
|
|
|
|
2024-05-05 14:42:25 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "autocfg"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "1.5.0"
|
2024-06-29 16:01:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
2024-06-29 16:01:40 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "axum"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.8.8"
|
2024-05-05 14:42:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8"
|
2024-06-29 16:01:40 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"axum-core",
|
|
|
|
|
"axum-macros",
|
|
|
|
|
"bytes",
|
2025-12-23 15:16:17 +01:00
|
|
|
"form_urlencoded",
|
2024-06-29 16:01:40 +02:00
|
|
|
"futures-util",
|
|
|
|
|
"http",
|
|
|
|
|
"http-body",
|
|
|
|
|
"http-body-util",
|
|
|
|
|
"hyper",
|
|
|
|
|
"hyper-util",
|
|
|
|
|
"itoa",
|
|
|
|
|
"matchit",
|
|
|
|
|
"memchr",
|
|
|
|
|
"mime",
|
|
|
|
|
"percent-encoding",
|
|
|
|
|
"pin-project-lite",
|
2025-12-23 15:16:17 +01:00
|
|
|
"serde_core",
|
2024-06-29 16:01:40 +02:00
|
|
|
"serde_json",
|
|
|
|
|
"serde_path_to_error",
|
|
|
|
|
"serde_urlencoded",
|
2025-12-23 15:16:17 +01:00
|
|
|
"sync_wrapper",
|
2024-06-29 16:01:40 +02:00
|
|
|
"tokio",
|
|
|
|
|
"tower",
|
|
|
|
|
"tower-layer",
|
|
|
|
|
"tower-service",
|
|
|
|
|
"tracing",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "axum-core"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.5.5"
|
2024-06-29 16:01:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "59446ce19cd142f8833f856eb31f3eb097812d1479ab224f54d72428ca21ea22"
|
2024-06-29 16:01:40 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"bytes",
|
2025-12-23 15:16:17 +01:00
|
|
|
"futures-core",
|
2024-06-29 16:01:40 +02:00
|
|
|
"http",
|
|
|
|
|
"http-body",
|
|
|
|
|
"http-body-util",
|
|
|
|
|
"mime",
|
|
|
|
|
"pin-project-lite",
|
2025-12-23 15:16:17 +01:00
|
|
|
"sync_wrapper",
|
2024-06-29 16:01:40 +02:00
|
|
|
"tower-layer",
|
|
|
|
|
"tower-service",
|
|
|
|
|
"tracing",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "axum-macros"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.5.0"
|
2024-06-29 16:01:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "604fde5e028fea851ce1d8570bbdc034bec850d157f7569d10f347d06808c05c"
|
2024-06-29 16:01:40 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-12-23 15:16:17 +01:00
|
|
|
"syn 2.0.111",
|
2024-05-05 14:42:25 +02:00
|
|
|
]
|
|
|
|
|
|
2024-07-28 21:41:42 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "bare-metal"
|
|
|
|
|
version = "0.2.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "5deb64efa5bd81e31fcd1938615a6d98c82eafcbcd787162b6f63b91d6bac5b3"
|
|
|
|
|
dependencies = [
|
2024-10-03 18:22:37 +02:00
|
|
|
"rustc_version 0.2.3",
|
2024-07-28 21:41:42 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bare-metal"
|
|
|
|
|
version = "1.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f8fe8f5a8a398345e52358e18ff07cc17a568fbca5c6f73873d3a62056309603"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bitfield"
|
|
|
|
|
version = "0.13.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "46afbd2983a5d5a7bd740ccb198caf5b82f45c40c09c0eed36052d91cb92e719"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bitflags"
|
|
|
|
|
version = "1.3.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
|
2024-05-05 14:42:25 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "bitflags"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "2.10.0"
|
2024-05-05 14:42:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
|
2024-05-05 14:42:25 +02:00
|
|
|
|
2024-12-04 18:27:40 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "bumpalo"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "3.19.1"
|
2024-12-04 18:27:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
|
2024-12-04 18:27:40 +01:00
|
|
|
|
2024-10-03 16:06:17 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "byteorder"
|
|
|
|
|
version = "1.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
|
|
|
2024-05-05 14:42:25 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "bytes"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "1.11.0"
|
2024-05-05 14:42:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
|
2024-05-05 14:42:25 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cc"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "1.2.50"
|
2024-05-05 14:42:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "9f50d563227a1c37cc0a263f64eca3334388c01c5e4c4861a9def205c614383c"
|
2024-12-04 18:27:40 +01:00
|
|
|
dependencies = [
|
2025-12-23 15:16:17 +01:00
|
|
|
"find-msvc-tools",
|
2024-12-04 18:27:40 +01:00
|
|
|
"shlex",
|
|
|
|
|
]
|
2024-05-05 14:42:25 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cfg-if"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "1.0.4"
|
2024-05-05 14:42:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cfg_aliases"
|
|
|
|
|
version = "0.2.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
2024-05-05 14:42:25 +02:00
|
|
|
|
2024-10-06 13:39:07 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "clap"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "4.5.53"
|
2024-10-06 13:39:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8"
|
2024-10-06 13:39:07 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"clap_builder",
|
|
|
|
|
"clap_derive",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "clap_builder"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "4.5.53"
|
2024-10-06 13:39:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00"
|
2024-10-06 13:39:07 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"anstream",
|
|
|
|
|
"anstyle",
|
|
|
|
|
"clap_lex",
|
|
|
|
|
"strsim",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "clap_derive"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "4.5.49"
|
2024-10-06 13:39:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
|
2024-10-06 13:39:07 +02:00
|
|
|
dependencies = [
|
2024-12-04 18:27:40 +01:00
|
|
|
"heck",
|
2024-10-06 13:39:07 +02:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-12-23 15:16:17 +01:00
|
|
|
"syn 2.0.111",
|
2024-10-06 13:39:07 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "clap_lex"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.7.6"
|
2024-10-06 13:39:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
|
2024-10-06 13:39:07 +02:00
|
|
|
|
2024-10-03 18:22:37 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "cobs"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.3.0"
|
2024-10-03 18:22:37 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"thiserror 2.0.17",
|
|
|
|
|
]
|
2024-10-03 18:22:37 +02:00
|
|
|
|
2024-10-06 13:39:07 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "colorchoice"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "1.0.4"
|
2024-10-06 13:39:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
|
2024-10-06 13:39:07 +02:00
|
|
|
|
2024-06-22 23:19:04 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "colored"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "2.2.0"
|
2024-06-22 23:19:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c"
|
2024-06-22 23:19:04 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"lazy_static",
|
2025-12-23 15:16:17 +01:00
|
|
|
"windows-sys 0.59.0",
|
2024-06-22 23:19:04 +02:00
|
|
|
]
|
|
|
|
|
|
2024-10-06 13:39:07 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "console"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.16.2"
|
2024-10-06 13:39:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "03e45a4a8926227e4197636ba97a9fc9b00477e9f4bd711395687c5f0734bec4"
|
2024-10-06 13:39:07 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"encode_unicode",
|
|
|
|
|
"libc",
|
2025-12-23 15:16:17 +01:00
|
|
|
"once_cell",
|
|
|
|
|
"unicode-width",
|
|
|
|
|
"windows-sys 0.61.2",
|
2024-10-06 13:39:07 +02:00
|
|
|
]
|
|
|
|
|
|
2024-12-04 18:27:40 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "core-foundation"
|
|
|
|
|
version = "0.10.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"core-foundation-sys",
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2024-10-03 22:54:05 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
|
version = "0.8.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
|
|
|
|
2024-07-28 21:41:42 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "cortex-m"
|
|
|
|
|
version = "0.7.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8ec610d8f49840a5b376c69663b6369e71f4b34484b9b2eb29fb918d92516cb9"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bare-metal 0.2.5",
|
|
|
|
|
"bitfield",
|
|
|
|
|
"critical-section",
|
|
|
|
|
"embedded-hal 0.2.7",
|
|
|
|
|
"volatile-register",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cortex-m-rt"
|
2024-12-04 18:27:40 +01:00
|
|
|
version = "0.7.5"
|
2024-07-28 21:41:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 18:27:40 +01:00
|
|
|
checksum = "801d4dec46b34c299ccf6b036717ae0fce602faa4f4fe816d9013b9a7c9f5ba6"
|
2024-07-28 21:41:42 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"cortex-m-rt-macros",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cortex-m-rt-macros"
|
2024-12-04 18:27:40 +01:00
|
|
|
version = "0.7.5"
|
2024-07-28 21:41:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 18:27:40 +01:00
|
|
|
checksum = "e37549a379a9e0e6e576fd208ee60394ccb8be963889eebba3ffe0980364f472"
|
2024-07-28 21:41:42 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-12-23 15:16:17 +01:00
|
|
|
"syn 2.0.111",
|
2024-07-28 21:41:42 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "critical-section"
|
2024-12-04 18:27:40 +01:00
|
|
|
version = "1.2.0"
|
2024-07-28 21:41:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 18:27:40 +01:00
|
|
|
checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
|
2024-07-28 21:41:42 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "defmt"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.3.100"
|
2024-07-28 21:41:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "f0963443817029b2024136fc4dd07a5107eb8f977eaf18fcd1fdeb11306b64ad"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"defmt 1.0.1",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "defmt"
|
|
|
|
|
version = "1.0.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "548d977b6da32fa1d1fda2876453da1e7df63ad0304c8b3dae4dbe7b96f39b78"
|
2024-07-28 21:41:42 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
|
"defmt-macros",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "defmt-brtt"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c2f0ac3635d0c89d12b8101fcb44a7625f5f030a1c0491124b74467eb5a58a78"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"critical-section",
|
2025-12-23 15:16:17 +01:00
|
|
|
"defmt 0.3.100",
|
2024-07-28 21:41:42 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "defmt-macros"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "1.0.1"
|
2024-07-28 21:41:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "3d4fc12a85bcf441cfe44344c4b72d58493178ce635338a3f3b78943aceb258e"
|
2024-07-28 21:41:42 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"defmt-parser",
|
2024-12-04 18:27:40 +01:00
|
|
|
"proc-macro-error2",
|
2024-07-28 21:41:42 +02:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-12-23 15:16:17 +01:00
|
|
|
"syn 2.0.111",
|
2024-07-28 21:41:42 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "defmt-parser"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "1.0.0"
|
2024-07-28 21:41:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "10d60334b3b2e7c9d91ef8150abfb6fa4c1c39ebbcf4a81c2e346aad939fee3e"
|
2024-07-28 21:41:42 +02:00
|
|
|
dependencies = [
|
2025-12-23 15:16:17 +01:00
|
|
|
"thiserror 2.0.17",
|
2024-07-28 21:41:42 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "defmt-rtt"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "1.1.0"
|
2024-07-28 21:41:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "93d5a25c99d89c40f5676bec8cefe0614f17f0f40e916f98e345dae941807f9e"
|
2024-07-28 21:41:42 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"critical-section",
|
2025-12-23 15:16:17 +01:00
|
|
|
"defmt 1.0.1",
|
2024-07-28 21:41:42 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "deranged"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.5.5"
|
2024-07-28 21:41:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587"
|
2024-07-28 21:41:42 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"powerfmt",
|
|
|
|
|
]
|
|
|
|
|
|
2024-10-04 16:20:36 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "dfu-core"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.9.1"
|
2024-10-04 16:20:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "d0fff68a4cf37c95054fc71faac1d30beefece378b1a7b204f82d6a267218ec4"
|
2024-10-04 16:20:36 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"bytes",
|
|
|
|
|
"displaydoc",
|
|
|
|
|
"log",
|
|
|
|
|
"pretty-hex",
|
2024-12-04 18:27:40 +01:00
|
|
|
"thiserror 1.0.69",
|
2024-10-04 16:20:36 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "dfu-libusb"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.5.5"
|
2024-10-04 16:20:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "d7fdcc0466c461fba888e62cda3e27a2413b56e99712cea36ddc1353c1cc67fd"
|
2024-10-04 16:20:36 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"dfu-core",
|
|
|
|
|
"rusb",
|
2024-12-04 18:27:40 +01:00
|
|
|
"thiserror 1.0.69",
|
2024-10-04 16:20:36 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "displaydoc"
|
|
|
|
|
version = "0.2.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-12-23 15:16:17 +01:00
|
|
|
"syn 2.0.111",
|
2024-10-04 16:20:36 +02:00
|
|
|
]
|
|
|
|
|
|
2024-07-28 21:41:42 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "document-features"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.2.12"
|
2024-07-28 21:41:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
|
2024-07-28 21:41:42 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"litrs",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "embedded-dma"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "994f7e5b5cb23521c22304927195f236813053eb9c065dd2226a32ba64695446"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"stable_deref_trait",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "embedded-hal"
|
|
|
|
|
version = "0.2.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "35949884794ad573cf46071e41c9b60efb0cb311e3ca01f7af807af1debc66ff"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"nb 0.1.3",
|
|
|
|
|
"void",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "embedded-hal"
|
|
|
|
|
version = "1.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "361a90feb7004eca4019fb28352a9465666b24f840f5c3cddf0ff13920590b89"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "embedded-hal-async"
|
|
|
|
|
version = "1.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0c4c685bbef7fe13c3c6dd4da26841ed3980ef33e841cddfa15ce8a8fb3f1884"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"embedded-hal 1.0.0",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "embedded-hal-nb"
|
|
|
|
|
version = "1.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "fba4268c14288c828995299e59b12babdbe170f6c6d73731af1b4648142e8605"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"embedded-hal 1.0.0",
|
|
|
|
|
"nb 1.1.0",
|
|
|
|
|
]
|
|
|
|
|
|
2024-10-03 22:54:05 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "embedded-io"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
|
|
|
|
|
|
2024-10-03 18:22:37 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "embedded-io"
|
|
|
|
|
version = "0.6.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
|
|
|
|
|
|
2024-07-28 21:41:42 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "embedded-storage"
|
|
|
|
|
version = "0.3.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a21dea9854beb860f3062d10228ce9b976da520a73474aed3171ec276bc0c032"
|
|
|
|
|
|
2024-10-06 13:39:07 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "encode_unicode"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "1.0.0"
|
2024-10-06 13:39:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
|
2024-10-06 13:39:07 +02:00
|
|
|
|
2024-07-28 21:41:42 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "enumflags2"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.7.12"
|
2024-07-28 21:41:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
|
2024-07-28 21:41:42 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"enumflags2_derive",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "enumflags2_derive"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.7.12"
|
2024-07-28 21:41:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
|
2024-07-28 21:41:42 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-12-23 15:16:17 +01:00
|
|
|
"syn 2.0.111",
|
2024-07-28 21:41:42 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "equivalent"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "1.0.2"
|
2024-07-28 21:41:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
2024-07-28 21:41:42 +02:00
|
|
|
|
2024-06-22 23:19:04 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "fern"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.7.1"
|
2024-06-22 23:19:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "4316185f709b23713e41e3195f90edef7fb00c3ed4adc79769cf09cc762a3b29"
|
2024-06-22 23:19:04 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"colored",
|
|
|
|
|
"log",
|
|
|
|
|
]
|
|
|
|
|
|
2024-06-29 16:01:40 +02:00
|
|
|
[[package]]
|
2025-12-23 15:16:17 +01:00
|
|
|
name = "find-msvc-tools"
|
|
|
|
|
version = "0.1.5"
|
2024-06-29 16:01:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
|
2024-06-29 16:01:40 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "form_urlencoded"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "1.2.2"
|
2024-06-29 16:01:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
|
2024-06-29 16:01:40 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"percent-encoding",
|
|
|
|
|
]
|
|
|
|
|
|
2024-07-28 21:41:42 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "fugit"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.3.9"
|
2024-07-28 21:41:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "4e639847d312d9a82d2e75b0edcc1e934efcc64e6cb7aa94f0b1fbec0bc231d6"
|
2024-07-28 21:41:42 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"gcd",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "fugit-timer"
|
|
|
|
|
version = "0.1.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d9607bfc4c388f9d629704f56ede4a007546cad417b3bcd6fc7c87dc7edce04a"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"fugit",
|
|
|
|
|
"nb 1.1.0",
|
|
|
|
|
]
|
|
|
|
|
|
2024-12-04 18:25:26 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "futures"
|
|
|
|
|
version = "0.3.31"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"futures-channel",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-executor",
|
|
|
|
|
"futures-io",
|
|
|
|
|
"futures-sink",
|
|
|
|
|
"futures-task",
|
|
|
|
|
"futures-util",
|
|
|
|
|
]
|
|
|
|
|
|
2024-06-29 16:01:40 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "futures-channel"
|
2024-12-04 18:25:26 +01:00
|
|
|
version = "0.3.31"
|
2024-06-29 16:01:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 18:25:26 +01:00
|
|
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
2024-06-29 16:01:40 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"futures-core",
|
2024-12-04 18:25:26 +01:00
|
|
|
"futures-sink",
|
2024-06-29 16:01:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-core"
|
2024-12-04 18:25:26 +01:00
|
|
|
version = "0.3.31"
|
2024-06-29 16:01:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 18:25:26 +01:00
|
|
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-executor"
|
|
|
|
|
version = "0.3.31"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-task",
|
|
|
|
|
"futures-util",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-io"
|
|
|
|
|
version = "0.3.31"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-macro"
|
|
|
|
|
version = "0.3.31"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-12-23 15:16:17 +01:00
|
|
|
"syn 2.0.111",
|
2024-12-04 18:25:26 +01:00
|
|
|
]
|
2024-06-29 16:01:40 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-sink"
|
2024-12-04 18:25:26 +01:00
|
|
|
version = "0.3.31"
|
2024-06-29 16:01:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 18:25:26 +01:00
|
|
|
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
2024-06-29 16:01:40 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-task"
|
2024-12-04 18:25:26 +01:00
|
|
|
version = "0.3.31"
|
2024-06-29 16:01:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 18:25:26 +01:00
|
|
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
2024-06-29 16:01:40 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-util"
|
2024-12-04 18:25:26 +01:00
|
|
|
version = "0.3.31"
|
2024-06-29 16:01:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 18:25:26 +01:00
|
|
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
2024-06-29 16:01:40 +02:00
|
|
|
dependencies = [
|
2024-12-04 18:25:26 +01:00
|
|
|
"futures-channel",
|
2024-06-29 16:01:40 +02:00
|
|
|
"futures-core",
|
2024-12-04 18:25:26 +01:00
|
|
|
"futures-io",
|
|
|
|
|
"futures-macro",
|
|
|
|
|
"futures-sink",
|
2024-06-29 16:01:40 +02:00
|
|
|
"futures-task",
|
2024-12-04 18:25:26 +01:00
|
|
|
"memchr",
|
2024-06-29 16:01:40 +02:00
|
|
|
"pin-project-lite",
|
|
|
|
|
"pin-utils",
|
2024-12-04 18:25:26 +01:00
|
|
|
"slab",
|
2024-06-29 16:01:40 +02:00
|
|
|
]
|
|
|
|
|
|
2024-07-28 21:41:42 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "gcd"
|
|
|
|
|
version = "2.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1d758ba1b47b00caf47f24925c0074ecb20d6dfcffe7f6d53395c0465674841a"
|
|
|
|
|
|
2024-10-03 18:22:37 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "hash32"
|
|
|
|
|
version = "0.2.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"byteorder",
|
|
|
|
|
]
|
|
|
|
|
|
2024-10-03 16:06:17 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "hash32"
|
|
|
|
|
version = "0.3.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"byteorder",
|
|
|
|
|
]
|
|
|
|
|
|
2024-07-28 21:41:42 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "hashbrown"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.16.1"
|
2024-07-28 21:41:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
|
2024-12-04 18:27:40 +01:00
|
|
|
|
2024-10-03 18:22:37 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "heapless"
|
|
|
|
|
version = "0.7.17"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"atomic-polyfill",
|
|
|
|
|
"hash32 0.2.1",
|
|
|
|
|
"rustc_version 0.4.1",
|
|
|
|
|
"serde",
|
|
|
|
|
"spin",
|
|
|
|
|
"stable_deref_trait",
|
|
|
|
|
]
|
|
|
|
|
|
2024-10-03 16:06:17 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "heapless"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
|
|
|
|
|
dependencies = [
|
2024-10-03 18:22:37 +02:00
|
|
|
"hash32 0.3.1",
|
2024-10-03 16:06:17 +02:00
|
|
|
"stable_deref_trait",
|
|
|
|
|
]
|
|
|
|
|
|
2024-10-06 13:39:07 +02:00
|
|
|
[[package]]
|
2025-12-23 15:16:17 +01:00
|
|
|
name = "heapless"
|
|
|
|
|
version = "0.9.2"
|
2024-10-06 13:39:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"defmt 1.0.1",
|
|
|
|
|
"hash32 0.3.1",
|
|
|
|
|
"serde_core",
|
|
|
|
|
"stable_deref_trait",
|
|
|
|
|
]
|
2024-10-06 13:39:07 +02:00
|
|
|
|
2024-05-05 14:42:25 +02:00
|
|
|
[[package]]
|
2025-12-23 15:16:17 +01:00
|
|
|
name = "heck"
|
|
|
|
|
version = "0.5.0"
|
2024-05-05 14:42:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
2024-05-05 14:42:25 +02:00
|
|
|
|
2024-06-29 16:01:40 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "http"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "1.4.0"
|
2024-06-29 16:01:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
|
2024-06-29 16:01:40 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"bytes",
|
|
|
|
|
"itoa",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "http-body"
|
2024-07-28 21:41:42 +02:00
|
|
|
version = "1.0.1"
|
2024-06-29 16:01:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-28 21:41:42 +02:00
|
|
|
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
2024-06-29 16:01:40 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"bytes",
|
|
|
|
|
"http",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "http-body-util"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.1.3"
|
2024-06-29 16:01:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
|
2024-06-29 16:01:40 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"bytes",
|
2025-12-23 15:16:17 +01:00
|
|
|
"futures-core",
|
2024-06-29 16:01:40 +02:00
|
|
|
"http",
|
|
|
|
|
"http-body",
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "http-range-header"
|
2024-12-04 18:27:40 +01:00
|
|
|
version = "0.4.2"
|
2024-06-29 16:01:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 18:27:40 +01:00
|
|
|
checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c"
|
2024-06-29 16:01:40 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "httparse"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "1.10.1"
|
2024-06-29 16:01:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
2024-06-29 16:01:40 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "httpdate"
|
|
|
|
|
version = "1.0.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
|
|
|
|
|
2024-06-22 23:19:04 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "humantime"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "2.3.0"
|
2024-06-22 23:19:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
|
2024-06-22 23:19:04 +02:00
|
|
|
|
2024-06-29 16:01:40 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "hyper"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "1.8.1"
|
2024-06-29 16:01:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
|
2024-06-29 16:01:40 +02:00
|
|
|
dependencies = [
|
2025-12-23 15:16:17 +01:00
|
|
|
"atomic-waker",
|
2024-06-29 16:01:40 +02:00
|
|
|
"bytes",
|
|
|
|
|
"futures-channel",
|
2025-12-23 15:16:17 +01:00
|
|
|
"futures-core",
|
2024-06-29 16:01:40 +02:00
|
|
|
"http",
|
|
|
|
|
"http-body",
|
|
|
|
|
"httparse",
|
|
|
|
|
"httpdate",
|
|
|
|
|
"itoa",
|
|
|
|
|
"pin-project-lite",
|
2025-12-23 15:16:17 +01:00
|
|
|
"pin-utils",
|
2024-06-29 16:01:40 +02:00
|
|
|
"smallvec",
|
|
|
|
|
"tokio",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "hyper-util"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.1.19"
|
2024-06-29 16:01:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f"
|
2024-06-29 16:01:40 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"bytes",
|
2025-12-23 15:16:17 +01:00
|
|
|
"futures-core",
|
2024-06-29 16:01:40 +02:00
|
|
|
"http",
|
|
|
|
|
"http-body",
|
|
|
|
|
"hyper",
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
"tokio",
|
2024-12-04 18:27:40 +01:00
|
|
|
"tower-service",
|
2024-06-29 16:01:40 +02:00
|
|
|
]
|
|
|
|
|
|
2024-07-28 21:41:42 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "indexmap"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "2.12.1"
|
2024-07-28 21:41:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2"
|
2024-07-28 21:41:42 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"equivalent",
|
2025-12-23 15:16:17 +01:00
|
|
|
"hashbrown",
|
2024-07-28 21:41:42 +02:00
|
|
|
]
|
|
|
|
|
|
2024-10-06 13:39:07 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "indicatif"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.18.3"
|
2024-10-06 13:39:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "9375e112e4b463ec1b1c6c011953545c65a30164fbab5b581df32b3abf0dcb88"
|
2024-10-06 13:39:07 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"console",
|
|
|
|
|
"portable-atomic",
|
2025-12-23 15:16:17 +01:00
|
|
|
"unicode-width",
|
|
|
|
|
"unit-prefix",
|
2024-12-04 18:27:40 +01:00
|
|
|
"web-time",
|
2024-10-06 13:39:07 +02:00
|
|
|
]
|
|
|
|
|
|
2024-10-03 22:54:05 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "io-kit-sys"
|
|
|
|
|
version = "0.4.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "617ee6cf8e3f66f3b4ea67a4058564628cde41901316e19f559e14c7c72c5e7b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"core-foundation-sys",
|
|
|
|
|
"mach2",
|
|
|
|
|
]
|
|
|
|
|
|
2024-10-06 13:39:07 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "is_terminal_polyfill"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "1.70.2"
|
2024-10-06 13:39:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
|
2024-10-06 13:39:07 +02:00
|
|
|
|
2024-06-29 16:01:40 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "itoa"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "1.0.16"
|
2024-12-04 18:27:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "7ee5b5339afb4c41626dde77b7a611bd4f2c202b897852b4bcf5d03eddc61010"
|
2024-12-04 18:27:40 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "js-sys"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.3.83"
|
2024-06-29 16:01:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8"
|
2024-12-04 18:27:40 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"once_cell",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
]
|
2024-06-29 16:01:40 +02:00
|
|
|
|
2024-06-22 23:19:04 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "lazy_static"
|
2024-06-29 16:01:40 +02:00
|
|
|
version = "1.5.0"
|
2024-06-22 23:19:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-29 16:01:40 +02:00
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2024-06-22 23:19:04 +02:00
|
|
|
|
2024-05-05 14:42:25 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "libc"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.2.178"
|
2024-05-05 14:42:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"
|
2024-05-05 14:42:25 +02:00
|
|
|
|
2024-07-28 21:41:42 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "libm"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.2.15"
|
2024-07-28 21:41:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
|
2024-07-28 21:41:42 +02:00
|
|
|
|
2024-10-03 22:54:05 +02: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",
|
|
|
|
|
]
|
|
|
|
|
|
2024-10-04 16:20:36 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "libusb1-sys"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.7.0"
|
2024-10-04 16:20:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "da050ade7ac4ff1ba5379af847a10a10a8e284181e060105bf8d86960ce9ce0f"
|
2024-10-04 16:20:36 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"cc",
|
|
|
|
|
"libc",
|
|
|
|
|
"pkg-config",
|
|
|
|
|
"vcpkg",
|
|
|
|
|
]
|
|
|
|
|
|
2024-07-28 21:41:42 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "litrs"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "1.0.0"
|
2024-07-28 21:41:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
|
2024-07-28 21:41:42 +02:00
|
|
|
|
2024-05-05 14:42:25 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "lock_api"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.4.14"
|
2024-05-05 14:42:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
2024-05-05 14:42:25 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"scopeguard",
|
|
|
|
|
]
|
|
|
|
|
|
2024-06-22 23:19:04 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "log"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.4.29"
|
2024-06-29 16:01:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
2024-06-29 16:01:40 +02:00
|
|
|
|
2024-10-03 22:54:05 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "mach2"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.4.3"
|
2024-10-03 22:54:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
|
2024-10-03 22:54:05 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2024-06-29 16:01:40 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "matchit"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.8.4"
|
2024-06-22 23:19:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
|
2024-06-22 23:19:04 +02:00
|
|
|
|
2024-05-03 16:16:24 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "memchr"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "2.7.6"
|
2024-05-03 16:16:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
|
2024-12-04 18:25:26 +01:00
|
|
|
|
2024-06-29 16:01:40 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "mime"
|
|
|
|
|
version = "0.3.17"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "mime_guess"
|
|
|
|
|
version = "2.0.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"mime",
|
|
|
|
|
"unicase",
|
|
|
|
|
]
|
2024-05-03 16:16:24 +02:00
|
|
|
|
2024-12-04 18:25:26 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "mio"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "1.1.1"
|
2024-12-04 18:25:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
|
2024-12-04 18:25:26 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"log",
|
|
|
|
|
"wasi",
|
2025-12-23 15:16:17 +01:00
|
|
|
"windows-sys 0.61.2",
|
2024-12-04 18:25:26 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "mio-serial"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "5.0.6"
|
2024-12-04 18:25:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "029e1f407e261176a983a6599c084efd322d9301028055c87174beac71397ba3"
|
2024-12-04 18:25:26 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"log",
|
2025-12-23 15:16:17 +01:00
|
|
|
"mio",
|
|
|
|
|
"nix 0.29.0",
|
2024-12-04 18:25:26 +01:00
|
|
|
"serialport",
|
|
|
|
|
"winapi",
|
2024-05-05 14:42:25 +02:00
|
|
|
]
|
|
|
|
|
|
2024-07-28 21:41:42 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "nb"
|
|
|
|
|
version = "0.1.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "801d31da0513b6ec5214e9bf433a77966320625a37860f910be265be6e18d06f"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"nb 1.1.0",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "nb"
|
|
|
|
|
version = "1.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8d5439c4ad607c3c23abf66de8c8bf57ba8adcd1f129e699851a6e43935d339d"
|
|
|
|
|
|
2024-10-03 22:54:05 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "nix"
|
|
|
|
|
version = "0.26.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"libc",
|
2025-12-23 15:16:17 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "nix"
|
|
|
|
|
version = "0.29.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags 2.10.0",
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"cfg_aliases",
|
|
|
|
|
"libc",
|
2024-10-03 22:54:05 +02:00
|
|
|
]
|
|
|
|
|
|
2024-05-03 16:16:24 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "nom"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "8.0.0"
|
2024-05-03 16:16:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
|
2024-05-03 16:16:24 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
2025-12-23 15:16:17 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "nom-language"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2de2bc5b451bfedaef92c90b8939a8fff5770bdcc1fafd6239d086aab8fa6b29"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"nom",
|
2024-05-03 16:16:24 +02:00
|
|
|
]
|
|
|
|
|
|
2024-05-05 14:42:25 +02:00
|
|
|
[[package]]
|
2024-07-28 21:41:42 +02:00
|
|
|
name = "num"
|
|
|
|
|
version = "0.4.3"
|
2024-05-05 14:42:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-28 21:41:42 +02:00
|
|
|
checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
|
2024-05-05 14:42:25 +02:00
|
|
|
dependencies = [
|
2024-07-28 21:41:42 +02:00
|
|
|
"num-complex",
|
|
|
|
|
"num-integer",
|
|
|
|
|
"num-iter",
|
|
|
|
|
"num-rational",
|
|
|
|
|
"num-traits",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "num-complex"
|
|
|
|
|
version = "0.4.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"num-traits",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "num-conv"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "num-integer"
|
|
|
|
|
version = "0.1.46"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"num-traits",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "num-iter"
|
|
|
|
|
version = "0.1.45"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
|
|
|
|
"num-integer",
|
|
|
|
|
"num-traits",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "num-rational"
|
|
|
|
|
version = "0.4.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"num-integer",
|
|
|
|
|
"num-traits",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "num-traits"
|
|
|
|
|
version = "0.2.19"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
|
|
|
|
"libm",
|
2024-05-05 14:42:25 +02:00
|
|
|
]
|
|
|
|
|
|
2024-10-06 13:39:07 +02:00
|
|
|
[[package]]
|
2025-12-23 15:16:17 +01:00
|
|
|
name = "once_cell"
|
|
|
|
|
version = "1.21.3"
|
2024-05-05 14:42:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
2024-05-05 14:42:25 +02:00
|
|
|
|
2024-06-29 16:01:40 +02:00
|
|
|
[[package]]
|
2025-12-23 15:16:17 +01:00
|
|
|
name = "once_cell_polyfill"
|
|
|
|
|
version = "1.70.2"
|
2024-06-29 16:01:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
|
2024-06-29 16:01:40 +02:00
|
|
|
|
2024-07-28 21:41:42 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "panic-probe"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "1.0.0"
|
2024-07-28 21:41:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "fd402d00b0fb94c5aee000029204a46884b1262e0c443f166d86d2c0747e1a1a"
|
2024-07-28 21:41:42 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"cortex-m",
|
2025-12-23 15:16:17 +01:00
|
|
|
"defmt 1.0.1",
|
2024-07-28 21:41:42 +02:00
|
|
|
]
|
|
|
|
|
|
2024-05-05 14:42:25 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "parking_lot"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.12.5"
|
2024-05-05 14:42:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
|
2024-05-05 14:42:25 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"lock_api",
|
|
|
|
|
"parking_lot_core",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "parking_lot_core"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.9.12"
|
2024-05-05 14:42:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
|
2024-05-05 14:42:25 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"libc",
|
|
|
|
|
"redox_syscall",
|
|
|
|
|
"smallvec",
|
2025-12-23 15:16:17 +01:00
|
|
|
"windows-link",
|
2024-05-05 14:42:25 +02:00
|
|
|
]
|
|
|
|
|
|
2024-06-29 16:01:40 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "percent-encoding"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "2.3.2"
|
2024-06-29 16:01:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
|
2024-06-29 16:01:40 +02:00
|
|
|
|
2024-05-05 14:42:25 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "pin-project-lite"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.2.16"
|
2024-05-05 14:42:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
2024-05-05 14:42:25 +02:00
|
|
|
|
2024-06-29 16:01:40 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "pin-utils"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
2024-10-03 22:54:05 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "pkg-config"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.3.32"
|
2024-10-03 22:54:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
|
2024-10-03 22:54:05 +02:00
|
|
|
|
2024-07-28 21:41:42 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "portable-atomic"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "1.12.0"
|
2024-07-28 21:41:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "f59e70c4aef1e55797c2e8fd94a4f2a973fc972cfde0e0b05f683667b0cd39dd"
|
2024-07-28 21:41:42 +02:00
|
|
|
|
2024-10-03 18:22:37 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "postcard"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "1.1.3"
|
2024-10-03 18:22:37 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
|
2024-10-03 18:22:37 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"cobs",
|
2025-12-23 15:16:17 +01:00
|
|
|
"defmt 1.0.1",
|
2024-10-03 22:54:05 +02:00
|
|
|
"embedded-io 0.4.0",
|
|
|
|
|
"embedded-io 0.6.1",
|
2024-10-03 18:22:37 +02:00
|
|
|
"heapless 0.7.17",
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
2024-07-28 21:41:42 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "powerfmt"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
|
|
2024-10-04 16:20:36 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "pretty-hex"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c6fa0831dd7cc608c38a5e323422a0077678fa5744aa2be4ad91c4ece8eec8d5"
|
|
|
|
|
|
2024-12-04 18:27:40 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro-error-attr2"
|
|
|
|
|
version = "2.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro-error2"
|
|
|
|
|
version = "2.0.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro-error-attr2",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-12-23 15:16:17 +01:00
|
|
|
"syn 2.0.111",
|
2024-12-04 18:27:40 +01:00
|
|
|
]
|
|
|
|
|
|
2024-05-05 14:42:25 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro2"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "1.0.103"
|
2024-05-05 14:42:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
|
2024-05-05 14:42:25 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"unicode-ident",
|
|
|
|
|
]
|
|
|
|
|
|
2024-07-28 21:41:42 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "qmc5883l"
|
|
|
|
|
version = "0.0.1"
|
2025-12-23 15:16:17 +01:00
|
|
|
source = "git+https://github.com/patrickelectric/qmc5883l?rev=62b8a64b54e0f843ddf0c5942f8ed218b5f3e492#62b8a64b54e0f843ddf0c5942f8ed218b5f3e492"
|
2024-07-28 21:41:42 +02:00
|
|
|
dependencies = [
|
2025-12-23 15:16:17 +01:00
|
|
|
"embedded-hal 1.0.0",
|
2024-07-28 21:41:42 +02:00
|
|
|
]
|
|
|
|
|
|
2024-05-05 14:42:25 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "quote"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "1.0.40"
|
2024-05-05 14:42:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
|
2024-05-05 14:42:25 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
]
|
|
|
|
|
|
2024-07-28 21:41:42 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "radomctl-firmware"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
2024-08-03 22:18:09 +02:00
|
|
|
"as5048a",
|
2024-07-28 21:41:42 +02:00
|
|
|
"cortex-m",
|
2025-12-23 15:16:17 +01:00
|
|
|
"defmt 1.0.1",
|
2024-07-28 21:41:42 +02:00
|
|
|
"defmt-brtt",
|
|
|
|
|
"defmt-rtt",
|
|
|
|
|
"embedded-hal 1.0.0",
|
2025-12-23 15:16:17 +01:00
|
|
|
"heapless 0.9.2",
|
2024-07-28 21:41:42 +02:00
|
|
|
"nb 1.1.0",
|
|
|
|
|
"num",
|
|
|
|
|
"num-traits",
|
|
|
|
|
"panic-probe",
|
2024-10-03 18:22:37 +02:00
|
|
|
"postcard",
|
2024-07-28 21:41:42 +02:00
|
|
|
"qmc5883l",
|
2024-10-03 18:22:37 +02:00
|
|
|
"radomctl-protocol",
|
2024-07-28 21:41:42 +02:00
|
|
|
"rtic",
|
|
|
|
|
"rtic-monotonics",
|
|
|
|
|
"stm32f4xx-hal",
|
|
|
|
|
"ufmt",
|
2024-10-03 18:22:37 +02:00
|
|
|
"usb-device",
|
|
|
|
|
"usbd-serial",
|
2024-07-28 21:41:42 +02:00
|
|
|
"xca9548a",
|
|
|
|
|
]
|
|
|
|
|
|
2024-10-03 16:06:17 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "radomctl-protocol"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
2025-12-23 15:16:17 +01:00
|
|
|
"heapless 0.9.2",
|
2024-10-03 16:06:17 +02:00
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
2024-05-03 16:16:24 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "radomctld"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
2024-06-22 23:19:04 +02:00
|
|
|
"anyhow",
|
2024-06-29 16:01:40 +02:00
|
|
|
"axum",
|
2024-12-04 18:25:26 +01:00
|
|
|
"bytes",
|
2024-10-06 13:39:07 +02:00
|
|
|
"clap",
|
2024-10-04 16:20:36 +02:00
|
|
|
"dfu-libusb",
|
2024-06-22 23:19:04 +02:00
|
|
|
"fern",
|
2024-12-04 18:25:26 +01:00
|
|
|
"futures",
|
2024-06-22 23:19:04 +02:00
|
|
|
"humantime",
|
2024-10-06 13:39:07 +02:00
|
|
|
"indicatif",
|
2024-06-22 23:19:04 +02:00
|
|
|
"log",
|
2024-05-03 16:16:24 +02:00
|
|
|
"nom",
|
2025-12-23 15:16:17 +01:00
|
|
|
"nom-language",
|
2024-10-03 22:54:05 +02:00
|
|
|
"postcard",
|
|
|
|
|
"radomctl-protocol",
|
2024-10-04 16:20:36 +02:00
|
|
|
"rusb",
|
2024-06-29 16:01:40 +02:00
|
|
|
"serde_json",
|
2024-10-03 22:54:05 +02:00
|
|
|
"serialport",
|
2024-05-05 14:42:25 +02:00
|
|
|
"tokio",
|
2024-12-04 18:25:26 +01:00
|
|
|
"tokio-serial",
|
|
|
|
|
"tokio-util",
|
2024-06-29 16:01:40 +02:00
|
|
|
"tower-http",
|
2024-05-03 16:16:24 +02:00
|
|
|
]
|
2024-05-05 14:42:25 +02:00
|
|
|
|
2024-07-28 21:41:42 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "rand_core"
|
|
|
|
|
version = "0.6.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
|
|
|
2025-12-23 15:16:17 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "rand_core"
|
|
|
|
|
version = "0.9.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
|
|
|
|
|
|
2024-05-05 14:42:25 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "redox_syscall"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.5.18"
|
2024-05-05 14:42:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
|
2024-05-05 14:42:25 +02:00
|
|
|
dependencies = [
|
2025-12-23 15:16:17 +01:00
|
|
|
"bitflags 2.10.0",
|
2024-07-28 21:41:42 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rtic"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "2.2.0"
|
2024-07-28 21:41:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "6bc68b1fa2eefbb7ad6747b299b79c8fca92163dfa46f0e279f39109cf272186"
|
2024-07-28 21:41:42 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"bare-metal 1.0.0",
|
|
|
|
|
"cortex-m",
|
|
|
|
|
"critical-section",
|
2025-12-23 15:16:17 +01:00
|
|
|
"portable-atomic",
|
2024-07-28 21:41:42 +02:00
|
|
|
"rtic-core",
|
|
|
|
|
"rtic-macros",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rtic-common"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "1.1.0"
|
2024-07-28 21:41:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "67caeecca87cb20e1101eb104b0f05604633b7ab1035cce777417c6fb7c8f9a0"
|
2024-07-28 21:41:42 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"critical-section",
|
2025-12-23 15:16:17 +01:00
|
|
|
"portable-atomic",
|
2024-07-28 21:41:42 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rtic-core"
|
|
|
|
|
version = "1.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d9369355b04d06a3780ec0f51ea2d225624db777acbc60abd8ca4832da5c1a42"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rtic-macros"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "2.2.0"
|
2024-07-28 21:41:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "f387b12bd6c01d2c9d4776dddeefaf0ae51b9497c83c0186b1693f6821ff3c4a"
|
2024-07-28 21:41:42 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"indexmap",
|
2025-12-23 15:16:17 +01:00
|
|
|
"proc-macro-error2",
|
2024-07-28 21:41:42 +02:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-12-23 15:16:17 +01:00
|
|
|
"syn 2.0.111",
|
2024-07-28 21:41:42 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rtic-monotonics"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "2.1.0"
|
2024-07-28 21:41:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "99f9923ce32637ee40c0cb28fbbc2fad880d8aebea2d545918c6971ae9be3d17"
|
2024-07-28 21:41:42 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"cortex-m",
|
|
|
|
|
"fugit",
|
|
|
|
|
"portable-atomic",
|
|
|
|
|
"rtic-time",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rtic-time"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "2.0.1"
|
2024-07-28 21:41:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "61485474f5a23247ae1d4875f2bfe860be9b3030dbf87c232e50799e021429a1"
|
2024-07-28 21:41:42 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"critical-section",
|
|
|
|
|
"embedded-hal 1.0.0",
|
|
|
|
|
"embedded-hal-async",
|
|
|
|
|
"fugit",
|
|
|
|
|
"futures-util",
|
|
|
|
|
"rtic-common",
|
2024-05-05 14:42:25 +02:00
|
|
|
]
|
|
|
|
|
|
2024-10-04 16:20:36 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "rusb"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.9.4"
|
2024-10-04 16:20:36 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "ab9f9ff05b63a786553a4c02943b74b34a988448671001e9a27e2f0565cc05a4"
|
2024-10-04 16:20:36 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"libusb1-sys",
|
|
|
|
|
]
|
|
|
|
|
|
2024-07-28 21:41:42 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "rustc_version"
|
|
|
|
|
version = "0.2.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
|
|
|
dependencies = [
|
2024-10-03 18:22:37 +02:00
|
|
|
"semver 0.9.0",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rustc_version"
|
|
|
|
|
version = "0.4.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
|
|
|
|
dependencies = [
|
2025-12-23 15:16:17 +01:00
|
|
|
"semver 1.0.27",
|
2024-07-28 21:41:42 +02:00
|
|
|
]
|
|
|
|
|
|
2024-06-29 16:01:40 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "rustversion"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "1.0.22"
|
2024-06-29 16:01:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
2024-06-29 16:01:40 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ryu"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "1.0.21"
|
2024-06-29 16:01:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "62049b2877bf12821e8f9ad256ee38fdc31db7387ec2d3b3f403024de2034aea"
|
2024-05-05 14:42:25 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "scopeguard"
|
|
|
|
|
version = "1.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
|
|
|
2024-07-28 21:41:42 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "semver"
|
|
|
|
|
version = "0.9.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"semver-parser",
|
|
|
|
|
]
|
|
|
|
|
|
2024-10-03 18:22:37 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "semver"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "1.0.27"
|
2024-10-03 18:22:37 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
|
2024-10-03 18:22:37 +02:00
|
|
|
|
2024-07-28 21:41:42 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "semver-parser"
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
|
|
|
2024-06-29 16:01:40 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "serde"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "1.0.228"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"serde_core",
|
|
|
|
|
"serde_derive",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_core"
|
|
|
|
|
version = "1.0.228"
|
2024-06-29 16:01:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
2024-06-29 16:01:40 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"serde_derive",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_derive"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "1.0.228"
|
2024-06-29 16:01:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
2024-06-29 16:01:40 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-12-23 15:16:17 +01:00
|
|
|
"syn 2.0.111",
|
2024-06-29 16:01:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_json"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "1.0.146"
|
2024-06-29 16:01:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "217ca874ae0207aac254aa02c957ded05585a90892cc8d87f9e5fa49669dadd8"
|
2024-06-29 16:01:40 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"itoa",
|
2024-12-04 18:27:40 +01:00
|
|
|
"memchr",
|
2024-06-29 16:01:40 +02:00
|
|
|
"ryu",
|
|
|
|
|
"serde",
|
2025-12-23 15:16:17 +01:00
|
|
|
"serde_core",
|
2024-06-29 16:01:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_path_to_error"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.1.20"
|
2024-06-29 16:01:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
|
2024-06-29 16:01:40 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"itoa",
|
|
|
|
|
"serde",
|
2025-12-23 15:16:17 +01:00
|
|
|
"serde_core",
|
2024-06-29 16:01:40 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_urlencoded"
|
|
|
|
|
version = "0.7.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"form_urlencoded",
|
|
|
|
|
"itoa",
|
|
|
|
|
"ryu",
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
2024-10-03 22:54:05 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "serialport"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "4.8.1"
|
2024-10-03 22:54:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "21f60a586160667241d7702c420fc223939fb3c0bb8d3fac84f78768e8970dee"
|
2024-10-03 22:54:05 +02:00
|
|
|
dependencies = [
|
2025-12-23 15:16:17 +01:00
|
|
|
"bitflags 2.10.0",
|
2024-10-03 22:54:05 +02:00
|
|
|
"cfg-if",
|
2024-12-04 18:27:40 +01:00
|
|
|
"core-foundation",
|
2024-10-03 22:54:05 +02:00
|
|
|
"core-foundation-sys",
|
|
|
|
|
"io-kit-sys",
|
|
|
|
|
"libudev",
|
|
|
|
|
"mach2",
|
2025-12-23 15:16:17 +01:00
|
|
|
"nix 0.26.4",
|
|
|
|
|
"quote",
|
2024-10-03 22:54:05 +02:00
|
|
|
"scopeguard",
|
|
|
|
|
"unescaper",
|
2025-12-23 15:16:17 +01:00
|
|
|
"windows-sys 0.52.0",
|
2024-10-03 22:54:05 +02:00
|
|
|
]
|
|
|
|
|
|
2024-06-29 16:01:40 +02:00
|
|
|
[[package]]
|
2024-12-04 18:27:40 +01:00
|
|
|
name = "shlex"
|
|
|
|
|
version = "1.3.0"
|
2024-06-29 16:01:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 18:27:40 +01:00
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
2024-06-29 16:01:40 +02:00
|
|
|
|
2024-05-05 14:42:25 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "signal-hook-registry"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "1.4.7"
|
2024-05-05 14:42:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad"
|
2024-05-05 14:42:25 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2024-12-04 18:25:26 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "slab"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.4.11"
|
2024-12-04 18:25:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
|
2024-12-04 18:25:26 +01:00
|
|
|
|
2024-05-05 14:42:25 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "smallvec"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "1.15.1"
|
2024-05-05 14:42:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
2024-05-05 14:42:25 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "socket2"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.6.1"
|
2024-05-05 14:42:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
|
2024-05-05 14:42:25 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
2025-12-23 15:16:17 +01:00
|
|
|
"windows-sys 0.60.2",
|
2024-07-28 21:41:42 +02:00
|
|
|
]
|
|
|
|
|
|
2024-10-03 18:22:37 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "spin"
|
|
|
|
|
version = "0.9.8"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"lock_api",
|
|
|
|
|
]
|
|
|
|
|
|
2024-07-28 21:41:42 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "stable_deref_trait"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "1.2.1"
|
2024-07-28 21:41:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
|
2024-07-28 21:41:42 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "stm32f4"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.16.0"
|
2024-07-28 21:41:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "c41bd8922df364cb7054cae71a95dcbb32cffd25b5c0f9c00272ef8c82279a65"
|
2024-07-28 21:41:42 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"cortex-m",
|
|
|
|
|
"cortex-m-rt",
|
2025-12-23 15:16:17 +01:00
|
|
|
"critical-section",
|
|
|
|
|
"portable-atomic",
|
2024-07-28 21:41:42 +02:00
|
|
|
"vcell",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "stm32f4xx-hal"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.23.0"
|
2024-07-28 21:41:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "4b5b520616b1ebd18b3ac2d809b8ae47851b14efc63aea7c85d8a45c1daa6fbb"
|
2024-07-28 21:41:42 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"bare-metal 1.0.0",
|
|
|
|
|
"cortex-m",
|
|
|
|
|
"cortex-m-rt",
|
|
|
|
|
"document-features",
|
|
|
|
|
"embedded-dma",
|
|
|
|
|
"embedded-hal 0.2.7",
|
|
|
|
|
"embedded-hal 1.0.0",
|
|
|
|
|
"embedded-hal-nb",
|
2025-12-23 15:16:17 +01:00
|
|
|
"embedded-io 0.6.1",
|
2024-07-28 21:41:42 +02:00
|
|
|
"embedded-storage",
|
|
|
|
|
"enumflags2",
|
|
|
|
|
"fugit",
|
|
|
|
|
"fugit-timer",
|
|
|
|
|
"nb 1.1.0",
|
2025-12-23 15:16:17 +01:00
|
|
|
"rand_core 0.6.4",
|
|
|
|
|
"rand_core 0.9.3",
|
2024-07-28 21:41:42 +02:00
|
|
|
"stm32f4",
|
2024-10-03 18:22:37 +02:00
|
|
|
"synopsys-usb-otg",
|
2024-07-28 21:41:42 +02:00
|
|
|
"time",
|
|
|
|
|
"void",
|
2024-05-05 14:42:25 +02:00
|
|
|
]
|
|
|
|
|
|
2024-10-06 13:39:07 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "strsim"
|
|
|
|
|
version = "0.11.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
|
|
|
|
2024-05-05 14:42:25 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "syn"
|
|
|
|
|
version = "1.0.109"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"unicode-ident",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "syn"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "2.0.111"
|
2024-05-05 14:42:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
|
2024-05-05 14:42:25 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"unicode-ident",
|
|
|
|
|
]
|
|
|
|
|
|
2024-06-29 16:01:40 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "sync_wrapper"
|
2024-12-04 18:27:40 +01:00
|
|
|
version = "1.0.2"
|
2024-06-29 16:01:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 18:27:40 +01:00
|
|
|
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
|
2024-06-29 16:01:40 +02:00
|
|
|
|
2024-10-03 18:22:37 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "synopsys-usb-otg"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e948d523b316939545d8b21a48c27aef150ce25321b9f95ff7978647a806a6fe"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cortex-m",
|
|
|
|
|
"embedded-hal 0.2.7",
|
|
|
|
|
"usb-device",
|
|
|
|
|
"vcell",
|
|
|
|
|
]
|
|
|
|
|
|
2024-07-28 21:41:42 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "thiserror"
|
2024-12-04 18:27:40 +01:00
|
|
|
version = "1.0.69"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"thiserror-impl 1.0.69",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "thiserror"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "2.0.17"
|
2024-07-28 21:41:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
|
2024-07-28 21:41:42 +02:00
|
|
|
dependencies = [
|
2025-12-23 15:16:17 +01:00
|
|
|
"thiserror-impl 2.0.17",
|
2024-07-28 21:41:42 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "thiserror-impl"
|
2024-12-04 18:27:40 +01:00
|
|
|
version = "1.0.69"
|
2024-07-28 21:41:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 18:27:40 +01:00
|
|
|
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
2024-07-28 21:41:42 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-12-23 15:16:17 +01:00
|
|
|
"syn 2.0.111",
|
2024-07-28 21:41:42 +02:00
|
|
|
]
|
|
|
|
|
|
2024-06-29 16:01:40 +02:00
|
|
|
[[package]]
|
2024-12-04 18:27:40 +01:00
|
|
|
name = "thiserror-impl"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "2.0.17"
|
2024-06-29 16:01:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
|
2024-06-29 16:01:40 +02:00
|
|
|
dependencies = [
|
2024-12-04 18:27:40 +01:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-12-23 15:16:17 +01:00
|
|
|
"syn 2.0.111",
|
2024-06-29 16:01:40 +02:00
|
|
|
]
|
|
|
|
|
|
2024-07-28 21:41:42 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "time"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.3.44"
|
2024-07-28 21:41:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
|
2024-07-28 21:41:42 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"deranged",
|
|
|
|
|
"num-conv",
|
|
|
|
|
"powerfmt",
|
|
|
|
|
"time-core",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "time-core"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.1.6"
|
2024-07-28 21:41:42 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
|
2024-07-28 21:41:42 +02:00
|
|
|
|
2024-05-05 14:42:25 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "tokio"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "1.48.0"
|
2024-05-05 14:42:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
|
2024-05-05 14:42:25 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"bytes",
|
|
|
|
|
"libc",
|
2025-12-23 15:16:17 +01:00
|
|
|
"mio",
|
2024-05-05 14:42:25 +02:00
|
|
|
"parking_lot",
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
"signal-hook-registry",
|
|
|
|
|
"socket2",
|
2024-12-04 18:27:40 +01:00
|
|
|
"tokio-macros",
|
2025-12-23 15:16:17 +01:00
|
|
|
"windows-sys 0.61.2",
|
2024-05-05 14:42:25 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tokio-macros"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "2.6.0"
|
2024-06-29 16:01:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
|
2024-06-29 16:01:40 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-12-23 15:16:17 +01:00
|
|
|
"syn 2.0.111",
|
2024-06-29 16:01:40 +02:00
|
|
|
]
|
|
|
|
|
|
2024-12-04 18:25:26 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "tokio-serial"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "5.4.5"
|
2024-12-04 18:25:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "aa1d5427f11ba7c5e6384521cfd76f2d64572ff29f3f4f7aa0f496282923fdc8"
|
2024-12-04 18:25:26 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"bytes",
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"futures",
|
|
|
|
|
"log",
|
|
|
|
|
"mio-serial",
|
2025-12-23 15:16:17 +01:00
|
|
|
"serialport",
|
2024-12-04 18:25:26 +01:00
|
|
|
"tokio",
|
|
|
|
|
"tokio-util",
|
|
|
|
|
]
|
|
|
|
|
|
2024-06-29 16:01:40 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "tokio-util"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.7.17"
|
2024-06-29 16:01:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594"
|
2024-06-29 16:01:40 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"bytes",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-sink",
|
2024-12-04 18:25:26 +01:00
|
|
|
"futures-util",
|
2024-06-29 16:01:40 +02:00
|
|
|
"pin-project-lite",
|
|
|
|
|
"tokio",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tower"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.5.2"
|
2024-06-29 16:01:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
|
2024-06-29 16:01:40 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-util",
|
|
|
|
|
"pin-project-lite",
|
2025-12-23 15:16:17 +01:00
|
|
|
"sync_wrapper",
|
2024-06-29 16:01:40 +02:00
|
|
|
"tokio",
|
|
|
|
|
"tower-layer",
|
|
|
|
|
"tower-service",
|
|
|
|
|
"tracing",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tower-http"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.6.8"
|
2024-06-29 16:01:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
|
2024-06-29 16:01:40 +02:00
|
|
|
dependencies = [
|
2025-12-23 15:16:17 +01:00
|
|
|
"bitflags 2.10.0",
|
2024-06-29 16:01:40 +02:00
|
|
|
"bytes",
|
2025-12-23 15:16:17 +01:00
|
|
|
"futures-core",
|
2024-06-29 16:01:40 +02:00
|
|
|
"futures-util",
|
|
|
|
|
"http",
|
|
|
|
|
"http-body",
|
|
|
|
|
"http-body-util",
|
|
|
|
|
"http-range-header",
|
|
|
|
|
"httpdate",
|
|
|
|
|
"mime",
|
|
|
|
|
"mime_guess",
|
|
|
|
|
"percent-encoding",
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
"tokio",
|
|
|
|
|
"tokio-util",
|
|
|
|
|
"tower-layer",
|
|
|
|
|
"tower-service",
|
|
|
|
|
"tracing",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tower-layer"
|
2024-12-04 18:27:40 +01:00
|
|
|
version = "0.3.3"
|
2024-06-29 16:01:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 18:27:40 +01:00
|
|
|
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
2024-06-29 16:01:40 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tower-service"
|
2024-12-04 18:27:40 +01:00
|
|
|
version = "0.3.3"
|
2024-06-29 16:01:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-04 18:27:40 +01:00
|
|
|
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
2024-06-29 16:01:40 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tracing"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.1.44"
|
2024-06-29 16:01:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
|
2024-06-29 16:01:40 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"log",
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
"tracing-core",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tracing-core"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.1.36"
|
2024-06-29 16:01:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
|
2024-06-29 16:01:40 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"once_cell",
|
|
|
|
|
]
|
|
|
|
|
|
2024-07-28 21:41:42 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "ufmt"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1a64846ec02b57e9108d6469d98d1648782ad6bb150a95a9baac26900bbeab9d"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"ufmt-macros",
|
|
|
|
|
"ufmt-write",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ufmt-macros"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d337d3be617449165cb4633c8dece429afd83f84051024079f97ad32a9663716"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn 1.0.109",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ufmt-write"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e87a2ed6b42ec5e28cc3b94c09982969e9227600b2e3dcbc1db927a84c06bd69"
|
|
|
|
|
|
2024-10-03 22:54:05 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "unescaper"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.1.8"
|
2024-10-03 22:54:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "4064ed685c487dbc25bd3f0e9548f2e34bab9d18cefc700f9ec2dba74ba1138e"
|
2024-10-03 22:54:05 +02:00
|
|
|
dependencies = [
|
2025-12-23 15:16:17 +01:00
|
|
|
"thiserror 2.0.17",
|
2024-10-03 22:54:05 +02:00
|
|
|
]
|
|
|
|
|
|
2024-06-29 16:01:40 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "unicase"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "2.8.1"
|
2024-06-29 16:01:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
|
2024-05-05 14:42:25 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-ident"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "1.0.22"
|
2024-05-05 14:42:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
|
2024-05-05 14:42:25 +02:00
|
|
|
|
2024-10-06 13:39:07 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-width"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.2.2"
|
2024-10-06 13:39:07 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
|
2024-10-06 13:39:07 +02:00
|
|
|
|
2024-12-04 18:27:40 +01:00
|
|
|
[[package]]
|
2025-12-23 15:16:17 +01:00
|
|
|
name = "unit-prefix"
|
|
|
|
|
version = "0.5.2"
|
2024-12-04 18:27:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "81e544489bf3d8ef66c953931f56617f423cd4b5494be343d9b9d3dda037b9a3"
|
2024-12-04 18:27:40 +01:00
|
|
|
|
2024-10-03 18:22:37 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "usb-device"
|
|
|
|
|
version = "0.3.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "98816b1accafbb09085168b90f27e93d790b4bfa19d883466b5e53315b5f06a6"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"heapless 0.8.0",
|
|
|
|
|
"portable-atomic",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "usbd-serial"
|
|
|
|
|
version = "0.2.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "065e4eaf93db81d5adac82d9cef8f8da314cb640fa7f89534b972383f1cf80fc"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"embedded-hal 0.2.7",
|
2024-10-03 22:54:05 +02:00
|
|
|
"embedded-io 0.6.1",
|
2024-10-03 18:22:37 +02:00
|
|
|
"nb 1.1.0",
|
|
|
|
|
"usb-device",
|
|
|
|
|
]
|
|
|
|
|
|
2024-10-06 13:39:07 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "utf8parse"
|
|
|
|
|
version = "0.2.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
|
|
|
|
2024-07-28 21:41:42 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "vcell"
|
|
|
|
|
version = "0.1.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "77439c1b53d2303b20d9459b1ade71a83c716e3f9c34f3228c00e6f185d6c002"
|
|
|
|
|
|
2024-10-04 16:20:36 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "vcpkg"
|
|
|
|
|
version = "0.2.15"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
|
|
2024-07-28 21:41:42 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "void"
|
|
|
|
|
version = "1.0.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "volatile-register"
|
|
|
|
|
version = "0.2.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "de437e2a6208b014ab52972a27e59b33fa2920d3e00fe05026167a1c509d19cc"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"vcell",
|
|
|
|
|
]
|
2024-06-29 16:01:40 +02:00
|
|
|
|
2024-05-05 14:42:25 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "wasi"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.11.1+wasi-snapshot-preview1"
|
2024-05-05 14:42:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
2024-05-05 14:42:25 +02:00
|
|
|
|
2024-12-04 18:27:40 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.2.106"
|
2024-12-04 18:27:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd"
|
2024-12-04 18:27:40 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"once_cell",
|
2025-12-23 15:16:17 +01:00
|
|
|
"rustversion",
|
2024-12-04 18:27:40 +01:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-macro"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.2.106"
|
2024-12-04 18:27:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3"
|
2024-12-04 18:27:40 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"quote",
|
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.2.106"
|
2024-12-04 18:27:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40"
|
2024-12-04 18:27:40 +01:00
|
|
|
dependencies = [
|
2025-12-23 15:16:17 +01:00
|
|
|
"bumpalo",
|
2024-12-04 18:27:40 +01:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-12-23 15:16:17 +01:00
|
|
|
"syn 2.0.111",
|
2024-12-04 18:27:40 +01:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-shared"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "0.2.106"
|
2024-12-04 18:27:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"unicode-ident",
|
|
|
|
|
]
|
2024-12-04 18:27:40 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "web-time"
|
|
|
|
|
version = "1.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"js-sys",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
]
|
|
|
|
|
|
2024-06-22 23:19:04 +02: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-x86_64-pc-windows-gnu"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
|
2024-12-04 18:25:26 +01:00
|
|
|
[[package]]
|
2025-12-23 15:16:17 +01:00
|
|
|
name = "windows-link"
|
|
|
|
|
version = "0.2.1"
|
2024-12-04 18:25:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
2024-12-04 18:25:26 +01:00
|
|
|
|
2024-06-22 23:19:04 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows-sys"
|
|
|
|
|
version = "0.52.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
|
dependencies = [
|
2024-12-04 18:25:26 +01:00
|
|
|
"windows-targets 0.52.6",
|
|
|
|
|
]
|
|
|
|
|
|
2024-12-04 18:27:40 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows-sys"
|
|
|
|
|
version = "0.59.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"windows-targets 0.52.6",
|
|
|
|
|
]
|
|
|
|
|
|
2024-12-04 18:25:26 +01:00
|
|
|
[[package]]
|
2025-12-23 15:16:17 +01:00
|
|
|
name = "windows-sys"
|
|
|
|
|
version = "0.60.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"windows-targets 0.53.5",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-sys"
|
|
|
|
|
version = "0.61.2"
|
2024-12-04 18:25:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
2024-12-04 18:25:26 +01:00
|
|
|
dependencies = [
|
2025-12-23 15:16:17 +01:00
|
|
|
"windows-link",
|
2024-05-05 14:42:25 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-targets"
|
2024-07-28 21:41:42 +02:00
|
|
|
version = "0.52.6"
|
2024-05-05 14:42:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-28 21:41:42 +02:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2024-05-05 14:42:25 +02:00
|
|
|
dependencies = [
|
2024-12-04 18:25:26 +01:00
|
|
|
"windows_aarch64_gnullvm 0.52.6",
|
|
|
|
|
"windows_aarch64_msvc 0.52.6",
|
|
|
|
|
"windows_i686_gnu 0.52.6",
|
2025-12-23 15:16:17 +01:00
|
|
|
"windows_i686_gnullvm 0.52.6",
|
2024-12-04 18:25:26 +01:00
|
|
|
"windows_i686_msvc 0.52.6",
|
|
|
|
|
"windows_x86_64_gnu 0.52.6",
|
|
|
|
|
"windows_x86_64_gnullvm 0.52.6",
|
|
|
|
|
"windows_x86_64_msvc 0.52.6",
|
2024-05-05 14:42:25 +02:00
|
|
|
]
|
|
|
|
|
|
2024-12-04 18:25:26 +01:00
|
|
|
[[package]]
|
2025-12-23 15:16:17 +01:00
|
|
|
name = "windows-targets"
|
|
|
|
|
version = "0.53.5"
|
2024-12-04 18:25:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"windows-link",
|
|
|
|
|
"windows_aarch64_gnullvm 0.53.1",
|
|
|
|
|
"windows_aarch64_msvc 0.53.1",
|
|
|
|
|
"windows_i686_gnu 0.53.1",
|
|
|
|
|
"windows_i686_gnullvm 0.53.1",
|
|
|
|
|
"windows_i686_msvc 0.53.1",
|
|
|
|
|
"windows_x86_64_gnu 0.53.1",
|
|
|
|
|
"windows_x86_64_gnullvm 0.53.1",
|
|
|
|
|
"windows_x86_64_msvc 0.53.1",
|
|
|
|
|
]
|
2024-12-04 18:25:26 +01:00
|
|
|
|
2024-05-05 14:42:25 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-07-28 21:41:42 +02:00
|
|
|
version = "0.52.6"
|
2024-05-05 14:42:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-28 21:41:42 +02:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2024-05-05 14:42:25 +02:00
|
|
|
|
2024-12-04 18:25:26 +01:00
|
|
|
[[package]]
|
2025-12-23 15:16:17 +01:00
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
|
version = "0.53.1"
|
2024-12-04 18:25:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
|
2024-12-04 18:25:26 +01:00
|
|
|
|
2024-05-05 14:42:25 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-07-28 21:41:42 +02:00
|
|
|
version = "0.52.6"
|
2024-05-05 14:42:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-28 21:41:42 +02:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2024-05-05 14:42:25 +02:00
|
|
|
|
2024-12-04 18:25:26 +01:00
|
|
|
[[package]]
|
2025-12-23 15:16:17 +01:00
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
|
version = "0.53.1"
|
2024-12-04 18:25:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
|
2024-12-04 18:25:26 +01:00
|
|
|
|
2024-05-05 14:42:25 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_gnu"
|
2024-07-28 21:41:42 +02:00
|
|
|
version = "0.52.6"
|
2024-05-05 14:42:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-28 21:41:42 +02:00
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
2024-05-05 14:42:25 +02:00
|
|
|
|
2025-12-23 15:16:17 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
|
version = "0.53.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
|
|
|
|
|
|
2024-05-05 14:42:25 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_gnullvm"
|
2024-07-28 21:41:42 +02:00
|
|
|
version = "0.52.6"
|
2024-05-05 14:42:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-28 21:41:42 +02:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2024-05-05 14:42:25 +02:00
|
|
|
|
2024-12-04 18:25:26 +01:00
|
|
|
[[package]]
|
2025-12-23 15:16:17 +01:00
|
|
|
name = "windows_i686_gnullvm"
|
|
|
|
|
version = "0.53.1"
|
2024-12-04 18:25:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
|
2024-12-04 18:25:26 +01:00
|
|
|
|
2024-05-05 14:42:25 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_msvc"
|
2024-07-28 21:41:42 +02:00
|
|
|
version = "0.52.6"
|
2024-05-05 14:42:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-28 21:41:42 +02:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2024-05-05 14:42:25 +02:00
|
|
|
|
2024-12-04 18:25:26 +01:00
|
|
|
[[package]]
|
2025-12-23 15:16:17 +01:00
|
|
|
name = "windows_i686_msvc"
|
|
|
|
|
version = "0.53.1"
|
2024-12-04 18:25:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
|
2024-12-04 18:25:26 +01:00
|
|
|
|
2024-05-05 14:42:25 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-07-28 21:41:42 +02:00
|
|
|
version = "0.52.6"
|
2024-05-05 14:42:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-28 21:41:42 +02:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2024-05-05 14:42:25 +02:00
|
|
|
|
2024-12-04 18:25:26 +01:00
|
|
|
[[package]]
|
2025-12-23 15:16:17 +01:00
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
|
version = "0.53.1"
|
2024-12-04 18:25:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
|
2024-12-04 18:25:26 +01:00
|
|
|
|
2024-05-05 14:42:25 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-07-28 21:41:42 +02:00
|
|
|
version = "0.52.6"
|
2024-05-05 14:42:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-28 21:41:42 +02:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2024-05-05 14:42:25 +02:00
|
|
|
|
2024-12-04 18:25:26 +01:00
|
|
|
[[package]]
|
2025-12-23 15:16:17 +01:00
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
|
version = "0.53.1"
|
2024-12-04 18:25:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
|
2024-12-04 18:25:26 +01:00
|
|
|
|
2024-05-05 14:42:25 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-07-28 21:41:42 +02:00
|
|
|
version = "0.52.6"
|
2024-05-05 14:42:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-28 21:41:42 +02:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2024-05-05 14:42:25 +02:00
|
|
|
|
2025-12-23 15:16:17 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
|
version = "0.53.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
|
|
|
|
|
|
2024-05-05 14:42:25 +02:00
|
|
|
[[package]]
|
2024-07-28 21:41:42 +02:00
|
|
|
name = "xca9548a"
|
2025-12-23 15:16:17 +01:00
|
|
|
version = "1.0.0"
|
2024-05-05 14:42:25 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-12-23 15:16:17 +01:00
|
|
|
checksum = "df94495e7f28d551b72b2bf5304267fbb0075d78b182b49fbfb74f8910d63fec"
|
2024-07-28 21:41:42 +02:00
|
|
|
dependencies = [
|
2025-12-23 15:16:17 +01:00
|
|
|
"embedded-hal 1.0.0",
|
2024-07-28 21:41:42 +02:00
|
|
|
]
|