log2 0.2.3

log2 is an out-of-the-box logging library for Rust
Documentation
# 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 = "log2"
version = "0.2.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "log2 is an out-of-the-box logging library for Rust"
documentation = "https://docs.rs/log2"
readme = "README.md"
license = "MIT"
repository = "https://github.com/sweihub/log2"

[lib]
name = "log2"
path = "src/lib.rs"
doctest = false

[[example]]
name = "file"
path = "examples/file.rs"

[[example]]
name = "format"
path = "examples/format.rs"

[[example]]
name = "stdout"
path = "examples/stdout.rs"

[[test]]
name = "log2_file"
path = "tests/log2_file.rs"

[[test]]
name = "log2_module_filter"
path = "tests/log2_module_filter.rs"

[[test]]
name = "log2_redirect_file"
path = "tests/log2_redirect_file.rs"

[[test]]
name = "log2_redirect_stdout"
path = "tests/log2_redirect_stdout.rs"

[[test]]
name = "log2_stdout"
path = "tests/log2_stdout.rs"

[[test]]
name = "logger_alive"
path = "tests/logger_alive.rs"

[dependencies.chrono]
version = "0.4.26"

[dependencies.colored]
version = "2.0.0"

[dependencies.flate2]
version = "1.1.0"

[dependencies.log]
version = "0.4.18"
features = ["std"]