[package] name = "layla-log" version = "0.2.9" edition = "2021" description = "A simple logger library." license = "MIT" authors = ["ILikeLayla "] readme = "README.md" homepage = "https://github.com/ILikeLayla/Layla-log" documentation = "https://docs.rs/layla-log/latest/layla_log/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "layla_log" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [dependencies] chrono = "0.4.37" lazy_static = "1.5.0"