2024-04-04 11:35:41 +02:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-16 21:29:51 +02:00
|
|
|
name = "anstream"
|
|
|
|
version = "0.6.15"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
|
2024-04-04 11:35:41 +02:00
|
|
|
dependencies = [
|
2024-10-16 21:29:51 +02:00
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
|
|
|
"is_terminal_polyfill",
|
|
|
|
"utf8parse",
|
2024-04-04 11:35:41 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-16 21:29:51 +02:00
|
|
|
name = "anstyle"
|
|
|
|
version = "1.0.8"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
|
2024-04-04 11:35:41 +02:00
|
|
|
|
|
|
|
[[package]]
|
2024-10-16 21:29:51 +02:00
|
|
|
name = "anstyle-parse"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
|
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
|
|
|
version = "1.1.1"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
|
|
|
|
dependencies = [
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
|
|
|
version = "3.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
|
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
|
|
|
version = "1.0.86"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
|
2024-04-04 11:35:41 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bare-metal"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8fe8f5a8a398345e52358e18ff07cc17a568fbca5c6f73873d3a62056309603"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "basic-toml"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "823388e228f614e9558c6804262db37960ec8821856535f5c3f59913140558f8"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitfield"
|
2024-10-16 21:29:51 +02:00
|
|
|
version = "0.16.1"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "d5acf59e2452f0c4b968b15ce4b9468f57b45f7733b919d68b19fcc39264bfb8"
|
2024-04-04 11:35:41 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-10-16 21:29:51 +02:00
|
|
|
version = "2.6.0"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
|
|
|
version = "1.17.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "773d90827bc3feecfb67fab12e24de0749aad83c74b9504ecde46237b5cd24e2"
|
2024-04-04 11:35:41 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-16 21:29:51 +02:00
|
|
|
name = "clap"
|
|
|
|
version = "4.5.16"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "ed6719fffa43d0d87e5fd8caeab59be1554fb028cd30edc88fc4369b17971019"
|
2024-04-04 11:35:41 +02:00
|
|
|
dependencies = [
|
2024-10-16 21:29:51 +02:00
|
|
|
"clap_builder",
|
|
|
|
"clap_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
|
|
|
version = "4.5.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6"
|
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"clap_lex",
|
|
|
|
"strsim",
|
2024-04-04 11:35:41 +02:00
|
|
|
]
|
|
|
|
|
2024-10-16 21:29:51 +02:00
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
|
|
|
version = "4.5.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0"
|
|
|
|
dependencies = [
|
|
|
|
"heck 0.5.0",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.77",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
|
|
|
|
|
2024-04-04 11:35:41 +02:00
|
|
|
[[package]]
|
|
|
|
name = "critical-section"
|
2024-10-16 21:29:51 +02:00
|
|
|
version = "1.1.3"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "f64009896348fc5af4222e9cf7d7d82a95a256c634ebcf61c53e4ea461422242"
|
2024-04-04 11:35:41 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2024-10-16 21:29:51 +02:00
|
|
|
version = "0.20.10"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
|
2024-04-04 11:35:41 +02:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2024-10-16 21:29:51 +02:00
|
|
|
version = "0.20.10"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
|
2024-04-04 11:35:41 +02:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim",
|
2024-10-16 21:29:51 +02:00
|
|
|
"syn 2.0.77",
|
2024-04-04 11:35:41 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2024-10-16 21:29:51 +02:00
|
|
|
version = "0.20.10"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
|
2024-04-04 11:35:41 +02:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"quote",
|
2024-10-16 21:29:51 +02:00
|
|
|
"syn 2.0.77",
|
2024-04-04 11:35:41 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-16 21:29:51 +02:00
|
|
|
name = "delegate"
|
|
|
|
version = "0.12.0"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "4e018fccbeeb50ff26562ece792ed06659b9c2dae79ece77c4456bb10d9bf79b"
|
2024-04-04 11:35:41 +02:00
|
|
|
dependencies = [
|
2024-10-16 21:29:51 +02:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.77",
|
2024-04-04 11:35:41 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-16 21:29:51 +02:00
|
|
|
name = "document-features"
|
|
|
|
version = "0.2.10"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "cb6969eaabd2421f8a2775cfd2471a2b634372b4a25d41e3bd647b79912850a0"
|
2024-04-04 11:35:41 +02:00
|
|
|
dependencies = [
|
2024-10-16 21:29:51 +02:00
|
|
|
"litrs",
|
2024-04-04 11:35:41 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-16 21:29:51 +02:00
|
|
|
name = "embedded-can"
|
|
|
|
version = "0.4.1"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "e9d2e857f87ac832df68fa498d18ddc679175cf3d2e4aa893988e5601baf9438"
|
2024-04-04 11:35:41 +02:00
|
|
|
dependencies = [
|
2024-10-16 21:29:51 +02:00
|
|
|
"nb",
|
2024-04-04 11:35:41 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "embedded-hal"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "361a90feb7004eca4019fb28352a9465666b24f840f5c3cddf0ff13920590b89"
|
|
|
|
|
2024-09-29 06:21:14 +02:00
|
|
|
[[package]]
|
2024-10-16 21:29:51 +02:00
|
|
|
name = "embedded-hal-nb"
|
2024-09-29 06:21:14 +02:00
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "fba4268c14288c828995299e59b12babdbe170f6c6d73731af1b4648142e8605"
|
2024-09-29 06:21:14 +02:00
|
|
|
dependencies = [
|
2024-10-16 21:29:51 +02:00
|
|
|
"embedded-hal",
|
|
|
|
"nb",
|
2024-09-29 06:21:14 +02:00
|
|
|
]
|
|
|
|
|
2024-04-04 11:35:41 +02:00
|
|
|
[[package]]
|
|
|
|
name = "enum-as-inner"
|
2024-10-16 21:29:51 +02:00
|
|
|
version = "0.6.0"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a"
|
2024-04-04 11:35:41 +02:00
|
|
|
dependencies = [
|
2024-10-16 21:29:51 +02:00
|
|
|
"heck 0.4.1",
|
2024-04-04 11:35:41 +02:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-16 21:29:51 +02:00
|
|
|
"syn 2.0.77",
|
2024-04-04 11:35:41 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "enumset"
|
2024-10-16 21:29:51 +02:00
|
|
|
version = "1.1.5"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "d07a4b049558765cef5f0c1a273c3fc57084d768b44d2f98127aef4cceb17293"
|
2024-04-04 11:35:41 +02:00
|
|
|
dependencies = [
|
|
|
|
"enumset_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "enumset_derive"
|
2024-10-16 21:29:51 +02:00
|
|
|
version = "0.10.0"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "59c3b24c345d8c314966bdc1832f6c2635bfcce8e7cf363bd115987bba2ee242"
|
2024-04-04 11:35:41 +02:00
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-16 21:29:51 +02:00
|
|
|
"syn 2.0.77",
|
2024-04-04 11:35:41 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "esp-backtrace"
|
2024-10-16 21:29:51 +02:00
|
|
|
version = "0.14.0"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "236ebd8a874b490b4c3bb3fbfc49f10732729012bf9d639b3a17570d2ba79a07"
|
2024-04-04 11:35:41 +02:00
|
|
|
dependencies = [
|
2024-10-16 21:29:51 +02:00
|
|
|
"esp-build",
|
2024-04-04 11:35:41 +02:00
|
|
|
"esp-println",
|
|
|
|
]
|
|
|
|
|
2024-10-16 21:29:51 +02:00
|
|
|
[[package]]
|
|
|
|
name = "esp-build"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b94a4b8d74e7cc7baabcca5b2277b41877e039ad9cd49959d48ef94dac7eab4b"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.77",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2024-04-04 11:35:41 +02:00
|
|
|
[[package]]
|
|
|
|
name = "esp-hal"
|
2024-10-16 21:29:51 +02:00
|
|
|
version = "0.20.1"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "64f5393b8f7e7f055455d9f86706ddb675f943c12f12a7b80b8a79c3a94233ff"
|
2024-04-04 11:35:41 +02:00
|
|
|
dependencies = [
|
|
|
|
"basic-toml",
|
|
|
|
"bitfield",
|
|
|
|
"bitflags",
|
2024-10-16 21:29:51 +02:00
|
|
|
"bytemuck",
|
2024-04-04 11:35:41 +02:00
|
|
|
"cfg-if",
|
|
|
|
"critical-section",
|
2024-10-16 21:29:51 +02:00
|
|
|
"delegate",
|
2024-04-04 11:35:41 +02:00
|
|
|
"document-features",
|
2024-10-16 21:29:51 +02:00
|
|
|
"embedded-can",
|
|
|
|
"embedded-hal",
|
|
|
|
"embedded-hal-nb",
|
2024-04-04 11:35:41 +02:00
|
|
|
"enumset",
|
2024-10-16 21:29:51 +02:00
|
|
|
"esp-build",
|
2024-04-04 11:35:41 +02:00
|
|
|
"esp-hal-procmacros",
|
2024-10-16 21:29:51 +02:00
|
|
|
"esp-metadata",
|
2024-04-04 11:35:41 +02:00
|
|
|
"esp-riscv-rt",
|
2024-10-16 21:29:51 +02:00
|
|
|
"esp32c3",
|
2024-04-04 11:35:41 +02:00
|
|
|
"fugit",
|
2024-10-16 21:29:51 +02:00
|
|
|
"nb",
|
2024-04-04 11:35:41 +02:00
|
|
|
"paste",
|
|
|
|
"portable-atomic",
|
|
|
|
"rand_core",
|
|
|
|
"riscv",
|
|
|
|
"serde",
|
2024-10-16 21:29:51 +02:00
|
|
|
"strum",
|
2024-04-04 11:35:41 +02:00
|
|
|
"void",
|
|
|
|
"xtensa-lx-rt",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "esp-hal-procmacros"
|
2024-10-16 21:29:51 +02:00
|
|
|
version = "0.13.0"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "6eac531546027909a355fc9c2449f22c839955fa4b7f1976b64ddd04b2f22f83"
|
2024-04-04 11:35:41 +02:00
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"document-features",
|
|
|
|
"litrs",
|
|
|
|
"proc-macro-crate",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-16 21:29:51 +02:00
|
|
|
"syn 2.0.77",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "esp-metadata"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b471bc61fa817ca4ae41a31d5d453258328b31e5ad82db72b473621d36cc4cb6"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"basic-toml",
|
|
|
|
"clap",
|
|
|
|
"lazy_static",
|
|
|
|
"serde",
|
|
|
|
"strum",
|
2024-04-04 11:35:41 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "esp-println"
|
2024-10-16 21:29:51 +02:00
|
|
|
version = "0.11.0"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "0d9dd4fc40306450e432cdf104ab00c8f6bd5c4f6c77b76c5fc3024c0e2a535d"
|
2024-04-04 11:35:41 +02:00
|
|
|
dependencies = [
|
|
|
|
"critical-section",
|
2024-10-16 21:29:51 +02:00
|
|
|
"esp-build",
|
|
|
|
"portable-atomic",
|
2024-04-04 11:35:41 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "esp-riscv-rt"
|
2024-10-16 21:29:51 +02:00
|
|
|
version = "0.9.0"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "bfc32298ed7c263b06c8b031704d8517cc62c819f2a9d5c261d0cb119634d6e9"
|
2024-04-04 11:35:41 +02:00
|
|
|
dependencies = [
|
|
|
|
"document-features",
|
|
|
|
"riscv",
|
|
|
|
"riscv-rt-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "esp32-c3"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"esp-backtrace",
|
|
|
|
"esp-hal",
|
|
|
|
"esp-println",
|
2024-10-16 21:29:51 +02:00
|
|
|
"esp32c3",
|
2024-04-04 11:35:41 +02:00
|
|
|
"rtic",
|
2024-09-29 06:21:14 +02:00
|
|
|
"rtic-monotonics",
|
2024-04-04 11:35:41 +02:00
|
|
|
]
|
|
|
|
|
2024-05-22 19:38:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "esp32c3"
|
2024-10-16 21:29:51 +02:00
|
|
|
version = "0.25.0"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "3922cd13da83d070892c47e66f005856c62510952198c3008bc4f3b79f3e9623"
|
2024-04-04 11:35:41 +02:00
|
|
|
dependencies = [
|
|
|
|
"critical-section",
|
|
|
|
"vcell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fugit"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "17186ad64927d5ac8f02c1e77ccefa08ccd9eaa314d5a4772278aa204a22f7e7"
|
|
|
|
dependencies = [
|
|
|
|
"gcd",
|
|
|
|
]
|
|
|
|
|
2024-09-29 06:21:14 +02:00
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
|
|
|
version = "0.3.30"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
|
|
|
version = "0.3.30"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
|
|
|
version = "0.3.30"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
]
|
|
|
|
|
2024-04-04 11:35:41 +02:00
|
|
|
[[package]]
|
|
|
|
name = "gcd"
|
|
|
|
version = "2.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d758ba1b47b00caf47f24925c0074ecb20d6dfcffe7f6d53395c0465674841a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2024-10-16 21:29:51 +02:00
|
|
|
version = "0.14.5"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
2024-04-04 11:35:41 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
|
|
|
|
2024-10-16 21:29:51 +02:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
|
|
|
2024-04-04 11:35:41 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2024-10-16 21:29:51 +02:00
|
|
|
version = "2.2.6"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
|
2024-04-04 11:35:41 +02:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
2024-10-16 21:29:51 +02:00
|
|
|
[[package]]
|
|
|
|
name = "is_terminal_polyfill"
|
|
|
|
version = "1.70.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
|
|
|
2024-04-04 11:35:41 +02:00
|
|
|
[[package]]
|
|
|
|
name = "litrs"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-10-16 21:29:51 +02:00
|
|
|
version = "2.7.4"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2024-04-04 11:35:41 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "minijinja"
|
2024-10-16 21:29:51 +02:00
|
|
|
version = "2.2.0"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "6d7d3e3a3eece1fa4618237ad41e1de855ced47eab705cec1c9a920e1d1c5aad"
|
2024-04-04 11:35:41 +02:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mutex-trait"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b4bb1638d419e12f8b1c43d9e639abd0d1424285bdea2f76aa231e233c63cd3a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nb"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8d5439c4ad607c3c23abf66de8c8bf57ba8adcd1f129e699851a6e43935d339d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2024-10-16 21:29:51 +02:00
|
|
|
version = "1.0.15"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
2024-04-04 11:35:41 +02:00
|
|
|
|
2024-09-29 06:21:14 +02:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2024-04-04 11:35:41 +02:00
|
|
|
[[package]]
|
|
|
|
name = "portable-atomic"
|
2024-10-16 21:29:51 +02:00
|
|
|
version = "1.7.0"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "da544ee218f0d287a911e9c99a39a8c9bc8fcad3cb8db5959940044ecfc67265"
|
2024-04-04 11:35:41 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
2024-10-16 21:29:51 +02:00
|
|
|
version = "3.2.0"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
|
2024-04-04 11:35:41 +02:00
|
|
|
dependencies = [
|
|
|
|
"toml_edit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-10-16 21:29:51 +02:00
|
|
|
version = "1.0.86"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
|
2024-04-04 11:35:41 +02:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-10-16 21:29:51 +02:00
|
|
|
version = "1.0.37"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
2024-04-04 11:35:41 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "r0"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bd7a31eed1591dcbc95d92ad7161908e72f4677f8fabf2a32ca49b4237cbf211"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "riscv"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2f5c1b8bf41ea746266cdee443d1d1e9125c86ce1447e1a2615abd34330d33a9"
|
|
|
|
dependencies = [
|
|
|
|
"critical-section",
|
2024-10-16 21:29:51 +02:00
|
|
|
"embedded-hal",
|
2024-04-04 11:35:41 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "riscv-rt-macros"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8d100d466dbb76681ef6a9386f3da9abc570d57394e86da0ba5af8c4408486d"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rtic"
|
|
|
|
version = "2.1.1"
|
|
|
|
dependencies = [
|
|
|
|
"bare-metal",
|
|
|
|
"critical-section",
|
2024-10-16 21:29:51 +02:00
|
|
|
"esp32c3",
|
2024-06-23 08:45:49 +02:00
|
|
|
"portable-atomic",
|
2024-04-04 11:35:41 +02:00
|
|
|
"riscv",
|
|
|
|
"rtic-core",
|
|
|
|
"rtic-macros",
|
|
|
|
]
|
|
|
|
|
2024-09-29 06:21:14 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rtic-common"
|
|
|
|
version = "1.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"critical-section",
|
|
|
|
"portable-atomic",
|
|
|
|
]
|
|
|
|
|
2024-04-04 11:35:41 +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"
|
|
|
|
version = "2.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-16 21:29:51 +02:00
|
|
|
"syn 2.0.77",
|
2024-04-04 11:35:41 +02:00
|
|
|
]
|
|
|
|
|
2024-09-29 06:21:14 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rtic-monotonics"
|
|
|
|
version = "2.0.2"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"esp32c3 0.22.0",
|
|
|
|
"fugit",
|
|
|
|
"portable-atomic",
|
|
|
|
"riscv",
|
|
|
|
"rtic-time",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rtic-time"
|
|
|
|
version = "2.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"critical-section",
|
|
|
|
"embedded-hal 1.0.0",
|
|
|
|
"embedded-hal-async",
|
|
|
|
"fugit",
|
|
|
|
"futures-util",
|
|
|
|
"rtic-common",
|
|
|
|
]
|
|
|
|
|
2024-04-04 11:35:41 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2024-10-16 21:29:51 +02:00
|
|
|
version = "1.0.17"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
|
2024-04-04 11:35:41 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-10-16 21:29:51 +02:00
|
|
|
version = "1.0.209"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09"
|
2024-04-04 11:35:41 +02:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-10-16 21:29:51 +02:00
|
|
|
version = "1.0.209"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170"
|
2024-04-04 11:35:41 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-16 21:29:51 +02:00
|
|
|
"syn 2.0.77",
|
2024-04-04 11:35:41 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-16 21:29:51 +02:00
|
|
|
name = "serde_spanned"
|
|
|
|
version = "0.6.7"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
|
2024-04-04 11:35:41 +02:00
|
|
|
dependencies = [
|
2024-10-16 21:29:51 +02:00
|
|
|
"serde",
|
2024-04-04 11:35:41 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2024-10-16 21:29:51 +02:00
|
|
|
version = "0.11.1"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
2024-04-04 11:35:41 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strum"
|
2024-10-16 21:29:51 +02:00
|
|
|
version = "0.26.3"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
|
2024-04-04 11:35:41 +02:00
|
|
|
dependencies = [
|
2024-10-16 21:29:51 +02:00
|
|
|
"strum_macros",
|
2024-04-04 11:35:41 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strum_macros"
|
2024-10-16 21:29:51 +02:00
|
|
|
version = "0.26.4"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
|
2024-04-04 11:35:41 +02:00
|
|
|
dependencies = [
|
2024-10-16 21:29:51 +02:00
|
|
|
"heck 0.5.0",
|
2024-04-04 11:35:41 +02:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rustversion",
|
2024-10-16 21:29:51 +02:00
|
|
|
"syn 2.0.77",
|
2024-04-04 11:35:41 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-16 21:29:51 +02:00
|
|
|
name = "syn"
|
|
|
|
version = "1.0.109"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2024-04-04 11:35:41 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-16 21:29:51 +02:00
|
|
|
"unicode-ident",
|
2024-04-04 11:35:41 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-10-16 21:29:51 +02:00
|
|
|
version = "2.0.77"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed"
|
2024-04-04 11:35:41 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-16 21:29:51 +02:00
|
|
|
name = "termcolor"
|
|
|
|
version = "1.4.1"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
|
2024-04-04 11:35:41 +02:00
|
|
|
dependencies = [
|
2024-10-16 21:29:51 +02:00
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.8.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit",
|
2024-04-04 11:35:41 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2024-10-16 21:29:51 +02:00
|
|
|
version = "0.6.8"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2024-04-04 11:35:41 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2024-10-16 21:29:51 +02:00
|
|
|
version = "0.22.20"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
|
2024-04-04 11:35:41 +02:00
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
2024-10-16 21:29:51 +02:00
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
2024-04-04 11:35:41 +02:00
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
|
|
|
version = "1.0.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
|
|
|
|
2024-10-16 21:29:51 +02:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
|
|
|
2024-04-04 11:35:41 +02:00
|
|
|
[[package]]
|
|
|
|
name = "vcell"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77439c1b53d2303b20d9459b1ade71a83c716e3f9c34f3228c00e6f185d6c002"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2024-10-16 21:29:51 +02:00
|
|
|
version = "0.9.5"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
2024-04-04 11:35:41 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
|
|
|
|
2024-10-16 21:29:51 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
|
|
|
|
dependencies = [
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_gnullvm",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
|
|
|
2024-04-04 11:35:41 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2024-10-16 21:29:51 +02:00
|
|
|
version = "0.6.18"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
|
2024-04-04 11:35:41 +02:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xtensa-lx"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e758f94e1a1f71758f94052a2766dcb12604998eb372b8b2e30576e3ab1ba1e6"
|
|
|
|
dependencies = [
|
|
|
|
"bare-metal",
|
|
|
|
"mutex-trait",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xtensa-lx-rt"
|
2024-10-16 21:29:51 +02:00
|
|
|
version = "0.17.1"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "2ceb69c1487b78d83531c5d94fb81d0dceef1ccb0affba29f29420b1f72d3ddb"
|
2024-04-04 11:35:41 +02:00
|
|
|
dependencies = [
|
2024-10-16 21:29:51 +02:00
|
|
|
"anyhow",
|
2024-04-04 11:35:41 +02:00
|
|
|
"bare-metal",
|
2024-10-16 21:29:51 +02:00
|
|
|
"document-features",
|
|
|
|
"enum-as-inner",
|
2024-04-04 11:35:41 +02:00
|
|
|
"minijinja",
|
|
|
|
"r0",
|
2024-10-16 21:29:51 +02:00
|
|
|
"serde",
|
|
|
|
"strum",
|
|
|
|
"toml",
|
|
|
|
"xtensa-lx",
|
2024-04-04 11:35:41 +02:00
|
|
|
"xtensa-lx-rt-proc-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xtensa-lx-rt-proc-macros"
|
2024-10-16 21:29:51 +02:00
|
|
|
version = "0.2.2"
|
2024-04-04 11:35:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-16 21:29:51 +02:00
|
|
|
checksum = "11277b1e4cbb7ffe44678c668518b249c843c81df249b8f096701757bc50d7ee"
|
2024-04-04 11:35:41 +02:00
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-16 21:29:51 +02:00
|
|
|
"syn 2.0.77",
|
2024-04-04 11:35:41 +02:00
|
|
|
]
|