# 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.3.0" authors = ["Julio Treviño Páez "] build = false autobins = false autoexamples = false autotests = false autobenches = false 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" [lib] name = "doclog" path = "src/lib.rs" [dependencies.bytecount] version = "0.6.8" [dependencies.chrono] version = "0.4.38" [dependencies.const_format] version = "0.2.32" [dependencies.memchr] version = "2.7.4" [dependencies.smallvec] version = "1.13.2" [dependencies.strip-ansi-escapes] version = "0.2.0" [dependencies.yansi] version = "1.0.1"