# 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 = "ftlog" version = "0.2.14" authors = ["Non-convex Tech"] exclude = [ ".standard-version", ".versionrc", ".github", ] description = """ An asynchronous logging library for high performance """ documentation = "https://docs.rs/ftlog" readme = "README.md" keywords = ["logging"] categories = ["development-tools::debugging"] license = "MIT OR Apache-2.0" repository = "https://github.com/nonconvextech/ftlog" [dependencies.arc-swap] version = "1" [dependencies.crossbeam-channel] version = "0.5.0" [dependencies.fastrand] version = "2" optional = true [dependencies.hashbrown] version = "0.14" [dependencies.log] version = "0.4" features = [ "std", "kv_unstable", ] [dependencies.minstant] version = "0.1" optional = true [dependencies.nohash-hasher] version = "0.2" [dependencies.once_cell] version = "1" optional = true [dependencies.time] version = "0.3" features = [ "local-offset", "formatting", ] [dependencies.typed-builder] version = "0.16" [features] default = ["random_drop"] random_drop = ["fastrand"] tsc = [ "minstant", "once_cell", ] [target."cfg(target_family = \"unix\")".dependencies.tz-rs] version = "0.6.14"