mtlog 0.3.0

Multi-threaded logger with support for log files.
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 = "2024"
name = "mtlog"
version = "0.3.0"
authors = ["Antoine Renaud <antoine.renaud91@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multi-threaded logger with support for log files."
homepage = "https://github.com/AntoineRenaud91/mtlog-rs"
documentation = "https://docs.rs/mtlog"
readme = "README.md"
keywords = [
    "log",
    "config",
    "progress",
    "multi-thread",
    "concurrent",
]
categories = [
    "config",
    "concurrency",
]
license = "MIT"
repository = "https://github.com/AntoineRenaud91/mtlog-rs"
resolver = "2"

[lib]
name = "mtlog"
path = "src/lib.rs"

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

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

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

[dependencies.mtlog-core]
version = "0.2.0"