# 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 = "logly" version = "0.0.3" authors = ["muhammad-fiaz"] description = "A Rust logging package designed to simplify and enhance your logging experience." readme = "README.md" keywords = [ "logging", "log", "logly", "logly-rs", "rust", ] license = "MIT" repository = "https://github.com/muhammad-fiaz/logly-rs.git" [dependencies.ansi_term] version = "0.12.1" [dependencies.chrono] version = "0.4.31" [dependencies.colorama] version = "0.1.0" [dependencies.env_logger] version = "0.11.2" [dependencies.fern] version = "0.6" [dependencies.log] version = "0.4.20" [dependencies.regex] version = "1.10.2" [dependencies.termcolor] version = "1.1"