lightspeed_logger 0.66.0

LightSpeed
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 = "lightspeed_logger"
version = "0.66.0"
authors = ["Francesco Cina <ufoscout@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LightSpeed"
homepage = "https://github.com/LightHero/lightspeed"
readme = "README.md"
keywords = []
license = "MIT"
repository = "https://github.com/LightHero/lightspeed"

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

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

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

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.10"

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "rc",
]

[dependencies.tracing]
version = "0.1"
default-features = false

[dependencies.tracing-appender]
version = "0.2"
default-features = false

[dependencies.tracing-futures]
version = "0.2"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "tracing-log",
    "ansi",
    "fmt",
    "env-filter",
]
default-features = false

[dev-dependencies.config]
version = "0.15"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]
default-features = false