# 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 = "doclog" version = "0.1.3" authors = ["Julio Treviño Páez "] description = "A Rust log library based on Rust's compiler logs" documentation = "https://docs.rs/doclog" readme = "README.md" keywords = [ "log", "rust", ] categories = ["development-tools::debugging"] license = "MIT" repository = "https://github.com/juliotpaez/doclog" [dependencies.bytecount] version = "0.6.3" [dependencies.chrono] version = "0.4.25" [dependencies.memchr] version = "2.5.0" [dependencies.strip-ansi-escapes] version = "0.1.1" [dependencies.yansi] version = "0.5.1"