# 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 = "lumelog" version = "0.1.5" authors = ["Kyrylenko Yevhen "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A lightweight, flexible, and configurable logging library for Rust, with support for runtime configuration and build-mode detection." documentation = "https://docs.rs/lumelog/latest/lumelog/" readme = "README.md" keywords = [ "logging", "log", "debugging", "runtime-config", "structured-logging", ] categories = [ "development-tools", "development-tools::debugging", ] license = "MIT OR Apache-2.0" repository = "https://github.com/LinearDev/lumelog" [lib] name = "lumelog" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" [dependencies.colored] version = "2.1.0" [dependencies.once_cell] version = "1.20.2"