mtlog-core 0.2.0

Core utilities for mtlog - shared logging infrastructure.
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-core"
version = "0.2.0"
authors = ["Antoine Renaud <antoine.renaud91@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core utilities for mtlog - shared logging infrastructure."
homepage = "https://github.com/AntoineRenaud91/mtlog-rs"
documentation = "https://docs.rs/mtlog-core"
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_core"
path = "src/lib.rs"

[dependencies.chrono]
version = "0.4.38"

[dependencies.colored]
version = "3.0.0"

[dependencies.crossbeam-channel]
version = "0.5.15"

[dependencies.derive_from_env]
version = "1"

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

[dependencies.uuid]
version = "1.10.0"
features = ["v4"]