# 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 = "macro-log" version = "0.3.0" description = """ Use #[macro_log::debug] to log: 2023-08-11 15:52:59 - [D] - app/src/main.rs:3 -> called fn main() """ homepage = "https://github.com/develon2015/macro-log" readme = "README.md" license = "MIT" repository = "https://github.com/develon2015/macro-log" [dependencies.chrono] version = "0.4.26" [dependencies.macro-log-macros] version = "0.3.0"