# 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 = "alto_logger" version = "0.4.0" authors = ["museun "] description = "an opinionated logger that provides colorful and multi-line output" documentation = "https://docs.rs/alto_logger" readme = "README.md" keywords = [ "log", "logging", "logger", ] categories = ["development-tools::debugging"] license = "0BSD" repository = "https://github.com/museun/alto_logger" resolver = "2" [package.metadata.docs.rs] all-features = true [[example]] name = "demo" required-features = ["time"] [dependencies.log] version = "0.4.17" features = ["std"] [dependencies.termcolor] version = "1.1.3" [dependencies.time] version = "0.3.9" features = [ "std", "parsing", "formatting", ] optional = true default-features = false [dev-dependencies.doc-comment] version = "0.3.3" [dev-dependencies.log] version = "0.4.17" features = ["std"] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.time] version = "0.3.9" features = ["macros"]