# 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 = "logform" version = "0.1.7" authors = ["ifeanyi ugwu"] description = "logform for rust" documentation = "https://docs.rs/logform" readme = "README.md" keywords = [ "winston", "logging", "format", ] categories = ["development-tools::debugging"] license = "MIT" repository = "https://github.com/ifeanyi-ugwu/logform_rs" [dependencies.chrono] version = "0.4.38" [dependencies.colored] version = "2.1.0" [dependencies.lazy_static] version = "1.5.0" [dependencies.regex] version = "1.10.6" [dependencies.serde_json] version = "1.0.125"