flashlog 0.3.5

A fast logging library for Rust
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 = "flashlog"
version = "0.3.5"
authors = ["Junbeom Lee <junbeoml22@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast logging library for Rust"
readme = "README.md"
keywords = [
    "Logging",
    "Fast",
    "Lazy",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/JunbeomL22/flashlog"

[features]
max-level-debug = ["max-level-info"]
max-level-error = ["max-level-off"]
max-level-info = ["max-level-warn"]
max-level-off = []
max-level-trace = ["max-level-debug"]
max-level-warn = ["max-level-error"]

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

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.chrono-tz]
version = "0.10"

[dependencies.core_affinity]
version = "0.8"

[dependencies.crossbeam-channel]
version = "0.5.15"

[dependencies.crossbeam-utils]
version = "0.8.21"

[dependencies.flate2]
version = "1.0"

[dependencies.lazy_static]
version = "1.4"

[dependencies.once_cell]
version = "1.21"

[dependencies.quanta]
version = "0.12.6"

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

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.time]
version = "0.3"
features = [
    "macros",
    "serde",
    "formatting",
    "parsing",
    "local-offset",
]

[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.criterion]
version = "0.5"