# 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" rust-version = "1.69" name = "logging-rs" version = "1.1.0" authors = ["ElBe-Plaq "] publish = true description = "logging-rs helps you add logging to your projects using simple macros." documentation = "https://docs.rs/logging_rs/" readme = ".github/README.md" keywords = [ "log", "logger", "logging", "debug", "debugging", ] categories = ["development-tools::debugging"] license = "MIT" repository = "https://github.com/ElBe-Development/logging-rs/" [dependencies.chrono] version = "0.4.31"