# 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 = "loggy" version = "0.5.3" authors = ["Oren Ben-Kiki "] description = "An opinionated library for developing and testing rust applications that use logging." readme = "README.md" keywords = [ "logging", "testing", ] categories = [ "development-tools::debugging", "development-tools::testing", ] license = "MIT" repository = "https://github.com/orenbenkiki/loggy" [dependencies.chrono] version = "^0.4.23" [dependencies.lazy_static] version = "^1.4.0" [dependencies.log] version = "^0.4.17" [dependencies.loggy-macros] version = "0.2.0" [dependencies.parking_lot] version = "^0.12.0" [dependencies.unindent] version = "^0.1.9"