li_logger 0.1.2

A self-use super-simple logging library.
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 = "li_logger"
version = "0.1.2"
authors = ["Falsw <Falsestar114514@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A self-use super-simple logging library."
readme = false
license = "MIT"
repository = "https://github.com/Falsw-star/li_logger"

[features]
middleware = [
    "tower",
    "http",
    "pin-project",
    "crossbeam",
]

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

[dependencies.chrono]
version = "0.4.44"

[dependencies.colored]
version = "3.1.1"

[dependencies.crossbeam]
version = "0.8.4"
optional = true

[dependencies.http]
version = "1.4.0"
optional = true

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.pin-project]
version = "1.1.11"
optional = true

[dependencies.tokio]
version = "1.50.0"
features = [
    "sync",
    "rt",
]

[dependencies.tower]
version = "0.5.3"
optional = true