# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "printk" version = "0.3.2" description = "A standalone, `#![no_std]`-friendly `Logger` crate." documentation = "https://docs.rs/printk" readme = "README.md" keywords = [ "no_std", "logger", ] license = "MIT" repository = "https://github.com/kennystrawnmusic/printk" [dependencies.bootloader_api] version = "^0.11.0" [dependencies.conquer-once] version = "^0.3.2" default-features = false [dependencies.log] version = "^0.4.14" [dependencies.noto-sans-mono-bitmap] version = "^0.2.0" [dependencies.spinning_top] version = "^0.2.4" features = ["nightly"] [dependencies.x86_64] version = "0.14.10"