ruspiro-console 0.5.3

Lightweight console abstraction for bare metal implementations to print strings to an output channel that could be easely configured/attached.
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"

[[package]]
name = "log"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
dependencies = [
 "cfg-if",
]

[[package]]
name = "ruspiro-console"
version = "0.5.3"
dependencies = [
 "log",
 "ruspiro-singleton",
]

[[package]]
name = "ruspiro-lock"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee9fe114bf569c81cc3b9cd93e86724f3242c622a8c40732ec1ebd4920b24291"

[[package]]
name = "ruspiro-singleton"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61bd3a4a30e7c61eb6d20c5cce79823c594ebb6189c761ea470b56d21a373fb5"
dependencies = [
 "ruspiro-lock",
]