[[bench]]
harness = false
name = "write"
path = "benches/write.rs"
[dependencies.chrono]
version = "0.4.40"
[dependencies.lazy_static]
version = "1.5.0"
[dependencies.tokio]
features = ["full"]
optional = true
version = "1.44.1"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5.1"
[features]
async = ["tokio"]
[lib]
name = "layla_log"
path = "src/lib.rs"
[package]
authors = ["ILikeLayla <chen_rui_tao0525@163.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A simple logger library."
documentation = "https://docs.rs/layla-log/latest/layla_log/"
edition = "2021"
homepage = "https://github.com/ILikeLayla/Layla-log"
license = "MIT"
name = "layla-log"
readme = "README.md"
version = "0.3.2"
[profile.dev]
opt-level = 0
[profile.release]
opt-level = 3
[[test]]
name = "disable"
path = "tests/disable.rs"
[[test]]
name = "double_init"
path = "tests/double_init.rs"
[[test]]
name = "multi_thread"
path = "tests/multi_thread.rs"
[[test]]
name = "time_zone"
path = "tests/time_zone.rs"
[[test]]
name = "universal_log"
path = "tests/universal_log.rs"
[[test]]
name = "write_in"
path = "tests/write_in.rs"