# 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 = "plog" version = "0.2.16" description = "A modular pretty logger written for Rust programs" readme = "README.md" keywords = [ "log", "testing", "text", "utility", ] categories = [ "development-tools", "accessibility", "command-line-utilities", "config", ] license = "MIT" repository = "https://github.com/Defmc/plog" [dependencies.crossterm] version = "0.25.0" optional = true [dependencies.time] version = "0.3.16" features = ["local-offset"] optional = true [dev-dependencies.tokio] version = "1.21.2" features = [ "rt", "macros", "rt-multi-thread", "time", ] [features] colored = ["crossterm"] context = [] impls = [] local_date = ["time"] local_time = ["time"] persistent = []