# 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 = "2018" name = "mhlog" version = "3.0.1" authors = ["m "] description = "MHlog is a simple, thread-safe logging library." documentation = "https://docs.rs/mhlog/" readme = "README.md" keywords = ["log", "logging", "simple"] categories = ["development-tools::debugging"] license = "BSD-3-Clause" repository = "https://github.com/MHmorgan/mhlog" [dependencies.console] version = "0.11.2" optional = true [dependencies.lazy_static] version = "~1.4" [dev-dependencies.chrono] version = "~0.4" [features] colours = ["console"] only_stderr = [] only_stdout = [] [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "MHmorgan/mhlog"