[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"
[features]
default = ["random_drop"]
random_drop = ["fastrand"]
tsc = ["minstant", "once_cell"]
[package]
authors = ["Non-convex Tech"]
categories = ["development-tools::debugging"]
description = "An asynchronous logging library for high performance\n"
documentation = "https://docs.rs/ftlog"
edition = "2021"
exclude = [".standard-version", ".versionrc", ".github"]
keywords = ["logging"]
license = "MIT OR Apache-2.0"
name = "ftlog"
readme = "README.md"
repository = "https://github.com/nonconvextech/ftlog"
version = "0.2.13"
[target."cfg(target_family = \"unix\")".dependencies.tz-rs]
version = "0.6.14"