# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "loglog" version = "0.3.2" authors = ["Anthony Nguyen "] description = "A simple and usable logger" homepage = "https://github.com/anthonynguyen/loglog" documentation = "https://docs.rs/loglog/" readme = "README.md" keywords = ["log", "logger", "logging"] categories = ["development-tools::debugging"] license = "MIT" repository = "https://github.com/anthonynguyen/loglog" [dependencies.ansi_term] version = "0.9.0" [dependencies.isatty] version = "0.1.3" [dependencies.log] version = "0.3.8" [dependencies.env_logger] version = "0.4.3" [dependencies.chrono] version = "0.4.0"