# 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 = "goolog" version = "0.10.0" authors = ["Gooxey "] publish = true description = "This library provides the no_std-compatible goolog logger and some macros to simplify printing logs." readme = "README.md" keywords = [ "embedded", "no-std", "log", "logger", "macros", ] categories = [ "development-tools::debugging", "embedded", "no-std", "no-std:no-alloc", ] license = "MIT" repository = "https://github.com/Gooxey/goolog.git" [dependencies.chrono] version = "0.4.34" optional = true [dependencies.log] version = "0.4.20" [dependencies.spin] version = "0.9.8" [features] default = [] std = ["dep:chrono"]