# 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 = "colourful-logger" version = "2.0.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A minimal colourful logger for Rust" readme = "README.md" keywords = [ "logging", "minimal", "logger", "colourful-logging", ] categories = [ "development-tools::debugging", "development-tools::testing", ] license = "MIT" repository = "https://github.com/devtomos/colourful-logger" [lib] name = "colourful_logger" path = "src/lib.rs" [dependencies.backtrace] version = "0.3" [dependencies.chrono] version = "0.4.38" [dependencies.colored] version = "2" [dependencies.pad] version = "0.1" [dependencies.regex] version = "1.11.1" [dependencies.serde] version = "1.0.213" features = ["derive"] [dependencies.serde_json] version = "1.0.3"