# 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 = "malogany" version = "0.2.0" authors = ["Zoey Sheffield "] description = "Simple tree/hierarchical logging library" homepage = "https://github.com/zoeyfyi/malogany" readme = "README.md" keywords = ["logging"] categories = ["development-tools::debugging"] license = "MIT" repository = "https://github.com/zoeyfyi/malogany" resolver = "2" [dependencies.log] version = "0.4" features = ["std"] [dependencies.scopeguard] version = "1.1.0" optional = true [dependencies.smallvec] version = "1.7.0" [dependencies.termcolor] version = "1.1.2"