rglw_log 0.4.4

Root project for all the utilities that rustyglware offers to the community
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 = "rglw_log"
version = "0.4.4"
authors = ["jonathan.franco.2103@gmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Root project for all the utilities that rustyglware offers to the community"
homepage = "https://crates.io/crates/rglw_log"
documentation = "https://docs.rs/rglw_log"
readme = "Readme.md"
license = "MIT"
repository = "https://gitlab.com/rglw/public/base/rglw/-/tree/main/rglw_log"

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

[dependencies.log]
version = "0.4.22"

[dependencies.serde]
version = "1.0.207"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.125"