# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ruspiro-console" version = "0.5.3" authors = ["André Borrmann "] description = "Lightweight console abstraction for bare metal implementations to print strings to an output channel that could be easely configured/attached.\n" documentation = "https://docs.rs/ruspiro-console/0.5.3" readme = "README.md" keywords = ["RusPiRo", "console", "raspberrypi", "baremetal"] categories = ["no-std", "embedded"] license = "Apache-2.0" repository = "https://github.com/RusPiRo/ruspiro-console/tree/v0.5.3" [lib] [dependencies.log] version = "0.4" default-features = false [dependencies.ruspiro-singleton] version = "0.4.1" [features] ruspiro_pi3 = [] [badges.maintenance] status = "actively-developed"