[package] name = "malogany" version = "0.2.0" edition = "2021" authors = ["Zoey Sheffield "] description = "Simple tree/hierarchical logging library" readme = "README.md" homepage = "https://github.com/zoeyfyi/malogany" repository = "https://github.com/zoeyfyi/malogany" license = "MIT" keywords = ["logging"] categories = ["development-tools::debugging"] [dependencies] smallvec = "1.7.0" log = { version = "0.4", features = ["std"] } termcolor = "1.1.2" scopeguard = { version = "1.1.0", optional = true }