# 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] name = "klogger" version = "0.0.16" authors = [ "Gerd Zellweger ", "Ankit Bhardwaj ", "Reto Achermann ", ] description = "Library for logging in kernel mode." readme = "README.md" keywords = [ "serial", "os", "amd64", "x86", "armv8", ] license = "MIT OR Apache-2.0" repository = "https://github.com/gz/rust-klogger" resolver = "2" [dependencies.heapless] version = "0.7.14" [dependencies.log] version = "0.4" [dependencies.spin] version = "0.5.2" [dependencies.termcodes] version = "0.0.1" [features] use_ioports = [] [target."cfg(target_arch = \"aarch64\")".dependencies.armv8] version = "0.0.1" [target."cfg(target_arch = \"aarch64\")".dependencies.pl011_drv] version = "0.1.0" [target."cfg(target_arch = \"x86_64\")".dependencies.x86] version = "0.52" features = ["unstable"]