# 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 = "redox-log" version = "0.1.4" authors = [ "4lDO2 <4lDO2@protonmail.com>", "Mark Tomlin ", ] build = false exclude = ["target"] autobins = false autoexamples = false autotests = false autobenches = false description = "An extensible logging framework mainly for use by Redox OS" homepage = "https://redox-os.org" documentation = "https://docs.rs/redox-log" readme = "README.md" keywords = [ "log", "logger", "logging", "redox", ] categories = ["development-tools::debugging"] license = "MIT" repository = "https://gitlab.redox-os.org/redox-os/redox-log" [lib] name = "redox_log" path = "src/lib.rs" [[example]] name = "simple" path = "examples/simple/main.rs" [dependencies.chrono] version = "0.4" [dependencies.log] version = "0.4" [dependencies.smallvec] version = "1" [dependencies.termion] version = "4"