tinyboot-core 0.3.0

Core bootloader library for tinyboot
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "embedded-io"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9eb1aa714776b75c7e67e1da744b81a129b3ff919c8712b5e1b32252c1f07cc7"

[[package]]
name = "embedded-io-async"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2564b9f813c544241430e147d8bc454815ef9ac998878d30cc3055449f7fd4c0"
dependencies = [
 "embedded-io",
]

[[package]]
name = "embedded-storage"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a21dea9854beb860f3062d10228ce9b976da520a73474aed3171ec276bc0c032"

[[package]]
name = "tinyboot-core"
version = "0.3.0"
dependencies = [
 "embedded-io",
 "embedded-io-async",
 "embedded-storage",
 "tinyboot-protocol",
]

[[package]]
name = "tinyboot-protocol"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd4a575ea57d727274e49c9168140117579c1c4f448e94136c175f70e11a3002"
dependencies = [
 "embedded-io",
 "embedded-io-async",
]