# 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 = "r3bl_simple_logger" version = "0.1.4" authors = [ "Nazmul Idris ", "Nadia Idris ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Replacement for the simplelog crate, which is simpler and has clearer dependencies." homepage = "https://r3bl.com" documentation = "https://docs.rs/r3bl_simple_logger" readme = "README.md" keywords = [ "logging", "log", "filelog", "tui", "cli", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "Apache-2.0" repository = "https://github.com/r3bl-org/r3bl-open-core/tree/main/simple_logger" resolver = "2" [lib] name = "r3bl_simple_logger" path = "src/lib.rs" [[example]] name = "custom_colors" path = "examples/custom_colors.rs" [[example]] name = "default_colors" path = "examples/default_colors.rs" [[example]] name = "rgb_colors" path = "examples/rgb_colors.rs" [[example]] name = "usage" path = "examples/usage.rs" [dependencies.log] version = "0.4.22" features = ["std"] [dependencies.r3bl_ansi_color] version = "0.6.10" [dependencies.termcolor] version = "1.4.1" [dependencies.time] version = "0.3.36" features = [ "formatting", "macros", ]