[package] name = "nlog" description = "Log implementation that sends text to a Windows notepad window." version = "0.2.2" authors = ["Luna Catkins "] edition = "2018" license = "MIT" readme = "README.md" repository = "https://gitdab.com/LunarLambda/nlog" documentation = "https://docs.rs/nlog" keywords = ["logging"] categories = ["development-tools::debugging"] [package.metadata.docs.rs] targets = ["x86_64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows-gnu", "i686-pc-windows-gnu"] [dependencies] log = "0.4" lazy_static = "1.4" winapi = { version = "0.3", features = ["minwindef", "winuser"] }