ftlog2 0.3.2

An asynchronous logging library for high performance
Documentation
[[bench]]
name = "format"
path = "benches/format.rs"

[dependencies.arc-swap]
version = "1"

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

[dependencies.fastrand]
optional = true
version = "2"

[dependencies.hashbrown]
version = "0.14"

[dependencies.log]
features = ["std", "kv_unstable"]
version = "0.4"

[dependencies.minstant]
optional = true
version = "0.1"

[dependencies.nohash-hasher]
version = "0.2"

[dependencies.once_cell]
optional = true
version = "1"

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

[dependencies.typed-builder]
version = "0.16"

[[example]]
name = "custom-format"
path = "examples/custom-format.rs"

[[example]]
name = "ftlog"
path = "examples/ftlog.rs"

[[example]]
name = "lazy-bench"
path = "examples/lazy-bench.rs"

[[example]]
name = "multi-dest"
path = "examples/multi-dest.rs"

[[example]]
name = "random_drop"
path = "examples/random_drop.rs"

[[example]]
name = "stderr"
path = "examples/stderr.rs"

[[example]]
name = "string-bench"
path = "examples/string-bench.rs"

[features]
default = ["random_drop"]
random_drop = ["dep:fastrand"]
tsc = ["dep:minstant", "dep:once_cell"]

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

[package]
authors = ["Non-convex Tech", "Delta4 <delta4chat@gmx.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::debugging"]
description = """
An asynchronous logging library for high performance
"""
documentation = "https://docs.rs/ftlog2"
edition = "2021"
exclude = [".standard-version", ".versionrc", ".github"]
keywords = ["logging"]
license = "MIT OR Apache-2.0"
name = "ftlog2"
readme = "README.md"
repository = "https://github.com/delta4chat/ftlog"
version = "0.3.2"

[target.'cfg(target_family = "unix")'.dependencies.tz-rs]
version = "0.6.14"

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

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