sdre-rust-logging 0.3.24

A simple logging library for Rust, with a custom formatter.
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"
rust-version = "1.69.0"
name = "sdre-rust-logging"
version = "0.3.24"
authors = ["Fred Clausen"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple logging library for Rust, with a custom formatter."
homepage = "https://github.com/sdr-enthusiasts/sdre-rust-logging"
documentation = "https://github.com/sdr-enthusiasts/sdre-rust-logging"
readme = "README.MD"
license = "MIT"
repository = "https://github.com/sdr-enthusiasts/sdre-rust-logging"

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

[dependencies.anstyle]
version = "1.0.13"

[dependencies.chrono]
version = "0.4.43"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.log]
version = "0.4.29"